@import "fonts.css";
.title-page {
  /* tooltip */
  /* tooltip for horizontal */
}

body {
	font-family: "Roboto", sans-serif !important;
	font-size: 16px !important;
	color: #000 !important;
	font-weight: 400 !important;
}
h2, h3,
.default-gallery--title,
.default-txt_block--title,
.fault-item-wrap-title {
	font-size: 30px !important; 
	color: #000 !important;
	font-weight: 600 !important; 
	font-family: "IBM Plex Sans", sans-serif !important;
    padding: 20px 0 18px 0 !important;
    background: url('https://xn--1-ctbiaqduqpcdhdeg.xn--p1ai/t/v5231/images/new_template/line.png') 50% 100% no-repeat !important;
    text-align: center !important;
}
html.title-page{
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.title-page body {
  margin: 0;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.title-page body::before {
  content: "";
  height: 1px;
  display: block;
  margin-top: -1px;
}
.title-page article, .title-page aside, .title-page details, .title-page figcaption, .title-page figure, .title-page footer, .title-page header, .title-page hgroup, .title-page main, .title-page menu, .title-page nav, .title-page section, .title-page summary {
  display: block;
}
.title-page audio, .title-page canvas, .title-page progress, .title-page video {
  display: inline-block;
  vertical-align: baseline;
}
.title-page audio:not([controls]) {
  display: none;
  height: 0;
}
.title-page [hidden], .title-page template {
  display: none;
}
.title-page a {
  background-color: transparent;
  color: inherit;
}
.title-page a:active, .title-page a:hover {
  outline: 0;
}
.title-page abbr[title] {
  border-bottom: 1px dotted;
}
.title-page b, .title-page strong {
  font-weight: bold;
}
.title-page dfn {
  font-style: italic;
}
.title-page h1 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}
.title-page mark {
  background: #ff0;
  color: #000;
}
.title-page small {
  font-size: 80%;
}
.title-page sub, .title-page sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.title-page sup {
  top: -0.5em;
}
.title-page sub {
  bottom: -0.25em;
}
.title-page img {
  border: 0;
}
.title-page svg:not(:root) {
  overflow: hidden;
}
.title-page figure {
  margin: 1em 40px;
}
.title-page hr {
  box-sizing: content-box;
  height: 0;
}
.title-page pre {
  overflow: auto;
}
.title-page code, .title-page kbd, .title-page pre, .title-page samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.title-page button, .title-page input, .title-page optgroup, .title-page select, .title-page textarea {
  color: #000;
  font: inherit;
  margin: 0;
}
.title-page button {
  overflow: visible;
}
.title-page button, .title-page select {
  text-transform: none;
}
.title-page button, html.title-pageinput[type="button"], .title-page input[type="reset"], .title-page input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.title-page button[disabled], html.title-pageinput[disabled] {
  cursor: default;
}
.title-page button::-moz-focus-inner, .title-page input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.title-page input {
  line-height: normal;
}
.title-page input[type="checkbox"], .title-page input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
.title-page input[type="number"]::-webkit-inner-spin-button, .title-page input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.title-page input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
.title-page input[type="search"]::-webkit-search-cancel-button, .title-page input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.title-page fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.title-page legend {
  border: 0;
  padding: 0;
}
.title-page textarea {
  overflow: auto;
}
.title-page optgroup {
  font-weight: bold;
}
.title-page table {
  border-collapse: collapse;
  border-spacing: 0;
}
.title-page body.noscroll {
  overflow: hidden !important;
}
.title-page .removed, .title-page .hidden {
  display: none !important;
}
.title-page .editorElement, .title-page .layout {
  box-sizing: border-box;
  padding-top: 0.02px;
  padding-bottom: 0.02px;
}
.title-page .editorElement {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.title-page .vertical-middle {
  white-space: nowrap;
}
.title-page .vertical-middle > * {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
}
.title-page .vertical-middle::after {
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
  content: "";
}
.title-page .wrapper {
  margin: 0 auto;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  min-height: 100vh;
  overflow: hidden;
  max-width: 100%;
}
.title-page .wrapper > * {
  max-width: 100%;
}
.title-page .editorElement .removed + .delimiter, .title-page .editorElement .delimiter:first-child {
  display: none;
}
.title-page .wm-input-default {
  border: none;
  background: none;
  padding: 0;
}
@keyframes show_hide {
  0% {
    left: 85%;
    opacity: 0;
    width: auto;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  20% {
    left: 100%;
    opacity: 1;
    width: auto;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  100% {
    left: 100%;
    opacity: 1;
    width: auto;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
}
@keyframes show_hide_after {
  0% {
    width: 5px;
    height: 5px;
  }
  100% {
    width: 5px;
    height: 5px;
  }
}
@keyframes horizontal_show_hide {
  0% {
    top: 95%;
    opacity: 0;
    width: 100%;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  20% {
    top: 100%;
    opacity: 1;
    width: 100%;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  100% {
    top: 100%;
    opacity: 1;
    width: 100%;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
}
.title-page .wm-tooltip {
  display: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  background: #fbfddd;
  color: #ca3841;
  padding: 5px 10px;
  border-radius: 3px;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, .3);
  white-space: normal;
  box-sizing: border-box;
}
.title-page .wm-tooltip::after {
  content: "";
  font-size: 0;
  background: inherit;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
  left: 50%;
  margin: -2px 0 0;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .1), 0 2px 0 rgba(0, 0, 0, .1);
  transform: rotate(45deg);
}
.title-page .error .wm-tooltip {
  display: block;
  padding: 0;
  font-size: 0;
  animation: horizontal_show_hide 4s;
}
.title-page .error .wm-tooltip::after {
  left: 50%;
  top: 0;
  margin: -2px 0 0;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, .1), 0 -2px 0 rgba(0, 0, 0, .1);
  width: 0;
  height: 0;
  animation: show_hide_after 4s;
}
.title-page .horizontal_mode .wm-tooltip {
  top: 100%;
  left: 0;
  width: 100%;
  white-space: normal;
  margin: 5px 0 0;
  text-align: center;
}
.title-page .horizontal_mode .wm-tooltip::after {
  left: 50%;
  top: 0;
  margin: -2px 0 0;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, .1), 0 -2px 0 rgba(0, 0, 0, .1);
}
.title-page .error .horizontal_mode .wm-tooltip, .title-page .horizontal_mode .error .wm-tooltip {
  animation: horizontal_show_hide 4s;
}
@media all and (max-width: 960px) {
  .title-page .wm-tooltip {
    top: 100%;
    left: 0;
    width: 100%;
    white-space: normal;
    margin: 5px 0 0;
    text-align: center;
  }
  .title-page .wm-tooltip::after {
    left: 50%;
    top: 0;
    margin: -2px 0 0;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .1), 0 -2px 0 rgba(0, 0, 0, .1);
  }
  .title-page .error .wm-tooltip {
    animation: horizontal_show_hide 4s;
  }
}
.title-page table.table0 td, .title-page table.table1 td, .title-page table.table2 td, .title-page table.table2 th {
  padding: 5px;
  border: 1px solid #dedede;
  vertical-align: top;
}
.title-page table.table0 td {
  border: none;
}
.title-page table.table2 th {
  padding: 8px 5px;
  background: #eb3c3c;
  border: 1px solid #dedede;
  font-weight: normal;
  text-align: left;
  color: #fff;
}
.title-page .for-mobile-view {
  overflow: auto;
}
.title-page .side-panel, .title-page .side-panel-button, .title-page .side-panel-mask, .title-page .side-panel-content {
  display: none;
}
.text .align-elem {
  flex-grow: 1;
  max-width: 100%;
  font-size: 16px;
  font-weight: 400;
}
.title-page html.mobile div {
  background-attachment: scroll;
}
.title-page .ui-datepicker {
  font-size: 14px !important;
  z-index: 999999 !important;
}
.title-page .wm-video {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.title-page .wm-video video {
  max-width: 100%;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.title-page .wm-video.vertical video {
  max-width: none;
  max-height: 100%;
}
.title-page body {
  border: none;
  font-size: 16px;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-indent: 0;
  text-transform: none;
  text-decoration: none;
  background: #fff;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-right: 0;
}
.title-page .wrapper {
  position: relative;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-indent: 0;
  text-transform: none;
  text-decoration: none;
  z-index: 3;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-34 {
  padding: 0.02px 0;
  margin: 0;
  border: 0px solid #000;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: transparent;
  max-width: 100%;
  z-index: 13;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  right: 0;
  -webkit-box-shadow: inset 0px 0px 0px #000;
  -moz-box-shadow: inset 0px 0px 0px #000;
  box-shadow: inset 0px 0px 0px #000;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-26 .layout_6 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-26 .layout_100 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-26 .layout_163 {
  -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-26 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  z-index: 3;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  padding-top: 23px;
  right: auto;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.title-page .widget-90 {
  margin: 58px 0 auto 15px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 190px;
  min-height: 62px;
  z-index: 3;
  color: #452307;
  line-height: 0.9;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background: url("../images/letter (1).png?1545907470807") left 40px top 50% / 25px no-repeat, none, repeating-radial-gradient(ellipse farthest-corner at left bottom, #f9ee19 0%, #f5a115 20.3%, #fff419 100%);
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.1), 0 0 0 transparent;
  -moz-box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.1), 0 0 0 transparent;
  box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.1), 0 0 0 transparent;
  -webkit-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.41);
  -moz-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.41);
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.41);
  font-weight: bold;
  padding-left: 75px;
  padding-right: 25px;
}
.title-page .widget-90:hover, .title-page .widget-90.hover, .title-page .widget-90.active {
  background: url("../images/letter (1).png?1545907470807") left 40px top 50% / 25px no-repeat, linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15)), repeating-radial-gradient(ellipse farthest-corner at left bottom, #f9ee19 0%, #f5a115 20.3%, #fff419 100%);
  -webkit-box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.1), 0px 8px 18px 0px rgba(244, 162, 21, 0.4);
  -moz-box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.1), 0px 8px 18px 0px rgba(244, 162, 21, 0.4);
  box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.1), 0px 8px 18px 0px rgba(244, 162, 21, 0.4);
}
.title-page .popover-wrap-100 .popover-body {
  padding: 45px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  position: relative;
  display: inline-block;
  width: 320px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-100 .popover-body .form_text input {
  padding: 7px 15px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  background: #ebebeb;
  min-height: 45px;
}
.title-page .popover-wrap-100 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 423px;
  -moz-border-radius: 423px;
  border-radius: 423px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  background: #ebebeb;
  min-height: 45px;
}
.title-page .popover-wrap-100 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 423px;
  -moz-border-radius: 423px;
  border-radius: 423px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Roboto, sans-serif;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  background: #ebebeb;
  min-height: 45px;
}
.title-page .popover-wrap-100 .popover-body textarea {
  padding: 15px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  background: #ebebeb;
}
.title-page .popover-wrap-100 .popover-body .s3_button_large {
  border: none;
  background: none, repeating-radial-gradient(ellipse farthest-corner at left bottom, #f9ee19 0%, #f5a115 20.3%, #fff419 100%);
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 25px;
  padding-left: 25px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 42px;
  font-family: Roboto, sans-serif;
  color: #78491f;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 9px;
  -webkit-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.38);
  -moz-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.38);
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.38);
}
.title-page .popover-wrap-100 .popover-body .s3_button_large:hover, .title-page .popover-wrap-100 .popover-body .s3_button_large.hover, .title-page .popover-wrap-100 .popover-body .s3_button_large.active {
  background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), repeating-radial-gradient(ellipse farthest-corner at left bottom, #f9ee19 0%, #f5a115 20.3%, #fff419 100%);
}
.title-page .popover-wrap-100 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: center;
}
.title-page .popover-wrap-100 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 45px;
  height: 30px;
  background: url("../images/close.png") left 50% top 50% / auto auto no-repeat #c91927;
  z-index: 10;
  cursor: pointer;
  text-align: left;
  min-height: 45px;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
}
.title-page .popover-wrap-100 .popover-close:hover, .title-page .popover-wrap-100 .popover-close.hover, .title-page .popover-wrap-100 .popover-close.active {
  background: url("../images/close.png") left 50% top 50% / auto auto no-repeat #ffac30;
}
.title-page .popover-wrap-100 .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-100 .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-100 .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-100 .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 .button-100 > * {
  box-sizing: border-box;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}
.title-page .popover-container-100 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-100 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-100 .popover-form-title {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 22px;
  box-sizing: border-box;
  text-align: center;
  font-family: Roboto, sans-serif;
  color: #1f1f1f;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
}
.title-page .popover-wrap-100 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-100 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
  padding-top: 0.02px;
}
.title-page .popover-wrap-100 .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-100 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-100 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-100 .popover-body .s3_form_item.form_div {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-100 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  text-align: left;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-100 .popover-body .s3_form_item.form_html_block {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-100 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-100 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Roboto, sans-serif;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0;
  color: #242424;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-100 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-100 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-100 .popover-body .s3_form_item.form_checkbox {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-100 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-100 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-100 .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-100 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  padding-bottom: 5px;
}
.title-page .popover-wrap-100 .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-100 .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-100 .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;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-100 .popover-body .s3_form_item.form_radio {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-100 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-100 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-100 .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-100 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  padding-bottom: 5px;
}
.title-page .popover-wrap-100 .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-100 .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-100 .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;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-100 .popover-body .s3_form_item.form_select {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-100 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-100 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-100 .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: Arial, Helvetica, sans-serif;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-100 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-100 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-100 .popover-body .s3_form_item.form_calendar {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-100 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-100 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-100 .popover-body .s3_form_item.form_calendar_interval {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-100 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-100 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-100 .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-100 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-100 .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-100 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Roboto, sans-serif;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-100 .popover-body .s3_form_item.form_upload {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-100 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-100 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-100 .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-100 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-100 .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-100 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-100 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-100 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-88 .layout_60 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-88 .layout_164 {
  -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-88 .layout_163_id_60 {
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  left: 0;
  top: 0;
  position: relative;
  margin: 0;
}
.title-page .block-88 {
  margin: 31px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 2;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  right: 0;
}
.title-page .widget-165 {
  margin: 0 0 0 72px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: center;
  box-sizing: border-box;
  min-height: 0;
  width: auto;
  right: 0;
  padding-top: 0.02px;
}
.title-page .popover-wrap-198 .popover-body {
  padding: 45px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  position: relative;
  display: inline-block;
  width: 320px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-198 .popover-body .form_text input {
  padding: 7px 15px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  background: #ebebeb;
  min-height: 45px;
}
.title-page .popover-wrap-198 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 423px;
  -moz-border-radius: 423px;
  border-radius: 423px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  background: #ebebeb;
  min-height: 45px;
}
.title-page .popover-wrap-198 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 423px;
  -moz-border-radius: 423px;
  border-radius: 423px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Roboto, sans-serif;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  background: #ebebeb;
  min-height: 45px;
}
.title-page .popover-wrap-198 .popover-body textarea {
  padding: 15px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  background: #ebebeb;
}
.title-page .popover-wrap-198 .popover-body .s3_button_large {
  border: none;
  background: none, repeating-radial-gradient(ellipse farthest-corner at left bottom, #f9ee19 0%, #f5a115 20.3%, #fff419 100%);
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 25px;
  padding-left: 25px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 42px;
  font-family: Roboto, sans-serif;
  color: #78491f;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 9px;
  -webkit-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.38);
  -moz-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.38);
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.38);
}
.title-page .popover-wrap-198 .popover-body .s3_button_large:hover, .title-page .popover-wrap-198 .popover-body .s3_button_large.hover, .title-page .popover-wrap-198 .popover-body .s3_button_large.active {
  background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), repeating-radial-gradient(ellipse farthest-corner at left bottom, #f9ee19 0%, #f5a115 20.3%, #fff419 100%);
}
.title-page .popover-wrap-198 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: center;
}
.title-page .popover-wrap-198 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 45px;
  height: 30px;
  background: url("../images/close.png") left 50% top 50% / auto auto no-repeat #c91927;
  z-index: 10;
  cursor: pointer;
  text-align: left;
  min-height: 45px;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
}
.title-page .popover-wrap-198 .popover-close:hover, .title-page .popover-wrap-198 .popover-close.hover, .title-page .popover-wrap-198 .popover-close.active {
  background: url("../images/close.png") left 50% top 50% / auto auto no-repeat #ffac30;
}
.title-page .popover-wrap-198 .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-198 .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-198 .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-198 .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-198 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-198 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-198 .header {
  box-sizing: border-box;
  font-size: 30px;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #292929;
  letter-spacing: 0.7px;
  text-decoration: none;
  font-weight: normal;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .editable_block-198 .body {
  box-sizing: border-box;
  display: block;
  position: relative;
  min-width: 0;
  min-height: 0;
}
.title-page .editable_block-198 .title {
  box-sizing: border-box;
  font-size: 18px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  pointer-events: auto;
}
.title-page .editable_block-198 .image {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-198 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  text-align: left;
}
.title-page .editable_block-198 .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-198 .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;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}
.title-page .editable_block-198 .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-198 .text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  pointer-events: auto;
}
.title-page .editable_block-198 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-198 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-198 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-198 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-198 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-198 .more {
  box-sizing: border-box;
  margin-top: 5px;
  pointer-events: auto;
}
.title-page .editable_block-198 .more > a {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  height: 0;
  min-height: 14px;
}
.title-page .editable_block-198 .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-198 .clear {
  clear: both;
}
.title-page .popover-container-198 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-198 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-198 .popover-form-title {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 22px;
  box-sizing: border-box;
  text-align: center;
  font-family: Roboto, sans-serif;
  color: #1f1f1f;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
}
.title-page .popover-wrap-198 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-198 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
  padding-top: 0.02px;
}
.title-page .popover-wrap-198 .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-198 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-198 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-198 .popover-body .s3_form_item.form_div {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-198 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  text-align: left;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-198 .popover-body .s3_form_item.form_html_block {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-198 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-198 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Roboto, sans-serif;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0;
  color: #242424;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-198 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-198 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-198 .popover-body .s3_form_item.form_checkbox {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-198 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-198 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-198 .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-198 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  padding-bottom: 5px;
}
.title-page .popover-wrap-198 .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-198 .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-198 .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;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-198 .popover-body .s3_form_item.form_radio {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-198 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-198 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-198 .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-198 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  padding-bottom: 5px;
}
.title-page .popover-wrap-198 .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-198 .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-198 .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;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-198 .popover-body .s3_form_item.form_select {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-198 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-198 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-198 .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: Arial, Helvetica, sans-serif;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-198 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-198 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-198 .popover-body .s3_form_item.form_calendar {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-198 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-198 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-198 .popover-body .s3_form_item.form_calendar_interval {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-198 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-198 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-198 .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-198 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-198 .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-198 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Roboto, sans-serif;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-198 .popover-body .s3_form_item.form_upload {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-198 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-198 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-198 .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-198 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-198 .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-198 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-198 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-198 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .widget-142 {
  margin: 15px 0 auto 20px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  font-family: Roboto, sans-serif;
  line-height: 1;
  text-decoration: none;
  font-size: 18px;
  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;
  min-height: 43px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding-left: 23px;
  -webkit-box-shadow: inset 3px 0px 0px #c91927;
  -moz-box-shadow: inset 3px 0px 0px #c91927;
  box-shadow: inset 3px 0px 0px #c91927;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: 300;
}
.title-page .widget-57 {
  margin: 5px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  box-sizing: border-box;
  width: 319px;
  min-height: 0;
  font-size: 25px;
  right: 0;
}
.title-page .site-name-60 .sn-wrap {
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
}
.title-page .site-name-60 .sn-logo {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  max-width: 100%;
}
.title-page .site-name-60 img {
  box-sizing: border-box;
  display: block;
  max-width: 100%;
  border: none;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.title-page .site-name-60 .sn-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
}
.title-page .site-name-60 a {
  text-decoration: none;
  outline: none;
}
.title-page .widget-4 {
  padding: 15px 0 15px 15px;
  margin: 44px 0 auto 25px;
  border: none;
  position: relative;
  font-family: Roboto, sans-serif;
  text-align: undefined;
  text-decoration: none;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  width: 248px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .phones-6 p:first-child {
  margin-top: 0;
}
.title-page .phones-6 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-6 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  max-width: 100%;
}
.title-page .phones-6 .cell-icon {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 5;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .phones-6 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 30px;
  background: url("../images/ic_local_phone_48px-128 1.png?1524134243299") left 50% top 50% / 20px no-repeat, repeating-radial-gradient(ellipse farthest-corner at left bottom, #257fb7 0%, #1d46a8 30%, #2685bf 100%);
  margin-right: 13px;
  min-height: 30px;
  margin-top: auto;
  margin-bottom: auto;
  align-self: center;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
}
.title-page .phones-6 .block-body-drop {
  box-sizing: border-box;
  left: 100%;
  top: auto;
  right: auto;
  bottom: auto;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .phones-6 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
}
.title-page .phones-6 .title {
  padding: 0.02px 0;
  border: none;
  box-sizing: border-box;
  display: none;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.31);
  text-decoration: none;
  margin-right: auto;
  margin-left: 0;
  margin-bottom: 0;
  background: transparent;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  font-weight: normal;
}
.title-page .phones-6 .text_body {
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 23px;
  color: #242424;
  text-decoration: none;
  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;
  font-weight: bold;
}
.title-page .phones-6 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-6 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-6 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .block-86 {
  margin: 53px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: repeating-linear-gradient(to top, #e68e00 0%, #fff830 100%);
  max-width: 100%;
  z-index: 2;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  -webkit-box-shadow: inset 0px -5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px -5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px -5px 0px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-87 {
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  background: transparent;
  max-width: 100%;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
}
.title-page .widget-126 {
  padding: 0.02px 0;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  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;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.title-page .menu-138 .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-138 .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-138 .menu-scroll {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .menu-138 .menu-scroll > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .menu-138 .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-138 .menu-scroll > ul > li.delimiter {
  margin: auto 2px;
  border: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: 0;
  width: 1px;
  min-height: 18px;
  background: rgba(0, 0, 0, 0.11);
  box-sizing: border-box;
}
.title-page .menu-138 .menu-scroll > ul > li.menu-item {
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  flex: 0 1 auto;
  box-sizing: border-box;
  position: relative;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  width: auto;
}
.title-page .menu-138 .menu-scroll > ul ul {
  padding: 15px;
  margin: 0 0 0 2px;
  border: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  list-style: none;
  width: 250px;
  display: none;
  z-index: 10;
  box-sizing: border-box;
  align-self: auto;
  -webkit-border-radius: 0px 0px 3px 3px;
  -moz-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px;
  -webkit-box-shadow: inset 0px 3px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: inset 0px 3px 0px rgba(0, 0, 0, 0.14);
  box-shadow: inset 0px 3px 0px rgba(0, 0, 0, 0.14);
}
.title-page .menu-138 .menu-scroll > ul ul > li {
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
}
.title-page .menu-138 .menu-scroll > ul ul > li > a {
  padding: 10px;
  border: none;
  cursor: pointer;
  display: block;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  color: #452307;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
  width: auto;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
}
.title-page .menu-138 .menu-scroll > ul ul > li > a:hover, .title-page .menu-138 .menu-scroll > ul ul > li > a.hover, .title-page .menu-138 .menu-scroll > ul ul > li > a.active {
  background: #f4a215;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
}
.title-page .menu-138 .menu-scroll > ul ul > li.delimiter {
  border: none;
  box-sizing: border-box;
  margin-top: 3px;
  margin-bottom: 3px;
  min-height: 1px;
  height: auto;
  width: auto;
  background: #f0f0f0;
}
.title-page .menu-138 .menu-scroll > ul > li.menu-item ul li.delimiter:first-child {
  display: none;
}
.title-page .menu-138 .menu-scroll > ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}
.title-page .menu-138 .menu-scroll > ul > li.menu-item > a {
  padding: 5px 10px;
  margin: 0;
  border: none;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  box-sizing: border-box;
  text-decoration: none;
  color: #452307;
  font-size: 14px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: auto;
  position: relative;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-style: normal;
  letter-spacing: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-transform: uppercase;
  text-align: center;
  min-height: 85px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.45);
  -moz-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.45);
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.45);
  background: none;
  font-weight: bold;
  align-self: auto;
}
.title-page .menu-138 .menu-scroll > ul > li.menu-item > a:hover, .title-page .menu-138 .menu-scroll > ul > li.menu-item > a.hover, .title-page .menu-138 .menu-scroll > ul > li.menu-item > a.active {
  background: repeating-linear-gradient(to right, #fff 0%, #e8e8e8 14.4%, #fff 87.6%, #ededed 100%);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: inset 0px -5px 0px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: inset 0px -5px 0px 0px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0px -5px 0px 0px rgba(0, 0, 0, 0.08);
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
}
.title-page .menu-138 .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-138 .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-138 .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-138 .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-138 .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-138 .menu-scroll > ul > li.home-button {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .menu-138 .menu-scroll > ul > li.more-button {
  display: none;
  margin-left: auto;
  position: relative;
}
.title-page .menu-138 .menu-scroll > ul > li.more-button > a {
  padding: 5px 10px;
  margin: 2px 0 2px 2px;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  background: #333;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .menu-138 .menu-scroll > ul > li.more-button > ul {
  left: auto;
  right: 0;
}
.title-page .menu-138 .menu-scroll > ul > li.more-button.disabled {
  display: none;
}
.title-page .menu-138 .menu-scroll > ul > li.more-button .menu-item-image {
  display: none;
}
.title-page .block-108 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 493px;
  max-width: 100%;
  background: url("../images/head_pic.png?1545908096720") left 50% top 50% / auto auto no-repeat;
  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;
}
.title-page .block-109 .layout_200 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-109 .layout_203 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-109 {
  margin: 41px auto 0;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  right: auto;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .widget-166 {
  padding: 35px;
  margin: 60px 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  box-sizing: border-box;
  min-height: 0;
  width: 328px;
  background: repeating-radial-gradient(ellipse farthest-corner at left bottom, rgba(0, 81, 128, 0.9) 0%, rgba(9, 40, 112, 0.9) 26.4%, rgba(0, 100, 158, 0.9) 100%);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.21);
  -moz-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.21);
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.21);
}
.title-page .popover-wrap-200 .popover-body {
  padding: 20px 40px 32px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  position: relative;
  display: inline-block;
  width: 270px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-200 .popover-body .form_text input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-200 .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-200 .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-200 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-200 .popover-body .s3_button_large {
  border: none;
  background: linear-gradient(to bottom, #f4e48d 0%, #ecd35f 100%) #f0db76;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
}
.title-page .popover-wrap-200 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: left;
}
.title-page .popover-wrap-200 .popover-close {
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/wm_button_close.png") 0 0 no-repeat;
  z-index: 10;
  cursor: pointer;
}
.title-page .popover-wrap-200 .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-200 .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-200 .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-200 .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-200 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-200 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-200 .header {
  box-sizing: border-box;
  font-size: 27px;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  font-family: Roboto, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  color: #fff;
  line-height: 1.3;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 800;
  min-height: 258px;
}
.title-page .editable_block-200 .body {
  box-sizing: border-box;
  display: block;
  position: relative;
  min-width: 0;
  min-height: 0;
}
.title-page .editable_block-200 .title {
  box-sizing: border-box;
  font-size: 18px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  pointer-events: auto;
}
.title-page .editable_block-200 .image {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-200 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  text-align: left;
}
.title-page .editable_block-200 .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-200 .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;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}
.title-page .editable_block-200 .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-200 .text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  pointer-events: auto;
}
.title-page .editable_block-200 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-200 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-200 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-200 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-200 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-200 .more {
  box-sizing: border-box;
  margin-top: 5px;
  pointer-events: auto;
}
.title-page .editable_block-200 .more > a {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  height: 0;
  min-height: 14px;
}
.title-page .editable_block-200 .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-200 .clear {
  clear: both;
}
.title-page .popover-container-200 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-200 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-200 .popover-form-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-200 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-200 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-200 .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-200 .popover-body .s3_form_item_type_calendar_interval .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-200 .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-200 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-200 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-200 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-200 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
.title-page .popover-wrap-200 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-200 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-200 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-200 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-200 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-200 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-200 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-200 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-200 .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-200 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-200 .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-200 .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-200 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-200 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-200 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-200 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-200 .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-200 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-200 .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-200 .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-200 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-200 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-200 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-200 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-200 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-200 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-200 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-200 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-200 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-200 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-200 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-200 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-200 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-200 .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-200 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-200 .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-200 .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-200 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-200 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-200 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-200 .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-200 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-200 .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-200 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-200 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-200 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .widget-168 {
  padding: 35px;
  margin: 0 0 auto 588px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  min-height: 0;
  width: 235px;
  background: repeating-radial-gradient(ellipse farthest-corner at right top, rgba(143, 0, 26, 0.8) 0%, rgba(255, 0, 0, 0.8) 100%);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.21);
  -moz-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.21);
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.21);
}
.title-page .popover-wrap-203 .popover-body {
  padding: 20px 40px 32px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  position: relative;
  display: inline-block;
  width: 270px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-203 .popover-body .form_text input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-203 .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-203 .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-203 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-203 .popover-body .s3_button_large {
  border: none;
  background: linear-gradient(to bottom, #f4e48d 0%, #ecd35f 100%) #f0db76;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
}
.title-page .popover-wrap-203 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: left;
}
.title-page .popover-wrap-203 .popover-close {
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/wm_button_close.png") 0 0 no-repeat;
  z-index: 10;
  cursor: pointer;
}
.title-page .popover-wrap-203 .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-203 .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-203 .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-203 .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-203 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-203 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-203 .header {
  box-sizing: border-box;
  font-size: 29px;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  font-family: Roboto, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  color: #fff;
  line-height: 1.3;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 800;
  min-height: 165px;
}
.title-page .editable_block-203 .body {
  box-sizing: border-box;
  display: block;
  position: relative;
  min-width: 0;
  min-height: 0;
}
.title-page .editable_block-203 .title {
  box-sizing: border-box;
  font-size: 18px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-203 .image {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-203 .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-203 .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-203 .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-203 .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-203 .text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-203 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-203 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-203 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-203 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-203 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-203 .more {
  box-sizing: border-box;
  margin-top: 5px;
  pointer-events: auto;
}
.title-page .editable_block-203 .more > a {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
  height: 0;
  min-height: 14px;
}
.title-page .editable_block-203 .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-203 .clear {
  clear: both;
}
.title-page .popover-container-203 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-203 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-203 .popover-form-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-203 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-203 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-203 .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-203 .popover-body .s3_form_item_type_calendar_interval .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-203 .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-203 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-203 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-203 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-203 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
.title-page .popover-wrap-203 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-203 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-203 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-203 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-203 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-203 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-203 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-203 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-203 .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-203 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-203 .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-203 .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-203 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-203 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-203 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-203 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-203 .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-203 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-203 .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-203 .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-203 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-203 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-203 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-203 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-203 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-203 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-203 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-203 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-203 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-203 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-203 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-203 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-203 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-203 .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-203 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-203 .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-203 .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-203 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-203 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-203 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-203 .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-203 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-203 .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-203 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-203 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-203 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-50 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  background: none;
  z-index: 12;
  text-align: center;
  right: 0;
  padding-top: 70px;
  padding-bottom: 70px;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .block-70 .layout_205 {
  -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-70 .layout_206 {
  -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-70 .layout_139_id_205 {
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  left: 0;
  top: 0;
  position: relative;
  margin: 0;
}
.title-page .block-70 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  z-index: 1;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
}
.title-page .widget-170 {
  padding: 55px 55px 55px 174px;
  margin: 70px 0 auto 10px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 4;
  box-sizing: border-box;
  width: auto;
  right: 0;
  background: url("../images/order_form_pic.png?1545712312431") left -6px top calc(50% + 33px) / 205px no-repeat, url("../images/bgs_pic.png") left calc(50% - 300px) top calc(50% - 76px) / 310px no-repeat #fff;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  min-height: 131px;
}
.title-page .form-206 .form__header {
  box-sizing: border-box;
  font-size: 20px;
  margin-bottom: 25px;
  display: -webkit-flex;
  display: flex;
  font-family: Roboto, sans-serif;
  color: #333;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 800;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .form-206 .form__text {
  box-sizing: border-box;
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
}
.title-page .form-206 .form__text p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .form-206 .form__text p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .form-206 .form__body {
  box-sizing: border-box;
  margin-right: -5px;
  margin-bottom: -5px;
  width: auto;
  margin-left: 0;
}
.title-page .form-206 .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-206 .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-206 .form-item-group {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  width: auto;
}
.title-page .form-206 .form-item {
  box-sizing: border-box;
  position: relative;
  margin-right: 5px;
  margin-bottom: 5px;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  width: auto;
}
.title-page .form-206 .form-text {
  box-sizing: border-box;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 5px;
}
.title-page .form-206 .form-item__title {
  box-sizing: border-box;
  display: inline-block;
  min-width: 15px;
}
.title-page .form-206 .form-item__required {
  box-sizing: border-box;
  color: #f00;
}
.title-page .form-206 .form-item__error {
  box-sizing: border-box;
  color: #f00;
}
.title-page .form-206 .form-item__note {
  box-sizing: border-box;
  font-size: 11px;
  color: #999;
  display: none;
}
.title-page .form-206 .form-item__body {
  box-sizing: border-box;
  display: block;
}
.title-page .form-206 .form-text input {
  padding: 2px 15px;
  border: none;
  box-sizing: border-box;
  background: #f2f2f2;
  width: 100%;
  min-width: 100px;
  min-height: 49px;
  outline: none;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: start;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  height: 49px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.title-page .form-206 .form-textarea textarea {
  padding: 2px 4px;
  border: none;
  box-sizing: border-box;
  background: #f2f2f2;
  width: 100%;
  min-width: 100px;
  resize: vertical;
  min-height: 40px;
  outline: none;
  display: block;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: start;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.title-page .form-206 .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .form-206 .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .form-206 .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .form-206 .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .form-206 .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .form-206 .form-select select {
  box-sizing: border-box;
  width: 100%;
  min-width: 100px;
}
.title-page .form-206 .form-upload .form-item__body .no-more {
  box-sizing: border-box;
}
.title-page .form-206 .form-text .form-item__body {
  box-sizing: border-box;
}
.title-page .form-206 .form-textarea {
  box-sizing: border-box;
}
.title-page .form-206 .form-textarea .form-item__body {
  box-sizing: border-box;
}
.title-page .form-206 .form-submit {
  box-sizing: border-box;
  text-align: right;
  margin-top: 12px;
  margin-right: 5px;
}
.title-page .form-206 .form-submit .form-item__header {
  box-sizing: border-box;
  display: none;
}
.title-page .form-206 .form-submit .form-item__body {
  box-sizing: border-box;
}
.title-page .form-206 .form-submit button {
  padding: 2px 4px;
  border: none;
  box-sizing: border-box;
  text-align: center;
  background: none, repeating-radial-gradient(ellipse farthest-corner at left bottom, #f9ee19 0%, #f5a115 20.3%, #fff419 100%);
  outline: none;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #452307;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  min-height: 45px;
  width: 163px;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
  font-weight: bold;
  -webkit-box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.13);
  box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.13);
  -webkit-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.35);
  -moz-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.35);
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.35);
}
.title-page .form-206 .form-submit button:hover, .title-page .form-206 .form-submit button.hover, .title-page .form-206 .form-submit button.active {
  background: linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15)), repeating-radial-gradient(ellipse farthest-corner at left bottom, #f9ee19 0%, #f5a115 20.3%, #fff419 100%);
}
.title-page .form-206 .form-submit button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 20px;
}
.title-page .form-206 .form-captcha {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .form-206 .form-captcha .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .form-206 .form-captcha input {
  padding: 2px 4px;
  border: none;
  box-sizing: border-box;
  background: #f2f2f2;
  width: auto;
  min-width: 50px;
  min-height: 22px;
  outline: none;
  text-align: start;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.title-page .form-206 .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-206 .form-captcha .form-submit-container {
  box-sizing: border-box;
}
.title-page .form-206 .form-captcha button {
  padding: 2px 4px;
  border: none;
  box-sizing: border-box;
  text-align: center;
  background: none, repeating-radial-gradient(ellipse farthest-corner at left bottom, #f9ee19 0%, #f5a115 20.3%, #fff419 100%);
  outline: none;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #452307;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  min-height: 45px;
  width: 163px;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
  font-weight: bold;
  -webkit-box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.13);
  box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.13);
  -webkit-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.35);
  -moz-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.35);
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.35);
}
.title-page .form-206 .form-captcha button:hover, .title-page .form-206 .form-captcha button.hover, .title-page .form-206 .form-captcha button.active {
  background: linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15)), repeating-radial-gradient(ellipse farthest-corner at left bottom, #f9ee19 0%, #f5a115 20.3%, #fff419 100%);
}
.title-page .form-206 .form-captcha button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 20px;
}
.title-page .form-206 .form-captcha .mgCaptcha-block {
  box-sizing: border-box;
  line-height: 0;
  font-size: 0;
  min-width: 112px;
}
.title-page .form-206 .form-captcha .mgCaptcha-block img {
  box-sizing: border-box;
  vertical-align: middle;
  border: none;
  margin-right: 5px;
}
.title-page .form-206 .form-captcha .mgCaptcha-input {
  box-sizing: border-box;
}
.title-page .form-206 .form-checkbox {
  box-sizing: border-box;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 5px;
}
.title-page .form-206 .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-206 .form-checkbox .form-item__title {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-top: 5px;
}
.title-page .form-206 .form-checkbox .form-item__body label.form-item__title {
  font-size: 13px;
}
.title-page .form-206 .form-checkbox input {
  margin: 5px 5px 0 0;
}
.title-page .form-206 .form-radio {
  box-sizing: border-box;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 5px;
}
.title-page .form-206 .form-radio .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .form-206 .form-radio .form-item__body label.form-item__title {
  font-size: 13px;
}
.title-page .form-206 .form-radio input {
  margin: 5px 5px 0 0;
}
.title-page .form-206 .form-radio .form-item__title {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-top: 5px;
}
.title-page .form-206 .form-select {
  box-sizing: border-box;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 5px;
}
.title-page .form-206 .form-div {
  box-sizing: border-box;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 5px;
}
.title-page .form-206 .form-html {
  box-sizing: border-box;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 5px;
}
.title-page .form-206 .form-html .form-item__body {
  font-size: 13px;
}
.title-page .form-206 .form-upload {
  box-sizing: border-box;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 5px;
}
.title-page .form-206 .form-calendar {
  box-sizing: border-box;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 5px;
}
.title-page .form-206 .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-206 .form-calendar input {
  padding: 2px 4px;
  border: 1px solid #bbb;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-height: 22px;
  outline: none;
  -webkit-appearance: none;
}
.title-page .form-206 .form-calendar_interval {
  box-sizing: border-box;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 5px;
}
.title-page .form-206 .form-calendar_interval input {
  padding: 2px 4px;
  border: 1px solid #bbb;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-height: 22px;
  outline: none;
  -webkit-appearance: none;
}
.title-page .form-206 .form-calendar_interval .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .form-206 .form-calendar_interval .label_from {
  box-sizing: border-box;
  margin-right: 5px;
  -webkit-flex: 0;
  -moz-flex: 0;
  flex: 0;
}
.title-page .form-206 .form-calendar_interval .label_to {
  box-sizing: border-box;
  margin-right: 5px;
  -webkit-flex: 0;
  -moz-flex: 0;
  flex: 0;
}
.title-page .form-206 .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-206 .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-206 .group-text {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-right: -5px;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.title-page .form-206 .group-textarea {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-right: 0;
}
.title-page .form-206 .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-206 .group-button {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-right: 0;
}
.title-page .form-206 .form-success {
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
}
.title-page .form-206 ::-webkit-input-placeholder {
  color: #292929;
}
.title-page .form-206 ::-moz-placeholder {
  color: #292929;
}
.title-page .form-206 :-ms-input-placeholder {
  color: #292929;
}
.title-page .widget-169 {
  padding: 35px 0 35px 35px;
  margin: 70px 10px auto 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  box-sizing: border-box;
  width: auto;
  max-width: 100%;
  min-height: 0;
  background: url("../images/review_pic.png") right 27px top 23px / 70px no-repeat #022371;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  right: 0;
}
.title-page .reviews-205 p:first-child {
  margin-top: 0;
}
.title-page .reviews-205 p:last-child {
  margin-bottom: 0;
}
.title-page .reviews-205 .header {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-right: 0;
  margin-bottom: 15px;
  text-align: justify;
}
.title-page .reviews-205 .header_text {
  box-sizing: border-box;
  font-size: 27px;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Roboto, sans-serif;
  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-transform: uppercase;
  text-decoration: none;
  font-weight: 800;
}
.title-page .reviews-205 .description {
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 15px;
}
.title-page .reviews-205 .list-wr {
  box-sizing: border-box;
  position: relative;
}
.title-page .reviews-205 .body {
  margin: 0;
  box-sizing: border-box;
}
.title-page .reviews-205 .list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .reviews-205 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 100%;
}
.title-page .reviews-205 .item {
  margin: 10px 0;
  width: auto;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  min-width: 0;
  min-height: 0;
}
.title-page .reviews-205 .image {
  box-sizing: border-box;
  margin-bottom: 0;
  font-size: 0;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  float: left;
  margin-right: 36px;
  margin-left: 0;
}
.title-page .reviews-205 .img-convert {
  border: 9px solid #fff;
  box-sizing: border-box;
  width: 120px;
  height: 120px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  display: -webkit-inline-flex;
  display: inline-flex;
  overflow: hidden;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: 0px 0px 51px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 51px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 51px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.title-page .reviews-205 .image img {
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-width: 100%;
  display: -webkit-flex;
  display: flex;
}
.title-page .reviews-205 .text {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  z-index: 1;
  font-family: Roboto, sans-serif;
  color: #fff;
  line-height: 1.4;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 13px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-right: 35px;
}
.title-page .reviews-205 .text .align-elem {
  flex-basis: 100%;
}
.title-page .reviews-205 .author {
  box-sizing: border-box;
  color: #4095bf;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  padding-top: 0.02px;
  margin-top: 17px;
  padding-right: 35px;
}
.title-page .reviews-205 .name {
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 15px;
  font-family: Roboto, sans-serif;
  color: #fcd818;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  text-decoration: none;
}
.title-page .reviews-205 .date {
  text-align: left;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  margin-left: 5px;
  text-transform: lowercase;
  font-size: 11px;
  color: #808080;
}
.title-page .reviews-205 .swipe-shadow-left {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.258824) 100%);
}
.title-page .reviews-205 .swipe-shadow-right {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.258824) 0%, rgba(0, 0, 0, 0) 100%);
}
.title-page .reviews-205 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .reviews-205 .item__image a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .reviews-205 .footer {
  text-align: right;
  box-sizing: border-box;
  margin-top: -15px;
}
.title-page .reviews-205 .all {
  padding: 15px 25px;
  border: none;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  color: #212121;
  text-decoration: none;
  font-size: 14px;
  background: repeating-linear-gradient(to right, #fff 0%, #e8e8e8 14.4%, #fff 87.6%, #ededed 100%) transparent;
  -webkit-border-radius: 55px 0px 0px 55px;
  -moz-border-radius: 55px 0px 0px 55px;
  border-radius: 55px 0px 0px 55px;
  font-weight: bold;
  -webkit-box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.1);
}
.title-page .reviews-205 .all:hover, .title-page .reviews-205 .all.hover, .title-page .reviews-205 .all.active {
  background: none #fff;
}
.title-page .reviews-205 .controls {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: none;
  box-sizing: border-box;
  margin-top: -10px;
}
.title-page .reviews-205 .prev {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_reviews_slider-left.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .reviews-205 .next {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_reviews_slider-right.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .reviews-205 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .reviews-205 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .reviews-205 .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 .reviews-205 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .reviews-205 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .reviews-205 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .reviews-205 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .reviews-205 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_reviews_pause.png") center center / auto no-repeat;
}
.title-page .reviews-205 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_reviews_play.png") center center / auto no-repeat;
}
.title-page .reviews-205 .pager-wrap {
  box-sizing: border-box;
}
.title-page .reviews-205 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .reviews-205 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .reviews-205 .bx-pager a {
  margin: 2px;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
}
.title-page .reviews-205 .bx-pager a:active, .title-page .reviews-205 .bx-pager a.active {
  background: #bbb;
}
.title-page .widget-127 {
  margin: 5px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.title-page .popover-wrap-140 .popover-body {
  padding: 45px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  position: relative;
  display: inline-block;
  width: 320px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-140 .popover-body .form_text input {
  padding: 7px 15px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  background: #ebebeb;
  min-height: 45px;
}
.title-page .popover-wrap-140 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 423px;
  -moz-border-radius: 423px;
  border-radius: 423px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  background: #ebebeb;
  min-height: 45px;
}
.title-page .popover-wrap-140 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 423px;
  -moz-border-radius: 423px;
  border-radius: 423px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Roboto, sans-serif;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  background: #ebebeb;
  min-height: 45px;
}
.title-page .popover-wrap-140 .popover-body textarea {
  padding: 15px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  background: #ebebeb;
}
.title-page .popover-wrap-140 .popover-body .s3_button_large {
  border: none;
  background: none, repeating-radial-gradient(ellipse farthest-corner at left bottom, #f9ee19 0%, #f5a115 20.3%, #fff419 100%);
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 25px;
  padding-left: 25px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 42px;
  font-family: Roboto, sans-serif;
  color: #78491f;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 9px;
  -webkit-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.38);
  -moz-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.38);
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.38);
}
.title-page .popover-wrap-140 .popover-body .s3_button_large:hover, .title-page .popover-wrap-140 .popover-body .s3_button_large.hover, .title-page .popover-wrap-140 .popover-body .s3_button_large.active {
  background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), repeating-radial-gradient(ellipse farthest-corner at left bottom, #f9ee19 0%, #f5a115 20.3%, #fff419 100%);
}
.title-page .popover-wrap-140 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: center;
}
.title-page .popover-wrap-140 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 45px;
  height: 30px;
  background: url("../images/close.png") left 50% top 50% / auto auto no-repeat #c91927;
  z-index: 10;
  cursor: pointer;
  text-align: left;
  min-height: 45px;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
}
.title-page .popover-wrap-140 .popover-close:hover, .title-page .popover-wrap-140 .popover-close.hover, .title-page .popover-wrap-140 .popover-close.active {
  background: url("../images/close.png") left 50% top 50% / auto auto no-repeat #ffac30;
}
.title-page .popover-wrap-140 .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-140 .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-140 .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-140 .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-140 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-140 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-140 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .blocklist-140 .header_text {
  font-size: 20px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-140 .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-140 .description {
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-140 .body-outer {
  border: none;
  box-sizing: border-box;
  position: relative;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-140 .body {
  margin: 0 -10px;
  box-sizing: border-box;
}
.title-page .blocklist-140 .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-140 .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-140 .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-140 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 25%;
}
.title-page .blocklist-140 .item {
  padding: 35px 35px 0.02px;
  margin: 10px;
  border: 4px solid #fff;
  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%;
  align-self: auto;
  -webkit-box-shadow: inset 0px 0px 0px 4px #452307, 0px 0px 0px 1px #452307;
  -moz-box-shadow: inset 0px 0px 0px 4px #452307, 0px 0px 0px 1px #452307;
  box-shadow: inset 0px 0px 0px 4px #452307, 0px 0px 0px 1px #452307;
  background: #fff;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  display: -webkit-flex;
  display: flex;
  -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 .blocklist-140 .text {
  margin-bottom: 5px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Roboto, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  line-height: 1.5;
  text-decoration: none;
  font-size: 13px;
  margin-left: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-140 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-140 .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: none;
  margin-right: 0;
  margin-left: 0;
  max-width: 100%;
}
.title-page .blocklist-140 .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-140 .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-140 .img-convert {
  border: none;
  box-sizing: border-box;
  width: 140px;
  height: 140px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-right: 17px;
}
.title-page .blocklist-140 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-140 .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-140 .title {
  border: none;
  font-weight: bold;
  margin-bottom: 0;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Roboto, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #454545;
  line-height: 1.1;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 19px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  min-height: 57px;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 16px;
  -webkit-box-shadow: inset 0px -2px 0px #452307;
  -moz-box-shadow: inset 0px -2px 0px #452307;
  box-shadow: inset 0px -2px 0px #452307;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-140 .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-140 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 11px;
}
.title-page .blocklist-140 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-140 .price-note {
  box-sizing: border-box;
  display: inline-block;
  text-align: left;
  font-family: Roboto, sans-serif;
  text-decoration: none;
  font-size: 14px;
}
.title-page .blocklist-140 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
  font-family: Roboto, sans-serif;
  color: #452307;
  -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;
  font-weight: bold;
}
.title-page .blocklist-140 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
}
.title-page .blocklist-140 .more {
  text-align: center;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: -23px;
}
.title-page .blocklist-140 .more > a {
  padding: 15px 25px;
  border: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  cursor: pointer;
  font-family: Roboto, sans-serif;
  color: #452307;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  background: none, repeating-radial-gradient(ellipse farthest-corner at left bottom, #f9ee19 0%, #f5a115 20.3%, #fff419 100%);
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
  -webkit-box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.13), 0px 0px 0px 5px #eee;
  -moz-box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.13), 0px 0px 0px 5px #eee;
  box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.13), 0px 0px 0px 5px #eee;
  -webkit-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.4);
  -moz-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.4);
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.4);
  font-weight: bold;
}
.title-page .blocklist-140 .more > a:hover, .title-page .blocklist-140 .more > a.hover, .title-page .blocklist-140 .more > a.active {
  background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), repeating-radial-gradient(ellipse farthest-corner at left bottom, #f9ee19 0%, #f5a115 20.3%, #fff419 100%);
}
.title-page .blocklist-140 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-140 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-140 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-140 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-140 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-140 .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-140 .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-140 .prev {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-left.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-140 .next {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-right.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-140 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-140 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-140 .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-140 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-140 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-140 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-140 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-140 .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-140 .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-140 .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-140 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-140 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-140 .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-140 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-140 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-140 .popover-form-title {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 22px;
  box-sizing: border-box;
  text-align: center;
  font-family: Roboto, sans-serif;
  color: #1f1f1f;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
}
.title-page .popover-wrap-140 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-140 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
  padding-top: 0.02px;
}
.title-page .popover-wrap-140 .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-140 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-140 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-140 .popover-body .s3_form_item.form_div {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-140 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  text-align: left;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-140 .popover-body .s3_form_item.form_html_block {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-140 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-140 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Roboto, sans-serif;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0;
  color: #242424;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-140 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-140 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-140 .popover-body .s3_form_item.form_checkbox {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-140 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-140 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-140 .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-140 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  padding-bottom: 5px;
}
.title-page .popover-wrap-140 .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-140 .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-140 .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;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-140 .popover-body .s3_form_item.form_radio {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-140 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-140 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-140 .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-140 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  padding-bottom: 5px;
}
.title-page .popover-wrap-140 .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-140 .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-140 .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;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-140 .popover-body .s3_form_item.form_select {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-140 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-140 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-140 .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: Arial, Helvetica, sans-serif;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-140 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-140 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-140 .popover-body .s3_form_item.form_calendar {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-140 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-140 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-140 .popover-body .s3_form_item.form_calendar_interval {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-140 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-140 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-140 .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-140 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-140 .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-140 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Roboto, sans-serif;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-140 .popover-body .s3_form_item.form_upload {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-140 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-140 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-140 .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-140 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-140 .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-140 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-140 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-140 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-5 {
  margin: 0;
  border: none;
  position: relative;
  text-decoration: none;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: repeating-radial-gradient(ellipse farthest-corner at left bottom, #f9ee19 0%, #f5a115 20.3%, #fff419 100%), url("../images/54758045_2.jpg") left 50% top 50% / auto auto no-repeat;
  z-index: 11;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 70px;
  padding-bottom: 70px;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-71 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.title-page .widget-144 {
  padding: 0.02px 0;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  background: transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.title-page .popover-wrap-167 .popover-body {
  padding: 45px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  position: relative;
  display: inline-block;
  width: 320px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-167 .popover-body .form_text input {
  padding: 7px 15px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  background: #ebebeb;
  min-height: 45px;
}
.title-page .popover-wrap-167 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 423px;
  -moz-border-radius: 423px;
  border-radius: 423px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  background: #ebebeb;
  min-height: 45px;
}
.title-page .popover-wrap-167 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 423px;
  -moz-border-radius: 423px;
  border-radius: 423px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Roboto, sans-serif;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  background: #ebebeb;
  min-height: 45px;
}
.title-page .popover-wrap-167 .popover-body textarea {
  padding: 15px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  background: #ebebeb;
}
.title-page .popover-wrap-167 .popover-body .s3_button_large {
  border: none;
  background: none, repeating-radial-gradient(ellipse farthest-corner at left bottom, #f9ee19 0%, #f5a115 20.3%, #fff419 100%);
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 25px;
  padding-left: 25px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 42px;
  font-family: Roboto, sans-serif;
  color: #78491f;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 9px;
  -webkit-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.38);
  -moz-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.38);
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.38);
}
.title-page .popover-wrap-167 .popover-body .s3_button_large:hover, .title-page .popover-wrap-167 .popover-body .s3_button_large.hover, .title-page .popover-wrap-167 .popover-body .s3_button_large.active {
  background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), repeating-radial-gradient(ellipse farthest-corner at left bottom, #f9ee19 0%, #f5a115 20.3%, #fff419 100%);
}
.title-page .popover-wrap-167 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: center;
}
.title-page .popover-wrap-167 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 45px;
  height: 30px;
  background: url("../images/close.png") left 50% top 50% / auto auto no-repeat #c91927;
  z-index: 10;
  cursor: pointer;
  text-align: left;
  min-height: 45px;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
}
.title-page .popover-wrap-167 .popover-close:hover, .title-page .popover-wrap-167 .popover-close.hover, .title-page .popover-wrap-167 .popover-close.active {
  background: url("../images/close.png") left 50% top 50% / auto auto no-repeat #ffac30;
}
.title-page .popover-wrap-167 .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-167 .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-167 .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-167 .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-167 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-167 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-167 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 27px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .blocklist-167 .header_text {
  border: none;
  font-size: 37px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Roboto, sans-serif;
  -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;
  color: #452307;
  text-decoration: none;
  font-weight: 800;
  -webkit-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
  -moz-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-167 .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-167 .description {
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-167 .body-outer {
  border: none;
  box-sizing: border-box;
  position: relative;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-167 .body {
  margin: 0 -35px;
  box-sizing: border-box;
}
.title-page .blocklist-167 .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-167 .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-167 .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-167 .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-167 .item {
  padding: 0.02px 0;
  margin: 25px 35px;
  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%;
  align-self: auto;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: -webkit-flex;
  display: flex;
  -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 .blocklist-167 .text {
  margin-bottom: 5px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Roboto, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #fff;
  line-height: 1.3;
  text-decoration: none;
  font-size: 17px;
  margin-left: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  font-weight: 300;
}
.title-page .blocklist-167 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-167 .image {
  border: none;
  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: none;
  margin-right: 0;
  margin-left: 0;
  max-width: 100%;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-167 .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-167 .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-167 .img-convert {
  border: 11px solid #fff;
  box-sizing: border-box;
  width: auto;
  height: 230px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-shadow: 0px 27px 43px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 27px 43px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 27px 43px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  margin-right: 0;
  margin-left: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-167 .img-convert:hover, .title-page .blocklist-167 .img-convert.hover, .title-page .blocklist-167 .img-convert.active {
  -webkit-box-shadow: 0px 14px 64px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0px 14px 64px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 14px 64px rgba(0, 0, 0, 0.33);
}
.title-page .blocklist-167 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-167 .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-167 .title {
  border: none;
  font-weight: bold;
  margin-bottom: 9px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Roboto, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #452307;
  text-decoration: none;
  font-size: 18px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  min-height: 0;
  padding-top: 29px;
  margin-top: 24px;
  -webkit-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
  -moz-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
  background: url("../images/dots_white.png?1545711685921") left 50% top 0px / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-left: 0;
  padding-right: 0;
}
.title-page .blocklist-167 .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-167 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-167 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-167 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-167 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-167 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-167 .more {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-167 .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-167 .bx-wrapper {
  max-width: 1131px;
}
.title-page .blocklist-167 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-167 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-167 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-167 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-167 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-167 .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-167 .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-167 .prev {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-left.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-167 .next {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-right.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-167 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-167 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-167 .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-167 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-167 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-167 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-167 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-167 .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-167 .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-167 .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-167 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-167 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-167 .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-167 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-167 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-167 .popover-form-title {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 22px;
  box-sizing: border-box;
  text-align: center;
  font-family: Roboto, sans-serif;
  color: #1f1f1f;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
}
.title-page .popover-wrap-167 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-167 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
  padding-top: 0.02px;
}
.title-page .popover-wrap-167 .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-167 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-167 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-167 .popover-body .s3_form_item.form_div {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-167 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  text-align: left;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-167 .popover-body .s3_form_item.form_html_block {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-167 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-167 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Roboto, sans-serif;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0;
  color: #242424;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-167 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-167 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-167 .popover-body .s3_form_item.form_checkbox {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-167 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-167 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-167 .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-167 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  padding-bottom: 5px;
}
.title-page .popover-wrap-167 .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-167 .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-167 .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;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-167 .popover-body .s3_form_item.form_radio {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-167 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-167 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-167 .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-167 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  padding-bottom: 5px;
}
.title-page .popover-wrap-167 .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-167 .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-167 .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;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-167 .popover-body .s3_form_item.form_select {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-167 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-167 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-167 .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: Arial, Helvetica, sans-serif;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-167 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-167 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-167 .popover-body .s3_form_item.form_calendar {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-167 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-167 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-167 .popover-body .s3_form_item.form_calendar_interval {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-167 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-167 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-167 .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-167 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-167 .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-167 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Roboto, sans-serif;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-167 .popover-body .s3_form_item.form_upload {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-167 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-167 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-167 .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-167 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-167 .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-167 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-167 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-167 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-89 {
  margin: -117px 0 0;
  border: none;
  position: relative;
  text-decoration: none;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 10;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 0.02px;
  padding-bottom: 0.02px;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
}
.title-page .block-90 {
  padding: 0.02px 0;
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  background: transparent;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.title-page .widget-146 {
  padding: 90px 90px 90px 472px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  width: auto;
  right: 0;
  min-height: 0;
  background: url("../images/order_form_pic2.png") left 45px top 50% / 400px no-repeat, repeating-radial-gradient(ellipse farthest-corner at left bottom, #f9ee19 0%, #f5a115 20.3%, #fff419 100%) #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.title-page .form-171 .form__header {
  border: none;
  box-sizing: border-box;
  font-size: 30px;
  margin-bottom: 10px;
  display: -webkit-flex;
  display: flex;
  	font-family: "IBM Plex Sans", sans-serif !important;
  -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;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  -webkit-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
  -moz-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .form-171 .form__text {
  border: none;
  box-sizing: border-box;
  font-size: 25px;
  margin-bottom: 34px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  font-family: Roboto sans-serif;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  color: #000;
  text-decoration: none;
  font-weight: normal;
  -webkit-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
  -moz-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .form-171 .form__text p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .form-171 .form__text p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .form-171 .form__body {
  box-sizing: border-box;
  margin-right: 0;
  margin-bottom: -5px;
  width: auto;
  margin-left: 0;
}
.title-page .form-171 .form-table {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.title-page .form-171 .form-tbody {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .form-171 .form-item-group {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  width: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .form-171 .form-item {
  box-sizing: border-box;
  position: relative;
  margin-right: 5px;
  margin-bottom: 5px;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  width: auto;
}
.title-page .form-171 .form-text {
  box-sizing: border-box;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 15px;
}
.title-page .form-171 .form-item__title {
  box-sizing: border-box;
  display: inline-block;
  min-width: 15px;
  font-size: 15px;
  font-family: Roboto, sans-serif;
}
.title-page .form-171 .form-item__required {
  box-sizing: border-box;
  color: #f00;
}
.title-page .form-171 .form-item__error {
  box-sizing: border-box;
  color: #f00;
}
.title-page .form-171 .form-item__note {
  box-sizing: border-box;
  font-size: 11px;
  color: #999;
  display: none;
}
.title-page .form-171 .form-item__body {
  box-sizing: border-box;
  display: block;
}
.title-page .form-171 .form-text input {
  padding: 2px 15px;
  border: none;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-width: 100px;
  min-height: 55px;
  outline: none;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  text-align: start;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 18px;
  height: 55px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.title-page .form-171 .form-textarea textarea {
  padding: 2px 4px;
  border: none;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-width: 100px;
  resize: vertical;
  min-height: 40px;
  outline: none;
  display: block;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  text-align: start;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 18px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.title-page .form-171 .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-171 .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-171 .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-171 .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-171 .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .form-171 .form-select select {
  padding: 15px;
  border: none;
  box-sizing: border-box;
  width: 100%;
  min-width: 100px;
  font-family: Roboto, sans-serif;
  text-align: start;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  background: #f2f2f2;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.title-page .form-171 .form-upload .form-item__body .no-more {
  box-sizing: border-box;
  font-size: 15px;
  font-family: Roboto, sans-serif;
  text-decoration: none;
}
.title-page .form-171 .form-text .form-item__body {
  box-sizing: border-box;
}
.title-page .form-171 .form-textarea {
  box-sizing: border-box;
  margin-right: 0;
  margin-left: 0;
}
.title-page .form-171 .form-textarea .form-item__body {
  box-sizing: border-box;
}
.title-page .form-171 .form-submit {
  box-sizing: border-box;
}
.title-page .form-171 .form-submit .form-item__header {
  box-sizing: border-box;
  display: block;
}
.title-page .form-171 .form-submit .form-item__body {
  box-sizing: border-box;
}
.title-page .form-171 .form-submit button {
  padding: 2px 4px;
  border: none;
  box-sizing: border-box;
  text-align: center;
  background: none, repeating-linear-gradient(to top right, #e80400 0%, #a60b08 24.2%, #de0400 100%);
  outline: none;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 17px;
  min-height: 55px;
  width: 150px;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
  font-weight: 900;
  -webkit-box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.13);
  box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.13);
}
.title-page .form-171 .form-submit button:hover, .title-page .form-171 .form-submit button.hover, .title-page .form-171 .form-submit button.active {
  background: linear-gradient(rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12)), repeating-linear-gradient(to top right, #e80400 0%, #a60b08 24.2%, #de0400 100%);
}
.title-page .form-171 .form-submit button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 20px;
}
.title-page .form-171 .form-captcha {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-right: 0;
  margin-left: 0;
}
.title-page .form-171 .form-captcha .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .form-171 .form-captcha input {
  padding: 2px 4px;
  border: none;
  box-sizing: border-box;
  background: #fff;
  width: auto;
  min-width: 50px;
  min-height: 22px;
  outline: none;
  text-align: start;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 18px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.title-page .form-171 .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-171 .form-captcha .form-submit-container {
  box-sizing: border-box;
}
.title-page .form-171 .form-captcha button {
  padding: 2px 4px;
  border: none;
  box-sizing: border-box;
  text-align: center;
  background: none, repeating-linear-gradient(to top right, #e80400 0%, #a60b08 24.2%, #de0400 100%);
  outline: none;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 17px;
  min-height: 55px;
  width: 150px;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
  font-weight: 900;
  -webkit-box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.13);
  box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.13);
}
.title-page .form-171 .form-captcha button:hover, .title-page .form-171 .form-captcha button.hover, .title-page .form-171 .form-captcha button.active {
  background: linear-gradient(rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12)), repeating-linear-gradient(to top right, #e80400 0%, #a60b08 24.2%, #de0400 100%);
}
.title-page .form-171 .form-captcha button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 20px;
}
.title-page .form-171 .form-captcha .mgCaptcha-block {
  box-sizing: border-box;
  line-height: 0;
  font-size: 0;
  min-width: 112px;
}
.title-page .form-171 .form-captcha .mgCaptcha-block img {
  box-sizing: border-box;
  vertical-align: middle;
  border: none;
  margin-right: 5px;
}
.title-page .form-171 .form-captcha .mgCaptcha-input {
  box-sizing: border-box;
}
.title-page .form-171 .form-checkbox {
  box-sizing: border-box;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 15px;
}
.title-page .form-171 .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;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  padding-bottom: 5px;
}
.title-page .form-171 .form-checkbox .form-item__title {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-top: 5px;
  font-size: 15px;
  font-family: Roboto, sans-serif;
}
.title-page .form-171 .form-checkbox .form-item__body label.form-item__title {
  font-size: 15px;
  font-family: Roboto, sans-serif;
  text-decoration: none;
  margin-top: 3px;
  align-self: auto;
}
.title-page .form-171 .form-checkbox input {
  margin: 5px 5px 0 0;
}
.title-page .form-171 .form-radio {
  box-sizing: border-box;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 15px;
}
.title-page .form-171 .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;
  padding-bottom: 5px;
}
.title-page .form-171 .form-radio .form-item__body label.form-item__title {
  font-size: 15px;
  font-family: Roboto, sans-serif;
  text-decoration: none;
  margin-top: 3px;
  align-self: auto;
}
.title-page .form-171 .form-radio input {
  margin: 5px 5px 0 0;
}
.title-page .form-171 .form-radio .form-item__title {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-top: 5px;
  font-size: 15px;
  font-family: Roboto, sans-serif;
}
.title-page .form-171 .form-select {
  box-sizing: border-box;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 15px;
}
.title-page .form-171 .form-div {
  box-sizing: border-box;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 15px;
}
.title-page .form-171 .form-html {
  box-sizing: border-box;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 15px;
}
.title-page .form-171 .form-html .form-item__body {
  font-size: 18px;
  font-family: Roboto, sans-serif;
  text-decoration: none;
  font-weight: 500;
}
.title-page .form-171 .form-upload {
  box-sizing: border-box;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 15px;
}
.title-page .form-171 .form-calendar {
  box-sizing: border-box;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 15px;
}
.title-page .form-171 .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-171 .form-calendar input {
  padding: 2px 15px;
  border: none;
  box-sizing: border-box;
  background: #f2f2f2;
  width: 100%;
  min-height: 55px;
  outline: none;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  text-align: start;
  color: #1c1c1c;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  height: 55px;
}
.title-page .form-171 .form-calendar_interval {
  box-sizing: border-box;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 15px;
}
.title-page .form-171 .form-calendar_interval input {
  padding: 2px 15px;
  border: none;
  box-sizing: border-box;
  background: #f2f2f2;
  width: 100%;
  min-height: 55px;
  outline: none;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  text-align: start;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  height: 55px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.title-page .form-171 .form-calendar_interval .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .form-171 .form-calendar_interval .label_from {
  box-sizing: border-box;
  margin-right: 5px;
  -webkit-flex: 0;
  -moz-flex: 0;
  flex: 0;
  font-family: Roboto, sans-serif;
  color: #242424;
  text-decoration: none;
  font-size: 15px;
}
.title-page .form-171 .form-calendar_interval .label_to {
  box-sizing: border-box;
  margin-right: 5px;
  -webkit-flex: 0;
  -moz-flex: 0;
  flex: 0;
}
.title-page .form-171 .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-171 .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-171 .group-text {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-right: 0;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.title-page .form-171 .group-textarea {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-right: 0;
}
.title-page .form-171 .form-tfoot {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.title-page .form-171 .group-button {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-right: 0;
}
.title-page .form-171 .form-success {
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
}
.title-page .form-171 ::-webkit-input-placeholder {
  color: rgba(28, 28, 28, 0.92);
}
.title-page .form-171 ::-moz-placeholder {
  color: rgba(28, 28, 28, 0.92);
}
.title-page .form-171 :-ms-input-placeholder {
  color: rgba(28, 28, 28, 0.92);
}
.title-page .block-93 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: url("../images/bgs_pic2.png") left calc(50% + 1494px) top calc(50% + 435px) / auto auto no-repeat, url("../images/bgs_pic.png") left calc(50% - 798px) top -318px / auto auto no-repeat #fff;
  z-index: 9;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  max-width: 100%;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-94 {
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  background: transparent;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.title-page .block-134 .layout_178 {
  -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-134 .layout_227 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-134 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  z-index: 3;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  right: 0;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  padding-top: 90px;
  padding-bottom: 90px;
}
.title-page .widget-149 {
  margin: 81px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  box-sizing: border-box;
  min-height: 0;
  width: auto;
  right: 0;
  padding-top: 0.02px;
  padding-bottom: 0.02px;
  padding-right: 50px;
}
.title-page .popover-wrap-178 .popover-body {
  padding: 45px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  position: relative;
  display: inline-block;
  width: 320px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-178 .popover-body .form_text input {
  padding: 7px 15px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  background: #ebebeb;
  min-height: 45px;
}
.title-page .popover-wrap-178 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 423px;
  -moz-border-radius: 423px;
  border-radius: 423px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  background: #ebebeb;
  min-height: 45px;
}
.title-page .popover-wrap-178 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 423px;
  -moz-border-radius: 423px;
  border-radius: 423px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Roboto, sans-serif;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  background: #ebebeb;
  min-height: 45px;
}
.title-page .popover-wrap-178 .popover-body textarea {
  padding: 15px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  background: #ebebeb;
}
.title-page .popover-wrap-178 .popover-body .s3_button_large {
  border: none;
  background: none, repeating-radial-gradient(ellipse farthest-corner at left bottom, #f9ee19 0%, #f5a115 20.3%, #fff419 100%);
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 25px;
  padding-left: 25px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 42px;
  font-family: Roboto, sans-serif;
  color: #78491f;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 9px;
  -webkit-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.38);
  -moz-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.38);
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.38);
}
.title-page .popover-wrap-178 .popover-body .s3_button_large:hover, .title-page .popover-wrap-178 .popover-body .s3_button_large.hover, .title-page .popover-wrap-178 .popover-body .s3_button_large.active {
  background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), repeating-radial-gradient(ellipse farthest-corner at left bottom, #f9ee19 0%, #f5a115 20.3%, #fff419 100%);
}
.title-page .popover-wrap-178 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: center;
}
.title-page .popover-wrap-178 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 45px;
  height: 30px;
  background: url("../images/close.png") left 50% top 50% / auto auto no-repeat #c91927;
  z-index: 10;
  cursor: pointer;
  text-align: left;
  min-height: 45px;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
}
.title-page .popover-wrap-178 .popover-close:hover, .title-page .popover-wrap-178 .popover-close.hover, .title-page .popover-wrap-178 .popover-close.active {
  background: url("../images/close.png") left 50% top 50% / auto auto no-repeat #ffac30;
}
.title-page .popover-wrap-178 .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-178 .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-178 .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-178 .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-178 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-178 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-178 .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-178 .body {
  box-sizing: border-box;
  display: block;
  position: relative;
  min-width: 0;
  min-height: 0;
  text-align: left;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .editable_block-178 .title {
	font-size: 30px !important; 
	color: #000 !important;
	font-weight: 600 !important; 
	font-family: "IBM Plex Sans", sans-serif !important;
    padding: 20px 0 18px 0 !important;
    background: url('https://xn--1-ctbiaqduqpcdhdeg.xn--p1ai/t/v5231/images/new_template/line.png') 50% 100% no-repeat !important;
    text-align: center !important;
}
.title-page .editable_block-178 .image {
  border: none;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  float: left;
  margin-right: 51px;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding-bottom: 0.02px;
  padding-right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 0.02px;
}
.title-page .editable_block-178 .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-178 .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-178 .img-convert {
  border: 18px solid #fff;
  box-sizing: border-box;
  width: 300px;
  height: 300px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: 0px 0px 37px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 0px 37px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 0px 37px rgba(0, 0, 0, 0.17);
  max-width: 100%;
}
.title-page .editable_block-178 .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-178 .text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  font-family: Roboto, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  line-height: 1.5;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .editable_block-178 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-178 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-178 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-178 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-178 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-178 .more {
  box-sizing: border-box;
  margin-top: 43px;
  pointer-events: auto;
}
.title-page .editable_block-178 .more > a {
  padding: 25px 35px;
  border: none;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
  height: 0;
  min-height: 14px;
  font-family: Roboto, sans-serif;
  color: #78491f;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
  background: none, repeating-radial-gradient(ellipse farthest-corner at left bottom, #f9ee19 0%, #f5a115 20.3%, #fff419 100%);
  font-weight: 900;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
  -webkit-box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.13), 0 0 0 transparent;
  -moz-box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.13), 0 0 0 transparent;
  box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.13), 0 0 0 transparent;
  -webkit-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
  -moz-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}
.title-page .editable_block-178 .more > a:hover, .title-page .editable_block-178 .more > a.hover, .title-page .editable_block-178 .more > a.active {
  background: linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15)), repeating-radial-gradient(ellipse farthest-corner at left bottom, #f9ee19 0%, #f5a115 20.3%, #fff419 100%);
  -webkit-box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.13), 0px 5px 14px rgba(244, 162, 21, 0.43);
  -moz-box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.13), 0px 5px 14px rgba(244, 162, 21, 0.43);
  box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.13), 0px 5px 14px rgba(244, 162, 21, 0.43);
}
.title-page .editable_block-178 .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-178 .clear {
  clear: both;
}
.title-page .popover-container-178 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-178 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-178 .popover-form-title {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 22px;
  box-sizing: border-box;
  text-align: center;
  font-family: Roboto, sans-serif;
  color: #1f1f1f;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
}
.title-page .popover-wrap-178 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-178 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
  padding-top: 0.02px;
}
.title-page .popover-wrap-178 .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-178 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-178 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-178 .popover-body .s3_form_item.form_div {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-178 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  text-align: left;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-178 .popover-body .s3_form_item.form_html_block {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-178 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-178 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Roboto, sans-serif;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0;
  color: #242424;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-178 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-178 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-178 .popover-body .s3_form_item.form_checkbox {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-178 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-178 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-178 .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-178 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  padding-bottom: 5px;
}
.title-page .popover-wrap-178 .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-178 .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-178 .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;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-178 .popover-body .s3_form_item.form_radio {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-178 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-178 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-178 .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-178 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  padding-bottom: 5px;
}
.title-page .popover-wrap-178 .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-178 .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-178 .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;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-178 .popover-body .s3_form_item.form_select {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-178 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-178 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-178 .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: Arial, Helvetica, sans-serif;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-178 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-178 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-178 .popover-body .s3_form_item.form_calendar {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-178 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-178 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-178 .popover-body .s3_form_item.form_calendar_interval {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-178 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-178 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-178 .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-178 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-178 .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-178 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Roboto, sans-serif;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-178 .popover-body .s3_form_item.form_upload {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-178 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-178 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-178 .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-178 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-178 .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-178 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-178 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-178 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-135 {
  margin: 0 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 520px;
  min-height: 380px;
  background: url("../images/68hg.png") left 50% top 50% / cover no-repeat;
  z-index: 1;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-189 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding-top: 0.02px;
  padding-bottom: 35px;
}
.title-page .popover-wrap-225 .popover-body {
  padding: 45px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  position: relative;
  display: inline-block;
  width: 320px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-225 .popover-body .form_text input {
  padding: 7px 15px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  background: #ebebeb;
  min-height: 45px;
}
.title-page .popover-wrap-225 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 423px;
  -moz-border-radius: 423px;
  border-radius: 423px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  background: #ebebeb;
  min-height: 45px;
}
.title-page .popover-wrap-225 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 423px;
  -moz-border-radius: 423px;
  border-radius: 423px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Roboto, sans-serif;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  background: #ebebeb;
  min-height: 45px;
}
.title-page .popover-wrap-225 .popover-body textarea {
  padding: 15px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  background: #ebebeb;
}
.title-page .popover-wrap-225 .popover-body .s3_button_large {
  border: none;
  background: none, repeating-radial-gradient(ellipse farthest-corner at left bottom, #f9ee19 0%, #f5a115 20.3%, #fff419 100%);
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 25px;
  padding-left: 25px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 42px;
  font-family: Roboto, sans-serif;
  color: #78491f;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 9px;
  -webkit-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.38);
  -moz-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.38);
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.38);
}
.title-page .popover-wrap-225 .popover-body .s3_button_large:hover, .title-page .popover-wrap-225 .popover-body .s3_button_large.hover, .title-page .popover-wrap-225 .popover-body .s3_button_large.active {
  background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), repeating-radial-gradient(ellipse farthest-corner at left bottom, #f9ee19 0%, #f5a115 20.3%, #fff419 100%);
}
.title-page .popover-wrap-225 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: center;
}
.title-page .popover-wrap-225 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 45px;
  height: 30px;
  background: url("../images/lib_752002_close.png") left 50% top 50% / auto auto no-repeat #c91927;
  z-index: 10;
  cursor: pointer;
  text-align: left;
  min-height: 45px;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
}
.title-page .popover-wrap-225 .popover-close:hover, .title-page .popover-wrap-225 .popover-close.hover, .title-page .popover-wrap-225 .popover-close.active {
  background: url("../images/lib_752002_close.png") left 50% top 50% / auto auto no-repeat #ffac30;
}
.title-page .popover-wrap-225 .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-225 .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-225 .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-225 .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-225 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-225 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-225 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 15px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .blocklist-225 .header_text {
  font-size: 38px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Roboto, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #242424;
  text-decoration: none;
  font-weight: 800;
  margin-bottom: 21px;
  padding-left: 75px;
  padding-right: 75px;
}
.title-page .blocklist-225 .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-225 .description {
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-225 .body-outer {
  border: none;
  box-sizing: border-box;
  position: relative;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-225 .body {
  margin: 0 -5px;
  box-sizing: border-box;
}
.title-page .blocklist-225 .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-225 .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-225 .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-225 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 25%;
}
.title-page .blocklist-225 .item {
  padding: 20px 20px 0.02px;
  margin: 10px 5px;
  border: 4px solid #fff;
  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%;
  align-self: auto;
  -webkit-box-shadow: inset 0px 0px 0px 4px #452307, 0px 0px 0px 1px #452307;
  -moz-box-shadow: inset 0px 0px 0px 4px #452307, 0px 0px 0px 1px #452307;
  box-shadow: inset 0px 0px 0px 4px #452307, 0px 0px 0px 1px #452307;
  background: #fff;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  display: -webkit-flex;
  display: flex;
  -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 .blocklist-225 .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;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  line-height: 1.5;
  text-decoration: none;
  font-size: 13px;
  margin-left: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  min-height: 305px;
}
.title-page .blocklist-225 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-225 .image {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 19px;
  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: none;
  margin-right: 0;
  margin-left: 0;
  max-width: 100%;
}
.title-page .blocklist-225 .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-225 .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-225 .img-convert {
  border: none;
  box-sizing: border-box;
  width: auto;
  height: 170px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  margin-right: 0;
  margin-left: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-225 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-225 .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-225 .title {
  border: none;
  font-weight: bold;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #000;
  line-height: 1.1;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  min-height: 57px;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0.02px;
  -webkit-box-shadow: inset 0px -2px 0px #452307;
  -moz-box-shadow: inset 0px -2px 0px #452307;
  box-shadow: inset 0px -2px 0px #452307;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-right: 0;
}
.title-page .blocklist-225 .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-225 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 11px;
}
.title-page .blocklist-225 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-225 .price-note {
  box-sizing: border-box;
  display: inline-block;
  text-align: left;
  font-family: Roboto, sans-serif;
  text-decoration: none;
  font-size: 14px;
}
.title-page .blocklist-225 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
  font-family: Roboto, sans-serif;
  color: #452307;
  -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;
  font-weight: bold;
}
.title-page .blocklist-225 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
}
.title-page .blocklist-225 .more {
  text-align: center;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: -23px;
}
.title-page .blocklist-225 .more > a {
  padding: 15px 25px;
  border: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  cursor: pointer;
  font-family: Roboto, sans-serif;
  color: #452307;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  background: none, repeating-radial-gradient(ellipse farthest-corner at left bottom, #f9ee19 0%, #f5a115 20.3%, #fff419 100%);
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
  -webkit-box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.13), 0px 0px 0px 5px #eee;
  -moz-box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.13), 0px 0px 0px 5px #eee;
  box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.13), 0px 0px 0px 5px #eee;
  -webkit-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.4);
  -moz-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.4);
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.4);
  font-weight: bold;
}
.title-page .blocklist-225 .more > a:hover, .title-page .blocklist-225 .more > a.hover, .title-page .blocklist-225 .more > a.active {
  background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), repeating-radial-gradient(ellipse farthest-corner at left bottom, #f9ee19 0%, #f5a115 20.3%, #fff419 100%);
}
.title-page .blocklist-225 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-225 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-225 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-225 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-225 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-225 .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-225 .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-225 .prev {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-left.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-225 .next {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-right.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-225 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-225 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-225 .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-225 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-225 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-225 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-225 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-225 .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-225 .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-225 .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-225 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-225 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-225 .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-225 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-225 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-225 .popover-form-title {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 22px;
  box-sizing: border-box;
  text-align: center;
  font-family: Roboto, sans-serif;
  color: #1f1f1f;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
}
.title-page .popover-wrap-225 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-225 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
  padding-top: 0.02px;
}
.title-page .popover-wrap-225 .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-225 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-225 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-225 .popover-body .s3_form_item.form_div {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-225 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  text-align: left;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-225 .popover-body .s3_form_item.form_html_block {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-225 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-225 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Roboto, sans-serif;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0;
  color: #242424;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-225 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-225 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-225 .popover-body .s3_form_item.form_checkbox {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-225 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-225 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-225 .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-225 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  padding-bottom: 5px;
}
.title-page .popover-wrap-225 .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-225 .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-225 .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;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-225 .popover-body .s3_form_item.form_radio {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-225 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-225 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-225 .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-225 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  padding-bottom: 5px;
}
.title-page .popover-wrap-225 .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-225 .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-225 .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;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-225 .popover-body .s3_form_item.form_select {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-225 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-225 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-225 .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: Arial, Helvetica, sans-serif;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-225 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-225 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-225 .popover-body .s3_form_item.form_calendar {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-225 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-225 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-225 .popover-body .s3_form_item.form_calendar_interval {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-225 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-225 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-225 .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-225 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-225 .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-225 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Roboto, sans-serif;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-225 .popover-body .s3_form_item.form_upload {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-225 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-225 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-225 .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-225 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-225 .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-225 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-225 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-225 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .widget-143 {
  padding: 90px 0 188px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  background: transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.title-page .popover-wrap-166 .popover-body {
  padding: 45px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  position: relative;
  display: inline-block;
  width: 320px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-166 .popover-body .form_text input {
  padding: 7px 15px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  background: #ebebeb;
  min-height: 45px;
}
.title-page .popover-wrap-166 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 423px;
  -moz-border-radius: 423px;
  border-radius: 423px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  background: #ebebeb;
  min-height: 45px;
}
.title-page .popover-wrap-166 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 423px;
  -moz-border-radius: 423px;
  border-radius: 423px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Roboto, sans-serif;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  background: #ebebeb;
  min-height: 45px;
}
.title-page .popover-wrap-166 .popover-body textarea {
  padding: 15px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  background: #ebebeb;
}
.title-page .popover-wrap-166 .popover-body .s3_button_large {
  border: none;
  background: none, repeating-radial-gradient(ellipse farthest-corner at left bottom, #f9ee19 0%, #f5a115 20.3%, #fff419 100%);
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 25px;
  padding-left: 25px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 42px;
  font-family: Roboto, sans-serif;
  color: #78491f;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 9px;
  -webkit-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.38);
  -moz-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.38);
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.38);
}
.title-page .popover-wrap-166 .popover-body .s3_button_large:hover, .title-page .popover-wrap-166 .popover-body .s3_button_large.hover, .title-page .popover-wrap-166 .popover-body .s3_button_large.active {
  background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), repeating-radial-gradient(ellipse farthest-corner at left bottom, #f9ee19 0%, #f5a115 20.3%, #fff419 100%);
}
.title-page .popover-wrap-166 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: center;
}
.title-page .popover-wrap-166 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 45px;
  height: 30px;
  background: url("../images/close.png") left 50% top 50% / auto auto no-repeat #c91927;
  z-index: 10;
  cursor: pointer;
  text-align: left;
  min-height: 45px;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
}
.title-page .popover-wrap-166 .popover-close:hover, .title-page .popover-wrap-166 .popover-close.hover, .title-page .popover-wrap-166 .popover-close.active {
  background: url("../images/close.png") left 50% top 50% / auto auto no-repeat #ffac30;
}
.title-page .popover-wrap-166 .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-166 .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-166 .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-166 .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-166 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-166 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-166 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.title-page .blocklist-166 .header_text {
  font-size: 37px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Roboto, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  color: #242424;
  text-decoration: none;
  font-weight: 800;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-bottom: 19px;
}
.title-page .blocklist-166 .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-166 .description {
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-166 .body-outer {
  border: none;
  box-sizing: border-box;
  position: relative;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-166 .body {
  margin: 0 -15px;
  box-sizing: border-box;
}
.title-page .blocklist-166 .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-166 .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-166 .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-166 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 33.33%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .blocklist-166 .item {
  padding: 15px 0 15px 67px;
  margin: 0 15px;
  border: none;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  left: 0;
  right: 0;
  flex-basis: 100%;
  align-self: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: -webkit-flex;
  display: flex;
  -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 .blocklist-166 .item-label {
  padding: 2px 5px;
  border: none;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 5;
  background: repeating-radial-gradient(ellipse farthest-corner at left bottom, #005180 0%, #092870 26.4%, #00649e 100%) #1d46a8;
  color: #fff;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  font-family: Roboto, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-decoration: none;
  font-size: 23px;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
  font-weight: 800;
  min-height: 45px;
  width: 45px;
  bottom: auto;
  margin-top: -22.5px;
  -webkit-box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.08);
}
.title-page .blocklist-166 .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;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #000;
  line-height: 1.1;
  text-decoration: none;
  font-size: 16px;
  margin-left: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  font-weight: 400;
}
.title-page .blocklist-166 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-166 .image {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 10px;
  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: none;
  margin-right: 0;
  margin-left: 0;
  max-width: 100%;
}
.title-page .blocklist-166 .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-166 .img-convert {
  border: none;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-right: auto;
  margin-left: 0;
}
.title-page .blocklist-166 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-166 .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-166 .title {
  font-weight: 900;
  margin-bottom: 9px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Roboto, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #452307;
  line-height: 1.1;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  min-height: 0;
}
.title-page .blocklist-166 .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-166 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-166 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-166 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-166 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-166 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-166 .more {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-166 .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-166 .bx-wrapper {
  max-width: 1131px;
}
.title-page .blocklist-166 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-166 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-166 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-166 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-166 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-166 .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-166 .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-166 .prev {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-left.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-166 .next {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-right.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-166 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-166 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-166 .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-166 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-166 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-166 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-166 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-166 .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-166 .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-166 .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-166 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-166 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-166 .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-166 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-166 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-166 .popover-form-title {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 22px;
  box-sizing: border-box;
  text-align: center;
  font-family: Roboto, sans-serif;
  color: #1f1f1f;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
}
.title-page .popover-wrap-166 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-166 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
  padding-top: 0.02px;
}
.title-page .popover-wrap-166 .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-166 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-166 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-166 .popover-body .s3_form_item.form_div {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-166 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  text-align: left;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-166 .popover-body .s3_form_item.form_html_block {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-166 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-166 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Roboto, sans-serif;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0;
  color: #242424;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-166 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-166 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-166 .popover-body .s3_form_item.form_checkbox {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-166 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-166 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-166 .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-166 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  padding-bottom: 5px;
}
.title-page .popover-wrap-166 .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-166 .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-166 .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;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-166 .popover-body .s3_form_item.form_radio {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-166 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-166 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-166 .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-166 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  padding-bottom: 5px;
}
.title-page .popover-wrap-166 .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-166 .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-166 .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;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-166 .popover-body .s3_form_item.form_select {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-166 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-166 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-166 .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: Arial, Helvetica, sans-serif;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-166 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-166 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-166 .popover-body .s3_form_item.form_calendar {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-166 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-166 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-166 .popover-body .s3_form_item.form_calendar_interval {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-166 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-166 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-166 .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-166 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-166 .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-166 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Roboto, sans-serif;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-166 .popover-body .s3_form_item.form_upload {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-166 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-166 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-166 .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-166 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-166 .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-166 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-166 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-166 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-95 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  background: url("../images/bgs_pic.png?1545978402404") left calc(50% - 755px) top calc(50% - 127px) / 483px no-repeat, url("../images/bgs_pic2.png?1545978402422") left calc(50% + 937px) top calc(50% - 11px) / 769px no-repeat;
  z-index: 8;
  text-align: center;
  right: 0;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-96 {
  padding: 0;
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  z-index: 1;
  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-171 {
  padding: 0.02px 0;
  margin: 0;
  border: none;
  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;
  background: transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.title-page .popover-wrap-207 .popover-body {
  padding: 45px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  position: relative;
  display: inline-block;
  width: 320px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-207 .popover-body .form_text input {
  padding: 7px 15px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  background: #ebebeb;
  min-height: 45px;
}
.title-page .popover-wrap-207 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 423px;
  -moz-border-radius: 423px;
  border-radius: 423px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  background: #ebebeb;
  min-height: 45px;
}
.title-page .popover-wrap-207 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 423px;
  -moz-border-radius: 423px;
  border-radius: 423px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Roboto, sans-serif;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  background: #ebebeb;
  min-height: 45px;
}
.title-page .popover-wrap-207 .popover-body textarea {
  padding: 15px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  background: #ebebeb;
}
.title-page .popover-wrap-207 .popover-body .s3_button_large {
  border: none;
  background: none, repeating-radial-gradient(ellipse farthest-corner at left bottom, #f9ee19 0%, #f5a115 20.3%, #fff419 100%);
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 25px;
  padding-left: 25px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 42px;
  font-family: Roboto, sans-serif;
  color: #78491f;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 9px;
  -webkit-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.38);
  -moz-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.38);
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.38);
}
.title-page .popover-wrap-207 .popover-body .s3_button_large:hover, .title-page .popover-wrap-207 .popover-body .s3_button_large.hover, .title-page .popover-wrap-207 .popover-body .s3_button_large.active {
  background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), repeating-radial-gradient(ellipse farthest-corner at left bottom, #f9ee19 0%, #f5a115 20.3%, #fff419 100%);
}
.title-page .popover-wrap-207 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: center;
}
.title-page .popover-wrap-207 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 45px;
  height: 30px;
  background: url("../images/close.png") left 50% top 50% / auto auto no-repeat #c91927;
  z-index: 10;
  cursor: pointer;
  text-align: left;
  min-height: 45px;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
}
.title-page .popover-wrap-207 .popover-close:hover, .title-page .popover-wrap-207 .popover-close.hover, .title-page .popover-wrap-207 .popover-close.active {
  background: url("../images/close.png") left 50% top 50% / auto auto no-repeat #ffac30;
}
.title-page .popover-wrap-207 .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-207 .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-207 .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-207 .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-207 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-207 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-207 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 27px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .blocklist-207 .header_text {
  border: none;
  font-size: 37px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Roboto, sans-serif;
  -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;
  color: #262626;
  text-decoration: none;
  font-weight: 800;
  -webkit-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
  -moz-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-bottom: 85px;
}
.title-page .blocklist-207 .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-207 .description {
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-207 .body-outer {
  border: none;
  box-sizing: border-box;
  position: relative;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-207 .body {
  margin: 0 -8px;
  box-sizing: border-box;
}
.title-page .blocklist-207 .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-207 .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-207 .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-207 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 20%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .blocklist-207 .item {
  padding: 0.02px 15px 25px;
  margin: 21px 8px 71px;
  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%;
  align-self: auto;
  background: url("../images/bgs_pic3.png?1545979183206") left calc(50% + 27px) top calc(50% + 114px) / 403px no-repeat #fff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  display: -webkit-flex;
  display: flex;
  -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 .blocklist-207 .text {
  margin-bottom: 5px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Roboto, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #fff;
  line-height: 1.3;
  text-decoration: none;
  font-size: 17px;
  margin-left: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  font-weight: 300;
}
.title-page .blocklist-207 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-207 .image {
  margin: -72px auto 0;
  border: none;
  box-sizing: border-box;
  position: relative;
  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: none;
  max-width: 100%;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: 150px;
}
.title-page .blocklist-207 .item-label {
  padding: 2px 5px;
  border: none;
  box-sizing: border-box;
  position: absolute;
  left: auto;
  top: 50%;
  z-index: 5;
  background: #022371;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  font-family: Roboto, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-decoration: none;
  letter-spacing: -1.7px;
  font-size: 23px;
  right: 0;
  margin-right: -22px;
  bottom: auto;
  margin-top: -27.5px;
  align-self: auto;
  min-height: 55px;
  width: 55px;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
  font-weight: 800;
  -webkit-box-shadow: 0px 0px 0px 7px #eee;
  -moz-box-shadow: 0px 0px 0px 7px #eee;
  box-shadow: 0px 0px 0px 7px #eee;
}
.title-page .blocklist-207 .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-207 .img-convert {
  border: 6px solid #f9c516;
  box-sizing: border-box;
  width: 150px;
  height: 150px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-shadow: 0px 21px 28px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 21px 28px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 21px 28px rgba(0, 0, 0, 0.11);
  background: #fff;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  margin-right: 0;
  margin-left: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-207 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-207 .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-207 .title {
  border: none;
  font-weight: bold;
  margin-bottom: 9px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Roboto, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #000 !important;
  text-decoration: none;
  font-size: 16px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  min-height: 0;
  padding-top: 0.02px;
  margin-top: 24px;
  -webkit-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
  -moz-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-left: 0;
  padding-right: 0;
}
.title-page .blocklist-207 .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-207 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-207 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-207 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-207 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-207 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-207 .more {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-207 .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-207 .bx-wrapper {
  max-width: 1200px;
}
.title-page .blocklist-207 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-207 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-207 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-207 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-207 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-207 .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-207 .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-207 .prev {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-left.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-207 .next {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-right.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-207 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-207 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-207 .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-207 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-207 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-207 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-207 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-207 .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-207 .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-207 .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-207 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-207 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-207 .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-207 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-207 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-207 .popover-form-title {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 22px;
  box-sizing: border-box;
  text-align: center;
  font-family: Roboto, sans-serif;
  color: #1f1f1f;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
}
.title-page .popover-wrap-207 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-207 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
  padding-top: 0.02px;
}
.title-page .popover-wrap-207 .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-207 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-207 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-207 .popover-body .s3_form_item.form_div {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-207 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  text-align: left;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-207 .popover-body .s3_form_item.form_html_block {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-207 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-207 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Roboto, sans-serif;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0;
  color: #242424;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-207 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-207 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-207 .popover-body .s3_form_item.form_checkbox {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-207 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-207 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-207 .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-207 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  padding-bottom: 5px;
}
.title-page .popover-wrap-207 .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-207 .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-207 .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;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-207 .popover-body .s3_form_item.form_radio {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-207 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-207 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-207 .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-207 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  padding-bottom: 5px;
}
.title-page .popover-wrap-207 .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-207 .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-207 .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;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-207 .popover-body .s3_form_item.form_select {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-207 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-207 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-207 .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: Arial, Helvetica, sans-serif;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-207 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-207 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-207 .popover-body .s3_form_item.form_calendar {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-207 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-207 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-207 .popover-body .s3_form_item.form_calendar_interval {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-207 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-207 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-207 .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-207 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-207 .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-207 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Roboto, sans-serif;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-207 .popover-body .s3_form_item.form_upload {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-207 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-207 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-207 .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-207 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-207 .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-207 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-207 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-207 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-110 {
  margin: -35px 0 0;
  border: none;
  position: relative;
  text-decoration: none;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 7;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 0.02px;
  padding-bottom: 0.02px;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
}
.title-page .block-111 {
  padding: 0;
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  background: transparent;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.title-page .widget-172 {
  padding: 90px 472px 90px 90px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  width: auto;
  right: 0;
  min-height: 0;
  background: url("../images/order_form_pic3.png") left calc(50% + 467px) top calc(50% + 61px) / 463px no-repeat, repeating-radial-gradient(ellipse farthest-corner at left bottom, #082f8a 0%, #08266e 26.4%, #09359c 100%) #aedb0b;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.title-page .form-210 .form__header {
  border: none;
  box-sizing: border-box;
  font-size: 30px;
  margin-bottom: 10px;
  display: -webkit-flex;
  display: flex;
  	font-family: "IBM Plex Sans", sans-serif !important;
  -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;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .form-210 .form__text {
  border: none;
  box-sizing: border-box;
  font-size: 25px;
  margin-bottom: 34px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  font-family: Roboto, sans-serif;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .form-210 .form__text p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .form-210 .form__text p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .form-210 .form__body {
  box-sizing: border-box;
  margin-right: 0;
  margin-bottom: -5px;
  width: auto;
  margin-left: 0;
}
.title-page .form-210 .form-table {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.title-page .form-210 .form-tbody {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .form-210 .form-item-group {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  width: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .form-210 .form-item {
  box-sizing: border-box;
  position: relative;
  margin-right: 5px;
  margin-bottom: 5px;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  width: auto;
}
.title-page .form-210 .form-text {
  box-sizing: border-box;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 15px;
}
.title-page .form-210 .form-item__title {
  box-sizing: border-box;
  display: inline-block;
  min-width: 15px;
  font-size: 15px;
  font-family: Roboto, sans-serif;
}
.title-page .form-210 .form-item__required {
  box-sizing: border-box;
  color: #f00;
}
.title-page .form-210 .form-item__error {
  box-sizing: border-box;
  color: #f00;
}
.title-page .form-210 .form-item__note {
  box-sizing: border-box;
  font-size: 11px;
  color: #999;
  display: none;
}
.title-page .form-210 .form-item__body {
  box-sizing: border-box;
  display: block;
}
.title-page .form-210 .form-text input {
  padding: 2px 15px;
  border: none;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-width: 100px;
  min-height: 55px;
  outline: none;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  text-align: start;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  height: 55px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.title-page .form-210 .form-textarea textarea {
  padding: 2px 4px;
  border: none;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-width: 100px;
  resize: vertical;
  min-height: 40px;
  outline: none;
  display: block;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  text-align: start;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.title-page .form-210 .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-210 .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-210 .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-210 .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-210 .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .form-210 .form-select select {
  padding: 15px;
  border: none;
  box-sizing: border-box;
  width: 100%;
  min-width: 100px;
  font-family: Roboto, sans-serif;
  text-align: start;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  background: #f2f2f2;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.title-page .form-210 .form-upload .form-item__body .no-more {
  box-sizing: border-box;
  font-size: 15px;
  font-family: Roboto, sans-serif;
  text-decoration: none;
}
.title-page .form-210 .form-text .form-item__body {
  box-sizing: border-box;
}
.title-page .form-210 .form-textarea {
  box-sizing: border-box;
  margin-right: 0;
  margin-left: 0;
}
.title-page .form-210 .form-textarea .form-item__body {
  box-sizing: border-box;
}
.title-page .form-210 .form-submit {
  box-sizing: border-box;
}
.title-page .form-210 .form-submit .form-item__header {
  box-sizing: border-box;
  display: block;
}
.title-page .form-210 .form-submit .form-item__body {
  box-sizing: border-box;
}
.title-page .form-210 .form-submit button {
  padding: 2px 4px;
  border: none;
  box-sizing: border-box;
  text-align: center;
  background: none, repeating-radial-gradient(ellipse farthest-corner at left bottom, #f9ee19 0%, #f5a115 20.3%, #fff419 100%);
  outline: none;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #452307;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 17px;
  min-height: 55px;
  width: 150px;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
  font-weight: 900;
  -webkit-box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.13);
  box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.13);
  -webkit-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
  -moz-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}
.title-page .form-210 .form-submit button:hover, .title-page .form-210 .form-submit button.hover, .title-page .form-210 .form-submit button.active {
  background: linear-gradient(rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12)), repeating-radial-gradient(ellipse farthest-corner at left bottom, #257fb7 0%, #1d46a8 30%, #2685bf 100%);
}
.title-page .form-210 .form-submit button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 20px;
}
.title-page .form-210 .form-captcha {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-right: 0;
  margin-left: 0;
}
.title-page .form-210 .form-captcha .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .form-210 .form-captcha input {
  padding: 2px 4px;
  border: none;
  box-sizing: border-box;
  background: #fff;
  width: auto;
  min-width: 50px;
  min-height: 22px;
  outline: none;
  text-align: start;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.title-page .form-210 .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-210 .form-captcha .form-submit-container {
  box-sizing: border-box;
}
.title-page .form-210 .form-captcha button {
  padding: 2px 4px;
  border: none;
  box-sizing: border-box;
  text-align: center;
  background: none, repeating-radial-gradient(ellipse farthest-corner at left bottom, #f9ee19 0%, #f5a115 20.3%, #fff419 100%);
  outline: none;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #452307;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 17px;
  min-height: 55px;
  width: 150px;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
  font-weight: 900;
  -webkit-box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.13);
  box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.13);
  -webkit-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
  -moz-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}
.title-page .form-210 .form-captcha button:hover, .title-page .form-210 .form-captcha button.hover, .title-page .form-210 .form-captcha button.active {
  background: linear-gradient(rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12)), repeating-radial-gradient(ellipse farthest-corner at left bottom, #257fb7 0%, #1d46a8 30%, #2685bf 100%);
}
.title-page .form-210 .form-captcha button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 20px;
}
.title-page .form-210 .form-captcha .mgCaptcha-block {
  box-sizing: border-box;
  line-height: 0;
  font-size: 0;
  min-width: 112px;
}
.title-page .form-210 .form-captcha .mgCaptcha-block img {
  box-sizing: border-box;
  vertical-align: middle;
  border: none;
  margin-right: 5px;
}
.title-page .form-210 .form-captcha .mgCaptcha-input {
  box-sizing: border-box;
}
.title-page .form-210 .form-checkbox {
  box-sizing: border-box;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 15px;
}
.title-page .form-210 .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;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  padding-bottom: 5px;
}
.title-page .form-210 .form-checkbox .form-item__title {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-top: 5px;
  font-size: 15px;
  font-family: Roboto, sans-serif;
}
.title-page .form-210 .form-checkbox .form-item__body label.form-item__title {
  font-size: 15px;
  font-family: Roboto, sans-serif;
  text-decoration: none;
  margin-top: 3px;
  align-self: auto;
}
.title-page .form-210 .form-checkbox input {
  margin: 5px 5px 0 0;
}
.title-page .form-210 .form-radio {
  box-sizing: border-box;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 15px;
}
.title-page .form-210 .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;
  padding-bottom: 5px;
}
.title-page .form-210 .form-radio .form-item__body label.form-item__title {
  font-size: 15px;
  font-family: Roboto, sans-serif;
  text-decoration: none;
  margin-top: 3px;
  align-self: auto;
}
.title-page .form-210 .form-radio input {
  margin: 5px 5px 0 0;
}
.title-page .form-210 .form-radio .form-item__title {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-top: 5px;
  font-size: 15px;
  font-family: Roboto, sans-serif;
}
.title-page .form-210 .form-select {
  box-sizing: border-box;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 15px;
}
.title-page .form-210 .form-div {
  box-sizing: border-box;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 15px;
}
.title-page .form-210 .form-html {
  box-sizing: border-box;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 15px;
}
.title-page .form-210 .form-html .form-item__body {
  font-size: 18px;
  font-family: Roboto, sans-serif;
  text-decoration: none;
  font-weight: 500;
}
.title-page .form-210 .form-upload {
  box-sizing: border-box;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 15px;
}
.title-page .form-210 .form-calendar {
  box-sizing: border-box;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 15px;
}
.title-page .form-210 .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-210 .form-calendar input {
  padding: 2px 15px;
  border: none;
  box-sizing: border-box;
  background: #f2f2f2;
  width: 100%;
  min-height: 55px;
  outline: none;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  text-align: start;
  color: #1c1c1c;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  height: 55px;
}
.title-page .form-210 .form-calendar_interval {
  box-sizing: border-box;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 15px;
}
.title-page .form-210 .form-calendar_interval input {
  padding: 2px 15px;
  border: none;
  box-sizing: border-box;
  background: #f2f2f2;
  width: 100%;
  min-height: 55px;
  outline: none;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  text-align: start;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  height: 55px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.title-page .form-210 .form-calendar_interval .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .form-210 .form-calendar_interval .label_from {
  box-sizing: border-box;
  margin-right: 5px;
  -webkit-flex: 0;
  -moz-flex: 0;
  flex: 0;
  font-family: Roboto, sans-serif;
  color: #242424;
  text-decoration: none;
  font-size: 15px;
}
.title-page .form-210 .form-calendar_interval .label_to {
  box-sizing: border-box;
  margin-right: 5px;
  -webkit-flex: 0;
  -moz-flex: 0;
  flex: 0;
}
.title-page .form-210 .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-210 .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-210 .group-text {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-right: 0;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.title-page .form-210 .group-textarea {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-right: 0;
}
.title-page .form-210 .form-tfoot {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.title-page .form-210 .group-button {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-right: 0;
}
.title-page .form-210 .form-success {
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
}
.title-page .form-210 ::-webkit-input-placeholder {
  color: rgba(18, 18, 18, 0.51);
}
.title-page .form-210 ::-moz-placeholder {
  color: rgba(18, 18, 18, 0.51);
}
.title-page .form-210 :-ms-input-placeholder {
  color: rgba(18, 18, 18, 0.51);
}
.title-page .block-112 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  background: none;
  z-index: 6;
  text-align: center;
  right: 0;
  padding-top: 90px;
  padding-bottom: 90px;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .block-113 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  z-index: 1;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
}
.title-page .widget-173 {
  margin: 5px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.title-page .popover-wrap-213 .popover-body {
  padding: 45px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  position: relative;
  display: inline-block;
  width: 320px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-213 .popover-body .form_text input {
  padding: 7px 15px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  background: #ebebeb;
  min-height: 45px;
}
.title-page .popover-wrap-213 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 423px;
  -moz-border-radius: 423px;
  border-radius: 423px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  background: #ebebeb;
  min-height: 45px;
}
.title-page .popover-wrap-213 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 423px;
  -moz-border-radius: 423px;
  border-radius: 423px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Roboto, sans-serif;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  background: #ebebeb;
  min-height: 45px;
}
.title-page .popover-wrap-213 .popover-body textarea {
  padding: 15px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  background: #ebebeb;
}
.title-page .popover-wrap-213 .popover-body .s3_button_large {
  border: none;
  background: none, repeating-radial-gradient(ellipse farthest-corner at left bottom, #f9ee19 0%, #f5a115 20.3%, #fff419 100%);
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 25px;
  padding-left: 25px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 42px;
  font-family: Roboto, sans-serif;
  color: #78491f;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 9px;
  -webkit-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.38);
  -moz-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.38);
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.38);
}
.title-page .popover-wrap-213 .popover-body .s3_button_large:hover, .title-page .popover-wrap-213 .popover-body .s3_button_large.hover, .title-page .popover-wrap-213 .popover-body .s3_button_large.active {
  background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), repeating-radial-gradient(ellipse farthest-corner at left bottom, #f9ee19 0%, #f5a115 20.3%, #fff419 100%);
}
.title-page .popover-wrap-213 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: center;
}
.title-page .popover-wrap-213 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 45px;
  height: 30px;
  background: url("../images/close.png") left 50% top 50% / auto auto no-repeat #c91927;
  z-index: 10;
  cursor: pointer;
  text-align: left;
  min-height: 45px;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
}
.title-page .popover-wrap-213 .popover-close:hover, .title-page .popover-wrap-213 .popover-close.hover, .title-page .popover-wrap-213 .popover-close.active {
  background: url("../images/close.png") left 50% top 50% / auto auto no-repeat #ffac30;
}
.title-page .popover-wrap-213 .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-213 .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-213 .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-213 .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-213 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-213 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-213 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 15px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .blocklist-213 .header_text {
  font-size: 37px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Roboto, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #262626;
  text-decoration: none;
  font-weight: 800;
}
.title-page .blocklist-213 .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-213 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  margin-bottom: 28px;
  display: -webkit-flex;
  display: flex;
  font-family: "Roboto", sans-serif !important;
  color: #000;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 16px;
}
.title-page .blocklist-213 .body-outer {
  border: none;
  box-sizing: border-box;
  position: relative;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-213 .body {
  margin: 0 -10px;
  box-sizing: border-box;
}
.title-page .blocklist-213 .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-213 .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-213 .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-213 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 33.33%;
}
.title-page .blocklist-213 .item {
  padding: 35px;
  margin: 10px;
  border: 4px solid #fff;
  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%;
  align-self: auto;
  -webkit-box-shadow: inset 0px 0px 0px 4px #452307, 0px 0px 0px 1px #452307;
  -moz-box-shadow: inset 0px 0px 0px 4px #452307, 0px 0px 0px 1px #452307;
  box-shadow: inset 0px 0px 0px 4px #452307, 0px 0px 0px 1px #452307;
  background: #fff;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  display: -webkit-flex;
  display: flex;
  -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 .blocklist-213 .item:hover, .title-page .blocklist-213 .item.hover, .title-page .blocklist-213 .item.active {
  -webkit-box-shadow: inset 0px 0px 0px 4px #452307, 0px 0px 54px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: inset 0px 0px 0px 4px #452307, 0px 0px 54px 0px rgba(0, 0, 0, 0.14);
  box-shadow: inset 0px 0px 0px 4px #452307, 0px 0px 54px 0px rgba(0, 0, 0, 0.14);
}
.title-page .blocklist-213 .text {
  margin-bottom: 5px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Roboto, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  line-height: 1.5;
  text-decoration: none;
  font-size: 13px;
  margin-left: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-213 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-213 .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: none;
  margin-right: 0;
  margin-left: 0;
  max-width: 100%;
}
.title-page .blocklist-213 .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-213 .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-213 .img-convert {
  border: none;
  box-sizing: border-box;
  width: auto;
  height: 200px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-right: 0;
  margin-left: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-213 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-213 .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-213 .title {
  font-weight: bold;
  margin-bottom: 0;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Roboto, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #000;
  line-height: 1.1;
  text-decoration: none;
  font-size: 16px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  min-height: 48px;
  margin-top: 28px;
  padding-left: 15px;
  padding-right: 15px;
}
.title-page .blocklist-213 .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-213 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 11px;
}
.title-page .blocklist-213 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-213 .price-note {
  box-sizing: border-box;
  display: inline-block;
  text-align: left;
  font-family: Roboto, sans-serif;
  text-decoration: none;
  font-size: 14px;
}
.title-page .blocklist-213 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
  font-family: Roboto, sans-serif;
  color: #78491f;
  -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;
  font-weight: bold;
}
.title-page .blocklist-213 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
}
.title-page .blocklist-213 .more {
  text-align: center;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: -21px;
}
.title-page .blocklist-213 .more > a {
  padding: 15px 25px;
  border: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  cursor: pointer;
  font-family: Roboto, sans-serif;
  color: #78491f;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  background: none, repeating-radial-gradient(ellipse farthest-corner at left bottom, #f9ee19 0%, #f5a115 20.3%, #fff419 100%);
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
  -webkit-box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.13), 0px 0px 0px 5px #eee;
  -moz-box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.13), 0px 0px 0px 5px #eee;
  box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.13), 0px 0px 0px 5px #eee;
  -webkit-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.4);
  -moz-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.4);
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.4);
  font-weight: bold;
}
.title-page .blocklist-213 .more > a:hover, .title-page .blocklist-213 .more > a.hover, .title-page .blocklist-213 .more > a.active {
  background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), repeating-radial-gradient(ellipse farthest-corner at left bottom, #f9ee19 0%, #f5a115 20.3%, #fff419 100%);
}
.title-page .blocklist-213 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-213 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-213 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-213 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-213 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-213 .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-213 .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-213 .prev {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-left.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-213 .next {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-right.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-213 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-213 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-213 .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-213 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-213 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-213 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-213 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-213 .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-213 .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-213 .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-213 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-213 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-213 .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-213 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-213 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-213 .popover-form-title {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 22px;
  box-sizing: border-box;
  text-align: center;
  font-family: Roboto, sans-serif;
  color: #1f1f1f;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
}
.title-page .popover-wrap-213 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-213 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
  padding-top: 0.02px;
}
.title-page .popover-wrap-213 .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-213 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-213 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-213 .popover-body .s3_form_item.form_div {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-213 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  text-align: left;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-213 .popover-body .s3_form_item.form_html_block {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-213 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-213 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Roboto, sans-serif;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0;
  color: #242424;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-213 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-213 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-213 .popover-body .s3_form_item.form_checkbox {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-213 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-213 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-213 .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-213 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  padding-bottom: 5px;
}
.title-page .popover-wrap-213 .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-213 .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-213 .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;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-213 .popover-body .s3_form_item.form_radio {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-213 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-213 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-213 .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-213 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  padding-bottom: 5px;
}
.title-page .popover-wrap-213 .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-213 .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-213 .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;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-213 .popover-body .s3_form_item.form_select {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-213 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-213 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-213 .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: Arial, Helvetica, sans-serif;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-213 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-213 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-213 .popover-body .s3_form_item.form_calendar {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-213 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-213 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-213 .popover-body .s3_form_item.form_calendar_interval {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-213 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-213 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-213 .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-213 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-213 .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-213 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Roboto, sans-serif;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-213 .popover-body .s3_form_item.form_upload {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-213 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-213 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-213 .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-213 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-213 .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-213 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-213 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-213 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .widget-184 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding-top: 35px;
}
.title-page .popover-wrap-224 .popover-body {
  padding: 45px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  position: relative;
  display: inline-block;
  width: 320px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-224 .popover-body .form_text input {
  padding: 7px 15px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  background: #ebebeb;
  min-height: 45px;
}
.title-page .popover-wrap-224 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 423px;
  -moz-border-radius: 423px;
  border-radius: 423px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  background: #ebebeb;
  min-height: 45px;
}
.title-page .popover-wrap-224 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 423px;
  -moz-border-radius: 423px;
  border-radius: 423px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Roboto, sans-serif;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  background: #ebebeb;
  min-height: 45px;
}
.title-page .popover-wrap-224 .popover-body textarea {
  padding: 15px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  background: #ebebeb;
}
.title-page .popover-wrap-224 .popover-body .s3_button_large {
  border: none;
  background: none, repeating-radial-gradient(ellipse farthest-corner at left bottom, #f9ee19 0%, #f5a115 20.3%, #fff419 100%);
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 25px;
  padding-left: 25px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 42px;
  font-family: Roboto, sans-serif;
  color: #78491f;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 9px;
  -webkit-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.38);
  -moz-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.38);
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.38);
}
.title-page .popover-wrap-224 .popover-body .s3_button_large:hover, .title-page .popover-wrap-224 .popover-body .s3_button_large.hover, .title-page .popover-wrap-224 .popover-body .s3_button_large.active {
  background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), repeating-radial-gradient(ellipse farthest-corner at left bottom, #f9ee19 0%, #f5a115 20.3%, #fff419 100%);
}
.title-page .popover-wrap-224 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: center;
}
.title-page .popover-wrap-224 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 45px;
  height: 30px;
  background: url("../images/close.png") left 50% top 50% / auto auto no-repeat #c91927;
  z-index: 10;
  cursor: pointer;
  text-align: left;
  min-height: 45px;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
}
.title-page .popover-wrap-224 .popover-close:hover, .title-page .popover-wrap-224 .popover-close.hover, .title-page .popover-wrap-224 .popover-close.active {
  background: url("../images/close.png") left 50% top 50% / auto auto no-repeat #ffac30;
}
.title-page .popover-wrap-224 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-224 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-224 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-224 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .blocklist-224 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-224 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-224 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 15px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .blocklist-224 .header_text {
  font-size: 37px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Roboto, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #262626;
  text-decoration: none;
  font-weight: 800;
}
.title-page .blocklist-224 .all-in_header {
  display: none;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-224 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  margin-bottom: 28px;
  display: -webkit-flex;
  display: flex;
  font-family: Roboto, sans-serif;
  color: #000;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 16px;
}
.title-page .blocklist-224 .body-outer {
  border: none;
  box-sizing: border-box;
  position: relative;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-224 .body {
  margin: 0 -10px;
  box-sizing: border-box;
}
.title-page .blocklist-224 .swipe-shadow-left {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.258824) 100%);
}
.title-page .blocklist-224 .swipe-shadow-right {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.258824) 0%, rgba(0, 0, 0, 0) 100%);
}
.title-page .blocklist-224 .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-224 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 33.33%;
}
.title-page .blocklist-224 .item {
  padding: 35px;
  margin: 10px;
  border: 4px solid #fff;
  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%;
  align-self: auto;
  -webkit-box-shadow: inset 0px 0px 0px 4px #452307, 0px 0px 0px 1px #452307;
  -moz-box-shadow: inset 0px 0px 0px 4px #452307, 0px 0px 0px 1px #452307;
  box-shadow: inset 0px 0px 0px 4px #452307, 0px 0px 0px 1px #452307;
  background: #fff;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  display: -webkit-flex;
  display: flex;
  -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 .blocklist-224 .item:hover, .title-page .blocklist-224 .item.hover, .title-page .blocklist-224 .item.active {
  -webkit-box-shadow: inset 0px 0px 0px 4px #452307, 0px 0px 54px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: inset 0px 0px 0px 4px #452307, 0px 0px 54px 0px rgba(0, 0, 0, 0.14);
  box-shadow: inset 0px 0px 0px 4px #452307, 0px 0px 54px 0px rgba(0, 0, 0, 0.14);
}
.title-page .blocklist-224 .text {
  margin-bottom: 5px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Roboto, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  line-height: 1.5;
  text-decoration: none;
  font-size: 13px;
  margin-left: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-224 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-224 .image {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  float: none;
  margin-right: 0;
  margin-left: 0;
  max-width: 100%;
}
.title-page .blocklist-224 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  text-align: left;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-224 .image a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .blocklist-224 .img-convert {
  border: none;
  box-sizing: border-box;
  width: auto;
  height: 200px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-right: 0;
  margin-left: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-224 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-224 .image-inner {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .blocklist-224 .title {
  font-weight: bold;
  margin-bottom: 0;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Roboto, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #000;
  line-height: 1.1;
  text-decoration: none;
  font-size: 16px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  min-height: 48px;
  margin-top: 28px;
  padding-left: 15px;
  padding-right: 15px;
}
.title-page .blocklist-224 .sub-title {
  font-style: italic;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.title-page .blocklist-224 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 11px;
}
.title-page .blocklist-224 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-224 .price-note {
  box-sizing: border-box;
  display: inline-block;
  text-align: left;
  font-family: Roboto, sans-serif;
  text-decoration: none;
  font-size: 14px;
}
.title-page .blocklist-224 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
  font-family: Roboto, sans-serif;
  color: #78491f;
  -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;
  font-weight: bold;
}
.title-page .blocklist-224 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
}
.title-page .blocklist-224 .more {
  text-align: center;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: -21px;
}
.title-page .blocklist-224 .more > a {
  padding: 15px 25px;
  border: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  cursor: pointer;
  font-family: Roboto, sans-serif;
  color: #78491f;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  background: none, repeating-radial-gradient(ellipse farthest-corner at left bottom, #f9ee19 0%, #f5a115 20.3%, #fff419 100%);
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
  -webkit-box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.13), 0px 0px 0px 5px #eee;
  -moz-box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.13), 0px 0px 0px 5px #eee;
  box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.13), 0px 0px 0px 5px #eee;
  -webkit-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.4);
  -moz-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.4);
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.4);
  font-weight: bold;
}
.title-page .blocklist-224 .more > a:hover, .title-page .blocklist-224 .more > a.hover, .title-page .blocklist-224 .more > a.active {
  background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), repeating-radial-gradient(ellipse farthest-corner at left bottom, #f9ee19 0%, #f5a115 20.3%, #fff419 100%);
}
.title-page .blocklist-224 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-224 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-224 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-224 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-224 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-224 .all {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-224 .controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: none;
  box-sizing: border-box;
  margin-top: -10px;
  z-index: 1;
}
.title-page .blocklist-224 .prev {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-left.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-224 .next {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-right.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-224 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-224 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-224 .bx-pager-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  display: 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-224 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-224 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-224 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-224 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-224 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_pause.png") center center / auto no-repeat;
}
.title-page .blocklist-224 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_play.png") center center / auto no-repeat;
}
.title-page .blocklist-224 .pager-wrap {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-224 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-224 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-224 .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-224 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-224 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-224 .popover-form-title {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 22px;
  box-sizing: border-box;
  text-align: center;
  font-family: Roboto, sans-serif;
  color: #1f1f1f;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
}
.title-page .popover-wrap-224 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-224 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
  padding-top: 0.02px;
}
.title-page .popover-wrap-224 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-224 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-224 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-224 .popover-body .s3_form_item.form_div {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-224 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  text-align: left;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-224 .popover-body .s3_form_item.form_html_block {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-224 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-224 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Roboto, sans-serif;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0;
  color: #242424;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-224 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-224 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-224 .popover-body .s3_form_item.form_checkbox {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-224 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-224 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-224 .popover-body .form_checkbox .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-224 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  padding-bottom: 5px;
}
.title-page .popover-wrap-224 .popover-body .form_checkbox label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-224 .popover-body .form_checkbox input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-224 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Roboto, sans-serif;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-224 .popover-body .s3_form_item.form_radio {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-224 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-224 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-224 .popover-body .form_radio .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-224 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  padding-bottom: 5px;
}
.title-page .popover-wrap-224 .popover-body .form_radio label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-224 .popover-body .form_radio input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-224 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Roboto, sans-serif;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-224 .popover-body .s3_form_item.form_select {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-224 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-224 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-224 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-224 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-224 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-224 .popover-body .s3_form_item.form_calendar {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-224 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-224 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-224 .popover-body .s3_form_item.form_calendar_interval {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-224 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-224 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-224 .popover-body .form_calendar_interval .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-224 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-224 .popover-body .form_calendar_interval label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-224 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Roboto, sans-serif;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-224 .popover-body .s3_form_item.form_upload {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-224 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-224 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-224 .popover-body .s3_form_field_content .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-224 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-224 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .popover-wrap-224 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-224 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-224 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-114 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  background: #fff;
  z-index: 5;
  text-align: center;
  right: 0;
  padding-top: 90px;
  padding-bottom: 90px;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .block-115 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  z-index: 1;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
}
.title-page .widget-176 {
  margin: 5px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.title-page .popover-wrap-218 .popover-body {
  padding: 45px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  position: relative;
  display: inline-block;
  width: 320px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-218 .popover-body .form_text input {
  padding: 7px 15px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  background: #ebebeb;
  min-height: 45px;
}
.title-page .popover-wrap-218 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 423px;
  -moz-border-radius: 423px;
  border-radius: 423px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  background: #ebebeb;
  min-height: 45px;
}
.title-page .popover-wrap-218 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 423px;
  -moz-border-radius: 423px;
  border-radius: 423px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Roboto, sans-serif;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  background: #ebebeb;
  min-height: 45px;
}
.title-page .popover-wrap-218 .popover-body textarea {
  padding: 15px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  background: #ebebeb;
}
.title-page .popover-wrap-218 .popover-body .s3_button_large {
  border: none;
  background: none, repeating-radial-gradient(ellipse farthest-corner at left bottom, #f9ee19 0%, #f5a115 20.3%, #fff419 100%);
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 25px;
  padding-left: 25px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 42px;
  font-family: Roboto, sans-serif;
  color: #78491f;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 9px;
  -webkit-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.38);
  -moz-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.38);
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.38);
}
.title-page .popover-wrap-218 .popover-body .s3_button_large:hover, .title-page .popover-wrap-218 .popover-body .s3_button_large.hover, .title-page .popover-wrap-218 .popover-body .s3_button_large.active {
  background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), repeating-radial-gradient(ellipse farthest-corner at left bottom, #f9ee19 0%, #f5a115 20.3%, #fff419 100%);
}
.title-page .popover-wrap-218 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: center;
}
.title-page .popover-wrap-218 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 45px;
  height: 30px;
  background: url("../images/close.png") left 50% top 50% / auto auto no-repeat #c91927;
  z-index: 10;
  cursor: pointer;
  text-align: left;
  min-height: 45px;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
}
.title-page .popover-wrap-218 .popover-close:hover, .title-page .popover-wrap-218 .popover-close.hover, .title-page .popover-wrap-218 .popover-close.active {
  background: url("../images/close.png") left 50% top 50% / auto auto no-repeat #ffac30;
}
.title-page .popover-wrap-218 .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-218 .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-218 .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-218 .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-218 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-218 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-218 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 38px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .blocklist-218 .header_text {
  font-size: 37px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Roboto, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #262626;
  text-decoration: none;
  font-weight: 800;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-218 .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-218 .description {
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-218 .body-outer {
  border: none;
  box-sizing: border-box;
  position: relative;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-218 .body {
  margin: 0 -10px;
  box-sizing: border-box;
}
.title-page .blocklist-218 .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-218 .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-218 .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-218 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 33.33%;
}
.title-page .blocklist-218 .item {
  padding: 35px;
  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%;
  align-self: auto;
  -webkit-box-shadow: inset 0px 0px 0px 7px #452307, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 7px #452307, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 7px #452307, 0 0 0 transparent;
  background: url("../images/bgs_pic.png?1545721806345") left calc(50% + 43px) top calc(50% - 197px) / 411px no-repeat;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  display: -webkit-flex;
  display: flex;
  -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 .blocklist-218 .item:hover, .title-page .blocklist-218 .item.hover, .title-page .blocklist-218 .item.active {
  -webkit-box-shadow: inset 0px 0px 0px 7px #452307, 0px 0px 54px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: inset 0px 0px 0px 7px #452307, 0px 0px 54px 0px rgba(0, 0, 0, 0.14);
  box-shadow: inset 0px 0px 0px 7px #452307, 0px 0px 54px 0px rgba(0, 0, 0, 0.14);
}
.title-page .blocklist-218 .text {
  margin-bottom: 5px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Roboto, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #257fb7;
  line-height: 1.5;
  text-decoration: none;
  font-size: 13px;
  margin-left: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-218 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-218 .image {
  border: none;
  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: none;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  width: 200px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-218 .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-218 .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-218 .img-convert {
  border: none;
  box-sizing: border-box;
  width: 200px;
  height: 200px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-shadow: 0px 0px 0px 7px #452307;
  -moz-box-shadow: 0px 0px 0px 7px #452307;
  box-shadow: 0px 0px 0px 7px #452307;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  margin-right: 0;
  margin-left: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-218 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-218 .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-218 .title {
  border: none;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Roboto, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #292929;
  line-height: 1.1;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 17px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  min-height: 0;
  margin-top: 28px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-218 .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-218 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 11px;
}
.title-page .blocklist-218 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-218 .price-note {
  box-sizing: border-box;
  display: inline-block;
  text-align: left;
  font-family: Roboto, sans-serif;
  text-decoration: none;
  font-size: 14px;
}
.title-page .blocklist-218 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
  font-family: Roboto, sans-serif;
  color: #78491f;
  -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;
  font-weight: bold;
}
.title-page .blocklist-218 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
}
.title-page .blocklist-218 .more {
  text-align: center;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: -52px;
}
.title-page .blocklist-218 .more > a {
  padding: 15px 25px;
  border: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  cursor: pointer;
  font-family: Roboto, sans-serif;
  color: #452307;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  background: none, repeating-radial-gradient(ellipse farthest-corner at left bottom, #f9ee19 0%, #f5a115 20.3%, #fff419 100%);
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
  -webkit-box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.13), 0px 0px 0px 5px #fff;
  -moz-box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.13), 0px 0px 0px 5px #fff;
  box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.13), 0px 0px 0px 5px #fff;
  -webkit-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.4);
  -moz-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.4);
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.4);
  font-weight: bold;
}
.title-page .blocklist-218 .more > a:hover, .title-page .blocklist-218 .more > a.hover, .title-page .blocklist-218 .more > a.active {
  background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), repeating-radial-gradient(ellipse farthest-corner at left bottom, #f9ee19 0%, #f5a115 20.3%, #fff419 100%);
}
.title-page .blocklist-218 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-218 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-218 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-218 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-218 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-218 .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-218 .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-218 .prev {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-left.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-218 .next {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-right.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-218 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-218 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-218 .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-218 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-218 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-218 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-218 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-218 .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-218 .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-218 .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-218 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-218 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-218 .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-218 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-218 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-218 .popover-form-title {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 22px;
  box-sizing: border-box;
  text-align: center;
  font-family: Roboto, sans-serif;
  color: #1f1f1f;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
}
.title-page .popover-wrap-218 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-218 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
  padding-top: 0.02px;
}
.title-page .popover-wrap-218 .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-218 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-218 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-218 .popover-body .s3_form_item.form_div {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-218 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  text-align: left;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-218 .popover-body .s3_form_item.form_html_block {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-218 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-218 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Roboto, sans-serif;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0;
  color: #242424;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-218 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-218 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-218 .popover-body .s3_form_item.form_checkbox {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-218 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-218 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-218 .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-218 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  padding-bottom: 5px;
}
.title-page .popover-wrap-218 .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-218 .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-218 .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;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-218 .popover-body .s3_form_item.form_radio {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-218 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-218 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-218 .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-218 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  padding-bottom: 5px;
}
.title-page .popover-wrap-218 .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-218 .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-218 .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;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-218 .popover-body .s3_form_item.form_select {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-218 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-218 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-218 .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: Arial, Helvetica, sans-serif;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-218 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-218 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-218 .popover-body .s3_form_item.form_calendar {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-218 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-218 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-218 .popover-body .s3_form_item.form_calendar_interval {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-218 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-218 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-218 .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-218 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-218 .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-218 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Roboto, sans-serif;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-218 .popover-body .s3_form_item.form_upload {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-218 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-218 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-218 .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-218 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-218 .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-218 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-218 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-218 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-116 {
  margin: -1px 0 0;
  border: none;
  position: relative;
  text-decoration: none;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: repeating-radial-gradient(ellipse farthest-corner at left bottom, #f9ee19 0%, #f5a115 20.3%, #fff419 100%);
  z-index: 4;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 0.02px;
  padding-bottom: 0.02px;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
}
.title-page .block-117 .layout_221 {
  -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-117 .layout_222 {
  -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-117 {
  padding: 0;
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  background: transparent;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .widget-178 {
  margin: 0 0 0 35px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  box-sizing: border-box;
  width: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  -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;
  right: 0;
  padding-top: 90px;
  padding-bottom: 90px;
}
.title-page .timer-222 .nTimer {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: left;
}
.title-page .timer-222 .nt-item {
  display: table;
}
.title-page .timer-222 .nt-item > div {
  display: table-row;
}
.title-page .timer-222 .nt-item:last-child .nt-spacer {
  width: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0;
}
.title-page .timer-222 .nt-item > div > div {
  display: table-cell;
  vertical-align: middle;
}
.title-page .timer-222 .nt-item:last-child .nt-delimiter {
  width: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0;
}
.title-page .timer-222 .nt-title {
  margin: 9px 2px 2px;
  box-sizing: border-box;
  text-align: center;
  font-family: Roboto, sans-serif;
  color: #452307;
  text-decoration: none;
  font-size: 16px;
}
.title-page .timer-222 .nt-boards {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
}
.title-page .timer-222 .nt-board {
  padding: 10px;
  border: none;
  box-sizing: border-box;
  background: repeating-linear-gradient(to bottom, #fff 0%, #e8e8e8 14.4%, #e8e8e8 34.6%, #fff 42.2%, #e8e8e8 50%, #fff 50%, #fff 57.2%, #fff 100%);
  margin-right: 2px;
  margin-left: 2px;
  color: #292929;
  font-size: 70px;
  line-height: 1;
  text-decoration: none;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: inset 0px -4px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px -4px 0px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px -4px 0px rgba(0, 0, 0, 0.15);
}
.title-page .timer-222 .nt-delimiter {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .timer-222 .nt-delimiter > div {
  margin: 4px;
  border: none;
  box-sizing: border-box;
  background: #452307;
  height: 6px;
  width: 6px;
  text-align: left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.title-page .timer-222 .timer-title {
  border: none;
  box-sizing: border-box;
  font-size: 37px;
  margin-bottom: 21px;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Roboto, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #452307;
  text-decoration: none;
  font-weight: 800;
  -webkit-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
  -moz-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .timer-222 .timer-text {
  display: -webkit-flex;
  display: flex;
  text-align: left;
}
.title-page .timer-222 .timer-text:after {
  content: '';
  height: 0;
  overflow: 0;
  display: table;
  clear: both;
}
.title-page .timer-222 .timer-text > p:first-child {
  margin-top: 0;
}
.title-page .timer-222 .timer-text > p:last-child {
  margin-bottom: 0;
}
.title-page .widget-177 {
  padding: 90px 0 90px 90px;
  margin: 0 35px auto 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  box-sizing: border-box;
  width: auto;
  right: 0;
  min-height: 0;
  background: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.title-page .form-221 .form__header {
  border: none;
  box-sizing: border-box;
  font-size: 37px;
  margin-bottom: 10px;
  display: -webkit-flex;
  display: flex;
  font-family: Roboto, sans-serif;
  -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;
  color: #452307;
  text-decoration: none;
  font-weight: 800;
  -webkit-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
  -moz-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .form-221 .form__text {
  border: none;
  box-sizing: border-box;
  font-size: 19px;
  margin-bottom: 34px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  font-family: Roboto, sans-serif;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  color: #452307;
  text-decoration: none;
  font-weight: normal;
  -webkit-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
  -moz-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .form-221 .form__text p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .form-221 .form__text p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .form-221 .form__body {
  box-sizing: border-box;
  margin-right: 0;
  margin-bottom: -5px;
  width: auto;
  margin-left: 0;
}
.title-page .form-221 .form-table {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.title-page .form-221 .form-tbody {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .form-221 .form-item-group {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  width: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .form-221 .form-item {
  box-sizing: border-box;
  position: relative;
  margin-right: 5px;
  margin-bottom: 5px;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  width: auto;
}
.title-page .form-221 .form-text {
  box-sizing: border-box;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 15px;
}
.title-page .form-221 .form-item__title {
  box-sizing: border-box;
  display: inline-block;
  min-width: 15px;
  font-size: 15px;
  font-family: Roboto, sans-serif;
}
.title-page .form-221 .form-item__required {
  box-sizing: border-box;
  color: #f00;
}
.title-page .form-221 .form-item__error {
  box-sizing: border-box;
  color: #f00;
}
.title-page .form-221 .form-item__note {
  box-sizing: border-box;
  font-size: 11px;
  color: #999;
  display: none;
}
.title-page .form-221 .form-item__body {
  box-sizing: border-box;
  display: block;
}
.title-page .form-221 .form-text input {
  padding: 2px 15px;
  border: none;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-width: 100px;
  min-height: 55px;
  outline: none;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  text-align: start;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 18px;
  height: 55px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.title-page .form-221 .form-textarea textarea {
  padding: 2px 4px;
  border: none;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-width: 100px;
  resize: vertical;
  min-height: 40px;
  outline: none;
  display: block;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  text-align: start;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 18px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.title-page .form-221 .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-221 .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-221 .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-221 .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-221 .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .form-221 .form-select select {
  padding: 15px;
  border: none;
  box-sizing: border-box;
  width: 100%;
  min-width: 100px;
  font-family: Roboto, sans-serif;
  text-align: start;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  background: #f2f2f2;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.title-page .form-221 .form-upload .form-item__body .no-more {
  box-sizing: border-box;
  font-size: 15px;
  font-family: Roboto, sans-serif;
  text-decoration: none;
}
.title-page .form-221 .form-text .form-item__body {
  box-sizing: border-box;
}
.title-page .form-221 .form-textarea {
  box-sizing: border-box;
  margin-right: 0;
  margin-left: 0;
}
.title-page .form-221 .form-textarea .form-item__body {
  box-sizing: border-box;
}
.title-page .form-221 .form-submit {
  box-sizing: border-box;
}
.title-page .form-221 .form-submit .form-item__header {
  box-sizing: border-box;
  display: block;
}
.title-page .form-221 .form-submit .form-item__body {
  box-sizing: border-box;
}
.title-page .form-221 .form-submit button {
  padding: 2px 4px;
  border: none;
  box-sizing: border-box;
  text-align: center;
  background: none, repeating-linear-gradient(to top right, #e80400 0%, #a60b08 24.2%, #de0400 100%);
  outline: none;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 17px;
  min-height: 55px;
  width: 150px;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
  font-weight: 900;
  -webkit-box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.13);
  box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.13);
}
.title-page .form-221 .form-submit button:hover, .title-page .form-221 .form-submit button.hover, .title-page .form-221 .form-submit button.active {
  background: linear-gradient(rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12)), repeating-linear-gradient(to top right, #e80400 0%, #a60b08 24.2%, #de0400 100%);
}
.title-page .form-221 .form-submit button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 20px;
}
.title-page .form-221 .form-captcha {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-right: 0;
  margin-left: 0;
}
.title-page .form-221 .form-captcha .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .form-221 .form-captcha input {
  padding: 2px 4px;
  border: none;
  box-sizing: border-box;
  background: #fff;
  width: auto;
  min-width: 50px;
  min-height: 22px;
  outline: none;
  text-align: start;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 18px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.title-page .form-221 .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-221 .form-captcha .form-submit-container {
  box-sizing: border-box;
}
.title-page .form-221 .form-captcha button {
  padding: 2px 4px;
  border: none;
  box-sizing: border-box;
  text-align: center;
  background: none, repeating-linear-gradient(to top right, #e80400 0%, #a60b08 24.2%, #de0400 100%);
  outline: none;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 17px;
  min-height: 55px;
  width: 150px;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
  font-weight: 900;
  -webkit-box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.13);
  box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.13);
}
.title-page .form-221 .form-captcha button:hover, .title-page .form-221 .form-captcha button.hover, .title-page .form-221 .form-captcha button.active {
  background: linear-gradient(rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12)), repeating-linear-gradient(to top right, #e80400 0%, #a60b08 24.2%, #de0400 100%);
}
.title-page .form-221 .form-captcha button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 20px;
}
.title-page .form-221 .form-captcha .mgCaptcha-block {
  box-sizing: border-box;
  line-height: 0;
  font-size: 0;
  min-width: 112px;
}
.title-page .form-221 .form-captcha .mgCaptcha-block img {
  box-sizing: border-box;
  vertical-align: middle;
  border: none;
  margin-right: 5px;
}
.title-page .form-221 .form-captcha .mgCaptcha-input {
  box-sizing: border-box;
}
.title-page .form-221 .form-checkbox {
  box-sizing: border-box;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 15px;
}
.title-page .form-221 .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;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  padding-bottom: 5px;
}
.title-page .form-221 .form-checkbox .form-item__title {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-top: 5px;
  font-size: 15px;
  font-family: Roboto, sans-serif;
}
.title-page .form-221 .form-checkbox .form-item__body label.form-item__title {
  font-size: 15px;
  font-family: Roboto, sans-serif;
  text-decoration: none;
  margin-top: 3px;
  align-self: auto;
}
.title-page .form-221 .form-checkbox input {
  margin: 5px 5px 0 0;
}
.title-page .form-221 .form-radio {
  box-sizing: border-box;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 15px;
}
.title-page .form-221 .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;
  padding-bottom: 5px;
}
.title-page .form-221 .form-radio .form-item__body label.form-item__title {
  font-size: 15px;
  font-family: Roboto, sans-serif;
  text-decoration: none;
  margin-top: 3px;
  align-self: auto;
}
.title-page .form-221 .form-radio input {
  margin: 5px 5px 0 0;
}
.title-page .form-221 .form-radio .form-item__title {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-top: 5px;
  font-size: 15px;
  font-family: Roboto, sans-serif;
}
.title-page .form-221 .form-select {
  box-sizing: border-box;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 15px;
}
.title-page .form-221 .form-div {
  box-sizing: border-box;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 15px;
}
.title-page .form-221 .form-html {
  box-sizing: border-box;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 15px;
}
.title-page .form-221 .form-html .form-item__body {
  font-size: 18px;
  font-family: Roboto, sans-serif;
  text-decoration: none;
  font-weight: 500;
}
.title-page .form-221 .form-upload {
  box-sizing: border-box;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 15px;
}
.title-page .form-221 .form-calendar {
  box-sizing: border-box;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 15px;
}
.title-page .form-221 .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-221 .form-calendar input {
  padding: 2px 15px;
  border: none;
  box-sizing: border-box;
  background: #f2f2f2;
  width: 100%;
  min-height: 55px;
  outline: none;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  text-align: start;
  color: #1c1c1c;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  height: 55px;
}
.title-page .form-221 .form-calendar_interval {
  box-sizing: border-box;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 15px;
}
.title-page .form-221 .form-calendar_interval input {
  padding: 2px 15px;
  border: none;
  box-sizing: border-box;
  background: #f2f2f2;
  width: 100%;
  min-height: 55px;
  outline: none;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  text-align: start;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  height: 55px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.title-page .form-221 .form-calendar_interval .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .form-221 .form-calendar_interval .label_from {
  box-sizing: border-box;
  margin-right: 5px;
  -webkit-flex: 0;
  -moz-flex: 0;
  flex: 0;
  font-family: Roboto, sans-serif;
  color: #242424;
  text-decoration: none;
  font-size: 15px;
}
.title-page .form-221 .form-calendar_interval .label_to {
  box-sizing: border-box;
  margin-right: 5px;
  -webkit-flex: 0;
  -moz-flex: 0;
  flex: 0;
}
.title-page .form-221 .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-221 .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-221 .group-text {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-right: 0;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.title-page .form-221 .group-textarea {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-right: 0;
}
.title-page .form-221 .form-tfoot {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.title-page .form-221 .group-button {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-right: 0;
}
.title-page .form-221 .form-success {
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
}
.title-page .form-221 ::-webkit-input-placeholder {
  color: rgba(18, 18, 18, 0.87);
}
.title-page .form-221 ::-moz-placeholder {
  color: rgba(18, 18, 18, 0.87);
}
.title-page .form-221 :-ms-input-placeholder {
  color: rgba(18, 18, 18, 0.87);
}
.title-page .block-97 .layout_center_183_id_185_1 {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.title-page .block-97 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: repeating-linear-gradient(to top right, #331b07 0%, #7d4b22 100%);
  max-width: 100%;
  z-index: 3;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  right: 0;
  padding-left: 70px;
  padding-right: 70px;
  padding-bottom: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-152 {
  margin: -15px auto 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  box-sizing: border-box;
  width: 55px;
  min-height: 55px;
  background: none #fcd718;
  padding-top: 1px;
  padding-bottom: 1px;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
  -webkit-box-shadow: 0px 0px 0px 7px #543012;
  -moz-box-shadow: 0px 0px 0px 7px #543012;
  box-shadow: 0px 0px 0px 7px #543012;
}
.title-page .widget-152:hover, .title-page .widget-152.hover, .title-page .widget-152.active {
  background: repeating-radial-gradient(ellipse farthest-corner at left bottom, #f9ee19 0%, #f5a115 20.3%, #fff419 100%) #ffa321;
}
.title-page .up-184 .icon {
  border: none;
  box-sizing: border-box;
  margin-top: 0;
  height: 20px;
  width: 34px;
  display: inline-block;
  background: url("../images/lib_730502_up_but.png") left 50% top 50% / 22px no-repeat;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
  text-align: left;
  margin-bottom: 2px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .up-184 .title {
  box-sizing: border-box;
  color: #000;
  margin-top: 14px;
  margin-bottom: 5px;
  -webkit-order: 5;
  -moz-order: 5;
  order: 5;
}
.title-page .block-98 .layout_186 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-98 .layout_187 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-98 .layout_188 {
  -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-98 {
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1150px;
  min-height: 0;
  background: transparent;
  z-index: 2;
  text-align: left;
  right: 0;
  padding-top: 70px;
  padding-bottom: 29px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  max-width: 100%;
}
.title-page .widget-153 {
  margin: 24px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: undefined;
  box-sizing: border-box;
  width: 225px;
  right: auto;
}
.title-page .address-186 p:first-child {
  margin-top: 0;
}
.title-page .address-186 p:last-child {
  margin-bottom: 0;
}
.title-page .address-186 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .address-186 .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-186 .icon {
  box-sizing: border-box;
  height: 16px;
  width: 16px;
  background: #ccc;
  margin-right: 5px;
}
.title-page .address-186 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .address-186 .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 .address-186 .title {
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Roboto, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: normal;
  padding-bottom: 0.02px;
  margin-bottom: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .address-186 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Roboto, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
  text-decoration: none;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .address-186 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .address-186 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-154 {
  margin: 24px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  font-size: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: 225px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .widgetsocial-187 .soc-header {
  border: none;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 30px;
  font-family: Roboto, sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: normal;
  padding-bottom: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-187 .soc-content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
  text-align: inherit;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
}
.title-page .widgetsocial-187 .soc-item {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  vertical-align: middle;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  text-align: left;
}
.title-page .widgetsocial-187 .soc {
  margin: 2px 2px 0;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  vertical-align: middle;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-decoration: none;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  text-align: center;
}
.title-page .widgetsocial-187 .vk .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_vk.png") left 50% top 50% / cover no-repeat transparent;
  width: 40px;
  min-height: 40px;
  text-align: left;
  height: 40px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-187 .vk .wg-soc-icon:hover, .title-page .widgetsocial-187 .vk .wg-soc-icon.hover, .title-page .widgetsocial-187 .vk .wg-soc-icon.active {
  background: url("../images/wm_social_links_vk.png") left 50% top 50% / cover no-repeat rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .widgetsocial-187 .fb .wg-soc-icon {
  border: none;
  background: url("../images/lib_683601_soci1.svg") left 50% top 50% / 9px no-repeat transparent;
  width: 40px;
  min-height: 40px;
  text-align: left;
  height: 40px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-187 .fb .wg-soc-icon:hover, .title-page .widgetsocial-187 .fb .wg-soc-icon.hover, .title-page .widgetsocial-187 .fb .wg-soc-icon.active {
  background: url("../images/lib_683601_soci1.svg") left 50% top 50% / 9px no-repeat rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .widgetsocial-187 .tw .wg-soc-icon {
  border: none;
  background: url("../images/lib_683601_soci2.svg") left 50% top 50% / 21px no-repeat transparent;
  width: 40px;
  min-height: 40px;
  text-align: left;
  height: 40px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-187 .tw .wg-soc-icon:hover, .title-page .widgetsocial-187 .tw .wg-soc-icon.hover, .title-page .widgetsocial-187 .tw .wg-soc-icon.active {
  background: url("../images/lib_683601_soci2.svg") left 50% top 50% / 21px no-repeat rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .widgetsocial-187 .google .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_google.png") left 50% top 50% / cover no-repeat transparent;
  width: 40px;
  min-height: 40px;
  text-align: left;
  height: 40px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-187 .google .wg-soc-icon:hover, .title-page .widgetsocial-187 .google .wg-soc-icon.hover, .title-page .widgetsocial-187 .google .wg-soc-icon.active {
  background: url("../images/wm_social_links_google.png") left 50% top 50% / cover no-repeat rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .widgetsocial-187 .ins .wg-soc-icon {
  border: none;
  background: url("../images/lib_683601_soci4.svg") left 50% top 50% / 19px no-repeat transparent;
  width: 40px;
  min-height: 40px;
  text-align: left;
  height: 40px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-187 .ins .wg-soc-icon:hover, .title-page .widgetsocial-187 .ins .wg-soc-icon.hover, .title-page .widgetsocial-187 .ins .wg-soc-icon.active {
  background: url("../images/lib_683601_soci4.svg") left 50% top 50% / 19px no-repeat rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .widgetsocial-187 .ok .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_ok.png") left 50% top 50% / cover no-repeat transparent;
  width: 40px;
  min-height: 40px;
  text-align: left;
  height: 40px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-187 .ok .wg-soc-icon:hover, .title-page .widgetsocial-187 .ok .wg-soc-icon.hover, .title-page .widgetsocial-187 .ok .wg-soc-icon.active {
  background: url("../images/wm_social_links_ok.png") left 50% top 50% / cover no-repeat rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .widgetsocial-187 .mail .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_mail.png") left 50% top 50% / cover no-repeat transparent;
  width: 40px;
  min-height: 40px;
  text-align: left;
  height: 40px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-187 .mail .wg-soc-icon:hover, .title-page .widgetsocial-187 .mail .wg-soc-icon.hover, .title-page .widgetsocial-187 .mail .wg-soc-icon.active {
  background: url("../images/wm_social_links_mail.png") left 50% top 50% / cover no-repeat rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .widgetsocial-187 .pin .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_pin.png") left 50% top 50% / cover no-repeat transparent;
  width: 40px;
  min-height: 40px;
  text-align: left;
  height: 40px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-187 .pin .wg-soc-icon:hover, .title-page .widgetsocial-187 .pin .wg-soc-icon.hover, .title-page .widgetsocial-187 .pin .wg-soc-icon.active {
  background: url("../images/wm_social_links_pin.png") left 50% top 50% / cover no-repeat rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .widgetsocial-187 .lj .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_lj.png") left 50% top 50% / cover no-repeat transparent;
  width: 40px;
  min-height: 40px;
  text-align: left;
  height: 40px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-187 .lj .wg-soc-icon:hover, .title-page .widgetsocial-187 .lj .wg-soc-icon.hover, .title-page .widgetsocial-187 .lj .wg-soc-icon.active {
  background: url("../images/wm_social_links_lj.png") left 50% top 50% / cover no-repeat rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .widgetsocial-187 .my .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_my.png") left 50% top 50% / cover no-repeat transparent;
  width: 40px;
  min-height: 40px;
  text-align: left;
  height: 40px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-187 .my .wg-soc-icon:hover, .title-page .widgetsocial-187 .my .wg-soc-icon.hover, .title-page .widgetsocial-187 .my .wg-soc-icon.active {
  background: url("../images/wm_social_links_my.png") left 50% top 50% / cover no-repeat rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .widgetsocial-187 .youtube .wg-soc-icon {
  border: none;
  background: url("../images/lib_683601_soci6.svg") left 50% top 50% / 20px no-repeat transparent;
  width: 40px;
  min-height: 40px;
  text-align: left;
  height: 40px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-187 .youtube .wg-soc-icon:hover, .title-page .widgetsocial-187 .youtube .wg-soc-icon.hover, .title-page .widgetsocial-187 .youtube .wg-soc-icon.active {
  background: url("../images/lib_683601_soci6.svg") left 50% top 50% / 20px no-repeat rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .widgetsocial-187 .wg-soc-icon {
  box-sizing: border-box;
  min-width: 20px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .widgetsocial-187 .wg-soc-title {
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  line-height: 1;
  word-break: break-word;
  font-family: Roboto, sans-serif;
  text-decoration: none;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  margin-left: 15px;
}
.title-page .widgetsocial-187 .wg-soc-title:hover, .title-page .widgetsocial-187 .wg-soc-title.hover, .title-page .widgetsocial-187 .wg-soc-title.active {
  color: #fff;
}
.title-page .widgetsocial-187 .telegram .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_tg.png") left 50% top 50% / cover no-repeat transparent;
  width: 40px;
  min-height: 40px;
  text-align: left;
  height: 40px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-187 .telegram .wg-soc-icon:hover, .title-page .widgetsocial-187 .telegram .wg-soc-icon.hover, .title-page .widgetsocial-187 .telegram .wg-soc-icon.active {
  background: url("../images/wm_social_links_tg.png") left 50% top 50% / cover no-repeat rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .widgetsocial-187 .whatsapp .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_wa.png") left 50% top 50% / cover no-repeat transparent;
  width: 40px;
  min-height: 40px;
  text-align: left;
  height: 40px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-187 .whatsapp .wg-soc-icon:hover, .title-page .widgetsocial-187 .whatsapp .wg-soc-icon.hover, .title-page .widgetsocial-187 .whatsapp .wg-soc-icon.active {
  background: url("../images/wm_social_links_wa.png") left 50% top 50% / cover no-repeat rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .block-99 {
  padding: 35px;
  margin: 0 55px auto;
  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;
  right: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.title-page .block-100 {
  margin: 10px 0 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 2;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
}
.title-page .widget-155 {
  margin: 5px 0 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  padding-left: 0;
  right: 0;
}
.title-page .email-190 p:first-child {
  margin-top: 0;
}
.title-page .email-190 p:last-child {
  margin-bottom: 0;
}
.title-page .email-190 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .email-190 .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-190 .icon {
  box-sizing: border-box;
  height: 16px;
  width: 16px;
  background: #ccc;
  margin-right: 5px;
}
.title-page .email-190 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .email-190 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .email-190 .title {
  box-sizing: border-box;
  display: none;
}
.title-page .email-190 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  font-family: Roboto, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-size: 15px;
  color: #fff;
  text-decoration: underline;
  font-weight: normal;
}
.title-page .email-190 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .email-190 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-156 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
}
.title-page .phones-191 p:first-child {
  margin-top: 0;
}
.title-page .phones-191 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-191 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .phones-191 .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-191 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 20px;
  margin-right: 10px;
  min-height: 20px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .phones-191 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .phones-191 .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-191 .title {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-191 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  font-family: Roboto, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-size: 23px;
  color: #fff;
  text-decoration: none;
  font-weight: 900;
}
.title-page .phones-191 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-191 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-191 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .block-101 {
  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;
  right: 0;
}
.title-page .widget-157 {
  margin: 5px 0 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  box-sizing: border-box;
  min-height: 0;
  width: auto;
  right: 0;
  padding-left: 0;
  padding-right: 0;
}
.title-page .popover-wrap-193 .popover-body {
  padding: 45px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  position: relative;
  display: inline-block;
  width: 320px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-193 .popover-body textarea {
  padding: 15px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  background: #ebebeb;
}
.title-page .popover-wrap-193 .popover-body .s3_button_large {
  border: none;
  background: none, repeating-radial-gradient(ellipse farthest-corner at left bottom, #f9ee19 0%, #f5a115 20.3%, #fff419 100%);
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 25px;
  padding-left: 25px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 42px;
  font-family: Roboto, sans-serif;
  color: #78491f;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 9px;
  -webkit-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.38);
  -moz-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.38);
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.38);
}
.title-page .popover-wrap-193 .popover-body .s3_button_large:hover, .title-page .popover-wrap-193 .popover-body .s3_button_large.hover, .title-page .popover-wrap-193 .popover-body .s3_button_large.active {
  background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), repeating-radial-gradient(ellipse farthest-corner at left bottom, #f9ee19 0%, #f5a115 20.3%, #fff419 100%);
}
.title-page .popover-wrap-193 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: center;
}
.title-page .popover-wrap-193 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 45px;
  height: 30px;
  background: url("../images/close.png") left 50% top 50% / auto auto no-repeat #c91927;
  z-index: 10;
  cursor: pointer;
  text-align: left;
  min-height: 45px;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
}
.title-page .popover-wrap-193 .popover-close:hover, .title-page .popover-wrap-193 .popover-close.hover, .title-page .popover-wrap-193 .popover-close.active {
  background: url("../images/close.png") left 50% top 50% / auto auto no-repeat #ffac30;
}
.title-page .popover-wrap-193 .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-193 .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-193 .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-193 .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-193 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-193 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-193 .header {
  box-sizing: border-box;
  font-size: 20px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  text-align: left;
}
.title-page .editable_block-193 .body {
  box-sizing: border-box;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  position: relative;
  min-width: 0;
  min-height: 0;
  text-align: left;
}
.title-page .editable_block-193 .title {
  box-sizing: border-box;
  font-size: 18px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-193 .image {
  box-sizing: border-box;
  position: relative;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-193 .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-193 .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-193 .img-convert {
  box-sizing: border-box;
  width: 482px;
  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-193 .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-193 .text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  font-family: Roboto, sans-serif;
  color: #fff;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  line-height: 1.4;
  text-decoration: none;
  font-size: 13px;
  pointer-events: auto;
}
.title-page .editable_block-193 .more {
  box-sizing: border-box;
  margin-top: 5px;
  pointer-events: auto;
}
.title-page .editable_block-193 .more > a {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
  height: 0;
  min-height: 14px;
}
.title-page .editable_block-193 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-193 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-193 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-193 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-193 .item__image__title {
  box-sizing: border-box;
  display: block;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 0;
}
.title-page .editable_block-193 .clear {
  clear: both;
}
.title-page .popover-container-193 {
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-193 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-193 .popover-form-title {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 22px;
  box-sizing: border-box;
  text-align: center;
  font-family: Roboto, sans-serif;
  color: #1f1f1f;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
}
.title-page .popover-wrap-193 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-193 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
  padding-top: 0.02px;
}
.title-page .popover-wrap-193 .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-193 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-193 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-193 .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-193 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-193 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .editable_block-193 .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-193 .price-note {
  box-sizing: border-box;
  display: inline-block;
  text-align: left;
}
.title-page .popover-wrap-193 .popover-body .s3_form_item.form_div {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-193 .popover-body .s3_form_item.form_html_block {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-193 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-193 .popover-body .s3_form_item.form_checkbox {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-193 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-193 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-193 .popover-body .s3_form_item.form_radio {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-193 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-193 .popover-body .s3_form_item.form_calendar {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-193 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-193 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-193 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-193 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-193 .popover-body .s3_form_item.form_select {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
}
.title-page .popover-wrap-193 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-193 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-193 .popover-body .s3_form_item.form_calendar_interval {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-193 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-193 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-193 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-193 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  text-align: left;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-193 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Roboto, sans-serif;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0;
  color: #242424;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-193 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-193 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-193 .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-193 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  padding-bottom: 5px;
}
.title-page .popover-wrap-193 .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-193 .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-193 .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;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-193 .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-193 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  padding-bottom: 5px;
}
.title-page .popover-wrap-193 .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-193 .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-193 .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;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-193 .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: Arial, Helvetica, sans-serif;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-193 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-193 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 423px;
  -moz-border-radius: 423px;
  border-radius: 423px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  background: #ebebeb;
  min-height: 45px;
}
.title-page .popover-wrap-193 .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-193 .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-193 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Roboto, sans-serif;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-193 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 423px;
  -moz-border-radius: 423px;
  border-radius: 423px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Roboto, sans-serif;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  background: #ebebeb;
  min-height: 45px;
}
.title-page .popover-wrap-193 .popover-body .form_text input {
  padding: 7px 15px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  background: #ebebeb;
  min-height: 45px;
}
.title-page .popover-wrap-193 .popover-body .s3_form_item.form_upload {
  padding-top: 1px;
  margin-top: 9px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-193 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-193 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-193 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-193 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-193 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .widget-158 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  font-family: Roboto, sans-serif;
  font-size: 19px;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-weight: normal;
  right: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .block-102 .layout_center_195_id_196_0 {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.title-page .block-102 {
  padding: 51px 35px 29px;
  margin: -27px auto 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1140px;
  min-height: 0;
  z-index: 1;
  text-align: left;
  right: 0;
  -webkit-box-shadow: inset 0px 3px 0px rgba(255, 255, 255, 0.11);
  -moz-box-shadow: inset 0px 3px 0px rgba(255, 255, 255, 0.11);
  box-shadow: inset 0px 3px 0px rgba(255, 255, 255, 0.11);
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  max-width: 100%;
}
.title-page .widget-159 {
  margin: -1px 0 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: center;
  box-sizing: border-box;
  width: auto;
  right: 0;
}
.title-page .widget-160 {
  margin: 5px 0 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  color: #fff;
  text-decoration: none;
  width: auto;
  right: 0;
  max-width: 100%;
}
.title-page .widget-16 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  text-indent: 0;
  text-transform: none;
  text-decoration: none;
  top: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1450;
  width: 768px;
}
.title-page .side-panel-23 .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-23 .side-panel-content {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 265px;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  text-align: left;
  pointer-events: auto;
  box-sizing: border-box;
}
.title-page .side-panel-23 .side-panel-close {
  position: absolute;
  z-index: 1;
  left: 100%;
  top: 0;
  box-sizing: border-box;
  font-size: 0;
  width: 29px;
  min-height: 29px;
  background: url("../images/wm_side_panel_cross.png") left 50% top 50% / auto no-repeat #eee;
  cursor: pointer;
}
.title-page .side-panel-23 .side-panel-content-inner {
  overflow-y: auto;
  max-height: 100%;
  position: relative;
  z-index: 0;
  pointer-events: auto;
  min-height: 100%;
}
.title-page .side-panel-23 .side-panel-top {
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
}
.title-page .side-panel-23 .side-panel-button {
  padding: 4px 5px 7px;
  box-sizing: border-box;
  font-size: 0;
  width: 29px;
  min-height: 0;
  background: #eee;
  cursor: pointer;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
  text-align: center;
  text-decoration: none;
  -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;
}
.title-page .side-panel-23 .side-panel-button-icon {
  display: block;
}
.title-page .side-panel-23 .side-panel-button-icon-line {
  display: block;
  min-height: 3px;
  margin-top: 3px;
  background: #000;
  text-align: left;
  box-sizing: border-box;
}
.title-page .side-panel-23 .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-34 {
    margin-top: 48px;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
  }
  .title-page .block-26 .layout_6 {
    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-right: 0;
    display: none;
  }
  .title-page .block-26 .layout_100 {
    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: none;
  }
  .title-page .block-26 .layout_163 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: 100%;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-26 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 22px;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .block-88 .layout_60 {
    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-88 .layout_164 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    margin-left: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-88 .layout_163_id_60 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    margin-left: 0;
    margin-right: 0;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .block-88 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .title-page .widget-165 {
    margin-left: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .editable_block-198 .header {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    font-size: 25px;
  }
  .title-page .editable_block-198 .header:hover, .title-page .editable_block-198 .header.hover, .title-page .editable_block-198 .header.active {
    font-weight: 600;
  }
  .title-page .editable_block-198 .body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .editable_block-198 .more {
    clear: none;
  }
  .title-page .widget-142 {
    text-align: center;
    width: 1808px;
    margin-top: 5px;
    margin-left: auto;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    min-height: 0;
    padding-left: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
  }
  .title-page .widget-57 {
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .block-86 {
    display: none;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
  }
  .title-page .block-87 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .block-108 {
    min-height: 0;
    background: url("../images/head_pic.png?1545908096720") left 50% top 50% / cover no-repeat;
    margin-top: 25px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-109 .layout_200 {
    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-109 .layout_203 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    margin-left: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-109 {
    width: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 35px;
    padding-right: 35px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .widget-166 {
    padding: 15px;
    width: 220px;
    margin-top: 15px;
    margin-bottom: 9px;
    margin-right: auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .editable_block-200 .header {
    font-size: 19px;
    min-height: 190px;
  }
  .title-page .editable_block-200 .body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .editable_block-200 .more {
    clear: none;
  }
  .title-page .widget-168 {
    padding: 15px;
    width: 164px;
    margin-top: 15px;
    margin-left: auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .editable_block-203 .header {
    font-size: 22px;
    min-height: 134px;
  }
  .title-page .editable_block-203 .body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .editable_block-203 .more {
    clear: none;
  }
  .title-page .block-50 {
    padding: 50px 20px;
    -webkit-order: 5;
    -moz-order: 5;
    order: 5;
  }
  .title-page .block-70 .layout_205 {
    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-70 .layout_206 {
    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-70 .layout_139_id_205 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .block-70 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .title-page .widget-170 {
    margin-top: 50px;
    margin-left: 0;
    padding-left: 190px;
  }
  .title-page .form-206 .form-text input {
    min-height: 45px;
  }
  .title-page .widget-169 {
    height: auto;
    margin-top: 50px;
    margin-right: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .reviews-205 .list-wr {
    width: auto;
  }
  .title-page .reviews-205 .body {
    width: auto;
    margin-left: - 10px;
  }
  .title-page .reviews-205 .item {
    margin-right: 10px;
    margin-left: 10px;
  }
  .title-page .widget-127 {
    background: none;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .blocklist-140 .body-outer {
    width: auto;
    background: none;
  }
  .title-page .blocklist-140 .body {
    width: auto;
    margin-left: -5px;
    margin-right: -5px;
  }
  .title-page .blocklist-140 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-140 .item {
    margin: 5px 5px 25px;
    padding-right: 25px;
  }
  .title-page .blocklist-140 .image {
    margin-right: auto;
    margin-left: auto;
    width: 120px;
  }
  .title-page .blocklist-140 .img-convert {
    width: 120px;
    height: 120px;
    background: none;
    margin-right: 0;
  }
  .title-page .blocklist-140 .title {
    font-size: 17px;
    margin-bottom: 5px;
    min-height: 0;
    margin-top: 5px;
    background: none;
  }
  .title-page .blocklist-140 .title:hover, .title-page .blocklist-140 .title.hover, .title-page .blocklist-140 .title.active {
    font-weight: 500;
  }
  .title-page .block-5 {
    padding-left: 50px;
    padding-right: 50px;
    -webkit-order: 6;
    -moz-order: 6;
    order: 6;
  }
  .title-page .block-71 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .title-page .widget-144 {
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: block;
  }
  .title-page .blocklist-167 .header_text {
    font-size: 30px;
    background: none;
  }
  .title-page .blocklist-167 .header_text:hover, .title-page .blocklist-167 .header_text.hover, .title-page .blocklist-167 .header_text.active {
    font-weight: 900;
  }
  .title-page .blocklist-167 .body-outer {
    width: auto;
  }
  .title-page .blocklist-167 .body {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .blocklist-167 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-167 .image {
    background: none;
  }
  .title-page .blocklist-167 .img-convert {
    width: 230px;
    height: 264px;
    background: none;
  }
  .title-page .blocklist-167 .title {
    font-size: 20px;
    padding-top: 26px;
    margin-top: 5px;
  }
  .title-page .blocklist-167 .bx-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .block-89 {
    background: none;
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-order: 6;
    -moz-order: 6;
    order: 6;
  }
  .title-page .block-90 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-146 {
    padding: 35px 35px 35px 229px;
    background: url("../images/order_form_pic2.png") left 20px top 50% / 224px no-repeat, repeating-radial-gradient(ellipse farthest-corner at left bottom, #f9ee19 0%, #f5a115 20.3%, #fff419 100%) #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    display: block;
  }
  .title-page .form-171 .form__header {
    font-size: 31px;
    background: none;
  }
  .title-page .form-171 .form__header:hover, .title-page .form-171 .form__header.hover, .title-page .form-171 .form__header.active {
    font-weight: 900;
  }
  .title-page .form-171 .form__text {
    font-size: 17px;
    margin-bottom: 21px;
    margin-right: 0;
    background: none;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .block-93 {
    background: #fff;
    -webkit-order: 8;
    -moz-order: 8;
    order: 8;
  }
  .title-page .block-94 {
    width: auto;
    background: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .block-134 .layout_178 {
    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-134 .layout_227 {
    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-134 {
    -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;
    padding-top: 0.02px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-149 {
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    padding-right: 0;
    text-align: center;
  }
  .title-page .editable_block-178 .body {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .editable_block-178 .title {
    font-size: 30px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .editable_block-178 .title:hover, .title-page .editable_block-178 .title.hover, .title-page .editable_block-178 .title.active {
    font-weight: 900;
  }
  .title-page .editable_block-178 .image {
    margin-right: 22px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 300px;
  }
  .title-page .editable_block-178 .img-convert {
    background: none;
  }
  .title-page .editable_block-178 .text {
    font-weight: normal;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .editable_block-178 .more {
    clear: none;
    text-align: center;
  }
  .title-page .block-135 {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .widget-189 {
    margin-top: 5px;
    background: none;
    padding-top: 50px;
    -webkit-order: 7;
    -moz-order: 7;
    order: 7;
    display: block;
  }
  .title-page .blocklist-225 .header_text {
    font-size: 30px;
  }
  .title-page .blocklist-225 .body-outer {
    width: auto;
    background: none;
  }
  .title-page .blocklist-225 .body {
    width: auto;
  }
  .title-page .blocklist-225 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-225 .item {
    padding-right: 25px;
    margin-top: 5px;
    margin-bottom: 25px;
  }
  .title-page .blocklist-225 .text {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    min-height: 210px;
  }
  .title-page .blocklist-225 .image {
    width: auto;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    left: 0;
    right: 0;
  }
  .title-page .blocklist-225 .img-convert {
    background: none;
  }
  .title-page .blocklist-225 .title {
    min-height: 0;
    margin-top: 5px;
    padding-bottom: 14px;
    background: none;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-225 .title:hover, .title-page .blocklist-225 .title.hover, .title-page .blocklist-225 .title.active {
    font-weight: 500;
  }
  .title-page .blocklist-225 .price {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-225 .more {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .widget-143 {
    padding-bottom: 109px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .blocklist-166 .header_text {
    font-size: 30px;
  }
  .title-page .blocklist-166 .header_text:hover, .title-page .blocklist-166 .header_text.hover, .title-page .blocklist-166 .header_text.active {
    font-weight: 900;
  }
  .title-page .blocklist-166 .body-outer {
    width: auto;
    background: none;
  }
  .title-page .blocklist-166 .body {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .blocklist-166 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-166 .item {
    display: block;
    padding-left: 60px;
    background: none;
  }
  .title-page .blocklist-166 .text {
    font-size: 15px;
  }
  .title-page .blocklist-166 .image {
    margin-right: 15px;
    float: left;
  }
  .title-page .blocklist-166 .img-convert {
    background: none;
  }
  .title-page .blocklist-166 .title:hover, .title-page .blocklist-166 .title.hover, .title-page .blocklist-166 .title.active {
    font-weight: 500;
  }
  .title-page .block-95 {
    -webkit-order: 9;
    -moz-order: 9;
    order: 9;
  }
  .title-page .block-96 {
    padding: 50px 20px;
    width: auto;
    background: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-171 {
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .blocklist-207 .header_text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    font-size: 30px;
    text-align: center;
    background: none;
  }
  .title-page .blocklist-207 .header_text:hover, .title-page .blocklist-207 .header_text.hover, .title-page .blocklist-207 .header_text.active {
    font-weight: 900;
  }
  .title-page .blocklist-207 .body-outer {
    width: auto;
  }
  .title-page .blocklist-207 .body {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .blocklist-207 .item-outer {
    width: 33.33%;
  }
  .title-page .blocklist-207 .image {
    background: none;
  }
  .title-page .blocklist-207 .title {
    margin-top: 20px;
    background: none;
  }
  .title-page .blocklist-207 .bx-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .block-110 {
    background: none;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-order: 8;
    -moz-order: 8;
    order: 8;
  }
  .title-page .block-111 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-172 {
    padding: 45px 165px 45px 45px;
    background: url("../images/order_form_pic3.png") left calc(50% + 254px) top calc(50% + 32px) / 308px no-repeat, repeating-radial-gradient(ellipse farthest-corner at left bottom, #082f8a 0%, #08266e 26.4%, #09359c 100%) #aedb0b;
    display: block;
  }
  .title-page .form-210 .form__header {
    font-size: 31px;
    background: none;
  }
  .title-page .form-210 .form__header:hover, .title-page .form-210 .form__header.hover, .title-page .form-210 .form__header.active {
    font-weight: 900;
  }
  .title-page .form-210 .form__text {
    font-size: 17px;
    margin-right: 122px;
    background: none;
  }
  .title-page .form-210 .form-text {
    padding-right: 5px;
  }
  .title-page .block-112 {
    padding: 50px 20px;
    -webkit-order: 5;
    -moz-order: 5;
    order: 5;
  }
  .title-page .block-113 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .title-page .widget-173 {
    background: none;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .blocklist-213 .header_text {
    font-size: 30px;
  }
  .title-page .blocklist-213 .body-outer {
    width: auto;
    background: none;
  }
  .title-page .blocklist-213 .body {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .blocklist-213 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-213 .item {
    margin: 5px 0;
    padding-right: 25px;
  }
  .title-page .blocklist-213 .image {
    width: auto;
    left: 0;
    right: 0;
    min-height: 0;
  }
  .title-page .blocklist-213 .img-convert {
    background: none;
  }
  .title-page .blocklist-213 .title {
    min-height: 70px;
  }
  .title-page .blocklist-213 .title:hover, .title-page .blocklist-213 .title.hover, .title-page .blocklist-213 .title.active {
    font-weight: 500;
  }
  .title-page .widget-184 {
    background: none;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .blocklist-224 .header_text {
    font-size: 30px;
  }
  .title-page .blocklist-224 .body-outer {
    width: auto;
    background: none;
  }
  .title-page .blocklist-224 .body {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .blocklist-224 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-224 .item {
    margin: 5px 0;
    padding-right: 25px;
  }
  .title-page .blocklist-224 .image {
    width: auto;
    left: 0;
    right: 0;
    min-height: 0;
  }
  .title-page .blocklist-224 .img-convert {
    background: none;
  }
  .title-page .blocklist-224 .title {
    min-height: 70px;
  }
  .title-page .blocklist-224 .title:hover, .title-page .blocklist-224 .title.hover, .title-page .blocklist-224 .title.active {
    font-weight: 500;
  }
  .title-page .block-114 {
    padding: 50px 20px;
    -webkit-order: 11;
    -moz-order: 11;
    order: 11;
  }
  .title-page .block-115 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .title-page .widget-176 {
    margin-top: 0;
    background: none;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .blocklist-218 .header_text {
    font-size: 30px;
  }
  .title-page .blocklist-218 .body-outer {
    width: auto;
    background: none;
  }
  .title-page .blocklist-218 .body {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .blocklist-218 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-218 .item {
    margin: 5px 0;
    padding-right: 25px;
  }
  .title-page .blocklist-218 .image {
    width: 150px;
    background: none;
  }
  .title-page .blocklist-218 .img-convert {
    width: 150px;
    height: 150px;
    background: none;
  }
  .title-page .blocklist-218 .title {
    background: none;
  }
  .title-page .blocklist-218 .title:hover, .title-page .blocklist-218 .title.hover, .title-page .blocklist-218 .title.active {
    font-weight: 500;
  }
  .title-page .block-116 {
    margin-top: 0;
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-order: 11;
    -moz-order: 11;
    order: 11;
  }
  .title-page .block-117 .layout_221 {
    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-117 .layout_222 {
    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-117 {
    width: auto;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .widget-178 {
    margin-left: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .title-page .timer-222 .timer-title {
    font-size: 30px;
    background: none;
  }
  .title-page .widget-177 {
    padding-left: 0;
    padding-top: 0.02px;
    padding-bottom: 0.02px;
  }
  .title-page .form-221 .form__header {
    font-size: 30px;
    background: none;
  }
  .title-page .form-221 .form__header:hover, .title-page .form-221 .form__header.hover, .title-page .form-221 .form__header.active {
    font-weight: 900;
  }
  .title-page .form-221 .form__text {
    font-size: 17px;
    margin-right: 122px;
    background: none;
  }
  .title-page .block-97 .layout_center_183_id_185_1 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-97 {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 50px;
    -webkit-order: 11;
    -moz-order: 11;
    order: 11;
  }
  .title-page .block-98 .layout_186 {
    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-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-98 .layout_187 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    width: 100%;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-98 .layout_188 {
    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-left: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-98 {
    padding: 0.02px 0 25px;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .widget-153 {
    text-align: center;
    width: auto;
    margin-top: 22px;
    right: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .address-186 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .address-186 .block-body-drop {
    width: 100%;
    margin-left: 0;
  }
  .title-page .address-186 .title {
    margin-bottom: 15px;
    background: none;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .address-186 .title:hover, .title-page .address-186 .title.hover, .title-page .address-186 .title.active {
    font-weight: 800;
  }
  .title-page .address-186 .text_body {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .widget-154 {
    width: auto;
    margin-top: 26px;
    margin-bottom: 20px;
    right: 0;
    padding-top: 15px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .widgetsocial-187 .soc-header {
    margin-bottom: 15px;
    background: none;
    text-align: center;
  }
  .title-page .widgetsocial-187 .soc-header:hover, .title-page .widgetsocial-187 .soc-header.hover, .title-page .widgetsocial-187 .soc-header.active {
    font-weight: 800;
  }
  .title-page .widgetsocial-187 .soc-item {
    width: 33.33%;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .widgetsocial-187 .soc {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .widgetsocial-187 .vk .wg-soc-icon {
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .widgetsocial-187 .vk .wg-soc-icon:hover, .title-page .widgetsocial-187 .vk .wg-soc-icon.hover, .title-page .widgetsocial-187 .vk .wg-soc-icon.active {
    background: rgba(0, 0, 0, 0.1);
  }
  .title-page .widgetsocial-187 .fb .wg-soc-icon {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .widgetsocial-187 .tw .wg-soc-icon {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .widgetsocial-187 .google .wg-soc-icon {
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .widgetsocial-187 .google .wg-soc-icon:hover, .title-page .widgetsocial-187 .google .wg-soc-icon.hover, .title-page .widgetsocial-187 .google .wg-soc-icon.active {
    background: rgba(0, 0, 0, 0.1);
  }
  .title-page .widgetsocial-187 .ins .wg-soc-icon {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .widgetsocial-187 .ok .wg-soc-icon {
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .widgetsocial-187 .ok .wg-soc-icon:hover, .title-page .widgetsocial-187 .ok .wg-soc-icon.hover, .title-page .widgetsocial-187 .ok .wg-soc-icon.active {
    background: rgba(0, 0, 0, 0.1);
  }
  .title-page .widgetsocial-187 .mail .wg-soc-icon {
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .widgetsocial-187 .mail .wg-soc-icon:hover, .title-page .widgetsocial-187 .mail .wg-soc-icon.hover, .title-page .widgetsocial-187 .mail .wg-soc-icon.active {
    background: rgba(0, 0, 0, 0.1);
  }
  .title-page .widgetsocial-187 .pin .wg-soc-icon {
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .widgetsocial-187 .pin .wg-soc-icon:hover, .title-page .widgetsocial-187 .pin .wg-soc-icon.hover, .title-page .widgetsocial-187 .pin .wg-soc-icon.active {
    background: rgba(0, 0, 0, 0.1);
  }
  .title-page .widgetsocial-187 .lj .wg-soc-icon {
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .widgetsocial-187 .lj .wg-soc-icon:hover, .title-page .widgetsocial-187 .lj .wg-soc-icon.hover, .title-page .widgetsocial-187 .lj .wg-soc-icon.active {
    background: rgba(0, 0, 0, 0.1);
  }
  .title-page .widgetsocial-187 .my .wg-soc-icon {
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .widgetsocial-187 .my .wg-soc-icon:hover, .title-page .widgetsocial-187 .my .wg-soc-icon.hover, .title-page .widgetsocial-187 .my .wg-soc-icon.active {
    background: rgba(0, 0, 0, 0.1);
  }
  .title-page .widgetsocial-187 .youtube .wg-soc-icon {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .widgetsocial-187 .wg-soc-title {
    margin-left: 0;
    font-size: 17px;
    margin-top: 5px;
  }
  .title-page .widgetsocial-187 .telegram .wg-soc-icon {
    background: url("../images/lib_683601_soci1.svg") left 50% top 50% / 9px no-repeat transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .widgetsocial-187 .telegram .wg-soc-icon:hover, .title-page .widgetsocial-187 .telegram .wg-soc-icon.hover, .title-page .widgetsocial-187 .telegram .wg-soc-icon.active {
    background: url("../images/lib_683601_soci1.svg") left 50% top 50% / 9px no-repeat rgba(0, 0, 0, 0.1);
  }
  .title-page .widgetsocial-187 .whatsapp .wg-soc-icon {
    background: url("../images/lib_683601_soci1.svg") left 50% top 50% / 9px no-repeat transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .widgetsocial-187 .whatsapp .wg-soc-icon:hover, .title-page .widgetsocial-187 .whatsapp .wg-soc-icon.hover, .title-page .widgetsocial-187 .whatsapp .wg-soc-icon.active {
    background: url("../images/lib_683601_soci1.svg") left 50% top 50% / 9px no-repeat rgba(0, 0, 0, 0.1);
  }
  .title-page .block-99 {
    width: 834px;
    background: none;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0.02px;
    padding-bottom: 19px;
  }
  .title-page .block-100 {
    margin: 25px auto 15px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-155 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .email-190 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .email-190 .block-body-drop {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    margin-left: 0;
  }
  .title-page .widget-156 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .phones-191 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .phones-191 .icon {
    background: none;
  }
  .title-page .phones-191 .block-body-drop {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    margin-left: 0;
  }
  .title-page .phones-191 .text_body:hover, .title-page .phones-191 .text_body.hover, .title-page .phones-191 .text_body.active {
    font-weight: 600;
  }
  .title-page .block-101 {
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .widget-157 {
    margin-top: 10px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .editable_block-193 .image {
    float: left;
  }
  .title-page .editable_block-193 .more {
    clear: none;
  }
  .title-page .widget-158 {
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .widget-158:hover, .title-page .widget-158.hover, .title-page .widget-158.active {
    font-weight: 800;
  }
  .title-page .block-102 .layout_center_195_id_196_0 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-102 {
    width: auto;
    background: none;
    margin-left: 0;
    margin-right: 0;
    padding-top: 45px;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
  }
  .title-page .widget-159 {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }
  .title-page .widget-160 {
    margin-right: auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .widget-16 {
    padding: 5px;
    border: none;
    z-index: 10000;
    width: auto;
    box-sizing: border-box;
    min-height: 40px;
    background: #fff;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .side-panel-23 .side-panel-content {
    border: none;
    background: #fff;
    min-height: 9999px;
  }
  .title-page .side-panel-23 .side-panel-close {
    min-height: 55px;
    width: 55px;
    margin-top: 25px;
    -webkit-border-radius: 0px 55px 55px 0px;
    -moz-border-radius: 0px 55px 55px 0px;
    border-radius: 0px 55px 55px 0px;
  }
  .title-page .side-panel-23 .side-panel-top {
    width: auto;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .title-page .side-panel-23 .side-panel-button {
    padding: 10px;
    border: none;
    min-height: 40px;
    width: 40px;
    background: #fff;
  }
  .title-page .side-panel-23 .side-panel-button-icon-line {
    border: none;
    background: #693d17;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
}
@media all and (max-width: 768px) {
  .title-page .block-26 .layout_6 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-26 .layout_100 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: none;
  }
  .title-page .block-26 .layout_163 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-26 {
    padding-top: 15px;
  }
  .title-page .block-88 .layout_60 {
    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-88 .layout_164 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-88 .layout_163_id_60 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .editable_block-198 .header {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .widget-142 {
    margin-left: 0;
  }
  .title-page .widget-57 {
    width: 1243px;
    margin-left: 0;
  }
  .title-page .block-109 .layout_200 {
    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-109 .layout_203 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-70 .layout_205 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-70 .layout_206 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-70 .layout_139_id_205 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-170 {
    padding-left: 55px;
    background: url("../images/bgs_pic.png") left calc(50% - 300px) top calc(50% - 76px) / 310px no-repeat #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .reviews-205 .image {
    max-width: 100%;
    float: none;
  }
  .title-page .reviews-205 .text {
    padding-right: 0;
    margin-top: 12px;
    margin-right: 35px;
  }
  .title-page .reviews-205 .item__image__title {
    box-sizing: border-box;
    position: absolute;
  }
  .title-page .blocklist-140 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-140 .item {
    margin-right: 10px;
    margin-left: 10px;
  }
  .title-page .blocklist-140 .image {
    margin-bottom: 7px;
  }
  .title-page .blocklist-140 .title {
    min-height: 40px;
  }
  .title-page .block-5 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .title-page .blocklist-167 .item {
    margin-right: 25px;
    margin-left: 25px;
  }
  .title-page .blocklist-167 .image {
    margin-bottom: 14px;
  }
  .title-page .blocklist-167 .img-convert {
    height: 220px;
  }
  .title-page .blocklist-167 .title {
    font-size: 17px;
    padding-top: 25px;
  }
  .title-page .widget-146 {
    padding-left: 45px;
    background: repeating-radial-gradient(ellipse farthest-corner at left bottom, #f9ee19 0%, #f5a115 20.3%, #fff419 100%) #fff;
  }
  .title-page .form-171 .form__header {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    font-size: 27px;
  }
  .title-page .form-171 .form__text {
    margin-bottom: 15px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .form-171 .form-table {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .form-171 .form-tbody {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .form-171 .form-text {
    width: 100%;
  }
  .title-page .form-171 .form-submit {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    text-align: center;
  }
  .title-page .form-171 .form-submit .form-item__header {
    display: none;
  }
  .title-page .form-171 .form-checkbox {
    width: 100%;
  }
  .title-page .form-171 .form-radio {
    width: 100%;
  }
  .title-page .form-171 .form-select {
    width: 100%;
  }
  .title-page .form-171 .form-div {
    width: 100%;
  }
  .title-page .form-171 .form-html {
    width: 100%;
  }
  .title-page .form-171 .form-upload {
    width: 100%;
  }
  .title-page .form-171 .form-calendar {
    width: 100%;
  }
  .title-page .form-171 .form-calendar_interval {
    width: 100%;
  }
  .title-page .block-134 .layout_178 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-134 .layout_227 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-134 {
    padding-bottom: 20px;
  }
  .title-page .editable_block-178 .body {
    display: -webkit-flex;
    display: flex;
  }
  .title-page .editable_block-178 .title {
    margin-bottom: 25px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .editable_block-178 .image {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 13px;
    display: none;
  }
  .title-page .editable_block-178 .text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-225 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-225 .item {
    margin-right: 10px;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
  }
  .title-page .blocklist-225 .text {
    min-height: 323px;
  }
  .title-page .blocklist-225 .img-convert {
    height: 120px;
  }
  .title-page .blocklist-225 .title {
    min-height: 40px;
  }
  .title-page .blocklist-166 .body {
    margin-right: -10px;
    margin-left: -10px;
  }
  .title-page .blocklist-166 .item {
    margin: 10px;
    padding-top: 0.02px;
    padding-bottom: 0.02px;
  }
  .title-page .blocklist-207 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-207 .item {
    margin-right: 25px;
    margin-left: 25px;
  }
  .title-page .blocklist-207 .img-convert {
    width: 130px;
  }
  .title-page .widget-172 {
    padding-right: 45px;
    background: repeating-radial-gradient(ellipse farthest-corner at left bottom, #082f8a 0%, #08266e 26.4%, #09359c 100%) #aedb0b;
  }
  .title-page .form-210 .form__header {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    font-size: 27px;
  }
  .title-page .form-210 .form__text {
    margin-bottom: 15px;
    margin-right: 0;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .form-210 .form-table {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .form-210 .form-tbody {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .form-210 .form-text {
    width: 100%;
  }
  .title-page .form-210 .form-submit {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    text-align: center;
  }
  .title-page .form-210 .form-submit .form-item__header {
    display: none;
  }
  .title-page .form-210 .form-checkbox {
    width: 100%;
  }
  .title-page .form-210 .form-radio {
    width: 100%;
  }
  .title-page .form-210 .form-select {
    width: 100%;
  }
  .title-page .form-210 .form-div {
    width: 100%;
  }
  .title-page .form-210 .form-html {
    width: 100%;
  }
  .title-page .form-210 .form-upload {
    width: 100%;
  }
  .title-page .form-210 .form-calendar {
    width: 100%;
  }
  .title-page .form-210 .form-calendar_interval {
    width: 100%;
  }
  .title-page .blocklist-213 .item {
    margin-right: 10px;
    margin-left: 10px;
  }
  .title-page .blocklist-213 .image {
    margin-right: auto;
    margin-bottom: 7px;
    margin-left: auto;
  }
  .title-page .blocklist-213 .title {
    min-height: 40px;
  }
  .title-page .blocklist-224 .item {
    margin-right: 10px;
    margin-left: 10px;
  }
  .title-page .blocklist-224 .image {
    margin-right: auto;
    margin-bottom: 7px;
    margin-left: auto;
  }
  .title-page .blocklist-224 .title {
    min-height: 40px;
  }
  .title-page .blocklist-218 .item {
    margin-right: 10px;
    margin-left: 10px;
  }
  .title-page .blocklist-218 .image {
    margin-bottom: 7px;
  }
  .title-page .blocklist-218 .title {
    min-height: 40px;
  }
  .title-page .block-117 .layout_221 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-117 .layout_222 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-178 {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .timer-222 .nTimer {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .timer-222 .timer-title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .widget-177 {
    padding-left: 45px;
  }
  .title-page .form-221 .form__header {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .form-221 .form__text {
    margin-bottom: 15px;
    margin-right: 0;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .form-221 .form-table {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .form-221 .form-tbody {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .form-221 .form-text {
    width: 100%;
  }
  .title-page .form-221 .form-submit {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    text-align: center;
  }
  .title-page .form-221 .form-submit .form-item__header {
    display: none;
  }
  .title-page .form-221 .form-checkbox {
    width: 100%;
  }
  .title-page .form-221 .form-radio {
    width: 100%;
  }
  .title-page .form-221 .form-select {
    width: 100%;
  }
  .title-page .form-221 .form-div {
    width: 100%;
  }
  .title-page .form-221 .form-html {
    width: 100%;
  }
  .title-page .form-221 .form-upload {
    width: 100%;
  }
  .title-page .form-221 .form-calendar {
    width: 100%;
  }
  .title-page .form-221 .form-calendar_interval {
    width: 100%;
  }
  .title-page .block-97 .layout_center_183_id_185_1 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-152 {
    margin-top: -11px;
    -webkit-border-radius: 42px;
    -moz-border-radius: 42px;
    border-radius: 42px;
  }
  .title-page .block-98 .layout_186 {
    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-98 .layout_187 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-98 .layout_188 {
    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 .widget-153 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .title-page .address-186 .title {
    margin-bottom: 12px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .address-186 .text_body {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .widget-154 {
    margin-top: 25px;
  }
  .title-page .block-99 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .title-page .block-100 {
    margin-bottom: 20px;
  }
  .title-page .block-102 .layout_center_195_id_196_0 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .widget-16 {
    z-index: 1450;
  }
}
@media all and (max-width: 640px) {
  .title-page .block-26 .layout_6 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-26 .layout_100 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: none;
  }
  .title-page .block-26 .layout_163 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-26 {
    padding-left: 0;
    padding-right: 0;
  }
  .title-page .block-88 .layout_60 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-88 .layout_164 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-88 .layout_163_id_60 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .editable_block-198 .header {
    font-size: 19px;
  }
  .title-page .widget-142 {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .widget-57 {
    margin-left: auto;
  }
  .title-page .block-109 .layout_200 {
    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-109 .layout_203 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    margin-left: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-166 {
    width: 176px;
  }
  .title-page .editable_block-200 .header {
    font-size: 15px;
    min-height: 147px;
    width: 147px;
  }
  .title-page .widget-168 {
    width: 120px;
  }
  .title-page .editable_block-203 .header {
    font-size: 17px;
    min-height: 90px;
  }
  .title-page .block-50 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .title-page .block-70 .layout_205 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-70 .layout_206 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-70 .layout_139_id_205 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .widget-170 {
    margin-top: 15px;
    margin-bottom: 0;
  }
  .title-page .form-206 .form__header {
    font-size: 18px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .form-206 .form-item-group {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .form-206 .form-text {
    width: 100%;
  }
  .title-page .form-206 .form-submit button {
    width: 100%;
  }
  .title-page .form-206 .form-captcha .form-item__body {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .form-206 .form-captcha .form-submit-container {
    width: 100%;
  }
  .title-page .form-206 .form-captcha button {
    width: 100%;
  }
  .title-page .form-206 .form-checkbox {
    width: 100%;
  }
  .title-page .form-206 .form-radio {
    width: 100%;
  }
  .title-page .form-206 .form-select {
    width: 100%;
  }
  .title-page .form-206 .form-div {
    width: 100%;
  }
  .title-page .form-206 .form-html {
    width: 100%;
  }
  .title-page .form-206 .form-upload {
    width: 100%;
  }
  .title-page .form-206 .form-calendar {
    width: 100%;
  }
  .title-page .form-206 .form-calendar_interval {
    width: 100%;
  }
  .title-page .widget-169 {
    margin-top: 15px;
    margin-bottom: 0;
  }
  .title-page .widget-127 {
    margin-top: 0;
  }
  .title-page .blocklist-140 .item {
    padding-left: 25px;
    padding-top: 25px;
  }
  .title-page .blocklist-140 .title {
    font-size: 14px;
  }
  .title-page .blocklist-140 .price-value {
    font-size: 20px;
  }
  .title-page .block-5 {
    padding-top: 55px;
    padding-left: 35px;
    padding-right: 35px;
  }
  .title-page .blocklist-167 .header_text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    font-size: 27px;
    text-align: center;
  }
  .title-page .blocklist-167 .body {
    margin-right: -10px;
    margin-left: -10px;
  }
  .title-page .blocklist-167 .item {
    margin: 5px 10px;
    padding-bottom: 15px;
  }
  .title-page .blocklist-167 .img-convert {
    height: 195px;
  }
  .title-page .blocklist-167 .title {
    font-size: 15px;
    padding-top: 29px;
    line-height: 1.1;
  }
  .title-page .block-89 {
    padding-top: 55px;
    padding-left: 35px;
    padding-right: 35px;
  }
  .title-page .widget-146 {
    padding-left: 35px;
  }
  .title-page .form-171 .form__header {
    font-size: 24px;
  }
  .title-page .form-171 .form-item-group {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .form-171 .form-text {
    padding-right: 0;
  }
  .title-page .form-171 .form-submit button {
    width: 100%;
  }
  .title-page .form-171 .form-captcha .form-item__body {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .form-171 .form-captcha .form-submit-container {
    width: 100%;
  }
  .title-page .form-171 .form-captcha button {
    width: 100%;
  }
  .title-page .block-94 {
    padding-left: 35px;
    padding-right: 35px;
  }
  .title-page .block-134 .layout_178 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-134 .layout_227 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-134 {
    -webkit-justify-content: normal;
    -moz-justify-content: normal;
    justify-content: normal;
  }
  .title-page .widget-149 {
    margin-top: 15px;
    margin-bottom: 0;
  }
  .title-page .editable_block-178 .title {
    font-size: 27px;
  }
  .title-page .block-135 {
    margin: 15px 0 0;
    width: auto;
  }
  .title-page .widget-189 {
    margin-top: 0;
  }
  .title-page .blocklist-225 .header_text {
    padding-left: 0;
    padding-right: 0;
  }
  .title-page .blocklist-225 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-225 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-225 .text {
    min-height: 0;
  }
  .title-page .blocklist-225 .img-convert {
    height: 180px;
  }
  .title-page .blocklist-225 .price-value {
    font-size: 20px;
  }
  .title-page .blocklist-166 .header {
    margin-bottom: 14px;
  }
  .title-page .blocklist-166 .header_text {
    font-size: 27px;
  }
  .title-page .blocklist-166 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-166 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-166 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-166 .text {
    font-size: 16px;
    font-weight: normal;
  }
  .title-page .block-96 {
    padding-left: 35px;
    padding-right: 35px;
  }
  .title-page .blocklist-207 .header_text {
    font-size: 24px;
  }
  .title-page .blocklist-207 .body {
    margin-right: -5px;
    margin-left: -5px;
  }
  .title-page .blocklist-207 .item {
    margin-right: 8px;
    margin-left: 8px;
  }
  .title-page .block-110 {
    padding-left: 35px;
    padding-right: 35px;
  }
  .title-page .widget-172 {
    padding: 35px;
  }
  .title-page .form-210 .form__header {
    font-size: 24px;
  }
  .title-page .form-210 .form__text {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .form-210 .form-item-group {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .form-210 .form-text {
    padding-right: 0;
  }
  .title-page .form-210 .form-submit button {
    width: 100%;
  }
  .title-page .form-210 .form-captcha .form-item__body {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .form-210 .form-captcha .form-submit-container {
    width: 100%;
  }
  .title-page .form-210 .form-captcha button {
    width: 100%;
  }
  .title-page .block-112 {
    padding: 35px;
  }
  .title-page .widget-173 {
    margin-top: 0;
  }
  .title-page .blocklist-213 .header_text {
    font-size: 27px;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .blocklist-213 .item {
    padding: 25px 0;
  }
  .title-page .blocklist-213 .title {
    font-size: 15px;
  }
  .title-page .blocklist-224 .header_text {
    font-size: 27px;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .blocklist-224 .item {
    padding: 25px 0;
  }
  .title-page .blocklist-224 .title {
    font-size: 15px;
  }
  .title-page .block-114 {
    padding: 35px;
  }
  .title-page .blocklist-218 .header_text {
    font-size: 27px;
  }
  .title-page .blocklist-218 .item {
    padding-left: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .title-page .blocklist-218 .title {
    font-size: 15px;
    min-height: 0;
    margin-top: 15px;
  }
  .title-page .block-116 {
    padding-top: 55px;
    padding-left: 35px;
    padding-right: 35px;
  }
  .title-page .block-117 .layout_221 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-117 .layout_222 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-117 {
    -webkit-justify-content: normal;
    -moz-justify-content: normal;
    justify-content: normal;
  }
  .title-page .widget-178 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 35px;
    padding-bottom: 35px;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .timer-222 .nt-board {
    padding: 5px;
    font-size: 50px;
  }
  .title-page .timer-222 .timer-title {
    font-size: 27px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .widget-177 {
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 0;
  }
  .title-page .form-221 .form__header {
    font-size: 24px;
  }
  .title-page .form-221 .form__text {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .form-221 .form-item-group {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .form-221 .form-text {
    padding-right: 0;
  }
  .title-page .form-221 .form-submit button {
    width: 100%;
  }
  .title-page .form-221 .form-captcha .form-item__body {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .form-221 .form-captcha .form-submit-container {
    width: 100%;
  }
  .title-page .form-221 .form-captcha button {
    width: 100%;
  }
  .title-page .block-97 .layout_center_183_id_185_1 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-97 {
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 0.02px;
  }
  .title-page .widget-152 {
    -webkit-border-radius: 55px;
    -moz-border-radius: 55px;
    border-radius: 55px;
  }
  .title-page .block-98 .layout_186 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-98 .layout_187 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-98 .layout_188 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-98 {
    padding-top: 25px;
  }
  .title-page .widget-153 {
    width: 580px;
    margin-top: 15px;
    margin-right: auto;
  }
  .title-page .widget-154 {
    width: 580px;
    margin-top: 30px;
    margin-right: auto;
    margin-bottom: 0;
  }
  .title-page .block-99 {
    margin-top: 15px;
  }
  .title-page .block-102 .layout_center_195_id_196_0 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    margin-left: 0;
    margin-right: auto;
  }
}
@media all and (max-width: 480px) {
  .title-page .block-34 {
    padding-bottom: 25px;
  }
  .title-page .block-26 .layout_6 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    display: none;
  }
  .title-page .block-26 .layout_100 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    display: none;
  }
  .title-page .block-26 .layout_163 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-88 .layout_60 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-88 .layout_164 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-88 .layout_163_id_60 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .editable_block-198 .header {
    font-size: 16px;
  }
  .title-page .editable_block-198 .image {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-142 {
    font-size: 16px;
    margin-bottom: 0;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .widget-57 {
    width: auto;
    margin-left: 15px;
    margin-bottom: 0;
    margin-right: 15px;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .block-109 .layout_200 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-109 .layout_203 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-109 {
    min-height: -69px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .title-page .widget-166 {
    width: 147px;
    margin-top: 23px;
    margin-bottom: 8px;
    margin-right: 0;
  }
  .title-page .editable_block-200 .header {
    font-size: 12px;
    min-height: 117px;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .editable_block-200 .image {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-168 {
    width: 108px;
    margin-top: 10px;
    margin-bottom: 0;
  }
  .title-page .editable_block-203 .header {
    font-size: 15px;
    min-height: 78px;
  }
  .title-page .editable_block-203 .image {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .block-50 {
    padding-top: 0.02px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .title-page .block-70 .layout_205 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-70 .layout_206 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-70 .layout_139_id_205 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-170 {
    padding: 25px;
  }
  .title-page .form-206 .form__header {
    font-size: 15px;
  }
  .title-page .widget-169 {
    padding-left: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .title-page .reviews-205 .body {
    margin-left: 0;
  }
  .title-page .reviews-205 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .reviews-205 .text {
    text-align: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin-right: 25px;
  }
  .title-page .reviews-205 .author {
    text-align: center;
  }
  .title-page .reviews-205 .footer {
    margin-top: 0;
  }
  .title-page .blocklist-140 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-140 .item {
    margin-right: 0;
    margin-left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .title-page .blocklist-140 .title {
    min-height: 0;
    margin-top: 0;
  }
  .title-page .blocklist-140 .more {
    margin-bottom: -38px;
  }
  .title-page .block-5 {
    padding: 35px 25px;
  }
  .title-page .blocklist-167 .header {
    margin-bottom: 15px;
  }
  .title-page .blocklist-167 .header_text {
    font-size: 23px;
  }
  .title-page .blocklist-167 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-167 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-167 .item {
    margin-right: 0;
    margin-left: 0;
    padding-top: 15px;
    padding-bottom: 0.02px;
  }
  .title-page .blocklist-167 .image {
    margin-right: auto;
    width: 230px;
    margin-left: auto;
  }
  .title-page .blocklist-167 .img-convert {
    height: 230px;
  }
  .title-page .blocklist-167 .title {
    font-size: 19px;
  }
  .title-page .block-89 {
    padding: 35px 25px;
  }
  .title-page .widget-146 {
    padding: 25px;
  }
  .title-page .form-171 .form__header {
    font-size: 20px;
  }
  .title-page .form-171 .form__text {
    font-size: 15px;
  }
  .title-page .block-94 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .title-page .block-134 .layout_178 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-134 .layout_227 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-149 {
    margin-right: 1px;
    padding-top: 35px;
  }
  .title-page .editable_block-178 .title {
    font-size: 23px;
  }
  .title-page .editable_block-178 .image {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .editable_block-178 .more {
    margin-top: 14px;
  }
  .title-page .widget-189 {
    padding-top: 35px;
  }
  .title-page .blocklist-225 .header_text {
    font-size: 25px;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .blocklist-225 .item {
    margin-right: 5px;
    margin-left: 5px;
    padding-bottom: 15px;
  }
  .title-page .blocklist-225 .img-convert {
    height: 150px;
  }
  .title-page .blocklist-225 .title {
    min-height: 0;
    margin-top: 0;
  }
  .title-page .blocklist-225 .more {
    margin-bottom: -36px;
  }
  .title-page .widget-143 {
    padding-bottom: 105px;
  }
  .title-page .blocklist-166 .header_text {
    font-size: 23px;
  }
  .title-page .blocklist-166 .item {
    display: -webkit-flex;
    display: flex;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .title-page .blocklist-166 .image {
    margin-right: 0;
    float: none;
  }
  .title-page .blocklist-166 .title {
    font-size: 17px;
  }
  .title-page .block-96 {
    padding: 0.02px 25px;
  }
  .title-page .blocklist-207 .header_text {
    font-size: 19px;
  }
  .title-page .blocklist-207 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-207 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-207 .item {
    margin-right: 0;
    margin-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .title-page .blocklist-207 .title {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .title-page .block-110 {
    padding: 35px 25px;
  }
  .title-page .widget-172 {
    padding: 25px;
  }
  .title-page .form-210 .form__header {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .title-page .form-210 .form__text {
    font-size: 15px;
  }
  .title-page .block-112 {
    padding-top: 0.02px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .title-page .blocklist-213 .header_text {
    font-size: 23px;
  }
  .title-page .blocklist-213 .item {
    padding: 15px;
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-213 .img-convert {
    height: 150px;
  }
  .title-page .blocklist-213 .title {
    min-height: 0;
    margin-top: 5px;
  }
  .title-page .blocklist-224 .header_text {
    font-size: 23px;
  }
  .title-page .blocklist-224 .item {
    padding: 15px;
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-224 .img-convert {
    height: 150px;
  }
  .title-page .blocklist-224 .title {
    min-height: 0;
    margin-top: 5px;
  }
  .title-page .block-114 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .title-page .blocklist-218 .header {
    margin-bottom: 15px;
  }
  .title-page .blocklist-218 .header_text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    font-size: 23px;
    text-align: center;
  }
  .title-page .blocklist-218 .item {
    margin: 20px 0;
  }
  .title-page .block-116 {
    padding: 35px 25px;
  }
  .title-page .block-117 .layout_221 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-117 .layout_222 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-178 {
    padding-bottom: 0.02px;
  }
  .title-page .timer-222 .nTimer {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .timer-222 .timer-title {
    font-size: 23px;
  }
  .title-page .form-221 .form__header {
    font-size: 23px;
  }
  .title-page .form-221 .form__text {
    font-size: 15px;
  }
  .title-page .block-97 .layout_center_183_id_185_1 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-97 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .title-page .block-98 .layout_186 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-98 .layout_187 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-98 .layout_188 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-153 {
    margin-top: 0;
    margin-left: auto;
  }
  .title-page .widget-154 {
    margin-top: 25px;
    margin-left: auto;
  }
  .title-page .widgetsocial-187 .soc {
    margin-bottom: 24px;
  }
  .title-page .widgetsocial-187 .wg-soc-title {
    font-size: 14px;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .block-99 {
    margin-top: 0;
    padding-left: 25px;
    padding-right: 25px;
  }
  .title-page .block-100 {
    margin-top: 15px;
  }
  .title-page .phones-191 .text_body {
    font-size: 21px;
  }
  .title-page .editable_block-193 .body {
    display: -webkit-flex;
    display: flex;
  }
  .title-page .editable_block-193 .image {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-158 {
    font-size: 15px;
  }
  .title-page .block-102 .layout_center_195_id_196_0 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
  .title-page .block-102 {
    padding-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .widget-160 {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.title-page .side-panel .widget-90 {
  margin: 0 0 auto 3px;
  border: none;
  z-index: 3;
  text-transform: uppercase;
  pointer-events: auto;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  left: 0;
  top: 0;
  position: relative;
  font-size: 15px;
  width: 182px;
  background: url("../images/letter (1).png?1545907470807") left 40px top 50% / 25px no-repeat, none, repeating-radial-gradient(ellipse farthest-corner at left bottom, #f9ee19 0%, #f5a115 20.3%, #fff419 100%);
  min-height: 40px;
  -webkit-box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.1), 0 0 0 transparent;
  -moz-box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.1), 0 0 0 transparent;
  box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.1), 0 0 0 transparent;
  -webkit-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.41);
  -moz-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.41);
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.41);
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
  color: #452307;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  line-height: 0.9;
  letter-spacing: 0;
  text-align: left;
  text-decoration: none;
  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;
  padding-left: 75px;
  padding-right: 25px;
}
.title-page .side-panel .widget-90:hover, .title-page .side-panel .widget-90.hover, .title-page .side-panel .widget-90.active {
  background: url("../images/letter (1).png?1545907470807") left 40px top 50% / 25px no-repeat, linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15)), repeating-radial-gradient(ellipse farthest-corner at left bottom, #f9ee19 0%, #f5a115 20.3%, #fff419 100%);
  -webkit-box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.1), 0px 8px 18px 0px rgba(244, 162, 21, 0.4);
  -moz-box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.1), 0px 8px 18px 0px rgba(244, 162, 21, 0.4);
  box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.1), 0px 8px 18px 0px rgba(244, 162, 21, 0.4);
  font-weight: 300;
}
.title-page .popover-wrap-100 .popover-body .s3_button_large:hover, .title-page .popover-wrap-100 .popover-body .s3_button_large.hover, .title-page .popover-wrap-100 .popover-body .s3_button_large.active {
  background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), repeating-radial-gradient(ellipse farthest-corner at left bottom, #f9ee19 0%, #f5a115 20.3%, #fff419 100%);
}
.title-page .popover-wrap-100 .popover-close:hover, .title-page .popover-wrap-100 .popover-close.hover, .title-page .popover-wrap-100 .popover-close.active {
  background: url("../images/close.png") left 50% top 50% / auto auto no-repeat #ffac30;
}
.title-page .side-panel .widget-4 {
  padding: 0.02px 0;
  margin: 0 0 auto 25px;
  border: none;
  z-index: 1;
  left: 0;
  top: 0;
  position: relative;
  width: 40px;
  text-transform: none;
  text-align: center;
  background: none;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-indent: 0;
  text-decoration: none;
  box-sizing: border-box;
  min-height: 40px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  pointer-events: auto;
}
.title-page .side-panel .phones-6 .inner {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .side-panel .phones-6 .icon {
  width: 40px;
  background: url("../images/ic_local_phone_48px-128 1.png") left 50% top 50% / 22px no-repeat, repeating-radial-gradient(ellipse farthest-corner at left bottom, #257fb7 0%, #1d46a8 30%, #2685bf 100%);
  margin-right: 0;
  min-height: 40px;
}
.title-page .side-panel .phones-6 .block-body-drop {
  top: 100%;
  display: none;
  position: absolute;
  width: 100%;
  margin-left: 0;
}
.title-page .side-panel .phones-6 .cell-text {
  padding: 20px;
  border: none;
  margin-left: -41px;
  width: 231px;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  margin-bottom: 3px;
  background: #236eb7;
  -webkit-border-radius: 0px 0px 35px 35px;
  -moz-border-radius: 0px 0px 35px 35px;
  border-radius: 0px 0px 35px 35px;
  margin-top: 5px;
  -webkit-box-shadow: inset 0px 4px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: inset 0px 4px 0px rgba(0, 0, 0, 0.13);
  box-shadow: inset 0px 4px 0px rgba(0, 0, 0, 0.13);
}
.title-page .side-panel .phones-6 .title:hover, .title-page .side-panel .phones-6 .title.hover, .title-page .side-panel .phones-6 .title.active {
  font-weight: 100;
}
.title-page .side-panel .phones-6 .text_body {
  color: #fff;
  text-align: undefined;
}
.title-page .side-panel .phones-6 .text_body:hover, .title-page .side-panel .phones-6 .text_body.hover, .title-page .side-panel .phones-6 .text_body.active {
  font-weight: 900;
}
.title-page .side-panel .widget-126 {
  padding: 30px 5px;
  margin: 0 0 20px;
  border: none;
  z-index: 1;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: auto;
  left: 0;
  top: 0;
  position: relative;
  right: 0;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: left;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  display: -webkit-flex;
  display: flex;
}
.title-page .side-panel .menu-138 .menu-scroll > ul {
  display: block;
}
.title-page .side-panel .menu-138 .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;
  background: rgba(214, 214, 214, 0.15);
}
.title-page .side-panel .menu-138 .menu-scroll > ul > li.menu-item {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .side-panel .menu-138 .menu-scroll > ul ul {
  position: static;
  width: auto;
  margin-top: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  background: #f2f2f2;
  margin-right: 2px;
}
.title-page .side-panel .menu-138 .menu-scroll > ul ul > li > a:hover, .title-page .side-panel .menu-138 .menu-scroll > ul ul > li > a.hover, .title-page .side-panel .menu-138 .menu-scroll > ul ul > li > a.active {
  background: #f4a215;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.title-page .side-panel .menu-138 .menu-scroll > ul ul ul {
  position: static;
  width: auto;
}
.title-page .side-panel .menu-138 .menu-scroll > ul > li.menu-item > a {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
  min-height: 55px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 13px;
  padding-right: 15px;
  padding-left: 15px;
}
.title-page .side-panel .menu-138 .menu-scroll > ul > li.menu-item > a:hover, .title-page .side-panel .menu-138 .menu-scroll > ul > li.menu-item > a.hover, .title-page .side-panel .menu-138 .menu-scroll > ul > li.menu-item > a.active {
  background: repeating-radial-gradient(ellipse farthest-corner at left bottom, #f9ee19 0%, #f5a115 20.3%, #fff419 100%);
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-box-shadow: inset 0px -5px 0px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: inset 0px -5px 0px 0px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0px -5px 0px 0px rgba(0, 0, 0, 0.08);
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
}

.title-page .block-116 {
	background: linear-gradient(90deg, rgba(238, 243, 249, 0.4) 0%, rgba(238, 243, 249, 0.4) 100%), url(/t/images/bgimage.png);
}
.title-page .block-117 {
	flex-direction: column;
}
.title-page .widget-177 {
    padding: 62px 15px;
    margin: 0;
}
.title-page .form-221 .form__text {
	font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: #000;
    justify-content: center;
    margin-bottom: 57px;
}
.title-page .form-221 .form__header {
	font-weight: 600;
    font-size: 30px;
    line-height: 125%;
    letter-spacing: 0.06em;
    justify-content: center;
    color: #000;
    background: url(https://xn--1-ctbiaqduqpcdhdeg.xn--p1ai/t/v5231/images/new_template/line.png) 50% 100% no-repeat !important;
    height: 59px;
}

.title-page .form-221 .form-text input {
	border: 1px solid #f3f3f3;
    border-radius: 30px;
    width: 378px;
    height: 50px;
    font-weight: 400;
    font-size: 14px;
    line-height: 135%;
    color: #000;
}
.title-page .form-221 .form-submit button {
	border-radius: 30px;
    width: 352px;
    height: 50px;
    box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.25), 0 3px 7px 0 rgba(60, 25, 26, 0.35);
    background: linear-gradient(48deg, #ff201d 0%, #c60302 40%, #ff201d 100%);
    font-weight: 600;
    font-size: 18px;
    line-height: 125%;
    text-align: center;
    color: #fff;
    text-transform: none;
    min-height: auto;
}
.title-page a {
    font-weight: 400;
    font-size: 14px;
}
.title-page .form-221 .form-checkbox {
	margin-top: 10px;
}
.site-footer-contacts-wr {
    position: absolute;
    left: 44px;
    top: 93px;
    width: 445px;
    border-radius: 6px;
    box-shadow: 0px 0px 43px 0px rgba(91, 109, 130, 0.1);
    z-index: 2;
    padding: 39px 58px 36px 38px;
    background: #fff;
}
.site-footer-contacts {
  color: #000;
  padding: 0 0 0 41px;
  letter-spacing: 0.8px;
}
.site-footer-contacts .contacts-title {
  font-size: 14px;
  padding: 0 0 4px;
}
.site-footer-contacts .contacts-body {
  font-size: 16px;
  font-weight: 500;
}
.site-footer-contacts + .site-footer-contacts {
  margin-top: 25px;
}
.site-footer-contacts-wr {
    box-sizing: border-box;
}
.site-footer-contacts .contacts-body a {
    font-size: 16px;
    font-weight: 500;
}
.site-footer-contacts.contacts-address {
  background: url(/t/v5453/images/new_template/adr.svg) 0 2px no-repeat;
}
.site-footer-contacts.contacts-phones {
  background: url(/t/v5453/images/new_template/phone-icon.svg) 0 3px no-repeat;
  margin-top: 15px;
}
.site-footer-contacts.contacts-phones .contacts-title {
  padding: 0 0 5px;
}
.site-footer-contacts.contacts-mail {
  background: url(/t/v5453/images/new_template/mail.svg) 0 3px no-repeat;
}
.site-footer-contacts a {
  text-decoration: none;
}
@media all and (max-width: 1167px) {
	.title-page .form-221 .form-table {
	    flex-wrap: wrap;
	    gap: 10px;
	    justify-content: center;
	    flex-direction: column;
	    align-items: center;
	}
	.title-page .form-221 .group-text {
    	flex-direction: column;
    	align-items: center;
	}
	.title-page .form-221 .form-text,
	.title-page .form-221 .form-text input {
    	width: 100%;
    }
    .title-page .form-221 .form-tbody {
    	width: 60%;
    }
    .title-page .form-221 .form-checkbox {
	    margin: 10px auto 0;
	}
	.title-page .form-221 .form-checkbox .form-item__body {
		max-width: 405px;
		margin: 0 auto;
	}
}
@media all and (max-width: 630px) {
	.title-page .form-221 .form-tbody,
	.title-page .form-221 .form-submit button,
	.title-page .form-221 .form-tfoot {
        width: 100%;
    }
}
@media all and (max-width: 1920px) {
	.site-footer-contacts-wr {
		left: 19%;
	}
}
@media all and (max-width: 1800px) {
	.site-footer-contacts-wr {
		left: 17%;
	}
}
@media all and (max-width: 1700px) {
	.site-footer-contacts-wr {
		left: 15%;
	}
}
@media all and (max-width: 1600px) {
	.site-footer-contacts-wr {
		left: 13%;
	}
}
@media all and (max-width: 1500px) {
	.site-footer-contacts-wr {
		left: 11%;
	}
}
@media all and (max-width: 1400px) {
	.site-footer-contacts-wr {
		left: 7%;
	}
}
@media all and (max-width: 1350px) {
	.site-footer-contacts-wr {
		left: 4%;
	}
}
@media all and (max-width: 1300px) {
	.site-footer-contacts-wr {
		left: 3%;
	}
}
@media all and (max-width: 1260px) {
	.site-footer-contacts-wr {
		left: 20px;
	}
}
.b-form {
    max-width: 1200px;
    margin: 0 auto;
}
.b-form input, .b-form .form-221 .form-text input {
    border: 1px solid #f3f3f3;
    border-radius: 30px;
    max-width: 378px;
    height: 50px;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 135%;
    color: #000;
    padding: 0 20px;
}
.b-form input::placeholder {
 
    font-weight: 400;
    font-size: 14px;
    line-height: 135%;
    color: #000;
 
}
.b-form .field-title {
    display: none;
}
.b-form button[type="submit"] {
    background-image: -moz-linear-gradient(81deg, #ff201d 0%, #c60302 40%, #ff201d 100%);
    background-image: -webkit-linear-gradient(81deg, #ff201d 0%, #c60302 40%, #ff201d 100%);
    background-image: -ms-linear-gradient(81deg, #ff201d 0%, #c60302 40%, #ff201d 100%);
    box-shadow: 0px 3px 7px 0px rgba(60, 25, 26, 0.35), inset 0px -3px 0px 0px rgba(0, 0, 0, 0.25);
    color: #fff;
    font-size: 18px;
    width: 100%;
    text-align: center;
    padding: 13px;
    border: 0;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
    height: 50px;
    max-width: 378px;
}
.pp {
    font-weight: 400;
    font-size: 14px;
    color: #000;
        margin: 20px 0 0;
}
.b-form form > div, .b-form.b-form-inside .form-tbody > div {
    width: 33%;margin:0;padding:0;    display: block;
}
.b-form .form-table {
    display: block !important;
    width: 100%;
}

.b-form form, .b-form.b-form-inside .form-tbody {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.bottom-form {
    background: url(/t/images/images/form-bg.png) no-repeat;
    background-size: cover;
    padding: 20px 0 70px;
}
.f-title span {
    color: #e91f27;
}
.f-title img {
    display: block;
    margin: 20px auto 0;
}
.f-title {
    font-weight: 600;
    font-size: 30px;
    line-height: 125%;
    letter-spacing: 0.06em;
    text-align: center;
    color: #000;
    margin-bottom: 10px;
}
.f-subt {
    font-weight: 500;
    font-size: 28px;
    text-align: center;
    color: #000;
    margin-bottom: 15px;
}
.f-txt {
    font-weight: 400;
    font-size: 18px;
    color: #000;
    margin-bottom: 57px;
    text-align: center;
}
 
.bot-map{position:relative;}
.b-form .form__header, .b-form .form__text {
    display: none !important;
}
.b-form .widget-177 {
    padding: 0;
    margin: 0;
 
}
.b-form.b-form-inside form {
    display: block;
}
.b-form.b-form-inside .form-checkbox {
    display: none;
}
@media screen and (max-width:850px){
	.b-form form > div, .b-form.b-form-inside .form-tbody > div {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
p.pp {
    text-align: center;
}
.b-form{padding:0 10px;}
}


.block-content {
	margin: 40px 0;
}

table.new-table {
	margin-top: 40px;
	width: 100%;
}
table.new-table td a {
	font-size: 16px;
}
.new-table td, 
.new-table th {
    padding: 5px;
    border: 1px solid #dedede;
    vertical-align: middle;
}
.new-table thead tr {
	background-color: #e3d31c;
	text-align: center;
}
.new-table tr td:first-child, 
.new-table tr td:last-child {
  text-align: center;
}
.new-table.text-left tr td:first-child {
	background-color: #e3d31c;
}
.new-table.text-left tr td {
	padding: 10px;
}
.new-table.text-left tr td:first-child, 
.new-table.text-left tr td:last-child {
  text-align: left;
}