@import "fonts.css";
.title-page {
  /* tooltip */
  /* tooltip for horizontal */
}
html.title-page{
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.title-page body {
  margin: 0;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.title-page body::before {
  content: "";
  height: 1px;
  display: block;
  margin-top: -1px;
}
.title-page article, .title-page aside, .title-page details, .title-page figcaption, .title-page figure, .title-page footer, .title-page header, .title-page hgroup, .title-page main, .title-page menu, .title-page nav, .title-page section, .title-page summary {
  display: block;
}
.title-page audio, .title-page canvas, .title-page progress, .title-page video {
  display: inline-block;
  vertical-align: baseline;
}
.title-page audio:not([controls]) {
  display: none;
  height: 0;
}
.title-page [hidden], .title-page template {
  display: none;
}
.title-page a {
  background-color: transparent;
  color: inherit;
}
.title-page a:active, .title-page a:hover {
  outline: 0;
}
.title-page abbr[title] {
  border-bottom: 1px dotted;
}
.title-page b, .title-page strong {
  font-weight: bold;
}
.title-page dfn {
  font-style: italic;
}
.title-page h1 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}
.title-page mark {
  background: #ff0;
  color: #000;
}
.title-page small {
  font-size: 80%;
}
.title-page sub, .title-page sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.title-page sup {
  top: -0.5em;
}
.title-page sub {
  bottom: -0.25em;
}
.title-page img {
  border: 0;
}
.title-page svg:not(:root) {
  overflow: hidden;
}
.title-page figure {
  margin: 1em 40px;
}
.title-page hr {
  box-sizing: content-box;
  height: 0;
}
.title-page pre {
  overflow: auto;
}
.title-page code, .title-page kbd, .title-page pre, .title-page samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.title-page button, .title-page input, .title-page optgroup, .title-page select, .title-page textarea {
  color: #000;
  font: inherit;
  margin: 0;
}
.title-page button {
  overflow: visible;
}
.title-page button, .title-page select {
  text-transform: none;
}
.title-page button, html.title-pageinput[type="button"], .title-page input[type="reset"], .title-page input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.title-page button[disabled], html.title-pageinput[disabled] {
  cursor: default;
}
.title-page button::-moz-focus-inner, .title-page input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.title-page input {
  line-height: normal;
}
.title-page input[type="checkbox"], .title-page input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
.title-page input[type="number"]::-webkit-inner-spin-button, .title-page input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.title-page input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
.title-page input[type="search"]::-webkit-search-cancel-button, .title-page input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.title-page fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.title-page legend {
  border: 0;
  padding: 0;
}
.title-page textarea {
  overflow: auto;
}
.title-page optgroup {
  font-weight: bold;
}
.title-page table {
  border-collapse: collapse;
  border-spacing: 0;
}
.title-page body.noscroll {
  overflow: hidden !important;
}
.title-page .removed, .title-page .hidden {
  display: none !important;
}
.title-page .editorElement, .title-page .layout {
  box-sizing: border-box;
  padding-top: 0.02px;
  padding-bottom: 0.02px;
}
.title-page .editorElement {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.title-page .vertical-middle {
  white-space: nowrap;
}
.title-page .vertical-middle > * {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
}
.title-page .vertical-middle::after {
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
  content: "";
}
.title-page .wrapper {
  margin: 0 auto;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  min-height: 100vh;
  overflow: hidden;
  max-width: 100%;
}
.title-page .wrapper > * {
  max-width: 100%;
}
.title-page .editorElement .removed + .delimiter, .title-page .editorElement .delimiter:first-child {
  display: none;
}
.title-page .wm-input-default {
  border: none;
  background: none;
  padding: 0;
}
@keyframes show_hide {
  0% {
    left: 85%;
    opacity: 0;
    width: auto;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  20% {
    left: 100%;
    opacity: 1;
    width: auto;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  100% {
    left: 100%;
    opacity: 1;
    width: auto;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
}
@keyframes show_hide_after {
  0% {
    width: 5px;
    height: 5px;
  }
  100% {
    width: 5px;
    height: 5px;
  }
}
@keyframes horizontal_show_hide {
  0% {
    top: 95%;
    opacity: 0;
    width: 100%;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  20% {
    top: 100%;
    opacity: 1;
    width: 100%;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  100% {
    top: 100%;
    opacity: 1;
    width: 100%;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
}
.title-page .wm-tooltip {
  display: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  background: #fbfddd;
  color: #ca3841;
  padding: 5px 10px;
  border-radius: 3px;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, .3);
  white-space: normal;
  box-sizing: border-box;
}
.title-page .wm-tooltip::after {
  content: "";
  font-size: 0;
  background: inherit;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
  left: 50%;
  margin: -2px 0 0;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .1), 0 2px 0 rgba(0, 0, 0, .1);
  transform: rotate(45deg);
}
.title-page .error .wm-tooltip {
  display: block;
  padding: 0;
  font-size: 0;
  animation: horizontal_show_hide 4s;
}
.title-page .error .wm-tooltip::after {
  left: 50%;
  top: 0;
  margin: -2px 0 0;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, .1), 0 -2px 0 rgba(0, 0, 0, .1);
  width: 0;
  height: 0;
  animation: show_hide_after 4s;
}
.title-page .horizontal_mode .wm-tooltip {
  top: 100%;
  left: 0;
  width: 100%;
  white-space: normal;
  margin: 5px 0 0;
  text-align: center;
}
.title-page .horizontal_mode .wm-tooltip::after {
  left: 50%;
  top: 0;
  margin: -2px 0 0;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, .1), 0 -2px 0 rgba(0, 0, 0, .1);
}
.title-page .error .horizontal_mode .wm-tooltip, .title-page .horizontal_mode .error .wm-tooltip {
  animation: horizontal_show_hide 4s;
}
@media all and (max-width: 960px) {
  .title-page .wm-tooltip {
    top: 100%;
    left: 0;
    width: 100%;
    white-space: normal;
    margin: 5px 0 0;
    text-align: center;
  }
  .title-page .wm-tooltip::after {
    left: 50%;
    top: 0;
    margin: -2px 0 0;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .1), 0 -2px 0 rgba(0, 0, 0, .1);
  }
  .title-page .error .wm-tooltip {
    animation: horizontal_show_hide 4s;
  }
}
.title-page table.table0 td, .title-page table.table1 td, .title-page table.table2 td, .title-page table.table2 th {
  padding: 5px;
  border: 1px solid #dedede;
  vertical-align: top;
}
.title-page table.table0 td {
  border: none;
}
.title-page table.table2 th {
  padding: 8px 5px;
  background: #eb3c3c;
  border: 1px solid #dedede;
  font-weight: normal;
  text-align: left;
  color: #fff;
}
.title-page .for-mobile-view {
  overflow: auto;
}
.title-page .side-panel, .title-page .side-panel-button, .title-page .side-panel-mask, .title-page .side-panel-content {
  display: none;
}
.title-page .align-elem {
  flex-grow: 1;
  max-width: 100%;
}
.title-page html.mobile div {
  background-attachment: scroll;
}
.title-page .ui-datepicker {
  font-size: 14px !important;
  z-index: 999999 !important;
}
.title-page .wm-video {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.title-page .wm-video video {
  max-width: 100%;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.title-page .wm-video.vertical video {
  max-width: none;
  max-height: 100%;
}
.title-page body {
  border: none;
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.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;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  background: linear-gradient(#085a9f, #085a9f);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-106 {
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1280px;
  min-height: 0;
  max-width: 100%;
  z-index: 9;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  right: 0;
  -webkit-box-shadow: 0px 55px 65px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 55px 65px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 55px 65px rgba(0, 0, 0, 0.06);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-bottom: 0.02px;
}
.title-page .block-107 .layout_253 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-107 .layout_251_id_253 {
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.title-page .block-107 .layout_251_id_342 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  left: 0;
  top: 0;
  position: relative;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: auto;
}
.title-page .block-107 {
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1100px;
  min-height: 0;
  max-width: 100%;
  background: #085a9f;
  z-index: 2;
  text-align: center;
  right: 0;
  padding-top: 18px;
  padding-right: 0;
  padding-bottom: 18px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-decoration: none;
}
.title-page .widget-212 {
  margin: 0 0 0 27px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  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: 210px;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 0;
  padding-left: 13px;
}
.title-page .widgetsocial-342 .soc-header {
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 10px;
  font-family: Fira Sans, sans-serif;
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 800;
}
.title-page .widgetsocial-342 .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-342 .soc-item {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  vertical-align: middle;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
  text-align: left;
}
.title-page .widgetsocial-342 .soc {
  margin: 0 5px;
  border: none;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  vertical-align: middle;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -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%;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-342 .vk .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_vk.png") left 50% top 50% / cover no-repeat #fff;
  width: 34px;
  min-height: 34px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  height: 34px;
}
.title-page .widgetsocial-342 .vk .wg-soc-icon:hover, .title-page .widgetsocial-342 .vk .wg-soc-icon.hover, .title-page .widgetsocial-342 .vk .wg-soc-icon.active {
  -webkit-box-shadow: 0px 10px 43px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 10px 43px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 10px 43px rgba(0, 0, 0, 0.11);
}
.title-page .widgetsocial-342 .fb .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjIwIiBoZWlnaHQ9IjM3IiB2aWV3Qm94PSIwIDAgMjAgMzciIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGQ9Ik0xOS4yNDgsMC4wMDYgTDE0LjQ1MCwtMC4wMDEgQzkuMDYwLC0wLjAwMSA1LjU3NywzLjU3MyA1LjU3Nyw5LjEwNSBMNS41NzcsMTMuMzA0IEwwLjc1MywxMy4zMDQgQzAuMzM2LDEzLjMwNCAtMC4wMDEsMTMuNjQyIC0wLjAwMSwxNC4wNTkgTC0wLjAwMSwyMC4xNDIgQy0wLjAwMSwyMC41NTkgMC4zMzYsMjAuODk2IDAuNzUzLDIwLjg5NiBMNS41NzcsMjAuODk2IEw1LjU3NywzNi4yNDcgQzUuNTc3LDM2LjY2NCA1LjkxNCwzNy4wMDEgNi4zMzEsMzcuMDAxIEwxMi42MjUsMzcuMDAxIEMxMy4wNDIsMzcuMDAxIDEzLjM3OSwzNi42NjMgMTMuMzc5LDM2LjI0NyBMMTMuMzc5LDIwLjg5NiBMMTkuMDIwLDIwLjg5NiBDMTkuNDM2LDIwLjg5NiAxOS43NzQsMjAuNTU5IDE5Ljc3NCwyMC4xNDIgTDE5Ljc3NiwxNC4wNTkgQzE5Ljc3NiwxMy44NTggMTkuNjk3LDEzLjY2NyAxOS41NTUsMTMuNTI1IEMxOS40MTQsMTMuMzgzIDE5LjIyMiwxMy4zMDQgMTkuMDIyLDEzLjMwNCBMMTMuMzgwLDEzLjMwNCBMMTMuMzgwLDkuNzQ0IEMxMy4zODAsOC4wMzQgMTMuNzg3LDcuMTY1IDE2LjAxNSw3LjE2NSBMMTkuMjQ4LDcuMTY0IEMxOS42NjQsNy4xNjQgMjAuMDAyLDYuODI2IDIwLjAwMiw2LjQxMCBMMjAuMDAyLDAuNzYxIEMyMC4wMDIsMC4zNDUgMTkuNjY0LDAuMDA3IDE5LjI0OCwwLjAwNiBaIiBjbGFzcz0iY2xzLTEiIGZpbGw9IiNmZjkzMjEiIGZpbGwtb3BhY2l0eT0iMSIgaWQ9InBhdGgtNCIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / 10px no-repeat #fff;
  width: 34px;
  min-height: 34px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  height: 34px;
}
.title-page .widgetsocial-342 .fb .wg-soc-icon:hover, .title-page .widgetsocial-342 .fb .wg-soc-icon.hover, .title-page .widgetsocial-342 .fb .wg-soc-icon.active {
  -webkit-box-shadow: 0px 10px 43px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 10px 43px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 10px 43px rgba(0, 0, 0, 0.11);
}
.title-page .widgetsocial-342 .tw .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjMxIiBoZWlnaHQ9IjI1IiB2aWV3Qm94PSIwIDAgMzEgMjUiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGQ9Ik0zMC45OTksMi45NTkgQzI5Ljg1OSwzLjQ2MSAyOC42MzIsMy44MDAgMjcuMzQ3LDMuOTUyIEMyOC42NTksMy4xNzEgMjkuNjcwLDEuOTM1IDMwLjE0MywwLjQ2MSBDMjguOTE2LDEuMTg0IDI3LjU1NSwxLjcxMCAyNi4xMDYsMS45OTMgQzI0Ljk0NSwwLjc2NSAyMy4yOTIsLTAuMDAwIDIxLjQ2MywtMC4wMDAgQzE3Ljk1MSwtMC4wMDAgMTUuMTAzLDIuODI2IDE1LjEwMyw2LjMxMSBDMTUuMTAzLDYuODA3IDE1LjE1OSw3LjI4NyAxNS4yNjcsNy43NDkgQzkuOTgyLDcuNDg3IDUuMjk2LDQuOTc0IDIuMTU4LDEuMTU0IEMxLjYxMSwyLjA4OCAxLjI5OCwzLjE3MSAxLjI5OCw0LjMyOCBDMS4yOTgsNi41MTcgMi40MjAsOC40NTAgNC4xMjYsOS41ODEgQzMuMDg0LDkuNTQ5IDIuMTA0LDkuMjYzIDEuMjQ2LDguNzkxIEwxLjI0Niw4Ljg3MSBDMS4yNDYsMTEuOTI5IDMuNDM5LDE0LjQ4MCA2LjM0NywxNS4wNjAgQzUuODE0LDE1LjIwNCA1LjI1MCwxNS4yODMgNC42NzEsMTUuMjgzIEM0LjI2MiwxNS4yODMgMy44NjMsMTUuMjQyIDMuNDc1LDE1LjE2OCBDNC4yODQsMTcuNjc2IDYuNjMyLDE5LjUwMCA5LjQxNSwxOS41NTMgQzcuMjQwLDIxLjI0NSA0LjQ5OCwyMi4yNTQgMS41MTYsMjIuMjU0IEMxLjAwNCwyMi4yNTQgMC40OTgsMjIuMjIzIDAuMDAwLDIyLjE2NiBDMi44MTUsMjMuOTU1IDYuMTU4LDI1LjAwMCA5Ljc1MSwyNS4wMDAgQzIxLjQ0OCwyNS4wMDAgMjcuODQ1LDE1LjM4NCAyNy44NDUsNy4wNDMgQzI3Ljg0NSw2Ljc3MCAyNy44MzgsNi40OTcgMjcuODI4LDYuMjI1IEMyOS4wNjgsNS4zMzYgMzAuMTQ1LDQuMjI1IDMwLjk5OSwyLjk1OSBaIiBjbGFzcz0iY2xzLTEiIGZpbGw9IiNmZjlhM2QiIGZpbGwtb3BhY2l0eT0iMSIgaWQ9InBhdGgtNCIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / 21px no-repeat #fff;
  width: 34px;
  min-height: 34px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  height: 34px;
}
.title-page .widgetsocial-342 .tw .wg-soc-icon:hover, .title-page .widgetsocial-342 .tw .wg-soc-icon.hover, .title-page .widgetsocial-342 .tw .wg-soc-icon.active {
  -webkit-box-shadow: 0px 10px 43px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 10px 43px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 10px 43px rgba(0, 0, 0, 0.11);
}
.title-page .widgetsocial-342 .google .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMxIiB2aWV3Qm94PSIwIDAgMzIgMzEiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGQ9Ik0zMS45OTgsNi4zMzQgTDI4LjI1Miw2LjMzNCBMMjguMjUyLDEwLjEzNiBMMjUuNzU1LDEwLjEzNiBMMjUuNzU1LDYuMzM0IEwyMi4wMDgsNi4zMzQgTDIyLjAwOCwzLjc5OSBMMjUuNzU1LDMuNzk5IEwyNS43NTUsLTAuMDAyIEwyOC4yNTIsLTAuMDAyIEwyOC4yNTIsMy43OTkgTDMxLjk5OCwzLjc5OSBMMzEuOTk4LDYuMzM0IFpNMTUuMDU3LDEuNjQ1IEMxNS4zNjYsMS44NDcgMTcuNzg3LDMuNDE3IDE3Ljk0Myw3LjA1OSBDMTcuOTQzLDExLjgzNCAxMy40NjcsMTIuMzY1IDEzLjQ2NywxNC44MzIgQzEzLjQ2MiwxNi4xODYgMTQuOTM2LDE2LjczMiAxNS45NDIsMTcuNjYyIEMxOC4yMzgsMTkuMzQ1IDE5LjA0NiwyMS4yNDIgMTkuMDQ2LDIzLjI5NiBDMTkuMDQ2LDI3LjExNCAxNS41OTksMzAuOTI2IDguNzcwLDMwLjk5MyBDOC43OTcsMzEuMDM0IDAuMjg4LDMxLjE1NSAwLjAwOSwyNS4xOTAgQzAuMDA5LDI1LjIzMCAtMC4zNzYsMjIuNTE0IDMuMjc3LDIwLjI0OSBDNS41MzMsMTguNzMzIDguNTE4LDE4LjYwNSAxMC44NDksMTguMzYyIEMxMC4wMzIsMTcuMzkxIDkuNjY3LDE2LjY3MSA5LjY2NywxNS42MzkgQzkuNjg3LDE1LjA3MyA5LjgwMCwxNC42OTUgMTAuMDU5LDE0LjA4OCBDOS4zMDIsMTQuMTUwIDkuMTA5LDE0LjEzNiA4Ljc5MCwxNC4xNTYgQzMuOTQ4LDE0LjEzNiAyLjI1NCwxMC4xMDUgMi4yNTQsNy43ODAgQzIuMjE0LDUuMDkxIDMuNjQ5LDMuNDU5IDQuNzI1LDIuMzY3IEM1Ljk2MCwxLjI5NiA3LjgyMCwwLjE5NyAxMS44ODUsMC4xOTcgQzExLjkyNSwwLjE5NyAyMC4xMDIsMC4xOTcgMjAuMTAyLDAuMTk3IEwxNy41MzgsMS42NDYgQzE3LjUzOCwxLjY0NiAxNS4xMjIsMS42NDUgMTUuMDU3LDEuNjQ1IFpNMy42NjksMjQuMzY3IEMzLjY2OSwyNC43NzIgMy44MTUsMjkuMTgwIDEwLjY3MCwyOS4zMDIgQzE3LjA0NiwyOS4wNTkgMTYuNDg5LDI1LjEwMiAxNi41ODgsMjQuOTQwIEMxNi41NDEsMjEuOTUxIDEyLjY3MCwxOS42NzAgMTEuMzE0LDE5LjQ5NSBDOS43NDQsMTkuNTQ0IDMuNjQwLDE5Ljc3MiAzLjY2OSwyNC4zNjcgWk0xNC4zMDIsNy4wNDcgQzE0LjMwMiw3LjA0NyAxMy4wMjUsMS4yMjYgOS4yOTQsMS42MzQgQzQuNTE4LDEuNjg5IDUuODQzLDcuNzQ1IDUuODQzLDcuNzQ1IEM1Ljg0Myw3Ljc0NSA2Ljk1OSwxMi44NzEgMTAuMzY3LDEzLjA2MiBDMTUuNjU0LDEzLjA2MiAxNC4zMDIsNy4wNDcgMTQuMzAyLDcuMDQ3IFoiIGNsYXNzPSJjbHMtMSIgZmlsbD0iI2ZmOWEzZCIgZmlsbC1vcGFjaXR5PSIxIiBpZD0icGF0aC00IiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / 18px no-repeat #fff;
  width: 34px;
  min-height: 34px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  height: 34px;
}
.title-page .widgetsocial-342 .google .wg-soc-icon:hover, .title-page .widgetsocial-342 .google .wg-soc-icon.hover, .title-page .widgetsocial-342 .google .wg-soc-icon.active {
  -webkit-box-shadow: 0px 10px 43px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 10px 43px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 10px 43px rgba(0, 0, 0, 0.11);
}
.title-page .widgetsocial-342 .ins .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjM0IiBoZWlnaHQ9IjMzIiB2aWV3Qm94PSIwIDAgMzQgMzMiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGQ9Ik0yNS4yMzcsMzMuMDAwIEw4Ljc2MywzMy4wMDAgQzMuOTIzLDMzLjAwMCAtMC4wMDAsMjkuMTEyIC0wLjAwMCwyNC4zMTYgTC0wLjAwMCw4LjY4NCBDLTAuMDAwLDMuODg4IDMuOTIzLC0wLjAwMCA4Ljc2MywtMC4wMDAgTDI1LjIzNywtMC4wMDAgQzMwLjA3NywtMC4wMDAgMzQuMDAwLDMuODg4IDM0LjAwMCw4LjY4NCBMMzQuMDAwLDI0LjMxNiBDMzQuMDAwLDI5LjExMiAzMC4wNzcsMzMuMDAwIDI1LjIzNywzMy4wMDAgWk0zMS41NDYsOS43MjYgQzMxLjU0Niw1Ljg4OSAyOC40MDgsMi43NzkgMjQuNTM2LDIuNzc5IEw5LjgxNCwyLjc3OSBDNS45NDMsMi43NzkgMi44MDQsNS44ODkgMi44MDQsOS43MjYgTDIuODA0LDIzLjI3NCBDMi44MDQsMjcuMTExIDUuOTQzLDMwLjIyMSA5LjgxNCwzMC4yMjEgTDI0LjUzNiwzMC4yMjEgQzI4LjQwOCwzMC4yMjEgMzEuNTQ2LDI3LjExMSAzMS41NDYsMjMuMjc0IEwzMS41NDYsOS43MjYgWk0yNi4yODksOS43MjYgQzI1LjEyNyw5LjcyNiAyNC4xODYsOC43OTMgMjQuMTg2LDcuNjQyIEMyNC4xODYsNi40OTEgMjUuMTI3LDUuNTU4IDI2LjI4OSw1LjU1OCBDMjcuNDUwLDUuNTU4IDI4LjM5Miw2LjQ5MSAyOC4zOTIsNy42NDIgQzI4LjM5Miw4Ljc5MyAyNy40NTAsOS43MjYgMjYuMjg5LDkuNzI2IFpNMTYuODI1LDI1LjM1OCBDMTEuOTg1LDI1LjM1OCA4LjA2MiwyMS40NzAgOC4wNjIsMTYuNjc0IEM4LjA2MiwxMS44NzggMTEuOTg1LDcuOTg5IDE2LjgyNSw3Ljk4OSBDMjEuNjY0LDcuOTg5IDI1LjU4OCwxMS44NzggMjUuNTg4LDE2LjY3NCBDMjUuNTg4LDIxLjQ3MCAyMS42NjQsMjUuMzU4IDE2LjgyNSwyNS4zNTggWk0xNy4wMDAsMTAuNzY4IEMxMy44MDYsMTAuNzY4IDExLjIxNiwxMy4zMzUgMTEuMjE2LDE2LjUwMCBDMTEuMjE2LDE5LjY2NSAxMy44MDYsMjIuMjMyIDE3LjAwMCwyMi4yMzIgQzIwLjE5NCwyMi4yMzIgMjIuNzgzLDE5LjY2NSAyMi43ODMsMTYuNTAwIEMyMi43ODMsMTMuMzM1IDIwLjE5NCwxMC43NjggMTcuMDAwLDEwLjc2OCBaIiBjbGFzcz0iY2xzLTEiIGZpbGw9IiNmZjlhM2QiIGZpbGwtb3BhY2l0eT0iMSIgaWQ9InBhdGgtNCIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / 20px no-repeat #fff;
  width: 34px;
  min-height: 34px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  height: 34px;
}
.title-page .widgetsocial-342 .ins .wg-soc-icon:hover, .title-page .widgetsocial-342 .ins .wg-soc-icon.hover, .title-page .widgetsocial-342 .ins .wg-soc-icon.active {
  -webkit-box-shadow: 0px 10px 43px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 10px 43px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 10px 43px rgba(0, 0, 0, 0.11);
}
.title-page .widgetsocial-342 .ok .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_ok.png") left 50% top 50% / cover no-repeat #fff;
  width: 34px;
  min-height: 34px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  height: 34px;
}
.title-page .widgetsocial-342 .ok .wg-soc-icon:hover, .title-page .widgetsocial-342 .ok .wg-soc-icon.hover, .title-page .widgetsocial-342 .ok .wg-soc-icon.active {
  -webkit-box-shadow: 0px 10px 43px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 10px 43px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 10px 43px rgba(0, 0, 0, 0.11);
}
.title-page .widgetsocial-342 .mail .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_mail.png") left 50% top 50% / cover no-repeat #fff;
  width: 34px;
  min-height: 34px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  height: 34px;
}
.title-page .widgetsocial-342 .mail .wg-soc-icon:hover, .title-page .widgetsocial-342 .mail .wg-soc-icon.hover, .title-page .widgetsocial-342 .mail .wg-soc-icon.active {
  -webkit-box-shadow: 0px 10px 43px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 10px 43px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 10px 43px rgba(0, 0, 0, 0.11);
}
.title-page .widgetsocial-342 .pin .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_pin.png") left 50% top 50% / cover no-repeat #fff;
  width: 34px;
  min-height: 34px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  height: 34px;
}
.title-page .widgetsocial-342 .pin .wg-soc-icon:hover, .title-page .widgetsocial-342 .pin .wg-soc-icon.hover, .title-page .widgetsocial-342 .pin .wg-soc-icon.active {
  -webkit-box-shadow: 0px 10px 43px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 10px 43px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 10px 43px rgba(0, 0, 0, 0.11);
}
.title-page .widgetsocial-342 .lj .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_lj.png") left 50% top 50% / cover no-repeat #fff;
  width: 34px;
  min-height: 34px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  height: 34px;
}
.title-page .widgetsocial-342 .lj .wg-soc-icon:hover, .title-page .widgetsocial-342 .lj .wg-soc-icon.hover, .title-page .widgetsocial-342 .lj .wg-soc-icon.active {
  -webkit-box-shadow: 0px 10px 43px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 10px 43px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 10px 43px rgba(0, 0, 0, 0.11);
}
.title-page .widgetsocial-342 .my .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_my.png") left 50% top 50% / cover no-repeat #fff;
  width: 34px;
  min-height: 34px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  height: 34px;
}
.title-page .widgetsocial-342 .my .wg-soc-icon:hover, .title-page .widgetsocial-342 .my .wg-soc-icon.hover, .title-page .widgetsocial-342 .my .wg-soc-icon.active {
  -webkit-box-shadow: 0px 10px 43px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 10px 43px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 10px 43px rgba(0, 0, 0, 0.11);
}
.title-page .widgetsocial-342 .youtube .wg-soc-icon {
  border: none;
  background: url("../images/lib_921401_12dfs.svg") left 50% top 50% / 18px no-repeat #fff;
  width: 34px;
  min-height: 34px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  height: 34px;
}
.title-page .widgetsocial-342 .youtube .wg-soc-icon:hover, .title-page .widgetsocial-342 .youtube .wg-soc-icon.hover, .title-page .widgetsocial-342 .youtube .wg-soc-icon.active {
  -webkit-box-shadow: 0px 10px 43px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 10px 43px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 10px 43px rgba(0, 0, 0, 0.11);
}
.title-page .widgetsocial-342 .wg-soc-icon {
  box-sizing: border-box;
  min-width: 20px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .widgetsocial-342 .wg-soc-title {
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  color: #000;
  font-size: 14px;
  line-height: 1;
  word-break: break-word;
}
.title-page .widgetsocial-342 .telegram .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_tg.png") left 50% top 50% / cover no-repeat #fff;
  width: 34px;
  min-height: 34px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  height: 34px;
}
.title-page .widgetsocial-342 .telegram .wg-soc-icon:hover, .title-page .widgetsocial-342 .telegram .wg-soc-icon.hover, .title-page .widgetsocial-342 .telegram .wg-soc-icon.active {
  -webkit-box-shadow: 0px 10px 43px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 10px 43px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 10px 43px rgba(0, 0, 0, 0.11);
}
.title-page .widgetsocial-342 .whatsapp .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_wa.png") left 50% top 50% / cover no-repeat #fff;
  width: 34px;
  min-height: 34px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  height: 34px;
}
.title-page .widgetsocial-342 .whatsapp .wg-soc-icon:hover, .title-page .widgetsocial-342 .whatsapp .wg-soc-icon.hover, .title-page .widgetsocial-342 .whatsapp .wg-soc-icon.active {
  -webkit-box-shadow: 0px 10px 43px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 10px 43px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 10px 43px rgba(0, 0, 0, 0.11);
}
.title-page .widget-158 {
  margin: -25px 0 8px 162px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: undefined;
  box-sizing: border-box;
  width: 249px;
}
.title-page .schedule-252 p:first-child {
  margin-top: 0;
}
.title-page .schedule-252 p:last-child {
  margin-bottom: 0;
}
.title-page .schedule-252 .header {
  box-sizing: border-box;
}
.title-page .schedule-252 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .schedule-252 .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-252 .icon {
  box-sizing: border-box;
  height: 16px;
  width: 16px;
  background: #ccc;
  margin-right: 5px;
}
.title-page .schedule-252 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .schedule-252 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .schedule-252 .title {
  box-sizing: border-box;
  display: none;
}
.title-page .schedule-252 .text_body {
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: right;
  font-family: Open Sans, sans-serif;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .schedule-252 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .schedule-252 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-159 {
  margin: 4px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-size: 22px;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: 547px;
  -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;
  font-weight: 600;
}
.title-page .block-108 .layout_255 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-108 .layout_259 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-108 .layout_254_id_259 {
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.title-page .block-108 {
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1280px;
  min-height: 0;
  max-width: 100%;
  background: #fff;
  z-index: 1;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 30px;
  padding-bottom: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
}
.title-page .block-109 .layout_255_id_258 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  left: 0;
  top: 0;
  position: relative;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: auto;
}
.title-page .block-109 .layout_255_id_257 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  left: 0;
  top: 0;
  position: relative;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: auto;
}
.title-page .block-109 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 617px;
  min-height: 0;
  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;
  text-decoration: none;
}
.title-page .widget-193 {
  margin: 20px 0 -3px 184px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 210px;
  min-height: 45px;
  max-width: none;
  z-index: 4;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background: repeating-linear-gradient(180deg, rgba(243, 121, 56, 0.36) 0%, rgba(252, 80, 80, 0.36) 100%) #ff9340;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-shadow: 0px 8px 30px 0px rgba(232, 42, 67, 0.45);
  -moz-box-shadow: 0px 8px 30px 0px rgba(232, 42, 67, 0.45);
  box-shadow: 0px 8px 30px 0px rgba(232, 42, 67, 0.45);
  font-weight: 600;
}
.title-page .widget-193:hover, .title-page .widget-193.hover, .title-page .widget-193.active {
  background: repeating-linear-gradient(159deg, rgba(1, 119, 191, 0.6) 0%, rgba(6, 60, 110, 0.6) 100%) #085a9f;
  -webkit-box-shadow: 0px 8px 30px rgba(8, 90, 159, 0.49);
  -moz-box-shadow: 0px 8px 30px rgba(8, 90, 159, 0.49);
  box-shadow: 0px 8px 30px rgba(8, 90, 159, 0.49);
}
.title-page .popover-wrap-311 .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-311 .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-311 .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-311 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: center;
}
.title-page .popover-wrap-311 .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-311 > * {
  box-sizing: border-box;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}
.title-page .popover-container-311 {
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-311 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-311 .popover-form-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-311 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-311 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-311 .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-311 .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-311 .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-311 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-311 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-311 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-311 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .popover-wrap-311 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-311 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-311 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-311 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-311 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-311 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-311 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-311 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-311 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-311 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-311 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-311 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-311 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-311 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-311 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-311 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-311 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-311 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-311 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-311 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-311 .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-311 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-311 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-311 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-311 .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-311 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-311 .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-311 .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-311 .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-311 .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-311 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-311 .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-311 .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-311 .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-311 .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-311 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-311 .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-311 .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-311 .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-311 .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-311 .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-311 .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-311 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-311 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-311 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-311 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-311 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-311 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .widget-170 {
  margin: 11px 0 0 16px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: undefined;
  box-sizing: border-box;
  width: 221px;
  padding-right: 8px;
}
.title-page .address-272 p:first-child {
  margin-top: 0;
}
.title-page .address-272 p:last-child {
  margin-bottom: 0;
}
.title-page .address-272 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .address-272 .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-272 .icon {
  box-sizing: border-box;
  height: 16px;
  width: 16px;
  background: #ccc;
  margin-right: 5px;
}
.title-page .address-272 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .address-272 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .address-272 .title {
  box-sizing: border-box;
  display: none;
}
.title-page .address-272 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: right;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  line-height: 1.4;
  text-decoration: none;
  font-size: 15px;
}
.title-page .address-272 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .address-272 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-161 {
  margin: 1px 0 0 30px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: undefined;
  box-sizing: border-box;
  width: 207px;
}
.title-page .phones-257 p:first-child {
  margin-top: 0;
}
.title-page .phones-257 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-257 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.title-page .phones-257 .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-257 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 18px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjE4Ny45MyIgaGVpZ2h0PSIzMTIuOTA2IiB2aWV3Qm94PSIwIDAgMTg3LjkzIDMxMi45MDYiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGQ9Ik0xNTYuNjE2LDMxMi45MTYgTDMxLjMxOCwzMTIuOTE2IEMxNC4wNDIsMzEyLjkxNiAtMC4wMDgsMjk4Ljg4NCAtMC4wMDgsMjgxLjYyNiBMLTAuMDA4LDMxLjI4NiBDLTAuMDA4LDE0LjAyOSAxNC4wNDIsLTAuMDA2IDMxLjMxOCwtMC4wMDYgTDE1Ni42MTYsLTAuMDA2IEMxNzMuODkyLC0wLjAwNiAxODcuOTQyLDE0LjAyOSAxODcuOTQyLDMxLjI4NiBMMTg3Ljk0MiwyODEuNjI2IEMxODcuOTQyLDI5OC44ODQgMTczLjg5MiwzMTIuOTE2IDE1Ni42MTYsMzEyLjkxNiBaTTE1Ni42MTYsMzEuMjg2IEwzMS4zMTgsMzEuMjg2IEwzMS4zMTgsMjgxLjYyNiBMMTU2LjYzOSwyODEuNjI2IEwxNTYuNjE2LDMxLjI4NiBaTTc4LjE0NywyMTkuMDQxIEwxMDkuNzg3LDIxOS4wNDEgQzExOC4zNTAsMjE5LjA0MSAxMjUuMjkyLDIyNS45NzYgMTI1LjI5MiwyMzQuNTI5IEwxMjUuMjkyLDIzNC44NDIgQzEyNS4yOTIsMjQzLjM5OCAxMTguMzUwLDI1MC4zMzMgMTA5Ljc4NywyNTAuMzMzIEw3OC4xNDcsMjUwLjMzMyBDNjkuNTg1LDI1MC4zMzMgNjIuNjQyLDI0My4zOTggNjIuNjQyLDIzNC44NDIgTDYyLjY0MiwyMzQuNTI5IEM2Mi42NDIsMjI1Ljk3NiA2OS41ODUsMjE5LjA0MSA3OC4xNDcsMjE5LjA0MSBaIiBjbGFzcz0iY2xzLTEiIGZpbGw9IiM1YjRhYTUiIGZpbGwtb3BhY2l0eT0iMSIgaWQ9InBhdGgtNCIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / 15px no-repeat;
  margin-right: 10px;
  min-height: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .phones-257 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  left: 100%;
  top: auto;
  right: auto;
  bottom: auto;
}
.title-page .phones-257 .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-257 .title {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-257 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Open Sans, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 20px;
  text-decoration: none;
  font-weight: bold;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-top: 3px;
}
.title-page .phones-257 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-257 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-257 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-162 {
  margin: 1px 0 0 45px;
  border: 1px solid #e7e6eb;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  font-size: 0;
  display: -webkit-flex;
  display: flex;
  width: 349px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  min-height: 40px;
}
.title-page .search-258 form {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.title-page .search-258 input {
  padding: 4px;
  margin: 0;
  border: none;
  box-sizing: border-box;
  vertical-align: top;
  font-size: 13px;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  flex: 1 0 auto;
  outline: none;
  min-height: 24px;
  width: 0;
  height: 0;
  max-width: 100%;
  -webkit-appearance: none;
  font-family: Open Sans, sans-serif;
  text-align: left;
  color: #000;
  font-style: italic;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: normal;
}
.title-page .search-258 button {
  padding: 3px 4px;
  margin: 0 10px 0 5px;
  border: none;
  box-sizing: border-box;
  vertical-align: top;
  background: url("../images/lib_651901_ser4.svg") left 50% top 50% / 16px no-repeat;
  font-size: 14px;
  outline: none;
  min-width: 24px;
  min-height: 24px;
  position: relative;
  z-index: 1;
  -webkit-appearance: none;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .search-258 button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 14px;
}
.title-page .search-258 input:focus {
  outline: none;
}
.title-page .search-258 button:focus {
  outline: none;
}
.title-page .search-258 .slide_search {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.title-page .search-258 ::-webkit-input-placeholder {
  color: #1a1a1a;
}
.title-page .search-258 ::-moz-placeholder {
  color: #1a1a1a;
}
.title-page .search-258 :-ms-input-placeholder {
  color: #1a1a1a;
}
.title-page .widget-163 {
  margin: 13px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  box-sizing: border-box;
  width: 328px;
  min-height: 0;
  font-size: 25px;
}
.title-page .site-name-259 .sn-wrap {
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
}
.title-page .site-name-259 .sn-logo {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  max-width: 100%;
}
.title-page .site-name-259 img {
  box-sizing: border-box;
  display: block;
  max-width: 100%;
  border: none;
  text-align: left;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.title-page .site-name-259 .sn-text {
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 29px;
  color: #bd8b44;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 800;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .site-name-259 a {
  text-decoration: none;
  outline: none;
}
.title-page .widget-152 {
  padding: 25px 2px 23px 25px;
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 8;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: 1280px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  right: 0;
  max-width: 100%;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .menu-241 .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-241 .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-241 .menu-scroll {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .menu-241 .menu-scroll > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .menu-241 .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-241 .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-241 .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-241 .menu-scroll > ul ul {
  padding: 5px;
  margin: 5px 0 0;
  position: absolute;
  top: 100%;
  left: 0;
  background: #eee;
  list-style: none;
  width: 200px;
  display: none;
  z-index: 10;
  box-sizing: border-box;
}
.title-page .menu-241 .menu-scroll > ul ul > li {
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
}
.title-page .menu-241 .menu-scroll > ul ul > li > a {
  padding: 5px 10px 5px 19px;
  border: none;
  cursor: pointer;
  display: block;
  background: none #085a9f;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  line-height: 2;
  position: relative;
  font-style: normal;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  margin-top: 2px;
  min-height: 36px;
}
.title-page .menu-241 .menu-scroll > ul ul > li > a:hover, .title-page .menu-241 .menu-scroll > ul ul > li > a.hover, .title-page .menu-241 .menu-scroll > ul ul > li > a.active {
  background: repeating-linear-gradient(180deg, rgba(243, 121, 56, 0.45) 0%, rgba(252, 80, 80, 0.45) 100%) #ff9340;
}
.title-page .menu-241 .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-241 .menu-scroll > ul > li.menu-item ul li.delimiter:first-child {
  display: none;
}
.title-page .menu-241 .menu-scroll > ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}
.title-page .menu-241 .menu-scroll > ul > li.menu-item > a {
  padding: 5px 15px;
  margin: 2px 15px 2px 0;
  border: none;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  position: relative;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  letter-spacing: 0;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-transform: none;
  text-align: left;
  font-weight: 600;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .menu-241 .menu-scroll > ul > li.menu-item > a:hover, .title-page .menu-241 .menu-scroll > ul > li.menu-item > a.hover, .title-page .menu-241 .menu-scroll > ul > li.menu-item > a.active {
  text-decoration: underline;
}
.title-page .menu-241 .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-241 .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-241 .menu-scroll > ul > li.menu-item > a .img-convert {
  margin: auto;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: -webkit-inline-flex;
  display: inline-flex;
  overflow: hidden;
}
.title-page .menu-241 .menu-scroll > ul > li.menu-item > a img {
  box-sizing: border-box;
  max-width: 100%;
  height: auto;
  width: auto;
  vertical-align: middle;
  border: none;
  display: -webkit-flex;
  display: flex;
}
.title-page .menu-241 .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-241 .menu-scroll > ul > li.home-button {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .menu-241 .menu-scroll > ul > li.more-button {
  display: none;
  margin-left: auto;
  position: relative;
}
.title-page .menu-241 .menu-scroll > ul > li.more-button > a {
  padding: 5px 10px;
  margin: 2px 0 2px 2px;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  background: #333;
  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;
}
.title-page .menu-241 .menu-scroll > ul > li.more-button > ul {
  left: auto;
  right: 0;
}
.title-page .menu-241 .menu-scroll > ul > li.more-button.disabled {
  display: none;
}
.title-page .menu-241 .menu-scroll > ul > li.more-button .menu-item-image {
  display: none;
}
.title-page .block-139 .layout_345_id_346 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.title-page .block-139 {
  margin: -3px auto 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1280px;
  min-height: 420px;
  background: linear-gradient(rgba(27, 48, 69, 0.3), rgba(27, 48, 69, 0.3)), url("../images/1_6_03.jpg?1547200042703") left 50% top 50% / cover no-repeat;
  z-index: 7;
  text-align: left;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  max-width: 100%;
}
.title-page .widget-214 {
  margin: 123px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  background: url("../images/lib_415701_play.png") left 50% top 0px / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-width: 0;
}
.title-page .widget-214:hover, .title-page .widget-214.hover, .title-page .widget-214.active {
  background: url("../images/lib_415701_play2.png") left 50% top 0px / auto auto no-repeat;
}
.title-page .blocklist-346 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-346 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-346 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 15px;
  text-align: left;
  box-sizing: border-box;
}
.title-page .blocklist-346 .header_text {
  font-size: 20px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-346 .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;
}
.title-page .blocklist-346 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-346 .body-outer {
  box-sizing: border-box;
  position: relative;
  text-align: left;
  width: auto;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
}
.title-page .blocklist-346 .body {
  margin: 0 -10px;
  box-sizing: border-box;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .blocklist-346 .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-346 .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-346 .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-346 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.title-page .blocklist-346 .item {
  margin: auto 10px;
  border: none;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  text-align: left;
  left: 0;
  right: 0;
  align-self: center;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-width: 0;
  min-height: 0;
  flex-basis: 100%;
}
.title-page .blocklist-346 .text {
  margin-bottom: 5px;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  font-family: Roboto Condensed, sans-serif;
  text-indent: 0;
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  width: auto;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-346 .text > .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-346 .image {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 5px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-346 .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-346 .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-346 .img-convert {
  border: none;
  box-sizing: border-box;
  width: 960px;
  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-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-346 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-346 .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-346 .title {
  margin: 100px 0 5px;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  font-family: Roboto Condensed, sans-serif;
  text-indent: 0;
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  width: auto;
  left: 0;
  right: 0;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -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 .blocklist-346 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  text-align: left;
  pointer-events: auto;
}
.title-page .blocklist-346 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-346 .price-note {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-346 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-346 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-346 .more {
  text-align: left;
  box-sizing: border-box;
  position: relative;
  pointer-events: auto;
}
.title-page .blocklist-346 .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-346 .sub-title {
  font-style: italic;
  margin-bottom: 5px;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.title-page .blocklist-346 .bx-wrapper {
  margin-left: 0;
  margin-right: auto;
}
.title-page .blocklist-346 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-346 .item__image__title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}
.title-page .blocklist-346 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-346 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-346 .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-346 .controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: none;
  box-sizing: border-box;
  margin-top: -10px;
  z-index: 1;
}
.title-page .blocklist-346 .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-346 .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-346 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-346 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .popover-container-346 {
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-346 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-346 .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-346 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-346 .popover-form-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.title-page .popover-wrap-346 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
}
.title-page .popover-wrap-346 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  color: #000;
  box-sizing: border-box;
}
.title-page .popover-wrap-346 .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-346 .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-346 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-346 .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-346 .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-346 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
}
.title-page .blocklist-346 .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-346 .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 .blocklist-346 .pager-wrap {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-346 .bx-pager {
  margin: auto auto 0;
  position: relative;
  z-index: 100;
  display: inline-block;
  visibility: visible;
  box-sizing: border-box;
}
.title-page .blocklist-346 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-346 .bx-pager a {
  margin: 2px;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
}
.title-page .blocklist-346 .bx-pager a:active, .title-page .blocklist-346 .bx-pager a.active {
  background: #bbb;
}
.title-page .blocklist-346 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-346 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-346 .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-346 .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-346 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-346 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .popover-wrap-346 .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-346 .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-346 .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-346 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-346 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-346 .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-346 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-346 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-346 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-346 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-346 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-346 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-346 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-346 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-346 .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-346 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-346 .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-346 .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-346 .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-346 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-346 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-346 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-346 .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-346 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-346 .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-346 .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-346 .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-346 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-346 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-346 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-346 .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-346 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-346 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-346 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-346 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-346 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-346 .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-346 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-346 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-346 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-346 .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-346 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-346 .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-346 .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-346 .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-346 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-346 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-346 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-346 .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-346 .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-346 .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-346 .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-346 .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-346 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-346 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-346 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-133 {
  margin: 25px 0 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  z-index: 6;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
}
.title-page .widget-197 {
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  width: 1280px;
  height: 0;
  min-height: 550px;
  box-sizing: border-box;
  background: url("../images/wm_slider_spacer.gif") left 50% top 50% / cover no-repeat;
  right: 0;
  -webkit-box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.35);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  max-width: 100%;
}
.title-page .popover-wrap-317 .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-317 .popover-body .form_text input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
}
.title-page .popover-wrap-317 .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-317 .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-317 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
}
.title-page .popover-wrap-317 .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;
  min-width: 25px;
  min-height: 25px;
}
.title-page .popover-wrap-317 .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-317 .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-317 .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-317 .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-317 .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-317 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .slider-317 .bx-wrapper {
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
  box-sizing: border-box;
  height: 100%;
  background-size: inherit;
  background-position: inherit;
  position: relative;
}
.title-page .slider-317 .bx-viewport {
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
  box-sizing: border-box;
  height: 100%;
  background-size: inherit;
  background-position: inherit;
  position: absolute !important;
}
.title-page .slider-317 .text_wrapper .bx-viewport {
  position: relative !important;
}
.title-page .slider-317 .slider-inner {
  box-sizing: border-box;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
  position: relative;
  height: 100%;
  background-size: inherit;
  background-position: inherit;
  overflow: hidden;
}
.title-page .slider-317 .slider-item {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-size: inherit;
  background-position: inherit;
  background-repeat: no-repeat;
}
.title-page .slider-317 .text-slider {
  padding: 40px;
  border: none;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 6;
  text-align: left;
  right: auto;
  margin-left: 116px;
  bottom: auto;
  margin-top: -172px;
  background: #fff;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: 360px;
}
.title-page .slider-317 .text-slider-wp {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  display: inline-block;
  text-align: left;
  max-width: 100%;
}
.title-page .slider-317 .block-body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Open Sans, sans-serif;
  color: #463e5e;
  line-height: 1.6;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 14px;
  margin-top: 30px;
  margin-bottom: 50px;
}
.title-page .slider-317 .block-more {
  box-sizing: border-box;
  text-align: right;
}
.title-page .slider-317 .block-more > a {
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
  box-sizing: border-box;
  font-family: Open Sans, sans-serif;
  color: #009bba;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .slider-317 .block-more > a:hover, .title-page .slider-317 .block-more > a.hover, .title-page .slider-317 .block-more > a.active {
  color: #eb3312;
}
.title-page .slider-317 .block-title {
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  color: #ff892e;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 25px;
  margin-left: -70px;
  padding-left: 70px;
  font-weight: bold;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .slider-317 .slider-item > a {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 5;
}
.title-page .slider-317 .slider-controls {
  box-sizing: border-box;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  margin-top: -10px;
}
.title-page .slider-317 .slider-prev {
  box-sizing: border-box;
  position: relative;
  z-index: 100;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_slider_slider-left.png") left 50% top 50% / auto auto no-repeat;
}
.title-page .slider-317 .slider-next {
  box-sizing: border-box;
  position: relative;
  z-index: 100;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_slider_slider-right.png") left 50% top 50% / auto auto no-repeat;
}
.title-page .slider-317 .slider-prev > a {
  box-sizing: border-box;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.title-page .slider-317 .slider-next > a {
  box-sizing: border-box;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.title-page .slider-317 .slider-pager-wrap {
  box-sizing: border-box;
  position: absolute;
  bottom: auto;
  left: 0;
  right: 0;
  font-size: 0;
  visibility: hidden;
  z-index: 100;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  top: 50%;
  margin-top: -13px;
  padding-right: 20px;
}
.title-page .slider-317 .bx-auto_controls {
  margin: 0 0 auto auto;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  align-self: auto;
}
.title-page .slider-317 .slider-pager {
  box-sizing: border-box;
  text-align: left;
  margin-left: auto;
  margin-right: 0;
}
.title-page .slider-317 .slider-pager > a {
  padding: 1px;
  margin: 12px 2px;
  border: none;
  box-sizing: border-box;
  display: block;
  vertical-align: top;
  width: 13px;
  min-height: 13px;
  background: #f2245e;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-size: 11px;
  text-decoration: none;
  color: #999;
  text-align: center;
}
.title-page .slider-317 .slider-pager > a:hover, .title-page .slider-317 .slider-pager > a.hover, .title-page .slider-317 .slider-pager > a.active {
  background: #956ffa;
}
.title-page .slider-317 .slider-pager > a:active, .title-page .slider-317 .slider-pager > a.active {
  background: #fff;
}
.title-page .slider-317 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .slider-317 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .slider-317 .bx-controls-auto-item {
  box-sizing: border-box;
  display: block;
}
.title-page .slider-317 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_pause.png") center center / auto no-repeat;
}
.title-page .slider-317 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_play.png") center center / auto no-repeat;
}
.title-page .slider-317 .overfill {
  position: absolute;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  background: inherit;
  top: 0;
  left: 0;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
}
.title-page .slider-317 .text-slider p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .slider-317 .text-slider p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .slider-317 .text_wrapper {
  box-sizing: border-box;
  width: 150px;
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100px;
  z-index: 100;
}
.title-page .slider-317 .text_wrapper .text_inner {
  box-sizing: border-box;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.title-page .slider-317 .text_wrapper .text_slider {
  box-sizing: border-box;
  position: static;
  text-align: inherit;
}
.title-page .slider-317 .text_wrapper .text_slider p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .slider-317 .text_wrapper .text_slider p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .slider-317 .block-title a {
  box-sizing: border-box;
  color: inherit;
  text-decoration: none;
}
.title-page .popover-container-317 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-317 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-317 .popover-form-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-317 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-317 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-317 .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-317 .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-317 .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-317 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-317 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-317 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-317 .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-317 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-317 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-317 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-317 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-317 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-317 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-317 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-317 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-317 .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-317 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-317 .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-317 .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-317 .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-317 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-317 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-317 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-317 .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-317 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-317 .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-317 .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-317 .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-317 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-317 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-317 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-317 .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-317 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-317 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-317 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-317 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-317 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-317 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-317 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-317 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-317 .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-317 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-317 .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-317 .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-317 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-317 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-317 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-317 .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-317 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-317 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .popover-wrap-317 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-317 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-317 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-138 {
  margin: 25px auto 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1280px;
  min-height: 110px;
  max-width: 100%;
  background: #fff;
  z-index: 5;
  text-align: left;
  right: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.35);
  -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-213 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  padding-left: 35px;
  padding-right: 35px;
}
.title-page .popover-wrap-344 .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-344 .popover-body .form_text input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-344 .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-344 .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-344 .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-344 .popover-body .s3_button_large {
  border: none;
  background: linear-gradient(to bottom, #f4e48d 0%, #ecd35f 100%) #f0db76;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
}
.title-page .popover-wrap-344 .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-344 .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-344 .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-344 .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-344 .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-344 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .blocklist-344 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-344 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-344 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 25px;
  text-align: left;
  box-sizing: border-box;
  padding-right: 103px;
}
.title-page .blocklist-344 .header_text {
  border: none;
  font-size: 30px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  color: #ff892e;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 800;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-bottom: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-344 .all-in_header {
  border: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #009bba;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  background: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-left: auto;
  margin-right: 0;
  margin-top: 1px;
  align-self: auto;
}
.title-page .blocklist-344 .all-in_header:hover, .title-page .blocklist-344 .all-in_header.hover, .title-page .blocklist-344 .all-in_header.active {
  background: url("../images/lib_1363001_line.svg") left 50% top 50% / auto auto no-repeat;
}
.title-page .blocklist-344 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-344 .body-outer {
  box-sizing: border-box;
  position: relative;
}
.title-page .blocklist-344 .body {
  margin: 0 -10px;
  box-sizing: border-box;
}
.title-page .blocklist-344 .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-344 .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-344 .bx-wrapper {
  max-width: 1230px;
}
.title-page .blocklist-344 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-344 .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: 1230px;
}
.title-page .blocklist-344 .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-344 .item {
  margin: 10px;
  border: none;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  text-align: left;
  left: 0;
  right: 0;
  flex-basis: 100%;
  -webkit-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  background: #fff;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-bottom: 30px;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-344 .item:hover, .title-page .blocklist-344 .item.hover, .title-page .blocklist-344 .item.active {
  -webkit-box-shadow: inset 0px -2px 0px #2a56eb, 0px 2px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px -2px 0px #2a56eb, 0px 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px -2px 0px #2a56eb, 0px 2px 10px rgba(0, 0, 0, 0.1);
}
.title-page .blocklist-344 .text {
  margin-bottom: 16px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  color: #0f2636;
  line-height: 1.5;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  text-decoration: none;
  font-size: 13px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 500;
}
.title-page .blocklist-344 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-344 .image {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-344 .item-label {
  padding: 6px 15px;
  border: none;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: auto;
  z-index: 5;
  background: #553fe8;
  color: #fff;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  right: auto;
  margin-left: 30px;
  bottom: 0;
  margin-bottom: 30px;
  margin-top: 0;
  align-self: auto;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-344 .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-344 .img-convert {
  box-sizing: border-box;
  width: auto;
  height: 300px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-344 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-344 .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-344 .title {
  font-weight: 600;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  color: #164f7a;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 18px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-left: 30px;
  padding-right: 30px;
}
.title-page .blocklist-344 .sub-title {
  font-style: italic;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.title-page .blocklist-344 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  padding-left: 31px;
  margin-top: 27px;
}
.title-page .blocklist-344 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-344 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-344 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-family: Montserrat, sans-serif;
  color: #ff892e;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  margin-right: 5px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-344 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}
.title-page .blocklist-344 .more {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 30px;
  margin-top: 31px;
}
.title-page .blocklist-344 .more > a {
  padding: 9px 16px;
  border: 1px solid #ff892e;
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  color: #009bba;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-344 .more > a:hover, .title-page .blocklist-344 .more > a.hover, .title-page .blocklist-344 .more > a.active {
  border: 1px solid #085a9f;
  color: #ff7b00;
}
.title-page .blocklist-344 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-344 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-344 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-344 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-344 .all {
  box-sizing: border-box;
  display: none;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  color: #000;
  text-decoration: none;
  margin-left: 0;
  margin-right: auto;
}
.title-page .blocklist-344 .controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: none;
  box-sizing: border-box;
  margin-top: -10px;
  z-index: 1;
}
.title-page .blocklist-344 .prev {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-left.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-344 .next {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-right.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-344 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-344 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-344 .bx-pager-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  visibility: hidden;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-344 .bx-auto_controls {
  margin: 2px 0 auto 1136px;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
}
.title-page .blocklist-344 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-344 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-344 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-344 .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-344 .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-344 .pager-wrap {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-344 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  margin-top: 9px;
  align-self: auto;
}
.title-page .blocklist-344 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-344 .bx-pager a {
  margin: 1px 0 2px 13px;
  border: none;
  display: inline-block;
  width: 12px;
  min-height: 12px;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  color: #000;
  text-align: left;
  -webkit-box-shadow: inset 0px 0px 0px 2px #ff892e;
  -moz-box-shadow: inset 0px 0px 0px 2px #ff892e;
  box-shadow: inset 0px 0px 0px 2px #ff892e;
}
.title-page .blocklist-344 .bx-pager a:hover, .title-page .blocklist-344 .bx-pager a.hover, .title-page .blocklist-344 .bx-pager a.active {
  background: #085a9f;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .blocklist-344 .bx-pager a:active, .title-page .blocklist-344 .bx-pager a.active {
  background: #2a56eb;
}
.title-page .popover-container-344 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-344 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-344 .popover-form-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-344 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-344 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-344 .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-344 .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-344 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-344 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-344 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-344 .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-344 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-344 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-344 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-344 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-344 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-344 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-344 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-344 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-344 .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-344 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-344 .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-344 .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-344 .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-344 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-344 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-344 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-344 .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-344 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-344 .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-344 .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-344 .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-344 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-344 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-344 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-344 .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-344 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-344 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-344 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-344 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-344 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-344 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-344 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-344 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-344 .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-344 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-344 .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-344 .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-344 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-344 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-344 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-344 .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-344 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-344 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .popover-wrap-344 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-344 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-344 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-90 {
  margin: 25px auto 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1280px;
  min-height: 0;
  background: #fff;
  z-index: 4;
  right: 0;
  -webkit-box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.35);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 35px;
  padding-bottom: 0.02px;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
}
.title-page .widget-130 {
  margin: 16px auto 0;
  border: 0px solid #000;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: left;
  box-sizing: border-box;
  min-height: 0;
  width: 1280px;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 0.02px;
  max-width: 100%;
  padding-left: 35px;
  padding-right: 35px;
}
.title-page .popover-wrap-221 .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-221 .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-221 .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-221 .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-221 .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-221 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-221 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-221 .header {
  border: none;
  box-sizing: border-box;
  font-size: 35px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  color: #164f7a;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: normal;
  padding-left: 0;
  padding-top: 0.02px;
  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;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .editable_block-221 .body {
  box-sizing: border-box;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  position: relative;
  min-width: 0;
  min-height: 0;
}
.title-page .editable_block-221 .title {
  box-sizing: border-box;
  font-size: 31px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  color: #ff892e;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  padding-left: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  pointer-events: auto;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .editable_block-221 .image {
  box-sizing: border-box;
  position: relative;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-221 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-221 .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-221 .img-convert {
  box-sizing: border-box;
  width: 960px;
  height: 55.55556px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}
.title-page .editable_block-221 .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-221 .text {
  border: none;
  box-sizing: border-box;
  font-family: Open Sans, sans-serif;
  color: #29353d;
  line-height: 1.5;
  text-decoration: none;
  font-size: 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 0;
  padding-top: 0.02px;
  padding-bottom: 0.02px;
  margin-left: 0;
  margin-right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  pointer-events: auto;
  margin-bottom: 7px;
}
.title-page .editable_block-221 .more {
  box-sizing: border-box;
  margin-top: 5px;
  pointer-events: auto;
}
.title-page .editable_block-221 .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;
  min-height: 14px;
  height: 0;
}
.title-page .editable_block-221 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-221 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-221 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-221 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-221 .item__image__title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 0;
}
.title-page .editable_block-221 .clear {
  clear: both;
}
.title-page .popover-container-221 {
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-221 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-221 .popover-form-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-221 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-221 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-221 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-221 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-221 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .editable_block-221 .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-221 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .popover-wrap-221 .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-221 .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-221 .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-221 .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-221 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-221 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-221 .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-221 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-221 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-221 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-221 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-221 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-221 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-221 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-221 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-221 .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-221 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-221 .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-221 .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-221 .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-221 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-221 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-221 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-221 .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-221 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-221 .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-221 .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-221 .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-221 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-221 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-221 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-221 .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-221 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-221 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-221 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-221 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-221 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-221 .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-221 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-221 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-221 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-221 .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-221 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-221 .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-221 .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-221 .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-221 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-221 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-221 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-221 .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-221 .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-221 .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-221 .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-221 .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-221 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-221 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-221 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-91 {
  margin: 50px 0 0;
  position: relative;
  top: 0;
  left: 0;
  width: 1280px;
  min-height: 0;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
}
.title-page .widget-133 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  box-sizing: border-box;
  color: #000;
  width: 1280px;
  right: 0;
  padding-bottom: 10px;
  padding-left: 35px;
  padding-right: 35px;
  max-width: 100%;
}
.title-page .gallery-226 .gallery-header {
  box-sizing: border-box;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.title-page .gallery-226 .gallery-header .text {
  box-sizing: border-box;
  font-size: 20px;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
}
.title-page .gallery-226 .gallery-footer {
  box-sizing: border-box;
  margin-top: 20px;
}
.title-page .gallery-226 .all {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-decoration: none;
  color: #00e;
  text-align: left;
}
.title-page .gallery-226 .gallery-text-before {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  font-size: 13px;
  text-align: left;
}
.title-page .gallery-226 .gallery-text-before p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .gallery-226 .gallery-text-before p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .gallery-226 .gallery-text-after {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  margin-top: 20px;
  font-size: 13px;
  text-align: left;
}
.title-page .gallery-226 .gallery-text-after p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .gallery-226 .gallery-text-after p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .gallery-226 .gallery-body {
  box-sizing: border-box;
  position: relative;
  text-align: center;
  padding-bottom: 50px;
}
.title-page .gallery-226 .gallery-slider {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.title-page .gallery-226 .bx-pager {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  text-align: left;
  z-index: 20;
}
.title-page .gallery-226 .bx-pager-item {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
}
.title-page .gallery-226 .bx-pager-item a {
  border: none;
  box-sizing: border-box;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  background: #dbdbdb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
}
.title-page .gallery-226 .bx-pager-item a:hover, .title-page .gallery-226 .bx-pager-item a.hover, .title-page .gallery-226 .bx-pager-item a.active {
  background: #f40;
}
.title-page .gallery-226 .bx-controls-direction {
  position: absolute;
  z-index: 20;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -10px;
  min-height: 20px;
  pointer-events: none;
}
.title-page .gallery-226 .bx-prev {
  box-sizing: border-box;
  font-size: 0;
  line-height: 0;
  position: relative;
  float: left;
  z-index: 20;
  width: 20px;
  height: 20px;
  background: url("../images/wm_gallery_slider-left.png") center center / auto auto no-repeat;
  pointer-events: auto;
}
.title-page .gallery-226 .bx-next {
  box-sizing: border-box;
  font-size: 0;
  line-height: 0;
  position: relative;
  float: right;
  z-index: 20;
  width: 20px;
  height: 20px;
  background: url("../images/wm_gallery_slider-right.png") center center / auto auto no-repeat;
  pointer-events: auto;
}
.title-page .gallery-226 .my-gallery {
  margin: 0 0 -10px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
}
.title-page .gallery-226 .gallery-item-container {
  box-sizing: border-box;
  width: 33.33%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .gallery-226 .my-gallery figure.gallery-item {
  margin: 0 0 10px;
  border: none;
  box-sizing: border-box;
  width: auto;
  max-width: 100%;
  line-height: 0;
  font-size: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
  min-height: 143px;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .gallery-226 .my-gallery figure.gallery-item a {
  box-sizing: border-box;
  text-decoration: none;
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: auto;
}
.title-page .gallery-226 .img-convert {
  border: none;
  box-sizing: border-box;
  width: auto;
  height: 300px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: -webkit-inline-flex;
  display: inline-flex;
  overflow: hidden;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-left: 3px;
  margin-right: 3px;
  flex-basis: 100%;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .gallery-226 .my-gallery figure.gallery-item img {
  box-sizing: content-box;
  vertical-align: middle;
  border: none;
  width: auto;
  height: auto;
  max-width: 100%;
}
.title-page .gallery-226 .my-gallery figure.gallery-item .gallery-item-title {
  margin: 0;
  border: none;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  color: rgba(0, 0, 0, 0);
  text-indent: 0;
  text-decoration: none;
  width: auto;
  right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  bottom: auto;
  align-self: auto;
  background: none transparent;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 57px;
  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;
  min-height: 300px;
}
.title-page .gallery-226 .my-gallery figure.gallery-item .gallery-item-title:hover, .title-page .gallery-226 .my-gallery figure.gallery-item .gallery-item-title.hover, .title-page .gallery-226 .my-gallery figure.gallery-item .gallery-item-title.active {
  background: url("../images/lib_479201_untitled-1-recovered-recovered_06 (1).png") left 50% top 50% / auto auto no-repeat rgba(0, 0, 0, 0.63);
}
.title-page .gallery-226 .my-gallery figure.gallery-item .gallery-item-desc {
  box-sizing: border-box;
  font-size: 15px;
  line-height: 1.1;
  text-align: left;
  display: -webkit-flex;
  display: flex;
}
.title-page .gallery-226 .gallery-slider:after {
  content: '';
  display: block;
  clear: both;
}
.title-page .gallery-226 .gallery-slide-wrap {
  box-sizing: border-box;
}
.title-page .gallery-226 .bx-viewport {
  margin-left: auto;
  margin-right: auto;
}
.title-page .gallery-226 .bx-controls-direction:after {
  content: '';
  display: block;
  clear: both;
}
.title-page .gallery-226 .pswp {
  box-sizing: border-box;
  display: none;
}
.title-page .gallery-226 .pswp--open {
  box-sizing: border-box;
  display: block;
}
.title-page .block-110 {
  margin: 25px auto 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1280px;
  min-height: 79px;
  max-width: 100%;
  background: #fff;
  z-index: 3;
  text-align: left;
  right: 0;
  -webkit-box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.35);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  padding-top: 67px;
  padding-bottom: 60px;
}
.title-page .widget-164 {
  margin: -10px auto 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  width: 1280px;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  padding-left: 34px;
  padding-right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-261 .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-261 .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-261 .popover-body .s3_button_large {
  border: none;
  background: linear-gradient(to bottom, #f4e48d 0%, #ecd35f 100%) #f0db76;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
}
.title-page .popover-wrap-261 .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-261 .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-261 .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-261 .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-261 .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-261 .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 .horizontal_blocklist-261 p:first-child {
  margin-top: 0;
}
.title-page .horizontal_blocklist-261 p:last-child {
  margin-bottom: 0;
}
.title-page .horizontal_blocklist-261 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 15px;
  text-align: left;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-261 .header_text {
  font-size: 20px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .horizontal_blocklist-261 .description {
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  margin-bottom: 15px;
}
.title-page .horizontal_blocklist-261 .description p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .horizontal_blocklist-261 .description p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .horizontal_blocklist-261 .body-outer {
  box-sizing: border-box;
  position: relative;
}
.title-page .horizontal_blocklist-261 .body {
  margin: 0 -10px;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-261 .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-261 .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-261 .bx-wrapper {
  max-width: 1266px;
}
.title-page .horizontal_blocklist-261 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .horizontal_blocklist-261 .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: 1266px;
}
.title-page .horizontal_blocklist-261 .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-261 .item {
  margin: 0 10px;
  border: none;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: auto;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  min-width: 0;
  min-height: 0;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  left: 0;
  right: 0;
  align-self: auto;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .horizontal_blocklist-261 .item_header {
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-261 .item_body {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  flex-shrink: 1;
  flex-basis: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .horizontal_blocklist-261 .item_figure {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  min-width: 0;
  min-height: 0;
  width: auto;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
}
.title-page .horizontal_blocklist-261 .image {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .horizontal_blocklist-261 .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 .horizontal_blocklist-261 .img-convert {
  border: none;
  box-sizing: border-box;
  width: 500px;
  height: 500px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  display: -webkit-inline-flex;
  display: inline-flex;
  overflow: hidden;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .horizontal_blocklist-261 .image img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
  box-sizing: content-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .horizontal_blocklist-261 .item__image__title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}
.title-page .horizontal_blocklist-261 .item_detail {
  padding: 70px 50px 70px 70px;
  border: none;
  box-sizing: border-box;
  margin-left: -70px;
  position: relative;
  z-index: 2;
  flex-basis: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  align-self: center;
  background: #fff;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .horizontal_blocklist-261 .text {
  display: -webkit-flex;
  display: flex;
  text-align: left;
  box-sizing: border-box;
  position: relative;
  font-family: Open Sans, sans-serif;
  color: #164f7a;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  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;
  font-size: 43px;
  font-weight: normal;
  margin-bottom: 30px;
  width: 430px;
}
.title-page .horizontal_blocklist-261 .text > .align-elem {
  flex-basis: 100%;
}
.title-page .horizontal_blocklist-261 .title {
  font-weight: normal;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  font-family: Open Sans, sans-serif;
  color: #ff892e;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 14px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .horizontal_blocklist-261 .title > .align-elem {
  flex-basis: 100%;
}
.title-page .horizontal_blocklist-261 .price-wrap {
  box-sizing: border-box;
  position: relative;
  text-align: left;
}
.title-page .horizontal_blocklist-261 .price {
  box-sizing: border-box;
  display: inline-block;
  margin-top: 5px;
  white-space: nowrap;
}
.title-page .horizontal_blocklist-261 .price-note {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .horizontal_blocklist-261 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .horizontal_blocklist-261 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .horizontal_blocklist-261 .more {
  box-sizing: border-box;
  position: relative;
  margin-top: 5px;
}
.title-page .horizontal_blocklist-261 .more > a {
  padding: 15px 25px;
  border: none;
  box-sizing: border-box;
  text-decoration: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  font-family: Open Sans, sans-serif;
  color: #fff;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: bold;
  background: repeating-linear-gradient(180deg, rgba(243, 121, 56, 0.4) 0%, rgba(252, 80, 80, 0.4) 100%) #ff892e;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .horizontal_blocklist-261 .more > a:hover, .title-page .horizontal_blocklist-261 .more > a.hover, .title-page .horizontal_blocklist-261 .more > a.active {
  background: repeating-linear-gradient(167deg, rgba(1, 119, 191, 0.7) 0%, rgba(6, 60, 110, 0.7) 100%) #085a9f;
}
.title-page .horizontal_blocklist-261 .image a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .horizontal_blocklist-261 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .horizontal_blocklist-261 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-261 .all {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
}
.title-page .horizontal_blocklist-261 .controls {
  padding: 10px 20px 10px 0;
  border: none;
  z-index: 1;
  position: absolute;
  top: auto;
  left: auto;
  right: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  margin-left: -50px;
  bottom: 0;
  margin-bottom: 0;
  margin-right: 0;
  background: #fff;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .horizontal_blocklist-261 .prev {
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 20px;
  background: url("../images/lib_688701_arrow_l.svg") left 50% top 50% / auto auto no-repeat transparent;
  box-sizing: border-box;
  text-align: left;
  min-height: 40px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(85, 63, 232, 0.4);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(85, 63, 232, 0.4);
  box-shadow: inset 0px 0px 0px 1px rgba(85, 63, 232, 0.4);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-left: 10px;
  margin-right: 10px;
}
.title-page .horizontal_blocklist-261 .prev:hover, .title-page .horizontal_blocklist-261 .prev.hover, .title-page .horizontal_blocklist-261 .prev.active {
  background: url("../images/lib_688701_arrow_l.svg") left 50% top 50% / auto auto no-repeat rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .horizontal_blocklist-261 .prev:active, .title-page .horizontal_blocklist-261 .prev.active {
  background: url("../images/lib_688701_arrow_l.svg") left 50% top 50% / auto auto no-repeat transparent;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(167, 22, 107, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(167, 22, 107, 0.1);
  box-shadow: inset 0px 0px 0px 1px rgba(167, 22, 107, 0.1);
}
.title-page .horizontal_blocklist-261 .next {
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 20px;
  background: url("../images/lib_688701_arrow_r.svg") left 50% top 50% / auto auto no-repeat transparent;
  box-sizing: border-box;
  text-align: justify;
  min-height: 40px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(85, 63, 232, 0.4), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(85, 63, 232, 0.4), 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 1px rgba(85, 63, 232, 0.4), 0 0 0 transparent;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .horizontal_blocklist-261 .next:hover, .title-page .horizontal_blocklist-261 .next.hover, .title-page .horizontal_blocklist-261 .next.active {
  background: url("../images/lib_688701_arrow_r.svg") left 50% top 50% / auto auto no-repeat rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  box-shadow: 0 0 0 transparent, 0 0 0 transparent;
}
.title-page .horizontal_blocklist-261 .next:active, .title-page .horizontal_blocklist-261 .next.active {
  background: url("../images/lib_688701_arrow_r.svg") left 50% top 50% / auto auto no-repeat transparent;
  -webkit-box-shadow: 0 0 0 transparent, 0px 0px 0px 0px #000;
  -moz-box-shadow: 0 0 0 transparent, 0px 0px 0px 0px #000;
  box-shadow: 0 0 0 transparent, 0px 0px 0px 0px #000;
}
.title-page .horizontal_blocklist-261 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-261 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-261 .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-261 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .horizontal_blocklist-261 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .horizontal_blocklist-261 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .horizontal_blocklist-261 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-261 .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-261 .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-261 .pager-wrap {
  box-sizing: border-box;
  display: none;
}
.title-page .horizontal_blocklist-261 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-261 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-261 .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-261 .bx-pager a:active, .title-page .horizontal_blocklist-261 .bx-pager a.active {
  background: #bbb;
}
.title-page .popover-container-261 {
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-261 .popover-scrolling {
  padding: 20px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  z-index: 1;
  position: fixed;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  box-sizing: border-box;
}
.title-page .popover-container-261 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-261 {
  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-261 .popover-form-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-261 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-261 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-261 .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-261 .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-261 .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-261 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-261 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-261 .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-261 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-261 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .popover-wrap-261 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-261 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-261 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-261 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-261 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-261 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-261 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-261 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-261 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-261 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-261 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-261 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-261 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-261 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-261 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-261 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-261 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-261 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-261 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-261 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-261 .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-261 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-261 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-261 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-261 .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-261 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-261 .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-261 .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-261 .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-261 .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-261 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-261 .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-261 .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-261 .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-261 .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-261 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-261 .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-261 .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-261 .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-261 .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-261 .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-261 .popover-body .form_text input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-261 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-261 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-261 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-261 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-261 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-261 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .widget-206 {
  margin: 25px auto 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  width: 1280px;
  min-height: 350px;
  display: -webkit-flex;
  display: flex;
  background: #ccc;
  overflow: hidden;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  max-width: 100%;
}
.title-page .block-136 .layout_322_id_329 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.title-page .block-136 {
  margin: 1px auto 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1280px;
  min-height: 0;
  background: #fff;
  z-index: 1;
  text-align: left;
  right: 0;
  -webkit-box-shadow: 0px 0px 34px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 0px 34px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 34px rgba(0, 0, 0, 0.16);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: block;
  text-decoration: none;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  padding-bottom: 40px;
}
.title-page .block-137 .layout_324 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-137 .layout_325 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-137 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: 960px;
  min-height: 0;
  z-index: 5;
  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;
  padding-top: 30px;
}
.title-page .widget-200 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: left;
  box-sizing: border-box;
  width: 186px;
}
.title-page .widget-201 {
  margin: 0 0 auto 660px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  color: #8f8f8f;
  text-indent: 0;
  text-decoration: none;
  width: 114px;
  right: 0;
  padding-top: 0.02px;
  padding-bottom: 0.02px;
  min-height: 0;
}
.title-page .widget-202 {
  margin: 40px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 4;
  text-align: center;
  box-sizing: border-box;
  width: auto;
  min-height: 45px;
  background: url("../images/lib_465401_untitled-1-recovered-recovered_11 (1).png") left 50% top 50% / auto auto no-repeat;
  padding-top: 1px;
  padding-bottom: 1px;
  cursor: pointer;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
}
.title-page .up-326 .icon {
  border: none;
  box-sizing: border-box;
  margin-top: 0;
  height: 20px;
  width: 37px;
  display: inline-block;
  background: url("../images/lib_465401_untitled-1-recovered-recovered_11 (2).png") left 50% top 50% / auto auto no-repeat;
  text-align: left;
  min-height: 37px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
}
.title-page .up-326 .title {
  box-sizing: border-box;
  color: #000;
  margin-top: 14px;
  margin-bottom: 5px;
  -webkit-order: 5;
  -moz-order: 5;
  order: 5;
}
.title-page .widget-203 {
  margin: 30px 0 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: center;
  padding-right: 2px;
  padding-left: 2px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  right: 0;
}
.title-page .menu-327 .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-327 .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-327 .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-327 .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-327 .menu-scroll {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .menu-327 .menu-scroll > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .menu-327 .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-327 .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;
  text-align: left;
}
.title-page .menu-327 .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-327 .menu-scroll > ul > li.menu-item > a {
  padding: 5px 10px;
  margin: 2px 10px;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  box-sizing: border-box;
  text-decoration: none;
  color: #092e4a;
  font-size: 14px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  position: relative;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-indent: 0;
  font-weight: normal;
}
.title-page .menu-327 .menu-scroll > ul > li.menu-item > a:hover, .title-page .menu-327 .menu-scroll > ul > li.menu-item > a.hover, .title-page .menu-327 .menu-scroll > ul > li.menu-item > a.active {
  color: #f2245e;
}
.title-page .menu-327 .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-327 .menu-scroll > ul > li.menu-item > a .img-convert {
  margin: auto;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: -webkit-inline-flex;
  display: inline-flex;
  overflow: hidden;
}
.title-page .menu-327 .menu-scroll > ul > li.menu-item > a img {
  box-sizing: border-box;
  max-width: 100%;
  height: auto;
  width: auto;
  vertical-align: middle;
  border: none;
  display: -webkit-flex;
  display: flex;
}
.title-page .menu-327 .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-327 .menu-scroll > ul > li.home-button {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .menu-327 .menu-scroll > ul > li.more-button {
  display: none;
  margin-left: auto;
  position: relative;
}
.title-page .menu-327 .menu-scroll > ul ul {
  padding: 5px;
  margin: 5px 0 0;
  position: absolute;
  top: 100%;
  left: 0;
  background: #eee;
  list-style: none;
  width: 200px;
  display: none;
  z-index: 10;
  box-sizing: border-box;
}
.title-page .menu-327 .menu-scroll > ul ul > li {
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
}
.title-page .menu-327 .menu-scroll > ul ul > li > a {
  padding: 5px 10px;
  cursor: pointer;
  display: block;
  background: #999;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
}
.title-page .menu-327 .menu-scroll > ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}
.title-page .menu-327 .menu-scroll > ul > li.more-button > a {
  padding: 5px 10px;
  margin: 2px 0 2px 2px;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  background: #333;
  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;
}
.title-page .menu-327 .menu-scroll > ul > li.more-button > ul {
  left: auto;
  right: 0;
}
.title-page .menu-327 .menu-scroll > ul > li.more-button.disabled {
  display: none;
}
.title-page .menu-327 .menu-scroll > ul > li.more-button .menu-item-image {
  display: none;
}
.title-page .menu-327 .menu-scroll > ul > li.menu-item ul li.delimiter:first-child {
  display: none;
}
.title-page .widget-204 {
  margin: 10px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  font-family: Open Sans, sans-serif;
  color: #2b274a;
  text-align: center;
  text-indent: 0;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  box-sizing: border-box;
  width: auto;
  right: 0;
  font-weight: bold;
  background: none;
  -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;
}
.title-page .widget-205 {
  margin: 15px 0 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  font-size: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  right: 0;
  padding-top: 40px;
  padding-bottom: 30px;
  min-height: 0;
}
.title-page .widgetsocial-329 .soc-header {
  box-sizing: border-box;
  font-size: 26px;
  line-height: 1;
  margin-bottom: 30px;
  font-family: Open Sans, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}
.title-page .widgetsocial-329 .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-329 .soc-item {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  vertical-align: middle;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.66%;
  text-align: center;
}
.title-page .widgetsocial-329 .soc {
  margin: 2px 30px 2px 25px;
  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: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -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;
  text-align: left;
  max-width: 100%;
}
.title-page .widgetsocial-329 .vk .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_vk.png") left 50% top 50% / 20px no-repeat;
  width: 30px;
  min-height: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  height: 30px;
}
.title-page .widgetsocial-329 .fb .wg-soc-icon {
  border: none;
  background: url("../images/lib_602901_soc1.svg") left 50% top 50% / 9px no-repeat;
  width: 30px;
  min-height: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  height: 30px;
}
.title-page .widgetsocial-329 .tw .wg-soc-icon {
  border: none;
  background: url("../images/lib_602901_soc2.svg") left 50% top 50% / 20px no-repeat;
  width: 30px;
  min-height: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  height: 30px;
}
.title-page .widgetsocial-329 .google .wg-soc-icon {
  border: none;
  background: url("../images/lib_602901_soc4.svg") left 50% top 50% / 20px no-repeat;
  width: 30px;
  min-height: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  height: 30px;
}
.title-page .widgetsocial-329 .ins .wg-soc-icon {
  border: none;
  background: url("../images/lib_602901_soc3.svg") left 50% top 50% / 20px no-repeat;
  width: 30px;
  min-height: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  height: 30px;
}
.title-page .widgetsocial-329 .ok .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_ok.png") left 50% top 50% / 20px no-repeat;
  width: 30px;
  min-height: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  height: 30px;
}
.title-page .widgetsocial-329 .mail .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_mail.png") left 50% top 50% / 20px no-repeat;
  width: 30px;
  min-height: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  height: 30px;
}
.title-page .widgetsocial-329 .pin .wg-soc-icon {
  border: none;
  background: url("../images/lib_602901_soc5.svg") left 50% top 50% / 14px no-repeat;
  width: 30px;
  min-height: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  height: 30px;
}
.title-page .widgetsocial-329 .lj .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_lj.png") left 50% top 50% / 20px no-repeat;
  width: 30px;
  min-height: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  height: 30px;
}
.title-page .widgetsocial-329 .my .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_my.png") left 50% top 50% / 20px no-repeat;
  width: 30px;
  min-height: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  height: 30px;
}
.title-page .widgetsocial-329 .youtube .wg-soc-icon {
  border: none;
  background: url("../images/lib_602901_soc6.svg") left 50% top 50% / 20px no-repeat;
  width: 30px;
  min-height: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  height: 30px;
}
.title-page .widgetsocial-329 .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-329 .wg-soc-title {
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  color: #153d94;
  font-size: 12px;
  line-height: 1;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-transform: uppercase;
  text-decoration: none;
  margin-right: 10px;
  margin-left: 10px;
  font-weight: bold;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .widgetsocial-329 .wg-soc-title:hover, .title-page .widgetsocial-329 .wg-soc-title.hover, .title-page .widgetsocial-329 .wg-soc-title.active {
  color: #ff892e;
}
.title-page .widgetsocial-329 .telegram .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_tg.png") left 50% top 50% / cover no-repeat;
  width: 30px;
  min-height: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  height: 30px;
}
.title-page .widgetsocial-329 .whatsapp .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_wa.png") left 50% top 50% / cover no-repeat;
  width: 30px;
  min-height: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  height: 30px;
}
.title-page .widget-12 {
  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-20 .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-20 .side-panel-content {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 265px;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
  box-sizing: border-box;
}
.title-page .side-panel-20 .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-20 .side-panel-content-inner {
  overflow-y: auto;
  max-height: 100%;
  position: relative;
  z-index: 0;
  min-height: 100%;
}
.title-page .side-panel-20 .side-panel-top {
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .side-panel-20 .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: center;
  position: relative;
  z-index: 10;
}
.title-page .side-panel-20 .side-panel-button-icon {
  display: block;
}
.title-page .side-panel-20 .side-panel-button-icon-line {
  box-sizing: border-box;
  display: block;
  min-height: 3px;
  margin-top: 3px;
  background: #000;
  text-align: left;
}
.title-page .side-panel-20 .side-panel-top-inner {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-order: 1;
  -moz-order: 1;
  order: 1;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
@media all and (max-width: 960px) {
  .title-page .editorElement {
    max-width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .layout {
    max-width: 100%;
  }
  .title-page .layout.layout_center {
    box-sizing: border-box;
  }
  .title-page .block-106 {
    background: none;
    margin-right: 0;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
  }
  .title-page .block-107 .layout_253 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-107 .layout_251_id_253 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .block-107 .layout_251_id_342 {
    margin: 15px 0 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    flex-basis: auto;
    width: auto;
  }
  .title-page .block-107 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 64px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .widget-212 {
    left: auto;
    width: 198px;
    margin-left: auto;
    margin-right: auto;
    background: none;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .widgetsocial-342 .soc {
    background: none;
  }
  .title-page .widgetsocial-342 .vk .wg-soc-icon {
    background: #fff;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .widgetsocial-342 .fb .wg-soc-icon {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjIwIiBoZWlnaHQ9IjM3IiB2aWV3Qm94PSIwIDAgMjAgMzciIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGQ9Ik0xOS4yNDgsMC4wMDYgTDE0LjQ1MCwtMC4wMDEgQzkuMDYwLC0wLjAwMSA1LjU3NywzLjU3MyA1LjU3Nyw5LjEwNSBMNS41NzcsMTMuMzA0IEwwLjc1MywxMy4zMDQgQzAuMzM2LDEzLjMwNCAtMC4wMDEsMTMuNjQyIC0wLjAwMSwxNC4wNTkgTC0wLjAwMSwyMC4xNDIgQy0wLjAwMSwyMC41NTkgMC4zMzYsMjAuODk2IDAuNzUzLDIwLjg5NiBMNS41NzcsMjAuODk2IEw1LjU3NywzNi4yNDcgQzUuNTc3LDM2LjY2NCA1LjkxNCwzNy4wMDEgNi4zMzEsMzcuMDAxIEwxMi42MjUsMzcuMDAxIEMxMy4wNDIsMzcuMDAxIDEzLjM3OSwzNi42NjMgMTMuMzc5LDM2LjI0NyBMMTMuMzc5LDIwLjg5NiBMMTkuMDIwLDIwLjg5NiBDMTkuNDM2LDIwLjg5NiAxOS43NzQsMjAuNTU5IDE5Ljc3NCwyMC4xNDIgTDE5Ljc3NiwxNC4wNTkgQzE5Ljc3NiwxMy44NTggMTkuNjk3LDEzLjY2NyAxOS41NTUsMTMuNTI1IEMxOS40MTQsMTMuMzgzIDE5LjIyMiwxMy4zMDQgMTkuMDIyLDEzLjMwNCBMMTMuMzgwLDEzLjMwNCBMMTMuMzgwLDkuNzQ0IEMxMy4zODAsOC4wMzQgMTMuNzg3LDcuMTY1IDE2LjAxNSw3LjE2NSBMMTkuMjQ4LDcuMTY0IEMxOS42NjQsNy4xNjQgMjAuMDAyLDYuODI2IDIwLjAwMiw2LjQxMCBMMjAuMDAyLDAuNzYxIEMyMC4wMDIsMC4zNDUgMTkuNjY0LDAuMDA3IDE5LjI0OCwwLjAwNiBaIiBjbGFzcz0iY2xzLTEiIGZpbGw9IiNmZjlhM2QiIGZpbGwtb3BhY2l0eT0iMSIgaWQ9InBhdGgtNCIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / 10px no-repeat #fff;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .widgetsocial-342 .fb .wg-soc-icon:hover, .title-page .widgetsocial-342 .fb .wg-soc-icon.hover, .title-page .widgetsocial-342 .fb .wg-soc-icon.active {
    -webkit-box-shadow: 0px 10px 43px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 10px 43px 0px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 10px 43px 0px rgba(0, 0, 0, 0.11);
  }
  .title-page .widgetsocial-342 .tw .wg-soc-icon {
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .widgetsocial-342 .google .wg-soc-icon {
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .widgetsocial-342 .ins .wg-soc-icon {
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .widgetsocial-342 .ok .wg-soc-icon {
    background: #fff;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .widgetsocial-342 .mail .wg-soc-icon {
    background: #fff;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .widgetsocial-342 .pin .wg-soc-icon {
    background: #fff;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .widgetsocial-342 .lj .wg-soc-icon {
    background: #fff;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .widgetsocial-342 .my .wg-soc-icon {
    background: #fff;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .widgetsocial-342 .youtube .wg-soc-icon {
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .widgetsocial-342 .telegram .wg-soc-icon {
    background: url("../images/lib_921401_12ersd.svg") left 50% top 50% / 10px no-repeat #fff;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .widgetsocial-342 .whatsapp .wg-soc-icon {
    background: url("../images/lib_921401_12ersd.svg") left 50% top 50% / 10px no-repeat #fff;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .widget-158 {
    text-align: right;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .schedule-252 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .schedule-252 .block-body-drop {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    margin-left: 0;
  }
  .title-page .schedule-252 .text_body {
    background: none;
  }
  .title-page .widget-159 {
    text-align: center;
    width: auto;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    right: 0;
  }
  .title-page .block-108 .layout_255 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-108 .layout_259 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-108 .layout_254_id_259 {
    margin-top: 0;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .block-108 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 21px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-109 .layout_255_id_258 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .block-109 .layout_255_id_257 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-109 {
    width: auto;
    right: 0;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .widget-170 {
    text-align: right;
    width: auto;
    margin-left: 0;
    margin-right: auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    right: 0;
    display: block;
  }
  .title-page .address-272 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .address-272 .block-body-drop {
    width: 100%;
    margin-left: 0;
  }
  .title-page .widget-161 {
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .phones-257 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .phones-257 .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-163 {
    margin: 0 auto 20px;
    width: 900px;
    max-width: 100%;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .site-name-259 img {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .site-name-259 .sn-text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .block-139 .layout_345_id_346 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-139 {
    min-height: 300px;
    margin-top: 0;
    margin-right: 0;
    -webkit-order: 6;
    -moz-order: 6;
    order: 6;
    display: block;
  }
  .title-page .widget-214 {
    margin-top: 70px;
    display: block;
  }
  .title-page .blocklist-346 .body-outer {
    text-align: center;
  }
  .title-page .blocklist-346 .body {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .blocklist-346 .item {
    margin-top: 0;
    align-self: auto;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .blocklist-346 .text {
    width: 374px;
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .blocklist-346 .image {
    margin-right: 0;
    margin-bottom: 0;
    float: none;
  }
  .title-page .blocklist-346 .title {
    width: 407px;
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .block-133 {
    margin-top: 5px;
    -webkit-order: 6;
    -moz-order: 6;
    order: 6;
  }
  .title-page .widget-197 {
    width: auto;
    min-height: 400px;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
  .title-page .slider-317 .text-slider {
    left: 0;
    margin-left: 21px;
    margin-top: -143px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: rgba(255, 255, 255, 0.93);
    padding-top: 29px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .title-page .slider-317 .block-body {
    margin-top: 21px;
    margin-bottom: 30px;
  }
  .title-page .slider-317 .block-title {
    background: none;
  }
  .title-page .slider-317 .slider-prev {
    padding: 0;
    margin: 0 2px;
  }
  .title-page .slider-317 .slider-next {
    padding: 0;
    margin: 0 2px;
  }
  .title-page .block-138 {
    padding: 36px 15px 25px;
    margin-top: 5px;
    margin-right: 0;
    -webkit-order: 8;
    -moz-order: 8;
    order: 8;
  }
  .title-page .widget-213 {
    padding-left: 0;
    padding-right: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .blocklist-344 .header {
    margin-bottom: 19px;
  }
  .title-page .blocklist-344 .header_text {
    background: none;
  }
  .title-page .blocklist-344 .body-outer {
    width: auto;
  }
  .title-page .blocklist-344 .body {
    width: auto;
  }
  .title-page .blocklist-344 .bx-wrapper {
    max-width: 758px;
  }
  .title-page .blocklist-344 .list {
    width: 758px;
  }
  .title-page .blocklist-344 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-344 .item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .blocklist-344 .text {
    padding-left: 15px;
    padding-right: 15px;
  }
  .title-page .blocklist-344 .image {
    margin-right: 0;
    float: none;
  }
  .title-page .blocklist-344 .title {
    padding-left: 15px;
  }
  .title-page .blocklist-344 .price {
    padding-left: 15px;
    margin-top: 15px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-344 .more {
    padding-left: 15px;
  }
  .title-page .blocklist-344 .more > a {
    background: none;
  }
  .title-page .blocklist-344 .bx-auto_controls {
    margin-left: auto;
    width: auto;
  }
  .title-page .blocklist-344 .bx-pager {
    width: auto;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
  }
  .title-page .block-90 {
    padding: 25px 15px;
    margin-top: 10px;
    margin-right: 0;
    -webkit-order: 11;
    -moz-order: 11;
    order: 11;
  }
  .title-page .widget-130 {
    width: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .editable_block-221 .header {
    -webkit-box-shadow: false, false, false, false;
    -moz-box-shadow: false, false, false, false;
    box-shadow: false, false, false, false;
  }
  .title-page .editable_block-221 .title {
    margin-bottom: 28px;
  }
  .title-page .editable_block-221 .image {
    float: left;
  }
  .title-page .editable_block-221 .more {
    clear: none;
  }
  .title-page .block-91 {
    width: auto;
    display: none;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-133 {
    text-align: center;
    width: auto;
    margin-top: 5px;
    margin-left: 0;
    margin-right: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .gallery-226 .gallery-body {
    padding-bottom: 0.02px;
  }
  .title-page .gallery-226 .bx-pager {
    text-align: center;
  }
  .title-page .gallery-226 .my-gallery {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin-right: -15px;
    margin-left: -15px;
  }
  .title-page .gallery-226 .gallery-item-container {
    width: auto;
  }
  .title-page .gallery-226 .my-gallery figure.gallery-item {
    background: none;
  }
  .title-page .gallery-226 .img-convert {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    background: none;
  }
  .title-page .block-110 {
    min-height: 0;
    margin-top: 10px;
    margin-right: 0;
    padding-top: 30px;
    padding-bottom: 22px;
    -webkit-order: 9;
    -moz-order: 9;
    order: 9;
  }
  .title-page .widget-164 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    background: none;
    display: block;
  }
  .title-page .horizontal_blocklist-261 .body-outer {
    width: auto;
    overflow: visible;
  }
  .title-page .horizontal_blocklist-261 .body {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .horizontal_blocklist-261 .bx-wrapper {
    max-width: 753px;
  }
  .title-page .horizontal_blocklist-261 .list {
    width: 753px;
    overflow-x: visible;
    overflow-y: visible;
  }
  .title-page .horizontal_blocklist-261 .item {
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .horizontal_blocklist-261 .item_body {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
  }
  .title-page .horizontal_blocklist-261 .img-convert {
    width: 400px;
    height: 350px;
  }
  .title-page .horizontal_blocklist-261 .item_detail {
    margin-right: 0;
    margin-left: -144px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
  }
  .title-page .horizontal_blocklist-261 .text {
    font-size: 24px;
  }
  .title-page .horizontal_blocklist-261 .text:active, .title-page .horizontal_blocklist-261 .text.active {
    font-weight: 600;
  }
  .title-page .horizontal_blocklist-261 .controls {
    margin-bottom: -11px;
    margin-right: 20px;
    margin-top: 19px;
  }
  .title-page .widget-206 {
    width: auto;
    min-height: 300px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    -webkit-order: 13;
    -moz-order: 13;
    order: 13;
  }
  .title-page .block-136 .layout_322_id_329 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-136 {
    -webkit-order: 14;
    -moz-order: 14;
    order: 14;
  }
  .title-page .block-137 .layout_324 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-137 .layout_325 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    margin-left: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-137 {
    padding-left: 30px;
    padding-right: 30px;
    -webkit-order: 5;
    -moz-order: 5;
    order: 5;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .widget-200 {
    margin-top: 15px;
    margin-right: auto;
  }
  .title-page .widget-201 {
    margin-top: 15px;
    margin-left: auto;
  }
  .title-page .widget-202 {
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
  }
  .title-page .widget-203 {
    display: none;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
  }
  .title-page .menu-327 .menu-scroll > ul {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .menu-327 .menu-scroll > ul > li.more-button {
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-204 {
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-205 {
    padding-top: 20px;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .widgetsocial-329 .soc-item {
    width: 33.33%;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .widgetsocial-329 .soc {
    margin-top: 10px;
  }
  .title-page .widgetsocial-329 .tw .wg-soc-icon:hover, .title-page .widgetsocial-329 .tw .wg-soc-icon.hover, .title-page .widgetsocial-329 .tw .wg-soc-icon.active {
    background: url("../images/lib_602901_soc2.svg") left 50% top 50% / 19px no-repeat;
  }
  .title-page .widgetsocial-329 .google .wg-soc-icon {
    background: url("../images/lib_602901_soc4.svg") left 50% top 50% / 21px no-repeat;
  }
  .title-page .widget-12 {
    box-sizing: border-box;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .side-panel-20 .side-panel-top {
    width: auto;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .title-page .side-panel-20 .side-panel-button {
    border: none;
    text-align: left;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: #fff;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    margin-left: 5px;
    margin-top: 5px;
    align-self: auto;
    width: 40px;
    min-height: 40px;
  }
  .title-page .side-panel-20 .side-panel-button-icon-line {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: #ff9419;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    min-height: 6px;
    margin-top: 4px;
  }
}
@media all and (max-width: 768px) {
  .title-page .block-107 .layout_253 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-107 .layout_251_id_253 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-107 .layout_251_id_342 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-212 {
    margin-top: 15px;
  }
  .title-page .widgetsocial-342 .fb .wg-soc-icon {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjIwIiBoZWlnaHQ9IjM3IiB2aWV3Qm94PSIwIDAgMjAgMzciIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGQ9Ik0xOS4yNDgsMC4wMDYgTDE0LjQ1MCwtMC4wMDEgQzkuMDYwLC0wLjAwMSA1LjU3NywzLjU3MyA1LjU3Nyw5LjEwNSBMNS41NzcsMTMuMzA0IEwwLjc1MywxMy4zMDQgQzAuMzM2LDEzLjMwNCAtMC4wMDEsMTMuNjQyIC0wLjAwMSwxNC4wNTkgTC0wLjAwMSwyMC4xNDIgQy0wLjAwMSwyMC41NTkgMC4zMzYsMjAuODk2IDAuNzUzLDIwLjg5NiBMNS41NzcsMjAuODk2IEw1LjU3NywzNi4yNDcgQzUuNTc3LDM2LjY2NCA1LjkxNCwzNy4wMDEgNi4zMzEsMzcuMDAxIEwxMi42MjUsMzcuMDAxIEMxMy4wNDIsMzcuMDAxIDEzLjM3OSwzNi42NjMgMTMuMzc5LDM2LjI0NyBMMTMuMzc5LDIwLjg5NiBMMTkuMDIwLDIwLjg5NiBDMTkuNDM2LDIwLjg5NiAxOS43NzQsMjAuNTU5IDE5Ljc3NCwyMC4xNDIgTDE5Ljc3NiwxNC4wNTkgQzE5Ljc3NiwxMy44NTggMTkuNjk3LDEzLjY2NyAxOS41NTUsMTMuNTI1IEMxOS40MTQsMTMuMzgzIDE5LjIyMiwxMy4zMDQgMTkuMDIyLDEzLjMwNCBMMTMuMzgwLDEzLjMwNCBMMTMuMzgwLDkuNzQ0IEMxMy4zODAsOC4wMzQgMTMuNzg3LDcuMTY1IDE2LjAxNSw3LjE2NSBMMTkuMjQ4LDcuMTY0IEMxOS42NjQsNy4xNjQgMjAuMDAyLDYuODI2IDIwLjAwMiw2LjQxMCBMMjAuMDAyLDAuNzYxIEMyMC4wMDIsMC4zNDUgMTkuNjY0LDAuMDA3IDE5LjI0OCwwLjAwNiBaIiBjbGFzcz0iY2xzLTEiIGZpbGw9IiNmZjkzMjEiIGZpbGwtb3BhY2l0eT0iMSIgaWQ9InBhdGgtNCIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / 10px no-repeat #fff;
  }
  .title-page .widget-158 {
    width: auto;
    margin-left: 0;
    right: 0;
  }
  .title-page .widget-159 {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    font-size: 20px;
  }
  .title-page .block-108 .layout_255 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-108 .layout_259 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-108 .layout_254_id_259 {
    margin-top: 0;
  }
  .title-page .block-108 {
    padding-bottom: 15px;
  }
  .title-page .block-109 .layout_255_id_258 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .block-109 .layout_255_id_257 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-170 {
    margin-left: auto;
  }
  .title-page .widget-161 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    right: 0;
  }
  .title-page .site-name-259 .sn-text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .block-139 .layout_345_id_346 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .widget-197 {
    min-height: 350px;
  }
  .title-page .slider-317 .text-slider {
    margin: 19px 0 0 22px;
    overflow: hidden;
    display: block;
  }
  .title-page .slider-317 .block-body {
    display: none;
  }
  .title-page .slider-317 .block-more {
    margin-top: 18px;
  }
  .title-page .slider-317 .block-title {
    margin-left: 0;
    padding-left: 0;
    font-size: 23px;
    width: auto;
    margin-right: 0;
  }
  .title-page .blocklist-344 .body {
    margin-right: -5px;
    margin-left: -5px;
  }
  .title-page .blocklist-344 .bx-wrapper {
    max-width: 620px;
  }
  .title-page .blocklist-344 .list {
    width: 620px;
  }
  .title-page .blocklist-344 .item {
    margin-right: 5px;
    margin-left: 5px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .editable_block-221 .header {
    font-size: 26px;
  }
  .title-page .editable_block-221 .body {
    width: auto;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .editable_block-221 .title {
    font-size: 25px;
  }
  .title-page .editable_block-221 .text {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    width: auto;
  }
  .title-page .block-91 {
    display: block;
    margin-top: 30px;
  }
  .title-page .widget-133 {
    margin-top: 0;
    display: none;
  }
  .title-page .gallery-226 .my-gallery figure.gallery-item {
    width: 275px;
    min-height: 210px;
  }
  .title-page .gallery-226 .my-gallery figure.gallery-item a {
    width: 275px;
  }
  .title-page .gallery-226 .img-convert {
    width: 275px;
    height: 210px;
  }
  .title-page .block-110 {
    padding-left: 0;
    padding-right: 20px;
  }
  .title-page .horizontal_blocklist-261 .bx-wrapper {
    max-width: 605px;
  }
  .title-page .horizontal_blocklist-261 .list {
    width: 605px;
  }
  .title-page .horizontal_blocklist-261 .img-convert {
    width: 300px;
    height: 300px;
  }
  .title-page .horizontal_blocklist-261 .item_detail {
    padding: 30px 15px 30px 30px;
    margin-left: 0;
    width: auto;
    left: 0;
    right: 0;
  }
  .title-page .horizontal_blocklist-261 .text {
    width: auto;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .horizontal_blocklist-261 .controls {
    right: auto;
    left: 0;
    margin-left: 0;
    padding-left: 6px;
    margin-top: 22px;
  }
  .title-page .block-136 .layout_322_id_329 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-137 .layout_324 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-137 .layout_325 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-flex;
    display: flex;
  }
}
@media all and (max-width: 640px) {
  .title-page .block-107 .layout_253 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-107 .layout_251_id_253 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .block-107 .layout_251_id_342 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-212 {
    width: 188px;
    margin-top: 14px;
  }
  .title-page .widget-158 {
    margin-left: auto;
  }
  .title-page .widget-159 {
    font-size: 17px;
    margin-left: auto;
    margin-bottom: 0;
    margin-right: auto;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .block-108 .layout_255 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-108 .layout_259 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-108 .layout_254_id_259 {
    margin-top: 0;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .block-109 .layout_255_id_258 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    flex-basis: auto;
  }
  .title-page .block-109 .layout_255_id_257 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    flex-basis: auto;
  }
  .title-page .block-109 {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .widget-170 {
    text-align: center;
  }
  .title-page .address-272 .text_body {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .widget-161 {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .widget-163 {
    margin-bottom: 23px;
    -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-139 .layout_345_id_346 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .widget-197 {
    min-height: 300px;
  }
  .title-page .slider-317 .text-slider {
    left: 50%;
    margin-left: -180px;
    margin-top: 45px;
    padding-top: 15px;
    padding-bottom: 22px;
    text-align: center;
  }
  .title-page .slider-317 .block-more {
    text-align: center;
  }
  .title-page .widget-213 {
    padding-bottom: 31px;
  }
  .title-page .blocklist-344 .header {
    padding-right: 0;
  }
  .title-page .blocklist-344 .header_text {
    font-size: 24px;
  }
  .title-page .blocklist-344 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-344 .bx-wrapper {
    max-width: 450px;
  }
  .title-page .blocklist-344 .list {
    width: 450px;
  }
  .title-page .blocklist-344 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-344 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-344 .img-convert {
    height: 200px;
  }
  .title-page .blocklist-344 .price {
    margin-top: 10px;
  }
  .title-page .blocklist-344 .more {
    margin-top: 15px;
  }
  .title-page .blocklist-344 .bx-auto_controls {
    margin-left: 0;
    margin-top: auto;
    margin-bottom: 0;
  }
  .title-page .editable_block-221 .header {
    font-size: 22px;
  }
  .title-page .editable_block-221 .title {
    font-size: 22px;
  }
  .title-page .widget-133 {
    width: 422px;
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .gallery-226 .gallery-body {
    text-align: right;
    padding-bottom: 50px;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .title-page .gallery-226 .my-gallery {
    margin-right: 0;
    margin-left: 0;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .title-page .gallery-226 .my-gallery figure.gallery-item {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
    width: 210px;
    min-height: 190px;
  }
  .title-page .gallery-226 .my-gallery figure.gallery-item a {
    width: 210px;
  }
  .title-page .gallery-226 .img-convert {
    margin-left: 10px;
    margin-right: 10px;
    width: 210px;
    height: 190px;
  }
  .title-page .gallery-226 .my-gallery figure.gallery-item .gallery-item-title {
    width: 190px;
    margin-left: 10px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .title-page .widget-164 {
    right: 0;
  }
  .title-page .horizontal_blocklist-261 .bx-wrapper {
    max-width: 445px;
  }
  .title-page .horizontal_blocklist-261 .list {
    width: 445px;
  }
  .title-page .horizontal_blocklist-261 .item_body {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
  }
  .title-page .horizontal_blocklist-261 .item_figure {
    width: 100%;
  }
  .title-page .horizontal_blocklist-261 .img-convert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
  }
  .title-page .horizontal_blocklist-261 .item_detail {
    margin-top: 0;
    padding-bottom: 0.02px;
    padding-left: 0;
    width: 438px;
  }
  .title-page .horizontal_blocklist-261 .text {
    font-size: 21px;
    margin-bottom: 18px;
  }
  .title-page .horizontal_blocklist-261 .title {
    width: auto;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .horizontal_blocklist-261 .more {
    width: auto;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
  .title-page .horizontal_blocklist-261 .controls {
    margin: 5px 0 0 -21px;
    right: 0;
    left: auto;
    bottom: auto;
    top: 50%;
  }
  .title-page .widget-206 {
    min-height: 200px;
  }
  .title-page .block-136 .layout_322_id_329 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-137 .layout_324 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-137 .layout_325 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    margin-left: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-203 {
    padding-right: 0;
    padding-left: 0;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
  }
  .title-page .menu-327 .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-327 .menu-scroll > ul > li.menu-item {
    -webkit-flex: 1 1 50%;
    -moz-flex: 1 1 50%;
    flex: 1 1 50%;
  }
  .title-page .menu-327 .menu-scroll > ul > li.menu-item > a {
    -webkit-flex: 1;
    -moz-flex: 1;
    flex: 1;
    padding-right: 15px;
    padding-left: 15px;
  }
  .title-page .menu-327 .menu-scroll > ul > li.home-button {
    display: none;
  }
  .title-page .menu-327 .menu-scroll > ul > li.more-button {
    display: none;
  }
  .title-page .menu-327 .menu-scroll > ul ul {
    width: auto;
    right: 0;
  }
  .title-page .menu-327 .menu-scroll > ul ul ul {
    width: 100%;
    right: auto;
  }
}
@media all and (max-width: 480px) {
  .title-page .block-107 .layout_253 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-107 .layout_251_id_253 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
  .title-page .block-107 .layout_251_id_342 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-107 {
    padding-bottom: 6px;
  }
  .title-page .widget-212 {
    text-align: center;
    width: 219px;
    margin-top: 5px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .widgetsocial-342 .soc-header {
    text-align: center;
  }
  .title-page .widgetsocial-342 .soc {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .title-page .widget-159 {
    font-size: 16px;
  }
  .title-page .block-108 .layout_255 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-108 .layout_259 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-108 .layout_254_id_259 {
    margin-top: 0;
  }
  .title-page .block-108 {
    padding-top: 23px;
  }
  .title-page .block-109 .layout_255_id_258 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .block-109 .layout_255_id_257 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-170 {
    margin-top: 0;
  }
  .title-page .address-272 .text_body {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .title-page .widget-161 {
    margin: 0 0 15px;
  }
  .title-page .phones-257 .inner {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .phones-257 .cell-icon {
    display: none;
  }
  .title-page .phones-257 .icon {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5px;
  }
  .title-page .phones-257 .block-body-drop {
    left: auto;
    top: 100%;
  }
  .title-page .phones-257 .text_body {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .widget-163 {
    margin-bottom: 20px;
  }
  .title-page .block-139 .layout_345_id_346 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
  .title-page .block-139 {
    min-height: 200px;
  }
  .title-page .widget-214 {
    margin-top: 19px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
  }
  .title-page .blocklist-346 .text {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .blocklist-346 .image {
    margin-bottom: 5px;
  }
  .title-page .blocklist-346 .title {
    margin-top: 64px;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-197 {
    min-height: 250px;
  }
  .title-page .slider-317 .text-slider {
    margin-right: 20px;
    margin-left: -107px;
    margin-top: 26px;
    width: auto;
  }
  .title-page .slider-317 .block-body {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .slider-317 .block-title {
    font-size: 18px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .block-138 {
    padding-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .title-page .widget-213 {
    padding-bottom: 0.02px;
  }
  .title-page .blocklist-344 .header {
    margin-bottom: 8px;
  }
  .title-page .blocklist-344 .header_text {
    font-size: 21px;
  }
  .title-page .blocklist-344 .all-in_header {
    display: none;
  }
  .title-page .blocklist-344 .all-in_header:hover, .title-page .blocklist-344 .all-in_header.hover, .title-page .blocklist-344 .all-in_header.active {
    font-size: 11px;
  }
  .title-page .blocklist-344 .bx-wrapper {
    max-width: 310px;
  }
  .title-page .blocklist-344 .list {
    width: 310px;
  }
  .title-page .blocklist-344 .item {
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 30px;
  }
  .title-page .blocklist-344 .footer {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-344 .all {
    border: none;
    margin-left: auto;
    margin-right: 9px;
    display: -webkit-inline-flex;
    display: inline-flex;
    font-weight: 600;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .title-page .blocklist-344 .all:hover, .title-page .blocklist-344 .all.hover, .title-page .blocklist-344 .all.active {
    color: #085a9f;
    background: url("../images/lib_1363001_line.svg?1522761356447") left 50% top 50% / auto auto no-repeat;
  }
  .title-page .editable_block-221 .header {
    font-size: 20px;
  }
  .title-page .editable_block-221 .body {
    display: -webkit-flex;
    display: flex;
  }
  .title-page .editable_block-221 .title {
    font-size: 17px;
    margin-bottom: 13px;
    margin-top: 10px;
  }
  .title-page .editable_block-221 .image {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-133 {
    width: 260px;
  }
  .title-page .gallery-226 .gallery-body {
    padding-bottom: 0.02px;
  }
  .title-page .gallery-226 .my-gallery figure.gallery-item {
    width: 260px;
  }
  .title-page .gallery-226 .my-gallery figure.gallery-item a {
    width: 260px;
  }
  .title-page .gallery-226 .img-convert {
    margin-left: 3px;
    margin-right: 3px;
    width: 260px;
    height: 260px;
  }
  .title-page .gallery-226 .my-gallery figure.gallery-item .gallery-item-title {
    width: auto;
    margin-left: 0;
  }
  .title-page .horizontal_blocklist-261 .bx-wrapper {
    max-width: 285px;
  }
  .title-page .horizontal_blocklist-261 .list {
    width: 285px;
  }
  .title-page .horizontal_blocklist-261 .item_figure {
    max-width: 100%;
  }
  .title-page .horizontal_blocklist-261 .image {
    text-align: center;
  }
  .title-page .horizontal_blocklist-261 .img-convert {
    height: 220px;
  }
  .title-page .horizontal_blocklist-261 .item_detail {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    width: auto;
  }
  .title-page .horizontal_blocklist-261 .text {
    font-size: 19px;
  }
  .title-page .horizontal_blocklist-261 .more > a {
    padding-top: 11px;
    padding-bottom: 11px;
    min-height: 35px;
  }
  .title-page .horizontal_blocklist-261 .controls {
    margin-top: -45px;
  }
  .title-page .block-136 .layout_322_id_329 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
  .title-page .block-137 .layout_324 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }
  .title-page .block-137 .layout_325 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-200 {
    margin-left: auto;
    margin-bottom: 0;
    display: none;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .widget-201 {
    margin-bottom: 0;
    margin-right: auto;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .widget-203 {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .menu-327 .menu-button {
    display: -webkit-flex;
    display: flex;
    position: static;
    width: 100%;
    min-height: 0;
  }
  .title-page .menu-327 .menu-scroll > ul {
    display: block;
  }
  .title-page .menu-327 .menu-scroll > ul > li.menu-item {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .menu-327 .menu-scroll > ul > li.menu-item > a {
    width: auto;
  }
  .title-page .menu-327 .menu-scroll > ul ul {
    position: static;
  }
  .title-page .menu-327 .menu-scroll > ul ul ul {
    position: static;
    width: auto;
  }
  .title-page .widget-205 {
    margin-top: 0;
  }
  .title-page .widgetsocial-329 .soc-item {
    width: 50%;
  }
}
.title-page .side-panel .widget-193 {
  margin: 5px 5px -3px auto;
  border: none;
  z-index: 4;
  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;
  font-size: 17px;
  font-style: normal;
  font-family: Montserrat, sans-serif;
  -webkit-box-shadow: 0 0 0 transparent, 0px 8px 30px 0px rgba(232, 42, 67, 0.45);
  -moz-box-shadow: 0 0 0 transparent, 0px 8px 30px 0px rgba(232, 42, 67, 0.45);
  box-shadow: 0 0 0 transparent, 0px 8px 30px 0px rgba(232, 42, 67, 0.45);
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  background: repeating-linear-gradient(180deg, rgba(243, 121, 56, 0.36) 0%, rgba(252, 80, 80, 0.36) 100%) #ff9340;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  min-height: 45px;
  width: 210px;
  font-weight: 600;
  max-width: none;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .side-panel .widget-193:hover, .title-page .side-panel .widget-193.hover, .title-page .side-panel .widget-193.active {
  background: repeating-linear-gradient(159deg, rgba(1, 119, 191, 0.6) 0%, rgba(6, 60, 110, 0.6) 100%) #085a9f;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.06), 0px 8px 45px rgba(11, 35, 54, 0.22);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.06), 0px 8px 45px rgba(11, 35, 54, 0.22);
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.06), 0px 8px 45px rgba(11, 35, 54, 0.22);
}
.title-page .side-panel .widget-193:active, .title-page .side-panel .widget-193.active {
  background: repeating-linear-gradient(159deg, rgba(1, 119, 191, 0.6) 0%, rgba(6, 60, 110, 0.6) 100%) #de361d;
}
.title-page .side-panel .widget-162 {
  margin: 1px 0 0;
  border: 1px solid #e7e6eb;
  z-index: 1;
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  pointer-events: auto;
  left: 0;
  top: 0;
  position: relative;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: auto;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  min-height: 40px;
  text-align: center;
  font-size: 0;
  display: -webkit-flex;
  display: flex;
  right: 0;
}
.title-page .side-panel .search-258 input {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  background: none;
}
.title-page .side-panel .search-258 button {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
}
.title-page .side-panel .widget-152 {
  padding: 20px 0;
  margin: 0 0 0 auto;
  border: none;
  z-index: 8;
  text-align: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: 1280px;
  left: 0;
  top: 0;
  position: relative;
  right: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  background: #085a9f;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .side-panel .menu-241 .menu-scroll > ul {
  display: block;
}
.title-page .side-panel .menu-241 .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-241 .menu-scroll > ul > li.menu-item {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .side-panel .menu-241 .menu-scroll > ul ul {
  position: static;
  width: auto;
}
.title-page .side-panel .menu-241 .menu-scroll > ul ul > li > a:hover, .title-page .side-panel .menu-241 .menu-scroll > ul ul > li > a.hover, .title-page .side-panel .menu-241 .menu-scroll > ul ul > li > a.active {
  background: repeating-linear-gradient(180deg, rgba(243, 121, 56, 0.45) 0%, rgba(252, 80, 80, 0.45) 100%) #ff9340;
}
.title-page .side-panel .menu-241 .menu-scroll > ul ul ul {
  position: static;
  width: auto;
}
.title-page .side-panel .menu-241 .menu-scroll > ul > li.menu-item > a {
  width: auto;
  line-height: 2.1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  background: none;
}
.title-page .side-panel .menu-241 .menu-scroll > ul > li.menu-item > a:hover, .title-page .side-panel .menu-241 .menu-scroll > ul > li.menu-item > a.hover, .title-page .side-panel .menu-241 .menu-scroll > ul > li.menu-item > a.active {
  text-decoration: underline;
}
