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;
  color: #0e5885;
}
.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;
}
.item-outer .item .title .align-elem {
  text-align: center;
}
.item-outer .item .title .align-elem:hover {
  text-decoration: none;
  color: #2fccbc;
  cursor: pointer;
}
.title-page .align-elem {
  flex-grow: 1;
  max-width: 100%;
}
.title-page html.mobile div {
  background-attachment: scroll;
}
.title-page .ui-datepicker {
  font-size: 14px !important;
  z-index: 999999 !important;
}
.title-page .wm-video {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.title-page .wm-video video {
  max-width: 100%;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.title-page .wm-video.vertical video {
  max-width: none;
  max-height: 100%;
}
.title-page body {
  background: #fff;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
/* .title-page .wrapper {
  position: relative;
  font-family: Roboto Condensed, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
} */
.title-page .block-21 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 9;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
}
.title-page .block-20 {
  padding: 70px 50px 0.02px;
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1500px;
  min-height: 0;
  z-index: 1;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
}
.title-page .widget-26 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  box-sizing: border-box;
  min-height: 300px;
  width: auto;
  right: 0;
}
.title-page .popover-wrap-45 .popover-body {
  padding: 40px;
  border: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  position: relative;
  display: inline-block;
  width: 300px;
  box-sizing: border-box;
  vertical-align: middle;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4MC4yMTkiIGhlaWdodD0iNzkuNTMxIiB2aWV3Qm94PSIwIDAgODAuMjE5IDc5LjUzMSIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIDxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9InRpdGJnLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNNzUwLjIxOSw3NTguMDMxSDczOC44MTJWNzQ2LjY4N2gxMS40MDd2MTEuMzQ0Wm0tMjMuMDMyLjI1SDcxNS43ODFWNzQ2LjkwNmgxMS40MDZ2MTEuMzc1Wm0tMzQuNDA2LDExLjEyNWgxMS4zNzVWNzgwLjc1SDY5Mi43ODFWNzY5LjQwNlptMC0yMi43MTloMTEuMzc1djExLjM0NEg2OTIuNzgxVjc0Ni42ODdabTAtMjIuNzVoMTEuMzc1djExLjM3NUg2OTIuNzgxVjcyMy45MzdabTAtMjIuNDY4aDExLjM3NXYxMS4zNDNINjkyLjc4MVY3MDEuNDY5Wk02NzAsNzY5LjQwNmgxMS4zNzVWNzgwLjc1SDY3MFY3NjkuNDA2Wm0wLTIyLjcxOWgxMS4zNzV2MTEuMzQ0SDY3MFY3NDYuNjg3Wm0wLTIyLjc1aDExLjM3NXYxMS4zNzVINjcwVjcyMy45MzdabTAtMjIuNDY4aDExLjM3NXYxMS4zNDNINjcwVjcwMS40NjlaTTcyNy4xODcsNzgxSDcxNS43ODFWNzY5LjYyNWgxMS40MDZWNzgxWm0yMy4wMzItLjI1SDczOC44MTJWNzY5LjQwNmgxMS40MDdWNzgwLjc1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTY3MCAtNzAxLjQ2OSkiIGZpbGwtb3BhY2l0eT0iMC4yIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjMmRjY2JjIj48L3BhdGg+Cjwvc3ZnPg==") left 0px bottom 0px / auto auto no-repeat #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-45 .popover-body .form_text input {
  padding: 12px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: left;
  -webkit-appearance: none;
  font-family: Roboto Condensed, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
}
.title-page .popover-wrap-45 .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-45 .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-45 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Roboto Condensed, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
}
.title-page .popover-wrap-45 .popover-body .s3_button_large {
  padding: 10px 30px;
  border: none;
  background: #2dccbc;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -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;
  font-size: 17px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Roboto Condensed, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 20px;
}
.title-page .popover-wrap-45 .popover-body .s3_button_large:hover, .title-page .popover-wrap-45 .popover-body .s3_button_large.hover, .title-page .popover-wrap-45 .popover-body .s3_button_large.active {
  -webkit-box-shadow: 0 0 0 transparent, 0px 5px 5px rgba(45, 204, 188, 0.2);
  -moz-box-shadow: 0 0 0 transparent, 0px 5px 5px rgba(45, 204, 188, 0.2);
  box-shadow: 0 0 0 transparent, 0px 5px 5px rgba(45, 204, 188, 0.2);
}
.title-page .popover-wrap-45 .popover-body .s3_button_large:active, .title-page .popover-wrap-45 .popover-body .s3_button_large.active {
  background: transparent;
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(45, 204, 188, 0.4), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px rgba(45, 204, 188, 0.4), 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px rgba(45, 204, 188, 0.4), 0 0 0 transparent;
  color: #2dccbc;
}
.title-page .popover-wrap-45 .popover-body .s3_message {
  padding: 12px;
  border: none;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #2dccbc;
  color: #fff;
  box-sizing: border-box;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: left;
  font-family: Roboto, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-45 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 50px;
  height: 30px;
  background: url("../images/closew.svg") left 50% top 50% / 23px no-repeat #2dccbc;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 50px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-45 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-45 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-45 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-45 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .editable_block-45 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-45 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-45 .header {
  box-sizing: border-box;
  font-size: 20px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
}
.title-page .editable_block-45 .body {
  box-sizing: border-box;
  display: block;
  position: relative;
  min-width: 0;
  min-height: 400px;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .editable_block-45 .title {
  box-sizing: border-box;
  font-size: 40px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  color: #333;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
  padding-top: 50px;
  font-weight: bold;
  padding-left: 30px;
  padding-bottom: 30px;
  margin-left: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4MC4yMTkiIGhlaWdodD0iNzkuNTMxIiB2aWV3Qm94PSIwIDAgODAuMjE5IDc5LjUzMSIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIDxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9InRpdGJnLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNNzUwLjIxOSw3NTguMDMxSDczOC44MTJWNzQ2LjY4N2gxMS40MDd2MTEuMzQ0Wm0tMjMuMDMyLjI1SDcxNS43ODFWNzQ2LjkwNmgxMS40MDZ2MTEuMzc1Wm0tMzQuNDA2LDExLjEyNWgxMS4zNzVWNzgwLjc1SDY5Mi43ODFWNzY5LjQwNlptMC0yMi43MTloMTEuMzc1djExLjM0NEg2OTIuNzgxVjc0Ni42ODdabTAtMjIuNzVoMTEuMzc1djExLjM3NUg2OTIuNzgxVjcyMy45MzdabTAtMjIuNDY4aDExLjM3NXYxMS4zNDNINjkyLjc4MVY3MDEuNDY5Wk02NzAsNzY5LjQwNmgxMS4zNzVWNzgwLjc1SDY3MFY3NjkuNDA2Wm0wLTIyLjcxOWgxMS4zNzV2MTEuMzQ0SDY3MFY3NDYuNjg3Wm0wLTIyLjc1aDExLjM3NXYxMS4zNzVINjcwVjcyMy45MzdabTAtMjIuNDY4aDExLjM3NXYxMS4zNDNINjcwVjcwMS40NjlaTTcyNy4xODcsNzgxSDcxNS43ODFWNzY5LjYyNWgxMS40MDZWNzgxWm0yMy4wMzItLjI1SDczOC44MTJWNzY5LjQwNmgxMS40MDdWNzgwLjc1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTY3MCAtNzAxLjQ2OSkiIGZpbGwtb3BhY2l0eT0iMC4xIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjNTEzY2EyIi8+Cjwvc3ZnPg==") left 0px bottom 9px / 58px no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .editable_block-45 .image {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  float: right;
  margin-right: 0;
  margin-left: 40px;
  margin-bottom: 0;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  width: 600, px;
  min-height: 350px;
}
.title-page .editable_block-45 .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-45 .image-inner {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .editable_block-45 .img-convert {
  box-sizing: border-box;
  width: 600px;
  height: 300, px;
  -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;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  height: 300px;
  border-radius: 2px;
}
.title-page .editable_block-45 .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-45 .text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  font-family: Roboto, sans-serif;
  color: #333;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
  font-size: 17px;
  margin-left: 30px;
}
.title-page .editable_block-45 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-45 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-45 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-45 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-45 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-45 .more {
  box-sizing: border-box;
  margin-top: 5px;
  pointer-events: auto;
}
.title-page .editable_block-45 .more > a {
  padding: 10px 30px;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
  height: 0;
  min-height: 46px;
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  -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: #0074BA;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-top: 40px;
  font-weight: bold;
}
.button-products {
  display: flex;
  justify-content: center;
}
.button-products > a {
	padding: 10px 50px;
  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;
  border: 1px solid #fff;
	text-align: center;
	height: 0;
	min-height: 46px;
	color: #fff;
	text-decoration: none;
	font-size: 17px;
	-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: #0074BA;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
	margin-top: 40px;
	font-weight: bold;
}
.button-products > a:hover {
  background-color: rgba(0, 0, 0, 0.0);
  transition-duration: 0.2s;
  border: 1px solid #0074BA;
  color: #0074BA;
  text-decoration: none;
}
.title-page .editable_block-45 .more > a:hover, .title-page .editable_block-45 .more > a.hover, .title-page .editable_block-45 .more > a.active {
  background-color: rgba(0, 0, 0, 0.0);
  transition-duration: 0.2s;
  border: 1px solid #0074BA;
  color: #0074BA;
}
.title-page .editable_block-45 .more > a:active, .title-page .editable_block-45 .more > a.active {
background-color: rgba(0, 0, 0, 0.0);
transition-duration: 0.2s;
border: 1px solid #000;
color: #000;
}
.title-page .editable_block-45 .image a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .editable_block-45 .clear {
  clear: both;
}
.title-page .popover-container-45 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-45 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-45 .popover-form-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
  font-family: Roboto Condensed, sans-serif;
  color: #333;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-45 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-45 .popover-body .s3_form_item {
  margin-top: 0;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
  padding-top: 0.02px;
}
.title-page .popover-wrap-45 .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-45 .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-45 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-45 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-45 .popover-body .s3_form_item.form_div {
  padding-top: 20px;
  margin-top: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 22px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  text-align: left;
  color: #000;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-45 .popover-body .s3_form_item.form_html_block {
  padding-top: 20px;
  margin-top: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Roboto Condensed, sans-serif;
  text-align: left;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-45 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-45 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-45 .popover-body .s3_form_item.form_checkbox {
  padding-top: 20px;
  margin-top: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_checkbox .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-45 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-45 .popover-body .form_checkbox label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-45 .popover-body .form_checkbox input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-45 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Roboto, sans-serif;
  text-align: left;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-45 .popover-body .s3_form_item.form_radio {
  padding-top: 20px;
  margin-top: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_radio .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-45 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-45 .popover-body .form_radio label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-45 .popover-body .form_radio input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-45 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Roboto, sans-serif;
  text-align: left;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-45 .popover-body .s3_form_item.form_select {
  padding-top: 20px;
  margin-top: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Roboto Condensed, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-45 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-45 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .s3_form_item.form_calendar {
  padding-top: 20px;
  margin-top: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .s3_form_item.form_calendar_interval {
  padding-top: 20px;
  margin-top: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_calendar_interval .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-45 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-45 .popover-body .form_calendar_interval label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-45 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.title-page .popover-wrap-45 .popover-body .s3_form_item.form_upload {
  padding-top: 20px;
  margin-top: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-45 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .s3_form_field_content .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-45 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-45 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .popover-wrap-45 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-45 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-45 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-12 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: rgba(51, 51, 51, 0.05);
  z-index: 8;
  text-align: left;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  text-indent: 0;
  text-decoration: none;
  right: 0;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-13 {
  padding: 0.02px 50px;
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1500px;
  min-height: 0;
  z-index: 2;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: block;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-family: Roboto Condensed, sans-serif;
  text-decoration: none;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
}
.title-page .block-14 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 1;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  right: 0;
}
.title-page .block-15 .layout_38 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-15 .layout_49 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-15 .layout_50 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-15 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 1;
  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;
  right: 0;
  padding-bottom: 0.02px;
  padding-top: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-21 {
  margin: 0 -300px 0 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: left;
  width: auto;
  min-height: 468px;
  display: -webkit-flex;
  display: flex;
  background: #ccc;
  overflow: hidden;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: 0;
}
.title-page .widget-21:hover, .title-page .widget-21.hover, .title-page .widget-21.active {
  background: #ccc;
}
.title-page .widget-21:active, .title-page .widget-21.active {
  background: #ccc;
}
.title-page .block-27 {
  padding: 50px;
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 360px;
  min-height: 0;
  background: linear-gradient(rgba(81, 60, 162, 0.4), rgba(81, 60, 162, 0.4)), repeating-linear-gradient(to bottom right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), url("../images/54765146_2.jpg") left 50% top 50% / cover no-repeat fixed;
  z-index: 2;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
}
.title-page .widget-25 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  box-sizing: border-box;
  width: 310px;
  max-width: 100%;
  right: 0;
  padding-top: 0.02px;
  padding-bottom: 50px;
  min-height: 0;
}
.title-page .menu-col-44 .columns-delimiter {
  margin: 0 5px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #999;
}
.title-page .menu-col-44 .menu-name {
  box-sizing: border-box;
  font-size: 20px;
  margin-bottom: 20px;
}
.title-page .menu-col-44 .menu-columns-content {
  box-sizing: border-box;
}
.title-page .menu-col-44 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .menu-col-44 .columns-cell {
  padding: 0.02px 0;
  border: none;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: top;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .menu-col-44 ul.menu-columns-items {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
}
.title-page .menu-col-44 ul.menu-columns-items > li {
  box-sizing: border-box;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}
.title-page .menu-col-44 ul.menu-columns-items > li > a {
  box-sizing: border-box;
  font-size: 17px;
  line-height: 1;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.8);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  padding-top: 0.02px;
  padding-bottom: 20px;
  cursor: pointer;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  position: relative;
  font-family: Roboto Condensed, sans-serif;
  font-style: normal;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .menu-col-44 ul.menu-columns-items > li > a:hover, .title-page .menu-col-44 ul.menu-columns-items > li > a.hover, .title-page .menu-col-44 ul.menu-columns-items > li > a.active {
  color: #2dccbc;
}
.title-page .menu-col-44 ul.menu-columns-items > li > 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-col-44 ul.menu-columns-items > li > 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-col-44 ul.menu-columns-items > li > 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-col-44 ul.menu-columns-items > li > a .menu-item-text {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .menu-col-44 ul.menu-columns-items ul {
  padding: 0;
  margin: 0 0 0 15px;
  box-sizing: border-box;
  list-style: none;
}
.title-page .menu-col-44 ul.menu-columns-items ul li {
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 0;
}
.title-page .menu-col-44 ul.menu-columns-items ul a {
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  display: block;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Roboto, sans-serif;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .menu-col-44 ul.menu-columns-items ul a:hover, .title-page .menu-col-44 ul.menu-columns-items ul a.hover, .title-page .menu-col-44 ul.menu-columns-items ul a.active {
  color: #2dccbc;
}
.title-page .menu-col-44 ul.menu-columns-items ul li.delimiter {
  box-sizing: border-box;
  margin-top: 2px;
  margin-bottom: 2px;
  min-height: 2px;
  background: #999;
}
.title-page .menu-col-44 ul.menu-columns-items > li.delimiter {
  margin: 3px 10px;
  box-sizing: border-box;
  min-height: 3px;
  background: #999;
}
.title-page .menu-col-44 .columns-cell-delim {
  box-sizing: border-box;
  display: table-cell;
  width: 20px;
  position: relative;
}
.title-page .block-26 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
}
.title-page .block-16 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: 247px;
  min-height: 0;
  z-index: 2;
  text-align: left;
  display: block;
  text-decoration: none;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  padding-top: 0.02px;
  padding-right: 40px;
}
.title-page .widget-17 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  color: #575757;
  line-height: 1.4;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
  box-sizing: border-box;
  width: auto;
  font-weight: bold;
  min-height: 12px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  right: 0;
}
.title-page .block-17 {
  margin: 50px 0 0;
  position: relative;
  top: 0;
  left: 0;
  width: 349px;
  min-height: 152px;
  z-index: 1;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  padding-top: 0.02px;
  right: 0;
  padding-right: 40px;
}
.title-page .widget-16 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 4;
  text-align: undefined;
  box-sizing: border-box;
  width: 207px;
}
.title-page .schedule-32 p:first-child {
  margin-top: 0;
}
.title-page .schedule-32 p:last-child {
  margin-bottom: 0;
}
.title-page .schedule-32 .header {
  box-sizing: border-box;
}
.title-page .schedule-32 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .schedule-32 .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-32 .icon {
  box-sizing: border-box;
  height: 16px;
  width: 30px;
  background: #ccc;
  margin-right: 10px;
  min-height: 30px;
}
.title-page .schedule-32 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .schedule-32 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .schedule-32 .title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  color: #0074BA;
  text-decoration: none;
  font-size: 16px;
  margin-bottom: 5px;
  -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: normal;
}
.title-page .schedule-32 .text_body {
  color: #575757;
  line-height: 1.3;
  text-decoration: none;
  font-size: 17px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  font-weight: bold;
}
.title-page .schedule-32 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .schedule-32 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-18 {
  margin: 15px 0 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
}
.title-page .email-35 p:first-child {
  margin-top: 0;
}
.title-page .email-35 p:last-child {
  margin-bottom: 0;
}
.title-page .email-35 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .email-35 .cell-icon {
  box-sizing: border-box;
  display: none;
  position: relative;
  z-index: 5;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .email-35 .icon {
  box-sizing: border-box;
  height: 16px;
  width: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjI3IiBoZWlnaHQ9IjIwIiB2aWV3Qm94PSIwIDAgMjcgMjAiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICAKICA8L2RlZnM+CiAgPHBhdGggZD0iTTI0LjE5NSwxOS41NjEgQzI0LjE5NSwxOS41NjEgMi43NzksMTkuNTYxIDIuNzc5LDE5LjU2MSBDMS4yNDUsMTkuNTYxIC0wLjAwMywxOC4zMTQgLTAuMDAzLDE2Ljc4MSBDLTAuMDAzLDE2Ljc4MSAtMC4wMDMsMi43NzMgLTAuMDAzLDIuNzczIEMtMC4wMDMsMS4yNDAgMS4yNDUsLTAuMDA2IDIuNzc5LC0wLjAwNiBDMi43NzksLTAuMDA2IDI0LjE5NSwtMC4wMDYgMjQuMTk1LC0wLjAwNiBDMjUuNzI2LC0wLjAwNiAyNi45NzUsMS4yNDAgMjYuOTc1LDIuNzczIEMyNi45NzUsMi43NzMgMjYuOTc1LDE2Ljc4MSAyNi45NzUsMTYuNzgxIEMyNi45NzUsMTguMzE0IDI1LjcyNiwxOS41NjEgMjQuMTk1LDE5LjU2MSBaTTEzLjQ4NywxMi4yOTUgQzEzLjQ4NywxMi4yOTUgMjQuNDk2LDIuNDgwIDI0LjQ5NiwyLjQ4MCBDMjQuNDIwLDIuNDAxIDI0LjMxMywyLjM1MSAyNC4xOTUsMi4zNTEgQzI0LjE5NSwyLjM1MSAyLjc3OSwyLjM1MSAyLjc3OSwyLjM1MSBDMi42NjAsMi4zNTEgMi41NTQsMi40MDEgMi40NzYsMi40ODAgQzIuNDc2LDIuNDgwIDEzLjQ4NywxMi4yOTUgMTMuNDg3LDEyLjI5NSBaTTI0LjYxNywzLjk1MSBDMjQuNjE3LDMuOTUxIDE4LjA4Miw5Ljc3NyAxOC4wODIsOS43NzcgQzE4LjA4Miw5Ljc3NyAyNC42MTcsMTUuNjA0IDI0LjYxNywxNS42MDQgQzI0LjYxNywxNS42MDQgMjQuNjE3LDMuOTUxIDI0LjYxNywzLjk1MSBaTTIuNzc5LDE3LjIwMyBDMi43NzksMTcuMjAzIDI0LjE5NSwxNy4yMDMgMjQuMTk1LDE3LjIwMyBDMjQuMzEzLDE3LjIwMyAyNC40MTksMTcuMTU0IDI0LjQ5NiwxNy4wNzUgQzI0LjQ5NiwxNy4wNzUgMTcuMTk2LDEwLjU2NyAxNy4xOTYsMTAuNTY3IEMxNy4xOTYsMTAuNTY3IDEzLjg3OCwxMy41MjUgMTMuODc4LDEzLjUyNSBDMTMuNzY4LDEzLjYyNSAxMy42MjcsMTMuNjc1IDEzLjQ4NywxMy42NzUgQzEzLjM0NiwxMy42NzUgMTMuMjA2LDEzLjYyNSAxMy4wOTMsMTMuNTI1IEMxMy4wOTMsMTMuNTI1IDkuNzc2LDEwLjU2NyA5Ljc3NiwxMC41NjcgQzkuNzc2LDEwLjU2NyAyLjQ3NiwxNy4wNzQgMi40NzYsMTcuMDc0IEMyLjU1MywxNy4xNTMgMi42NjAsMTcuMjAzIDIuNzc5LDE3LjIwMyBaTTguODkwLDkuNzc3IEM4Ljg5MCw5Ljc3NyAyLjM1NSwzLjk1MSAyLjM1NSwzLjk1MSBDMi4zNTUsMy45NTEgMi4zNTUsMTUuNjA0IDIuMzU1LDE1LjYwNCBDMi4zNTUsMTUuNjA0IDguODkwLDkuNzc3IDguODkwLDkuNzc3IFoiIGlkPSJwYXRoLTEiIGNsYXNzPSJjbHMtMiIgZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjNTEzY2EyIiBmaWxsLW9wYWNpdHk9IjAuNSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / 19px no-repeat;
  margin-right: 10px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 30px;
}
.title-page .email-35 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .email-35 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .email-35 .title {
  box-sizing: border-box;
  display: none;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
}
.title-page .email-35 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Roboto, sans-serif;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  font-size: 17px;
  color: #513ca2;
  text-decoration: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-top: 8px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  font-weight: bold;
}
.title-page .email-35 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .email-35 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-19 {
  margin: 15px 0 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
}
.title-page .address-36 p:first-child {
  margin-top: 0;
}
.title-page .address-36 p:last-child {
  margin-bottom: 0;
}
.title-page .address-36 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .address-36 .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-36 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIiB3aWR0aD0iMjQiIGhlaWdodD0iMjkiIGlkPSJzdmctMSI+PHBhdGggZD0iTTEyLjg0NSAyOC4yOThhMS4xNzQgMS4xNzQgMCAwIDEtMS41MjkgMGMtMS4xNTgtLjk4Ny0xMS4zMjMtOS44MzUtMTEuMzIzLTE2LjIyIDAtNi42NjMgNS40MjMtMTIuMDg0IDEyLjA4OC0xMi4wODQgNi42NjQgMCAxMi4wODcgNS40MjEgMTIuMDg3IDEyLjA4NCAwIDYuMzg1LTEwLjE2MiAxNS4yMzMtMTEuMzIzIDE2LjIyem0tLjc2NC0yNS45NDdjLTUuMzY0IDAtOS43MyA0LjM2My05LjczIDkuNzI3IDAgNC4xNCA2LjQzNyAxMC43OSA5LjczIDEzLjc1NSAzLjI5My0yLjk2NSA5LjcyOS05LjYxNSA5LjcyOS0xMy43NTUgMC01LjM2NC00LjM2NC05LjcyNy05LjcyOS05LjcyN3ptMCAxNS42MjFhNS45MDIgNS45MDIgMCAwIDEtNS44OTYtNS44OTQgNS45MDIgNS45MDIgMCAwIDEgNS44OTYtNS44OTQgNS45IDUuOSAwIDAgMSA1Ljg5NSA1Ljg5NCA1LjkgNS45IDAgMCAxLTUuODk1IDUuODk0em0wLTkuNDMxYTMuNTQgMy41NCAwIDAgMC0zLjUzNyAzLjUzNyAzLjU0IDMuNTQgMCAwIDAgMy41MzcgMy41MzYgMy41NCAzLjU0IDAgMCAwIDMuNTM3LTMuNTM2IDMuNTQxIDMuNTQxIDAgMCAwLTMuNTM3LTMuNTM3eiIgZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjNTEzY2EyIiBmaWxsLW9wYWNpdHk9IjAuNSIgaWQ9InBhdGgtMiIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPjwvc3ZnPg==") left 50% top 50% / 17px no-repeat;
  margin-right: 10px;
  min-height: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .address-36 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .address-36 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .address-36 .title {
  box-sizing: border-box;
  display: none;
}
.title-page .address-36 .text_body {
  font-family: Roboto, sans-serif;
  color: rgba(51, 51, 51, 0.8);
  line-height: 1.5;
  text-decoration: none;
  font-size: 16px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  min-height: 30px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .address-36 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .address-36 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-20 {
  margin: 15px 0 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  min-height: 0;
  right: 0;
}
.title-page .phones-37 p:first-child {
  margin-top: 0;
}
.title-page .phones-37 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-37 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .phones-37 .cell-icon {
  box-sizing: border-box;
  display: none;
  position: relative;
  z-index: 5;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .phones-37 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIiB3aWR0aD0iMjciIGhlaWdodD0iMjgiIGlkPSJzdmctMSI+PHBhdGggZD0iTTIxLjU5MiAyNy4zNzdjLTUuMjUgMC0xMC42NzgtMi40MTgtMTQuODkzLTYuNjNsLS4wODYtLjA5LjAwMy0uMDAyQzIuMjQ0IDE2LjI1LS4xNCAxMC43MTUtLjAxIDUuMzc3bC4wMDgtLjM5NC4yNDQtLjMwOGMuMzc4LS40OC43NS0uOTA0IDEuMTQtMS4yOTRhMTQuNDEyIDE0LjQxMiAwIDAgMSA1LTMuMjU0Yy4yMjgtLjA4OC40ODgtLjEzNC43Ny0uMTM0LjYzNCAwIDIuMDYyLjMyMyAyLjQyOCAxLjMyNC42NDMgMS43ODcgMS40NTYgNC4xMiAyLjA0OCA2LjM1LjE2My42MjUuMDAyIDIuMTM3LS44NzMgMi42OWwtMi4wODQgMS4zMmMuMDIuMDE2LjAxLjM0Mi4yODIuNzE0YTI5LjE5IDI5LjE5IDAgMCAwIDIuNzg0IDMuMjYgMjguOTI0IDI4LjkyNCAwIDAgMCAzLjIzOCAyLjc1OGMuMjE0LjE1Ni40NTYuMjQ3LjY1LjI0N2wuNzIyLTEuMDA2LjY2NS0xLjA0OGMuNTc3LS44OTUgMi4wMjYtLjkyIDIuMTg3LS45Mi4xNyAwIC4zMi4wMTQuNDU4LjA0NSAyLjc0NS42MTMgNC4zOCAxLjE0IDYuNDc2IDIuMDkuOTMzLjQyIDEuNTIgMi4xMSAxLjEwNCAzLjE3YTE0LjM0IDE0LjM0IDAgMCAxLTMuMjQ3IDQuOTljLS40MDUuNC0uODQuNzg2LTEuMyAxLjE0NWwtLjMwNy4yNC0uNzg4LjAxNXpNMi4zNDIgNS44MjdjLjAyIDQuNTUzIDIuMjIgOS40NDcgNS45NDIgMTMuMTdsLjExMy4xMTRjMy43MyAzLjczIDguNTMgNS44OSAxMy4xNDIgNS45MS4yNzMtLjIzLjUzNi0uNDY4Ljc4Mi0uNzEzYTEyLjAyIDEyLjAyIDAgMCAwIDIuNzE1LTQuMTc2Yy0uMDEyLS4wMDgtLjA1OC0uMTUyLS4xMDgtLjI2Ny0xLjgyNS0uODEzLTMuMzI0LTEuMjg1LTUuNzktMS44MzUtLjA2LjAwOC0uMTgzLjAzMi0uMjc3LjA1OGwtMS4xODYgMS44N2MtLjczNSAxLjE5LTIuNjkgMS4zODUtNC4wOTQuMzU2YTMxLjE2MSAzMS4xNjEgMCAwIDEtMy41MTQtMi45OTUgMzIuMDcyIDMyLjA3MiAwIDAgMS0zLjAyMy0zLjUzNmMtLjU3OC0uNzktLjgxMy0xLjczLS42NDctMi41NzguMTI3LS42NTQuNDktMS4xOTUgMS4wMTgtMS41MjNMOS4yOCA4LjQ5NmMuMDMtLjExLjA1NC0uMjU1LjA1LS4zMjYtLjUyLTEuOTI4LTEuMjUzLTQuMDU4LTEuODYtNS43NTNhMS4wNSAxLjA1IDAgMCAwLS4zMi0uMDY4IDEyLjA1MyAxMi4wNTMgMCAwIDAtNC44MDggMy40Nzd6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiM1MTNjYTIiIGZpbGwtb3BhY2l0eT0iMC41IiBpZD0icGF0aC0yIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 19px no-repeat;
  margin-right: 10px;
  min-height: 30px;
  margin-top: 0;
  align-self: auto;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .phones-37 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .phones-37 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .phones-37 .title {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-37 .text_body {
  box-sizing: border-box;
  color: #575757;
  line-height: 1.3;
  text-decoration: none;
  font-size: 17px;
  font-weight: bold;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .phones-37 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-37 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-37 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .block-18 {
  padding: 0.02px 0;
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: #0074BA;
  z-index: 1;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .block-19 .layout_41 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-19 .layout_42 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-19 .layout_43 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-19 {
  padding: 50px;
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1500px;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  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;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-22 {
  margin: 8px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: right;
  box-sizing: border-box;
  width: auto;
  right: 0;
}
.title-page .widget-23 {
  margin: 11px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  font-family: Roboto Condensed, sans-serif;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  width: auto;
  right: 0;
}
.title-page .widget-24 {
  margin: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  box-sizing: border-box;
  width: 50px;
  min-height: 50px;
  background: transparent;
  padding-top: 1px;
  padding-bottom: 1px;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  right: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.title-page .widget-24:hover, .title-page .widget-24.hover, .title-page .widget-24.active {
  background: #2dccbb;
}
.title-page .up-43 .icon {
  border: none;
  box-sizing: border-box;
  margin-top: 0;
  height: 20px;
  width: 34px;
  display: inline-block;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzOCIgaGVpZ2h0PSI0MS45NjkiIHZpZXdCb3g9IjAgMCAzOCA0MS45NjkiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJ1cC5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTQwMC4yLDU1Ni4xNzF2LTM0LjhsLTE0LjM0NSwxMC41MWExLjc4OSwxLjc4OSwwLDAsMS0yLjUxMS0uNCwxLjgxOCwxLjgxOCwwLDAsMSwuNC0yLjUyOWwxNy4yLTEyLjZhMS43NCwxLjc0LDAsMCwxLC4yMjQtMC4xMTMsMS41NTIsMS41NTIsMCwwLDEsLjIwNy0wLjEwNiwxLjc2MSwxLjc2MSwwLDAsMSwuNTg4LTAuMTE5YzAuMDE0LDAsLjAyNS0wLjAwOC4wMzgtMC4wMDhzMC4wMjUsMC4wMDcuMDM5LDAuMDA4YTEuNzY2LDEuNzY2LDAsMCwxLC41ODguMTE5LDEuNjE1LDEuNjE1LDAsMCwxLC4yMDcuMTA2LDEuNzI4LDEuNzI4LDAsMCwxLC4yMjMuMTEzbDE3LjIsMTIuNmExLjgxOCwxLjgxOCwwLDAsMSwuNCwyLjUyOSwxLjc4OSwxLjc4OSwwLDAsMS0yLjUxMS40TDQwMy44LDUyMS4zNjh2MzQuOEExLjgsMS44LDAsMSwxLDQwMC4yLDU1Ni4xNzFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzgzIC01MTYpIiBmaWxsPSIjZmZmZmZmIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / 15px no-repeat;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
  text-align: left;
  min-height: 34px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .up-43 .title {
  box-sizing: border-box;
  color: #000;
  margin-top: 14px;
  margin-bottom: 5px;
  -webkit-order: 5;
  -moz-order: 5;
  order: 5;
}
.title-page .block-11 .layout_23 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-11 .layout_24 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-11 {
  padding: 100px 50px;
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1500px;
  min-height: 0;
  z-index: 7;
  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;
  max-width: 100%;
}
.title-page .widget-12 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: left;
  box-sizing: border-box;
  width: 340px;
  min-height: 0;
  padding-left: 40px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4MC4yMTkiIGhlaWdodD0iNzkuNTMxIiB2aWV3Qm94PSIwIDAgODAuMjE5IDc5LjUzMSIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIDxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9InRpdGJnLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNNzUwLjIxOSw3NTguMDMxSDczOC44MTJWNzQ2LjY4N2gxMS40MDd2MTEuMzQ0Wm0tMjMuMDMyLjI1SDcxNS43ODFWNzQ2LjkwNmgxMS40MDZ2MTEuMzc1Wm0tMzQuNDA2LDExLjEyNWgxMS4zNzVWNzgwLjc1SDY5Mi43ODFWNzY5LjQwNlptMC0yMi43MTloMTEuMzc1djExLjM0NEg2OTIuNzgxVjc0Ni42ODdabTAtMjIuNzVoMTEuMzc1djExLjM3NUg2OTIuNzgxVjcyMy45MzdabTAtMjIuNDY4aDExLjM3NXYxMS4zNDNINjkyLjc4MVY3MDEuNDY5Wk02NzAsNzY5LjQwNmgxMS4zNzVWNzgwLjc1SDY3MFY3NjkuNDA2Wm0wLTIyLjcxOWgxMS4zNzV2MTEuMzQ0SDY3MFY3NDYuNjg3Wm0wLTIyLjc1aDExLjM3NXYxMS4zNzVINjcwVjcyMy45MzdabTAtMjIuNDY4aDExLjM3NXYxMS4zNDNINjcwVjcwMS40NjlaTTcyNy4xODcsNzgxSDcxNS43ODFWNzY5LjYyNWgxMS40MDZWNzgxWm0yMy4wMzItLjI1SDczOC44MTJWNzY5LjQwNmgxMS40MDdWNzgwLjc1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTY3MCAtNzAxLjQ2OSkiIGZpbGwtb3BhY2l0eT0iMC4xIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjZjI2YzRmIi8+Cjwvc3ZnPg==") left 8px top 5px / 64px no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .form-23 .form__header {
  box-sizing: border-box;
  font-size: 21px;
  margin-bottom: 40px;
  display: -webkit-flex;
  display: flex;
  color: rgba(45, 35, 89, 0.7);
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-weight: 900;
}
.title-page .form-23 .form__text {
  box-sizing: border-box;
  font-size: 15px;
  margin-bottom: 20px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  font-family: Roboto, sans-serif;
  color: #575757;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-weight: normal;
  padding-left: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MDAiIGhlaWdodD0iNTAwIiB2aWV3Qm94PSIwIDAgNTAwIDUwMCIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIAogIDwvZGVmcz4KICA8Y2lyY2xlIGlkPSJFbGxpcHMuc3ZnIiBjbGFzcz0iY2xzLTEiIGN4PSIyNTAiIGN5PSIyNTAiIHI9IjI1MCIgZmlsbD0iIzJkY2NiYyIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L2NpcmNsZT4KPC9zdmc+") left 0px top 7px / 5px no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-top: 20px;
}
.title-page .form-23 .form__text p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .form-23 .form__text p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .form-23 .form__body {
  box-sizing: border-box;
  margin-right: 0;
  margin-bottom: -10px;
  width: auto;
}
.title-page .form-23 .form-table {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .form-23 .form-tbody {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
}
.title-page .form-23 .form-item-group {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  width: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .form-23 .form-item {
  box-sizing: border-box;
  position: relative;
  margin-right: 0;
  margin-bottom: 5px;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  width: auto;
}
.title-page .form-23 .form-text {
  box-sizing: border-box;
  margin-bottom: 10px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .form-23 .form-item__title {
  box-sizing: border-box;
  display: inline-block;
  min-width: 15px;
  color: #575757;
}
.title-page .form-23 .form-item__required {
  box-sizing: border-box;
  color: #f00;
}
.title-page .form-23 .form-item__error {
  box-sizing: border-box;
  color: #f00;
}
.title-page .form-23 .form-item__note {
  box-sizing: border-box;
  font-size: 11px;
  color: #999;
  display: none;
}
.title-page .form-23 .form-item__body {
  box-sizing: border-box;
  display: block;
}
.title-page .form-23 .form-text input {
  padding: 15px 20px;
  border: 1px solid #c3c9d5;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-width: 100px;
  min-height: 22px;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #575757;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: start;
  text-transform: none;
  text-decoration: none;
  resize: vertical;
  display: block;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .form-23 .form-textarea textarea {
  padding: 20px;
  border: 1px solid #c3c9d5;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-width: 100px;
  resize: vertical;
  min-height: 40px;
  display: block;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #575757;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: start;
  text-transform: none;
  text-decoration: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .form-23 .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .form-23 .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .form-23 .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .form-23 .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .form-23 .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .form-23 .form-select select {
  padding: 20px;
  border: 1px solid #c3c9d5;
  box-sizing: border-box;
  width: 100%;
  min-width: 100px;
  color: #575757;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: start;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  background: #fff;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .form-23 .form-upload .form-item__body .no-more {
  box-sizing: border-box;
  color: #0074BA;
  text-decoration: none;
  margin-left: 10px;
}
.title-page .form-23 .form-text .form-item__body {
  box-sizing: border-box;
}
.title-page .form-23 .form-textarea {
  border: none;
  box-sizing: border-box;
  margin-bottom: 10px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .form-23 .form-textarea .form-item__body {
  box-sizing: border-box;
}
.title-page .form-23 .form-submit {
  border: none;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .form-23 .form-submit .form-item__header {
  box-sizing: border-box;
  display: none;
}
.title-page .form-23 .form-submit .form-item__body {
  box-sizing: border-box;
}
.title-page .form-23 .form-submit button {
  padding: 10px 30px;
  box-sizing: border-box;
  text-align: center;
  background: #2dccbc;
  outline: none;
  -webkit-appearance: none;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 17px;
  margin-top: 20px;
  position: relative;
  font-weight: bold;
  -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;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  min-height: 46px;
}
.title-page .form-23 .form-submit button:hover, .title-page .form-23 .form-submit button.hover, .title-page .form-23 .form-submit button.active {
  -webkit-box-shadow: 0 0 0 transparent, 0px 5px 5px 0px rgba(45, 204, 188, 0.2);
  -moz-box-shadow: 0 0 0 transparent, 0px 5px 5px 0px rgba(45, 204, 188, 0.2);
  box-shadow: 0 0 0 transparent, 0px 5px 5px 0px rgba(45, 204, 188, 0.2);
}
.title-page .form-23 .form-submit button:active, .title-page .form-23 .form-submit button.active {
  background: transparent;
  color: #2dccbc;
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(45, 204, 188, 0.4), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px rgba(45, 204, 188, 0.4), 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px rgba(45, 204, 188, 0.4), 0 0 0 transparent;
}
.title-page .form-23 .form-submit button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 20px;
}
.title-page .form-23 .form-captcha {
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-bottom: 10px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .form-23 .form-captcha .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .form-23 .form-captcha input {
  padding: 2px 4px;
  border: 1px solid #c3c9d5;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-width: 50px;
  min-height: 22px;
  text-align: start;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #575757;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  resize: vertical;
  display: block;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .form-23 .form-captcha .form-captcha-container {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding-right: 0;
  padding-bottom: 5px;
}
.title-page .form-23 .form-captcha .form-submit-container {
  box-sizing: border-box;
}
.title-page .form-23 .form-captcha button {
  padding: 10px 30px;
  box-sizing: border-box;
  text-align: center;
  background: #2dccbc;
  outline: none;
  -webkit-appearance: none;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 17px;
  margin-top: 20px;
  position: relative;
  font-weight: bold;
  -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;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  min-height: 46px;
}
.title-page .form-23 .form-captcha button:hover, .title-page .form-23 .form-captcha button.hover, .title-page .form-23 .form-captcha button.active {
  -webkit-box-shadow: 0 0 0 transparent, 0px 5px 5px 0px rgba(45, 204, 188, 0.2);
  -moz-box-shadow: 0 0 0 transparent, 0px 5px 5px 0px rgba(45, 204, 188, 0.2);
  box-shadow: 0 0 0 transparent, 0px 5px 5px 0px rgba(45, 204, 188, 0.2);
}
.title-page .form-23 .form-captcha button:active, .title-page .form-23 .form-captcha button.active {
  background: transparent;
  color: #2dccbc;
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(45, 204, 188, 0.4), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px rgba(45, 204, 188, 0.4), 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px rgba(45, 204, 188, 0.4), 0 0 0 transparent;
}
.title-page .form-23 .form-captcha button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 20px;
}
.title-page .form-23 .form-captcha .mgCaptcha-block {
  box-sizing: border-box;
  line-height: 0;
  font-size: 0;
  min-width: 112px;
}
.title-page .form-23 .form-captcha .mgCaptcha-block img {
  box-sizing: border-box;
  vertical-align: middle;
  border: none;
  margin-right: 5px;
}
.title-page .form-23 .form-captcha .mgCaptcha-input {
  box-sizing: border-box;
}
.title-page .form-23 .form-checkbox {
  box-sizing: border-box;
  margin-bottom: 10px;
}
.title-page .form-23 .form-checkbox .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .form-23 .form-checkbox .form-item__title {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-top: 5px;
  color: #575757;
}
.title-page .form-23 .form-checkbox .form-item__body label.form-item__title {
  font-size: 13px;
  color: #575757;
  text-decoration: none;
}
.title-page .form-23 .form-checkbox input {
  margin: 5px 5px 0 0;
}
.title-page .form-23 .form-radio {
  box-sizing: border-box;
  margin-bottom: 10px;
}
.title-page .form-23 .form-radio .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .form-23 .form-radio .form-item__body label.form-item__title {
  font-size: 13px;
  color: #575757;
  text-decoration: none;
}
.title-page .form-23 .form-radio input {
  margin: 5px 5px 0 0;
}
.title-page .form-23 .form-radio .form-item__title {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-top: 5px;
  color: #575757;
}
.title-page .form-23 .form-select {
  box-sizing: border-box;
  margin-bottom: 10px;
}
.title-page .form-23 .form-div {
  box-sizing: border-box;
  margin-bottom: 10px;
}
.title-page .form-23 .form-html {
  box-sizing: border-box;
  margin-bottom: 10px;
}
.title-page .form-23 .form-html .form-item__body {
  font-size: 15px;
  color: #575757;
  text-decoration: none;
  font-weight: 600;
}
.title-page .form-23 .form-upload {
  box-sizing: border-box;
  margin-bottom: 10px;
}
.title-page .form-23 .form-calendar {
  box-sizing: border-box;
  margin-bottom: 10px;
}
.title-page .form-23 .form-calendar .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .form-23 .form-calendar input {
  padding: 20px;
  border: 1px solid #c3c9d5;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-height: 22px;
  -webkit-appearance: none;
  color: #423e45;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: start;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .form-23 .form-calendar_interval {
  box-sizing: border-box;
  margin-bottom: 10px;
}
.title-page .form-23 .form-calendar_interval input {
  padding: 20px;
  border: 1px solid #c3c9d5;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-height: 22px;
  -webkit-appearance: none;
  color: #423e45;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: start;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .form-23 .form-calendar_interval .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .form-23 .form-calendar_interval .label_from {
  box-sizing: border-box;
  margin-right: 10px;
  color: #6e6977;
  text-decoration: none;
  font-size: 13px;
}
.title-page .form-23 .form-calendar_interval .label_to {
  box-sizing: border-box;
  margin-right: 10px;
  color: #6e6977;
  text-decoration: none;
}
.title-page .form-23 .form-calendar_interval .field_from {
  box-sizing: border-box;
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-right: 10px;
}
.title-page .form-23 .form-calendar_interval .field_to {
  box-sizing: border-box;
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .form-23 .group-text {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-right: 0;
}
.title-page .form-23 .group-textarea {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-right: 0;
}
.title-page .form-23 .form-tfoot {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .form-23 .group-button {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-right: 0;
}
.title-page .form-23 .form-success {
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #575757;
  text-decoration: none;
  font-size: 15px;
  font-weight: normal;
}
.title-page .form-23 ::-webkit-input-placeholder {
  color: #575757;
}
.title-page .form-23 ::-moz-placeholder {
  color: #575757;
}
.title-page .form-23 :-ms-input-placeholder {
  color: #575757;
}
.contact-form__input::placeholder {
  color: #000;
  opacity: 0.2;
}
.title-page .widget-13 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: left;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  padding-left: 0;
  padding-top: 0.02px;
  padding-right: 80px;
}
.title-page .popover-wrap-24 .popover-body {
  padding: 40px;
  border: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  position: relative;
  display: inline-block;
  width: 300px;
  box-sizing: border-box;
  vertical-align: middle;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4MC4yMTkiIGhlaWdodD0iNzkuNTMxIiB2aWV3Qm94PSIwIDAgODAuMjE5IDc5LjUzMSIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIDxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9InRpdGJnLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNNzUwLjIxOSw3NTguMDMxSDczOC44MTJWNzQ2LjY4N2gxMS40MDd2MTEuMzQ0Wm0tMjMuMDMyLjI1SDcxNS43ODFWNzQ2LjkwNmgxMS40MDZ2MTEuMzc1Wm0tMzQuNDA2LDExLjEyNWgxMS4zNzVWNzgwLjc1SDY5Mi43ODFWNzY5LjQwNlptMC0yMi43MTloMTEuMzc1djExLjM0NEg2OTIuNzgxVjc0Ni42ODdabTAtMjIuNzVoMTEuMzc1djExLjM3NUg2OTIuNzgxVjcyMy45MzdabTAtMjIuNDY4aDExLjM3NXYxMS4zNDNINjkyLjc4MVY3MDEuNDY5Wk02NzAsNzY5LjQwNmgxMS4zNzVWNzgwLjc1SDY3MFY3NjkuNDA2Wm0wLTIyLjcxOWgxMS4zNzV2MTEuMzQ0SDY3MFY3NDYuNjg3Wm0wLTIyLjc1aDExLjM3NXYxMS4zNzVINjcwVjcyMy45MzdabTAtMjIuNDY4aDExLjM3NXYxMS4zNDNINjcwVjcwMS40NjlaTTcyNy4xODcsNzgxSDcxNS43ODFWNzY5LjYyNWgxMS40MDZWNzgxWm0yMy4wMzItLjI1SDczOC44MTJWNzY5LjQwNmgxMS40MDdWNzgwLjc1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTY3MCAtNzAxLjQ2OSkiIGZpbGwtb3BhY2l0eT0iMC4yIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjMmRjY2JjIj48L3BhdGg+Cjwvc3ZnPg==") left 0px bottom 0px / auto auto no-repeat #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-24 .popover-body .form_text input {
  padding: 12px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: left;
  -webkit-appearance: none;
  font-family: Roboto Condensed, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
}
.title-page .popover-wrap-24 .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-24 .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-24 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Roboto Condensed, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
}
.title-page .popover-wrap-24 .popover-body .s3_button_large {
  padding: 10px 30px;
  border: none;
  background: #2dccbc;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -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;
  font-size: 17px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Roboto Condensed, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 20px;
}
.title-page .popover-wrap-24 .popover-body .s3_button_large:hover, .title-page .popover-wrap-24 .popover-body .s3_button_large.hover, .title-page .popover-wrap-24 .popover-body .s3_button_large.active {
  -webkit-box-shadow: 0 0 0 transparent, 0px 5px 5px rgba(45, 204, 188, 0.2);
  -moz-box-shadow: 0 0 0 transparent, 0px 5px 5px rgba(45, 204, 188, 0.2);
  box-shadow: 0 0 0 transparent, 0px 5px 5px rgba(45, 204, 188, 0.2);
}
.title-page .popover-wrap-24 .popover-body .s3_button_large:active, .title-page .popover-wrap-24 .popover-body .s3_button_large.active {
  background: transparent;
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(45, 204, 188, 0.4), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px rgba(45, 204, 188, 0.4), 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px rgba(45, 204, 188, 0.4), 0 0 0 transparent;
  color: #2dccbc;
}
.title-page .popover-wrap-24 .popover-body .s3_message {
  padding: 12px;
  border: none;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #2dccbc;
  color: #fff;
  box-sizing: border-box;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: left;
  font-family: Roboto, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-24 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 50px;
  height: 30px;
  background: url("../images/closew.svg") left 50% top 50% / 23px no-repeat #2dccbc;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 50px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-24 .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-24 .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-24 .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-24 .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-24 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-24 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-24 .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: 10px;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0px 1px 0px #e8e6f0;
  -moz-box-shadow: inset 0px 1px 0px #e8e6f0;
  box-shadow: inset 0px 1px 0px #e8e6f0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-24 .header_text {
  font-size: 40px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  color: #333;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  margin-left: 0;
  -webkit-box-shadow: inset 100px 0px 0px #e8e6f0;
  -moz-box-shadow: inset 100px 0px 0px #e8e6f0;
  box-shadow: inset 100px 0px 0px #e8e6f0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: auto;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-24 .all-in_header {
  display: none;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-24 .description {
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
  font-family: Roboto, sans-serif;
  color: #575757;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 15px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  font-weight: normal;
  padding-left: 30px;
}
.title-page .blocklist-24 .body-outer {
  box-sizing: border-box;
  position: relative;
}
.title-page .blocklist-24 .body {
  margin: 0 -15px;
  box-sizing: border-box;
}
.title-page .blocklist-24 .swipe-shadow-left {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: none;
}
.title-page .blocklist-24 .swipe-shadow-right {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: none;
}
.title-page .blocklist-24 .list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  margin-top: 60px;
  flex-wrap: wrap;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
  box-sizing: border-box;
}
.title-page .blocklist-24 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 25%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .blocklist-24 .item {
  margin: 15px;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  left: 0;
  right: 0;
  flex-basis: 100%;
  background: #fff;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  align-self: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-24 .text {
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
}
.title-page .blocklist-24 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-24 .image {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  /* -webkit-box-shadow: 0px 0px 0px 2px rgba(195, 201, 213, 0.3);
  -moz-box-shadow: 0px 0px 0px 2px rgba(195, 201, 213, 0.3);
  box-shadow: 0px 0px 0px 2px rgba(195, 201, 213, 0.3); */
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  opacity: 0.6;
  transition-duration: .3s;
}
.title-page .blocklist-24 .image:hover {
  opacity: 1;
}
.title-page .blocklist-24 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  text-align: left;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-24 .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-24 .img-convert {
  box-sizing: border-box;
  width: auto;
  height: 80px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-24 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-24 .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-24 .title {
  font-weight: normal;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
  font-size: 15px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-24 .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-24 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-24 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-24 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-24 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-24 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-24 .more {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-24 .more > a {
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}
.title-page .blocklist-24 .bx-wrapper {
  max-width: 868px;
}
.title-page .blocklist-24 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-24 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-24 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-24 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-24 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-24 .all {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-24 .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-24 .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 no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-24 .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 no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-24 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-24 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-24 .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-24 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-24 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-24 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-24 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-24 .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-24 .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-24 .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-24 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-24 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-24 .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-24 .bx-pager a:active, .title-page .blocklist-24 .bx-pager a.active {
  background: #bbb;
}
.title-page .popover-container-24 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-24 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-24 .popover-form-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
  font-family: Roboto Condensed, sans-serif;
  color: #333;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-24 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-24 .popover-body .s3_form_item {
  margin-top: 0;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
  padding-top: 0.02px;
}
.title-page .popover-wrap-24 .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-24 .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-24 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-24 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-24 .popover-body .s3_form_item.form_div {
  padding-top: 20px;
  margin-top: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-24 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 22px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  text-align: left;
  color: #000;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-24 .popover-body .s3_form_item.form_html_block {
  padding-top: 20px;
  margin-top: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-24 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-24 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Roboto Condensed, sans-serif;
  text-align: left;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-24 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-24 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-24 .popover-body .s3_form_item.form_checkbox {
  padding-top: 20px;
  margin-top: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-24 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-24 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-24 .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-24 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-24 .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-24 .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-24 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Roboto, sans-serif;
  text-align: left;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-24 .popover-body .s3_form_item.form_radio {
  padding-top: 20px;
  margin-top: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-24 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-24 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-24 .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-24 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-24 .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-24 .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-24 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Roboto, sans-serif;
  text-align: left;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-24 .popover-body .s3_form_item.form_select {
  padding-top: 20px;
  margin-top: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-24 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-24 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-24 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Roboto Condensed, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-24 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-24 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-24 .popover-body .s3_form_item.form_calendar {
  padding-top: 20px;
  margin-top: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-24 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-24 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-24 .popover-body .s3_form_item.form_calendar_interval {
  padding-top: 20px;
  margin-top: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-24 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-24 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-24 .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-24 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-24 .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-24 .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-24 .popover-body .s3_form_item.form_upload {
  padding-top: 20px;
  margin-top: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-24 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-24 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-24 .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-24 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-24 .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-24 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-24 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-24 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-9 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: #0074BA;
  max-width: 100%;
  z-index: 6;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-10 {
  padding: 70px 50px 60px;
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1500px;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-11 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
}
.title-page .popover-wrap-19 .popover-body {
  padding: 40px;
  border: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  position: relative;
  display: inline-block;
  width: 300px;
  box-sizing: border-box;
  vertical-align: middle;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4MC4yMTkiIGhlaWdodD0iNzkuNTMxIiB2aWV3Qm94PSIwIDAgODAuMjE5IDc5LjUzMSIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIDxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9InRpdGJnLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNNzUwLjIxOSw3NTguMDMxSDczOC44MTJWNzQ2LjY4N2gxMS40MDd2MTEuMzQ0Wm0tMjMuMDMyLjI1SDcxNS43ODFWNzQ2LjkwNmgxMS40MDZ2MTEuMzc1Wm0tMzQuNDA2LDExLjEyNWgxMS4zNzVWNzgwLjc1SDY5Mi43ODFWNzY5LjQwNlptMC0yMi43MTloMTEuMzc1djExLjM0NEg2OTIuNzgxVjc0Ni42ODdabTAtMjIuNzVoMTEuMzc1djExLjM3NUg2OTIuNzgxVjcyMy45MzdabTAtMjIuNDY4aDExLjM3NXYxMS4zNDNINjkyLjc4MVY3MDEuNDY5Wk02NzAsNzY5LjQwNmgxMS4zNzVWNzgwLjc1SDY3MFY3NjkuNDA2Wm0wLTIyLjcxOWgxMS4zNzV2MTEuMzQ0SDY3MFY3NDYuNjg3Wm0wLTIyLjc1aDExLjM3NXYxMS4zNzVINjcwVjcyMy45MzdabTAtMjIuNDY4aDExLjM3NXYxMS4zNDNINjcwVjcwMS40NjlaTTcyNy4xODcsNzgxSDcxNS43ODFWNzY5LjYyNWgxMS40MDZWNzgxWm0yMy4wMzItLjI1SDczOC44MTJWNzY5LjQwNmgxMS40MDdWNzgwLjc1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTY3MCAtNzAxLjQ2OSkiIGZpbGwtb3BhY2l0eT0iMC4yIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjMmRjY2JjIj48L3BhdGg+Cjwvc3ZnPg==") left 0px bottom 0px / auto auto no-repeat #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-19 .popover-body .form_text input {
  padding: 12px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: left;
  -webkit-appearance: none;
  font-family: Roboto Condensed, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
}
.title-page .popover-wrap-19 .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-19 .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-19 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Roboto Condensed, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
}
.title-page .popover-wrap-19 .popover-body .s3_button_large {
  padding: 10px 30px;
  border: none;
  background: #2dccbc;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -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;
  font-size: 17px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Roboto Condensed, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 20px;
}
.title-page .popover-wrap-19 .popover-body .s3_button_large:hover, .title-page .popover-wrap-19 .popover-body .s3_button_large.hover, .title-page .popover-wrap-19 .popover-body .s3_button_large.active {
  -webkit-box-shadow: 0 0 0 transparent, 0px 5px 5px rgba(45, 204, 188, 0.2);
  -moz-box-shadow: 0 0 0 transparent, 0px 5px 5px rgba(45, 204, 188, 0.2);
  box-shadow: 0 0 0 transparent, 0px 5px 5px rgba(45, 204, 188, 0.2);
}
.title-page .popover-wrap-19 .popover-body .s3_button_large:active, .title-page .popover-wrap-19 .popover-body .s3_button_large.active {
  background: transparent;
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(45, 204, 188, 0.4), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px rgba(45, 204, 188, 0.4), 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px rgba(45, 204, 188, 0.4), 0 0 0 transparent;
  color: #2dccbc;
}
.title-page .popover-wrap-19 .popover-body .s3_message {
  padding: 12px;
  border: none;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #2dccbc;
  color: #fff;
  box-sizing: border-box;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: left;
  font-family: Roboto, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-19 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 50px;
  height: 30px;
  background: url("../images/closew.svg") left 50% top 50% / 23px no-repeat #2dccbc;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 50px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-19 .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-19 .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-19 .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-19 .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-19 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-19 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-19 .header {
  border: none;
  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: 40px;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-19 .header_text {
  font-size: 40px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  color: #fff;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  margin-left: 0;
  -webkit-box-shadow: inset 100px 0px 0px #2dccbb;
  -moz-box-shadow: inset 100px 0px 0px #2dccbb;
  box-shadow: inset 100px 0px 0px #2dccbb;
  -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;
  font-weight: bold;
}
.title-page .blocklist-19 .all-in_header {
  display: none;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-19 .description {
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-19 .body-outer {
  box-sizing: border-box;
  position: relative;
}
.title-page .blocklist-19 .body {
  margin: 0 -10px;
  box-sizing: border-box;
}
.title-page .blocklist-19 .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-19 .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-19 .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-19 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 50%;
}
.title-page .blocklist-19 .item {
  margin: 10px;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  left: 0;
  right: 0;
  flex-basis: 100%;
  display: block;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-19 .text {
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
}
.title-page .blocklist-19 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-19 .image {
  border: none;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 20px;
  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;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4MC4yMTkiIGhlaWdodD0iNzkuNTMxIiB2aWV3Qm94PSIwIDAgODAuMjE5IDc5LjUzMSIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIDxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9InRpdGJnLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNNzUwLjIxOSw3NTguMDMxSDczOC44MTJWNzQ2LjY4N2gxMS40MDd2MTEuMzQ0Wm0tMjMuMDMyLjI1SDcxNS43ODFWNzQ2LjkwNmgxMS40MDZ2MTEuMzc1Wm0tMzQuNDA2LDExLjEyNWgxMS4zNzVWNzgwLjc1SDY5Mi43ODFWNzY5LjQwNlptMC0yMi43MTloMTEuMzc1djExLjM0NEg2OTIuNzgxVjc0Ni42ODdabTAtMjIuNzVoMTEuMzc1djExLjM3NUg2OTIuNzgxVjcyMy45MzdabTAtMjIuNDY4aDExLjM3NXYxMS4zNDNINjkyLjc4MVY3MDEuNDY5Wk02NzAsNzY5LjQwNmgxMS4zNzVWNzgwLjc1SDY3MFY3NjkuNDA2Wm0wLTIyLjcxOWgxMS4zNzV2MTEuMzQ0SDY3MFY3NDYuNjg3Wm0wLTIyLjc1aDExLjM3NXYxMS4zNzVINjcwVjcyMy45MzdabTAtMjIuNDY4aDExLjM3NXYxMS4zNDNINjcwVjcwMS40NjlaTTcyNy4xODcsNzgxSDcxNS43ODFWNzY5LjYyNWgxMS40MDZWNzgxWm0yMy4wMzItLjI1SDczOC44MTJWNzY5LjQwNmgxMS40MDdWNzgwLjc1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTY3MCAtNzAxLjQ2OSkiIGZpbGwtb3BhY2l0eT0iMC4xIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjZmZmZmZmIj48L3BhdGg+Cjwvc3ZnPg==") left 0px bottom 0px / 40px no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-bottom: 10px;
  padding-left: 10px;
  float: left;
  margin-right: 40px;
  margin-left: 0;
}
.title-page .blocklist-19 .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-19 .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-19 .img-convert {
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  text-align: center;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .blocklist-19 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-19 .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-19 .title {
  font-weight: normal;
  margin-bottom: auto;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  color: #fff;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
  font-size: 22px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-left: autopx;
  margin-top: 0;
  min-height: 70px;
}
.title-page .blocklist-19 .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-19 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-19 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-19 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-19 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-19 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-19 .more {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-19 .more > a {
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}
.title-page .blocklist-19 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-19 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-19 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-19 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-19 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-19 .all {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-19 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-19 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-19 .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-19 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-19 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-19 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-19 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-19 .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-19 .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-19 .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-19 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-19 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-19 .bx-pager a {
  margin: 2px;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
}
.title-page .popover-container-19 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-19 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-19 .popover-form-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
  font-family: Roboto Condensed, sans-serif;
  color: #333;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-19 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-19 .popover-body .s3_form_item {
  margin-top: 0;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
  padding-top: 0.02px;
}
.title-page .popover-wrap-19 .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-19 .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-19 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-19 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-19 .popover-body .s3_form_item.form_div {
  padding-top: 20px;
  margin-top: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 22px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  text-align: left;
  color: #000;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-19 .popover-body .s3_form_item.form_html_block {
  padding-top: 20px;
  margin-top: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Roboto Condensed, sans-serif;
  text-align: left;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-19 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-19 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-19 .popover-body .s3_form_item.form_checkbox {
  padding-top: 20px;
  margin-top: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .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-19 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-19 .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-19 .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-19 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Roboto, sans-serif;
  text-align: left;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-19 .popover-body .s3_form_item.form_radio {
  padding-top: 20px;
  margin-top: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .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-19 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-19 .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-19 .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-19 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Roboto, sans-serif;
  text-align: left;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-19 .popover-body .s3_form_item.form_select {
  padding-top: 20px;
  margin-top: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Roboto Condensed, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-19 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-19 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .s3_form_item.form_calendar {
  padding-top: 20px;
  margin-top: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .s3_form_item.form_calendar_interval {
  padding-top: 20px;
  margin-top: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .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-19 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-19 .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-19 .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-19 .popover-body .s3_form_item.form_upload {
  padding-top: 20px;
  margin-top: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-19 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .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-19 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-19 .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-19 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-19 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-19 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-8 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 5;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-7 {
  padding: 50px 50px 45px;
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1500px;
  min-height: 0;
  z-index: 1;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-10 {
  margin: 40px 0 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: left;
  box-sizing: border-box;
  min-height: 0;
  width: auto;
  right: 0;
}
.title-page .popover-wrap-18 .popover-body {
  padding: 40px;
  border: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  position: relative;
  display: inline-block;
  width: 300px;
  box-sizing: border-box;
  vertical-align: middle;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4MC4yMTkiIGhlaWdodD0iNzkuNTMxIiB2aWV3Qm94PSIwIDAgODAuMjE5IDc5LjUzMSIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIDxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9InRpdGJnLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNNzUwLjIxOSw3NTguMDMxSDczOC44MTJWNzQ2LjY4N2gxMS40MDd2MTEuMzQ0Wm0tMjMuMDMyLjI1SDcxNS43ODFWNzQ2LjkwNmgxMS40MDZ2MTEuMzc1Wm0tMzQuNDA2LDExLjEyNWgxMS4zNzVWNzgwLjc1SDY5Mi43ODFWNzY5LjQwNlptMC0yMi43MTloMTEuMzc1djExLjM0NEg2OTIuNzgxVjc0Ni42ODdabTAtMjIuNzVoMTEuMzc1djExLjM3NUg2OTIuNzgxVjcyMy45MzdabTAtMjIuNDY4aDExLjM3NXYxMS4zNDNINjkyLjc4MVY3MDEuNDY5Wk02NzAsNzY5LjQwNmgxMS4zNzVWNzgwLjc1SDY3MFY3NjkuNDA2Wm0wLTIyLjcxOWgxMS4zNzV2MTEuMzQ0SDY3MFY3NDYuNjg3Wm0wLTIyLjc1aDExLjM3NXYxMS4zNzVINjcwVjcyMy45MzdabTAtMjIuNDY4aDExLjM3NXYxMS4zNDNINjcwVjcwMS40NjlaTTcyNy4xODcsNzgxSDcxNS43ODFWNzY5LjYyNWgxMS40MDZWNzgxWm0yMy4wMzItLjI1SDczOC44MTJWNzY5LjQwNmgxMS40MDdWNzgwLjc1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTY3MCAtNzAxLjQ2OSkiIGZpbGwtb3BhY2l0eT0iMC4yIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjMmRjY2JjIj48L3BhdGg+Cjwvc3ZnPg==") left 0px bottom 0px / auto auto no-repeat #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-18 .popover-body .form_text input {
  padding: 12px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: left;
  -webkit-appearance: none;
  font-family: Roboto Condensed, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
}
.title-page .popover-wrap-18 .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-18 .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-18 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Roboto Condensed, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
}
.title-page .popover-wrap-18 .popover-body .s3_button_large {
  padding: 10px 30px;
  border: none;
  background: #2dccbc;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -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;
  font-size: 17px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Roboto Condensed, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 20px;
}
.title-page .popover-wrap-18 .popover-body .s3_button_large:hover, .title-page .popover-wrap-18 .popover-body .s3_button_large.hover, .title-page .popover-wrap-18 .popover-body .s3_button_large.active {
  -webkit-box-shadow: 0 0 0 transparent, 0px 5px 5px rgba(45, 204, 188, 0.2);
  -moz-box-shadow: 0 0 0 transparent, 0px 5px 5px rgba(45, 204, 188, 0.2);
  box-shadow: 0 0 0 transparent, 0px 5px 5px rgba(45, 204, 188, 0.2);
}
.title-page .popover-wrap-18 .popover-body .s3_button_large:active, .title-page .popover-wrap-18 .popover-body .s3_button_large.active {
  background: transparent;
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(45, 204, 188, 0.4), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px rgba(45, 204, 188, 0.4), 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px rgba(45, 204, 188, 0.4), 0 0 0 transparent;
  color: #2dccbc;
}
.title-page .popover-wrap-18 .popover-body .s3_message {
  padding: 12px;
  border: none;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #2dccbc;
  color: #fff;
  box-sizing: border-box;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: left;
  font-family: Roboto, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-18 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 50px;
  height: 30px;
  background: url("../images/closew.svg") left 50% top 50% / 23px no-repeat #2dccbc;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 50px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-18 .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-18 .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-18 .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-18 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .editable_block-18 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-18 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-18 .header {
  box-sizing: border-box;
  font-size: 20px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-18 .body {
  box-sizing: border-box;
  display: block;
  position: relative;
  min-width: 0;
  min-height: 0;
}
.title-page .editable_block-18 .title {
  box-sizing: border-box;
  font-size: 18px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-18 .image {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-18 .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-18 .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-18 .img-convert {
  box-sizing: border-box;
  width: 180px;
  height: 100px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}
.title-page .editable_block-18 .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-18 .text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  font-family: Roboto, sans-serif;
  color: #333;
  -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: 16px;
}
.title-page .editable_block-18 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-18 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-18 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-18 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-18 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-18 .more {
  box-sizing: border-box;
  margin-top: 5px;
  pointer-events: auto;
}
.title-page .editable_block-18 .more > a {
  padding: 10px 30px;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
  height: 0;
  min-height: 46px;
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  -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: #0074BA;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-top: 20px;
  font-weight: bold;
}
.title-page .editable_block-18 .more > a:hover, .title-page .editable_block-18 .more > a.hover, .title-page .editable_block-18 .more > a.active {
  -webkit-box-shadow: 0 0 0 transparent, 0px 5px 5px 0px rgba(45, 35, 89, 0.2);
  -moz-box-shadow: 0 0 0 transparent, 0px 5px 5px 0px rgba(45, 35, 89, 0.2);
  box-shadow: 0 0 0 transparent, 0px 5px 5px 0px rgba(45, 35, 89, 0.2);
}
.title-page .editable_block-18 .more > a:active, .title-page .editable_block-18 .more > a.active {
  color: #0074BA;
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(45, 35, 89, 0.4), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px rgba(45, 35, 89, 0.4), 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px rgba(45, 35, 89, 0.4), 0 0 0 transparent;
  background: transparent;
}
.title-page .editable_block-18 .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-18 .clear {
  clear: both;
}
.title-page .popover-container-18 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-18 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-18 .popover-form-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
  font-family: Roboto Condensed, sans-serif;
  color: #333;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-18 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-18 .popover-body .s3_form_item {
  margin-top: 0;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
  padding-top: 0.02px;
}
.title-page .popover-wrap-18 .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-18 .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-18 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-18 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-18 .popover-body .s3_form_item.form_div {
  padding-top: 20px;
  margin-top: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-18 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 22px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  text-align: left;
  color: #000;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-18 .popover-body .s3_form_item.form_html_block {
  padding-top: 20px;
  margin-top: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-18 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-18 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Roboto Condensed, sans-serif;
  text-align: left;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-18 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-18 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-18 .popover-body .s3_form_item.form_checkbox {
  padding-top: 20px;
  margin-top: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-18 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-18 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-18 .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-18 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-18 .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-18 .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-18 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Roboto, sans-serif;
  text-align: left;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-18 .popover-body .s3_form_item.form_radio {
  padding-top: 20px;
  margin-top: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-18 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-18 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-18 .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-18 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-18 .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-18 .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-18 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Roboto, sans-serif;
  text-align: left;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-18 .popover-body .s3_form_item.form_select {
  padding-top: 20px;
  margin-top: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-18 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-18 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-18 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Roboto Condensed, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-18 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-18 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-18 .popover-body .s3_form_item.form_calendar {
  padding-top: 20px;
  margin-top: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-18 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-18 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-18 .popover-body .s3_form_item.form_calendar_interval {
  padding-top: 20px;
  margin-top: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-18 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-18 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-18 .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-18 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-18 .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-18 .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-18 .popover-body .s3_form_item.form_upload {
  padding-top: 20px;
  margin-top: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-18 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-18 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-18 .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-18 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-18 .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-18 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-18 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-18 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .widget-9 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: left;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-15 .popover-body {
  padding: 40px;
  border: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  position: relative;
  display: inline-block;
  width: 300px;
  box-sizing: border-box;
  vertical-align: middle;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4MC4yMTkiIGhlaWdodD0iNzkuNTMxIiB2aWV3Qm94PSIwIDAgODAuMjE5IDc5LjUzMSIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIDxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9InRpdGJnLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNNzUwLjIxOSw3NTguMDMxSDczOC44MTJWNzQ2LjY4N2gxMS40MDd2MTEuMzQ0Wm0tMjMuMDMyLjI1SDcxNS43ODFWNzQ2LjkwNmgxMS40MDZ2MTEuMzc1Wm0tMzQuNDA2LDExLjEyNWgxMS4zNzVWNzgwLjc1SDY5Mi43ODFWNzY5LjQwNlptMC0yMi43MTloMTEuMzc1djExLjM0NEg2OTIuNzgxVjc0Ni42ODdabTAtMjIuNzVoMTEuMzc1djExLjM3NUg2OTIuNzgxVjcyMy45MzdabTAtMjIuNDY4aDExLjM3NXYxMS4zNDNINjkyLjc4MVY3MDEuNDY5Wk02NzAsNzY5LjQwNmgxMS4zNzVWNzgwLjc1SDY3MFY3NjkuNDA2Wm0wLTIyLjcxOWgxMS4zNzV2MTEuMzQ0SDY3MFY3NDYuNjg3Wm0wLTIyLjc1aDExLjM3NXYxMS4zNzVINjcwVjcyMy45MzdabTAtMjIuNDY4aDExLjM3NXYxMS4zNDNINjcwVjcwMS40NjlaTTcyNy4xODcsNzgxSDcxNS43ODFWNzY5LjYyNWgxMS40MDZWNzgxWm0yMy4wMzItLjI1SDczOC44MTJWNzY5LjQwNmgxMS40MDdWNzgwLjc1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTY3MCAtNzAxLjQ2OSkiIGZpbGwtb3BhY2l0eT0iMC4yIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjMmRjY2JjIj48L3BhdGg+Cjwvc3ZnPg==") left 0px bottom 0px / auto auto no-repeat #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-15 .popover-body .form_text input {
  padding: 12px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: left;
  -webkit-appearance: none;
  font-family: Roboto Condensed, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
}
.title-page .popover-wrap-15 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-15 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-15 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Roboto Condensed, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
}
.title-page .popover-wrap-15 .popover-body .s3_button_large {
  padding: 10px 30px;
  border: none;
  background: #2dccbc;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -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;
  font-size: 17px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Roboto Condensed, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 20px;
}
.title-page .popover-wrap-15 .popover-body .s3_button_large:hover, .title-page .popover-wrap-15 .popover-body .s3_button_large.hover, .title-page .popover-wrap-15 .popover-body .s3_button_large.active {
  -webkit-box-shadow: 0 0 0 transparent, 0px 5px 5px rgba(45, 204, 188, 0.2);
  -moz-box-shadow: 0 0 0 transparent, 0px 5px 5px rgba(45, 204, 188, 0.2);
  box-shadow: 0 0 0 transparent, 0px 5px 5px rgba(45, 204, 188, 0.2);
}
.title-page .popover-wrap-15 .popover-body .s3_button_large:active, .title-page .popover-wrap-15 .popover-body .s3_button_large.active {
  background: transparent;
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(45, 204, 188, 0.4), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px rgba(45, 204, 188, 0.4), 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px rgba(45, 204, 188, 0.4), 0 0 0 transparent;
  color: #2dccbc;
}
.title-page .popover-wrap-15 .popover-body .s3_message {
  padding: 12px;
  border: none;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #2dccbc;
  color: #fff;
  box-sizing: border-box;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: left;
  font-family: Roboto, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-15 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 50px;
  height: 30px;
  background: url("../images/closew.svg") left 50% top 50% / 23px no-repeat #2dccbc;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 50px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-15 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-15 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-15 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-15 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .blocklist-15 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-15 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-15 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 40px;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-15 .header_text {
  font-size: 40px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  color: #333;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  margin-left: 0;
  -webkit-box-shadow: inset 100px 0px 0px #e8e6f0;
  -moz-box-shadow: inset 100px 0px 0px #e8e6f0;
  box-shadow: inset 100px 0px 0px #e8e6f0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: auto;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-weight: bold;
}
.title-page .blocklist-15 .all-in_header {
  display: none;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-15 .description {
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-15 .body-outer {
  box-sizing: border-box;
  position: relative;
}
.title-page .blocklist-15 .body {
  margin: 0 -10px;
  box-sizing: border-box;
}
.title-page .blocklist-15 .swipe-shadow-left {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: none;
}
.title-page .blocklist-15 .swipe-shadow-right {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: none;
}
.title-page .blocklist-15 .list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
  box-sizing: border-box;
}
.list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
  box-sizing: border-box;
}
.title-page .blocklist-15 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 25%;
}
.list .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 25%;
}
.title-page .blocklist-15 .item {
  padding: 30px;
  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;
  left: 0;
  right: 0;
  flex-basis: 100%;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  border: 1px solid transparent;
  transition-duration: .3s;
}
.list .item {
  padding: 30px;
  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;
  left: 0;
  right: 0;
  flex-basis: 100%;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  border: 1px solid transparent;
  transition-duration: .3s;
}
.title-page .blocklist-15 .text {
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Roboto, sans-serif;
  color: #575757;
  -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: 16px;
}
.text {
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Roboto, sans-serif;
  color: #575757;
  -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: 16px;
}
.title-page .blocklist-15 .text .align-elem {
  flex-basis: 100%;
}
.text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-15 .image {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 20px;
  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;
  background: #fff;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.image {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 20px;
  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;
  background: #fff;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-15 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  text-align: left;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-15 .image a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.image a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .blocklist-15 .img-convert {
  box-sizing: border-box;
  width: auto;
  height: 160px;
  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;
}
.img-convert {
  box-sizing: border-box;
  width: auto;
  height: 160px;
  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-15 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-15 .image-inner {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.image-inner {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .blocklist-15 .title {
  font-weight: bold;
  margin-bottom: 10px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  color: #333;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 22px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title {
  font-weight: bold;
  margin-bottom: 10px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  color: #333;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 22px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title .href-title{
  text-decoration: none;
}
.title .href-title:hover{
  color: #0e5885;
}
.title-page .blocklist-15 .sub-title {
  font-style: italic;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.title-page .blocklist-15 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-15 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-15 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-15 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-15 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-15 .more {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .blocklist-15 .more > a {
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  color: #513ca2;
  text-decoration: none;
  font-size: 15px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0Ny4wMyIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDQ3LjAzIDI1IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iYXJyLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNMTQ0MC45Myw3NjguMDg1YTEuMzEzLDEuMzEzLDAsMCwxLDAsLjgzMWMtMC4wMi4wNDctLjA0LDAuMDg2LTAuMDYsMC4xM3MtMC4wNC4xLS4wNywwLjE1bC03LjQyLDExLjMyYTEuMDQ1LDEuMDQ1LDAsMCwxLS44Ny40ODcsMSwxLDAsMCwxLS42Mi0wLjIyNiwxLjI2MiwxLjI2MiwwLDAsMS0uMjQtMS42NTNsNi4xOS05LjQ0aC00Mi43N2ExLjE5LDEuMTksMCwwLDEsMC0yLjM2N2g0Mi43N2wtNi4xOS05LjQ0YTEuMjYyLDEuMjYyLDAsMCwxLC4yNC0xLjY1MywxLDEsMCwwLDEsMS40OS4yNjFsNy40MiwxMS4zMmMwLjAzLDAuMDQ3LjA0LDAuMSwwLjA3LDAuMTVTMTQ0MC45MSw3NjguMDM4LDE0NDAuOTMsNzY4LjA4NVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMzk0IC03NTYpIiBmaWxsPSIjNTEzY2EyIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiLz4KPC9zdmc+") left 0px top 50% / 24px no-repeat, url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5LjU5IiBoZWlnaHQ9IjI1IiB2aWV3Qm94PSIwIDAgOS41OSAyNSIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIDxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9ImFycjIuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik0xNDQ3Ljg0LDc2Ny4zMTdsLTYuMTktOS40NGExLjI2MiwxLjI2MiwwLDAsMSwuMjQtMS42NTMsMSwxLDAsMCwxLDEuNDkuMjYxbDcuNDIsMTEuMzJjMC4wMywwLjA0Ny4wNCwwLjEsMC4wNywwLjE1czAuMDQsMC4wODMuMDYsMC4xM2ExLjMxMywxLjMxMywwLDAsMSwwLC44MzFjLTAuMDIuMDQ3LS4wNCwwLjA4Ni0wLjA2LDAuMTNzLTAuMDQuMS0uMDcsMC4xNWwtNy40MiwxMS4zMmExLjA0NSwxLjA0NSwwLDAsMS0uODcuNDg3LDEsMSwwLDAsMS0uNjItMC4yMjYsMS4yNjIsMS4yNjIsMCwwLDEtLjI0LTEuNjUzbDYuMTktOS40NHYtMi4zNjdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTQ0MS40NCAtNzU2KSIgZmlsbD0iIzUxM2NhMiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIi8+Cjwvc3ZnPg==") right 0px top 50% / 5px no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-right: 15px;
  margin-top: 20px;
  align-self: auto;
  margin-left: auto;
  margin-right: 0;
  padding-left: 35px;
}
.title-page .blocklist-15 .more > a:hover{
	background:  url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5LjU5IiBoZWlnaHQ9IjI1IiB2aWV3Qm94PSIwIDAgOS41OSAyNSIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIDxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9ImFycjIuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik0xNDQ3Ljg0LDc2Ny4zMTdsLTYuMTktOS40NGExLjI2MiwxLjI2MiwwLDAsMSwuMjQtMS42NTMsMSwxLDAsMCwxLDEuNDkuMjYxbDcuNDIsMTEuMzJjMC4wMywwLjA0Ny4wNCwwLjEsMC4wNywwLjE1czAuMDQsMC4wODMuMDYsMC4xM2ExLjMxMywxLjMxMywwLDAsMSwwLC44MzFjLTAuMDIuMDQ3LS4wNCwwLjA4Ni0wLjA2LDAuMTNzLTAuMDQuMS0uMDcsMC4xNWwtNy40MiwxMS4zMmExLjA0NSwxLjA0NSwwLDAsMS0uODcuNDg3LDEsMSwwLDAsMS0uNjItMC4yMjYsMS4yNjIsMS4yNjIsMCwwLDEtLjI0LTEuNjUzbDYuMTktOS40NHYtMi4zNjdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTQ0MS40NCAtNzU2KSIgZmlsbD0iIzUxM2NhMiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIi8+Cjwvc3ZnPg==") right 0px top 50% / 5px no-repeat;
}
.title-page .blocklist-15 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-15 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-15 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-15 .title a {
  color: inherit;
  text-decoration: inherit;
}
.image .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-15 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-15 .all {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-15 .controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: none;
  box-sizing: border-box;
  margin-top: -10px;
  z-index: 1;
}
.title-page .blocklist-15 .prev {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-left.png") center center / auto no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-15 .next {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-right.png") center center / auto no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-15 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-15 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-15 .bx-pager-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  display: none;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  visibility: hidden;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-15 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-15 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-15 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-15 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-15 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_pause.png") center center / auto no-repeat;
}
.title-page .blocklist-15 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_play.png") center center / auto no-repeat;
}
.title-page .blocklist-15 .pager-wrap {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-15 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-15 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-15 .bx-pager a {
  margin: 2px;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
  color: #000;
}
.title-page .blocklist-15 .bx-pager a:active, .title-page .blocklist-15 .bx-pager a.active {
  background: #bbb;
}
.title-page .popover-container-15 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-15 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-15 .popover-form-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
  font-family: Roboto Condensed, sans-serif;
  color: #333;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-15 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-15 .popover-body .s3_form_item {
  margin-top: 0;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
  padding-top: 0.02px;
}
.title-page .popover-wrap-15 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-15 .popover-body .s3_form_item_type_calendar_interval .s3_form_field_content .s3_form_subitem label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-15 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-15 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-15 .popover-body .s3_form_item.form_div {
  padding-top: 20px;
  margin-top: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 22px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  text-align: left;
  color: #000;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-15 .popover-body .s3_form_item.form_html_block {
  padding-top: 20px;
  margin-top: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Roboto Condensed, sans-serif;
  text-align: left;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-15 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-15 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-15 .popover-body .s3_form_item.form_checkbox {
  padding-top: 20px;
  margin-top: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_checkbox .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-15 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-15 .popover-body .form_checkbox label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-15 .popover-body .form_checkbox input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-15 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Roboto, sans-serif;
  text-align: left;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-15 .popover-body .s3_form_item.form_radio {
  padding-top: 20px;
  margin-top: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_radio .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-15 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-15 .popover-body .form_radio label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-15 .popover-body .form_radio input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-15 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Roboto, sans-serif;
  text-align: left;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-15 .popover-body .s3_form_item.form_select {
  padding-top: 20px;
  margin-top: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Roboto Condensed, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-15 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-15 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .s3_form_item.form_calendar {
  padding-top: 20px;
  margin-top: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .s3_form_item.form_calendar_interval {
  padding-top: 20px;
  margin-top: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_calendar_interval .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-15 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-15 .popover-body .form_calendar_interval label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-15 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.title-page .popover-wrap-15 .popover-body .s3_form_item.form_upload {
  padding-top: 20px;
  margin-top: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-15 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .s3_form_field_content .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-15 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-15 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .popover-wrap-15 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-15 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-15 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-4 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  z-index: 4;
  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 1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-3 .layout_5 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-3 .layout_6 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-3 .layout_7 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-3 {
  padding: 20px 50px;
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1500px;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  right: auto;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-5 {
  margin: 5px 0 auto 20px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: undefined;
  box-sizing: border-box;
  width: 236px;
}
.title-page .phones-7 p:first-child {
  margin-top: 0;
}
.title-page .phones-7 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-7 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .phones-7 .cell-icon {
  box-sizing: border-box;
  display: none;
  position: relative;
  z-index: 5;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .phones-7 .icon {
  box-sizing: border-box;
  height: 16px;
  width: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNiIgaGVpZ2h0PSI2MyIgdmlld0JveD0iMCAwIDM2IDYzIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0icGhvbmUuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik0xNzc5Ljk0LDI3NGgtMjYuMDhhNSw1LDAsMCwxLTQuOTctNXYtNTIuOTlhNSw1LDAsMCwxLDQuOTctNWgyNi4wOGE1LDUsMCwwLDEsNC45Nyw1VjI2OUE1LDUsMCwwLDEsMTc3OS45NCwyNzRabTIuNDktNTcuOTk0YTIuNSwyLjUsMCwwLDAtMi40OS0yLjVoLTI2LjA4YTIuNDkzLDIuNDkzLDAsMCwwLTIuNDgsMi41djQyLjEyNGgzMS4wNVYyMTYuMDA1Wm0wLDQ0LjYyNmgtMzEuMDVWMjY5YTIuNDkyLDIuNDkyLDAsMCwwLDIuNDgsMi41aDI2LjA4YTIuNSwyLjUsMCwwLDAsMi40OS0yLjV2LTguMzY0Wm0tMTMuMzMsNi40MzJoLTQuNGExLjI1MSwxLjI1MSwwLDAsMSwwLTIuNWg0LjRBMS4yNTEsMS4yNTEsMCwwLDEsMTc2OS4xLDI2Ny4wNjNaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTc0OC45MSAtMjExKSIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjNTEzY2EyIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / contain no-repeat;
  margin-right: 15px;
  min-height: 20px;
  margin-top: auto;
  margin-bottom: auto;
  align-self: center;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .phones-7 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .phones-7 .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-7 .title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  color: #575757;
  letter-spacing: 0.5px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 16px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  font-weight: normal;
}
.title-page .phones-7 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  color: #333;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 20px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  margin-top: 3px;
  font-weight: bold;
}
.title-page .phones-7 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-7 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-7 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-4 {
  margin: 2px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: right;
  padding-right: 20px;
  padding-left: 0;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: auto;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  right: 0;
}
.title-page .menu-6 .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-6 .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-6 .menu-scroll {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .menu-6 .menu-scroll > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .menu-6 .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-6 .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-6 .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-6 .menu-scroll > ul ul {
  padding: 20px 10px;
  margin: 0;
  position: absolute;
  top: 100%;
  left: 0;
  background: #0074BA;
  list-style: none;
  width: 300px;
  display: none;
  z-index: 10;
  box-sizing: border-box;
  align-self: auto;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .menu-6 .menu-scroll > ul ul > li {
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
}
.title-page .menu-6 .menu-scroll > ul ul > li > a {
  padding: 10px 50px 10px 10px;
  cursor: pointer;
  display: block;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0Ny4wMyIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDQ3LjAzIDI1IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iYXJyLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNMTQ0MC45Myw3NjguMDg1YTEuMzEzLDEuMzEzLDAsMCwxLDAsLjgzMWMtMC4wMi4wNDctLjA0LDAuMDg2LTAuMDYsMC4xM3MtMC4wNC4xLS4wNywwLjE1bC03LjQyLDExLjMyYTEuMDQ1LDEuMDQ1LDAsMCwxLS44Ny40ODcsMSwxLDAsMCwxLS42Mi0wLjIyNiwxLjI2MiwxLjI2MiwwLDAsMS0uMjQtMS42NTNsNi4xOS05LjQ0aC00Mi43N2ExLjE5LDEuMTksMCwwLDEsMC0yLjM2N2g0Mi43N2wtNi4xOS05LjQ0YTEuMjYyLDEuMjYyLDAsMCwxLC4yNC0xLjY1MywxLDEsMCwwLDEsMS40OS4yNjFsNy40MiwxMS4zMmMwLjAzLDAuMDQ3LjA0LDAuMSwwLjA3LDAuMTVTMTQ0MC45MSw3NjguMDM4LDE0NDAuOTMsNzY4LjA4NVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMzk0IC03NTYpIiBmaWxsPSIjMmRjY2JjIiBmaWxsLW9wYWNpdHk9IjAuNCIgdHlwZT0ic29saWRDb2xvciIvPgo8L3N2Zz4=") right 0px top 50% / 24px no-repeat;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
  font-style: normal;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
} 
.title-page .menu-6 .menu-scroll > ul ul > li > a:hover,
.title-page .menu-6 .menu-scroll > ul ul > li > a.hover, 
.title-page .menu-6 .menu-scroll > ul ul > li > a.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0Ny4wMyIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDQ3LjAzIDI1IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iYXJyLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNMTQ0MC45Myw3NjguMDg1YTEuMzEzLDEuMzEzLDAsMCwxLDAsLjgzMWMtMC4wMi4wNDctLjA0LDAuMDg2LTAuMDYsMC4xM3MtMC4wNC4xLS4wNywwLjE1bC03LjQyLDExLjMyYTEuMDQ1LDEuMDQ1LDAsMCwxLS44Ny40ODcsMSwxLDAsMCwxLS42Mi0wLjIyNiwxLjI2MiwxLjI2MiwwLDAsMS0uMjQtMS42NTNsNi4xOS05LjQ0aC00Mi43N2ExLjE5LDEuMTksMCwwLDEsMC0yLjM2N2g0Mi43N2wtNi4xOS05LjQ0YTEuMjYyLDEuMjYyLDAsMCwxLC4yNC0xLjY1MywxLDEsMCwwLDEsMS40OS4yNjFsNy40MiwxMS4zMmMwLjAzLDAuMDQ3LjA0LDAuMSwwLjA3LDAuMTVTMTQ0MC45MSw3NjguMDM4LDE0NDAuOTMsNzY4LjA4NVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMzk0IC03NTYpIiBmaWxsPSIjMmRjY2JjIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiLz4KPC9zdmc+") right 0px top 50% / 24px no-repeat;
}
.title-page .menu-6 .menu-scroll > ul ul > li > a:active, .title-page .menu-6 .menu-scroll > ul ul > li > a.active {
  background: none;
}
.title-page .menu-6 .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-6 .menu-scroll > ul > li.menu-item ul li.delimiter:first-child {
  display: none;
}
.title-page .menu-6 .menu-scroll > ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}
.title-page .menu-6 .menu-scroll > ul > li.menu-item > a {
  padding: 25px 20px;
  margin: 0;
  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: #333;
  font-size: 19px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  position: relative;
  font-style: normal;
  letter-spacing: 0.4px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-transform: none;
  align-self: auto;
  background: transparent;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .menu-6 .menu-scroll > ul > li.menu-item > a:hover, .title-page .menu-6 .menu-scroll > ul > li.menu-item > a.hover, .title-page .menu-6 .menu-scroll > ul > li.menu-item > a.active {
  color: #fff;
  /* background: #0074BA; */
  background: #0074BA;
}
.title-page .menu-6 .menu-scroll > ul > li.menu-item > a:active, .title-page .menu-6 .menu-scroll > ul > li.menu-item > a.active {
  color: #0074BA;
  background: transparent;
}
.title-page .menu-6 .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-6 .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-6 .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-6 .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-6 .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-6 .menu-scroll > ul > li.home-button {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .menu-6 .menu-scroll > ul > li.more-button {
  display: -webkit-flex;
  display: flex;
  margin-left: auto;
  position: relative;
}
.title-page .menu-6 .menu-scroll > ul > li.more-button > a {
  padding: 5px 10px;
  margin: 0 0 0 2px;
  border: 1px solid rgba(51, 51, 51, 0.1);
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  text-decoration: none;
  color: #333;
  font-size: 15px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-style: normal;
  letter-spacing: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-transform: none;
  align-self: auto;
  min-height: 73px;
  width: 60px;
  text-align: center;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .menu-6 .menu-scroll > ul > li.more-button > ul {
  left: auto;
  right: 0;
}
.title-page .menu-6 .menu-scroll > ul > li.more-button.disabled {
  display: none;
}
.title-page .menu-6 .menu-scroll > ul > li.more-button .menu-item-image {
  display: none;
}
.title-page .block-2 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 400px;
  min-height: 0;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  padding-right: 40px;
}
.title-page .widget-3 {
  margin: -40px 0 0 80px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  color: #575757;
  letter-spacing: 0.5px;
  text-align: left;
  text-decoration: none;
  font-size: 17px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: 0;
  padding-left: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .widget-2 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  width: auto;
  min-height: 50px;
  font-size: 25px;
  right: 0;
}
.title-page .site-name-3 .sn-wrap {
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
}
.title-page .site-name-3 .sn-logo {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  max-width: 100%;
  min-height: 80px;
  margin-right: 20px;
}
.title-page .site-name-3 img {
  box-sizing: border-box;
  display: block;
  max-width: 100%;
  border: none;
  text-align: left;
  width: 90px;
}
.title-page .site-name-3 .sn-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  color: #333;
  letter-spacing: -0.4px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 26px;
  padding-top: 5px;
  font-weight: bold;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .site-name-3 a {
  text-decoration: none;
  outline: none;
}
/*РЎР»Р°Р№РґРµСЂ*/

/*РљРѕРЅРµС† СЃР»Р°Р№РґР°*/
.title-page .block-6 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: linear-gradient(rgba(81, 60, 162, 0.4), rgba(81, 60, 162, 0.4)), repeating-linear-gradient(to bottom right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), url("../images/bg-slider.jpg") left 50% top 50% / cover no-repeat fixed;
  max-width: 100%;
  z-index: 1;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  height: 500px;
	position: relative;
	width: 100%;
}
.title-page .block-5 .layout_10 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-5 .layout_12 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-5 {
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1500px;
  min-height: 400px;
  max-width: 100%;
  z-index: 1;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 50px;
  padding-right: 50px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-8 {
  margin: 39px 0 auto 50px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: center;
  box-sizing: border-box;
  min-height: 400px;
  width: auto;
  padding-top: 80px;
  right: 0;
}
.title-page .popover-wrap-12 .popover-body {
  padding: 40px;
  border: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  position: relative;
  display: inline-block;
  width: 300px;
  box-sizing: border-box;
  vertical-align: middle;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4MC4yMTkiIGhlaWdodD0iNzkuNTMxIiB2aWV3Qm94PSIwIDAgODAuMjE5IDc5LjUzMSIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIDxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9InRpdGJnLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNNzUwLjIxOSw3NTguMDMxSDczOC44MTJWNzQ2LjY4N2gxMS40MDd2MTEuMzQ0Wm0tMjMuMDMyLjI1SDcxNS43ODFWNzQ2LjkwNmgxMS40MDZ2MTEuMzc1Wm0tMzQuNDA2LDExLjEyNWgxMS4zNzVWNzgwLjc1SDY5Mi43ODFWNzY5LjQwNlptMC0yMi43MTloMTEuMzc1djExLjM0NEg2OTIuNzgxVjc0Ni42ODdabTAtMjIuNzVoMTEuMzc1djExLjM3NUg2OTIuNzgxVjcyMy45MzdabTAtMjIuNDY4aDExLjM3NXYxMS4zNDNINjkyLjc4MVY3MDEuNDY5Wk02NzAsNzY5LjQwNmgxMS4zNzVWNzgwLjc1SDY3MFY3NjkuNDA2Wm0wLTIyLjcxOWgxMS4zNzV2MTEuMzQ0SDY3MFY3NDYuNjg3Wm0wLTIyLjc1aDExLjM3NXYxMS4zNzVINjcwVjcyMy45MzdabTAtMjIuNDY4aDExLjM3NXYxMS4zNDNINjcwVjcwMS40NjlaTTcyNy4xODcsNzgxSDcxNS43ODFWNzY5LjYyNWgxMS40MDZWNzgxWm0yMy4wMzItLjI1SDczOC44MTJWNzY5LjQwNmgxMS40MDdWNzgwLjc1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTY3MCAtNzAxLjQ2OSkiIGZpbGwtb3BhY2l0eT0iMC4yIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjMmRjY2JjIj48L3BhdGg+Cjwvc3ZnPg==") left 0px bottom 0px / auto auto no-repeat #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-12 .popover-body .form_text input {
  padding: 12px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: left;
  -webkit-appearance: none;
  font-family: Roboto Condensed, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
}
.title-page .popover-wrap-12 .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-12 .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-12 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Roboto Condensed, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
}
.title-page .popover-wrap-12 .popover-body .s3_button_large {
  padding: 10px 30px;
  border: none;
  background: #2dccbc;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -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;
  font-size: 17px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Roboto Condensed, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 20px;
}
.title-page .popover-wrap-12 .popover-body .s3_button_large:hover, .title-page .popover-wrap-12 .popover-body .s3_button_large.hover, .title-page .popover-wrap-12 .popover-body .s3_button_large.active {
  -webkit-box-shadow: 0 0 0 transparent, 0px 5px 5px rgba(45, 204, 188, 0.2);
  -moz-box-shadow: 0 0 0 transparent, 0px 5px 5px rgba(45, 204, 188, 0.2);
  box-shadow: 0 0 0 transparent, 0px 5px 5px rgba(45, 204, 188, 0.2);
}
.title-page .popover-wrap-12 .popover-body .s3_button_large:active, .title-page .popover-wrap-12 .popover-body .s3_button_large.active {
  background: transparent;
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(45, 204, 188, 0.4), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px rgba(45, 204, 188, 0.4), 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px rgba(45, 204, 188, 0.4), 0 0 0 transparent;
  color: #2dccbc;
}
.title-page .popover-wrap-12 .popover-body .s3_message {
  padding: 12px;
  border: none;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #2dccbc;
  color: #fff;
  box-sizing: border-box;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: left;
  font-family: Roboto, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-12 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 50px;
  height: 30px;
  background: url("../images/closew.svg") left 50% top 50% / 23px no-repeat #2dccbc;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 50px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-12 .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-12 .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-12 .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-12 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .editable_block-12 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-12 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-12 .header {
  box-sizing: border-box;
  font-size: 20px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
}
.title-page .editable_block-12 .body {
  box-sizing: border-box;
  display: flex;
  flex-flow: column;
  position: relative;
  min-width: 0;
  min-height: 0;
}
.title-page .editable_block-12 .title {
  box-sizing: border-box;
  font-size: 60px;
  margin-bottom: 5px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  color: #fff;
  line-height: 1;
  text-decoration: none;
  position: relative;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  width: auto;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
.title-page .editable_block-12 .image {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .editable_block-12 .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-12 .image-inner {
  padding: 40px 30px;
  border: none;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4MC4yMTkiIGhlaWdodD0iNzkuNTMxIiB2aWV3Qm94PSIwIDAgODAuMjE5IDc5LjUzMSIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIDxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9InRpdGJnLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNNzUwLjIxOSw3NTguMDMxSDczOC44MTJWNzQ2LjY4N2gxMS40MDd2MTEuMzQ0Wm0tMjMuMDMyLjI1SDcxNS43ODFWNzQ2LjkwNmgxMS40MDZ2MTEuMzc1Wm0tMzQuNDA2LDExLjEyNWgxMS4zNzVWNzgwLjc1SDY5Mi43ODFWNzY5LjQwNlptMC0yMi43MTloMTEuMzc1djExLjM0NEg2OTIuNzgxVjc0Ni42ODdabTAtMjIuNzVoMTEuMzc1djExLjM3NUg2OTIuNzgxVjcyMy45MzdabTAtMjIuNDY4aDExLjM3NXYxMS4zNDNINjkyLjc4MVY3MDEuNDY5Wk02NzAsNzY5LjQwNmgxMS4zNzVWNzgwLjc1SDY3MFY3NjkuNDA2Wm0wLTIyLjcxOWgxMS4zNzV2MTEuMzQ0SDY3MFY3NDYuNjg3Wm0wLTIyLjc1aDExLjM3NXYxMS4zNzVINjcwVjcyMy45MzdabTAtMjIuNDY4aDExLjM3NXYxMS4zNDNINjcwVjcwMS40NjlaTTcyNy4xODcsNzgxSDcxNS43ODFWNzY5LjYyNWgxMS40MDZWNzgxWm0yMy4wMzItLjI1SDczOC44MTJWNzY5LjQwNmgxMS40MDdWNzgwLjc1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTY3MCAtNzAxLjQ2OSkiIGZpbGwtb3BhY2l0eT0iMC4yIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjZmZmZmZmIj48L3BhdGg+Cjwvc3ZnPg==") left 7px bottom 7px / auto auto no-repeat, repeating-linear-gradient(to bottom right, rgba(88, 51, 222, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .editable_block-12 .img-convert {
  box-sizing: border-box;
  width: auto;
  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-flex;
  display: flex;
  overflow: hidden;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .editable_block-12 .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-12 .text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-12 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-12 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-12 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-12 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-12 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-12 .slider-buttons {
  display: flex;
  justify-content: center;
  margin-top: 95px;
 }
.title-page .editable_block-12 .slider-buttons .buttons-center {
 width: 100%;
 max-width: 550px;
 display: flex;
 justify-content: center;
 flex-wrap: wrap;
}
 .title-page .editable_block-12 .slider-buttons .buttons-center .button-2 {
  display: flex;
  justify-content: center;
 }

 .title-page .editable_block-12 .slider-buttons .buttons-center .button-1 a {
	display: flex;
	justify-content: center;
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjIzIiBoZWlnaHQ9IjIyIiB2aWV3Qm94PSIwIDAgMjMgMjIiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICAKICA8L2RlZnM+CiAgPHBhdGggZD0iTTIyLjIxNSwyMi4wNTIgQzIyLjIxNSwyMi4wNTIgMTEuMDQ2LDIyLjA1MiAxMS4wNDYsMjIuMDUyIEMxMC40OTMsMjIuMDUyIDEwLjA0NiwyMS42MDQgMTAuMDQ2LDIxLjA1MiBDMTAuMDQ2LDIwLjUwMCAxMC40OTMsMjAuMDUzIDExLjA0NiwyMC4wNTMgQzExLjA0NiwyMC4wNTMgMjIuMjE1LDIwLjA1MyAyMi4yMTUsMjAuMDUzIEMyMi43NjcsMjAuMDUzIDIzLjIxNSwyMC41MDAgMjMuMjE1LDIxLjA1MiBDMjMuMjE1LDIxLjYwNCAyMi43NjcsMjIuMDUyIDIyLjIxNSwyMi4wNTIgWk02Ljc5MCwyMS42MjIgQzYuNjE2LDIxLjc5NSA2LjM4NiwyMS44OTkgNi4xNDEsMjEuOTEzIEM2LjE0MSwyMS45MTMgMS4wNjUsMjIuMjExIDEuMDY1LDIyLjIxMSBDMS4wNDUsMjIuMjEyIDEuMDI2LDIyLjIxMyAxLjAwNiwyMi4yMTMgQzAuNzQxLDIyLjIxMyAwLjQ4NywyMi4xMDggMC4yOTksMjEuOTIwIEMwLjA5NiwyMS43MTggLTAuMDA5LDIxLjQzOSAwLjAwOCwyMS4xNTQgQzAuMDA4LDIxLjE1NCAwLjMwNywxNi4wNzcgMC4zMDcsMTYuMDc3IEMwLjMyMywxNS44MzMgMC40MjYsMTUuNjAyIDAuNTk4LDE1LjQyOSBDMC41OTgsMTUuNDI5IDE1LjczNiwwLjI5NyAxNS43MzYsMC4yOTcgQzE1LjkyMywwLjExMCAxNi4xNzcsMC4wMDUgMTYuNDQzLDAuMDA1IEMxNi43MDgsMC4wMDUgMTYuOTYyLDAuMTEwIDE3LjE1MCwwLjI5OCBDMTcuMTUwLDAuMjk4IDIxLjkyNyw1LjA3MiAyMS45MjcsNS4wNzIgQzIyLjExNSw1LjI2MCAyMi4yMjAsNS41MTQgMjIuMjIwLDUuNzc5IEMyMi4yMjAsNi4wNDUgMjIuMTE1LDYuMjk5IDIxLjkyNyw2LjQ4NyBDMjEuOTI3LDYuNDg3IDYuNzkwLDIxLjYyMiA2Ljc5MCwyMS42MjIgWk0xMy45ODgsNC44NzIgQzEzLjk4OCw0Ljg3MiAyLjI4MiwxNi41NzQgMi4yODIsMTYuNTc0IEMyLjI4MiwxNi41NzQgMi4xNDksMTguODE4IDIuMTQ5LDE4LjgxOCBDMi43NjEsMTguOTk4IDMuMjE0LDE5LjQ1NCAzLjM4MiwyMC4wNzIgQzMuMzgyLDIwLjA3MiA1LjY0MywxOS45MzkgNS42NDMsMTkuOTM5IEM1LjY0MywxOS45MzkgMTcuMzUwLDguMjM0IDE3LjM1MCw4LjIzNCBDMTcuMzUwLDguMjM0IDE2LjM3Nyw3LjI2MSAxNi4zNzcsNy4yNjEgQzE2LjM3Nyw3LjI2MSA1LjE5MiwxOC40NDIgNS4xOTIsMTguNDQyIEM0Ljk5NywxOC42MzcgNC43NDEsMTguNzM1IDQuNDg1LDE4LjczNSBDNC4yMjksMTguNzM1IDMuOTczLDE4LjYzNyAzLjc3OCwxOC40NDIgQzMuMzg3LDE4LjA1MiAzLjM4NywxNy40MTkgMy43NzgsMTcuMDI4IEMzLjc3OCwxNy4wMjggMTQuOTYzLDUuODQ3IDE0Ljk2Myw1Ljg0NyBDMTQuOTYzLDUuODQ3IDEzLjk4OCw0Ljg3MiAxMy45ODgsNC44NzIgWk0xNi40NDMsMi40MTggQzE2LjQ0MywyLjQxOCAxNS40MDIsMy40NTkgMTUuNDAyLDMuNDU5IEMxNS40MDIsMy40NTkgMTguNzY0LDYuODIwIDE4Ljc2NCw2LjgyMCBDMTguNzY0LDYuODIwIDE5LjgwNCw1Ljc4MCAxOS44MDQsNS43ODAgQzE5LjgwNCw1Ljc4MCAxNi40NDMsMi40MTggMTYuNDQzLDIuNDE4IFoiIGlkPSJwYXRoLTEiIGNsYXNzPSJjbHMtMiIgZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjZmZmZmZmIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiLz4KPC9zdmc+") left 20px top 50% / auto auto no-repeat rgba(253, 0, 0, 0.9);
	text-align: center;
	min-height: 50px;
	padding-right: 40px;
	padding-left: 50px;
	justify-content: center;
	width: 220px;
	box-sizing: border-box;
	padding: 18px 0;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
  padding-left: 30px;
  transition-duration: .3s;
}
.title-page .editable_block-12 .slider-buttons .buttons-center .button-1 a:hover {
  background-color: rgb(253, 0, 0);
}
.title-page .editable_block-12 .slider-buttons .buttons-center .button-2 a:hover {
	background-color: rgb(253, 118, 0);
}
.title-page .editable_block-12 .slider-buttons .buttons-center .button-2 a {
	display: flex;
	justify-content: center;
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjI1IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjUgMjQiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICAKICA8L2RlZnM+CiAgPHBhdGggZD0iTTI0LjE5OCw1LjM1MSBDMjQuMTk4LDUuMzUxIDE5LjE4OCwxMC4zNjEgMTkuMTg4LDEwLjM2MSBDMTkuMTg4LDEwLjM2MSAxOS4xODgsMjMuOTM1IDE5LjE4OCwyMy45MzUgQzE5LjE4OCwyMy45MzUgMC4wMTUsMjMuOTM1IDAuMDE1LDIzLjkzNSBDMC4wMTUsMjMuOTM1IDAuMDE1LDcuNDQzIDAuMDE1LDcuNDQzIEMwLjAxNSw3LjQ0MyA2LjAxOSwxLjQ0MSA2LjAxOSwxLjQ0MSBDNi4wMTksMS40NDEgMTcuOTgwLDEuNDQxIDE3Ljk4MCwxLjQ0MSBDMTcuOTgwLDEuNDQxIDE5LjEzMywwLjI4OCAxOS4xMzMsMC4yODggQzE5LjMyMSwwLjEwMSAxOS41NzQsLTAuMDA1IDE5Ljg0MCwtMC4wMDUgQzIwLjEwNiwtMC4wMDUgMjAuMzYwLDAuMTAxIDIwLjU0NywwLjI4OSBDMjAuNTQ3LDAuMjg5IDI0LjE5OCwzLjkzNyAyNC4xOTgsMy45MzcgQzI0LjM4NSw0LjEyNSAyNC40OTEsNC4zNzkgMjQuNDkxLDQuNjQ0IEMyNC40OTEsNC45MTAgMjQuMzg1LDUuMTY0IDI0LjE5OCw1LjM1MSBaTTUuOTMzLDQuMzU1IEM1LjkzMyw0LjM1NSAyLjkyOSw3LjM1NyAyLjkyOSw3LjM1NyBDMi45MjksNy4zNTcgNS45MzMsNy4zNTcgNS45MzMsNy4zNTcgQzUuOTMzLDcuMzU3IDUuOTMzLDQuMzU1IDUuOTMzLDQuMzU1IFpNNi45MzMsMy40NDEgQzYuOTMzLDMuNDQxIDYuOTMzLDguMzU2IDYuOTMzLDguMzU2IEM2LjkzMyw4LjM1NiAyLjAxNSw4LjM1NiAyLjAxNSw4LjM1NiBDMi4wMTUsOC4zNTYgMi4wMTUsMjEuOTM2IDIuMDE1LDIxLjkzNiBDMi4wMTUsMjEuOTM2IDE3LjE4OCwyMS45MzYgMTcuMTg4LDIxLjkzNiBDMTcuMTg4LDIxLjkzNiAxNy4xODgsMTIuMzYxIDE3LjE4OCwxMi4zNjEgQzE3LjE4OCwxMi4zNjEgMTIuNjMxLDE2LjkxNyAxMi42MzEsMTYuOTE3IEMxMi40NTcsMTcuMDkxIDEyLjIyNywxNy4xOTQgMTEuOTgyLDE3LjIwOCBDMTEuOTgyLDE3LjIwOCA4LjEwMywxNy40MzYgOC4xMDMsMTcuNDM2IEM4LjA4NCwxNy40MzcgOC4wNjQsMTcuNDM4IDguMDQ1LDE3LjQzOCBDNy43NzksMTcuNDM4IDcuNTI1LDE3LjMzMyA3LjMzOCwxNy4xNDUgQzcuMTM0LDE2Ljk0MyA3LjAyOSwxNi42NjUgNy4wNDcsMTYuMzgwIEM3LjA0NywxNi4zODAgNy4yNzUsMTIuNTAwIDcuMjc1LDEyLjUwMCBDNy4yODksMTIuMjU1IDcuMzkyLDEyLjAyNCA3LjU2NiwxMS44NTIgQzcuNTY2LDExLjg1MiAxNS45NzksMy40NDEgMTUuOTc5LDMuNDQxIEMxNS45NzksMy40NDEgNi45MzMsMy40NDEgNi45MzMsMy40NDEgWk05LjIwOCwxNS4zNjkgQzkuMTk3LDE1LjM1NiA5LjE5MiwxNS4zNDAgOS4xODEsMTUuMzI4IEM5LjE2MywxNS4zMDcgOS4xMzYsMTUuMjk2IDkuMTE1LDE1LjI3NyBDOS4xMTUsMTUuMjc3IDkuMTA5LDE1LjM3NCA5LjEwOSwxNS4zNzQgQzkuMTA5LDE1LjM3NCA5LjIwOCwxNS4zNjkgOS4yMDgsMTUuMzY5IFpNOS4yNDgsMTIuOTk3IEM5LjI0OCwxMi45OTcgOS4xNzksMTQuMTY4IDkuMTc5LDE0LjE2OCBDOS40NjIsMTQuMjcxIDkuNzE3LDE0LjQzMCA5LjkyMCwxNC42NTIgQzEwLjA5MiwxNC44NDEgMTAuMjE4LDE1LjA2MyAxMC4zMDIsMTUuMzA0IEMxMC4zMDIsMTUuMzA0IDExLjQ4NCwxNS4yMzUgMTEuNDg0LDE1LjIzNSBDMTEuNDg0LDE1LjIzNSAyMC41NTQsNi4xNjcgMjAuNTU0LDYuMTY3IEMyMC41NTQsNi4xNjcgMTkuNzkwLDUuNDAzIDE5Ljc5MCw1LjQwMyBDMTkuNzkwLDUuNDAzIDExLjA1NywxNC4xMzQgMTEuMDU3LDE0LjEzNCBDMTAuOTU5LDE0LjIzMiAxMC44MzAsMTQuMjgwIDEwLjcwMywxNC4yODAgQzEwLjU3NCwxNC4yODAgMTAuNDQ3LDE0LjIzMiAxMC4zNDksMTQuMTM0IEMxMC4xNTQsMTMuOTM5IDEwLjE1NCwxMy42MjIgMTAuMzQ5LDEzLjQyNyBDMTAuMzQ5LDEzLjQyNyAxOS4wODMsNC42OTYgMTkuMDgzLDQuNjk2IEMxOS4wODMsNC42OTYgMTguMzE4LDMuOTMxIDE4LjMxOCwzLjkzMSBDMTguMzE4LDMuOTMxIDkuMjQ4LDEyLjk5NyA5LjI0OCwxMi45OTcgWk0xOS44NDAsMi40MDkgQzE5Ljg0MCwyLjQwOSAxOS4wMjUsMy4yMjQgMTkuMDI1LDMuMjI0IEMxOS4wMjUsMy4yMjQgMjEuMjYxLDUuNDYwIDIxLjI2MSw1LjQ2MCBDMjEuMjYxLDUuNDYwIDIyLjA3Nyw0LjY0NSAyMi4wNzcsNC42NDUgQzIyLjA3Nyw0LjY0NSAxOS44NDAsMi40MDkgMTkuODQwLDIuNDA5IFoiIGlkPSJwYXRoLTEiIGNsYXNzPSJjbHMtMiIgZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjZmZmZmZmIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiLz4KPC9zdmc+") left 20px top 50% / auto auto no-repeat rgba(253, 118, 0, 0.9);
	text-align: center;
	min-height: 50px;
	padding-right: 40px;
	padding-left: 50px;
	justify-content: center;
	width: 220px;
	box-sizing: border-box;
	padding: 18px 0;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
  padding-left: 30px;
  transition-duration: .3s;
}
.title-page .editable_block-12 .slider-buttons .buttons-center .button-1 a:hover {
	text-decoration: underline;
}
.title-page .editable_block-12 .more {
  box-sizing: border-box;
  margin-top: 165px;
  pointer-events: auto;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  border-top: 1px dashed rgba(255, 255, 255, 0.2);
  border-right: 0px dashed rgba(255, 255, 255, 0.2);
  border-bottom: 0px dashed rgba(255, 255, 255, 0.2);
  border-left: 0px dashed rgba(255, 255, 255, 0.2);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: flex;
  justify-content: center;
}
.title-page .editable_block-12 .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: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  height: 0;
  min-height: 70px;
  color: #fff;
  text-decoration: none;
  font-size: 19px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSI0Ny4wMzEiIHZpZXdCb3g9IjAgMCAyNSA0Ny4wMzEiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJkb3duMi5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTEzODIuOTIsODI1LjkyOGExLjMwNiwxLjMwNiwwLDAsMS0uODQsMGMtMC4wNC0uMDE2LTAuMDgtMC4wMzgtMC4xMy0wLjA1OXMtMC4xLS4wMzktMC4xNS0wLjA2OWwtMTEuMzItNy40MjJhMS4wNDksMS4wNDksMCwwLDEtLjQ4LTAuODY1LDAuOTk0LDAuOTk0LDAsMCwxLC4yMi0wLjYyNSwxLjI3NywxLjI3NywwLDAsMSwxLjY2LS4yMzZsOS40NCw2LjE5Vjc4MC4wNjlhMS4xODYsMS4xODYsMCwwLDEsMi4zNiwwdjQyLjc3M2w5LjQ0LTYuMTlhMS4yNzcsMS4yNzcsMCwwLDEsMS42Ni4yMzYsMSwxLDAsMCwxLS4yNywxLjQ5TDEzODMuMiw4MjUuOGMtMC4wNS4wMy0uMTEsMC4wNDUtMC4xNiwwLjA2OUExLjMyOSwxLjMyOSwwLDAsMSwxMzgyLjkyLDgyNS45MjhaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTM3MCAtNzc5KSIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") right 5px top 50% / 18px no-repeat, url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIyIiB2aWV3Qm94PSIwIDAgMzAgMiIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIAogIDwvZGVmcz4KICA8cmVjdCBpZD0ibGluZS5zdmciIGNsYXNzPSJjbHMtMSIgd2lkdGg9IjMwIiBoZWlnaHQ9IjIiIHJ4PSIxIiByeT0iMSIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3JlY3Q+Cjwvc3ZnPg==") right 0px top calc(50% + 20px) / 27px no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: bold;
}
.title-page .editable_block-12 .more > a:hover, .title-page .editable_block-12 .more > a.hover, .title-page .editable_block-12 .more > a.active {
  color: #2dccbc;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSI0Ny4wMzEiIHZpZXdCb3g9IjAgMCAyNSA0Ny4wMzEiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJkb3duMi5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTEzODIuOTIsODI1LjkyOGExLjMwNiwxLjMwNiwwLDAsMS0uODQsMGMtMC4wNC0uMDE2LTAuMDgtMC4wMzgtMC4xMy0wLjA1OXMtMC4xLS4wMzktMC4xNS0wLjA2OWwtMTEuMzItNy40MjJhMS4wNDksMS4wNDksMCwwLDEtLjQ4LTAuODY1LDAuOTk0LDAuOTk0LDAsMCwxLC4yMi0wLjYyNSwxLjI3NywxLjI3NywwLDAsMSwxLjY2LS4yMzZsOS40NCw2LjE5Vjc4MC4wNjlhMS4xODYsMS4xODYsMCwwLDEsMi4zNiwwdjQyLjc3M2w5LjQ0LTYuMTlhMS4yNzcsMS4yNzcsMCwwLDEsMS42Ni4yMzYsMSwxLDAsMCwxLS4yNywxLjQ5TDEzODMuMiw4MjUuOGMtMC4wNS4wMy0uMTEsMC4wNDUtMC4xNiwwLjA2OUExLjMyOSwxLjMyOSwwLDAsMSwxMzgyLjkyLDgyNS45MjhaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTM3MCAtNzc5KSIgZmlsbD0iIzJkY2NiYyIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIi8+Cjwvc3ZnPg==") right 5px top 50% / 18px no-repeat, url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIyIiB2aWV3Qm94PSIwIDAgMzAgMiIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIAogIDwvZGVmcz4KICA8cmVjdCBpZD0ibGluZS5zdmciIGNsYXNzPSJjbHMtMSIgd2lkdGg9IjMwIiBoZWlnaHQ9IjIiIHJ4PSIxIiByeT0iMSIgZmlsbD0iIzJkY2NiYyIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIi8+Cjwvc3ZnPg==") right 0px top calc(50% + 20px) / 27px no-repeat;
}
.title-page .editable_block-12 .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-12 .clear {
  clear: both;
}
.title-page .popover-container-12 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-12 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-12 .popover-form-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
  font-family: Roboto Condensed, sans-serif;
  color: #333;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-12 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-12 .popover-body .s3_form_item {
  margin-top: 0;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
  padding-top: 0.02px;
}
.title-page .popover-wrap-12 .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-12 .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-12 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-12 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-12 .popover-body .s3_form_item.form_div {
  padding-top: 20px;
  margin-top: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-12 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 22px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  text-align: left;
  color: #000;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-12 .popover-body .s3_form_item.form_html_block {
  padding-top: 20px;
  margin-top: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-12 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-12 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Roboto Condensed, sans-serif;
  text-align: left;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-12 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-12 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-12 .popover-body .s3_form_item.form_checkbox {
  padding-top: 20px;
  margin-top: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-12 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-12 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-12 .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-12 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-12 .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-12 .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-12 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Roboto, sans-serif;
  text-align: left;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-12 .popover-body .s3_form_item.form_radio {
  padding-top: 20px;
  margin-top: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-12 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-12 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-12 .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-12 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-12 .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-12 .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-12 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Roboto, sans-serif;
  text-align: left;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-12 .popover-body .s3_form_item.form_select {
  padding-top: 20px;
  margin-top: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-12 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-12 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-12 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Roboto Condensed, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-12 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-12 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-12 .popover-body .s3_form_item.form_calendar {
  padding-top: 20px;
  margin-top: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-12 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-12 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-12 .popover-body .s3_form_item.form_calendar_interval {
  padding-top: 20px;
  margin-top: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-12 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-12 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-12 .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-12 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-12 .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-12 .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-12 .popover-body .s3_form_item.form_upload {
  padding-top: 20px;
  margin-top: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-12 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-12 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-12 .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-12 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-12 .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-12 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-12 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-12 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .widget-6 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  width: 400px;
  min-width: 400px;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  padding-right: 50px;
  padding-top: 40px;
  padding-left: 40px;
  background: #fff;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-10 .popover-body {
  padding: 40px;
  border: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  position: relative;
  display: inline-block;
  width: 300px;
  box-sizing: border-box;
  vertical-align: middle;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4MC4yMTkiIGhlaWdodD0iNzkuNTMxIiB2aWV3Qm94PSIwIDAgODAuMjE5IDc5LjUzMSIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIDxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9InRpdGJnLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNNzUwLjIxOSw3NTguMDMxSDczOC44MTJWNzQ2LjY4N2gxMS40MDd2MTEuMzQ0Wm0tMjMuMDMyLjI1SDcxNS43ODFWNzQ2LjkwNmgxMS40MDZ2MTEuMzc1Wm0tMzQuNDA2LDExLjEyNWgxMS4zNzVWNzgwLjc1SDY5Mi43ODFWNzY5LjQwNlptMC0yMi43MTloMTEuMzc1djExLjM0NEg2OTIuNzgxVjc0Ni42ODdabTAtMjIuNzVoMTEuMzc1djExLjM3NUg2OTIuNzgxVjcyMy45MzdabTAtMjIuNDY4aDExLjM3NXYxMS4zNDNINjkyLjc4MVY3MDEuNDY5Wk02NzAsNzY5LjQwNmgxMS4zNzVWNzgwLjc1SDY3MFY3NjkuNDA2Wm0wLTIyLjcxOWgxMS4zNzV2MTEuMzQ0SDY3MFY3NDYuNjg3Wm0wLTIyLjc1aDExLjM3NXYxMS4zNzVINjcwVjcyMy45MzdabTAtMjIuNDY4aDExLjM3NXYxMS4zNDNINjcwVjcwMS40NjlaTTcyNy4xODcsNzgxSDcxNS43ODFWNzY5LjYyNWgxMS40MDZWNzgxWm0yMy4wMzItLjI1SDczOC44MTJWNzY5LjQwNmgxMS40MDdWNzgwLjc1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTY3MCAtNzAxLjQ2OSkiIGZpbGwtb3BhY2l0eT0iMC4yIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjMmRjY2JjIj48L3BhdGg+Cjwvc3ZnPg==") left 0px bottom 0px / auto auto no-repeat #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-10 .popover-body .form_text input {
  padding: 12px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: left;
  -webkit-appearance: none;
  font-family: Roboto Condensed, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
}
.title-page .popover-wrap-10 .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-10 .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-10 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Roboto Condensed, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
}
.title-page .popover-wrap-10 .popover-body .s3_button_large {
  padding: 10px 30px;
  border: none;
  background: #2dccbc;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -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;
  font-size: 17px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Roboto Condensed, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 20px;
}
.title-page .popover-wrap-10 .popover-body .s3_button_large:hover, .title-page .popover-wrap-10 .popover-body .s3_button_large.hover, .title-page .popover-wrap-10 .popover-body .s3_button_large.active {
  -webkit-box-shadow: 0 0 0 transparent, 0px 5px 5px rgba(45, 204, 188, 0.2);
  -moz-box-shadow: 0 0 0 transparent, 0px 5px 5px rgba(45, 204, 188, 0.2);
  box-shadow: 0 0 0 transparent, 0px 5px 5px rgba(45, 204, 188, 0.2);
}
.title-page .popover-wrap-10 .popover-body .s3_button_large:active, .title-page .popover-wrap-10 .popover-body .s3_button_large.active {
  background: transparent;
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(45, 204, 188, 0.4), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px rgba(45, 204, 188, 0.4), 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px rgba(45, 204, 188, 0.4), 0 0 0 transparent;
  color: #2dccbc;
}
.title-page .popover-wrap-10 .popover-body .s3_message {
  padding: 12px;
  border: none;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #2dccbc;
  color: #fff;
  box-sizing: border-box;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: left;
  font-family: Roboto, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-10 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 50px;
  height: 30px;
  background: url("../images/closew.svg") left 50% top 50% / 23px no-repeat #2dccbc;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 50px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-10 .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-10 .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-10 .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-10 .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-10 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-10 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-10 .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: 0;
  text-align: left;
  box-sizing: border-box;
  padding-bottom: 40px;
  border-top: 0px dashed rgba(0, 0, 0, 0.1);
  border-right: 0px dashed rgba(0, 0, 0, 0.1);
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  border-left: 0px dashed rgba(0, 0, 0, 0.1);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-10 .header_text {
  font-size: 35px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  color: #333;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  font-weight: bold;
  width: auto;
  margin-left: 0;
  margin-right: 40px;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  padding-right: 0;
}
.title-page .blocklist-10 .all-in_header {
  display: none;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-10 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-10 .body-outer {
  box-sizing: border-box;
  position: relative;
  padding-top: 20px;
}
.title-page .blocklist-10 .body {
  margin: 0;
  box-sizing: border-box;
}
.title-page .blocklist-10 .swipe-shadow-left {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: none;
}
.title-page .blocklist-10 .swipe-shadow-right {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: none;
}
.title-page .blocklist-10 .bx-wrapper {
  max-width: 100%;
}
.title-page .blocklist-10 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-10 .list {
  display: block;
  -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;
  width: auto;
  margin-right: 0;
}
.title-page .blocklist-10 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: auto;
}
.title-page .blocklist-10 .item {
  margin: 40px 0;
  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;
  display: block;
  text-align: left;
  align-self: auto;
}
.title-page .blocklist-10 .text {
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  text-decoration: none;
}
.title-page .blocklist-10 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-10 .image {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  float: left;
  margin-right: 20px;
  margin-left: 0;
  padding-left: 10px;
  padding-bottom: 10px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4MC4yMTkiIGhlaWdodD0iNzkuNTMxIiB2aWV3Qm94PSIwIDAgODAuMjE5IDc5LjUzMSIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIDxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9InRpdGJnLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNNzUwLjIxOSw3NTguMDMxSDczOC44MTJWNzQ2LjY4N2gxMS40MDd2MTEuMzQ0Wm0tMjMuMDMyLjI1SDcxNS43ODFWNzQ2LjkwNmgxMS40MDZ2MTEuMzc1Wm0tMzQuNDA2LDExLjEyNWgxMS4zNzVWNzgwLjc1SDY5Mi43ODFWNzY5LjQwNlptMC0yMi43MTloMTEuMzc1djExLjM0NEg2OTIuNzgxVjc0Ni42ODdabTAtMjIuNzVoMTEuMzc1djExLjM3NUg2OTIuNzgxVjcyMy45MzdabTAtMjIuNDY4aDExLjM3NXYxMS4zNDNINjkyLjc4MVY3MDEuNDY5Wk02NzAsNzY5LjQwNmgxMS4zNzVWNzgwLjc1SDY3MFY3NjkuNDA2Wm0wLTIyLjcxOWgxMS4zNzV2MTEuMzQ0SDY3MFY3NDYuNjg3Wm0wLTIyLjc1aDExLjM3NXYxMS4zNzVINjcwVjcyMy45MzdabTAtMjIuNDY4aDExLjM3NXYxMS4zNDNINjcwVjcwMS40NjlaTTcyNy4xODcsNzgxSDcxNS43ODFWNzY5LjYyNWgxMS40MDZWNzgxWm0yMy4wMzItLjI1SDczOC44MTJWNzY5LjQwNmgxMS40MDdWNzgwLjc1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTY3MCAtNzAxLjQ2OSkiIGZpbGwtb3BhY2l0eT0iMC4yIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjMzMzMzMzIj48L3BhdGg+Cjwvc3ZnPg==") left 0px bottom 0px / 32px no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-1.title-page a0 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  text-align: left;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-10 .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-10 .img-convert {
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  overflow: hidden;
  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;
}
.title-page .blocklist-10 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-10 .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-10 .title {
  font-weight: normal;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  color: #fff;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  text-decoration: none;
  font-size: 22px;
}
.title-page .blocklist-10 .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-10 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-10 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-10 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-10 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-10 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-10 .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;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-10 .more > a {
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  color: #333;
  text-decoration: none;
  font-size: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: 0;
  margin-top: 20px;
  align-self: auto;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0Ny4wMyIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDQ3LjAzIDI1IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iYXJyLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNMTQ0MC45Myw3NjguMDg1YTEuMzEzLDEuMzEzLDAsMCwxLDAsLjgzMWMtMC4wMi4wNDctLjA0LDAuMDg2LTAuMDYsMC4xM3MtMC4wNC4xLS4wNywwLjE1bC03LjQyLDExLjMyYTEuMDQ1LDEuMDQ1LDAsMCwxLS44Ny40ODcsMSwxLDAsMCwxLS42Mi0wLjIyNiwxLjI2MiwxLjI2MiwwLDAsMS0uMjQtMS42NTNsNi4xOS05LjQ0aC00Mi43N2ExLjE5LDEuMTksMCwwLDEsMC0yLjM2N2g0Mi43N2wtNi4xOS05LjQ0YTEuMjYyLDEuMjYyLDAsMCwxLC4yNC0xLjY1MywxLDEsMCwwLDEsMS40OS4yNjFsNy40MiwxMS4zMmMwLjAzLDAuMDQ3LjA0LDAuMSwwLjA3LDAuMTVTMTQ0MC45MSw3NjguMDM4LDE0NDAuOTMsNzY4LjA4NVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMzk0IC03NTYpIiBmaWxsPSIjMmRjY2JjIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiLz4KPC9zdmc+") left 0px top 50% / 24px no-repeat, url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5LjU5IiBoZWlnaHQ9IjI1IiB2aWV3Qm94PSIwIDAgOS41OSAyNSIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIDxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9ImFycjIuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik0xNDQ3Ljg0LDc2Ny4zMTdsLTYuMTktOS40NGExLjI2MiwxLjI2MiwwLDAsMSwuMjQtMS42NTMsMSwxLDAsMCwxLDEuNDkuMjYxbDcuNDIsMTEuMzJjMC4wMywwLjA0Ny4wNCwwLjEsMC4wNywwLjE1czAuMDQsMC4wODMuMDYsMC4xM2ExLjMxMywxLjMxMywwLDAsMSwwLC44MzFjLTAuMDIuMDQ3LS4wNCwwLjA4Ni0wLjA2LDAuMTNzLTAuMDQuMS0uMDcsMC4xNWwtNy40MiwxMS4zMmExLjA0NSwxLjA0NSwwLDAsMS0uODcuNDg3LDEsMSwwLDAsMS0uNjItMC4yMjYsMS4yNjIsMS4yNjIsMCwwLDEtLjI0LTEuNjUzbDYuMTktOS40NHYtMi4zNjdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTQ0MS40NCAtNzU2KSIgZmlsbD0iIzJkY2NiYyIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIi8+Cjwvc3ZnPg==") right 0px top 50% / 5px no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-left: 35px;
}
.title-page .blocklist-10 .more > a:hover{
	background:  url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5LjU5IiBoZWlnaHQ9IjI1IiB2aWV3Qm94PSIwIDAgOS41OSAyNSIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIDxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9ImFycjIuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik0xNDQ3Ljg0LDc2Ny4zMTdsLTYuMTktOS40NGExLjI2MiwxLjI2MiwwLDAsMSwuMjQtMS42NTMsMSwxLDAsMCwxLDEuNDkuMjYxbDcuNDIsMTEuMzJjMC4wMywwLjA0Ny4wNCwwLjEsMC4wNywwLjE1czAuMDQsMC4wODMuMDYsMC4xM2ExLjMxMywxLjMxMywwLDAsMSwwLC44MzFjLTAuMDIuMDQ3LS4wNCwwLjA4Ni0wLjA2LDAuMTNzLTAuMDQuMS0uMDcsMC4xNWwtNy40MiwxMS4zMmExLjA0NSwxLjA0NSwwLDAsMS0uODcuNDg3LDEsMSwwLDAsMS0uNjItMC4yMjYsMS4yNjIsMS4yNjIsMCwwLDEtLjI0LTEuNjUzbDYuMTktOS40NHYtMi4zNjdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTQ0MS40NCAtNzU2KSIgZmlsbD0iIzJkY2NiYyIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIi8+Cjwvc3ZnPg==") right 0px top 50% / 5px no-repeat;
}
.title-page .blocklist-10 .more > a:hover, .title-page .blocklist-10 .more > a.hover, .title-page .blocklist-10 .more > a.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0Ny4wMyIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDQ3LjAzIDI1IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iYXJyLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNMTQ0MC45Myw3NjguMDg1YTEuMzEzLDEuMzEzLDAsMCwxLDAsLjgzMWMtMC4wMi4wNDctLjA0LDAuMDg2LTAuMDYsMC4xM3MtMC4wNC4xLS4wNywwLjE1bC03LjQyLDExLjMyYTEuMDQ1LDEuMDQ1LDAsMCwxLS44Ny40ODcsMSwxLDAsMCwxLS42Mi0wLjIyNiwxLjI2MiwxLjI2MiwwLDAsMS0uMjQtMS42NTNsNi4xOS05LjQ0aC00Mi43N2ExLjE5LDEuMTksMCwwLDEsMC0yLjM2N2g0Mi43N2wtNi4xOS05LjQ0YTEuMjYyLDEuMjYyLDAsMCwxLC4yNC0xLjY1MywxLDEsMCwwLDEsMS40OS4yNjFsNy40MiwxMS4zMmMwLjAzLDAuMDQ3LjA0LDAuMSwwLjA3LDAuMTVTMTQ0MC45MSw3NjguMDM4LDE0NDAuOTMsNzY4LjA4NVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMzk0IC03NTYpIiBmaWxsPSIjYWM0MTQ3IiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 0px top 50% / 24px no-repeat, url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5LjU5IiBoZWlnaHQ9IjI1IiB2aWV3Qm94PSIwIDAgOS41OSAyNSIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIDxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9ImFycjIuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik0xNDQ3Ljg0LDc2Ny4zMTdsLTYuMTktOS40NGExLjI2MiwxLjI2MiwwLDAsMSwuMjQtMS42NTMsMSwxLDAsMCwxLDEuNDkuMjYxbDcuNDIsMTEuMzJjMC4wMywwLjA0Ny4wNCwwLjEsMC4wNywwLjE1czAuMDQsMC4wODMuMDYsMC4xM2ExLjMxMywxLjMxMywwLDAsMSwwLC44MzFjLTAuMDIuMDQ3LS4wNCwwLjA4Ni0wLjA2LDAuMTNzLTAuMDQuMS0uMDcsMC4xNWwtNy40MiwxMS4zMmExLjA0NSwxLjA0NSwwLDAsMS0uODcuNDg3LDEsMSwwLDAsMS0uNjItMC4yMjYsMS4yNjIsMS4yNjIsMCwwLDEtLjI0LTEuNjUzbDYuMTktOS40NHYtMi4zNjdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTQ0MS40NCAtNzU2KSIgZmlsbD0iIzJkY2NiYyIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIi8+Cjwvc3ZnPg==") right 0px top 50% / 5px no-repeat;
}
.title-page .blocklist-10 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-10 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-10 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-10 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-10 .all {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-10 .controls {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  margin-top: 45px;
  z-index: 1;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-align: justify;
  margin-right: 50px;
  bottom: auto;
}
.title-page .blocklist-10 .prev {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSI5LjU2MyIgdmlld0JveD0iMCAwIDI1IDkuNTYzIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0idXAuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzgzLjY4LDcwMy4xNTZsOS40NCw2LjE4NmExLjI3NywxLjI3NywwLDAsMCwxLjY2LS4yMzUsMSwxLDAsMCwwLS4yNy0xLjQ4OUwxMzgzLjIsNzAwLjJjLTAuMDUtLjAzLTAuMTEtMC4wNDUtMC4xNi0wLjA2OWExLjMyOSwxLjMyOSwwLDAsMC0uMTItMC4wNTksMS4zMTMsMS4zMTMsMCwwLDAtLjg0LDBjLTAuMDQuMDE2LS4wOCwwLjAzOC0wLjEzLDAuMDU5cy0wLjEuMDM5LS4xNSwwLjA2OWwtMTEuMzIsNy40MThhMS4wNDYsMS4wNDYsMCwwLDAtLjQ4Ljg2NCwwLjk5NCwwLjk5NCwwLDAsMCwuMjIuNjI1LDEuMjc3LDEuMjc3LDAsMCwwLDEuNjYuMjM1bDkuNDQtNi4xODZoMi4zNloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMzcwIC03MDApIiBmaWxsPSIjNTEzY2EyIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiLz4KPC9zdmc+") left 50% top 50% / 13px no-repeat;
  box-sizing: border-box;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-10 .prev:hover, .title-page .blocklist-10 .prev.hover, .title-page .blocklist-10 .prev.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSI5LjU2MyIgdmlld0JveD0iMCAwIDI1IDkuNTYzIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0idXAuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzgzLjY4LDcwMy4xNTZsOS40NCw2LjE4NmExLjI3NywxLjI3NywwLDAsMCwxLjY2LS4yMzUsMSwxLDAsMCwwLS4yNy0xLjQ4OUwxMzgzLjIsNzAwLjJjLTAuMDUtLjAzLTAuMTEtMC4wNDUtMC4xNi0wLjA2OWExLjMyOSwxLjMyOSwwLDAsMC0uMTItMC4wNTksMS4zMTMsMS4zMTMsMCwwLDAtLjg0LDBjLTAuMDQuMDE2LS4wOCwwLjAzOC0wLjEzLDAuMDU5cy0wLjEuMDM5LS4xNSwwLjA2OWwtMTEuMzIsNy40MThhMS4wNDYsMS4wNDYsMCwwLDAtLjQ4Ljg2NCwwLjk5NCwwLjk5NCwwLDAsMCwuMjIuNjI1LDEuMjc3LDEuMjc3LDAsMCwwLDEuNjYuMjM1bDkuNDQtNi4xODZoMi4zNloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMzcwIC03MDApIiBmaWxsPSIjMmRjY2JjIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiLz4KPC9zdmc+") left 50% top 50% / 13px no-repeat;
}
.title-page .blocklist-10 .next {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSI5LjU5NCIgdmlld0JveD0iMCAwIDI1IDkuNTk0IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iZG93bi5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTEzODMuNjgsODMzLjgxMWw5LjQ0LTYuMTlhMS4yNzYsMS4yNzYsMCwwLDEsMS42Ni4yMzYsMSwxLDAsMCwxLS4yNywxLjQ4OWwtMTEuMzEsNy40MjJhMS4zNzksMS4zNzksMCwwLDEtLjE2LjA2OWMtMC4wNC4wMjEtLjA4LDAuMDQ0LTAuMTIsMC4wNmExLjMxMywxLjMxMywwLDAsMS0uODQsMGMtMC4wNC0uMDE2LTAuMDgtMC4wMzktMC4xMy0wLjA1OWExLjQ0MSwxLjQ0MSwwLDAsMS0uMTUtMC4wN2wtMTEuMzItNy40MjJhMS4wNDYsMS4wNDYsMCwwLDEtLjQ4LTAuODY0LDAuOTk0LDAuOTk0LDAsMCwxLC4yMi0wLjYyNSwxLjI3NiwxLjI3NiwwLDAsMSwxLjY2LS4yMzZsOS40NCw2LjE5aDIuMzZaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTM3MCAtODI3LjQwNikiIGZpbGw9IiM1MTNjYTIiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIvPgo8L3N2Zz4=") left 50% top 50% / 13px no-repeat;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-10 .next:hover, .title-page .blocklist-10 .next.hover, .title-page .blocklist-10 .next.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSI5LjU5NCIgdmlld0JveD0iMCAwIDI1IDkuNTk0IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iZG93bi5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTEzODMuNjgsODMzLjgxMWw5LjQ0LTYuMTlhMS4yNzYsMS4yNzYsMCwwLDEsMS42Ni4yMzYsMSwxLDAsMCwxLS4yNywxLjQ4OWwtMTEuMzEsNy40MjJhMS4zNzksMS4zNzksMCwwLDEtLjE2LjA2OWMtMC4wNC4wMjEtLjA4LDAuMDQ0LTAuMTIsMC4wNmExLjMxMywxLjMxMywwLDAsMS0uODQsMGMtMC4wNC0uMDE2LTAuMDgtMC4wMzktMC4xMy0wLjA1OWExLjQ0MSwxLjQ0MSwwLDAsMS0uMTUtMC4wN2wtMTEuMzItNy40MjJhMS4wNDYsMS4wNDYsMCwwLDEtLjQ4LTAuODY0LDAuOTk0LDAuOTk0LDAsMCwxLC4yMi0wLjYyNSwxLjI3NiwxLjI3NiwwLDAsMSwxLjY2LS4yMzZsOS40NCw2LjE5aDIuMzZaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTM3MCAtODI3LjQwNikiIGZpbGw9IiMyZGNjYmMiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIvPgo8L3N2Zz4=") left 50% top 50% / 13px no-repeat;
}
.title-page .blocklist-10 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-10 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-10 .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-10 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .blocklist-10 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-10 .bx-controls-auto {
  box-sizing: border-box;
  display: block;
}
.title-page .blocklist-10 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-10 .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-10 .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-10 .pager-wrap {
  box-sizing: border-box;
  display: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-10 .bx-pager {
  margin: auto auto 0;
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
  visibility: visible;
}
.title-page .blocklist-10 .bx-pager-item {
  display: block;
  box-sizing: border-box;
}
.title-page .blocklist-10 .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;
  height: 10px;
}
.title-page .blocklist-10 .bx-pager a:active, .title-page .blocklist-10 .bx-pager a.active {
  background: #bbb;
}
.title-page .popover-container-10 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-10 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-10 .popover-form-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
  font-family: Roboto Condensed, sans-serif;
  color: #333;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-10 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-10 .popover-body .s3_form_item {
  margin-top: 0;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
  padding-top: 0.02px;
}
.title-page .popover-wrap-10 .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-10 .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-10 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-10 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-10 .popover-body .s3_form_item.form_div {
  padding-top: 20px;
  margin-top: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-10 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 22px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  text-align: left;
  color: #000;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-10 .popover-body .s3_form_item.form_html_block {
  padding-top: 20px;
  margin-top: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-10 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-10 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Roboto Condensed, sans-serif;
  text-align: left;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-10 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-10 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-10 .popover-body .s3_form_item.form_checkbox {
  padding-top: 20px;
  margin-top: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-10 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-10 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-10 .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-10 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-10 .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-10 .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-10 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Roboto, sans-serif;
  text-align: left;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-10 .popover-body .s3_form_item.form_radio {
  padding-top: 20px;
  margin-top: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-10 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-10 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-10 .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-10 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-10 .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-10 .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-10 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Roboto, sans-serif;
  text-align: left;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-10 .popover-body .s3_form_item.form_select {
  padding-top: 20px;
  margin-top: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-10 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-10 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-10 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Roboto Condensed, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-10 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-10 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-10 .popover-body .s3_form_item.form_calendar {
  padding-top: 20px;
  margin-top: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-10 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-10 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-10 .popover-body .s3_form_item.form_calendar_interval {
  padding-top: 20px;
  margin-top: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-10 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-10 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-10 .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-10 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-10 .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-10 .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-10 .popover-body .s3_form_item.form_upload {
  padding-top: 20px;
  margin-top: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-10 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-10 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-10 .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-10 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-10 .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-10 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-10 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-10 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .widget-32 {
  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-51 .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-51 .side-panel-content {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 265px;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
}
.title-page .side-panel-51 .side-panel-close {
  position: absolute;
  z-index: 1;
  left: 100%;
  top: 0;
  box-sizing: border-box;
  font-size: 0;
  width: 29px;
  min-height: 29px;
  background: url("../images/wm_side_panel_cross.png") left 50% top 50% / auto no-repeat #eee;
  cursor: pointer;
  text-align: left;
}
.title-page .side-panel-51 .side-panel-content-inner {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  position: relative;
  z-index: 0;
}
.title-page .side-panel-51 .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;
}
.title-page .side-panel-51 .side-panel-button {
  padding: 4px 5px 7px;
  box-sizing: border-box;
  font-size: 0;
  width: 29px;
  min-height: 0;
  background: #eee;
  cursor: pointer;
  -webkit-order: 2;
  -moz-order: 2;
  order: 2;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  pointer-events: auto;
  position: relative;
  z-index: 10;
  text-align: left;
}
.title-page .side-panel-51 .side-panel-button-icon {
  display: block;
}
.title-page .side-panel-51 .side-panel-button-icon-line {
  box-sizing: border-box;
  display: block;
  min-height: 3px;
  margin-top: 3px;
  background: #000;
}
.title-page .side-panel-51 .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-21 {
    -webkit-order: 5;
    -moz-order: 5;
    order: 5;
  }
  .title-page .block-20 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 60px;
  }
  .title-page .widget-26 {
    min-height: 0;
    -webkit-order: 5;
    -moz-order: 5;
    order: 5;
    display: block;
  }
  .title-page .popover-wrap-45 .popover-body {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .editable_block-45 .body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    min-height: 0;
  }
  .title-page .editable_block-45 .title {
    padding-top: 0.02px;
    font-size: 35px;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .editable_block-45 .image {
    display: none;
  }
  .title-page .editable_block-45 .text {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .editable_block-45 .more {
    clear: none;
  }
  .title-page .block-12 {
    -webkit-order: 7;
    -moz-order: 7;
    order: 7;
  }
  .title-page .block-13 {
    padding: 60px 40px;
    width: auto;
    background: none;
    margin-left: autopx;
    margin-right: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .block-15 .layout_38 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    width: 100%;
    display: none;
  }
  .title-page .block-15 .layout_49 {
    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-15 .layout_50 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-15 {
    background: none;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .widget-21 {
    display: none;
    margin-top: 15px;
    margin-right: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-27 {
    padding: 40px;
    width: auto;
    background: repeating-linear-gradient(to bottom right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), linear-gradient(rgba(81, 60, 162, 0.4), rgba(81, 60, 162, 0.4)), url("../images/54765146_2.jpg") left 50% top 50% / cover no-repeat fixed;
    margin-top: 20px;
  }
  .title-page .widget-25 {
    width: auto;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .menu-col-44 .columns-cell {
    background: none;
  }
  .title-page .block-26 {
    background: none;
    padding-top: 0.02px;
    padding-bottom: 0.02px;
  }
  .title-page .block-16 {
    width: auto;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .widget-17 {
    margin-right: auto;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .block-17 {
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-16 {
    width: auto;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    right: 0;
    display: block;
  }
  .title-page .schedule-32 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .schedule-32 .block-body-drop {
    width: 100%;
    margin-left: 0;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .title-page .schedule-32 .title {
    display: block;
  }
  .title-page .widget-18 {
    text-align: left;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
    min-height: 0;
    display: block;
  }
  .title-page .email-35 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .email-35 .block-body-drop {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    margin-left: 0;
  }
  .title-page .email-35 .text_body {
    margin-top: 0;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-19 {
    margin-left: auto;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    min-height: 0;
    display: block;
  }
  .title-page .address-36 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .address-36 .block-body-drop {
    width: 100%;
    margin-left: 0;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .title-page .address-36 .text_body {
    min-height: 0;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-20 {
    margin-left: auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .phones-37 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .phones-37 .block-body-drop {
    width: 100%;
    margin-left: 0;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .title-page .block-18 {
    background: #292929;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-19 .layout_41 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: 100%;
    display: none;
  }
  .title-page .block-19 .layout_42 {
    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-19 .layout_43 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-19 {
    width: auto;
    background: #0074BA;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .widget-22 {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    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-23 {
    text-align: center;
    margin-top: 15px;
    margin-right: auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-24 {
    margin-left: auto;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .block-11 .layout_23 {
    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-11 .layout_24 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-11 {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-order: 6;
    -moz-order: 6;
    order: 6;
  }
  .title-page .widget-12 {
    border: none;
    margin-top: 40px;
    width: auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    right: 0;
    padding-left: 0;
    background: none;
  }
  .title-page .form-23 .form__header {
    margin-bottom: 20px;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .form-23 .form__text {
    padding-left: 0;
    background: none;
  }
  .title-page .form-23 .form-item-group {
    width: 300px;
  }
  .title-page .form-23 .form-text {
    background: none;
  }
  .title-page .widget-13 {
    -webkit-order: 9;
    -moz-order: 9;
    order: 9;
    padding-right: 0;
  }
  .title-page .popover-wrap-24 .popover-body {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .blocklist-24 .header {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    background: none;
  }
  .title-page .blocklist-24 .header_text {
    font-size: 35px;
    background: none;
  }
  .title-page .blocklist-24 .body-outer {
    width: auto;
  }
  .title-page .blocklist-24 .body {
    width: auto;
  }
  .title-page .blocklist-24 .item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .blocklist-24 .image {
    margin-right: 0;
    float: none;
    background: none;
  }
  .title-page .block-9 {
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
  }
  .title-page .block-10 {
    width: auto;
    background: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-11 {
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
    display: block;
  }
  .title-page .popover-wrap-19 .popover-body {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .blocklist-19 .header {
    background: none;
  }
  .title-page .blocklist-19 .header_text {
    font-size: 35px;
    background: none;
  }
  .title-page .blocklist-19 .body-outer {
    width: auto;
  }
  .title-page .blocklist-19 .body {
    width: auto;
  }
  .title-page .blocklist-19 .item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .blocklist-19 .image {
    margin-right: 0;
    margin-bottom: 0;
    float: none;
  }
  .title-page .blocklist-19 .title:hover, .title-page .blocklist-19 .title.hover, .title-page .blocklist-19 .title.active {
    font-weight: 500;
  }
  .title-page .block-8 {
    background: none;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
  }
  .title-page .block-7 {
    width: auto;
    background: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-10 {
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .popover-wrap-18 .popover-body {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .editable_block-18 .body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .editable_block-18 .more {
    clear: none;
  }
  .title-page .widget-9 {
    background: none;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .popover-wrap-15 .popover-body {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .blocklist-15 .header {
    background: none;
  }
  .title-page .blocklist-15 .header_text {
    font-size: 35px;
    background: none;
  }
  .title-page .blocklist-15 .body-outer {
    width: auto;
    padding-bottom: 50px;
  }
  .title-page .blocklist-15 .body {
    width: auto;
  }
  .title-page .blocklist-15 .item-outer {
    width: 50%;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
  }
 .item-outer {
    width: 50%;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
  }
  .widget-30 .list {
    margin-top: 20px;
  }
  .list .item-outer {
    width: 50%;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
  }
  .title-page .blocklist-15 .item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .blocklist-15 .image {
    margin-right: 0;
    margin-bottom: 0;
    float: none;
  }
  .image {
    margin-right: 0;
    margin-bottom: 0;
    float: none;
  }
  .title-page .blocklist-15 .bx-wrapper {
    max-width: 688px;
  }
  .title-page .blocklist-15 .bx-pager a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #e8e6f0;
  }
  .title-page .blocklist-15 .bx-pager a:hover, .title-page .blocklist-15 .bx-pager a.hover, .title-page .blocklist-15 .bx-pager a.active {
    background: #0074BA;
  }
  .title-page .blocklist-15 .bx-pager a:active, .title-page .blocklist-15 .bx-pager a.active {
    background: #2dccbc;
  }
  .title-page .block-4 {
    background: none;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .block-3 .layout_5 {
    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-3 .layout_6 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: 100%;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-3 .layout_7 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-3 {
    width: auto;
    background: none;
    margin-left: 0;
    margin-right: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .widget-5 {
    margin-top: auto;
    margin-left: auto;
  }
  .title-page .phones-7 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .phones-7 .block-body-drop {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    margin-left: 0;
  }
  .title-page .block-2 {
    margin-top: auto;
    margin-right: auto;
  }
  .title-page .widget-3 {
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-2 {
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .block-6 {
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-5 .layout_10 {
    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-5 .layout_12 {
    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-5 {
    width: auto;
    background: none;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-8 {
    margin-left: 0;
    padding-left: 40px;
    padding-right: 40px;
  }
  .title-page .popover-wrap-12 .popover-body {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .editable_block-12 .body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .editable_block-12 .title {
    font-size: 50px;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .editable_block-12 .image {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .editable_block-12 .text {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .editable_block-12 .price {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .editable_block-12 .more {
    clear: none;
    background: none;
  }
  .title-page .widget-6 {
    width: auto;
    margin-bottom: 50px;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    padding-right: 40px;
  }
  .title-page .popover-wrap-10 .popover-body {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .blocklist-10 .header {
    background: none;
  }
  .title-page .blocklist-10 .body-outer {
    width: auto;
  }
  .title-page .blocklist-10 .body {
    width: auto;
  }
  .title-page .blocklist-10 .item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .blocklist-10 .image {
    margin-right: 0;
    float: none;
  }
  .title-page .blocklist-10 .img-convert {
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .blocklist-10 .more {
    background: none;
  }
  .title-page .blocklist-10 .controls {
    display: none;
    margin-right: 40px;
  }
  .title-page .widget-32 {
    text-align: left;
    box-sizing: border-box;
    min-height: 50px;
    -webkit-order: 10;
    -moz-order: 10;
    order: 10;
  }
  .title-page .side-panel-51 .side-panel-content {
    left: auto;
    right: 0;
  }
  .title-page .side-panel-51 .side-panel-close {
    border: none;
    left: auto;
    right: 100%;
    width: 50px;
    min-height: 50px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: url("../images/closew.svg") left 50% top 50% / 23px no-repeat #0074BA;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .title-page .side-panel-51 .side-panel-top {
    width: auto;
  }
  .title-page .side-panel-51 .side-panel-button {
    border: none;
    width: 50px;
    min-height: 50px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: #0074BA;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    padding-top: 12px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .title-page .side-panel-51 .side-panel-button-icon-line {
    border: none;
    margin-top: 4px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: #fff;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .title-page .editable_block-12 .title {
		font-size: 60px;
  }
  .title-page .editable_block-12 .slider-buttons {
    margin-top: 40px;
  }
}
@media all and (max-width: 768px) {
  .title-page .block-20 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .title-page .block-13 {
    margin-left: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .title-page .block-15 .layout_38 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: none;
  }
  .title-page .block-15 .layout_49 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-15 .layout_50 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-27 {
    padding: 0.02px 20px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .title-page .block-26 {
    margin-top: 15px;
  }
  .title-page .block-17 {
    margin-bottom: 0;
  }
  .title-page .widget-19 {
    margin-right: auto;
  }
  .title-page .widget-20 {
    margin-right: auto;
  }
  .title-page .block-19 .layout_41 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-19 .layout_42 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-19 .layout_43 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-19 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .title-page .block-11 .layout_23 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-11 .layout_24 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-11 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .title-page .blocklist-24 .body {
    margin-right: -10px;
    margin-left: -10px;
  }
  .title-page .blocklist-24 .item-outer {
    width: 33.33%;
  }
  .title-page .blocklist-24 .item {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-24 .image {
    margin-left: 0;
    margin-top: 0;
  }
  .title-page .block-10 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .title-page .blocklist-19 .title {
    font-size: 19px;
  }
  .title-page .block-7 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .title-page .blocklist-15 .item {
    padding: 20px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .item {
    padding: 20px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-15 .title {
    font-size: 19px;
    margin-top: 20px;
  }
  .image .title {
    font-size: 19px;
    margin-top: 20px;
  }
  .image .title {
    font-size: 19px;
    margin-top: 20px;
  }
  .title-page .blocklist-15 .bx-wrapper {
    max-width: 580px;
  }
  .title-page .block-3 .layout_5 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-3 .layout_6 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-3 .layout_7 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-3 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .title-page .widget-5 {
    margin-top: 40px;
    margin-left: 10px;
  }
  .title-page .block-2 {
    width: auto;
    margin-top: 15px;
    margin-right: 0;
    right: 0;
  }
  .title-page .widget-3 {
    margin-top: -50px;
  }
  .title-page .site-name-3 .sn-text {
    min-height: 0;
  }
  .title-page .block-5 .layout_10 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-5 .layout_12 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-5 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .title-page .widget-8 {
    min-height: 0;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }
  .title-page .editable_block-12 .more {
    margin-top: 20px;
    padding-top: 20px;
  }
  .title-page .widget-6 {
    margin-top: 40px;
  }
  .title-page .blocklist-10 .item-outer {
    width: 100%;
  }
}
@media all and (max-width: 640px) {
  .title-page .block-20 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .title-page .block-13 {
    padding: 50px 30px;
  }
  .title-page .block-15 .layout_38 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: none;
  }
  .title-page .block-15 .layout_49 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-15 .layout_50 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-27 {
    margin-top: 15px;
  }
  .title-page .block-16 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  .title-page .widget-17 {
    text-align: center;
    margin-right: 0;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .block-17 {
    min-height: 0;
  }
  .title-page .widget-16 {
    text-align: center;
  }
  .title-page .schedule-32 .cell-text {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .schedule-32 .title {
    text-align: center;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .schedule-32 .text_body {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }

  .title-page .widget-18 {
    text-align: center;
  }
  .title-page .widget-19 {
    text-align: center;
    margin-right: 0;
  }
  .title-page .widget-20 {
    text-align: center;
    margin-right: 0;
  }
  .title-page .block-19 .layout_41 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-19 .layout_42 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-19 .layout_43 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-23 {
    margin-bottom: 0;
    margin-right: 0;
  }
  .title-page .widget-24 {
    margin-top: 15px;
    margin-right: auto;
    margin-bottom: 0;
  }
  .title-page .block-11 .layout_23 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-11 .layout_24 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-11 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .title-page .form-23 .form-submit button {
    width: 100%;
  }
  .title-page .form-23 .form-captcha .form-submit-container {
    width: 100%;
  }
  .title-page .form-23 .form-captcha button {
    width: 100%;
  }
  .title-page .widget-13 {
    margin-top: 15px;
    margin-bottom: 0;
  }
  .title-page .blocklist-24 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-24 .item-outer {
    width: 50%;
  }
  .title-page .block-10 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .title-page .blocklist-19 .header {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .blocklist-19 .header_text {
    width: auto;
    margin-right: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
  }
  .title-page .blocklist-19 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .block-7 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .title-page .blocklist-15 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-15 .item-outer {
    width: 100%;
  }
  .list .item-outer {
    width: 100%;
  }
  .title-page .blocklist-15 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-15 .bx-wrapper {
    max-width: 420px;
  }
  .title-page .block-3 .layout_5 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-3 .layout_6 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-3 .layout_7 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-3 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .title-page .widget-5 {
    margin-top: 15px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: 10px;
  }
  .title-page .block-2 {
    margin-bottom: 0;
  }
  .title-page .block-5 .layout_10 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-5 .layout_12 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-5 {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
  }
  .title-page .widget-8 {
    margin-top: 15px;
    margin-bottom: 0;
  }
  .title-page .widget-6 {
    margin-top: 15px;
    margin-bottom: 0;
  }
}
@media all and (max-width: 480px) {
  .title-page .editable_block-45 .title {
    font-size: 25px;
  }
  .title-page .editable_block-45 .image {
    float: none;
    margin-left: 0;
  }
  .title-page .editable_block-45 .text {
    margin-left: 0;
  }
  .title-page .block-13 {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .block-15 .layout_38 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: none;
  }
  .title-page .block-15 .layout_49 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-15 .layout_50 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-16 {
    padding-right: 0;
  }
  .title-page .widget-17 {
    width: 1075px;
    margin-bottom: 15px;
  }
  .title-page .widget-16 {
    margin-bottom: 15px;
  }
  .title-page .widget-18 {
    margin-top: 0;
  }
  .title-page .email-35 .inner {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .email-35 .icon {
    margin-right: auto;
    margin-left: auto;
  }
  .title-page .email-35 .block-body-drop {
    left: auto;
    top: 100%;
    right: auto;
    bottom: auto;
  }
  .title-page .widget-19 {
    margin: 0 auto 20px 0;
  }
  .title-page .address-36 .inner {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .address-36 .icon {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
  }
  .title-page .address-36 .block-body-drop {
    left: auto;
    top: 100%;
    right: auto;
    bottom: auto;
  }
  .title-page .address-36 .text_body {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .widget-20 {
    margin-left: 0;
    margin-bottom: 20px;
    margin-right: auto;
  }
  .title-page .phones-37 .inner {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .phones-37 .icon {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
  }
  .title-page .phones-37 .block-body-drop {
    left: auto;
    top: 100%;
    right: auto;
    bottom: auto;
  }
  .title-page .block-19 .layout_41 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-19 .layout_42 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-19 .layout_43 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-23 {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .block-11 .layout_23 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-11 .layout_24 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-11 {
    padding: 40px 20px;
  }
  .title-page .widget-12 {
    margin-top: 15px;
  }
  .title-page .form-23 .form-item-group {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .form-23 .group-text {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
  }
  .title-page .blocklist-24 .header_text {
    font-size: 21px;
  }
  .title-page .blocklist-24 .body {
    margin-right: -10px;
    margin-left: -10px;
  }
  .title-page .blocklist-24 .item {
    margin-right: 10px;
    margin-left: 10px;
  }
  .title-page .blocklist-19 .header_text {
    font-size: 25px;
  }
  .title-page .blocklist-19 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-19 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-19 .image {
    margin-bottom: 20px;
  }
  .title-page .block-7 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .editable_block-18 .image {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .blocklist-15 .header {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .blocklist-15 .header_text {
    font-size: 25px;
  }
  .title-page .blocklist-15 .image {
    margin-bottom: 20px;
  }
  .image {
    margin-bottom: 20px;
  }
  .title-page .blocklist-15 .bx-wrapper {
    max-width: 280px;
  }
  .title-page .block-3 .layout_5 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-3 .layout_6 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-3 .layout_7 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-5 {
    text-align: left;
    width: 1146px;
    margin-left: 0;
  }
  .title-page .phones-7 .title {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .block-2 {
    padding-right: 0;
  }
  .title-page .widget-3 {
    width: 602px;
    margin-top: 0;
    margin-left: 0;
  }
  .title-page .site-name-3 .sn-text {
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .title-page .block-5 .layout_10 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-5 .layout_12 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .editable_block-12 .title {
    font-size: 3rem;
  }
  .title-page .editable_block-12 .image {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-6 {
    min-width: 0;
    right: 0;
  }
  .title-page .block-5 {
    padding: 0;
  }
}
.title-page .side-panel .widget-25 {
  padding: 50px 20px;
  margin: 0;
  border: none;
  z-index: 1;
  width: 310px;
  left: 0;
  top: 0;
  position: relative;
  right: 0;
  text-align: left;
  min-height: 0;
  box-sizing: border-box;
  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: #0074BA;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .side-panel .menu-col-44 ul.menu-columns-items > li > a:hover, .title-page .side-panel .menu-col-44 ul.menu-columns-items > li > a.hover, .title-page .side-panel .menu-col-44 ul.menu-columns-items > li > a.active {
  color: #2dccbc;
}
.title-page .side-panel .menu-col-44 ul.menu-columns-items ul a:hover, .title-page .side-panel .menu-col-44 ul.menu-columns-items ul a.hover, .title-page .side-panel .menu-col-44 ul.menu-columns-items ul a.active {
  color: #2dccbc;
}
.title-page .side-panel .widget-4 {
  margin: 0 0 20px;
  z-index: 2;
  text-align: right;
  padding-left: 0;
  padding-right: 0;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: auto;
  left: 0;
  top: 0;
  position: relative;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  right: 0;
  box-sizing: border-box;
  font-family: Roboto Condensed, sans-serif;
  display: -webkit-flex;
  display: flex;
}
.title-page .side-panel .menu-6 .menu-scroll > ul {
  display: block;
}
.title-page .side-panel .menu-6 .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-6 .menu-scroll > ul > li.menu-item {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .side-panel .menu-6 .menu-scroll > ul ul {
  position: static;
  width: auto;
}
.title-page .side-panel .menu-6 .menu-scroll > ul ul > li > a:hover, .title-page .side-panel .menu-6 .menu-scroll > ul ul > li > a.hover, .title-page .side-panel .menu-6 .menu-scroll > ul ul > li > a.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0Ny4wMyIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDQ3LjAzIDI1IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iYXJyLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNMTQ0MC45Myw3NjguMDg1YTEuMzEzLDEuMzEzLDAsMCwxLDAsLjgzMWMtMC4wMi4wNDctLjA0LDAuMDg2LTAuMDYsMC4xM3MtMC4wNC4xLS4wNywwLjE1bC03LjQyLDExLjMyYTEuMDQ1LDEuMDQ1LDAsMCwxLS44Ny40ODcsMSwxLDAsMCwxLS42Mi0wLjIyNiwxLjI2MiwxLjI2MiwwLDAsMS0uMjQtMS42NTNsNi4xOS05LjQ0aC00Mi43N2ExLjE5LDEuMTksMCwwLDEsMC0yLjM2N2g0Mi43N2wtNi4xOS05LjQ0YTEuMjYyLDEuMjYyLDAsMCwxLC4yNC0xLjY1MywxLDEsMCwwLDEsMS40OS4yNjFsNy40MiwxMS4zMmMwLjAzLDAuMDQ3LjA0LDAuMSwwLjA3LDAuMTVTMTQ0MC45MSw3NjguMDM4LDE0NDAuOTMsNzY4LjA4NVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMzk0IC03NTYpIiBmaWxsPSIjMmRjY2JjIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiLz4KPC9zdmc+") right 0px top 50% / 24px no-repeat;
}
.title-page .side-panel .menu-6 .menu-scroll > ul ul > li > a:active, .title-page .side-panel .menu-6 .menu-scroll > ul ul > li > a.active {
  background: none;
}
.title-page .side-panel .menu-6 .menu-scroll > ul ul ul {
  position: static;
  width: auto;
}
.title-page .side-panel .menu-6 .menu-scroll > ul > li.menu-item > a {
  width: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
.title-page .side-panel .menu-6 .menu-scroll > ul > li.menu-item > a:hover, .title-page .side-panel .menu-6 .menu-scroll > ul > li.menu-item > a.hover, .title-page .side-panel .menu-6 .menu-scroll > ul > li.menu-item > a.active {
  color: #fff;
  background: #0074BA;
}
.title-page .side-panel .menu-6 .menu-scroll > ul > li.menu-item > a:active, .title-page .side-panel .menu-6 .menu-scroll > ul > li.menu-item > a.active {
  color: #0074BA;
  background: transparent;
}
.title-page .side-panel .menu-6 .menu-scroll > ul > li.more-button {
  display: none;
}


.title-page .blocklist-15 .more > a:hover{
	background:  url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5LjU5IiBoZWlnaHQ9IjI1IiB2aWV3Qm94PSIwIDAgOS41OSAyNSIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIDxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9ImFycjIuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik0xNDQ3Ljg0LDc2Ny4zMTdsLTYuMTktOS40NGExLjI2MiwxLjI2MiwwLDAsMSwuMjQtMS42NTMsMSwxLDAsMCwxLDEuNDkuMjYxbDcuNDIsMTEuMzJjMC4wMywwLjA0Ny4wNCwwLjEsMC4wNywwLjE1czAuMDQsMC4wODMuMDYsMC4xM2ExLjMxMywxLjMxMywwLDAsMSwwLC44MzFjLTAuMDIuMDQ3LS4wNCwwLjA4Ni0wLjA2LDAuMTNzLTAuMDQuMS0uMDcsMC4xNWwtNy40MiwxMS4zMmExLjA0NSwxLjA0NSwwLDAsMS0uODcuNDg3LDEsMSwwLDAsMS0uNjItMC4yMjYsMS4yNjIsMS4yNjIsMCwwLDEtLjI0LTEuNjUzbDYuMTktOS40NHYtMi4zNjdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTQ0MS40NCAtNzU2KSIgZmlsbD0iIzUxM2NhMiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIi8+Cjwvc3ZnPg==") right 0px top 50% / 5px no-repeat;
}
/*Google map*/
/* #map {
  background-image: url(/images/footer-map.jpg);
  background-repeat: no-repeat;
} */
#map iframe {
  position: absolute;
  width: 100%;
  height: 450px;
}
#map .container {
  margin: 0 auto;
  max-width: 84%;
  position: relative;
  padding-top: 50px;
  padding-bottom: 31px;
  font-family: Roboto Condensed, sans-serif;
}
#map .address .copyright {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
}
#map .address .schedule {
  font-size: 17px;
  font-weight: bold;
  margin: 15px 0 0;
}
#map .address .schedule .title {
  color: #0074BA;
  font-size: 18px;
  margin-bottom: 5px;
}
#map .address .phone {
  margin: 15px 0 0;
}
#map .address .phone a {
  text-decoration: none;
  color: #888484;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 17px;
  color: #575757;
}
#map .address .info {
  color: rgba(51, 51, 51, 0.8);
  font-size: 16px;
}
#map .address .button {
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  background-color: #4a90e8;
  color: #fff;
  text-align: center;
  width: 230px;
  padding: 15px 0;
  margin-left: 28px;
  margin-top: 27px;
  font-family: 'Noto Sans', sans-serif;
  cursor: pointer;
}

.open_modal a{ text-decoration:none; color:#000;}
.open_modal p {
    background: #ee7156;
    border-radius: 5px;
    padding: 2px 44px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0 0 0 -50%;
    display: block;
    width: 225px;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  cursor: default;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 99999;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -ms-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s
}
.popup, .popup2{
    width: 100%;
    max-width: 350px;
    display: flex;
    left: 50%;
    opacity: 0;
    position: fixed;
    text-align: justify;
    top: 45%;
    visibility: hidden;
    justify-content: center;
    z-index: 999999;
    font-family: Roboto Condensed, sans-serif;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
}
.contact-form {
  box-sizing: border-box;
  width: 100%;
  max-width: 400px;
  background: #fff;
  padding: 0 30px;
  box-shadow: 0 3px 35px rgba(0, 0, 0, .1);
}

.contact-form__title {
  box-sizing: border-box;
  margin: 0 -30px 30px;
  padding: 15px 30px;
  width: calc(100% + 60px);
  line-height: 1.5;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  background: url("../images/bg.png") top left repeat,
      #4a90e8;
  color: #fff;
}

.contact-form__description {
  display: none;
  text-align: center;
  font-size: 18px;
}

.contact-form__input-wrapper {
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.contact-form__input {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  box-sizing: border-box;
  border: 1px solid #e2e2e2;
  background: #fbfbfb;
  font: 16px 'PT Sans',
      sans-serif;
  -webkit-appearance: none;
}

.contact-form__text {
  height: 80px;
  padding: 15px;
  resize: vertical;
  font: 16px 'PT Sans',sans-serif;
  margin: 0;
}
.contact-form__button {
  background: #4a90e8;
  font-family: Roboto Condensed, sans-serif;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 240px;
  margin:10px 10px;
  height: 50px;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  border: none;
  -webkit-appearance: none;
  cursor: pointer;
  outline: none;
  transition: .3s;
  padding: 2px 0 0 0;
  font-family: 'Noto Sans', sans-serif;
}
.contact-form__button:hover {
  transition: .3s;
  background: #2eb7ab;
}
  .popup2 {
    padding: 25px;
    box-sizing: border-box;
    background: #fff;
    font-family: Roboto Condensed, sans-serif;
    box-shadow: 0 3px 35px rgba(0, 0, 0, .1);
  }
  .popup .close_modal {
    position: absolute;
    top: -15px;
    right: -15px;
    cursor: pointer;
    color: #000;
    font-family: 'tahoma', sans-serif;
    text-align: center;
    font-size: 25px;
    background: #f24444;
    padding: 2px 11px 5px 12px;
    color: #fff;
    height: 32px;
    width: 17px;
  }
  .popup2 .close_modal  {
      position: absolute;
      top: -14px;
      right: -12px;
      cursor: pointer;
      font-family: 'tahoma', sans-serif;
      text-align: center;
      font-size: 25px;
      background: #f24444;
      padding: 2px 11px 5px 12px;
      color: #fff;

  }
  .popup2 h5 {
  text-align: center;	
  font-size: 1.5em;
  color: #000;
  font-weight: normal;
  margin: 0;
    }
  .popup2 p {
    font-family: verdana;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }
  .popup2 p strong{
    font-size: 1em;
    line-height: 30px;
    font-weight: normal;
    display: block;
  }
  @media (max-width: 480px) {
    .form-wrapper {
        padding: 15px;
    }
  
    .contact-form {
        padding: 0 15px 15px;
    }
  
    .contact-form__title {
        margin: 0 -15px 30px;
        padding: 15px 30px;
        width: calc(100% + 30px);
        font-size: 18px;
    }
  
    .contact-form__checkbox {
        margin-top: 1px;
    }
  
    .contact-form__checkbox-label {
        font-size: 14px;
    }
  
    .contact-form__input-wrapper {
        align-items: flex-start;
    }
    .popup .close_modal {
      top: 0px;
      right: 15px;
    }
    .title-page .editable_block-12 .slider-buttons .buttons-center {
      text-align: center;
      justify-content: center;
    }
    .title-page .editable_block-12 .slider-buttons a {
      margin-bottom: 20px;
    }
    #feedbackFormModal {
      top: 50px;
    }
    .editorElement #map .container-m {
      max-width: 100%;
    }
  }
/* Р‘Р°Р·РѕРІС‹Р№ РєРѕРЅС‚РµР№РЅРµСЂ С‚Р°Р±РѕРІ */
       
.tabs {
  /* min-width: 320px;
  max-width: 800px; */
  padding: 0px;
  margin: 0 auto;
}
/* РЎС‚РёР»Рё СЃРµРєС†РёР№ СЃ СЃРѕРґРµСЂР¶Р°РЅРёРµРј */

.tabs > section {
  display: none;
  padding: 15px;
  background: #fff;
  border: 1px solid #ddd;
}

.tabs > section > p {
  margin: 0 0 5px;
  line-height: 1.5;
  color: #383838;
  /* РїСЂРёРєСЂСѓС‚РёРј Р°РЅРёРјР°С†РёСЋ */
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
/* РћРїРёСЃС‹РІР°РµРј Р°РЅРёРјР°С†РёСЋ СЃРІРѕР№СЃС‚РІР° opacity */

@-webkit-keyframes fadeIn {
  from {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}

@keyframes fadeIn {
  from {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}

/* РџСЂСЏС‡РµРј С‡РµРєР±РѕРєСЃС‹ */

.tabs > input {
  display: none;
  position: absolute;
}
/* РЎС‚РёР»Рё РїРµСЂРµРєР»СЋС‡Р°С‚РµР»РµР№ РІРєР»Р°РґРѕРє (С‚Р°Р±РѕРІ) */

.tabs > label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: #aaa;
  border: 0px solid #ddd;
  border-width: 1px 1px 1px 1px;
  background: #f1f1f1;
  border-radius: 3px 3px 0 0;
}
/* РЁСЂРёС„С‚-РёРєРѕРЅРєРё РѕС‚ Font Awesome РІ С„РѕСЂРјР°С‚Рµ Unicode */

.tabs > label:before {
  font-weight: normal;
  margin-right: 10px;
}

.tabs > label[for*="1"]:before {
  content: "\2630";
  font-size: 16px;
}

.tabs > label[for*="2"]:before {
  content: "\270E";
  font-size: 16px;
}

.tabs > label[for*="3"]:before {
  content: "\f13b";
}

.tabs > label[for*="4"]:before {
  content: "\f13c";
}
/* РР·РјРµРЅРµРЅРёСЏ СЃС‚РёР»СЏ РїРµСЂРµРєР»СЋС‡Р°С‚РµР»РµР№ РІРєР»Р°РґРѕРє РїСЂРё РЅР°РІРµРґРµРЅРёРё */

.tabs > label:hover {
  color: #888;
  cursor: pointer;
}
/* РЎС‚РёР»Рё РґР»СЏ Р°РєС‚РёРІРЅРѕР№ РІРєР»Р°РґРєРё */

.tabs > input:checked + label {
  color: #2f2828;
  border-top: 1px solid #eca829;
  border-bottom: 1px solid #fff;
  background: #fff;
}
/* РђРєС‚РёРІР°С†РёСЏ СЃРµРєС†РёР№ СЃ РїРѕРјРѕС‰СЊСЋ РїСЃРµРІРґРѕРєР»Р°СЃСЃР° :checked */

#tab1:checked ~ #content-tab1,
#tab2:checked ~ #content-tab2,
#tab3:checked ~ #content-tab3,
#tab4:checked ~ #content-tab4 {
  display: inline-block;
}
/* РЈР±РёСЂР°РµРј С‚РµРєСЃС‚ СЃ РїРµСЂРµРєР»СЋС‡Р°С‚РµР»РµР№ 
* Рё РѕСЃС‚Р°РІР»СЏРµРј РёРєРѕРЅРєРё РЅР° РјР°Р»С‹С… СЌРєСЂР°РЅР°С…
*/

@media screen and (max-width: 680px) {
  .tabs > label {
      font-size: 0;
  }
  .tabs > label:before {
      margin: 0;
      font-size: 18px;
  }
}
/* РР·РјРµРЅСЏРµРј РІРЅСѓС‚СЂРµРЅРЅРёРµ РѕС‚СЃС‚СѓРїС‹
*  РїРµСЂРµРєР»СЋС‡Р°С‚РµР»РµР№ РґР»СЏ РјР°Р»С‹С… СЌРєСЂР°РЅРѕРІ
*/

@media screen and (max-width: 400px) {
  .tabs > label {
      padding: 15px;
  }
}
.catalog-content {
  display: flex;
  margin-top: 20px;
  flex-flow: row;
  justify-content: start;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 30px;
}

.catalog-content .category {
  max-width: 600px;
  margin-top: 30px;
}
.catalog-image  {
  width: 380px;
  margin-top: 25px;
  margin-left: 10px;
  margin-right: 25px;
  
}
.catalog-content .catalog-image img {
  width: 100%;
  height: auto;
}
.tabs section {
  font-size: 14px;
  line-height: 1.5;
}

/* РўР°Р±Р»РёС†Р° */

.uk-table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 15px;
}
.uk-table td, .uk-table th {
	padding: 8px;
	border-bottom: 1px solid #ddd;
}
th, td {
	line-height: 1.42857143;
	text-align: left;
}
.active-m {
  color: #eca829;
}
.about-list{
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  margin: 1.2rem 0;
}
.about__text{
  line-height: 1.5;
  font-weight: bold;
}
.about-list li{
  position: relative;
  padding-left: 20px;
  margin: 0.5em;
}
.about-list li::before{
	display: block;
	content: ' ';
	position: absolute;
	top: 13px;
	left: 0px;
	width: 10px;
	height: 2px;
	background: #b21f1e;
}


#map iframe {
  position: absolute;
}
#map .container-m {
  margin: 0 auto;
  max-width: 84%;
  position: relative;
  /* padding-top: 50px; */
  padding-bottom: 31px;
  font-family: Roboto Condensed, sans-serif;
}
#map .address {
  width: 300px;
  background-color: #fff;
  padding: 35px 20px 16px 35px;
  box-sizing: content-box;
  box-shadow: 0 0 10px 5px rgba(221, 221, 221, 1);
}
#map .address .copyright {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
}
#map .address .schedule {
  font-size: 17px;
  font-weight: bold;
  margin: 15px 0 0;
}
#map .address .schedule .title {
  color: #0074BA;
  font-size: 18px;
  margin-bottom: 5px;
}
#map .address .phone {
  margin: 15px 0 0;
}
#map .address .phone a {
  text-decoration: none;
  color: #888484;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 17px;
  color: #575757;
}
#map .address .info {
  color: rgba(51, 51, 51, 0.8);
  font-size: 16px;
  margin-top: 16px;
}
#map .address .button {
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  background-color: #0074BA;
  color: #fff;
  text-align: center;
  width: 230px;
  padding: 15px 0;
  margin-left: 28px;
  margin-top: 27px;
  font-family: 'Noto Sans', sans-serif;
  cursor: pointer;
  border: 1px solid #fff;
  font-weight: bold;
}
#map .address .button:hover {
    background-color: rgba(0, 0, 0, 0.0);
    transition-duration: 0.2s;
    border: 1px solid #0074BA;
    color: #0074BA;
}