@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 {
  border: none;
  background: #fff;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-family: Arial, Helvetica, sans-serif;
}
.title-page .wrapper .layout_69 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .wrapper .layout_2_id_6 {
  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;
  left: 0;
  top: 0;
  position: relative;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: auto;
}
.title-page .wrapper {
  border: none;
  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;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .block-2 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 50px;
  background: #57d4b4;
  max-width: 100%;
  z-index: 11;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  right: 0;
  padding-top: 0.02px;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
}
.title-page .block-3 .layout_7 {
  -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;*/
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.title-page .block-3 .layout_13 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-3 .layout_68 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-3 {
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: auto;
}
.title-page .block-31 .layout_3 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-31 .layout_4 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-31 {
  margin: 5px 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 3;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: 0;
}
.title-page .widget-2 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: undefined;
  box-sizing: border-box;
  width: 176px;
  min-height: 39px;
}
.title-page .email-3 p:first-child {
  margin-top: 0;
}
.title-page .email-3 p:last-child {
  margin-bottom: 0;
}
.title-page .email-3 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .email-3 .cell-icon {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 5;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .email-3 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 16px;
  background: url("../images/Untitled-5.png") left 50% top 50% / auto auto no-repeat;
  margin-right: 5px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-top: auto;
  margin-bottom: auto;
  align-self: center;
}
.title-page .email-3 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .email-3 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .email-3 .title {
  box-sizing: border-box;
  display: none;
}
.title-page .email-3 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Open Sans, sans-serif;
  color: #fff;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 16px;
  margin-left: 5px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-weight: normal;
  min-height: 39px;
}
.title-page .email-3 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .email-3 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-3 {
  margin: 0 0 auto 20px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: undefined;
  box-sizing: border-box;
  width: 174px;
  right: auto;
  min-height: 39px;
}
.title-page .phones-4 p:first-child {
  margin-top: 0;
}
.title-page .phones-4 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-4 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .phones-4 .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-4 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 16px;
  background: url("../images/Untitled-4.png") left 50% top 50% / auto auto no-repeat;
  margin-right: 5px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-top: auto;
  margin-bottom: auto;
  align-self: center;
}
.title-page .phones-4 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .phones-4 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .phones-4 .title {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-4 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Open Sans, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-transform: none;
  text-decoration: none;
  font-size: 18px;
  margin-left: 5px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-weight: normal;
  min-height: 39px;
}
.title-page .phones-4 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-4 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-4 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-5 {
  /*margin: 14px 0 auto;*/
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: right;
  font-size: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: auto;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  right: 0;
}
.title-page .widgetsocial-7 .soc-header {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 10px;
}
.title-page .widgetsocial-7 .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-7 .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-7 .soc {
  margin: 2px 3px;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  vertical-align: middle;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-decoration: none;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  text-align: center;
}
.title-page .widgetsocial-7 .vk .wg-soc-icon {
  border: none;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAq1BMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Nr6iZAAAAOHRSTlMAiAXy6AvheXblzjX67NzVSkAwwoIZB9nKfCStqqeYj4xvY1cW9bo5tp6GWkggEaGTaFxFG7JQKCrqHkgAAAFsSURBVDjL5cpXcoNAEEXRZiJoCBpyRmTlbFv7X5mHQsaL0P3pV9UHPiS+16Z8+Txoc2sKQfPe+wN4JiaE4H4vdqaplvXaBHD0eqLCL6sBv/f2nBds59aGkXB+MRXg9jbhydXuCwoSFycAOQxSrlYIYI03QZfbDQBto5VQJ7IFgmdp8+MCDk42AhIZ00F1xbczQOMM3HkDkRk1hSCx8vMEJNu6AKeKMGMG5YVlAsLWiSVMoQHfKcCYm68ZkN5ZIxA5S2CuZVuhzs/VnMHLOVI4+7jo3gBlOAnUDd27Am7VTI/G9iT8NcbsHk5S/aFL6YS55T0WgOoo/kYw9+PJSZwq68tdRKfZXhvO27WcwxkAuaVVpItItWjF0xlg06kDgHAsSNn9Cz1mWS0ogMARcXyF6ePL2NBFPNtLZA87zS/NPImjvKqqXWwyjhZB3Vvp2cwwLD9tt8xQEYvE3/BfeDredN/XRxo+av3dGj6jXz9LIACjU0jDAAAAAElFTkSuQmCC") left 50% top 50% / auto auto no-repeat;
  background-size: cover;
  width: 25px;
  min-height: 19px;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  height: 19px;
}
.title-page .widgetsocial-7 .fb .wg-soc-icon {
  border: none;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAn1BMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8Kd3m4AAAANXRSTlMA53ITIJRDG9Ai6zfusz7w5NrHw7uwZkwG9b+jWU8C/vjXt6ydeG9RKA8Lp4mCSDIq3o1EUiAT9+gAAAEdSURBVDjL7ZHHdsIwEEWRm4p7k7tj4wIhbkD+/9tiJSxQLJ9ssuRtJJ25Z0bvzYFXqdxQ8rYqUZWDQO8SqWwUpKkH/EhQlzsC+gWu0hvvtK1fJsfV5JJdcSYCcEtovJ67gO4imTWyctp5XrGpx5+kZUa6ANWuEepbC5SM6wGRm6nqcJK3HnogsUFOY0EoxwKT0jegAVFG8Xkq8vYBHGlR3JWSA5ThSojhUjaitgkgdcf/YUqdIAzVhU26NWHog3DmgMj/OD+/raOp/ztg3rEi/wSmYJynvwAtqBLbRix/jAzbTqpm4TedZ2ZQOz3r7lxT02wjPkrWdx4fQWUWxvDyZ9QvYBfowQghzPcBmjgIIbcaoBgo58BgQtbznr4AqkwXp/DlEEIAAAAASUVORK5CYII=") left 50% top 50% / auto auto no-repeat;
  background-size: contain;
  width: 25px;
  min-height: 19px;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  height: 19px;
}
.title-page .widgetsocial-7 .tw .wg-soc-icon {
  border: none;
  background: url("/t/images/twitter.png") left 50% top 50% / auto auto no-repeat;
  background-size: contain;
  width: 25px;
  min-height: 19px;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  height: 19px;
}
.title-page .widgetsocial-7 .google .wg-soc-icon {
  border: none;
  background: url("/t/images/google-plus.png") left 50% top 50% / auto auto no-repeat;
  background-size: cover;
  width: 25px;
  min-height: 19px;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  height: 19px;
}
.title-page .widgetsocial-7 .ins .wg-soc-icon {
  border: none;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAjVBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8DizOFAAAALnRSTlMAIrX5CtsBLMRx9FxY2LmlEKJN8dQkwb6vaVRJMqjqNR+qjz/FBuzmlnliNxjIuefwqwAAAWpJREFUOMuFk+eCgkAMhIPZSu9Ks51dL+//eCcoerCW728Gkp1MoCV0VtymATZfOSHcKTcJkgEmqrzVtYeEfDoZMOVI6Onuew9x5srMGpBJd4boldf+G8T1ggkYIdhijahCcBKaLbbj8uV00NliRokLK0SXwRhXJalmLmIDnLgU/V9l7DixvPY77sk+CHktgk3T7FZntY5UmqpI1yye7H9PkE3JBqKJdXOrCnbUMQ8qKz46F7AmRA8Bq3xCzw8CnyP5VTvWQCDqgOy8WAIsi9ymoBYjAdM7zH+g4yfHuWYjgYzIK+BOwSmSI0G8IX/ZC5Y+qXgkcFIKxMPmAFPno6AhQxCrfy2stoU5JP84JNPz5zNV/0zTKEsIq1A2RXWrNK3mftOYVj+XNb8vK6pC6AVv1g0t3bpfBqa3Q3L0npEzuUWuD63J9tyFNlTvYn9eI+bht8P5enodpXpxvIhJXsKd0G2M8/cat3PrD+VWNpmhPeTGAAAAAElFTkSuQmCC") left 50% top 50% / auto auto no-repeat;
  background-size: contain;
  width: 25px;
  min-height: 19px;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  height: 19px;
}
.title-page .widgetsocial-7 .ok .wg-soc-icon {
  border: none;
  background: url("../images/g (2).svg") left 50% top 50% / auto auto no-repeat;
  width: 25px;
  min-height: 19px;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  height: 19px;
}
.title-page .widgetsocial-7 .mail .wg-soc-icon {
  border: none;
  background: url("../images/h (1).svg") left 50% top 50% / auto auto no-repeat;
  width: 25px;
  min-height: 19px;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  height: 19px;
}
.title-page .widgetsocial-7 .pin .wg-soc-icon {
  border: none;
  background: url("../images/i (1).svg") left 50% top 50% / auto auto no-repeat;
  width: 25px;
  min-height: 19px;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  height: 19px;
}
.title-page .widgetsocial-7 .lj .wg-soc-icon {
  border: none;
  background: url("../images/j (1).svg") left 50% top 50% / auto auto no-repeat;
  width: 25px;
  min-height: 19px;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  height: 19px;
}
.title-page .widgetsocial-7 .my .wg-soc-icon {
  border: none;
  background: url("../images/k (1).svg") left 50% top 50% / auto auto no-repeat;
  width: 25px;
  min-height: 19px;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  height: 19px;
}
.title-page .widgetsocial-7 .youtube .wg-soc-icon {
  border: none;
  background: url("../images/l (1).svg") left 50% top 50% / auto auto no-repeat;
  width: 25px;
  min-height: 19px;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  height: 19px;
}
.title-page .widgetsocial-7 .wg-soc-icon {
  box-sizing: border-box;
  min-width: 20px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .widgetsocial-7 .wg-soc-title {
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
  box-sizing: border-box;
  color: #000;
  font-size: 14px;
  line-height: 1;
  word-break: break-word;
}
.title-page .widget-9 {
  margin: 0 0 auto 20px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  font-family: Open Sans, sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: 220px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  min-height: 50px;
  background: linear-gradient(to bottom right, #68abdf 0%, #4e88c2 100%) #57d4b4;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-weight: 600;
  padding-left: 20px;
  padding-right: 20px;
  right: auto;
}
.title-page .widget-9:hover, .title-page .widget-9.hover, .title-page .widget-9.active {
  border: none;
}
.title-page .popover-wrap-13 .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-13 .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-13 .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-13 .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-13 .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 .button-13 > * {
  box-sizing: border-box;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}
.title-page .popover-container-13 {
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  direction: ltr;
  position: fixed;
}.title-page .popover-container-13 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}.title-page .popover-wrap-13 .popover-form-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-13 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-13 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-13 .popover-body .s3_form_item_type_calendar .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-13 .popover-body .s3_form_item_type_calendar_interval .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-13 .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-13 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-13 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-13 .popover-body .s3_required {
  color: red;
}
.title-page .popover-wrap-13 .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-13 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-13 .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-13 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-13 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-13 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-13 .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-13 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-13 .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-13 .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-13 .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-13 .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-13 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-13 .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-13 .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-13 .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-13 .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-13 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-13 .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-13 .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-13 .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-13 .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-13 .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-13 .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;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-13 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-13 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-13 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-13 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-4 .layout_9 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-4 .layout_10 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-4 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 100px;
  max-width: 100%;
  z-index: 10;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
}
.title-page .widget-6 {
  margin: 24px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  box-sizing: border-box;
  width: 378px;
  min-height: 68px;
  font-size: 25px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .site-name-9 .sn-wrap {
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
}
.title-page .site-name-9 .sn-logo {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  max-width: 100%;
}
.title-page .site-name-9 img {
  box-sizing: border-box;
  display: block;
  max-width: 100%;
  border: none;
  width: 62px;
  min-height: 0;
}
.title-page .site-name-9 .sn-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Open Sans, sans-serif;
  color: #4e88c2;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 30px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  font-weight: bold;
  margin-left: 0;
  padding-top: 11px;
}
.title-page .site-name-9 a {
  text-decoration: none;
  outline: none;
}
.title-page .widget-7 {
  margin: 28px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: right;
  padding-right: 0;
  padding-left: 0;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: auto;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  min-height: 43px;
  right: 0;
}
.title-page .menu-10 .menu-scroll > ul ul > li > a .has-child-icon {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
  margin-right: 5px;
  width: 12px;
  min-height: 12px;
  background: #000;
}
.title-page .menu-10 .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-10 .menu-scroll {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .menu-10 .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-10 .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-10 .menu-scroll > ul > li.delimiter {
  margin: auto 2px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: 0;
  width: 10px;
  min-height: 10px;
  background: #d6d6d6;
  box-sizing: border-box;
}
.title-page .menu-10 .menu-scroll > ul > li.menu-item {
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  flex: 0 1 auto;
  box-sizing: border-box;
  position: relative;
}
.title-page .menu-10 .menu-scroll > ul ul {
  padding: 20px;
  margin: 5px 0 0;
  border: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #57d4b4;
  list-style: none;
  width: 200px;
  display: none;
  z-index: 10;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.title-page .menu-10 .menu-scroll > ul ul > li {
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
}
.title-page .menu-10 .menu-scroll > ul ul > li > a {
  padding: 5px 10px;
  border: none;
  cursor: pointer;
  display: block;
  background: transparent;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  position: relative;
  font-family: Open Sans, sans-serif;
  text-align: left;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
}
.title-page .menu-10 .menu-scroll > ul ul > li > a:hover, .title-page .menu-10 .menu-scroll > ul ul > li > a.hover, .title-page .menu-10 .menu-scroll > ul ul > li > a.active {
  background: #fff;
  color: #403c3d;
}
.title-page .menu-10 .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-10 .menu-scroll > ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}
.title-page .menu-10 .menu-scroll > ul > li.menu-item > a {
  padding: 12px 14px;
  margin: 0 5px 0 0;
  border: none;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  box-sizing: border-box;
  text-decoration: none;
  color: #343434;
  font-size: 14px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  position: relative;
  font-family: Open Sans, sans-serif;
  font-style: normal;
  letter-spacing: 0;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  text-transform: uppercase;
  font-weight: 600;
  background: transparent;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  align-self: auto;
}
.title-page .menu-10 .menu-scroll > ul > li.menu-item > a:hover, .title-page .menu-10 .menu-scroll > ul > li.menu-item > a.hover, .title-page .menu-10 .menu-scroll > ul > li.menu-item > a.active {
  color: #fff;
  background: #61a2d7;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.title-page .menu-10 .menu-scroll > ul > li.menu-item > a:active, .title-page .menu-10 .menu-scroll > ul > li.menu-item > a.active {
  background: #57d4b4;
}
.title-page .menu-10 .menu-scroll > ul > li.menu-item > a .has-child-icon {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
  margin-right: 5px;
  width: 12px;
  min-height: 12px;
  background: #000;
}
.title-page .menu-10 .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-10 .menu-scroll > ul > li.menu-item > a img {
  margin: auto;
  box-sizing: border-box;
  max-width: 100%;
  height: auto;
  width: auto;
}
.title-page .menu-10 .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-10 .menu-scroll > ul > li.home-button {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .menu-10 .menu-scroll > ul > li.more-button {
  display: -webkit-flex;
  display: flex;
  margin-left: auto;
  position: relative;
}
.title-page .menu-10 .menu-scroll > ul > li.more-button > a {
  padding: 5px 10px;
  margin: auto 0 auto 2px;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  background: #57d4b4;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-family: Open Sans, sans-serif;
  font-style: normal;
  letter-spacing: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-transform: none;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: bold;
  min-height: 43px;
  width: 43px;
  align-self: center;
}
.title-page .menu-10 .menu-scroll > ul > li.more-button > ul {
  left: auto;
  right: 0;
}
.title-page .menu-10 .menu-scroll > ul > li.more-button.disabled {
  display: none;
}
.title-page .menu-10 .menu-scroll > ul > li.more-button .menu-item-image {
  display: none;
}
.title-page .block-5 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 29px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 31.6%, #fff 32.2%, #fff 47.2%, rgba(255, 255, 255, 0) 59%, rgba(255, 255, 255, 0) 100%), url("../images/13.jpg") left 50% top 0px / auto auto no-repeat;
  z-index: 9;
  text-align: left;
  right: 0;
  padding-top: 372px;
  padding-bottom: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  max-width: 100%;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .widget-11 {
  margin: -296px auto 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: center;
  box-sizing: border-box;
  min-height: 0;
  width: 1200px;
  max-width: 100%;
  right: 0;
}
.title-page .popover-wrap-16 .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-16 .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-16 .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-16 .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-16 .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 .editable_block-16 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-16 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-16 .header {
  padding: 12px 30px;
  box-sizing: border-box;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  font-family: Open Sans, sans-serif;
  -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;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  background: #57d4b4;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: bold;
  width: 204px;
  margin-top: 11px;
  min-height: 35px;
}
.title-page .editable_block-16 .body {
  box-sizing: border-box;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  position: relative;
  min-width: 0;
  min-height: 0;
}
.title-page .editable_block-16 .title {
  box-sizing: border-box;
  font-size: 38px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Open Sans, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #393f52;
  text-transform: uppercase;
  text-decoration: none;
  width: 316px;
  font-weight: 300;
  margin-top: 0;
  pointer-events: auto;
}
.title-page .editable_block-16 .image {
  box-sizing: border-box;
  position: relative;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-16 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  text-align: left;
}
.title-page .editable_block-16 .image-inner {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .editable_block-16 .img-convert {
  box-sizing: border-box;
  width: 1200px;
  height: 100px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}
.title-page .editable_block-16 .image img {
  box-sizing: border-box;
  vertical-align: middle;
  width: auto;
  height: auto;
  max-width: 100%;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-16 .text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Open Sans, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #393f52;
  font-size: 36px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  width: 308px;
  margin-top: 0;
  pointer-events: auto;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .editable_block-16 .more {
  box-sizing: border-box;
  margin-top: 5px;
  pointer-events: auto;
}
.title-page .editable_block-16 .more > a {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  height: 0;
  min-height: 14px;
}
.title-page .editable_block-16 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-16 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-16 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-16 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-16 .item__image__title {
  box-sizing: border-box;
  display: block;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 0;
}
.title-page .editable_block-16 .clear {
  clear: both;
}
.title-page .popover-container-16 {
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  direction: ltr;
  position: fixed;
}.title-page .popover-container-16 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}.title-page .popover-wrap-16 .popover-form-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-16 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-16 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-16 .popover-body .s3_form_item_type_calendar .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-16 .popover-body .s3_form_item_type_calendar_interval .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-16 .popover-body .s3_form_item_type_calendar_interval .s3_form_field_content .s3_form_subitem label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-16 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-16 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-16 .popover-body .s3_required {
  color: red;
}
.title-page .popover-wrap-16 .s3_form_field_title .s3_form_error {
  color: red;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .editable_block-16 .image a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .editable_block-16 .price-note {
  box-sizing: border-box;
  display: inline-block;
  text-align: left;
}
.title-page .popover-wrap-16 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-16 .popover-body .s3_form_field_content .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-16 .popover-body .s3_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-16 .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-16 .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-16 .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-16 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-16 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-16 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-16 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-16 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-16 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-16 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-16 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-16 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-16 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-16 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-16 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-16 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-16 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-16 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-16 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-16 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-16 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-16 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-16 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-16 .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-16 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-16 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-16 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-16 .popover-body .form_checkbox .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-16 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-16 .popover-body .form_checkbox label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-16 .popover-body .form_checkbox input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-16 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-16 .popover-body .form_radio .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-16 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-16 .popover-body .form_radio label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-16 .popover-body .form_radio input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-16 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-16 .popover-body .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-16 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-16 .popover-body .form_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-16 .popover-body .form_calendar_interval .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-16 .popover-body .form_calendar_interval label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-16 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.title-page .popover-wrap-16 .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-16 .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;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-16 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-16 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-16 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-16 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-16 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-16 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .widget-10 {
  margin: 164px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  min-width: 0;
}
.title-page .popover-wrap-15 .popover-body {
  padding: 20px 40px 32px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  position: relative;
  display: inline-block;
  width: 270px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-15 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-15 .popover-body .s3_button_large {
  border: none;
  background: linear-gradient(to bottom, #f4e48d 0%, #ecd35f 100%) #f0db76;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
}
.title-page .popover-wrap-15 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: left;
}
.title-page .popover-wrap-15 .popover-close {
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/wm_button_close.png") 0 0 no-repeat;
  z-index: 10;
  cursor: pointer;
}
.title-page .blocklist-15 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-15 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-15 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 40px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .blocklist-15 .header_text {
  font-size: 22px;
  box-sizing: border-box;
  font-family: Open Sans, sans-serif;
  text-indent: 0;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 800;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-15 .all-in_header {
  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-align: left;
}
.title-page .blocklist-15 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
  text-decoration: none;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-15 .body-outer {
  border: none;
  box-sizing: border-box;
  position: relative;
  text-align: left;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  min-height: 131px;
  margin-bottom: 0;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.title-page .blocklist-15 .body {
  margin: 0;
  box-sizing: border-box;
}
.title-page .blocklist-15 .swipe-shadow-left {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.258824) 100%);
}
.title-page .blocklist-15 .swipe-shadow-right {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.258824) 0%, rgba(0, 0, 0, 0) 100%);
}
.title-page .blocklist-15 .list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
  box-sizing: border-box;
}
.title-page .blocklist-15 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 33.33%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .blocklist-15 .item {
  margin: 0;
  position: relative;
  width: 400px;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  box-sizing: border-box;
  min-width: 0;
  min-height: 131px;
  text-align: center;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom right, #4e88c2 0%, #68abdf 100%) transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  align-self: auto;
  padding-bottom: 0.02px;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-15 .item:hover, .title-page .blocklist-15 .item.hover, .title-page .blocklist-15 .item.active {
  border: none;
  background: linear-gradient(to bottom right, #4abf9e 0%, #57d4b4 100%) #57d4b4;
}
.title-page .blocklist-15 .text {
  padding: 30px 40px 50px;
  margin-bottom: 0;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  font-family: Open Sans, sans-serif;
  color: #fff;
  line-height: 1.3;
  text-indent: 0;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 19px;
  min-height: 62px;
  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;
  width: 338px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  pointer-events: auto;
}
.title-page .blocklist-15 .text > .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-15 .image {
  margin: 50px 0 0;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  min-height: 50px;
  width: auto;
  left: 0;
  right: 0;
}
.title-page .blocklist-15 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-15 .image a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .blocklist-15 .img-convert {
  border: none;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-left: auto;
  margin-right: auto;
}
.title-page .blocklist-15 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-15 .image-inner {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .blocklist-15 .title {
  margin: 0;
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-weight: bold;
  font-size: 20px;
  position: relative;
  left: 0;
  top: 0;
  z-index: 1;
  font-family: Open Sans, sans-serif;
  color: #fff;
  text-indent: 0;
  text-transform: uppercase;
  text-decoration: none;
  width: auto;
  right: 0;
  bottom: 0;
  align-self: auto;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 29px;
  -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-15 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  text-align: left;
  pointer-events: auto;
}
.title-page .blocklist-15 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-15 .price-note {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-15 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-15 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-15 .more {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 306px;
  left: auto;
  right: auto;
  margin-left: 0;
  margin-right: 0;
  min-height: 64px;
  margin-bottom: 0;
  pointer-events: auto;
}
.title-page .blocklist-15 .more > a {
  padding: 0.02px 30px;
  border: none;
  display: -webkit-flex;
  display: 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;
  font-family: Open Sans, sans-serif;
  color: #fff;
  text-indent: 0;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  width: 190px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-weight: 600;
  margin-bottom: 30px;
  min-height: 33px;
  cursor: pointer;
}
.title-page .blocklist-15 .more > a:active, .title-page .blocklist-15 .more > a.active {
  -webkit-box-shadow: inset 0px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 3px 0px rgba(0, 0, 0, 0.1);
}
.title-page .blocklist-15 .bx-wrapper {
  max-width: 1200px;
}
.title-page .blocklist-15 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-15 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-15 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-15 .all {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-15 .controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: none;
  box-sizing: border-box;
  margin-top: -10px;
  z-index: 1;
  text-align: justify;
}
.title-page .blocklist-15 .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-15 .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-15 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-15 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-15 .bx-pager-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  display: none;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  visibility: hidden;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-15 .bx-auto_controls {
  margin: 115px auto -80px;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  align-self: auto;
}
.title-page .blocklist-15 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-15 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-15 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_pause.png") center center / auto no-repeat;
}
.title-page .blocklist-15 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_play.png") center center / auto no-repeat;
}
.title-page .blocklist-15 .pager-wrap {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-15 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
  text-align: left;
  margin-top: 60px;
  align-self: auto;
  margin-bottom: 45px;
}
.title-page .blocklist-15 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-15 .bx-pager a {
  margin: 2px;
  border: none;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: #b8b8b8;
  -webkit-border-radius: 516px;
  -moz-border-radius: 516px;
  border-radius: 516px;
  box-sizing: border-box;
  text-decoration: none;
}
.title-page .blocklist-15 .bx-pager a:hover, .title-page .blocklist-15 .bx-pager a.hover, .title-page .blocklist-15 .bx-pager a.active {
  background: #666;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.title-page .blocklist-15 .bx-pager a:active, .title-page .blocklist-15 .bx-pager a.active {
  background: #bbb;
}
.title-page .popover-container-15 {
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  direction: ltr;
  position: fixed;
}.title-page .popover-container-15 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}.title-page .popover-wrap-15 .popover-form-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-15 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-15 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-15 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-15 .popover-body .s3_required {
  color: red;
}
.title-page .popover-wrap-15 .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-15 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-15 .popover-body .s3_form_item_type_calendar_interval .s3_form_field_content .s3_form_subitem label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-15 .popover-body .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-15 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-15 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
.title-page .popover-wrap-15 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-15 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-15 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-15 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_checkbox .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-15 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-15 .popover-body .form_checkbox label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-15 .popover-body .form_checkbox input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-15 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-15 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_radio .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-15 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-15 .popover-body .form_radio label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-15 .popover-body .form_radio input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-15 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-15 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-15 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-15 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-15 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_calendar_interval .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-15 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-15 .popover-body .form_calendar_interval label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-15 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.title-page .popover-wrap-15 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-15 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-15 .popover-body .s3_form_field_content .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-15 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-15 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-15 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-15 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-15 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-15 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-15 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-15 {
  padding: 70px 0;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 8;
  text-align: left;
  display: block;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
}
.title-page .widget-23 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  width: 1200px;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  -webkit-box-shadow: inset 0px 3px 0px 0px #57d4b4;
  -moz-box-shadow: inset 0px 3px 0px 0px #57d4b4;
  box-shadow: inset 0px 3px 0px 0px #57d4b4;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0.02px;
}
.title-page .horizontal_blocklist-39 p:first-child {
  margin-top: 0;
}
.title-page .horizontal_blocklist-39 p:last-child {
  margin-bottom: 0;
}
.title-page .horizontal_blocklist-39 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  align-items: baseline;
  margin-bottom: 0;
  text-align: center;
  box-sizing: border-box;
  padding-right: 50px;
  margin-top: 0;
  min-height: 0;
}
.title-page .horizontal_blocklist-39 .header_text {
  font-size: 30px;
  box-sizing: border-box;
  font-family: Open Sans, sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  text-align: left;
  text-indent: 0;
  font-weight: bold;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  margin-top: 0;
  align-self: auto;
}
.title-page .horizontal_blocklist-39 .description {
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .horizontal_blocklist-39 .description p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .horizontal_blocklist-39 .description p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .horizontal_blocklist-39 .body-outer {
  border: none;
  box-sizing: border-box;
  position: relative;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-bottom: 0.02px;
  margin-top: 0;
  margin-bottom: auto;
}
.title-page .horizontal_blocklist-39 .body {
  margin: 0;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-39 .swipe-shadow-left {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.258824) 100%);
}
.title-page .horizontal_blocklist-39 .swipe-shadow-right {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.258824) 0%, rgba(0, 0, 0, 0) 100%);
}
.title-page .horizontal_blocklist-39 .bx-wrapper {
  max-width: 1200px;
}
.title-page .horizontal_blocklist-39 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .horizontal_blocklist-39 .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: 1200px;
}
.title-page .horizontal_blocklist-39 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .horizontal_blocklist-39 .item {
  margin: 3px 0 0;
  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;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  align-self: auto;
  min-width: 0;
  min-height: 0;
  padding-top: 0.02px;
  padding-bottom: 0.02px;
}
.title-page .horizontal_blocklist-39 .item_header {
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-39 .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-39 .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-39 .image {
  box-sizing: border-box;
  position: relative;
  width: 460px;
  min-height: 250px;
  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-39 .item-label {
  padding: 12px 20px 13px;
  border: none;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #57d4b4;
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
  text-indent: 0;
  font-weight: 800;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  bottom: auto;
  margin-bottom: 0;
  margin-top: 0;
  align-self: auto;
  min-height: 0;
}
.title-page .horizontal_blocklist-39 .img-convert {
  border: none;
  box-sizing: border-box;
  width: 460px;
  height: 250px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .horizontal_blocklist-39 .image img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
  box-sizing: content-box;
}
.title-page .horizontal_blocklist-39 .item_detail {
  box-sizing: border-box;
  margin-left: 40px;
  position: relative;
  z-index: 2;
  margin-top: 50px;
  margin-bottom: auto;
  align-self: auto;
  padding-right: 50px;
  flex-basis: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .horizontal_blocklist-39 .text {
  box-sizing: border-box;
  position: relative;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  color: #343434;
  line-height: 1.4;
  text-decoration: none;
  text-indent: 0;
  margin-top: 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;
  font-weight: 600;
}
.title-page .horizontal_blocklist-39 .text > .align-elem {
  flex-basis: 100%;
}
.title-page .horizontal_blocklist-39 .title {
  font-weight: bold;
  margin-bottom: 5px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  color: #393f52;
  text-transform: uppercase;
  text-decoration: none;
  text-indent: 0;
  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-39 .title > .align-elem {
  flex-basis: 100%;
}
.title-page .horizontal_blocklist-39 .price-wrap {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 40px;
}
.title-page .horizontal_blocklist-39 .price {
  box-sizing: border-box;
  display: inline-block;
  margin-top: 20px;
  white-space: nowrap;
}
.title-page .horizontal_blocklist-39 .price-note {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-family: Open Sans, sans-serif;
  font-size: 11px;
  color: #ababab;
  text-decoration: none;
  text-indent: 0;
  margin-right: 0;
  width: auto;
  margin-left: 0;
}
.title-page .horizontal_blocklist-39 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  color: #4e88c2;
  text-decoration: none;
  text-indent: 0;
  font-weight: bold;
  width: auto;
  margin-left: 3px;
  margin-right: 3px;
}
.title-page .horizontal_blocklist-39 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
  text-indent: 0;
  margin-left: 0;
  margin-right: 0;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: auto;
}
.title-page .horizontal_blocklist-39 .more {
  box-sizing: border-box;
  position: relative;
  margin-top: 5px;
}
.title-page .horizontal_blocklist-39 .more > a {
  padding: 10px;
  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;
  font-family: Open Sans Condensed, sans-serif;
  font-size: 13px;
  color: #000;
  text-transform: uppercase;
  text-indent: 0;
}
.title-page .horizontal_blocklist-39 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-39 .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;
  color: #000;
  text-decoration: none;
  text-indent: 0;
}
.title-page .horizontal_blocklist-39 .controls {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  text-align: space-between;
  margin-top: 0;
  z-index: 1;
  margin-right: 0;
  bottom: auto;
}
.title-page .horizontal_blocklist-39 .prev {
  padding: 0.02px 0;
  position: relative;
  z-index: 105;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 43px;
  height: 20px;
  background: url("../images/strl.png") left 50% top 50% / 14px no-repeat #57d4b4;
  box-sizing: border-box;
  text-align: left;
  margin-left: auto;
  margin-right: 0;
  min-height: 43px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.title-page .horizontal_blocklist-39 .prev:hover, .title-page .horizontal_blocklist-39 .prev.hover, .title-page .horizontal_blocklist-39 .prev.active {
  background: url("../images/strl.png") left 50% top 50% / 14px no-repeat #4e88c2;
}
.title-page .horizontal_blocklist-39 .next {
  position: relative;
  z-index: 105;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 43px;
  height: 20px;
  background: url("../images/strlr.png") left 50% top 50% / 14px no-repeat #57d4b4;
  box-sizing: border-box;
  text-align: left;
  min-height: 43px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .horizontal_blocklist-39 .next:hover, .title-page .horizontal_blocklist-39 .next.hover, .title-page .horizontal_blocklist-39 .next.active {
  background: url("../images/strlr.png") left 50% top 50% / 14px no-repeat #4e88c2;
}
.title-page .horizontal_blocklist-39 .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 .horizontal_blocklist-39 .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-39 .pager-wrap {
  box-sizing: border-box;
  display: none;
}
.title-page .horizontal_blocklist-39 .bx-pager {
  margin: auto auto 0;
  position: relative;
  z-index: 100;
  display: inline-block;
  visibility: visible;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-39 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-39 .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-39 .bx-pager a:active, .title-page .horizontal_blocklist-39 .bx-pager a.active {
  background: #bbb;
}
.title-page .horizontal_blocklist-39 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .horizontal_blocklist-39 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-39 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_horizontal_pause.png") center center / auto no-repeat;
}
.title-page .horizontal_blocklist-39 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_horizontal_play.png") center center / auto no-repeat;
}
.title-page .horizontal_blocklist-39 .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-39 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .horizontal_blocklist-39 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-39 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .popover-container-39 {
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-39 .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-39 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-39 {
  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-39 .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-39 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-39 .popover-form-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  color: #000;
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .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-39 .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-39 .popover-body .s3_required {
  color: red;
}
.title-page .popover-wrap-39 .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-39 .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-39 .s3_form_field_title .s3_form_error {
  color: red;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
}
.title-page .horizontal_blocklist-39 .image a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .popover-wrap-39 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-39 .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-39 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-39 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-39 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-39 .popover-body .form_checkbox .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-39 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-39 .popover-body .form_checkbox label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-39 .popover-body .form_checkbox input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-39 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-39 .popover-body .form_radio .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-39 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-39 .popover-body .form_radio label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-39 .popover-body .form_radio input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-39 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-39 .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-39 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-39 .popover-body .form_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-39 .popover-body .form_calendar_interval .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-39 .popover-body .form_calendar_interval label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-39 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.title-page .popover-wrap-39 .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-39 .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-39 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-39 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-39 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-39 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-17 .layout_center_43_id_45_1 {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.title-page .block-17 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 551px;
  background: #fafafa;
  z-index: 7;
  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;
  padding-bottom: 70px;
  padding-left: 0;
}
.title-page .widget-26 {
  margin: -280px auto 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  width: 960px;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  min-width: 960px;
  padding-left: 40px;
  padding-right: 40px;
}
.title-page .blocklist-44 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-44 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-44 .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-44 .header_text {
  font-size: 34px;
  box-sizing: border-box;
  font-family: Open Sans, sans-serif;
  text-align: left;
  text-indent: 0;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-44 .all-in_header {
  padding: 16px 30px;
  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;
  font-family: Open Sans, sans-serif;
  text-indent: 0;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: normal;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: #68abdf;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 146px;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
}
.title-page .blocklist-44 .all-in_header:hover, .title-page .blocklist-44 .all-in_header.hover, .title-page .blocklist-44 .all-in_header.active {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #343434;
  background: transparent;
  -webkit-box-shadow: inset 0px 0px 0px 2px #57d4b4;
  -moz-box-shadow: inset 0px 0px 0px 2px #57d4b4;
  box-shadow: inset 0px 0px 0px 2px #57d4b4;
}
.title-page .blocklist-44 .all-in_header:active, .title-page .blocklist-44 .all-in_header.active {
  color: #fff;
  background: #57d4b4;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .blocklist-44 .description {
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 15px;
  font-family: Open Sans, sans-serif;
  text-indent: 0;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  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-44 .body-outer {
  box-sizing: border-box;
  position: relative;
  margin-left: 0;
  margin-right: 0;
  min-height: 439px;
  width: auto;
  left: 0;
  right: 0;
}
.title-page .blocklist-44 .body {
  margin: 0;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .blocklist-44 .swipe-shadow-left {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: none;
}
.title-page .blocklist-44 .swipe-shadow-right {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: none;
}
.title-page .blocklist-44 .bx-wrapper {
  max-width: 879px;
  margin-left: auto;
  margin-right: auto;
}
.title-page .blocklist-44 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-44 .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: 880px;
}
.title-page .blocklist-44 .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;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.title-page .blocklist-44 .item {
  margin: 40px auto 30px;
  position: relative;
  width: 266px;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  box-sizing: border-box;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.07);
  background: #fff;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  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;
  flex-basis: auto;
}
.title-page .blocklist-44 .text {
  margin-bottom: 5px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  font-family: Open Sans, sans-serif;
  text-indent: 0;
  color: #343434;
  line-height: 1.6;
  text-decoration: none;
  font-size: 14px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 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;
  font-weight: 600;
  pointer-events: auto;
}
.title-page .blocklist-44 .text > .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-44 .image {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 5px;
  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-44 .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-44 .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-44 .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: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-44 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-44 .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-44 .title {
  margin: 30px auto 0;
  border: none;
  font-weight: normal;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  font-family: Ubuntu, sans-serif;
  text-indent: 0;
  text-decoration: none;
  font-size: 20px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 0.02px;
  -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;
  pointer-events: auto;
}
.title-page .blocklist-44 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  text-align: left;
  pointer-events: auto;
}
.title-page .blocklist-44 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-44 .price-note {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-44 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-44 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-44 .more {
  text-align: left;
  box-sizing: border-box;
  position: relative;
  pointer-events: auto;
}
.title-page .blocklist-44 .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-44 .item__image__title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}
.title-page .blocklist-44 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-44 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .blocklist-44 .all {
  padding: 16px 30px;
  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;
  font-family: Open Sans, sans-serif;
  text-indent: 0;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: normal;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: #68abdf;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 146px;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
}
.title-page .blocklist-44 .all:hover, .title-page .blocklist-44 .all.hover, .title-page .blocklist-44 .all.active {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #343434;
  background: transparent;
  -webkit-box-shadow: inset 0px 0px 0px 2px #57d4b4;
  -moz-box-shadow: inset 0px 0px 0px 2px #57d4b4;
  box-shadow: inset 0px 0px 0px 2px #57d4b4;
}
.title-page .blocklist-44 .all:active, .title-page .blocklist-44 .all.active {
  color: #fff;
  background: #57d4b4;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .blocklist-44 .controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  margin-top: -97px;
  z-index: 1;
  text-align: justify;
  width: auto;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.title-page .blocklist-44 .prev {
  position: relative;
  z-index: 105;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAgCAYAAAAffCjxAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA25pVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMzVlY2U2NC0wYmNlLTc0NGItOTBmOS0zNjhmYWFjMmQxNzMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6REUwMzEyNzZBQzAxMTFFNjk1NzBCQTlBMUJFQTYwNjYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6REUwMzEyNzVBQzAxMTFFNjk1NzBCQTlBMUJFQTYwNjYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QTNDREIwQTBBNUI4MTFFNkIxMjY4MkE3RjBGRUQ2NDMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QTNDREIwQTFBNUI4MTFFNkIxMjY4MkE3RjBGRUQ2NDMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7mN2FJAAABcklEQVR42qSWu0oEMRSGoysia7GIl2YFEbTSQmzUN/ANfAux2sJOO0FsLAQLsRMRVkVRF9FGLGQLL4UsaLUigoWXxW2NfyCBcUz+OTMe+GBmkvkyc5JDorTWKgNT4BY0wR7oySKZBA39O3bTSsbBh/4bzVYlj1FwAgqetrr0S4bBi/bHN5iRSAbBkw7HrOmXJOkHj0RScn2ZpA/UiGQh2j8k6QZ3RLIcf8cnKYAqkayCliRRHlwSyYZPEhcZyRmRbIFcKKfuoh0cEUkZtLEZVnaUMpEc24FUkmiJSM7tLyuJ6C0gMUnvlBY0K9ocEBe16bgeaJsAByAvMtlk75A8VaTJdtN/SGT7SbLoTQc4JbJtyYKMru4LItuUlEi0aK+IbE1StI4uu92EYkUqMvSCeyJblIoMRfBAZPNSkWEA1IlsTioyDIHn/25HjhHwGpDV0m7ZY+DdI/pKs2WbuAHToBF7XlEZjzXmRHINPt2x5keAAQD4oKgkOZ2oQQAAAABJRU5ErkJggg==") left 50% top 50% / 16px no-repeat;
  box-sizing: border-box;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 30px;
}
.title-page .blocklist-44 .next {
  position: relative;
  z-index: 105;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAgCAYAAAAffCjxAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA25pVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMzVlY2U2NC0wYmNlLTc0NGItOTBmOS0zNjhmYWFjMmQxNzMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDkwMTQ1NjdBQzAxMTFFNkE2Rjc4MUQxNTIzODQ5RjQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDkwMTQ1NjZBQzAxMTFFNkE2Rjc4MUQxNTIzODQ5RjQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QTNDREIwQTRBNUI4MTFFNkIxMjY4MkE3RjBGRUQ2NDMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QTNDREIwQTVBNUI4MTFFNkIxMjY4MkE3RjBGRUQ2NDMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6hjc/sAAABU0lEQVR42qSWMUsDQRCFLwYiSWGwiCBKGgWxUFDRH6N/Q2y1Dam0VGws0oQIEm2CTRAkNmKhlYiINipKGkkjrG9gLMTdubeXB981d3zc3ezMbuKcmwAnYAB6YBkkscjl2P1NH6xmEX27//kAi7GiB+fPG5iPEa27cF7ALCsSNg3ZE6iyImHbkN2DKVYk1AzZHaiwImHXkN2AcVaUAweG7AqUGZGQB0eG7AKUGNGvrGnIzkGREQkF0DZkZ/pMwqzaUdAxZC15e7aX5H90DVktpsPHdMz48jmS8Mkp3rCiEjgFa4H7+8wnFbXUoTSZn13QEofSZsqf19KG0tGlkdoiDUPSZVpEmvbQkPR0KaQ27Z4hufZ1vk9UNyS37GDbSRm1k8yo3TIkj2CaGf4bhuQZzAy7Qb6CuWG37HewELtltzyHiJUsh4iKnki+wCVYynKs+RFgAEI4Gw8x/JIKAAAAAElFTkSuQmCC") left 50% top 50% / 16px no-repeat;
  box-sizing: border-box;
  text-align: left;
  min-height: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-44 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-44 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .popover-container-44 {
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  direction: ltr;
  position: fixed;
}.title-page .popover-container-44 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}.title-page .popover-wrap-44 .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-44 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-44 .popover-form-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.title-page .popover-wrap-44 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
}
.title-page .popover-wrap-44 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  color: #000;
  box-sizing: border-box;
}
.title-page .popover-wrap-44 .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-44 .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-44 .popover-body .s3_required {
  color: red;
}
.title-page .popover-wrap-44 .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-44 .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-44 .s3_form_field_title .s3_form_error {
  color: red;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
}
.title-page .blocklist-44 .bx-pager-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  display: none;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  visibility: hidden;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-44 .bx-auto_controls {
  margin: 100px 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: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-44 .pager-wrap {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-44 .bx-pager {
  margin: 394px 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-44 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-44 .bx-pager a {
  margin: 2px 5px;
  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-decoration: none;
}
.title-page .blocklist-44 .bx-pager a:hover, .title-page .blocklist-44 .bx-pager a.hover, .title-page .blocklist-44 .bx-pager a.active {
  background: rgba(255, 255, 255, 0.48);
}
.title-page .blocklist-44 .bx-pager a:active, .title-page .blocklist-44 .bx-pager a.active {
  background: #bbb;
}
.title-page .blocklist-44 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-44 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-44 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
}
.title-page .blocklist-44 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
}
.title-page .popover-wrap-44 .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-44 .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-44 .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-44 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-44 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-44 .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-44 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-44 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-44 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-44 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-44 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-44 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-44 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-44 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-44 .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-44 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-44 .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-44 .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-44 .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-44 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-44 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-44 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-44 .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-44 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-44 .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-44 .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-44 .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-44 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-44 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-44 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-44 .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-44 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-44 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-44 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-44 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-44 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-44 .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-44 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-44 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-44 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-44 .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-44 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-44 .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-44 .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-44 .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-44 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-44 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-44 .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-44 .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-44 .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-44 .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-44 .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-44 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-44 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-44 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-44 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-18 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 350px;
  background: linear-gradient(to bottom right, #4abf9e 0%, #57d4b4 100%) #61a2d7;
  z-index: 1;
  text-align: left;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  max-width: 100%;
}
.title-page .block-18:hover, .title-page .block-18.hover, .title-page .block-18.active {
  border: none;
}
.title-page .block-12 {
  padding: 0.02px 0 70px;
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 342px;
  background: right 0px bottom 0px / auto auto no-repeat #fff;
  z-index: 6;
  text-align: left;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  max-width: 100%;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .widget-20 {
  padding: 70px 0 0.02px;
  margin: 0 0 0 9px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  list-style: none;
  width: 708px;
  -webkit-box-shadow: inset 0px 3px 0px 0px #57d4b4;
  -moz-box-shadow: inset 0px 3px 0px 0px #57d4b4;
  box-shadow: inset 0px 3px 0px 0px #57d4b4;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .accordion-33 .accordion-item {
  box-sizing: border-box;
  padding-bottom: 0.02px;
}
.title-page .accordion-33 .accordion-item-title {
  padding: 10px 0 10px 20px;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  min-height: 70px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  border-top: 0px solid rgba(0, 0, 0, 0.1);
  border-right: 0px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 0px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .accordion-33 .accordion-item-title .icon {
  border: none;
  box-sizing: border-box;
  width: 43px;
  height: 10px;
  background: url("../images/Untitled-1_26.png") left 50% top 50% / 26px no-repeat #57d4b4;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  cursor: pointer;
  font-size: 0;
  margin-left: auto;
  margin-right: 0;
  min-height: 43px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.title-page .accordion-33 .accordion-item-title .icon:hover, .title-page .accordion-33 .accordion-item-title .icon.hover, .title-page .accordion-33 .accordion-item-title .icon.active {
  background: url("../images/Untitled-1_26.png") left 50% top 50% / 26px no-repeat #4e88c2;
}
.title-page .accordion-33 .accordion-item-title .icon:active, .title-page .accordion-33 .accordion-item-title .icon.active {
  background: url("../images/Untitled-1_26 (1).png") left 50% top 50% / auto auto no-repeat #4e88c2;
}
.title-page .accordion-33 .accordion-item-title .title {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-left: 0;
  font-size: 18px;
  font-weight: 600;
  color: #343434;
  font-family: Open Sans, sans-serif;
  text-indent: 0;
  line-height: 1.4;
  text-decoration: none;
  margin-right: 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 .accordion-33 .accordion-item-drop {
  box-sizing: border-box;
  display: none;
}
.title-page .accordion-33 .accordion-item-text {
  padding: 15px 20px;
  box-sizing: border-box;
  font-family: Open Sans, sans-serif;
  text-indent: 0;
  font-size: 13px;
  color: #787878;
  line-height: 1.7;
  text-decoration: none;
  display: -webkit-flex;
  display: flex;
}
.title-page .accordion-33 .accordion-item-text p:first-child {
  margin-top: 0;
}
.title-page .accordion-33 .accordion-item-text p:last-child {
  margin-bottom: 0;
}
.title-page .accordion-33 .header {
  box-sizing: border-box;
  font-size: 24px;
  margin-bottom: 15px;
  font-family: Open Sans, sans-serif;
  text-indent: 0;
  color: #393f52;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  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 .accordion-33 .desc {
  box-sizing: border-box;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
}
.title-page .accordion-33 .desc p:first-child {
  margin-top: 0;
}
.title-page .accordion-33 .desc p:last-child {
  margin-bottom: 0;
}
.title-page .accordion-33 .full-click {
  cursor: pointer;
}
.title-page .accordion-33 .accordion-item-title img {
  box-sizing: border-box;
  width: auto;
  height: auto;
}
.title-page .accordion-33 .accordion-item-title .title a {
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
  font-family: Open Sans, sans-serif;
  text-indent: 0;
}
.title-page .accordion-33 .accordion-item-title .title a:hover, .title-page .accordion-33 .accordion-item-title .title a.hover, .title-page .accordion-33 .accordion-item-title .title a.active {
  color: #ff4f0f;
}
.title-page .accordion-29 .accordion-item-title .title a {
  color: #393f52;
  font-size: 17px;
  text-decoration: none;
  font-weight: bold;
}
.title-page .block-19 {
  margin: 0;
  position: relative;
  color: #616161;
  text-indent: 0;
  text-decoration: none;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: linear-gradient(to bottom right, #4e88c2 0%, #68abdf 100%);
  z-index: 5;
  display: block;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-19:hover, .title-page .block-19.hover, .title-page .block-19.active {
  border: none;
}
.title-page .widget-27 {
  margin: 0 auto;
  position: relative;
  text-decoration: none;
  top: 0;
  left: 0;
  z-index: 2;
  box-sizing: border-box;
  width: 1200px;
  min-height: 0;
  right: 0;
  padding-top: 0.02px;
  padding-bottom: 0.02px;
  max-width: 100%;
}
.title-page .news-47 p:first-child {
  margin-top: 0;
}
.title-page .news-47 p:last-child {
  margin-bottom: 0;
}
.title-page .news-47 .news__header {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 30px;
  font-size: 14px;
  color: #000;
  text-decoration: none;
}
.title-page .news-47 .news__title {
  box-sizing: border-box;
  font-size: 34px;
  font-family: Open Sans, sans-serif;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .news-47 .body-outer {
  box-sizing: border-box;
  position: relative;
  text-align: left;
}
.title-page .news-47 .body {
  margin: 0 -20px 0 0;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .news-47 .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-47 .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-47 .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-47 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 33.33%;
}
.title-page .news-47 .item {
  padding: 40px 30px;
  margin: 10px 20px 30px 0;
  border: none;
  box-sizing: border-box;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  -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: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  min-width: 0;
  min-height: 0;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .news-47 .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-47 .img-convert {
  box-sizing: border-box;
  width: 0;
  height: 0;
  -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-47 .item__image img {
  box-sizing: border-box;
  max-width: 100%;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .news-47 .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-47 .item__title {
  box-sizing: border-box;
  font-weight: 600;
  margin-bottom: 10px;
  text-decoration: underline;
  font-size: 18px;
  position: relative;
  z-index: 1;
  font-family: Open Sans, sans-serif;
  color: #343434;
  line-height: 1.4;
  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 .news-47 .item__date {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  z-index: 1;
}
.title-page .news-47 .item__date > span {
  padding: 0.02px 0 0.02px 15px;
  border: none;
  box-sizing: border-box;
  display: inline-block;
  color: #808080;
  text-transform: lowercase;
  font-size: 13px;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
  margin-bottom: 10px;
  -webkit-box-shadow: inset 3px 0px 0px #57d4b4;
  -moz-box-shadow: inset 3px 0px 0px #57d4b4;
  box-shadow: inset 3px 0px 0px #57d4b4;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .news-47 .item__text {
  box-sizing: border-box;
  margin-bottom: 5px;
  font-family: Open Sans, sans-serif;
  color: #343434;
  line-height: 1.6;
  text-decoration: none;
  position: relative;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  margin-top: 20px;
  font-weight: 600;
}
.title-page .news-47 .item__more {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 10px;
  text-decoration: none;
}
.title-page .news-47 .item__more_link {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  color: #000;
  text-decoration: none;
}
.title-page .news-47 .bx-wrapper {
  margin-left: auto;
  margin-right: auto;
}
.title-page .news-47 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .news-47 .item__image__title {
  box-sizing: border-box;
  font-weight: bold;
  text-decoration: underline;
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-flex;
  display: flex;
  text-align: left;
}
.title-page .news-47 .item__image__title > a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .news-47 .item__title > a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .news-47 .item__date > span ins {
  box-sizing: border-box;
  display: block;
  font-size: 26px;
  text-decoration: none;
  font-family: Open Sans, sans-serif;
  text-align: left;
  color: #343434;
  font-weight: bold;
}
.title-page .news-47 .controls {
  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: none;
  box-sizing: border-box;
  margin-top: -10px;
  text-align: left;
}
.title-page .news-47 .prev {
  position: relative;
  z-index: 105;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_news_slider-left.png") center center / auto auto no-repeat;
  box-sizing: border-box;
  text-align: left;
}
.title-page .news-47 .next {
  position: relative;
  z-index: 105;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_news_slider-right.png") center center / auto auto no-repeat;
  box-sizing: border-box;
  text-align: left;
}
.title-page .news-47 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .news-47 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .news-47 .news__all {
  box-sizing: border-box;
}
.title-page .news-47 .all_link {
  padding: 16px 30px;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: #57d4b4;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: 140px;
  min-height: 47px;
  -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 .news-47 .all_link:hover, .title-page .news-47 .all_link.hover, .title-page .news-47 .all_link.active {
  -webkit-box-shadow: inset 0px 0px 0px 2px #fff;
  -moz-box-shadow: inset 0px 0px 0px 2px #fff;
  box-shadow: inset 0px 0px 0px 2px #fff;
  background: transparent;
}
.title-page .news-47 .all_link:active, .title-page .news-47 .all_link.active {
  color: #343434;
  background: #fff;
}
.title-page .news-47 .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-47 .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-47 .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-47 .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-47 .pager-wrap {
  box-sizing: border-box;
}
.title-page .news-47 .bx-pager {
  margin: auto auto 0;
  position: relative;
  z-index: 100;
  display: inline-block;
  visibility: visible;
  box-sizing: border-box;
}
.title-page .news-47 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .news-47 .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-47 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .news-47 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .news-47 .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-47 .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-16 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  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;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .widget-24 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  box-sizing: border-box;
  width: 1200px;
  max-width: 100%;
  min-height: 0;
  right: 0;
  padding-bottom: 0.02px;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-shadow: inset 0px 3px 0px 0px #57d4b4;
  -moz-box-shadow: inset 0px 3px 0px 0px #57d4b4;
  box-shadow: inset 0px 3px 0px 0px #57d4b4;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .reviews-41 p:first-child {
  margin-top: 0;
}
.title-page .reviews-41 p:last-child {
  margin-bottom: 0;
}
.title-page .reviews-41 .header {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-right: 0;
  margin-bottom: 40px;
}
.title-page .reviews-41 .header_text {
  box-sizing: border-box;
  font-size: 24px;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  font-family: Open Sans, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #393f52;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  margin-top: 23px;
  align-self: auto;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .reviews-41 .description {
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 15px;
}
.title-page .reviews-41 .list-wr {
  box-sizing: border-box;
  position: relative;
}
.title-page .reviews-41 .body {
  margin: 0 -15px;
  box-sizing: border-box;
}
.title-page .reviews-41 .swipe-shadow-left {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.258824) 100%);
}
.title-page .reviews-41 .swipe-shadow-right {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.258824) 0%, rgba(0, 0, 0, 0) 100%);
}
.title-page .reviews-41 .bx-wrapper {
  max-width: 1230px;
}
.title-page .reviews-41 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .reviews-41 .list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  flex-wrap: nowrap;
  box-sizing: border-box;
  width: 1230px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .reviews-41 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 50%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .reviews-41 .item {
  margin: 0 15px;
  border: none;
  width: auto;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  min-width: 0;
  min-height: 0;
  align-self: auto;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .reviews-41 .image {
  padding: 20px 40px 20px 30px;
  margin: -110px 0 0;
  border: none;
  box-sizing: border-box;
  font-size: 0;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: auto;
  min-height: 40px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  left: 0;
  right: 0;
}
.title-page .reviews-41 .img-convert {
  border: 3px solid #fff;
  box-sizing: border-box;
  width: 70px;
  height: 70px;
  -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;
  margin-right: 0;
  margin-top: 0;
  align-self: auto;
  margin-left: 0;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
}
.title-page .reviews-41 .image img {
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-width: 100%;
  display: -webkit-flex;
  display: flex;
}
.title-page .reviews-41 .text {
  padding: 30px 20px 40px 30px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  font-family: Open Sans, sans-serif;
  color: #343434;
  line-height: 1.6;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 14px;
  border-top: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-bottom: 0px solid #dedede;
  border-left: 1px solid #dedede;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 180px;
  font-weight: 600;
}
.title-page .reviews-41 .text > .align-elem {
  flex-basis: 100%;
}
.title-page .reviews-41 .author {
  padding: 12px 30px 30px 20px;
  text-align: right;
  box-sizing: border-box;
  color: #4095bf;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  margin-left: 0;
  border-top: 0px solid #dedede;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  border-left: 1px solid #dedede;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-right: 0;
  width: auto;
  left: 0;
  right: 0;
}
.title-page .reviews-41 .name {
  border: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 18px;
  font-family: Open Sans, sans-serif;
  color: #343434;
  text-decoration: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .reviews-41 .date {
  text-align: left;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  margin-left: auto;
  text-transform: lowercase;
  font-size: 11px;
  color: #808080;
  text-decoration: none;
  margin-right: 0;
  width: 42px;
}
.title-page .reviews-41 .item__image a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .reviews-41 .footer {
  box-sizing: border-box;
}
.title-page .reviews-41 .all {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .reviews-41 .controls {
  z-index: 1;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  margin-top: 2px;
  text-align: justify;
  margin-right: 0;
  bottom: auto;
  padding-top: 0.02px;
}
.title-page .reviews-41 .prev {
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 43px;
  height: 20px;
  background: url("../images/strl.png") left 50% top 50% / 14px no-repeat #57d4b4;
  box-sizing: border-box;
  min-height: 43px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .reviews-41 .prev:hover, .title-page .reviews-41 .prev.hover, .title-page .reviews-41 .prev.active {
  background: url("../images/strl.png") left 50% top 50% / 14px no-repeat #4e88c2;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 0px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.title-page .reviews-41 .next {
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 43px;
  height: 20px;
  background: url("../images/strlr.png") left 50% top 50% / 14px no-repeat #57d4b4;
  box-sizing: border-box;
  text-align: left;
  min-height: 43px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .reviews-41 .next:hover, .title-page .reviews-41 .next.hover, .title-page .reviews-41 .next.active {
  background: url("../images/strlr.png") left 50% top 50% / 14px no-repeat #4e88c2;
}
.title-page .reviews-41 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .reviews-41 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .reviews-41 .bx-pager-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  visibility: hidden;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .reviews-41 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .reviews-41 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .reviews-41 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .reviews-41 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .reviews-41 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_reviews_pause.png") center center / auto no-repeat;
}
.title-page .reviews-41 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_reviews_play.png") center center / auto no-repeat;
}
.title-page .reviews-41 .pager-wrap {
  box-sizing: border-box;
  display: none;
}
.title-page .reviews-41 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .reviews-41 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .reviews-41 .bx-pager a {
  margin: 2px 8px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  display: inline-block;
  width: 8px;
  min-height: 10px;
  background: transparent;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  box-sizing: border-box;
}
.title-page .reviews-41 .bx-pager a:hover, .title-page .reviews-41 .bx-pager a.hover, .title-page .reviews-41 .bx-pager a.active {
  border: 1px solid rgba(0, 0, 0, 0);
  background: #fff;
}
.title-page .reviews-41 .bx-pager a:active, .title-page .reviews-41 .bx-pager a.active {
  border: 1px solid #fff;
  background: transparent;
}
.title-page .block-20 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 3;
  text-align: left;
  display: block;
  text-indent: 0;
  text-decoration: none;
  right: 0;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-21 .layout_center_49_id_51_1 {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.title-page .block-21 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 2;
  display: block;
  right: 0;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .widget-28 {
  padding: 40px;
  margin: -378px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: undefined;
  box-sizing: border-box;
  width: 300px;
  min-height: 100px;
  -webkit-box-shadow: 0px 4px 39px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 0px 4px 39px rgba(0, 0, 0, 0.34);
  box-shadow: 0px 4px 39px rgba(0, 0, 0, 0.34);
  background: rgba(255, 255, 255, 0.94);
}
.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: none;
  position: relative;
  z-index: 5;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .address-50 .icon {
  box-sizing: border-box;
  height: 16px;
  width: 16px;
  background: #ccc;
  margin-right: 5px;
}
.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: Open Sans, sans-serif;
  font-size: 22px;
  color: #393f52;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .address-50 .text_body {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  color: #343434;
  text-decoration: none;
  margin-top: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.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-29 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  width: auto;
  min-height: 448px;
  display: -webkit-flex;
  display: flex;
  background: #ccc;
  overflow: hidden;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: 0;
}.title-page .block-22 .layout_center_52_id_66_0 {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.title-page .block-22 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: linear-gradient(to bottom right, #4abf9e 0%, #57d4b4 100%) #3e454c;
  z-index: 1;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: block;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding-top: 70px;
  padding-bottom: 50px;
  text-decoration: none;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-22:hover, .title-page .block-22.hover, .title-page .block-22.active {
  border: none;
}
.title-page .block-29 .layout_53 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-29 .layout_58 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-29 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 960px;
  min-height: 174px;
  z-index: 2;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .block-23 .layout_54 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-23 .layout_55 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-23 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 494px;
  min-height: 0;
  z-index: 2;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #c2c2c2;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.title-page .widget-30 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  font-size: 0;
  display: -webkit-flex;
  display: flex;
  width: 387px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -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;
}
.title-page .widgetsocial-54 .soc-header {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 10px;
}
.title-page .widgetsocial-54 .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-54 .soc-item {
  border: none;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  vertical-align: middle;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-54 .soc {
  margin: 2px 5px;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  vertical-align: middle;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-decoration: none;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  text-align: center;
}
.title-page .widgetsocial-54 .wg-soc-icon {
  box-sizing: border-box;
  min-width: 20px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  word-break: break-word;
}
.title-page .widgetsocial-54 .wg-soc-title {
  box-sizing: border-box;
  color: #000;
  font-size: 14px;
  line-height: 1;
}
.title-page .widgetsocial-54 .vk .wg-soc-icon {
  border: none;
  background: url("../images/a (2).svg") left 50% top 50% / auto auto no-repeat;
  width: 25px;
  min-width: 20px;
  box-sizing: border-box;
  min-height: 19px;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  height: 19px;
}
.title-page .widgetsocial-54 .fb .wg-soc-icon {
  border: none;
  background: url("../images/b (2).svg") left 50% top 50% / auto auto no-repeat;
  width: 25px;
  min-width: 20px;
  box-sizing: border-box;
  min-height: 19px;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  height: 19px;
}
.title-page .widgetsocial-54 .tw .wg-soc-icon {
  border: none;
  background: url("../images/c (2).svg") left 50% top 50% / auto auto no-repeat;
  width: 25px;
  min-width: 20px;
  box-sizing: border-box;
  min-height: 19px;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  height: 19px;
}
.title-page .widgetsocial-54 .google .wg-soc-icon {
  border: none;
  background: url("../images/e (2).svg") left 50% top 50% / auto auto no-repeat;
  width: 25px;
  min-width: 20px;
  box-sizing: border-box;
  min-height: 19px;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  height: 19px;
}
.title-page .widgetsocial-54 .ins .wg-soc-icon {
  border: none;
  background: url("../images/f (2).svg") left 50% top 50% / auto auto no-repeat;
  width: 25px;
  min-width: 20px;
  box-sizing: border-box;
  min-height: 19px;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  height: 19px;
}
.title-page .widgetsocial-54 .ok .wg-soc-icon {
  border: none;
  background: url("../images/g (3).svg") left 50% top 50% / auto auto no-repeat;
  width: 25px;
  min-width: 20px;
  box-sizing: border-box;
  min-height: 19px;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  height: 19px;
}
.title-page .widgetsocial-54 .mail .wg-soc-icon {
  border: none;
  background: url("../images/h (2).svg") left 50% top 50% / auto auto no-repeat;
  width: 25px;
  min-width: 20px;
  box-sizing: border-box;
  min-height: 19px;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  height: 19px;
}
.title-page .widgetsocial-54 .pin .wg-soc-icon {
  border: none;
  background: url("../images/i (2).svg") left 50% top 50% / auto auto no-repeat;
  width: 25px;
  min-width: 20px;
  box-sizing: border-box;
  min-height: 19px;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  height: 19px;
}
.title-page .widgetsocial-54 .lj .wg-soc-icon {
  border: none;
  background: url("../images/j (2).svg") left 50% top 50% / auto auto no-repeat;
  width: 25px;
  min-width: 20px;
  box-sizing: border-box;
  min-height: 19px;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  height: 19px;
}
.title-page .widgetsocial-54 .my .wg-soc-icon {
  border: none;
  background: url("../images/k (2).svg") left 50% top 50% / auto auto no-repeat;
  width: 25px;
  min-width: 20px;
  box-sizing: border-box;
  min-height: 19px;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  height: 19px;
}
.title-page .widgetsocial-54 .youtube .wg-soc-icon {
  border: none;
  background: url("../images/l (2).svg") left 50% top 50% / auto auto no-repeat;
  width: 25px;
  min-width: 20px;
  box-sizing: border-box;
  min-height: 19px;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  height: 19px;
}
.title-page .block-24 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 200px;
  min-height: 0;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .widget-31 {
  margin: 0 0 0 30px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: undefined;
  box-sizing: border-box;
  width: 150px;
}
.title-page .schedule-56 p:first-child {
  margin-top: 0;
}
.title-page .schedule-56 p:last-child {
  margin-bottom: 0;
}
.title-page .schedule-56 .header {
  box-sizing: border-box;
}
.title-page .schedule-56 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .schedule-56 .cell-icon {
  box-sizing: border-box;
  display: none;
  position: relative;
  z-index: 5;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .schedule-56 .icon {
  box-sizing: border-box;
  height: 16px;
  width: 16px;
  background: #ccc;
  margin-right: 5px;
}
.title-page .schedule-56 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .schedule-56 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .schedule-56 .title {
  box-sizing: border-box;
  display: none;
}
.title-page .schedule-56 .text_body {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  margin-top: 10px;
}
.title-page .schedule-56 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .schedule-56 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-32 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: undefined;
  box-sizing: border-box;
  width: 200px;
}
.title-page .phones-57 p:first-child {
  margin-top: 0;
}
.title-page .phones-57 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-57 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .phones-57 .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-57 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 20px;
  background: url("../images/lib_353201_new_project32_21 (1).png") left 50% top 50% / auto auto no-repeat;
  margin-right: 10px;
  min-height: 20px;
}
.title-page .phones-57 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .phones-57 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .phones-57 .title {
  box-sizing: border-box;
  color: #000;
  text-decoration: none;
  display: none;
}
.title-page .phones-57 .text_body {
  box-sizing: border-box;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 1.6;
  text-decoration: none;
  margin-left: 0;
  margin-right: auto;
  font-weight: normal;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .phones-57 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-57 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-57 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .block-25 {
  margin: 0 0 auto 87px;
  position: relative;
  top: 0;
  left: 0;
  width: 379px;
  min-height: 0;
  z-index: 1;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .widget-33 {
  margin: 0 0 0 10px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  width: 364px;
  min-height: 174px;
  right: auto;
  padding-left: 0;
  padding-right: 0;
}
.title-page .form-59 .form__header {
  box-sizing: border-box;
  font-size: 24px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .form-59 .form__text {
  box-sizing: border-box;
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
}
.title-page .form-59 .form__text p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .form-59 .form__text p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .form-59 .form__body {
  margin: 0 0 -5px -4px;
  box-sizing: border-box;
  width: auto;
}
.title-page .form-59 .form-table {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.title-page .form-59 .form-tbody {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .form-59 .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-59 .form-item {
  box-sizing: border-box;
  position: relative;
  margin-right: 5px;
  margin-bottom: 5px;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  width: auto;
}
.title-page .form-59 .form-text {
  box-sizing: border-box;
  margin-top: 5px;
  margin-right: 0;
  margin-left: 4px;
}
.title-page .form-59 .form-item__note {
  box-sizing: border-box;
  font-size: 11px;
  color: #999;
  display: none;
}
.title-page .form-59 .form-item__body {
  box-sizing: border-box;
  display: block;
}
.title-page .form-59 .form-text input {
  padding: 10px 20px;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-width: 100px;
  min-height: 22px;
  outline: none;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  color: #343434;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-indent: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  resize: vertical;
  display: block;
  margin-left: 0;
  -webkit-appearance: none;
}
.title-page .form-59 .form-textarea textarea {
  padding: 10px 20px;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-width: 100px;
  resize: vertical;
  min-height: 82px;
  outline: none;
  display: block;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  color: #343434;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-indent: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 82px;
  margin-left: 0;
  -webkit-appearance: none;
}
.title-page .form-59 .form-submit button {
  padding: 12px 30px;
  box-sizing: border-box;
  text-align: center;
  background: #4e88c2;
  outline: none;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  text-indent: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: normal;
  -webkit-appearance: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-left: 4px;
}
.title-page .form-59 .form-submit button:hover, .title-page .form-59 .form-submit button.hover, .title-page .form-59 .form-submit button.active {
  background: transparent;
  -webkit-box-shadow: inset 0px 0px 0px 2px #fff;
  -moz-box-shadow: inset 0px 0px 0px 2px #fff;
  box-shadow: inset 0px 0px 0px 2px #fff;
}
.title-page .form-59 .form-submit button:active, .title-page .form-59 .form-submit button.active {
  background: #fff;
  color: #343434;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .form-59 .form-submit button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 20px;
}
.title-page .form-59 .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .form-59 .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .form-59 .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .form-59 .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .form-59 .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .form-59 .form-select select {
  padding: 10px;
  border: none;
  box-sizing: border-box;
  width: 100%;
  min-width: 100px;
  color: #000;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  text-align: start;
  font-size: 13.3333px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .form-59 .form-upload .form-item__body .no-more {
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
}
.title-page .form-59 .form-text .form-item__body {
  box-sizing: border-box;
}
.title-page .form-59 .form-item__header {
  text-decoration: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  margin-top: 18px;
  margin-bottom: 6px;
}
.title-page .form-59 .form-item__title {
  box-sizing: border-box;
  display: inline-block;
  min-width: 15px;
  font-family: Open Sans, sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
}
.title-page .form-59 .form-item__required {
  box-sizing: border-box;
  color: #f00;
}
.title-page .form-59 .form-radio .form-item__title {
  font-size: 15px;
  font-family: Open Sans, sans-serif;
  color: #fff;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-top: 5px;
  text-decoration: none;
}
.title-page .form-59 .form-textarea {
  box-sizing: border-box;
  margin-top: 5px;
  margin-right: 0;
  margin-left: 4px;
}
.title-page .form-59 .form-textarea .form-item__body {
  box-sizing: border-box;
}
.title-page .form-59 .form-submit {
  box-sizing: border-box;
  text-align: right;
  margin-top: 5px;
}
.title-page .form-59 .form-submit .form-item__header {
  box-sizing: border-box;
  display: none;
}
.title-page .form-59 .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: 5px;
  margin-right: 0;
  margin-left: 4px;
}
.title-page .form-59 .form-captcha .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .form-59 .form-captcha input {
  padding: 2px 4px;
  box-sizing: border-box;
  background: #fff;
  width: 57px;
  min-width: 50px;
  min-height: 22px;
  outline: none;
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  color: #343434;
  line-height: 1.2;
  letter-spacing: 0;
  text-indent: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  resize: vertical;
  display: block;
  -webkit-appearance: none;
}
.title-page .form-59 .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-59 .form-captcha .form-submit-container {
  box-sizing: border-box;
}
.title-page .form-59 .form-captcha button {
  padding: 12px 30px;
  box-sizing: border-box;
  text-align: center;
  background: #4e88c2;
  outline: none;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  text-indent: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: normal;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-appearance: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-left: 4px;
}
.title-page .form-59 .form-captcha button:hover, .title-page .form-59 .form-captcha button.hover, .title-page .form-59 .form-captcha button.active {
  background: transparent;
  -webkit-box-shadow: inset 0px 0px 0px 2px #fff;
  -moz-box-shadow: inset 0px 0px 0px 2px #fff;
  box-shadow: inset 0px 0px 0px 2px #fff;
}
.title-page .form-59 .form-captcha button:active, .title-page .form-59 .form-captcha button.active {
  background: #fff;
  color: #343434;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .form-59 .form-captcha button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 20px;
}
.title-page .form-59 .form-captcha .mgCaptcha-block {
  box-sizing: border-box;
  line-height: 0;
  font-size: 0;
  min-width: 112px;
}
.title-page .form-59 .form-captcha .mgCaptcha-block img {
  box-sizing: border-box;
  vertical-align: middle;
  border: none;
  margin-right: 5px;
}
.title-page .form-59 .form-captcha .mgCaptcha-input {
  box-sizing: border-box;
}
.title-page .form-59 .form-checkbox {
  box-sizing: border-box;
  margin-right: 0;
  margin-left: 4px;
}
.title-page .form-59 .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-59 .form-checkbox .form-item__title {
  font-size: 15px;
  font-family: Open Sans, sans-serif;
  color: #fff;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-top: 5px;
}
.title-page .form-59 .form-checkbox input {
  margin: 5px 5px 0 0;
}
.title-page .form-59 .form-checkbox .form-item__body label.form-item__title {
  font-size: 14px;
  font-family: Open Sans, sans-serif;
  color: #fff;
  text-decoration: none;
}
.title-page .form-59 .form-radio {
  box-sizing: border-box;
  margin-right: 0;
  margin-left: 4px;
}
.title-page .form-59 .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-59 .form-radio input {
  margin: 5px 5px 0 0;
}
.title-page .form-59 .form-radio .form-item__body label.form-item__title {
  font-size: 13px;
  font-family: Open Sans, sans-serif;
  color: #fff;
}
.title-page .form-59 .form-select {
  box-sizing: border-box;
  margin-right: 0;
  margin-left: 4px;
}
.title-page .form-59 .form-div {
  box-sizing: border-box;
  margin-right: 0;
  margin-left: 4px;
}
.title-page .form-59 .form-html {
  box-sizing: border-box;
  margin-right: 0;
  margin-left: 4px;
}
.title-page .form-59 .form-html .form-item__body {
  font-size: 16px;
  font-family: Open Sans, sans-serif;
  color: #fff;
  text-decoration: none;
}
.title-page .form-59 .form-upload {
  box-sizing: border-box;
  margin-right: 0;
  margin-left: 4px;
}
.title-page .form-59 .form-calendar {
  box-sizing: border-box;
  margin-right: 0;
  margin-left: 4px;
}
.title-page .form-59 .form-calendar input {
  padding: 10px 4px;
  border: 1px solid #bbb;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-height: 22px;
  -webkit-appearance: none;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  text-align: start;
  font-size: 13.3333px;
}
.title-page .form-59 .form-calendar_interval {
  box-sizing: border-box;
  margin-right: 0;
  margin-left: 4px;
}
.title-page .form-59 .form-calendar_interval input {
  padding: 2px 4px;
  border: 1px solid #bbb;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-height: 22px;
  -webkit-appearance: none;
}
.title-page .form-59 .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-59 .form-calendar_interval .label_from {
  box-sizing: border-box;
  margin-right: 5px;
  color: #fff;
  text-decoration: none;
}
.title-page .form-59 .form-calendar_interval .label_to {
  box-sizing: border-box;
  margin-right: 5px;
  color: #fff;
  text-decoration: none;
}
.title-page .form-59 .form-calendar_interval .field_from {
  box-sizing: border-box;
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1;
  margin-right: 10px;
}
.title-page .form-59 .form-calendar_interval .field_to {
  box-sizing: border-box;
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1;
}
.title-page .form-59 .group-text {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-right: 0;
}
.title-page .form-59 .group-textarea {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-right: 0;
}
.title-page .form-59 .form-tfoot {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.title-page .form-59 .group-button {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-right: 0;
}
.title-page .form-59 .form-success {
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
.title-page .form-59 ::-webkit-input-placeholder {
  color: #343434;
}
.title-page .form-59 ::-moz-placeholder {
  color: #343434;
}
.title-page .form-59 :-ms-input-placeholder {
  color: #343434;
}
.title-page .block-26 .layout_center_60_id_62_1 {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.title-page .block-26 {
  margin: 35px auto 0;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 153px;
  z-index: 1;
  display: block;
  text-decoration: none;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: auto;
  max-width: 100%;
}
.title-page .widget-35 {
  padding: 15px 0;
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  right: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 0px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 0px solid rgba(255, 255, 255, 0.5);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .menu-62 .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;
  text-align: left;
}
.title-page .menu-62 .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-62 .menu-scroll {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .menu-62 .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-62 .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-62 .menu-scroll > ul > li.delimiter {
  margin: auto 2px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: 0;
  width: 10px;
  min-height: 10px;
  background: #d6d6d6;
  box-sizing: border-box;
}
.title-page .menu-62 .menu-scroll > ul > li.menu-item {
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  flex: 0 1 auto;
  box-sizing: border-box;
  position: relative;
}
.title-page .menu-62 .menu-scroll > ul > li.menu-item > a {
  padding: 12px 20px;
  margin: 2px 5px 2px 0;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  font-family: Open Sans, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-transform: uppercase;
  font-weight: 600;
  text-align: left;
  background: transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  min-height: 42px;
}
.title-page .menu-62 .menu-scroll > ul > li.menu-item > a:hover, .title-page .menu-62 .menu-scroll > ul > li.menu-item > a.hover, .title-page .menu-62 .menu-scroll > ul > li.menu-item > a.active {
  background: #4e88c2;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.title-page .menu-62 .menu-scroll > ul > li.menu-item > a:active, .title-page .menu-62 .menu-scroll > ul > li.menu-item > a.active {
  color: #343434;
  background: #fff;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.title-page .menu-62 .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-62 .menu-scroll > ul > li.menu-item > a img {
  margin: auto;
  box-sizing: border-box;
  max-width: 100%;
  height: auto;
  width: auto;
}
.title-page .menu-62 .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-62 .menu-scroll > ul > li.home-button {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .menu-62 .menu-scroll > ul > li.more-button {
  display: -webkit-flex;
  display: flex;
  margin-left: auto;
  position: relative;
}
.title-page .menu-62 .menu-scroll > ul ul {
  padding: 5px 5px 5px 10px;
  margin: 16px 0 0;
  border: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  list-style: none;
  width: 200px;
  display: none;
  z-index: 10;
  box-sizing: border-box;
  text-align: left;
  align-self: auto;
}
.title-page .menu-62 .menu-scroll > ul ul > li {
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
}
.title-page .menu-62 .menu-scroll > ul ul > li > a {
  padding: 10px;
  border: none;
  cursor: pointer;
  display: block;
  background: transparent;
  box-sizing: border-box;
  text-decoration: none;
  color: #948f94;
  font-size: 13px;
  line-height: 1.4;
  font-family: Ubuntu, sans-serif;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
}
.title-page .menu-62 .menu-scroll > ul ul > li > a:hover, .title-page .menu-62 .menu-scroll > ul ul > li > a.hover, .title-page .menu-62 .menu-scroll > ul ul > li > a.active {
  background: #f2f2f2;
  color: #000;
}
.title-page .menu-62 .menu-scroll > ul > li.more-button .menu-item-image {
  display: none;
}
.title-page .menu-62 .menu-scroll > ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}
.title-page .menu-62 .menu-scroll > ul > li.more-button > a {
  padding: 5px 10px;
  margin: 7px 0 auto 2px;
  border: none;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  background: #fff;
  box-sizing: border-box;
  text-decoration: none;
  color: #51caaa;
  font-size: 16px;
  line-height: 1.4;
  -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;
  text-align: left;
  align-self: auto;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .menu-62 .menu-scroll > ul > li.more-button > ul {
  left: auto;
  right: 0;
}
.title-page .menu-62 .menu-scroll > ul > li.more-button.disabled {
  display: none;
}
.title-page .menu-62 .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-62 .menu-scroll > ul > li.menu-item > a .has-child-icon strong {
  display: block;
  width: 12px;
  height: 12px;
  background: #000;
}
.title-page .menu-62 .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-62 .menu-scroll > ul ul > li > a .has-child-icon strong {
  display: block;
  width: 12px;
  height: 12px;
  background: #000;
}
.title-page .block-30 .layout_61 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-30 .layout_63 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-30 .layout_64 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-30 {
  margin: 29px auto 0;
  position: relative;
  top: 0;
  left: 0;
  width: 960px;
  min-height: 0;
  z-index: 1;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .widget-37 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  font-family: Open Sans, sans-serif;
  color: #fff;
  text-align: left;
  text-decoration: none;
  box-sizing: border-box;
  width: 212px;
  min-height: 32px;
  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 .widget-36 {
  margin: 4px 0 auto 175px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: left;
  box-sizing: border-box;
  width: 186px;
}
.title-page .widget-34 {
  margin: 0 0 auto 291px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  color: #d8d8d8;
  text-align: left;
  text-decoration: none;
  width: 96px;
}
.title-page .widget-46 {
  margin: 2890px 0 auto -495px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: undefined;
  box-sizing: border-box;
  width: 0;
  right: 0;
  min-height: 40px;
}
.title-page .widget-46:hover, .title-page .widget-46.hover, .title-page .widget-46.active {
  width: auto;
}
.title-page .phones-69 p:first-child {
  margin-top: 0;
}
.title-page .phones-69 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-69 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .phones-69 .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-69 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 16px;
  background: url("../images/Untitled-4.png") left 50% top 50% / auto auto no-repeat;
  margin-right: 5px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-top: auto;
  margin-bottom: auto;
  align-self: center;
}
.title-page .phones-69 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .phones-69 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .phones-69 .title {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-69 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Open Sans, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-transform: none;
  text-decoration: none;
  font-size: 16px;
  margin-left: 5px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-weight: normal;
  min-height: 39px;
}
.title-page .phones-69 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-69 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-69 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-38 {
  top: 0;
  left: 0;
  position: fixed;
  width: auto;
  text-align: center;
  right: 0;
  z-index: 1450;
  margin-left: 0;
  margin-right: 0;
}
.title-page .side-panel-65 .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-65 .side-panel-content {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 265px;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
}
.title-page .side-panel-65 .side-panel-close {
  position: absolute;
  z-index: 1;
  left: 100%;
  top: 0;
  box-sizing: border-box;
  font-size: 0;
  width: 29px;
  min-height: 29px;
  background: url("../images/wm_side_panel_cross.png") left 50% top 50% / auto no-repeat #eee;
  cursor: pointer;
}
.title-page .side-panel-65 .side-panel-content-inner {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  position: relative;
  z-index: 0;
}
.title-page .side-panel-65 .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;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .side-panel-65 .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: 0;
  -moz-order: 0;
  order: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  pointer-events: auto;
  text-align: left;
  position: relative;
  z-index: 10;
}
.title-page .side-panel-65 .side-panel-button-icon {
  display: block;
}
.title-page .side-panel-65 .side-panel-button-icon-line {
  box-sizing: border-box;
  display: block;
  min-height: 3px;
  margin-top: 3px;
  background: #000;
}
.title-page .side-panel-65 .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_69 {
    margin-top: 0;
    display: none;
  }
  .title-page .wrapper .layout_2_id_6 {
    margin-top: 0;
  }
  .title-page .block-3 .layout_7 {
    margin-top: 0;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
    width: 100%;
    display: none;
  }
  .title-page .block-3 .layout_13 {
    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-3 .layout_68 {
    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-3 {
    width: auto;
    background: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 26px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .block-31 .layout_3 {
    margin-top: 0;
    display: none;
  }
  .title-page .block-31 .layout_4 {
    margin-top: 0;
    display: none;
  }
  .title-page .block-31 {
    margin-top: 15px;
    margin-right: auto;
  }
  .title-page .widget-2 {
    text-align: left;
    display: none;
  }
  .title-page .email-3 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .email-3 .block-body-drop {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    margin-left: 0;
  }
  .title-page .widget-5 {
    text-align: left;
    display: none;
    margin-left: auto;
    margin-right: auto;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .block-4 .layout_9 {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-4 .layout_10 {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
    display: none;
  }
  .title-page .block-4 {
    width: auto;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    padding-left: 50px;
    padding-right: 50px;
  }
  .title-page .widget-6 {
    margin-top: 40px;
    width: auto;
    right: 0;
  }
  .title-page .site-name-9 img {
    min-height: 62px;
  }
  .title-page .block-5 {
    padding: 20px 50px 40px;
    background: url("../images/13.jpg") left 50% top 100px / 1518px no-repeat;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .widget-11 {
    width: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
  .title-page .editable_block-16 .header {
    margin-top: 0;
  }
  .title-page .editable_block-16 .image {
    float: left;
  }
  .title-page .editable_block-16 .more {
    clear: none;
  }
  .title-page .widget-10 {
    margin-top: 209px;
    display: block;
  }
  .title-page .blocklist-15 .body-outer {
    width: auto;
    overflow: visible;
    padding-bottom: 0.02px;
    min-height: 612px;
  }
  .title-page .blocklist-15 .body {
    width: auto;
  }
  .title-page .blocklist-15 .list {
    overflow-x: visible;
    overflow-y: visible;
  }
  .title-page .blocklist-15 .item-outer {
    width: 50%;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .blocklist-15 .item {
    width: auto;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    flex-basis: 100%;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-15 .image {
    float: none;
  }
  .title-page .blocklist-15 .img-convert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
  }
  .title-page .blocklist-15 .bx-wrapper {
    max-width: 738px;
  }
  .title-page .blocklist-15 .bx-pager a {
    margin-right: 6px;
    margin-left: 6px;
    background: #e8e8e8;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
  }
  .title-page .blocklist-15 .bx-pager a:hover, .title-page .blocklist-15 .bx-pager a.hover, .title-page .blocklist-15 .bx-pager a.active {
    background: #16942f;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
  }
  .title-page .blocklist-15 .bx-pager a:active, .title-page .blocklist-15 .bx-pager a.active {
    background: #ccc;
  }
  .title-page .block-15 {
    padding: 40px 50px;
  }
  .title-page .widget-23 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    background: none;
    display: block;
  }
  .title-page .horizontal_blocklist-39 .body-outer {
    width: auto;
    overflow: visible;
  }
  .title-page .horizontal_blocklist-39 .body {
    width: auto;
  }
  .title-page .horizontal_blocklist-39 .bx-wrapper {
    max-width: 668px;
  }
  .title-page .horizontal_blocklist-39 .list {
    width: 668px;
    overflow-x: visible;
    overflow-y: visible;
  }
  .title-page .horizontal_blocklist-39 .item_body {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
  }
  .title-page .horizontal_blocklist-39 .image {
    width: 260px;
  }
  .title-page .horizontal_blocklist-39 .img-convert {
    width: 260px;
  }
  .title-page .horizontal_blocklist-39 .item_detail {
    margin-right: 0;
    padding-right: 0;
  }
  .title-page .horizontal_blocklist-39 .title {
    margin-top: 20px;
    width: auto;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .horizontal_blocklist-39 .price-value {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .block-17 .layout_center_43_id_45_1 {
    margin-top: 0;
  }
  .title-page .block-17 {
    padding-bottom: 40px;
  }
  .title-page .widget-26 {
    margin-top: -297px;
    min-width: 0;
    display: block;
  }
  .title-page .blocklist-44 .all-in_header:hover, .title-page .blocklist-44 .all-in_header.hover, .title-page .blocklist-44 .all-in_header.active {
    font-weight: 500;
  }
  .title-page .blocklist-44 .description {
    margin-bottom: 0;
  }
  .title-page .blocklist-44 .body-outer {
    overflow: visible;
  }
  .title-page .blocklist-44 .body {
    width: auto;
    margin-left: -14px;
    margin-right: -14px;
  }
  .title-page .blocklist-44 .bx-wrapper {
    max-width: 716px;
  }
  .title-page .blocklist-44 .list {
    width: 716px;
    overflow-x: visible;
    overflow-y: visible;
  }
  .title-page .blocklist-44 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-44 .item {
    width: 340px;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    margin-left: 14px;
    margin-right: 14px;
    min-height: 315px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-44 .image {
    margin-right: 0;
    margin-bottom: 0;
    float: none;
  }
  .title-page .blocklist-44 .title {
    background: none;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .blocklist-44 .all:hover, .title-page .blocklist-44 .all.hover, .title-page .blocklist-44 .all.active {
    font-weight: 500;
  }
  .title-page .blocklist-44 .controls {
    margin-top: -90px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .title-page .block-18 {
    display: block;
  }
  .title-page .block-12 {
    padding: 40px 50px;
    width: auto;
    background: linear-gradient(#fff, #fff);
    margin-left: 0;
    margin-right: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .widget-20 {
    margin-left: 0;
    padding-top: 40px;
    width: auto;
    background: none;
    display: block;
  }
  .title-page .block-19 {
    padding: 40px 50px;
  }
  .title-page .widget-27 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }
  .title-page .news-47 .body-outer {
    width: auto;
    overflow: visible;
  }
  .title-page .news-47 .body {
    width: auto;
    margin-right: 0;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .news-47 .news__list {
    overflow-x: visible;
    overflow-y: visible;
  }
  .title-page .news-47 .item-outer {
    width: 100%;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
  }
  .title-page .news-47 .item {
    margin-right: 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;
  }
  .title-page .news-47 .item__image {
    max-width: 100%;
    margin-right: 15px;
    margin-bottom: 5px;
    float: none;
  }
  .title-page .news-47 .img-convert {
    min-height: 0;
  }
  .title-page .news-47 .bx-wrapper {
    max-width: 668px;
  }
  .title-page .news-47 .all_link {
    margin-top: 0;
  }
  .title-page .block-16 {
    padding: 40px 50px;
  }
  .title-page .widget-24 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    background: none;
    height: auto;
    display: block;
  }
  .title-page .reviews-41 .list-wr {
    width: auto;
    overflow: visible;
  }
  .title-page .reviews-41 .body {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .reviews-41 .bx-wrapper {
    max-width: 668px;
  }
  .title-page .reviews-41 .list {
    width: 668px;
    overflow-x: visible;
    overflow-y: visible;
  }
  .title-page .reviews-41 .item-outer {
    width: 100%;
  }
  .title-page .reviews-41 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .reviews-41 .text {
    background: none;
    min-height: 0;
  }
  .title-page .reviews-41 .author {
    background: none;
  }
  .title-page .reviews-41 .name {
    -webkit-box-shadow: false, false, false, false;
    -moz-box-shadow: false, false, false, false;
    box-shadow: false, false, false, false;
  }
  .title-page .reviews-41 .bx-pager a {
    min-height: 8px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .block-21 .layout_center_49_id_51_1 {
    margin-top: 0;
  }
  .title-page .block-21 {
    display: none;
  }
  .title-page .widget-28 {
    margin-left: 20px;
    margin-right: auto;
    display: none;
  }
  .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-29 {
    text-align: flex-start;
    display: none;
  }
  .title-page .block-22 .layout_center_52_id_66_0 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-22 {
    padding: 40px 50px;
  }
  .title-page .block-29 .layout_53 {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
    display: none;
  }
  .title-page .block-29 .layout_58 {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-29 {
    width: auto;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .block-23 .layout_54 {
    margin-top: 0;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    margin-left: auto;
    display: none;
  }
  .title-page .block-23 .layout_55 {
    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-23 {
    width: auto;
    display: none;
    right: 0;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .widget-30 {
    width: 455px;
    margin-top: 15px;
    margin-left: auto;
    right: 0;
  }
  .title-page .block-24 {
    width: auto;
    display: none;
    right: 0;
  }
  .title-page .widget-31 {
    text-align: center;
    width: auto;
    margin-left: 0;
    margin-right: auto;
    right: 0;
    display: none;
  }
  .title-page .schedule-56 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .schedule-56 .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-32 {
    text-align: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    display: none;
  }
  .title-page .phones-57 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .phones-57 .icon {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 14px;
  }
  .title-page .phones-57 .block-body-drop {
    width: 100%;
    margin-left: 0;
    left: auto;
    top: 100%;
    right: auto;
    bottom: auto;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .title-page .block-25 {
    margin-left: 0;
    width: auto;
    right: 0;
  }
  .title-page .widget-33 {
    width: auto;
    margin-left: 0;
    right: 0;
    display: block;
  }
  .title-page .form-59 .form-select select {
    background: none;
  }
  .title-page .form-59 .form-item__title {
    font-size: 16px;
  }
  .title-page .block-26 .layout_center_60_id_62_1 {
    margin-top: 0;
  }
  .title-page .block-26 {
    min-height: 103px;
    margin-left: 0;
  }
  .title-page .widget-35 {
    display: none;
    margin-top: -37px;
  }
  .title-page .menu-62 .menu-scroll > ul {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-flow: row nowrap;
    -webkit-justify-content: inherit;
    -moz-justify-content: inherit;
    justify-content: inherit;
  }
  .title-page .menu-62 .menu-scroll > ul > li.more-button {
    display: none;
  }
  .title-page .block-30 .layout_61 {
    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-30 .layout_63 {
    margin: 0 auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }
  .title-page .block-30 .layout_64 {
    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-30 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .widget-37 {
    margin-top: 15px;
    margin-right: auto;
  }
  .title-page .widget-36 {
    margin: 15px auto 0;
  }
  .title-page .widget-34 {
    margin-top: 15px;
    margin-left: auto;
  }
  .title-page .widget-38 {
    text-align: left;
    z-index: 9999;
    box-sizing: border-box;
    display: block;
  }
  .title-page .side-panel-65 .side-panel-top {
    width: auto;
  }
  .title-page .side-panel-65 .side-panel-button {
    border: none;
    width: 50px;
    min-height: 50px;
    padding-top: 15px;
    padding-left: 14px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: #68abdf;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .title-page .side-panel-65 .side-panel-button-icon-line {
    border: none;
    width: 22px;
    -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: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
  }
}
@media all and (max-width: 768px) {
  .title-page .wrapper .layout_69 {
    margin-top: 0;
    display: none;
  }
  .title-page .wrapper .layout_2_id_6 {
    margin-top: 0;
  }
  .title-page .block-3 .layout_7 {
    margin-top: 0;
    display: none;
  }
  .title-page .block-3 .layout_13 {
    margin-top: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }
  .title-page .block-3 .layout_68 {
    margin-top: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-31 .layout_3 {
    margin-top: 0;
    display: none;
  }
  .title-page .block-31 .layout_4 {
    margin-top: 0;
    display: none;
  }
  .title-page .block-31 {
    margin-right: 0;
    margin-bottom: 0;
  }
  .title-page .widget-5 {
    margin-top: 15px;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .title-page .block-4 .layout_9 {
    margin-top: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-4 .layout_10 {
    margin-top: 0;
    display: none;
  }
  .title-page .block-5 {
    background: url("../images/13.jpg") left 50% top 80px / 1100px no-repeat;
  }
  .title-page .editable_block-16 .title {
    font-size: 34px;
  }
  .title-page .editable_block-16 .text {
    font-size: 32px;
  }
  .title-page .blocklist-15 .body-outer {
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .blocklist-15 .body {
    margin-left: -5px;
  }
  .title-page .blocklist-15 .text {
    padding-left: 30px;
    padding-right: 30px;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .blocklist-15 .bx-wrapper {
    max-width: 616px;
  }
  .title-page .horizontal_blocklist-39 .bx-wrapper {
    max-width: 540px;
  }
  .title-page .horizontal_blocklist-39 .list {
    width: 540px;
  }
  .title-page .horizontal_blocklist-39 .item_detail {
    margin-top: 40px;
  }
  .title-page .horizontal_blocklist-39 .title {
    font-size: 18px;
  }
  .title-page .horizontal_blocklist-39 .price-wrap {
    width: auto;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .horizontal_blocklist-39 .price {
    width: 242px;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .horizontal_blocklist-39 .price-note {
    font-size: 10px;
  }
  .title-page .horizontal_blocklist-39 .price-value {
    font-size: 21px;
  }
  .title-page .block-17 .layout_center_43_id_45_1 {
    margin-top: 0;
  }
  .title-page .widget-26 {
    margin-top: -305px;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .blocklist-44 .body-outer {
    margin-left: NaNpx;
    margin-right: NaNpx;
  }
  .title-page .blocklist-44 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-44 .bx-wrapper {
    max-width: 560px;
  }
  .title-page .blocklist-44 .list {
    width: 560px;
  }
  .title-page .blocklist-44 .item {
    width: 266px;
    min-height: 353px;
  }
  .title-page .blocklist-44 .all {
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
  }
  .title-page .news-47 .bx-wrapper {
    max-width: 540px;
  }
  .title-page .reviews-41 .bx-wrapper {
    max-width: 540px;
  }
  .title-page .reviews-41 .list {
    width: 540px;
  }
  .title-page .reviews-41 .image {
    max-width: 100%;
    float: none;
  }
  .title-page .reviews-41 .text {
    padding-right: 30px;
  }
  .title-page .reviews-41 .item__image__title {
    box-sizing: border-box;
    position: absolute;
  }
  .title-page .block-21 .layout_center_49_id_51_1 {
    margin-top: 0;
  }
  .title-page .widget-28 {
    margin-left: auto;
    display: block;
  }
  .title-page .widget-29 {
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-29:hover, .title-page .widget-29.hover, .title-page .widget-29.active {
    text-align: left;
  }
  .title-page .block-22 .layout_center_52_id_66_0 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-29 .layout_53 {
    margin-top: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-29 .layout_58 {
    margin-top: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-23 .layout_54 {
    margin-top: 0;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    display: none;
  }
  .title-page .block-23 .layout_55 {
    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-23 {
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-24 {
    margin-top: 15px;
  }
  .title-page .widget-31 {
    margin-left: auto;
    display: block;
  }
  .title-page .widget-31:hover, .title-page .widget-31.hover, .title-page .widget-31.active {
    text-align: undefined;
  }
  .title-page .widget-32 {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
  .title-page .phones-57 .text_body {
    margin-right: 0;
    text-align: center;
    width: auto;
  }
  .title-page .form-59 .form__header {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .form-59 .form-table {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .form-59 .form-tbody {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .form-59 .form-submit button {
    margin-left: 0;
  }
  .title-page .form-59 .form-submit {
    text-align: center;
  }
  .title-page .form-59 .form-captcha button {
    margin-left: 0;
  }
  .title-page .block-26 .layout_center_60_id_62_1 {
    margin-top: 0;
  }
  .title-page .menu-62 .menu-scroll > ul > li.more-button {
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-30 .layout_61 {
    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-30 .layout_63 {
    margin-top: 0;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    display: none;
  }
  .title-page .block-30 .layout_64 {
    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 .widget-38 {
    z-index: 1450;
  }
}
@media all and (max-width: 640px) {
  .title-page .wrapper .layout_69 {
    margin: 0;
    width: auto;
    flex-basis: auto;
    display: none;
  }
  .title-page .wrapper .layout_2_id_6 {
    margin-top: 0;
  }
  .title-page .block-3 .layout_7 {
    margin-top: 0;
    display: none;
  }
  .title-page .block-3 .layout_13 {
    margin-top: 0;
    display: none;
  }
  .title-page .block-3 .layout_68 {
    margin-top: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-31 .layout_3 {
    margin-top: 0;
    display: none;
  }
  .title-page .block-31 .layout_4 {
    margin-top: 0;
    display: none;
  }
  .title-page .widget-5 {
    margin-bottom: 0;
  }
  .title-page .block-4 .layout_9 {
    margin: 0;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-4 .layout_10 {
    margin: 0;
    width: auto;
    flex-basis: auto;
    display: none;
  }
  .title-page .widget-6 {
    margin-top: 50px;
    margin-bottom: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .site-name-9 .sn-text {
    margin-left: auto;
    padding-top: 0.02px;
    margin-right: auto;
  }
  .title-page .block-5 {
    background: url("../images/13.jpg") left 50% top 150px / 1034px no-repeat;
    padding-top: 0.02px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .title-page .widget-11 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .title-page .editable_block-16 .header {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .editable_block-16 .title {
    font-size: 31px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .title-page .editable_block-16 .text {
    font-size: 30px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .title-page .widget-10 {
    text-align: center;
    margin-top: 208px;
  }
  .title-page .blocklist-15 .body-outer {
    text-align: center;
  }
  .title-page .blocklist-15 .body {
    margin-left: 0;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-15 .item-outer {
    width: 100%;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
  }
  .title-page .blocklist-15 .bx-wrapper {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .block-15 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .title-page .horizontal_blocklist-39 .bx-wrapper {
    max-width: 420px;
  }
  .title-page .horizontal_blocklist-39 .list {
    width: 420px;
  }
  .title-page .horizontal_blocklist-39 .image {
    width: 150px;
    left: auto;
    right: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .horizontal_blocklist-39 .img-convert {
    width: 150px;
    height: 270px;
    margin-left: 0;
    margin-right: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
  }
  .title-page .horizontal_blocklist-39 .item_detail {
    margin-top: 55px;
    margin-left: 20px;
    width: auto;
    left: 0;
    right: 0;
  }
  .title-page .horizontal_blocklist-39 .text {
    width: auto;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .horizontal_blocklist-39 .price-wrap {
    width: 242px;
  }
  .title-page .horizontal_blocklist-39 .price {
    width: auto;
  }
  .title-page .horizontal_blocklist-39 .price-currency {
    width: 12px;
  }
  .title-page .block-17 .layout_center_43_id_45_1 {
    margin-top: 0;
  }
  .title-page .blocklist-44 .body-outer {
    margin-left: 30px;
    margin-right: 30px;
  }
  .title-page .blocklist-44 .bx-wrapper {
    max-width: 340px;
  }
  .title-page .blocklist-44 .list {
    width: 340px;
  }
  .title-page .blocklist-44 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-44 .item {
    margin-right: 0;
    margin-left: 0;
    min-height: 327px;
    flex-basis: 100%;
  }
  .title-page .blocklist-44 .all {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .block-12 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .title-page .block-19 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .title-page .news-47 .bx-wrapper {
    max-width: 420px;
  }
  .title-page .block-16 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .title-page .reviews-41 .bx-wrapper {
    max-width: 420px;
  }
  .title-page .reviews-41 .list {
    width: 420px;
  }
  .title-page .block-21 .layout_center_49_id_51_1 {
    margin-top: 0;
  }
  .title-page .block-22 .layout_center_52_id_66_0 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-22 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .title-page .block-29 .layout_53 {
    margin-top: 0;
    display: none;
  }
  .title-page .block-29 .layout_58 {
    margin-top: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-23 .layout_54 {
    margin-top: 0;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    display: none;
  }
  .title-page .block-23 .layout_55 {
    margin-top: 0;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-23 {
    display: none;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .widget-30 {
    margin-right: auto;
  }
  .title-page .block-24 {
    display: block;
  }
  .title-page .widget-32 {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .widget-32:hover, .title-page .widget-32.hover, .title-page .widget-32.active {
    text-align: undefined;
  }
  .title-page .form-59 .form-submit button {
    width: 129px;
  }
  .title-page .form-59 .form-submit {
    width: 425px;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .form-59 .form-captcha .form-item__body {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .form-59 .form-captcha .form-submit-container {
    width: 100%;
  }
  .title-page .form-59 .form-captcha button {
    width: 129px;
  }
  .title-page .block-26 .layout_center_60_id_62_1 {
    margin-top: 0;
  }
  .title-page .widget-35 {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
  }
  .title-page .menu-62 .menu-scroll > ul > li.delimiter {
    margin-top: 2px;
    margin-bottom: 2px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    min-height: 1px;
    width: auto;
  }
  .title-page .menu-62 .menu-scroll > ul > li.menu-item {
    -webkit-flex: 1 1 50%;
    -moz-flex: 1 1 50%;
    flex: 1 1 50%;
  }
  .title-page .menu-62 .menu-scroll > ul > li.menu-item > a {
    -webkit-flex: 1;
    -moz-flex: 1;
    flex: 1;
    padding-right: 15px;
    padding-left: 15px;
  }
  .title-page .menu-62 .menu-scroll > ul > li.home-button {
    display: none;
  }
  .title-page .menu-62 .menu-scroll > ul > li.more-button {
    display: none;
  }
  .title-page .menu-62 .menu-scroll > ul ul {
    width: auto;
    right: 0;
  }
  .title-page .menu-62 .menu-scroll > ul ul ul {
    width: 100%;
    right: auto;
  }
  .title-page .block-30 .layout_61 {
    margin-top: 0;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-30 .layout_63 {
    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-30 .layout_64 {
    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 .widget-37 {
    width: 203px;
    margin-top: 0;
    margin-right: 188px;
  }
  .title-page .widget-36 {
    margin-top: 0;
    margin-right: 0;
  }
  .title-page .widget-34 {
    left: auto;
    margin-top: -32px;
    right: auto;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
}
@media all and (max-width: 480px) {
  .title-page .wrapper .layout_69 {
    margin-top: 0;
    display: none;
  }
  .title-page .wrapper .layout_2_id_6 {
    margin-top: 0;
  }
  .title-page .block-2 {
    border: none;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .block-3 .layout_7 {
    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: none;
  }
  .title-page .block-3 .layout_13 {
    margin-top: 0;
    display: none;
  }
  .title-page .block-3 .layout_68 {
    margin-top: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-31 .layout_3 {
    margin: 0;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }
  .title-page .block-31 .layout_4 {
    margin: 0;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }
  .title-page .block-31 {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .widget-2 {
    margin: 15px auto 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .block-4 .layout_9 {
    margin-top: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-4 .layout_10 {
    margin-top: 0;
    display: none;
  }
  .title-page .block-4 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .widget-6 {
    left: auto;
    margin-top: 40px;
    right: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .title-page .site-name-9 .sn-text {
    font-size: 23px;
    display: block;
    margin-top: 15px;
    align-self: auto;
  }
  .title-page .block-5 {
    background: url("../images/13.jpg") left 50% top 120px / 726px no-repeat;
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .widget-11 {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .editable_block-16 .body {
    display: -webkit-flex;
    display: flex;
  }
  .title-page .editable_block-16 .title {
    font-size: 28px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .editable_block-16 .image {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .editable_block-16 .text {
    font-size: 27px;
    width: auto;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-10 {
    margin-top: 128px;
  }
  .title-page .blocklist-15 .item-outer {
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .blocklist-15 .bx-wrapper {
    max-width: 280px;
  }
  .title-page .block-15 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .horizontal_blocklist-39 .bx-wrapper {
    max-width: 440px;
  }
  .title-page .horizontal_blocklist-39 .list {
    width: 440px;
  }
  .title-page .horizontal_blocklist-39 .item_body {
    display: block;
  }
  .title-page .horizontal_blocklist-39 .item_figure {
    max-width: 100%;
    width: auto;
  }
  .title-page .horizontal_blocklist-39 .image {
    width: auto;
    left: 0;
    right: 0;
    margin-top: 0;
  }
  .title-page .horizontal_blocklist-39 .item-label {
    padding-bottom: 12px;
  }
  .title-page .horizontal_blocklist-39 .img-convert {
    width: auto;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
  }
  .title-page .horizontal_blocklist-39 .item_detail {
    margin-left: 0;
    margin-top: 40px;
    padding-left: 0;
  }
  .title-page .horizontal_blocklist-39 .price-wrap {
    margin-bottom: 0;
  }
  .title-page .block-17 .layout_center_43_id_45_1 {
    margin-top: 0;
  }
  .title-page .blocklist-44 .header_text {
    font-size: 26px;
  }
  .title-page .blocklist-44 .body-outer {
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .blocklist-44 .bx-wrapper {
    max-width: 400px;
  }
  .title-page .blocklist-44 .list {
    width: 400px;
  }
  .title-page .blocklist-44 .item {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    margin-right: auto;
    margin-left: auto;
    min-height: 328px;
    flex-basis: auto;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .blocklist-44 .image {
    margin-bottom: 5px;
  }
  .title-page .blocklist-44 .bx-auto_controls {
    margin-top: 117px;
  }
  .title-page .blocklist-44 .bx-pager {
    margin-top: 117px;
  }
  .title-page .block-12 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .accordion-33 .accordion-item-title .title {
    font-size: 16px;
  }
  .title-page .accordion-33 .accordion-item-title .title a {
    font-size: 16px;
  }
  .title-page .block-19 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .news-47 .news__title {
    font-size: 24px;
  }
  .title-page .news-47 .item {
    margin-top: 0;
    align-self: auto;
  }
  .title-page .news-47 .item__image {
    margin-right: 0;
  }
  .title-page .news-47 .bx-wrapper {
    max-width: 440px;
  }
  .title-page .block-16 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .title-page .reviews-41 .header {
    padding-right: 150px;
  }
  .title-page .reviews-41 .header_text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .title-page .reviews-41 .bx-wrapper {
    max-width: 440px;
  }
  .title-page .reviews-41 .list {
    width: 440px;
  }
  .title-page .block-21 .layout_center_49_id_51_1 {
    margin-top: 0;
  }
  .title-page .block-22 .layout_center_52_id_66_0 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
  .title-page .block-22 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .block-29 .layout_53 {
    margin-top: 0;
    display: none;
  }
  .title-page .block-29 .layout_58 {
    margin-top: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-23 .layout_54 {
    margin: 0;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }
  .title-page .block-23 .layout_55 {
    margin-top: 0;
    display: none;
  }
  .title-page .widget-30 {
    margin-bottom: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .block-24 {
    display: none;
  }
  .title-page .block-26 .layout_center_60_id_62_1 {
    margin-top: 0;
  }
  .title-page .block-26 {
    margin-left: auto;
  }
  .title-page .widget-35 {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .menu-62 .menu-button {
    display: -webkit-flex;
    display: flex;
    position: static;
    width: 100%;
    min-height: 0;
  }
  .title-page .menu-62 .menu-scroll > ul {
    display: block;
  }
  .title-page .menu-62 .menu-scroll > ul > li.menu-item {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .menu-62 .menu-scroll > ul > li.menu-item > a {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .menu-62 .menu-scroll > ul ul {
    position: static;
  }
  .title-page .menu-62 .menu-scroll > ul ul ul {
    position: static;
    width: auto;
  }
  .title-page .block-30 .layout_61 {
    margin-top: 0;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-30 .layout_63 {
    margin-top: 0;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }
  .title-page .block-30 .layout_64 {
    margin-top: 0;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-37 {
    text-align: center;
    width: auto;
    margin-bottom: 0;
    margin-right: 0;
    right: 0;
  }
  .title-page .widget-36 {
    margin-right: auto;
  }
  .title-page .widget-34 {
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
  }
  .title-page .widget-38 {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .title-page .side-panel-65 .side-panel-top {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
}
.title-page .side-panel .widget-3 {
  margin: 0 0 auto -161px;
  z-index: 1;
  text-align: left;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  pointer-events: auto;
  left: 0;
  top: 0;
  position: relative;
  width: 174px;
  box-sizing: border-box;
  right: auto;
  display: none;
  min-height: 39px;
}
.title-page .side-panel .phones-4 .inner {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.title-page .side-panel .phones-4 .icon {
  margin-right: 0;
}
.title-page .side-panel .phones-4 .block-body-drop {
  top: auto;
  right: auto;
  bottom: auto;
  width: 100%;
  margin-left: 0;
  left: 100%;
}
.title-page .side-panel .widget-9 {
  margin: 0 0 auto 20px;
  z-index: 1;
  text-transform: uppercase;
  pointer-events: auto;
  -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;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  min-height: 50px;
  background: linear-gradient(to bottom right, #68abdf 0%, #4e88c2 100%) #57d4b4;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: 600;
  font-family: Open Sans, sans-serif;
  font-style: normal;
  font-size: 12px;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  width: 220px;
  line-height: 1.2;
  letter-spacing: 0;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  right: auto;
}
.title-page .side-panel .widget-9:hover, .title-page .side-panel .widget-9.hover, .title-page .side-panel .widget-9.active {
  border: none;
}
.title-page .side-panel .widget-7 {
  margin: 0 0 20px;
  z-index: 1;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: auto;
  left: 0;
  top: 0;
  position: relative;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  text-align: right;
  min-height: 43px;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  display: -webkit-flex;
  display: flex;
  right: 0;
  padding-top: 20px;
}
.title-page .side-panel .menu-10 .menu-scroll > ul {
  display: block;
}
.title-page .side-panel .menu-10 .menu-scroll > ul > li.delimiter {
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  min-height: 1px;
  width: auto;
}
.title-page .side-panel .menu-10 .menu-scroll > ul > li.menu-item {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .side-panel .menu-10 .menu-scroll > ul ul {
  position: static;
  width: auto;
  margin-bottom: 5px;
}
.title-page .side-panel .menu-10 .menu-scroll > ul ul > li > a:hover, .title-page .side-panel .menu-10 .menu-scroll > ul ul > li > a.hover, .title-page .side-panel .menu-10 .menu-scroll > ul ul > li > a.active {
  background: #fff;
  color: #403c3d;
}
.title-page .side-panel .menu-10 .menu-scroll > ul ul ul {
  position: static;
  width: auto;
}
.title-page .side-panel .menu-10 .menu-scroll > ul > li.menu-item > a {
  width: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
  margin-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.title-page .side-panel .menu-10 .menu-scroll > ul > li.menu-item > a:hover, .title-page .side-panel .menu-10 .menu-scroll > ul > li.menu-item > a.hover, .title-page .side-panel .menu-10 .menu-scroll > ul > li.menu-item > a.active {
  color: #fff;
  background: #61a2d7;
}
.title-page .side-panel .menu-10 .menu-scroll > ul > li.menu-item > a:active, .title-page .side-panel .menu-10 .menu-scroll > ul > li.menu-item > a.active {
  background: #57d4b4;
}
.title-page .side-panel .menu-10 .menu-scroll > ul > li.more-button > a {
  margin-top: 10px;
  align-self: auto;
}
.title-page .side-panel .widget-46 {
  margin: 2890px 0 auto 29px;
  z-index: 1;
  text-align: left;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  pointer-events: auto;
  left: 0;
  top: 0;
  position: relative;
  width: auto;
  box-sizing: border-box;
  right: 0;
  display: none;
  min-height: 40px;
}
.title-page .side-panel .phones-69 .inner {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.title-page .side-panel .phones-69 .icon {
  margin-right: 0;
}
.title-page .side-panel .phones-69 .block-body-drop {
  top: auto;
  right: auto;
  bottom: auto;
  width: 100%;
  margin-left: 0;
  left: 100%;
}
.title-page .widget-28 {
	padding: 33px 23px !important;
}
.align-elem br {
	margin-bottom: 6px;
}

/** --- Header Address --- **/
.header-address:before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAolBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8ELnaCAAAANXRSTlMA+xIK+OME88asG7y338GBRB/x18q0sBgOj4plSj7r2odZVVI7NSWXbS8t9c6gnHRO0KN5XNLxTpcAAAGSSURBVDjLdZJpY7IwEIQ3mJDIJcghoqj1qtrzPeb//7WyNuWw+nwAZnayCUmox/HDT7VO/Y8j3eMcANDpWgPIL3SLWwlkJ48/k1MGsaEhoxzhrpNbhWI0CIxhZtdgklwLToRxvz5Bxv7/SADCf+LkK/519USumvFeBqRFkQKG1Up6beAvFo2jEFxYnX2ETeKEN7KUMnSJDKofY46IyFWytPoJG34E1OJjx7Gtlc+o2Tt3gQNyohjPVubwyBVr6hFKogSFVRlc8nhMR4AZucisMhjRrL8EntChElG7jUdyZdgPKE10bDezwpabHrr6HgX/V/UjOfqJyG2P1mDJjfdtwxeHp313bf2NF+RI1TurSWOsYWpWtUHaDNiwaSmn08ZxAkBFkQJyVux1Lb43bTmeAtNxzN/vmPQv1BqNyzj2gGKEgytVi6EulahpwHx4xQrMb2/tH1T9+OuIbkhWWJBlgVVCv9hr8UlXdkIf6A5LKXf83goZE91PiEXTX7ws6QGxxmQDHdNDLgpQPP9DPGO8ofMFXmglJDDPY4cAAAAASUVORK5CYII=') 50% 50% no-repeat;
	background-size: cover;
	border: 0;
	margin-right: 5px;
}
.header-address {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.address-v {
	font-family: Open Sans, sans-serif;
	color: #ffffff;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: 0;
	text-transform: none;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
}
@media all and (max-width: 1100px) { 
	.title-page .widgetsocial-7 .soc-content {
		display: none;
	}
}
.editorElement.layer-type-block.ui-droppable.block-5 {
    max-width: 1200px !important;
    margin: 0 auto;
}
.title-page .widget-26 {
	margin: 0 auto;
	padding: 30px 0 0;
}
/** --- Sale Main Block --- **/
.title-page .blocklist-44 .item {
	background: none;
	box-shadow: none;
	margin: 0 auto;
	padding-bottom: 0;
}
.title-page .blocklist-44 .img-convert {
	width: 100%;
	border-radius: 7px;
}
.title-page .blocklist-44 .title {
	font-size: 16px;
	max-width: 295px;
	line-height: 1.1;
	padding: 0;
	margin: 5px auto 0;
	text-align: center;
	color: #fff;
}
.title-page .blocklist-44 .body-outer {
	min-height: auto;
}
.title-page .blocklist-44 .controls {
	margin-top: -15px;
}
.title-page .block-17 {
	min-height: auto;
}
.title-page .block-15 {
	padding: 70px 0 0;
}
.title-page .blocklist-44 .header {
	margin-bottom: 0;
}
.title-page .block-12 {
	padding: 0.02px 0 0;
}
.title-page .blocklist-44 .footer {
	margin-bottom: 30px;
}
.localbtn {
	display: inline-block;
	font-family: Open Sans, sans-serif;
	font-size: 14px;
	font-weight: 700;
	border-radius: 4px;
    background: #d43552 !important;
    color: #fff !important;
    text-decoration: none !important;
    padding: 10px !important;
    margin: 1em 0;
}
.item:hover .title {
	color: #f4f4f4;
	transition: color 0.3s linear;
}
.all .align-elem {
	text-align: center;
}
@media all and (max-width:960px) {
	.title-page .blocklist-44 .all {
		background: #c71f3d !important;
	}
	.title-page .blocklist-44 .all:hover {
		background: none !important;
	}
}