@import "fonts.css";

.geo iframe{
	    height: 500px;
}
.geo{
	    width: 100%;
    position: relative;
    max-width: 100%;
}
form p{
	    margin-top: 10px;
}
.menu-top{
  position: fixed;
  width: 100%;
  background: transparent;
  height: 60px;
  z-index: 999;
}
.menu-link{
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
  transition: all 0.8s;
}
.menu-link img {
  height: 30px;
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.5));
  transition: all 0.8s;
}
.menu-link a{
	margin: 0;
}
.menu-link a:hover, .menu-link a:focus {
	color: #ffffff;
  text-decoration: none;
}



.menu-top .soc-content  {
  display: flex;
  justify-content: end;
  align-items: center;
}
.menu-top .soc-content a {
  margin: 0;
}
.menu-top .soc-content a:nth-child(2) {
  margin-right: 10px;
}
.on-scroll {
  box-shadow: -10px 0px 60px #444444;
}

.on-scroll ul {
  background: #ffffff;
  color: #000;
  transition: all 0.5s;
  text-shadow: none;
  font-size: 16px;
  transition: all 0.8s;
}
.on-scroll img {
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.0));
  
}

.on-scroll a:hover, .on-scroll a:focus   {
  color: #000000;
  
}



.info-geo{
	    position: absolute;
    z-index: 1;
    top: 29%;
    left: 100px;
    font-size: 20px;
    height: 258px;
    padding: 20px;
    line-height: 36px;
    width: 300px;
    background: white;box-shadow: 0px 10px 20px rgb(0 0 0 / 23%);
}
.info-geo b{
	display:block;
}
.title-page {
  /* tooltip */
  /* tooltip for horizontal */
}
html.title-page{
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.title-page body {
  margin: 0;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.title-page body::before {
  content: "";
  height: 1px;
  display: block;
  margin-top: -1px;
}
.title-page article, .title-page aside, .title-page details, .title-page figcaption, .title-page figure, .title-page footer, .title-page header, .title-page hgroup, .title-page main, .title-page menu, .title-page nav, .title-page section, .title-page summary {
  display: block;
}
.title-page audio, .title-page canvas, .title-page progress, .title-page video {
  display: inline-block;
  vertical-align: baseline;
}
.title-page audio:not([controls]) {
  display: none;
  height: 0;
}
.title-page [hidden], .title-page template {
  display: none;
}
.title-page a {
  background-color: transparent;
  color: inherit;
}
.title-page a:active, .title-page a:hover {
  outline: 0;
}
.title-page abbr[title] {
  border-bottom: 1px dotted;
}
.title-page b, .title-page strong {
  font-weight: bold;
}
.title-page dfn {
  font-style: italic;
}
.title-page h1 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}
.title-page mark {
  background: #ff0;
  color: #000;
}
.title-page small {
  font-size: 80%;
}
.title-page sub, .title-page sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.title-page sup {
  top: -0.5em;
}
.title-page sub {
  bottom: -0.25em;
}
.title-page img {
  border: 0;
}
.title-page svg:not(:root) {
  overflow: hidden;
}
.title-page figure {
  margin: 1em 40px;
}
.title-page hr {
  box-sizing: content-box;
  height: 0;
}
.title-page pre {
  overflow: auto;
}
.title-page code, .title-page kbd, .title-page pre, .title-page samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.title-page button, .title-page input, .title-page optgroup, .title-page select, .title-page textarea {
  color: #000;
  font: inherit;
  margin: 0;
}
.title-page button {
  overflow: visible;
}
.title-page button, .title-page select {
  text-transform: none;
}
.title-page button, html.title-pageinput[type="button"], .title-page input[type="reset"], .title-page input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.title-page button[disabled], html.title-pageinput[disabled] {
  cursor: default;
}
.title-page button::-moz-focus-inner, .title-page input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.title-page input {
  line-height: normal;
}
.title-page input[type="checkbox"], .title-page input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
.title-page input[type="number"]::-webkit-inner-spin-button, .title-page input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.title-page input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
.title-page input[type="search"]::-webkit-search-cancel-button, .title-page input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.title-page fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.title-page legend {
  border: 0;
  padding: 0;
}
.title-page textarea {
  overflow: auto;
}
.title-page optgroup {
  font-weight: bold;
}
.title-page table {
  border-collapse: collapse;
  border-spacing: 0;
}
.title-page body.noscroll {
  overflow: hidden !important;
}
.title-page .removed, .title-page .hidden {
  display: none !important;
}
.title-page .editorElement, .title-page .layout {
  box-sizing: border-box;
  padding-top: 0.02px;
  padding-bottom: 0.02px;
}
.title-page .editorElement {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.title-page .vertical-middle {
  white-space: nowrap;
}
.title-page .vertical-middle > * {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
}
.title-page .vertical-middle::after {
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
  content: "";
}
.title-page .wrapper {
  margin: 0 auto;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  min-height: 100vh;
  overflow: hidden;
  max-width: 100%;
}
.title-page .wrapper > * {
  max-width: 100%;
}
.title-page .editorElement .removed + .delimiter, .title-page .editorElement .delimiter:first-child {
  display: none;
}
.title-page .wm-input-default {
  border: none;
 
  padding: 5px 15px;
}
@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) {
	.form-table {

    width: 100%!important;

}
  .title-page .wm-tooltip {
    top: 100%;
    left: 0;
    width: 100%;
    white-space: normal;
    margin: 5px 0 0;
    text-align: center;
  }
  .title-page .wm-tooltip::after {
    left: 50%;
    top: 0;
    margin: -2px 0 0;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .1), 0 -2px 0 rgba(0, 0, 0, .1);
  }
  .title-page .error .wm-tooltip {
    animation: horizontal_show_hide 4s;
  }
}
.title-page table.table0 td, .title-page table.table1 td, .title-page table.table2 td, .title-page table.table2 th {
  padding: 5px;
  border: 1px solid #dedede;
  vertical-align: top;
}
.title-page table.table0 td {
  border: none;
}
.title-page table.table2 th {
  padding: 8px 5px;
  background: #eb3c3c;
  border: 1px solid #dedede;
  font-weight: normal;
  text-align: left;
  color: #fff;
}
.title-page .for-mobile-view {
  overflow: auto;
}
.title-page .side-panel, .title-page .side-panel-button, .title-page .side-panel-mask, .title-page .side-panel-content {
  display: none;
}
.title-page .align-elem {
  flex-grow: 1;
  max-width: 100%;
}
.title-page html.mobile div {
  background-attachment: scroll;
}
.title-page .ui-datepicker {
  font-size: 14px !important;
  z-index: 999999 !important;
}
.title-page .wm-video {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.title-page .wm-video video {
  max-width: 100%;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.title-page .wm-video.vertical video {
  max-width: none;
  max-height: 100%;
}
.title-page body {
  border: none;
  background: #f2f2f2;
}
.title-page .wrapper {
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .widget-7 {
  margin: 36px 0 0 129px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 12;
  text-align: center;
  padding-right: 2px;
  padding-left: 2px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: 670px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .menu-12 .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-12 .menu-scroll {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .menu-12 .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-12 .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-12 .menu-scroll > ul > li.delimiter {
  margin: auto 2px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: 0;
  width: 1px;
  min-height: 8px;
  background: #d6d6d6;
  box-sizing: border-box;
  text-align: left;
}
.title-page .menu-12 .menu-scroll > ul > li.menu-item {
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  flex: 0 1 auto;
  box-sizing: border-box;
  position: relative;
}
.title-page .menu-12 .menu-scroll > ul ul {
  padding: 10px;
  margin: 5px 0 0;
  position: absolute;
  top: 100%;
  left: 0;
  background: #eee;
  list-style: none;
  width: 220px;
  display: none;
  z-index: 10;
  box-sizing: border-box;
  text-align: left;
}
.title-page .menu-12 .menu-scroll > ul ul > li {
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
}
.title-page .menu-12 .menu-scroll > ul ul > li > a {
  padding: 8px 10px;
  border: none;
  cursor: pointer;
  display: block;
  background: transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
  color: #292929;
  font-size: 15px;
  line-height: 1.4;
  position: relative;
  font-family: Roboto, sans-serif;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
}
.title-page .menu-12 .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-12 .menu-scroll > ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}
.title-page .menu-12 .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: rgba(153, 153, 153, 0.29);
}
.title-page .menu-12 .menu-scroll > ul > li.menu-item ul li.delimiter:first-child {
  display: none;
}
.title-page .menu-12 .menu-scroll > ul > li.menu-item > a {
  padding: 5px 10px;
  margin: 2px;
  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: #000;
  font-size: 14px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  position: relative;
  font-style: normal;
  letter-spacing: 0;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-transform: none;
}
.title-page .menu-12 .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-12 .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-12 .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-12 .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-12 .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-12 .menu-scroll > ul > li.home-button {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .menu-12 .menu-scroll > ul > li.more-button {
  display: none;
  margin-left: auto;
  position: relative;
}
.title-page .menu-12 .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-12 .menu-scroll > ul > li.more-button > ul {
  left: auto;
  right: 0;
}
.title-page .menu-12 .menu-scroll > ul > li.more-button.disabled {
  display: none;
}
.title-page .menu-12 .menu-scroll > ul > li.more-button .menu-item-image {
  display: none;
}
.title-page .block-2 {
  padding: 35px 75px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: transparent;
  max-width: 100%;
  z-index: 11;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  -webkit-box-shadow: inset 0px -1px 0px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0px -1px 0px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0px -1px 0px rgba(255, 255, 255, 0.1);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-decoration: none;
}
.title-page .block-3 .layout_5 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-3 .layout_8 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-3 .layout_9 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-3 {
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1150px;
  min-height: 0;
  z-index: 1;
  right: 0;
  -webkit-border-radius: 375px;
  -moz-border-radius: 375px;
  border-radius: 375px;
  text-decoration: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  padding-bottom: 0.02px;
  max-width: 100%;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 94px;
  padding-right: 0;
}
.title-page .block-4 .layout_104 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-4 .layout_5_id_32 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  left: 0;
  top: 0;
  position: relative;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: auto;
}
.title-page .block-4 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 3;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  text-decoration: none;
  right: 0;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .widget-64 {
  margin: 2px 15px auto 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 4;
  text-align: center;
  box-sizing: border-box;
  width: 50px;
  min-height: 50px;
  font-size: 25px;
}
.title-page .site-name-104 .sn-wrap {
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
}
.title-page .site-name-104 .sn-logo {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  max-width: 100%;
}
.title-page .site-name-104 img {
  box-sizing: border-box;
  display: block;
  max-width: 100%;
  border: none;
  text-align: left;
}
.title-page .site-name-104 .sn-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
}
.title-page .site-name-104 a {
  text-decoration: none;
  outline: none;
}
.title-page .widget-20 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  box-sizing: border-box;
  width: auto;
  min-height: 0;
  font-size: 25px;
  right: 0;
}
.title-page .site-name-32 .sn-wrap {
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
}
.title-page .site-name-32 .sn-logo {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  max-width: 100%;
  text-align: left;
  min-height: 0;
  margin-right: 5px;
}
.title-page .site-name-32 img {
  box-sizing: border-box;
  display: block;
  max-width: 100%;
  border: none;
  width: 50px;
  margin-top: 5px;
}
.title-page .site-name-32 .sn-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Roboto, sans-serif;
  color: #fff;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
  font-size: 36px;
  font-weight: 100;
}
.title-page .site-name-32 a {
  text-decoration: none;
  outline: none;
}
.title-page .widget-2 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  font-family: Open Sans, sans-serif;
  color: #fff;
  line-height: 1;
  letter-spacing: 1.5px;
  text-decoration: none;
  font-size: 14px;
  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;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  font-weight: normal;
}
.title-page .widget-4 {
  margin: 2px 0 auto 19px;
  position: relative;
  top: 0;
  left: 0;
  width: 119px;
  min-height: 45px;
  z-index: 2;
  font-family: Ubuntu, sans-serif;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 11px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMjkuNzg3M21tIiBoZWlnaHQ9IjIzLjI3MTVtbSIgdmVyc2lvbj0iMS4xIiBzdHlsZT0ic2hhcGUtcmVuZGVyaW5nOmdlb21ldHJpY1ByZWNpc2lvbjsgdGV4dC1yZW5kZXJpbmc6Z2VvbWV0cmljUHJlY2lzaW9uOyBpbWFnZS1yZW5kZXJpbmc6b3B0aW1pemVRdWFsaXR5OyBmaWxsLXJ1bGU6ZXZlbm9kZDsgY2xpcC1ydWxlOmV2ZW5vZGQiIHZpZXdCb3g9IjAgMCAzNDkuMjIgMjcyLjgzIj4KIDxkZWZzPgogIDxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+CgkuZmlsMCB7IGZpbGwtcnVsZTogbm9uemVybzsgfQo8L3N0eWxlPgogPC9kZWZzPgogPGcgaWQ9IlNsb3lfeDAwMjBfMSI+CiAgPG1ldGFkYXRhIGlkPSJDb3JlbENvcnBJRF8wQ29yZWwtTGF5ZXIiLz4KICA8cGF0aCBjbGFzcz0iZmlsMCIgZD0iTTMxNi40OCAyNTFsLTI4My43NCAwYy02LjAyLDAgLTEwLjkxLC00LjkgLTEwLjkxLC0xMC45MWwwIC0xOTIuMDYgMTEwLjUyIDEwOS42NSAxLjE2IDFjMTIuODMsOS41NiAyNC43MywxNS45MiA0MS4xLDE1LjkyIDE2LjQxLDAgMjguMzEsLTYuNCA0MS4xNCwtMTYuMDFsMTExLjY0IC0xMTAuNiAwIDE5Mi4wOGMwLDYuMDEgLTQuODksMTAuOTEgLTEwLjkxLDEwLjkxem0wIC0yMjkuMTdjMS44MiwwIDMuNDYsMC41NiA0Ljk3LDEuMzVsLTExOS4zOCAxMTguNGMtMTEuMjgsOC4zNyAtMTguMjgsMTEuMjEgLTI3LjQ2LDExLjIxIC05LjE3LDAgLTE2LjE3LC0yLjgyIC0yNy40NCwtMTEuMTRsLTExOS40IC0xMTguNDZjMS41MSwtMC43OSAzLjE1LC0xLjM1IDQuOTcsLTEuMzVsMjgzLjc0IDB6bTAgLTIxLjgzbC0yODMuNzQgMGMtMTguMDUsMCAtMzIuNzQsMTQuNjkgLTMyLjc0LDMyLjc0bDAgMjA3LjM1YzAsMTguMDUgMTQuNjksMzIuNzQgMzIuNzQsMzIuNzRsMjgzLjc0IDBjMTguMDUsMCAzMi43NCwtMTQuNjkgMzIuNzQsLTMyLjc0bDAgLTIwNy4zNWMwLC0xOC4wNSAtMTQuNjgsLTMyLjc0IC0zMi43NCwtMzIuNzR6IiBmaWxsPSIjZmVmZWZlIiBmaWxsLW9wYWNpdHk9IjEiLz4KIDwvZz4KPC9zdmc+") left 10px top 50% / 23px no-repeat #c2a35b;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-weight: 300;
  padding-right: 15px;
  padding-left: 41px;
  -webkit-box-shadow: 0px 14px 18px 0px rgba(255, 15, 15, 0.2);
  -moz-box-shadow: 0px 14px 18px 0px rgba(255, 15, 15, 0.2);
  box-shadow: 0px 14px 18px 0px rgba(255, 15, 15, 0.2);
}
.title-page .widget-4:hover, .title-page .widget-4.hover, .title-page .widget-4.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMjkuNzg3M21tIiBoZWlnaHQ9IjIzLjI3MTVtbSIgdmVyc2lvbj0iMS4xIiBzdHlsZT0ic2hhcGUtcmVuZGVyaW5nOmdlb21ldHJpY1ByZWNpc2lvbjsgdGV4dC1yZW5kZXJpbmc6Z2VvbWV0cmljUHJlY2lzaW9uOyBpbWFnZS1yZW5kZXJpbmc6b3B0aW1pemVRdWFsaXR5OyBmaWxsLXJ1bGU6ZXZlbm9kZDsgY2xpcC1ydWxlOmV2ZW5vZGQiIHZpZXdCb3g9IjAgMCAzNDkuMjIgMjcyLjgzIj4KIDxkZWZzPgogIDxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+CgkuZmlsMCB7IGZpbGwtcnVsZTogbm9uemVybzsgfQo8L3N0eWxlPgogPC9kZWZzPgogPGcgaWQ9IlNsb3lfeDAwMjBfMSI+CiAgPG1ldGFkYXRhIGlkPSJDb3JlbENvcnBJRF8wQ29yZWwtTGF5ZXIiLz4KICA8cGF0aCBjbGFzcz0iZmlsMCIgZD0iTTMxNi40OCAyNTFsLTI4My43NCAwYy02LjAyLDAgLTEwLjkxLC00LjkgLTEwLjkxLC0xMC45MWwwIC0xOTIuMDYgMTEwLjUyIDEwOS42NSAxLjE2IDFjMTIuODMsOS41NiAyNC43MywxNS45MiA0MS4xLDE1LjkyIDE2LjQxLDAgMjguMzEsLTYuNCA0MS4xNCwtMTYuMDFsMTExLjY0IC0xMTAuNiAwIDE5Mi4wOGMwLDYuMDEgLTQuODksMTAuOTEgLTEwLjkxLDEwLjkxem0wIC0yMjkuMTdjMS44MiwwIDMuNDYsMC41NiA0Ljk3LDEuMzVsLTExOS4zOCAxMTguNGMtMTEuMjgsOC4zNyAtMTguMjgsMTEuMjEgLTI3LjQ2LDExLjIxIC05LjE3LDAgLTE2LjE3LC0yLjgyIC0yNy40NCwtMTEuMTRsLTExOS40IC0xMTguNDZjMS41MSwtMC43OSAzLjE1LC0xLjM1IDQuOTcsLTEuMzVsMjgzLjc0IDB6bTAgLTIxLjgzbC0yODMuNzQgMGMtMTguMDUsMCAtMzIuNzQsMTQuNjkgLTMyLjc0LDMyLjc0bDAgMjA3LjM1YzAsMTguMDUgMTQuNjksMzIuNzQgMzIuNzQsMzIuNzRsMjgzLjc0IDBjMTguMDUsMCAzMi43NCwtMTQuNjkgMzIuNzQsLTMyLjc0bDAgLTIwNy4zNWMwLC0xOC4wNSAtMTQuNjgsLTMyLjc0IC0zMi43NCwtMzIuNzR6IiBmaWxsPSIjZmVmZWZlIiBmaWxsLW9wYWNpdHk9IjEiLz4KIDwvZz4KPC9zdmc+") left 10px top 50% / 23px no-repeat #a38744;
}
.title-page .popover-wrap-8 .popover-body {
  padding: 55px 45px;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -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: 300px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #1f1f1f;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-8 .popover-body .form_text input {
  padding: 10px 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Open Sans, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  min-height: 45px;
}
.title-page .popover-wrap-8 .popover-body .form_calendar input {
  padding: 7px 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Open Sans, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  min-height: 45px;
}
.title-page .popover-wrap-8 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Open Sans, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  min-height: 45px;
  background: transparent;
}
.title-page .popover-wrap-8 .popover-body textarea {
  padding: 10px 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Open Sans, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-8 .popover-body .s3_button_large {
  border: none;
  background: #c2a35b;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 13px 18px rgba(255, 15, 15, 0.2);
  -moz-box-shadow: 0px 13px 18px rgba(255, 15, 15, 0.2);
  box-shadow: 0px 13px 18px rgba(255, 15, 15, 0.2);
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 35px;
  padding-left: 35px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 50px;
  font-family: Open Sans, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  width: 210px;
  margin-left: 0;
  margin-right: 0;
}
.title-page .popover-wrap-8 .popover-body .s3_button_large:hover, .title-page .popover-wrap-8 .popover-body .s3_button_large.hover, .title-page .popover-wrap-8 .popover-body .s3_button_large.active {
  background: #a38744;
}
.title-page .popover-wrap-8 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: left;
}
.title-page .popover-wrap-8 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 45px;
  height: 30px;
  background: url("../images/close.svg") left 50% top 50% / 18px no-repeat #c2a35b;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-box-shadow: 0px 10px 17px rgba(255, 15, 15, 0.2);
  -moz-box-shadow: 0px 10px 17px rgba(255, 15, 15, 0.2);
  box-shadow: 0px 10px 17px rgba(255, 15, 15, 0.2);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  min-height: 45px;
}
.title-page .popover-wrap-8 .popover-close:hover, .title-page .popover-wrap-8 .popover-close.hover, .title-page .popover-wrap-8 .popover-close.active {
  background: url("../images/close.svg") left 50% top 50% / 18px no-repeat #a38744;
}
.title-page .popover-wrap-8 .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-8 .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-8 .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-8 .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-8 > * {
  box-sizing: border-box;
  display: block;
  text-overflow: ellipsis;
}
.title-page .popover-container-8 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-8 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-8 .popover-form-title {
  font-size: 23px;
  font-weight: 300;
  margin-bottom: 25px;
  box-sizing: border-box;
  text-align: center;
  font-family: Open Sans, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-8 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-8 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-8 .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-8 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-8 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-8 .popover-body .s3_form_item.form_div {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-8 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 17px;
  line-height: 1;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-8 .popover-body .s3_form_item.form_html_block {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-8 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-8 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Open Sans, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  font-weight: 300;
}
.title-page .popover-wrap-8 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-8 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-8 .popover-body .s3_form_item.form_checkbox {
  text-align: center;
  box-sizing: border-box;
  padding-bottom: 5px;
}
.title-page .popover-wrap-8 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-8 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-8 .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-8 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  padding-bottom: 5px;
}
.title-page .popover-wrap-8 .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-8 .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-8 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 2px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Open Sans, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  font-weight: 300;
}
.title-page .popover-wrap-8 .popover-body .s3_form_item.form_radio {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-8 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-8 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-8 .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-8 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  padding-bottom: 5px;
}
.title-page .popover-wrap-8 .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-8 .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-8 .popover-body .form_radio .s3_form_subitem_title {
  margin: 2px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Open Sans, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  font-weight: 300;
}
.title-page .popover-wrap-8 .popover-body .s3_form_item.form_select {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-8 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-8 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-8 .popover-body .form_select .s3_form_field_content {
  padding: 0.02px 0;
  border: 0px solid rgba(255, 255, 255, 0.1);
  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: Open Sans, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
  background: rgba(0, 0, 0, 0);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  min-height: 45px;
}
.title-page .popover-wrap-8 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-8 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-8 .popover-body .s3_form_item.form_calendar {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-8 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-8 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-8 .popover-body .s3_form_item.form_calendar_interval {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-8 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-8 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-8 .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-8 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-8 .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-8 .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: Open Sans, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
}
.title-page .popover-wrap-8 .popover-body .s3_form_item.form_upload {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-8 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-8 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Open Sans, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-8 .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-8 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-8 .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-8 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-8 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-8 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-5 {
  padding: 0.02px 0;
  margin: 6px 0 auto 55px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 185px;
  min-height: 0;
  z-index: 1;
  display: block;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-5 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  min-height: 40px;
  -webkit-border-radius: 3px 0px 0px 3px;
  -moz-border-radius: 3px 0px 0px 3px;
  border-radius: 3px 0px 0px 3px;
  right: 0;
}
.title-page .phones-10 p:first-child {
  margin-top: 0;
}
.title-page .phones-10 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-10 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.title-page .phones-10 .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-10 .icon {
  margin: auto 5px;
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 25px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMTYuOTMzNG1tIiBoZWlnaHQ9IjE2LjkzMzRtbSIgdmVyc2lvbj0iMS4xIiBzdHlsZT0ic2hhcGUtcmVuZGVyaW5nOmdlb21ldHJpY1ByZWNpc2lvbjsgdGV4dC1yZW5kZXJpbmc6Z2VvbWV0cmljUHJlY2lzaW9uOyBpbWFnZS1yZW5kZXJpbmc6b3B0aW1pemVRdWFsaXR5OyBmaWxsLXJ1bGU6ZXZlbm9kZDsgY2xpcC1ydWxlOmV2ZW5vZGQiIHZpZXdCb3g9IjAgMCAzMDcuODggMzA3Ljg4IiBpZD0ic3ZnLTEiPgogPGRlZnMgaWQ9ImRlZnMtMiI+CiAgPHN0eWxlIHR5cGU9InRleHQvY3NzIiBpZD0ic3R5bGUtMyI+Cgkuc3RyMCB7IHN0cm9rZS1taXRlcmxpbWl0OiAxMDsgfQoJLmZpbDAgeyBmaWxsLXJ1bGU6IG5vbnplcm87IH0KPC9zdHlsZT4KIDwvZGVmcz4KIDxnIGlkPSJTbG95X3gwMDIwXzEiPgogIDxtZXRhZGF0YSBpZD0iQ29yZWxDb3JwSURfMENvcmVsLUxheWVyIj48L21ldGFkYXRhPgogIDxwYXRoIGNsYXNzPSJmaWwwIHN0cjAiIGQ9Ik05My4xMiAxMTIuNmM0LjQzLC00LjIyIDguODgsLTguNDEgMTMuMzcsLTEyLjU3IDkuMjQsLTguNTYgMTEuMTksLTIyLjM3IDQuOTMsLTMzLjMgLTYuOTEsLTEyLjA4IC0xMy4xMiwtMjQuNiAtMTguNTksLTM3LjU1IC01LjEyLC0xMi4wOSAtMTguMTMsLTE4LjY3IC0zMC45LC0xNS42MSAtMTUuOTksMy44NCAtMzIuMDQsNy40OSAtNDguMTUsMTAuOTMgLTUuNDIsMS4xNiAtOC43LDYuODIgLTYuODYsMTIuMDUgNDMuNDksMTIzLjYzIDE0MC43NiwyMjAuOSAyNjQuNCwyNjQuMzkgNS4yMywxLjg0IDEwLjg5LC0xLjQ0IDEyLjA1LC02Ljg2IDMuNDQsLTE2LjEgNy4wOSwtMzIuMTUgMTAuOTMsLTQ4LjE1IDMuMDYsLTEyLjc2IC0zLjUxLC0yNS43OCAtMTUuNjEsLTMwLjg5IC0xMi45NCwtNS40NiAtMjUuNDcsLTExLjY4IC0zNy41NCwtMTguNTkgLTEwLjkzLC02LjI2IC0yNC43NSwtNC4zMiAtMzMuMyw0LjkzIC00LjE1LDQuNDggLTguMzQsOC45NSAtMTIuNTcsMTMuMzciIHN0cm9rZT0iI2ZmZmZmZiIgc3Ryb2tlLXdpZHRoPSIxMi44MyIgZmlsbD0ibm9uZSIgc3Ryb2tlLW9wYWNpdHk9IjEiIGlkPSJwYXRoLTYiIHR5cGU9InNvbGlkQ29sb3IiIGRhdGEtY2hhbmdlZD0idHJ1ZSI+PC9wYXRoPgogIDxwYXRoIGNsYXNzPSJmaWwwIHN0cjAiIGQ9Ik0yMTkuNTQgMjI3LjI1Yy0yNS44MywtMTQgLTUzLjE0LC0zNC40MyAtNzguNzgsLTYwLjA3IC0yNS42NSwtMjUuNjUgLTQ2LjA3LC01Mi45NSAtNjAuMDcsLTc4Ljc4IiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iMTIuODMiIGZpbGw9Im5vbmUiIHN0cm9rZS1vcGFjaXR5PSIxIiBpZD0icGF0aC03IiB0eXBlPSJzb2xpZENvbG9yIiBkYXRhLWNoYW5nZWQ9InRydWUiPjwvcGF0aD4KICA8cGF0aCBjbGFzcz0iZmlsMCBzdHIwIiBkPSJNMTg5LjIyIDY0LjE0YzMwLjExLDAgNTQuNTIsMjQuNDEgNTQuNTIsNTQuNTIiIHN0cm9rZT0iI2ZmZmZmZiIgc3Ryb2tlLXdpZHRoPSIxMi44MyIgZmlsbD0ibm9uZSIgc3Ryb2tlLW9wYWNpdHk9IjEiIGlkPSJwYXRoLTgiIHR5cGU9InNvbGlkQ29sb3IiIGRhdGEtY2hhbmdlZD0idHJ1ZSI+PC9wYXRoPgogIDxwYXRoIGNsYXNzPSJmaWwwIHN0cjAiIGQ9Ik0xODkuMjIgMzUuMjhjNDYuMDUsMCA4My4zOCwzNy4zNCA4My4zOCw4My4zOCIgc3Ryb2tlPSIjZmZmZmZmIiBzdHJva2Utd2lkdGg9IjEyLjgzIiBmaWxsPSJub25lIiBzdHJva2Utb3BhY2l0eT0iMSIgaWQ9InBhdGgtOSIgdHlwZT0ic29saWRDb2xvciIgZGF0YS1jaGFuZ2VkPSJ0cnVlIj48L3BhdGg+CiAgPHBhdGggY2xhc3M9ImZpbDAgc3RyMCIgZD0iTTE4OS4yMiA2LjQxYzYxLjk5LDAgMTEyLjI1LDUwLjI2IDExMi4yNSwxMTIuMjUiIHN0cm9rZT0iI2ZmZmZmZiIgc3Ryb2tlLXdpZHRoPSIxMi44MyIgZmlsbD0ibm9uZSIgc3Ryb2tlLW9wYWNpdHk9IjEiIGlkPSJwYXRoLTEwIiB0eXBlPSJzb2xpZENvbG9yIiBkYXRhLWNoYW5nZWQ9InRydWUiPjwvcGF0aD4KIDwvZz4KPC9zdmc+") left 50% top 50% / 20px no-repeat;
  min-height: 25px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  align-self: center;
}
.title-page .phones-10 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: block;
  position: static;
  left: 100%;
  top: auto;
  right: auto;
  bottom: auto;
}
.title-page .phones-10 .cell-text {
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .phones-10 .title {
  box-sizing: border-box;
  display: none;
  font-family: Roboto, sans-serif;
  color: rgba(255, 255, 255, 0.5);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  margin-bottom: 4px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .phones-10 .text_body {
  border: none;
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  min-height: 40px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 0;
}
.title-page .phones-10 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-10 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-10 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .block-11 .layout_center_28_id_30_1 {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.title-page .block-11 {
  margin: -127px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 10;
  text-align: left;
  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 .widget-18 {
  padding: 55px;
  margin: -599px 0 0 636px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: center;
  box-sizing: border-box;
  width: 363px;
  -webkit-box-shadow: 0px 12px 34px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 12px 34px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 12px 34px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.42);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.title-page .form-29 .form__header {
  border: none;
  box-sizing: border-box;
  font-size: 32px;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
  font-family: Open Sans, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-bottom: 16px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMTMuNzU4NG1tIiBoZWlnaHQ9IjIuMDYzN21tIiB2ZXJzaW9uPSIxLjEiIHN0eWxlPSJzaGFwZS1yZW5kZXJpbmc6Z2VvbWV0cmljUHJlY2lzaW9uOyB0ZXh0LXJlbmRlcmluZzpnZW9tZXRyaWNQcmVjaXNpb247IGltYWdlLXJlbmRlcmluZzpvcHRpbWl6ZVF1YWxpdHk7IGZpbGwtcnVsZTpldmVub2RkOyBjbGlwLXJ1bGU6ZXZlbm9kZCIgdmlld0JveD0iMCAwIDI1MS4yMSAzNy42OCIgaWQ9InN2Zy0xIj4KIDxkZWZzIGlkPSJkZWZzLTIiPgogIAogPC9kZWZzPgogPGcgaWQ9IlNsb3lfeDAwMjBfMSI+CiAgPG1ldGFkYXRhIGlkPSJDb3JlbENvcnBJRF8wQ29yZWwtTGF5ZXIiPjwvbWV0YWRhdGE+CiAgPHJlY3QgY2xhc3M9ImZpbDAiIHk9Ii0wIiB3aWR0aD0iMjUxLjIxIiBoZWlnaHQ9IjM3LjY4IiBmaWxsPSIjZDEwMDAwIiBmaWxsLW9wYWNpdHk9IjEiIGlkPSJyZWN0LTUiIHR5cGU9InNvbGlkQ29sb3IiPjwvcmVjdD4KIDwvZz4KPC9zdmc+") left 50% bottom 0px / 21px no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .form-29 .form__text {
  box-sizing: border-box;
  font-size: 14px;
  margin-bottom: 30px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  font-family: Open Sans, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.2px;
  text-decoration: none;
  font-weight: 300;
}
.title-page .form-29 .form__text p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .form-29 .form__text p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .form-29 .form__body {
  box-sizing: border-box;
  margin-right: 0;
  margin-bottom: -5px;
  width: auto;
}
.title-page .form-29 .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-29 .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-29 .form-item-group {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  width: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
}
.title-page .form-29 .form-item {
  box-sizing: border-box;
  position: relative;
  margin-right: 0;
  margin-bottom: 5px;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  width: auto;
}
.title-page .form-29 .form-text {
  box-sizing: border-box;
}
.title-page .form-29 .form-item__error {
  box-sizing: border-box;
  color: #f00;
}
.title-page .form-29 .form-item__note {
  box-sizing: border-box;
  font-size: 11px;
  color: #999;
  display: none;
}
.title-page .form-29 .form-item__body {
  box-sizing: border-box;
  display: block;
}
.title-page .form-29 .form-text input {
  padding: 15px 25px;
  border: none;
  box-sizing: border-box;
  width: 100%;
  min-width: 100px;
  min-height: 22px;
  outline: none;
  -webkit-appearance: none;
  text-align: left;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(218, 218, 237, 0.23);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(218, 218, 237, 0.23);
  box-shadow: inset 0px 0px 0px 1px rgba(218, 218, 237, 0.23);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  resize: vertical;
  display: block;
}
.title-page .form-29 .form-textarea textarea {
  padding: 15px 4px;
  border: none;
  box-sizing: border-box;
  width: 100%;
  min-width: 100px;
  resize: vertical;
  min-height: 40px;
  outline: none;
  display: block;
  -webkit-appearance: none;
  text-align: left;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(218, 218, 237, 0.23);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(218, 218, 237, 0.23);
  box-shadow: inset 0px 0px 0px 1px rgba(218, 218, 237, 0.23);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.title-page .form-29 .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .form-29 .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .form-29 .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .form-29 .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .form-29 .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .form-29 .form-select select {
  padding: 15px;
  border: none;
  box-sizing: border-box;
  width: 100%;
  min-width: 100px;
  font-family: Open Sans, sans-serif;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  background: transparent;
  min-height: 45px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
}
.title-page .form-29 .form-upload .form-item__body .no-more {
  box-sizing: border-box;
  font-size: 15px;
  font-family: Open Sans, sans-serif;
  color: #fff;
  text-decoration: none;
  margin-left: 5px;
}
.title-page .form-29 .form-text .form-item__body {
  box-sizing: border-box;
}
.title-page .form-29 .form-item__header {
  text-align: center;
  margin-bottom: 3px;
}
.title-page .form-29 .form-item__title {
  box-sizing: border-box;
  display: inline-block;
  min-width: 15px;
  font-family: Open Sans, sans-serif;
  text-align: left;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 300;
}
.title-page .form-29 .form-item__required {
  box-sizing: border-box;
  color: #f00;
}
.title-page .form-29 .form-radio .form-item__title {
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: #fff;
  text-align: left;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-top: 5px;
  text-decoration: none;
}
.title-page .form-29 .form-textarea {
  box-sizing: border-box;
}
.title-page .form-29 .form-textarea .form-item__body {
  box-sizing: border-box;
}
.title-page .form-29 .form-submit {
  box-sizing: border-box;
  text-align: right;
  margin-top: 17px;
}
.title-page .form-29 .form-submit .form-item__header {
  box-sizing: border-box;
  display: none;
}
.title-page .form-29 .form-submit .form-item__body {
  box-sizing: border-box;
}
.title-page .form-29 .form-submit button {
  padding: 20px 35px;
  border: none;
  box-sizing: border-box;
  text-align: center;
  background: #c2a35b;
  outline: none;
  -webkit-appearance: none;
  font-family: Open Sans, sans-serif;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  -webkit-box-shadow: 0px 10px 23px rgba(255, 15, 15, 0.2);
  -moz-box-shadow: 0px 10px 23px rgba(255, 15, 15, 0.2);
  box-shadow: 0px 10px 23px rgba(255, 15, 15, 0.2);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: bold;
  width: 253px;
}
.title-page .form-29 .form-submit button:hover, .title-page .form-29 .form-submit button.hover, .title-page .form-29 .form-submit button.active {
  background: #a38744;
}
.title-page .form-29 .form-submit button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 20px;
}
.title-page .form-29 .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-29 .form-captcha .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .form-29 .form-captcha input {
  padding: 2px 4px;
  border: none;
  box-sizing: border-box;
  width: 100%;
  min-width: 50px;
  min-height: 22px;
  outline: none;
  text-align: left;
  -webkit-appearance: none;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(218, 218, 237, 0.23);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(218, 218, 237, 0.23);
  box-shadow: inset 0px 0px 0px 1px rgba(218, 218, 237, 0.23);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  resize: vertical;
  display: block;
}
.title-page .form-29 .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-29 .form-captcha .form-submit-container {
  box-sizing: border-box;
}
.title-page .form-29 .form-captcha button {
  padding: 20px 35px;
  border: none;
  box-sizing: border-box;
  text-align: center;
  background: #c2a35b;
  outline: none;
  -webkit-appearance: none;
  font-family: Open Sans, sans-serif;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  -webkit-box-shadow: 0px 10px 23px rgba(255, 15, 15, 0.2);
  -moz-box-shadow: 0px 10px 23px rgba(255, 15, 15, 0.2);
  box-shadow: 0px 10px 23px rgba(255, 15, 15, 0.2);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: bold;
  width: 253px;
}
.title-page .form-29 .form-captcha button:hover, .title-page .form-29 .form-captcha button.hover, .title-page .form-29 .form-captcha button.active {
  background: #a38744;
}
.title-page .form-29 .form-captcha button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 20px;
}
.title-page .form-29 .form-captcha .mgCaptcha-block {
  box-sizing: border-box;
  line-height: 0;
  font-size: 0;
  min-width: 112px;
}
.title-page .form-29 .form-captcha .mgCaptcha-block img {
  box-sizing: border-box;
  vertical-align: middle;
  border: none;
  margin-right: 5px;
}
.title-page .form-29 .form-captcha .mgCaptcha-input {
  box-sizing: border-box;
}
.title-page .form-29 .form-checkbox {
  box-sizing: border-box;
  padding-bottom: 5px;
}
.title-page .form-29 .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-29 .form-checkbox .form-item__title {
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: #fff;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-top: 5px;
  text-decoration: none;
}
.title-page .form-29 .form-checkbox .form-item__body label.form-item__title {
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  margin-top: 2px;
  align-self: auto;
}
.title-page .form-29 .form-checkbox input {
  margin: 5px 5px 0 0;
}
.title-page .form-29 .form-radio {
  box-sizing: border-box;
}
.title-page .form-29 .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-29 .form-radio .form-item__body label.form-item__title {
  font-size: 15px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
  margin-top: 2px;
  align-self: auto;
}
.title-page .form-29 .form-radio input {
  margin: 5px 5px 0 0;
}
.title-page .form-29 .form-select {
  box-sizing: border-box;
}
.title-page .form-29 .form-div {
  box-sizing: border-box;
}
.title-page .form-29 .form-html {
  box-sizing: border-box;
}
.title-page .form-29 .form-html .form-item__body {
  font-size: 17px;
  font-family: Open Sans, sans-serif;
  color: #fff;
  text-decoration: none;
  font-weight: 300;
}
.title-page .form-29 .form-upload {
  box-sizing: border-box;
}
.title-page .form-29 .form-calendar {
  box-sizing: border-box;
}
.title-page .form-29 .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-29 .form-calendar input {
  padding: 2px 15px;
  border: none;
  box-sizing: border-box;
  width: 100%;
  min-height: 45px;
  outline: none;
  -webkit-appearance: none;
  font-family: Open Sans, sans-serif;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: start;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  height: 45px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
}
.title-page .form-29 .form-calendar_interval {
  box-sizing: border-box;
}
.title-page .form-29 .form-calendar_interval input {
  padding: 2px 15px;
  border: none;
  box-sizing: border-box;
  width: 100%;
  min-height: 45px;
  outline: none;
  -webkit-appearance: none;
  font-family: Open Sans, sans-serif;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: start;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  height: 45px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
}
.title-page .form-29 .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-29 .form-calendar_interval .label_from {
  box-sizing: border-box;
  margin-right: 5px;
  font-family: Open Sans, sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
}
.title-page .form-29 .form-calendar_interval .label_to {
  box-sizing: border-box;
  margin-right: 5px;
  font-family: Open Sans, sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
}
.title-page .form-29 .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-29 .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-29 .group-text {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-right: 0;
}
.title-page .form-29 .group-textarea {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-right: 0;
}
.title-page .form-29 .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-29 .group-button {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-right: 0;
}
.title-page .form-29 .form-success {
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  font-weight: 300;
}
.title-page .form-29 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .form-29 ::-moz-placeholder {
  color: #ababab;
}
.title-page .form-29 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .widget-19 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  width: auto;
  height: 0;
  min-height: 850px;
  box-sizing: border-box;
  background: url("../images/wm_slider_spacer.gif") left 50% top 50% / cover no-repeat rgba(0, 0, 0, 0.45);
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-30 .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-30 .popover-body input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
}
.title-page .popover-wrap-30 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
}
.title-page .popover-wrap-30 .popover-body .s3_button_large {
  border: none;
  background: linear-gradient(to bottom, #f4e48d 0%, #ecd35f 100%) #f0db76;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  min-width: 25px;
  min-height: 25px;
}
.title-page .popover-wrap-30 .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-30 .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-30 .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-30 .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-30 .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-30 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .slider-30 .bx-wrapper {
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
  box-sizing: border-box;
  height: 100%;
  background-size: inherit;
  background-position: inherit;
}
.title-page .slider-30 .bx-viewport {
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
  box-sizing: border-box;
  height: 100%;
  background-size: inherit;
  background-position: inherit;
  position: absolute !important;
}
.title-page .slider-30 .text_wrapper .bx-viewport {
  position: relative !important;
}
.title-page .slider-30 .slider-inner {
  box-sizing: border-box;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
  position: relative;
  height: 100%;
  background-size: inherit;
  background-position: inherit;
  overflow: hidden;
}
.title-page .slider-30 .slider-item {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-size: inherit;
  background-position: inherit;
  background-repeat: no-repeat;
}
.title-page .slider-30 .text-slider {
  padding: 50px;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 6;
  text-align: left;
  right: auto;
  margin-left: -485px;
  bottom: auto;
  margin-top: -133px;
  width: 600px;
  margin-right: 0;
  border-top: 5px solid rgba(255, 255, 255, 0.15);
  border-right: 0px solid rgba(255, 255, 255, 0.15);
  border-bottom: 5px solid rgba(255, 255, 255, 0.15);
  border-left: 5px solid rgba(255, 255, 255, 0.15);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .slider-30 .text-slider-wp {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  display: inline-block;
  max-width: 100%;
}
.title-page .slider-30 .block-body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Open Sans, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 43px;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 300;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 23px;
}
.title-page .slider-30 .block-more {
  box-sizing: border-box;
}
.title-page .slider-30 .block-more > a {
  padding: 20px 60px 20px 30px;
  border: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  font-family: Open Sans, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 17px;
  -webkit-box-shadow: 0px 12px 30px rgba(255, 15, 15, 0.2);
  -moz-box-shadow: 0px 12px 30px rgba(255, 15, 15, 0.2);
  box-shadow: 0px 12px 30px rgba(255, 15, 15, 0.2);
  background: url("../images/more_pic_1556085875713.svg") right 20px top 50% / 24px no-repeat #c2a35b;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: bold;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .slider-30 .block-more > a:hover, .title-page .slider-30 .block-more > a.hover, .title-page .slider-30 .block-more > a.active {
  background: url("../images/more_pic_1556085875713.svg") right 20px top 50% / 24px no-repeat #a38744;
}
.title-page .slider-30 .block-title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Open Sans, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 32px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  margin-top: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  margin-left: -55px;
  padding-left: 57px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMTMuNzU4NG1tIiBoZWlnaHQ9IjIuMDYzN21tIiB2ZXJzaW9uPSIxLjEiIHN0eWxlPSJzaGFwZS1yZW5kZXJpbmc6Z2VvbWV0cmljUHJlY2lzaW9uOyB0ZXh0LXJlbmRlcmluZzpnZW9tZXRyaWNQcmVjaXNpb247IGltYWdlLXJlbmRlcmluZzpvcHRpbWl6ZVF1YWxpdHk7IGZpbGwtcnVsZTpldmVub2RkOyBjbGlwLXJ1bGU6ZXZlbm9kZCIgdmlld0JveD0iMCAwIDI1MS4yMSAzNy42OCIgaWQ9InN2Zy0xIj4KIDxkZWZzIGlkPSJkZWZzLTIiPgogIAogPC9kZWZzPgogPGcgaWQ9IlNsb3lfeDAwMjBfMSI+CiAgPG1ldGFkYXRhIGlkPSJDb3JlbENvcnBJRF8wQ29yZWwtTGF5ZXIiLz4KICA8cmVjdCBjbGFzcz0iZmlsMCIgeT0iLTAiIHdpZHRoPSIyNTEuMjEiIGhlaWdodD0iMzcuNjgiIGZpbGw9IiNkMTAwMDAiIGZpbGwtb3BhY2l0eT0iMSIgaWQ9InJlY3QtNSIgdHlwZT0ic29saWRDb2xvciIvPgogPC9nPgo8L3N2Zz4=") left 0px top 50% / 42px no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .slider-30 .slider-item > a {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 5;
}
.title-page .slider-30 .slider-controls {
  box-sizing: border-box;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  margin-top: -158px;
  text-align: justify;
  margin-left: 8px;
  width: 110px;
  margin-right: 0;
  bottom: auto;
}
.title-page .slider-30 .slider-prev {
  border: none;
  box-sizing: border-box;
  position: relative;
  z-index: 100;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 55px;
  height: 20px;
  background: url("../images/left_1556085799025.svg") left 50% top 50% / 14px no-repeat #c2a35b;
  min-height: 55px;
  -webkit-border-radius: 3px 0px 0px 3px;
  -moz-border-radius: 3px 0px 0px 3px;
  border-radius: 3px 0px 0px 3px;
}
.title-page .slider-30 .slider-prev:hover, .title-page .slider-30 .slider-prev.hover, .title-page .slider-30 .slider-prev.active {
  background: url("../images/left_1556085799025.svg") left 50% top 50% / 14px no-repeat #a38744;
}
.title-page .slider-30 .slider-next {
  border: none;
  box-sizing: border-box;
  position: relative;
  z-index: 100;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 55px;
  height: 20px;
  background: url("../images/right_1556085788457.svg") left 50% top 50% / 14px no-repeat #c2a35b;
  text-align: left;
  min-height: 55px;
  -webkit-box-shadow: inset 1px 0px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 0px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0px 0px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0px 3px 3px 0px;
  -moz-border-radius: 0px 3px 3px 0px;
  border-radius: 0px 3px 3px 0px;
}
.title-page .slider-30 .slider-next:hover, .title-page .slider-30 .slider-next.hover, .title-page .slider-30 .slider-next.active {
  background: url("../images/right_1556085788457.svg") left 50% top 50% / 14px no-repeat #a38744;
}
.title-page .slider-30 .slider-prev > a {
  box-sizing: border-box;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.title-page .slider-30 .slider-next > a {
  box-sizing: border-box;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.title-page .slider-30 .slider-pager-wrap {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 50%;
  right: auto;
  font-size: 0;
  visibility: hidden;
  z-index: 100;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  top: auto;
  margin-top: -18px;
  margin-bottom: 68px;
  margin-left: 0;
}
.title-page .slider-30 .bx-auto_controls {
  margin: auto 0 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  align-self: flex-end;
}
.title-page .slider-30 .slider-pager {
  box-sizing: border-box;
  text-align: left;
  margin-left: 197px;
  margin-top: -680px;
  align-self: auto;
  margin-right: auto;
  width: 14px;
}
.title-page .slider-30 .slider-pager > a {
  padding: 1px;
  margin: 2px;
  border: none;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 9px;
  min-height: 8px;
  background: rgba(255, 255, 255, 0.31);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 11px;
  text-decoration: none;
  color: #999;
  text-align: center;
}
.title-page .slider-30 .slider-pager > a:hover, .title-page .slider-30 .slider-pager > a.hover, .title-page .slider-30 .slider-pager > a.active {
  background: #fff;
}
.title-page .slider-30 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .slider-30 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .slider-30 .bx-controls-auto-item {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .slider-30 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_pause.png") center center / auto no-repeat;
}
.title-page .slider-30 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_play.png") center center / auto no-repeat;
}
.title-page .slider-30 .overfill {
  position: absolute;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  background: inherit;
  top: 0;
  left: 0;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
}
.title-page .slider-30 .text-slider p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .slider-30 .text-slider p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .slider-30 .text_wrapper {
  box-sizing: border-box;
  width: 150px;
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100px;
  z-index: 100;
}
.title-page .slider-30 .text_wrapper .text_inner {
  box-sizing: border-box;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.title-page .slider-30 .text_wrapper .text_slider {
  box-sizing: border-box;
  position: static;
  text-align: inherit;
}
.title-page .slider-30 .text_wrapper .text_slider p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .slider-30 .text_wrapper .text_slider p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .slider-30 .block-title a {
  box-sizing: border-box;
  color: inherit;
  text-decoration: none;
}
.title-page .popover-container-30 {
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-30 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-30 .popover-form-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-30 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-30 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-30 .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-30 .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-30 .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-30 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-30 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-30 .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-30 .popover-body .s3_required {
  color: red;
}
.title-page .popover-wrap-30 .s3_form_field_title .s3_form_error {
  color: red;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .popover-wrap-30 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-30 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-30 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-13 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 350px;
  background: #f2f2f2;
  z-index: 9;
  text-align: left;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  padding-top: 0.02px;
  padding-left: 25px;
  padding-right: 25px;
}
.title-page .block-14 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1150px;
  min-height: 0;
  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-21 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  min-width: 0;
  padding-bottom: 50px;
  padding-top: 90px;
}
.title-page .blocklist-35 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-35 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-35 .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;
  margin-left: auto;
  margin-right: auto;
}
.title-page .blocklist-35 .header_text {
  font-size: 45px;
  box-sizing: border-box;
  font-family: Open Sans, sans-serif;
  text-align: left;
  text-indent: 0;
  color: #1c1c1c;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 300;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-35 .all-in_header {
  padding: 17px 30px 16px;
  border: none;
  box-sizing: border-box;
  display: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-family: Ubuntu, sans-serif;
  text-indent: 0;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  background: repeating-linear-gradient(to bottom, #2b9fdf 0%, #442fc6 100%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.title-page .blocklist-35 .all-in_header:hover, .title-page .blocklist-35 .all-in_header.hover, .title-page .blocklist-35 .all-in_header.active {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  background: repeating-linear-gradient(to bottom, #34aced 0%, #4c36d9 100%);
}
.title-page .blocklist-35 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  margin-bottom: 15px;
  font-family: Open Sans, sans-serif;
  text-indent: 0;
  color: #575757;
  text-decoration: none;
  font-size: 17px;
  font-weight: 300;
  margin-top: -10px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-35 .body-outer {
  box-sizing: border-box;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.title-page .blocklist-35 .body {
  margin: 0 -5px;
  box-sizing: border-box;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .blocklist-35 .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-35 .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-35 .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-35 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 25%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.title-page .blocklist-35 .item {
  padding: 45px 30px 30px;
  margin: 60px 5px 30px;
  border: none;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  left: 0;
  right: 0;
  background: url("../images/ser_bg_left_1556086509519.png") left 0px top 50% / auto auto no-repeat, url("../images/ser_bg_right_1556086499683.png") right 0px top 50% / auto auto no-repeat #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  align-self: auto;
  min-width: 0;
  min-height: 0;
  flex-basis: 100%;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-35 .text {
  border: none;
  margin-bottom: 5px;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  font-family: Montserrat, sans-serif;
  text-indent: 0;
  color: #525252;
  text-decoration: none;
  font-size: 14px;
  padding-left: 0;
  padding-right: 0;
  margin-top: 22px;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  min-height: 33px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding-top: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-35 .text > .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-35 .image {
  border: none;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 5px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
 
 
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  
  margin-left: auto;
  margin-right: auto;
}
.title-page .blocklist-35 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-35 .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-35 .img-convert {
  border: 7px solid #fff;
  box-sizing: border-box;
  width: 170px;
  height: 170px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: -webkit-inline-flex;
  display: inline-flex;
  overflow: hidden;
  margin-left: 0;
  margin-right: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 17px 17px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 17px 17px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 17px 17px rgba(0, 0, 0, 0.18);
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-35 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-35 .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-35 .title {
  border: none;
  font-weight: normal;
  margin-bottom: 0;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  font-family: Open Sans, sans-serif;
  text-indent: 0;
  color: #1c1c1c;
  text-decoration: none;
  font-size: 17px;
  padding-left: 0;
  padding-right: 0;
  margin-top: 30px;
  padding-bottom: 25px;
  background: url("../images/lib_803802_header_line_1551163171629.png") left 50% bottom 0px / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  min-height: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-35 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  pointer-events: auto;
}
.title-page .blocklist-35 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-35 .price-note {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-35 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-35 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-35 .more {
  text-align: center;
  box-sizing: border-box;
  position: relative;
  pointer-events: auto;
  margin-top: 25px;
}
.more > button {
 padding: 15px 45px 15px 45px;
    border: none;
    display: -webkit-inline-flex;
    display: inline-flex;
    box-sizing: border-box;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    text-align: left;
    cursor: pointer;
    font-family: Open Sans, sans-serif;
    color: #303030;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
      background: linear-gradient(272.87deg, #dab171 -.08%, #f3dead -.07%, #f4e6cb 49.2%, #d9bd89 98.48%);
    border-bottom: 3px solid #a38a54;
    font-weight: bold;
}
 
.title-page .blocklist-35 .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-35 .bx-wrapper {
  max-width: 1160px;
  margin-left: 0;
  margin-right: auto;
}
.title-page .blocklist-35 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-35 .item__image__title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}
.title-page .blocklist-35 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-35 .footer {
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .blocklist-35 .all {
  padding: 17px 30px 16px;
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-family: Ubuntu, sans-serif;
  text-indent: 0;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  background: repeating-linear-gradient(to bottom, #2b9fdf 0%, #442fc6 100%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.title-page .blocklist-35 .all:hover, .title-page .blocklist-35 .all.hover, .title-page .blocklist-35 .all.active {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  background: repeating-linear-gradient(to bottom, #34aced 0%, #4c36d9 100%);
}
.title-page .blocklist-35 .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: -55px;
  z-index: 1;
  text-align: justify;
}
.title-page .blocklist-35 .prev {
  position: relative;
  z-index: 105;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 55px;
  height: 20px;
  background: none, url("../images/lib_803802_left__2__1550041666740.png") left 50% top 50% / 19px no-repeat, repeating-radial-gradient(ellipse farthest-corner at center top, #ff9f19 0%, #ff6f0f 100%);
  box-sizing: border-box;
  text-align: left;
  min-height: 55px;
  margin-left: -30px;
  border-top: 1px solid #ffa733;
  border-right: 0px solid #000;
  border-bottom: 0px solid #000;
  border-left: 0px solid #000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0px -5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px -5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px -5px 0px rgba(0, 0, 0, 0.15);
}
.title-page .blocklist-35 .prev:hover, .title-page .blocklist-35 .prev.hover, .title-page .blocklist-35 .prev.active {
  background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url("../images/lib_803802_left__2__1550041666740.png") left 50% top 50% / 19px no-repeat, repeating-radial-gradient(ellipse farthest-corner at center top, #ff9f19 0%, #ff6f0f 100%);
  border-right: 1px solid #ffa733;
  border-bottom: 1px solid #ffa733;
  border-left: 1px solid #ffa733;
}
.title-page .blocklist-35 .next {
  position: relative;
  z-index: 105;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 55px;
  height: 20px;
  background: url("../images/lib_803802_right__2__1550041666829.png") left 50% top 50% / 19px no-repeat, none, repeating-radial-gradient(ellipse farthest-corner at center top, #ff9f19 0%, #ff6f0f 100%);
  box-sizing: border-box;
  text-align: left;
  min-height: 55px;
  margin-right: -30px;
  border-top: 1px solid #ffa733;
  border-right: 0px solid #000;
  border-bottom: 0px solid #000;
  border-left: 0px solid #000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -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);
}
.title-page .blocklist-35 .next:hover, .title-page .blocklist-35 .next.hover, .title-page .blocklist-35 .next.active {
  background: url("../images/lib_803802_right__2__1550041666829.png") left 50% top 50% / 19px no-repeat, linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), repeating-radial-gradient(ellipse farthest-corner at center top, #ff9f19 0%, #ff6f0f 100%);
}
.title-page .blocklist-35 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-35 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .popover-container-35 {
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-35 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-35 .popover-body {
  padding: 55px;
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -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: 350px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-35 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-35 .popover-form-title {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 22px;
  box-sizing: border-box;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #1f1f1f;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-35 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-35 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-35 .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: Ubuntu, 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-35 .popover-body .s3_button_large {
  border: none;
  background: #08f;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
  -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: 45px;
  font-family: Ubuntu, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  width: 240px;
  margin-left: 0;
  margin-right: 0;
}
.title-page .popover-wrap-35 .popover-body .s3_button_large:hover, .title-page .popover-wrap-35 .popover-body .s3_button_large.hover, .title-page .popover-wrap-35 .popover-body .s3_button_large.active {
  background: #2095ff;
}
.title-page .popover-wrap-35 .popover-body .s3_button_large:active, .title-page .popover-wrap-35 .popover-body .s3_button_large.active {
  background: #0079e3;
}
.title-page .popover-wrap-35 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-35 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: left;
}
.title-page .popover-wrap-35 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 45px;
  height: 30px;
  background: url("../images/lib_720702_close_but_1542093090123.png") left 50% top 50% / auto auto no-repeat #1c0d3c;
  z-index: 10;
  cursor: pointer;
  text-align: left;
  min-height: 45px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.title-page .popover-wrap-35 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .blocklist-35 .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-35 .bx-auto_controls {
  margin: auto auto 49px;
  position: relative;
  z-index: 100;
  display: -webkit-flex;
  display: flex;
  visibility: visible;
  box-sizing: border-box;
  align-self: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  min-height: 0;
}
.title-page .blocklist-35 .pager-wrap {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-35 .bx-pager {
  margin: 0 auto 8px;
  position: relative;
  z-index: 100;
  display: inline-block;
  visibility: visible;
  box-sizing: border-box;
  align-self: auto;
}
.title-page .blocklist-35 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-35 .bx-pager a {
  margin: 2px 5px;
  border: none;
  display: inline-block;
  width: 15px;
  min-height: 15px;
  background: #e8e8e8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  text-decoration: none;
  color: #000;
}
.title-page .blocklist-35 .bx-pager a:hover, .title-page .blocklist-35 .bx-pager a.hover, .title-page .blocklist-35 .bx-pager a.active {
  background: #ff7611;
}
.title-page .blocklist-35 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-35 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-35 .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-35 .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-35 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-35 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .popover-wrap-35 .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-35 .popover-body .form_text input {
  padding: 7px 15px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Ubuntu, 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: 55px;
}
.title-page .popover-wrap-35 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-35 .popover-body .s3_form_item.form_div {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #262626;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  padding-top: 15px;
  padding-bottom: 15px;
}
.title-page .popover-wrap-35 .popover-body .s3_form_item.form_html_block {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #262626;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 17px;
}
.title-page .popover-wrap-35 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-35 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-35 .popover-body .s3_form_item.form_checkbox {
  text-align: left;
  box-sizing: border-box;
  padding-bottom: 5px;
  padding-top: 5px;
}
.title-page .popover-wrap-35 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .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-35 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
}
.title-page .popover-wrap-35 .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-35 .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-35 .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: Montserrat, sans-serif;
  text-align: left;
  color: #262626;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-35 .popover-body .s3_form_item.form_radio {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .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-35 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  padding-bottom: 5px;
}
.title-page .popover-wrap-35 .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-35 .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-35 .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: Montserrat, sans-serif;
  text-align: left;
  color: #262626;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-35 .popover-body .s3_form_item.form_select {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .form_select .s3_form_field_content {
  border: none;
  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;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-35 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-35 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .s3_form_item.form_calendar {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .form_calendar input {
  padding: 7px 15px;
  border: none;
  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;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  background: #ebebeb;
  min-height: 55px;
}
.title-page .popover-wrap-35 .popover-body .s3_form_item.form_calendar_interval {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .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-35 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-35 .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-35 .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: Montserrat, sans-serif;
  text-align: left;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-35 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: none;
  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;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  background: #ebebeb;
  min-height: 55px;
}
.title-page .popover-wrap-35 .popover-body .s3_form_item.form_upload {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-35 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-35 .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-35 .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-35 .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-35 .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-35 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-35 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-35 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-35 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .widget-22 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  min-width: 0;
  padding-bottom: 90px;
  padding-top: 0.02px;
}
.title-page .blocklist-36 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-36 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-36 .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: 49px;
  text-align: center;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
.title-page .blocklist-36 .header_text {
  font-size: 35px;
  box-sizing: border-box;
  font-family: Open Sans, sans-serif;
  text-align: left;
  text-indent: 0;
  color: #1c1c1c;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 300;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-36 .all-in_header {
  padding: 17px 30px 16px;
  border: none;
  box-sizing: border-box;
  display: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-family: Ubuntu, sans-serif;
  text-indent: 0;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  background: repeating-linear-gradient(to bottom, #2b9fdf 0%, #442fc6 100%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.title-page .blocklist-36 .all-in_header:hover, .title-page .blocklist-36 .all-in_header.hover, .title-page .blocklist-36 .all-in_header.active {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  background: repeating-linear-gradient(to bottom, #34aced 0%, #4c36d9 100%);
}
.title-page .blocklist-36 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  margin-bottom: 15px;
  font-family: Open Sans, sans-serif;
  text-indent: 0;
  color: #575757;
  text-decoration: none;
  font-size: 17px;
  font-weight: 300;
  margin-top: -10px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-36 .body-outer {
  box-sizing: border-box;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.title-page .blocklist-36 .body {
  margin: 0 -5px;
  box-sizing: border-box;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .blocklist-36 .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-36 .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-36 .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-36 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 20%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}

.title-page .blocklist-36 .item
 {
  padding: 35px 10px;
  margin: 0 5px 30px;
  border: none;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  left: 0;
  right: 0;
  -webkit-box-shadow: inset 0px 0px 0px 3px #fff;
  -moz-box-shadow: inset 0px 0px 0px 3px #fff;
  box-shadow: inset 0px 0px 0px 3px #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  align-self: auto;
  min-width: 0;
  min-height: 0;
  flex-basis: 100%;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-36 .text {
  border: none;
  margin-bottom: 5px;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  font-family: Montserrat, sans-serif;
  text-indent: 0;
  color: #525252;
  text-decoration: none;
  font-size: 14px;
  padding-left: 0;
  padding-right: 0;
  margin-top: 22px;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  min-height: 33px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding-top: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-36 .text > .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-36 .image {
  padding: 0.02px 0;
  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;
  background: transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 90px;
  margin-left: auto;
  margin-right: auto;
}
.title-page .blocklist-36 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-36 .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-36 .img-convert {
  border: none;
  box-sizing: border-box;
  width: 90px;
  height: 90px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: -webkit-inline-flex;
  display: inline-flex;
  overflow: hidden;
  margin-left: 0;
  margin-right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-36 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-36 .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-36 .title {
  padding: 32px 0 0.02px;
  border: none;
  font-weight: normal;
  margin-bottom: 0;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  font-family: Open Sans, sans-serif;
  text-indent: 0;
  color: #1c1c1c;
  text-decoration: none;
  font-size: 17px;
  margin-top: 15px;
  background: url("../images/vert_line.png") left 50% top 0px / 2px no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  min-height: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-36 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  pointer-events: auto;
}
.title-page .blocklist-36 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-36 .price-note {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-36 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-36 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-36 .more {
  text-align: center;
  box-sizing: border-box;
  position: relative;
  pointer-events: auto;
  margin-top: 25px;
}
.title-page .blocklist-36 .more > a {
  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: Open Sans, sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  min-height: 45px;
  padding-left: 25px;
  padding-right: 45px;
  background: url("../images/more_pic.svg") right 15px top 50% / 20px no-repeat #00a74f;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
  font-weight: 600;
  -webkit-box-shadow: 0px 10px 15px rgba(0, 167, 79, 0.31);
  -moz-box-shadow: 0px 10px 15px rgba(0, 167, 79, 0.31);
  box-shadow: 0px 10px 15px rgba(0, 167, 79, 0.31);
}
.title-page .blocklist-36 .more > a:hover, .title-page .blocklist-36 .more > a.hover, .title-page .blocklist-36 .more > a.active {
  background: url("../images/more_pic.svg") right 15px top 50% / 20px no-repeat #00c75d;
}
.title-page .blocklist-36 .more > a:active, .title-page .blocklist-36 .more > a.active {
  background: url("../images/more_pic.svg") right 15px top 50% / 20px no-repeat #009144;
}
.title-page .blocklist-36 .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-36 .bx-wrapper {
  max-width: 1160px;
  margin-left: 0;
  margin-right: auto;
}
.title-page .blocklist-36 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-36 .item__image__title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}
.title-page .blocklist-36 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-36 .footer {
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .blocklist-36 .all {
  padding: 17px 30px 16px;
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-family: Ubuntu, sans-serif;
  text-indent: 0;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  background: repeating-linear-gradient(to bottom, #2b9fdf 0%, #442fc6 100%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.title-page .blocklist-36 .all:hover, .title-page .blocklist-36 .all.hover, .title-page .blocklist-36 .all.active {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  background: repeating-linear-gradient(to bottom, #34aced 0%, #4c36d9 100%);
}
.title-page .blocklist-36 .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: -55px;
  z-index: 1;
  text-align: justify;
}
.title-page .blocklist-36 .prev {
  position: relative;
  z-index: 105;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 55px;
  height: 20px;
  background: none, url("../images/lib_803802_left__2__1550041666740.png") left 50% top 50% / 19px no-repeat, repeating-radial-gradient(ellipse farthest-corner at center top, #ff9f19 0%, #ff6f0f 100%);
  box-sizing: border-box;
  text-align: left;
  min-height: 55px;
  margin-left: -30px;
  border-top: 1px solid #ffa733;
  border-right: 0px solid #000;
  border-bottom: 0px solid #000;
  border-left: 0px solid #000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0px -5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px -5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px -5px 0px rgba(0, 0, 0, 0.15);
}
.title-page .blocklist-36 .prev:hover, .title-page .blocklist-36 .prev.hover, .title-page .blocklist-36 .prev.active {
  background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url("../images/lib_803802_left__2__1550041666740.png") left 50% top 50% / 19px no-repeat, repeating-radial-gradient(ellipse farthest-corner at center top, #ff9f19 0%, #ff6f0f 100%);
  border-right: 1px solid #ffa733;
  border-bottom: 1px solid #ffa733;
  border-left: 1px solid #ffa733;
}
.title-page .blocklist-36 .next {
  position: relative;
  z-index: 105;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 55px;
  height: 20px;
  background: url("../images/lib_803802_right__2__1550041666829.png") left 50% top 50% / 19px no-repeat, none, repeating-radial-gradient(ellipse farthest-corner at center top, #ff9f19 0%, #ff6f0f 100%);
  box-sizing: border-box;
  text-align: left;
  min-height: 55px;
  margin-right: -30px;
  border-top: 1px solid #ffa733;
  border-right: 0px solid #000;
  border-bottom: 0px solid #000;
  border-left: 0px solid #000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -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);
}
.title-page .blocklist-36 .next:hover, .title-page .blocklist-36 .next.hover, .title-page .blocklist-36 .next.active {
  background: url("../images/lib_803802_right__2__1550041666829.png") left 50% top 50% / 19px no-repeat, linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), repeating-radial-gradient(ellipse farthest-corner at center top, #ff9f19 0%, #ff6f0f 100%);
}
.title-page .blocklist-36 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-36 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .popover-container-36 {
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-36 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-36 .popover-body {
  padding: 55px;
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -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: 350px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-36 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-36 .popover-form-title {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 22px;
  box-sizing: border-box;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #1f1f1f;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-36 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-36 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-36 .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: Ubuntu, 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-36 .popover-body .s3_button_large {
  border: none;
  background: #08f;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
  -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: 45px;
  font-family: Ubuntu, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  width: 240px;
  margin-left: 0;
  margin-right: 0;
}
.title-page .popover-wrap-36 .popover-body .s3_button_large:hover, .title-page .popover-wrap-36 .popover-body .s3_button_large.hover, .title-page .popover-wrap-36 .popover-body .s3_button_large.active {
  background: #2095ff;
}
.title-page .popover-wrap-36 .popover-body .s3_button_large:active, .title-page .popover-wrap-36 .popover-body .s3_button_large.active {
  background: #0079e3;
}
.title-page .popover-wrap-36 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-36 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: left;
}
.title-page .popover-wrap-36 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 45px;
  height: 30px;
  background: url("../images/lib_720702_close_but_1542093090123.png") left 50% top 50% / auto auto no-repeat #1c0d3c;
  z-index: 10;
  cursor: pointer;
  text-align: left;
  min-height: 45px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.title-page .popover-wrap-36 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .blocklist-36 .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-36 .bx-auto_controls {
  margin: auto auto 49px;
  position: relative;
  z-index: 100;
  display: -webkit-flex;
  display: flex;
  visibility: visible;
  box-sizing: border-box;
  align-self: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  min-height: 0;
}
.title-page .blocklist-36 .pager-wrap {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-36 .bx-pager {
  margin: 0 auto 8px;
  position: relative;
  z-index: 100;
  display: inline-block;
  visibility: visible;
  box-sizing: border-box;
  align-self: auto;
}
.title-page .blocklist-36 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-36 .bx-pager a {
  margin: 2px 5px;
  border: none;
  display: inline-block;
  width: 15px;
  min-height: 15px;
  background: #e8e8e8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  text-decoration: none;
  color: #000;
}
.title-page .blocklist-36 .bx-pager a:hover, .title-page .blocklist-36 .bx-pager a.hover, .title-page .blocklist-36 .bx-pager a.active {
  background: #ff7611;
}
.title-page .blocklist-36 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-36 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-36 .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-36 .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-36 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-36 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .popover-wrap-36 .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-36 .popover-body .form_text input {
  padding: 7px 15px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Ubuntu, 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: 55px;
}
.title-page .popover-wrap-36 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-36 .popover-body .s3_form_item.form_div {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-36 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #262626;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  padding-top: 15px;
  padding-bottom: 15px;
}
.title-page .popover-wrap-36 .popover-body .s3_form_item.form_html_block {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-36 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-36 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #262626;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 17px;
}
.title-page .popover-wrap-36 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-36 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-36 .popover-body .s3_form_item.form_checkbox {
  text-align: left;
  box-sizing: border-box;
  padding-bottom: 5px;
  padding-top: 5px;
}
.title-page .popover-wrap-36 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-36 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-36 .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-36 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
}
.title-page .popover-wrap-36 .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-36 .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-36 .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: Montserrat, sans-serif;
  text-align: left;
  color: #262626;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-36 .popover-body .s3_form_item.form_radio {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-36 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-36 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-36 .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-36 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  padding-bottom: 5px;
}
.title-page .popover-wrap-36 .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-36 .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-36 .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: Montserrat, sans-serif;
  text-align: left;
  color: #262626;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-36 .popover-body .s3_form_item.form_select {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-36 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-36 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-36 .popover-body .form_select .s3_form_field_content {
  border: none;
  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;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-36 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-36 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-36 .popover-body .s3_form_item.form_calendar {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-36 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-36 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-36 .popover-body .form_calendar input {
  padding: 7px 15px;
  border: none;
  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;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  background: #ebebeb;
  min-height: 55px;
}
.title-page .popover-wrap-36 .popover-body .s3_form_item.form_calendar_interval {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-36 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-36 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-36 .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-36 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-36 .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-36 .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: Montserrat, sans-serif;
  text-align: left;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-36 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: none;
  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;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  background: #ebebeb;
  min-height: 55px;
}
.title-page .popover-wrap-36 .popover-body .s3_form_item.form_upload {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-36 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-36 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-36 .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-36 .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-36 .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-36 .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-36 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-36 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-36 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-36 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-17 {
 
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  background: #ffffff;
  z-index: 8;
  text-align: left;
  right: 0;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.forma-title{
	     text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 44px;
  
    text-align: center;
    font-family: Open Sans, sans-serif;
 
    margin-top: 0;
}
.title-page .block-61 {
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width:100%;
  min-height: 0;
  background: url("../images/54754216_2_1559125890566.jpg") left 50% top 50% / cover no-repeat;
  max-width: 100%;
  z-index: 1;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.title-page .block-18 {
  margin: 0 0 0 auto;
  border: none;
  position: relative;
  
  width: 100%;
  min-height: 100vh;
  background: url(/img/forma.jpg);
      background-size: cover;
background-position: top;
z-index: 1;
  text-align: left;

  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.title-page .form-43.widget-25 {
padding-bottom: 0px;
}
.title-page .widget-25 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  box-sizing: border-box;
  width: 350px;
  right: 0;
  min-height: 0;
 
}

.title-page .ruler {
    
    width: auto;
}

@media (max-width: 840px) {
  .title-page .ruler .form-submit button {
        height: 52px;
  }
}
 .form__header {
  box-sizing: border-box;
  font-size: 30px;
  margin-bottom: 44px;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  font-family: Open Sans, sans-serif;
  color: #fff;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 300;
  padding-bottom: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-top: 0.02px;
  margin-top: 0;
}
 .form__text {
  box-sizing: border-box;
  font-size: 14px;
  margin-bottom: 50px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #6b6b6b;
  text-decoration: none;
  padding-bottom: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
 .form__text p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
 .form__text p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
 .form__body {
  box-sizing: border-box;
  margin-right: -25px;
  margin-bottom: 0;
  width: auto;
  margin-left: 0;
}
.form-table {
 display: block;
    text-align: center;
    background: #252527;
    font-size: 20px;
    color: black;
    margin-left: 23px;
    border-radius: 9px
}
.form-table b {
  display: block;
  color: #F4E1B7;
  font-size: 23px;
  margin-bottom: 22px;
  margin-top: 26px;
}

.form-wrapper {
  display: flex;
  flex-wrap: nowrap;
}
#popup-reg .form-table b {
  font-size: 20px;
}
#popup-reg .form-table b:nth-child(1) {
  margin-bottom: 0;
}
#popup-reg .form-table b:nth-child(2) {
  margin-top: 0;
}

.block-61 .form-table {
  background: #ffffff;
  margin: 20px 0;
  padding: 20px;
}

.block-61 .form-table b {
  display: block;
  color: black;
  font-size: 20px;
  text-transform: uppercase;
  
}
.block-61 .form-table b:nth-child(1) {
  margin: 0;
  padding-bottom: 8px;
}
.block-61 .form-table b:nth-child(2) {
  margin: 0;
  margin-bottom: 15px;
}

.block-61 .form-text input {
  width: 300px;
}


.responsive-iframe{
	    margin-bottom: 50px;
}
.big-top_wrap{
	    position: relative;
      padding-top: 50px;
      height: 100vh;
}
 .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;
}
 .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: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
}
 .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;
}
 .form-text {
  box-sizing: border-box;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0px;
  text-align: center;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-bottom: 0;

}
 .form-item__title {
  box-sizing: border-box;
  display: inline-block;
  min-width: 15px;
  font-family: Open Sans, sans-serif;
  color: #fff;
  text-align: left;
  text-decoration: none;
  font-size: 15px;
  font-weight: 300;
}
 .form-item__required {
  box-sizing: border-box;
  color: #f00;
}
 .form-item__error {
  box-sizing: border-box;
  color: #f00;
}
 .form-item__note {
  box-sizing: border-box;
  font-size: 11px;
  color: #999;
  display: none;
}
 .form-item__body {
  box-sizing: border-box;
  display: block;
  margin-top: 0;
  padding-top: 0.02px;
}
 .form-text input {
	    margin: auto;
    margin-bottom: 25px;
 
    height: 50px;

   
  padding: 2px 25px;
  box-sizing: border-box;
  width: 100%;
  min-width: 100px;
  min-height: 22px;
  outline: none;
  -webkit-appearance: none;
  font-family: Open Sans, sans-serif;
  
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
 
  resize: vertical;
  display: block;
   background: #f9f9f9;
    -webkit-box-shadow: inset 0 4px 4px rgb(194 194 194 / 20%);
    box-shadow: inset 0 4px 4px rgb(194 194 194 / 20%);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
 .form-textarea textarea {
  padding: 25px;
  box-sizing: border-box;
  width: 100%;
  min-width: 100px;
  resize: vertical;
  min-height: 40px;
  outline: none;
  display: block;
  -webkit-appearance: none;
  font-family: Open Sans, sans-serif;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  height: 70px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.4);
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.4);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
 .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/lib_623202_name.png") left 50% top 50% / 18px no-repeat #ededed;
  width: 57px;
  height: 70px;
  min-height: 70px;
  -webkit-border-radius: 250px 0px 0px 250px;
  -moz-border-radius: 250px 0px 0px 250px;
  border-radius: 250px 0px 0px 250px;
}
 .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/lib_623202_email.png") left 50% top 50% / 21px no-repeat #ededed;
  width: 57px;
  height: 70px;
  min-height: 70px;
  -webkit-border-radius: 250px 0px 0px 250px;
  -moz-border-radius: 250px 0px 0px 250px;
  border-radius: 250px 0px 0px 250px;
  text-align: left;
}
 .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/lib_623202_phone.png") left 50% top 50% / 24px no-repeat #ededed;
  width: 57px;
  height: 70px;
  min-height: 70px;
  -webkit-border-radius: 250px 0px 0px 250px;
  -moz-border-radius: 250px 0px 0px 250px;
  border-radius: 250px 0px 0px 250px;
  text-align: left;
}
 .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/lib_623202_comments.png") left 50% top 50% / 20px no-repeat #ededed;
  width: 57px;
  height: 70px;
  min-height: 70px;
  -webkit-border-radius: 250px 0px 0px 250px;
  -moz-border-radius: 250px 0px 0px 250px;
  border-radius: 250px 0px 0px 250px;
}
 .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
 .form-select select {
  padding: 15px;
  box-sizing: border-box;
  width: 100%;
  min-width: 100px;
  font-family: Open Sans, sans-serif;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: start;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  min-height: 70px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.4);
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.4);
  font-weight: 300;
}
 .form-upload .form-item__body .no-more {
  box-sizing: border-box;
  font-size: 15px;
  font-family: Open Sans, sans-serif;
  color: #fff;
  text-decoration: none;
}
 .form-text .form-item__body {
  box-sizing: border-box;
}
 .form-textarea {
  border: none;
  box-sizing: border-box;
  text-align: center;
  background: #e5e5e5;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-right: 25px;
  margin-bottom: 0;
}
 .form-textarea .form-item__body {
  box-sizing: border-box;
}
 .form-submit {
  box-sizing: border-box;
  margin-right: 5px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
 .form-submit .form-item__header {
  box-sizing: border-box;
  display: block;
}
 .form-submit .form-item__body {
  padding-top: 2px;
  margin-top: 0px;
  box-sizing: border-box;
  text-align: center;
}
 .form-submit button {
  padding: 2px 4px;
  box-sizing: border-box;
  text-align: center;
      background: linear-gradient(281.88deg, #dab171 -.08%, #f3dead -.07%, #f4e6cb 49.2%, #d9bd89 98.48%);
  outline: none;
  -webkit-appearance: none;
  font-family: Open Sans, sans-serif;
      color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 17px;
  min-height: 52px;
  width: 300px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
     border-bottom: 3px solid #a38a54;
  font-weight: bold;
  margin-top: 0px;
  position: relative;
  top: 0;
  left: 0;
}

 .form-submit button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 20px;
}
 .form-captcha {
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  background: #e5e5e5;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-right: 25px;
  margin-bottom: 0;
}
 .form-captcha .form-item__body {
  padding-top: 2px;
  margin-top: 1px;
  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;
}
 .form-captcha input {
  padding: 2px 4px;
  box-sizing: border-box;
  width: auto;
  min-width: 50px;
  min-height: 22px;
  outline: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: Open Sans, sans-serif;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  resize: vertical;
  display: block;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.4);
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.4);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
 .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;
}
 .form-captcha .form-submit-container {
  box-sizing: border-box;
}
 .form-captcha button {
  padding: 2px 4px;
  box-sizing: border-box;
  text-align: center;
  background: url("../images/lib_623202_send_pic_1527572006950.png") right 25px top 50% / auto auto no-repeat #c2a35b;
  outline: none;
  -webkit-appearance: none;
  font-family: Open Sans, sans-serif;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 17px;
  min-height: 70px;
  width: 170px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 15px 17px 0px rgba(255, 15, 15, 0.2);
  -moz-box-shadow: 0px 15px 17px 0px rgba(255, 15, 15, 0.2);
  box-shadow: 0px 15px 17px 0px rgba(255, 15, 15, 0.2);
  font-weight: bold;
  margin-top: 0;
  position: relative;
  top: 0;
  left: 0;
}
 .form-captcha button:hover,  .form-captcha button.hover,  .form-captcha button.active {
  background: url("../images/lib_623202_send_pic_1527572006950.png") right 25px top 50% / auto auto no-repeat #a38744;
}
 .form-captcha button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 20px;
}
 .form-captcha .mgCaptcha-block {
  box-sizing: border-box;
  line-height: 0;
  font-size: 0;
  min-width: 112px;
}
 .form-captcha .mgCaptcha-block img {
  box-sizing: border-box;
  vertical-align: middle;
  border: none;
  margin-right: 5px;
}
 .form-captcha .mgCaptcha-input {
  box-sizing: border-box;
}
 .form-checkbox {
  box-sizing: border-box;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 30px;
  text-align: center;
  padding-bottom: 5px;
  margin-bottom: 0;
}
 .form-checkbox .form-item__body {
  padding-top: 2px;
  margin-top: 1px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
 .form-checkbox .form-item__title {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-top: 5px;
  text-align: left;
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
}
 .form-checkbox .form-item__body label.form-item__title {
  font-size: 15px;
  font-family: Open Sans, sans-serif;
  color: #fff;
  text-align: left;
  text-decoration: none;
  margin-top: 2px;
  align-self: auto;
  font-weight: 300;
}
 .form-checkbox input {
  margin: 5px 5px 0 0;
}
 .form-radio {
  box-sizing: border-box;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 30px;
  margin-bottom: 0;
}
 .form-radio .form-item__body {
  padding-top: 2px;
  margin-top: 1px;
  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;
}
 .form-radio .form-item__body label.form-item__title {
  font-size: 15px;
  font-family: Open Sans, sans-serif;
  color: #fff;
  text-decoration: none;
  margin-top: 2px;
  align-self: auto;
  font-weight: 300;
}
 .form-radio input {
  margin: 5px 5px 0 0;
}
 .form-radio .form-item__title {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-top: 5px;
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
}
 .form-select {
  box-sizing: border-box;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 30px;
  text-align: center;
  margin-bottom: 0;
}
 .form-div {
  box-sizing: border-box;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 30px;
  margin-bottom: 0;
}
 .form-html {
  box-sizing: border-box;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 30px;
  margin-bottom: 0;
}
 .form-html .form-item__body {
  padding-top: 2px;
  margin-top: 11px;
  font-size: 17px;
  font-family: Open Sans, sans-serif;
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  margin-bottom: 12px;
}
 .form-upload {
  box-sizing: border-box;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 30px;
  margin-bottom: 0;
}
 .form-calendar {
  box-sizing: border-box;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 30px;
  margin-bottom: 0;
}
 .form-calendar .form-item__body {
  padding-top: 2px;
  margin-top: 1px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
 .form-calendar input {
  padding: 2px 4px;
  border: 1px solid #bbb;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-height: 22px;
  -webkit-appearance: none;
  font-family: Arial;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: start;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
}
 .form-calendar_interval {
  box-sizing: border-box;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 30px;
  margin-bottom: 0;
}
 .form-calendar_interval input {
  padding: 2px 25px;
  box-sizing: border-box;
  width: 100%;
  min-height: 70px;
  outline: none;
  -webkit-appearance: none;
  font-family: Open Sans, sans-serif;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 70px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.4);
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.4);
}
 .form-calendar_interval .form-item__body {
  padding-top: 2px;
  margin-top: 1px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
 .form-calendar_interval .label_from {
  box-sizing: border-box;
  margin-right: 5px;
  -webkit-flex: 0;
  -moz-flex: 0;
  flex: 0;
  font-family: Open Sans, sans-serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
}
 .form-calendar_interval .label_to {
  box-sizing: border-box;
  margin-right: 5px;
  -webkit-flex: 0;
  -moz-flex: 0;
  flex: 0;
  font-family: Open Sans, sans-serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
}
 .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;
}
 .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;
}
 .group-text {
display:block;
}
 .group-textarea {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-right: 0;
}
 .form-tfoot {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
 .group-button {
 display:block;
}
 .form-success {
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  color: #fff;
  text-align: left;
  text-decoration: none;
  font-size: 20px;
  font-weight: 300;
}
 ::-webkit-input-placeholder {
  color: rgb(73 73 73);
}
 ::-moz-placeholder {
  color: rgb(73 73 73);
}
 :-ms-input-placeholder {
  color: rgb(73 73 73);
}
.title-page .block-15 {
  padding: 0.02px 55px 32px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 350px;
  background: #fff;
  z-index: 7;
  text-align: left;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
#placeholder{
	font-size: 16px;
}
.wm-input-default{
	  margin: auto;
    margin-bottom: 0px;

    height: 50px;
    color: #000000;
    background: #f9f9f9;
    -webkit-box-shadow: inset 0 4px 4px rgb(194 194 194 / 20%);
    box-shadow: inset 0 4px 4px rgb(194 194 194 / 20%);
}
.title-page .block-16 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1150px;
  min-height: 0;
  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;
  padding-bottom: 0px;
}
.title-page .widget-23 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  min-width: 0;
  padding-bottom: 90px;
  padding-top: 90px;
}
.title-page .blocklist-39 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-39 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-39 .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;
  margin-left: auto;
  margin-right: auto;
}
.title-page .blocklist-39 .header_text {
  font-size: 45px;
  box-sizing: border-box;
  font-family: Open Sans, sans-serif;
  text-indent: 0;
  color: #1c1c1c;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 300;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-39 .all-in_header {
  padding: 17px 30px 16px;
  border: none;
  box-sizing: border-box;
  display: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-family: Ubuntu, sans-serif;
  text-indent: 0;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  background: repeating-linear-gradient(to bottom, #2b9fdf 0%, #442fc6 100%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.title-page .blocklist-39 .all-in_header:hover, .title-page .blocklist-39 .all-in_header.hover, .title-page .blocklist-39 .all-in_header.active {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  background: repeating-linear-gradient(to bottom, #34aced 0%, #4c36d9 100%);
}
.title-page .blocklist-39 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  margin-bottom: 53px;
  font-family: Open Sans, sans-serif;
  text-indent: 0;
  color: #575757;
  text-decoration: none;
  font-size: 17px;
  font-weight: 300;
  margin-top: -10px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .blocklist-39 .body-outer {
  box-sizing: border-box;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.title-page .blocklist-39 .body {
  margin: 0 -15px;
  box-sizing: border-box;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .blocklist-39 .swipe-shadow-left {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.258824) 100%);
}
.title-page .blocklist-39 .swipe-shadow-right {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.258824) 0%, rgba(0, 0, 0, 0) 100%);
}
.title-page .blocklist-39 .bx-wrapper {
  max-width: 1179px;
  margin-left: 0;
  margin-right: auto;
}
.title-page .blocklist-39 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-39 .list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  box-sizing: border-box;
  width: 1180px;
}
.title-page .blocklist-39 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 33.33%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.title-page .blocklist-39 .item {
  margin: 15px 15px 57px;

  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  left: 0;
  right: 0;
  background: #1c1c1c;
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  padding-top: 0.02px;
  padding-bottom: 0.02px;
  align-self: auto;
  min-width: 0;
  min-height: 0;
  flex-basis: 100%;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-39 .text {
  border: none;
  margin-bottom: 24px;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  font-family: Open Sans, sans-serif;
  text-indent: 0;
  color: #fff;
  text-decoration: none;
  font-size: 21px;
  line-height: 18px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 3px;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-weight: 300;
  padding-bottom: 24px;
  -webkit-box-shadow: inset 0px -1px 0px rgba(255, 255, 255, 0.14);
  -moz-box-shadow: inset 0px -1px 0px rgba(255, 255, 255, 0.14);
  box-shadow: inset 0px -1px 0px rgba(255, 255, 255, 0.14);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-39 .text > .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-39 .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;
  
}


.title-page .blocklist-39 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-39 .image a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .blocklist-39 .img-convert {
  border: none;
  box-sizing: border-box;
  width: auto;
  height: 200px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: start;
  display: -webkit-inline-flex;
  display: inline-flex;
  overflow: hidden;
  margin-left: 0;
  margin-right: 0;
  -webkit-border-radius: 3px 3px 0px 0px;
  -moz-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-39 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
  border-radius: 9px 9px 9px 9px;
}
.title-page .blocklist-39 .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-39 .title {
  padding: 22px 15px 10px;
  border: none;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  font-family: Open Sans, sans-serif;
  text-indent: 0;
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  margin-top: -17px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: -webkit-flex;
  display: flex;filter: hue-rotate(67deg) saturate(100);
  pointer-events: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  min-height: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-39 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  text-align: center;
  pointer-events: auto;
}
.title-page .blocklist-39 .price-inner {
  box-sizing: border-box;
  display: inline-block;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.title-page .blocklist-39 .price-note {
  margin: auto 0 0;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Open Sans, sans-serif;
  color: rgba(255, 255, 255, 0.7);
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 15px;
  width: auto;
}
.title-page .blocklist-39 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
  font-family: Open Sans, sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-weight: bold;
}
.title-page .blocklist-39 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
  font-family: Open Sans, sans-serif;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 14px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .blocklist-39 .more {
  border: none;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  pointer-events: auto;
  margin-top: 30px;
  margin-bottom: -15px;
  padding-bottom: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-39 .more > a {
  padding: 15px 45px 15px 25px;
  border: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: left;
  cursor: pointer;
  font-family: Open Sans, sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: url("../images/more_pic.svg") right 15px top 50% / 19px no-repeat #c2a35b;
  -webkit-box-shadow: 0px 10px 20px 5px rgba(255, 15, 15, 0.2);
  -moz-box-shadow: 0px 10px 20px 5px rgba(255, 15, 15, 0.2);
  box-shadow: 0px 10px 20px 5px rgba(255, 15, 15, 0.2);
  font-weight: bold;
}
.title-page .blocklist-39 .more > a:hover, .title-page .blocklist-39 .more > a.hover, .title-page .blocklist-39 .more > a.active {
  background: url("../images/more_pic.svg") right 15px top 50% / 19px no-repeat #a38744;
}
.title-page .blocklist-39 .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-39 .item__image__title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}
.title-page .blocklist-39 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-39 .footer {
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .blocklist-39 .all {
  padding: 17px 30px 16px;
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-family: Ubuntu, sans-serif;
  text-indent: 0;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  background: repeating-linear-gradient(to bottom, #2b9fdf 0%, #442fc6 100%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.title-page .blocklist-39 .all:hover, .title-page .blocklist-39 .all.hover, .title-page .blocklist-39 .all.active {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  background: repeating-linear-gradient(to bottom, #34aced 0%, #4c36d9 100%);
}
.title-page .blocklist-39 .controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  margin-top: -3px;
  z-index: 1;
  text-align: justify;
}
.title-page .blocklist-39 .prev {
  border: none;
  position: relative;
  z-index: 105;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 55px;
  height: 20px;
  background: url("../images/left.svg") left 50% top 50% / 11px no-repeat #c2a35b;
  box-sizing: border-box;
  text-align: left;
  min-height: 55px;
  margin-left: -30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 0px 5px #fff;
  -moz-box-shadow: 0px 0px 0px 5px #fff;
  box-shadow: 0px 0px 0px 5px #fff;
}
.title-page .blocklist-39 .prev:hover, .title-page .blocklist-39 .prev.hover, .title-page .blocklist-39 .prev.active {
  background: url("../images/left.svg") left 50% top 50% / 11px no-repeat #a38744;
}
.title-page .blocklist-39 .next {
  border: none;
  position: relative;
  z-index: 105;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 55px;
  height: 20px;
  background: url("../images/right.svg") left 50% top 50% / 11px no-repeat #c2a35b;
  box-sizing: border-box;
  text-align: left;
  min-height: 55px;
  margin-right: -30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 0px 5px #fff;
  -moz-box-shadow: 0px 0px 0px 5px #fff;
  box-shadow: 0px 0px 0px 5px #fff;
}
.title-page .blocklist-39 .next:hover, .title-page .blocklist-39 .next.hover, .title-page .blocklist-39 .next.active {
  background: url("../images/right.svg") left 50% top 50% / 11px no-repeat #a38744;
}
.title-page .blocklist-39 .prev > a {
  display: block;
  height: 100%;
  width: 100%;  
  box-sizing: border-box;
}
.title-page .blocklist-39 .next > a {
  display: block;
  height: 100%;    
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-2 .prev > a {
  position: absolute!important;
 
}
.title-page .blocklist-2 .next > a {
    position: absolute!important;

}
.title-page .popover-container-39 {
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-39 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-39 .popover-body {
  padding: 55px;
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -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: 350px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-39 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-39 .popover-form-title {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 22px;
  box-sizing: border-box;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #1f1f1f;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-39 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-39 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-39 .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: Ubuntu, 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-39 .popover-body .s3_button_large {
  border: none;
  background: #08f;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
  -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: 45px;
  font-family: Ubuntu, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  width: 240px;
  margin-left: 0;
  margin-right: 0;
}
.title-page .popover-wrap-39 .popover-body .s3_button_large:hover, .title-page .popover-wrap-39 .popover-body .s3_button_large.hover, .title-page .popover-wrap-39 .popover-body .s3_button_large.active {
  background: #2095ff;
}
.title-page .popover-wrap-39 .popover-body .s3_button_large:active, .title-page .popover-wrap-39 .popover-body .s3_button_large.active {
  background: #0079e3;
}
.title-page .popover-wrap-39 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-39 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: left;
}
.title-page .popover-wrap-39 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 45px;
  height: 30px;
  background: url("../images/lib_720702_close_but_1542093090123.png") left 50% top 50% / auto auto no-repeat #1c0d3c;
  z-index: 10;
  cursor: pointer;
  text-align: left;
  min-height: 45px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.title-page .popover-wrap-39 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .blocklist-39 .bx-pager-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  visibility: hidden;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-39 .bx-auto_controls {
  margin: auto auto 49px;
  position: relative;
  z-index: 100;
  display: -webkit-flex;
  display: flex;
  visibility: visible;
  box-sizing: border-box;
  align-self: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  min-height: 0;
}
.title-page .blocklist-39 .pager-wrap {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-39 .bx-pager {
  margin: 0 auto 8px;
  position: relative;
  z-index: 100;
  display: inline-block;
  visibility: visible;
  box-sizing: border-box;
  align-self: auto;
}
.title-page .blocklist-39 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-39 .bx-pager a {
  margin: 2px 5px;
  border: none;
  display: inline-block;
  width: 15px;
  min-height: 15px;
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0 0 0 transparent;
  text-decoration: none;
  color: #000;
}
.title-page .blocklist-39 .bx-pager a:hover, .title-page .blocklist-39 .bx-pager a.hover, .title-page .blocklist-39 .bx-pager a.active {
  background: #c2a35b;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 5px 10px rgba(255, 15, 15, 0.2);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 5px 10px rgba(255, 15, 15, 0.2);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 5px 10px rgba(255, 15, 15, 0.2);
  color: #ff8000;
}
.title-page .blocklist-39 .bx-pager a:active, .title-page .blocklist-39 .bx-pager a.active {
  -webkit-box-shadow: 0 0 0 transparent, 0px 5px 10px rgba(255, 15, 15, 0.2);
  -moz-box-shadow: 0 0 0 transparent, 0px 5px 10px rgba(255, 15, 15, 0.2);
  box-shadow: 0 0 0 transparent, 0px 5px 10px rgba(255, 15, 15, 0.2);
}
.title-page .blocklist-39 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-39 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-39 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_pause.png") center center / auto no-repeat;
}
.title-page .blocklist-39 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_play.png") center center / auto no-repeat;
}
.title-page .blocklist-39 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-39 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .popover-wrap-39 .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-39 .popover-body .form_text input {
  padding: 7px 15px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Ubuntu, 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: 55px;
}
.title-page .popover-wrap-39 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-39 .popover-body .s3_form_item.form_div {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #262626;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  padding-top: 15px;
  padding-bottom: 15px;
}
.title-page .popover-wrap-39 .popover-body .s3_form_item.form_html_block {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #262626;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 17px;
}
.title-page .popover-wrap-39 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-39 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-39 .popover-body .s3_form_item.form_checkbox {
  text-align: left;
  box-sizing: border-box;
  padding-bottom: 5px;
  padding-top: 5px;
}
.title-page .popover-wrap-39 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .form_checkbox .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-39 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
}
.title-page .popover-wrap-39 .popover-body .form_checkbox label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-39 .popover-body .form_checkbox input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-39 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #262626;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-39 .popover-body .s3_form_item.form_radio {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .form_radio .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-39 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  padding-bottom: 5px;
}
.title-page .popover-wrap-39 .popover-body .form_radio label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-39 .popover-body .form_radio input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-39 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #262626;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-39 .popover-body .s3_form_item.form_select {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .form_select .s3_form_field_content {
  border: none;
  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;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-39 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-39 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .s3_form_item.form_calendar {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .form_calendar input {
  padding: 7px 15px;
  border: none;
  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;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  background: #ebebeb;
  min-height: 55px;
}
.title-page .popover-wrap-39 .popover-body .s3_form_item.form_calendar_interval {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .form_calendar_interval .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-39 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-39 .popover-body .form_calendar_interval label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-39 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-39 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: none;
  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;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  background: #ebebeb;
  min-height: 55px;
}
.title-page .popover-wrap-39 .popover-body .s3_form_item.form_upload {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-39 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-39 .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-39 .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-39 .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-39 .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-39 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-39 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-39 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-39 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-19 {
  padding: 90px 25px 30px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: transparent;
  z-index: 6;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
}
.title-page .block-20 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1150px;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  padding-right: 0;
  padding-left: 0;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .widget-26 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  min-height: 0;
  width: auto;
  right: 0;
  padding-left: 26px;
}
.title-page .popover-wrap-46 .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-46 .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-46 .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-46 .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-46 .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-46 .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-46 .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-46 .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-46 .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-46 .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-46 .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-46 .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-46 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-46 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-46 .header {
  border: none;
  box-sizing: border-box;
  font-size: 20px;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  font-family: Montserrat, 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: #878787;
  text-decoration: none;
  font-weight: 300;
  padding-top: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .editable_block-46 .body {
  box-sizing: border-box;
  display: block;
  position: relative;
  min-width: 0;
  min-height: 0;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-align: left;
}
.title-page .editable_block-46 .title {
  border: none;
  box-sizing: border-box;
  font-size: 45px;
  margin-bottom: 34px;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  font-family: Open Sans, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #1c1c1c;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 300;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-bottom: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  position: relative;
}
.title-page .editable_block-46 .image {
  padding: 0.02px 41px 35px 0;
  margin: 23px 39px 0 0;
  border: none;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  float: left;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  width: 390px;
  -webkit-box-shadow: inset 0px 0px 0px 5px #fff;
  -moz-box-shadow: inset 0px 0px 0px 5px #fff;
  box-shadow: inset 0px 0px 0px 5px #fff;
  background: url("../images/ver_bg_1556090731610.png") right 0px bottom 0px / auto auto no-repeat;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  min-height: 0;
}
.title-page .editable_block-46 .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-46 .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-46 .img-convert {
  border: none;
  box-sizing: border-box;
  width: 311px;
  height: 370px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  margin-left: -25px;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.23);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: -25px;
  align-self: auto;
}
.title-page .editable_block-46 .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-46 .text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  font-family: Roboto, sans-serif;
  text-decoration: none;
  color: #1a1a1a;
  line-height: 1.4;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 15px;
  font-weight: 300;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .editable_block-46 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-46 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-46 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-46 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-46 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-46 .more {
  box-sizing: border-box;
  margin-top: 31px;
  pointer-events: auto;
}
.title-page .editable_block-46 .more > button {
  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: Open Sans, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  background: linear-gradient(#c2a35b, #c2a35b);
  font-weight: 600;

  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.title-page .editable_block-46 .more > button:hover, .title-page .editable_block-46 .more > a.hover, .title-page .editable_block-46 .more > a.active {
  background: linear-gradient(#a38744, #a38744);
}
.title-page .editable_block-46 .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-46 .clear {
  clear: both;
}
.title-page .popover-container-46 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-46 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-46 .popover-form-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-46 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-46 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-46 .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-46 .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-46 .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-46 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-46 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-46 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-46 .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-46 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-46 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-46 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-46 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-46 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-46 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-46 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-46 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-46 .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-46 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-46 .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-46 .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-46 .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-46 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-46 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-46 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-46 .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-46 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-46 .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-46 .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-46 .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-46 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-46 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-46 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-46 .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-46 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-46 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-46 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-46 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-46 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-46 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-46 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-46 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-46 .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-46 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-46 .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-46 .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-46 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-46 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-46 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-46 .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-46 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-46 .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-46 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-46 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-46 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-21 {
  padding: 0.02px 25px 90px;
  margin: 61px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: transparent;
  z-index: 5;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
}
.title-page .block-22 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1150px;
  min-height: 0;
  z-index: 1;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
}
.title-page .widget-27 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  padding-top: 0.02px;
  padding-bottom: 0.02px;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-49 .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-49 .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-49 .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-49 .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-49 .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-49 .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-49 .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-49 .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-49 .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-49 .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-49 .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-49 .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-49 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-49 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-49 .header {
  border: none;
  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: 35px;
  text-align: center;
  box-sizing: border-box;
  padding-bottom: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 0.02px;
}
.title-page .blocklist-49 .header_text {
  font-size: 35px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Open Sans, sans-serif;
  color: #1c1c1c;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 300;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-49 .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-49 .description {
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-49 .body-outer {
  padding: 0.02px 10px 1px 0;
  border: none;
  box-sizing: border-box;
  position: relative;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-49 .body {
  margin: 0 -5px;
  box-sizing: border-box;
}
.title-page .blocklist-49 .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-49 .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-49 .bx-wrapper {
  max-width: 1150px;
}
.title-page .blocklist-49 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-49 .list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  box-sizing: border-box;
  width: 1150px;
}
.title-page .blocklist-49 .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-49 .item {
  padding: 15px;
  margin: 15px 5px;
  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%;
  background: transparent;
  align-self: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-49 .text {
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
}
.title-page .blocklist-49 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-49 .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;
  padding-top: 15px;
  padding-bottom: 15px;
  background: url("../images/ser_pic_bg_top_1556090037938.svg") left 50% top 0px / 65px no-repeat, url("../images/ser_pic_bg_bot_1556090037819.svg") left 50% bottom 0px / 65px no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-49 .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-49 .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-49 .img-convert {
  border: none;
  box-sizing: border-box;
  width: auto;
  height: 132px;
  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;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 11px 21px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 11px 21px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 11px 21px rgba(0, 0, 0, 0.17);
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-49 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-49 .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-49 .title {
  border: none;
  font-weight: 300;
  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: Open Sans, sans-serif;
  color: #3d3d3d;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 15px;
  padding-top: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-top: 21px;
}
.title-page .blocklist-49 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-49 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-49 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-49 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-49 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-49 .more {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-49 .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-49 .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-49 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-49 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-49 .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-49 .controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  margin-top: -11px;
  z-index: 1;
  text-align: justify;
}
.title-page .blocklist-49 .prev {
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 55px;
  height: 20px;
  background: url("../images/left_1556016903722.svg") left 50% top 50% / 11px no-repeat #c2a35b;
  box-sizing: border-box;
  text-align: left;
  min-height: 55px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 11px 21px rgba(255, 15, 15, 0.2);
  -moz-box-shadow: 0px 11px 21px rgba(255, 15, 15, 0.2);
  box-shadow: 0px 11px 21px rgba(255, 15, 15, 0.2);
  margin-left: -13px;
}
.title-page .blocklist-49 .prev:hover, .title-page .blocklist-49 .prev.hover, .title-page .blocklist-49 .prev.active {
  background: url("../images/left_1556016903722.svg") left 50% top 50% / 11px no-repeat #a38744;
}
.title-page .blocklist-49 .next {
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 55px;
  height: 20px;
  background: url("../images/right_1556016903840.svg") left 50% top 50% / 11px no-repeat #c2a35b;
  box-sizing: border-box;
  min-height: 55px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 21px 21px rgba(255, 15, 15, 0.2);
  -moz-box-shadow: 0px 21px 21px rgba(255, 15, 15, 0.2);
  box-shadow: 0px 21px 21px rgba(255, 15, 15, 0.2);
  margin-right: -1px;
}
.title-page .blocklist-49 .next:hover, .title-page .blocklist-49 .next.hover, .title-page .blocklist-49 .next.active {
  background: url("../images/right_1556016903840.svg") left 50% top 50% / 11px no-repeat #a38744;
}
.title-page .blocklist-49 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-49 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-49 .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-49 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-49 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-49 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-49 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-49 .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-49 .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-49 .pager-wrap {
  box-sizing: border-box;
  display: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-49 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-49 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-49 .bx-pager a {
  margin: 2px 5px;
  border: none;
  display: inline-block;
  width: 15px;
  min-height: 15px;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  text-decoration: none;
  color: #000;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .blocklist-49 .bx-pager a:hover, .title-page .blocklist-49 .bx-pager a.hover, .title-page .blocklist-49 .bx-pager a.active {
  background: #009ef3;
}
.title-page .popover-container-49 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-49 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-49 .popover-form-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-49 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-49 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-49 .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-49 .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-49 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-49 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-49 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-49 .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-49 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-49 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-49 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-49 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-49 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-49 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-49 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-49 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-49 .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-49 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-49 .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-49 .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-49 .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-49 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-49 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-49 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-49 .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-49 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-49 .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-49 .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-49 .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-49 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-49 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-49 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-49 .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-49 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-49 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-49 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-49 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-49 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-49 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-49 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-49 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-49 .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-49 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-49 .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-49 .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-49 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-49 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-49 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-49 .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-49 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-49 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .blocklist-49 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-49 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .popover-wrap-49 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-49 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-49 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-23 {
  padding: 90px 25px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 119px;
  background: #2b2b2b;
  z-index: 4;
  text-align: left;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-24 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1150px;
  min-height: 0;
  z-index: 1;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
}
.title-page .widget-28 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  box-sizing: border-box;
  width: auto;
  max-width: 100%;
  min-height: 0;
  right: 0;
  padding-bottom: 40px;
}
.title-page .reviews-51 p:first-child {
  margin-top: 0;
}
.title-page .reviews-51 p:last-child {
  margin-bottom: 0;
}
.title-page .reviews-51 .header {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-right: 0;
  margin-bottom: 64px;
  text-align: center;
}
.title-page .reviews-51 .header_text {
  box-sizing: border-box;
  font-size: 45px;
  font-family: Open Sans, sans-serif;
  color: #fff;
  letter-spacing: 0.9px;
  text-align: left;
  text-indent: 0;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 300;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .reviews-51 .description {
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .reviews-51 .list-wr {
  box-sizing: border-box;
  position: relative;
  padding-bottom: 0.02px;
}
.title-page .reviews-51 .body {
  margin: 0 -25px;
  box-sizing: border-box;
}
.title-page .reviews-51 .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-51 .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-51 .bx-wrapper {
  max-width: 1200px;
}
.title-page .reviews-51 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .reviews-51 .list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  flex-wrap: nowrap;
  box-sizing: border-box;
  width: 1200px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .reviews-51 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 50%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .reviews-51 .item {
  margin: 0 25px;
  border: none;
  width: auto;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  padding-bottom: 52px;
  align-self: auto;
  min-width: 0;
  min-height: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 15px;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .reviews-51 .image {
  border: none;
  box-sizing: border-box;
  margin-bottom: 0;
  font-size: 0;
  position: relative;
  width: 230px;
  margin-left: 0;
  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;
  margin-right: -53px;
  float: left;
  padding-bottom: 25px;
  padding-right: 25px;
  -webkit-box-shadow: inset 0px 0px 0px 4px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 4px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0px 0px 0px 4px rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.title-page .reviews-51 .img-convert {
  border: 5px solid #fff;
  box-sizing: border-box;
  width: 230px;
  height: 205px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 11px 11px 20px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 11px 11px 20px rgba(0, 0, 0, 0.21);
  box-shadow: 11px 11px 20px rgba(0, 0, 0, 0.21);
  margin-left: -15px;
  margin-top: -15px;
  align-self: auto;
}
.title-page .reviews-51 .image img {
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-width: 100%;
}
.title-page .reviews-51 .text {
  box-sizing: border-box;
  margin-bottom: 31px;
  position: relative;
  z-index: 1;
  font-family: Open Sans, sans-serif;
  color: #fff;
  font-style: italic;
  line-height: 1.5;
  text-indent: 0;
  text-decoration: none;
  font-size: 15px;
  margin-left: 0;
  margin-top: 49px;
  font-weight: normal;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  padding-left: 75px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMjQ4MnB4IiBoZWlnaHQ9IjI0ODJweCIgdmVyc2lvbj0iMS4xIiBzdHlsZT0ic2hhcGUtcmVuZGVyaW5nOmdlb21ldHJpY1ByZWNpc2lvbjsgdGV4dC1yZW5kZXJpbmc6Z2VvbWV0cmljUHJlY2lzaW9uOyBpbWFnZS1yZW5kZXJpbmc6b3B0aW1pemVRdWFsaXR5OyBmaWxsLXJ1bGU6ZXZlbm9kZDsgY2xpcC1ydWxlOmV2ZW5vZGQiIHZpZXdCb3g9IjAgMCAyNDgyIDI0ODIiIGlkPSJzdmctMSI+CiA8ZGVmcyBpZD0iZGVmcy0yIj4KICA8c3R5bGUgdHlwZT0idGV4dC9jc3MiIGlkPSJzdHlsZS0zIj4KCS5maWwxIHsgZmlsbC1ydWxlOiBub256ZXJvOyB9Cjwvc3R5bGU+CiA8L2RlZnM+CiA8ZyBpZD0iU2xveV94MDAyMF8xIj4KICA8bWV0YWRhdGEgaWQ9IkNvcmVsQ29ycElEXzBDb3JlbC1MYXllciIvPgogIDxjaXJjbGUgY2xhc3M9ImZpbDAiIGN4PSIxMjQxIiBjeT0iMTI0MSIgcj0iMTI0MSIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1vcGFjaXR5PSIxIiBpZD0iY2lyY2xlLTYiIHR5cGU9InNvbGlkQ29sb3IiLz4KICA8cGF0aCBjbGFzcz0iZmlsMSIgZD0iTTExODkuOSAxMTAzLjE3YzAsLTIzNC4xNSAtMTg5LjgzLC00MjMuOTQgLTQyMy45NSwtNDIzLjk0IC0yMzQuMTYsMCAtNDIzLjk4LDE4OS43OSAtNDIzLjk4LDQyMy45NCAwLDIwOS42NSAxNTIuMTksMzgzLjYyIDM1Mi4xMiw0MTcuNzhsMS44MiAwIDAgMC4zNWMwLjA4LDAuMDEgMC4xMiwwLjAyIDAuMTcsMC4wM2wtMC4wNiAwLjA2Yy0wLjAyLDAuMjEgLTAuMDYsMC40MyAtMC4xMSwwLjYzbDAgMjgwLjc1YzIyNS4yNywtMTE2LjEzIDQ4Ni45NCwtMzU4LjA3IDQ5My45OSwtNjcxLjY2bC0xLjA5IDAuODZjMC42NCwtOS41MiAxLjA5LC0xOS4xMSAxLjA5LC0yOC44bDAgMHptOTUwLjEzIDBjMCwtMjM0LjE1IC0xODkuODMsLTQyMy45NCAtNDIzLjk2LC00MjMuOTQgLTIzNC4xNSwwIC00MjMuOTcsMTg5Ljc5IC00MjMuOTcsNDIzLjk0IDAsMjA5LjY1IDE1Mi4yLDM4My42MiAzNTIuMTEsNDE3Ljc4bDEuODMgMCAwIDAuMzVjMC4wNywwLjAxIDAuMTEsMC4wMiAwLjE5LDAuMDNsLTAuMDggMC4wNmMtMC4wNCwwLjIxIC0wLjA3LDAuNDMgLTAuMTEsMC42M2wwIDI4MC43NWMyMjUuMjcsLTExNi4xMyA0ODYuOTQsLTM1OC4wNyA0OTMuOTksLTY3MS42NmwtMS4wOSAwLjg2YzAuNjUsLTkuNTIgMS4wOSwtMTkuMTEgMS4wOSwtMjguOGwwIDB6IiBmaWxsPSIjZDEwMDAwIiBmaWxsLW9wYWNpdHk9IjEiIGlkPSJwYXRoLTciIHR5cGU9InNvbGlkQ29sb3IiLz4KIDwvZz4KPC9zdmc+") left 0px top 50% / 50px no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;filter: hue-rotate(67deg) saturate(100);
  border-radius: none;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .reviews-51 .text > .align-elem {
  flex-basis: 100%;
}
.title-page .reviews-51 .author {
  text-align: right;
  box-sizing: border-box;
  color: #4095bf;
  margin-bottom: 5px;
  position: relative;
  z-index: 1;
  margin-left: 255px;
  margin-right: 0;
}
.title-page .reviews-51 .name {
  border: none;
  text-align: left;
  box-sizing: border-box;
  font-weight: normal;
  font-family: Open Sans, sans-serif;
  color: #c2c2c2;
  text-indent: 0;
  text-decoration: none;
  font-size: 17px;
  display: -webkit-inline-flex;
  display: inline-flex;
  padding-left: 38px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMTMuNzU4NG1tIiBoZWlnaHQ9IjIuMDYzN21tIiB2ZXJzaW9uPSIxLjEiIHN0eWxlPSJzaGFwZS1yZW5kZXJpbmc6Z2VvbWV0cmljUHJlY2lzaW9uOyB0ZXh0LXJlbmRlcmluZzpnZW9tZXRyaWNQcmVjaXNpb247IGltYWdlLXJlbmRlcmluZzpvcHRpbWl6ZVF1YWxpdHk7IGZpbGwtcnVsZTpldmVub2RkOyBjbGlwLXJ1bGU6ZXZlbm9kZCIgdmlld0JveD0iMCAwIDI1MS4yMSAzNy42OCIgaWQ9InN2Zy0xIj4KIDxkZWZzIGlkPSJkZWZzLTIiPgogIAogPC9kZWZzPgogPGcgaWQ9IlNsb3lfeDAwMjBfMSI+CiAgPG1ldGFkYXRhIGlkPSJDb3JlbENvcnBJRF8wQ29yZWwtTGF5ZXIiPjwvbWV0YWRhdGE+CiAgPHJlY3QgY2xhc3M9ImZpbDAiIHk9Ii0wIiB3aWR0aD0iMjUxLjIxIiBoZWlnaHQ9IjM3LjY4IiBmaWxsPSIjZDEwMDAwIiBmaWxsLW9wYWNpdHk9IjEiIGlkPSJyZWN0LTUiIHR5cGU9InNvbGlkQ29sb3IiPjwvcmVjdD4KIDwvZz4KPC9zdmc+") left 0px top 50% / 30px no-repeat ;
  -webkit-border-radius: none;
  -moz-border-radius: none;filter: hue-rotate(67deg) saturate(100);
  border-radius: none;
}
.title-page .reviews-51 .date {
  text-align: left;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  text-transform: lowercase;
  font-size: 11px;
  color: #808080;
}
.title-page .reviews-51 .image_author {
  box-sizing: border-box;
  color: #4095bf;
  margin-bottom: 5px;
  position: absolute;
  left: 0;
  top: 0;
}
.title-page .reviews-51 .image_author .image_name {
  box-sizing: border-box;
  font-weight: bold;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .reviews-51 .image_author .image_date {
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  text-transform: lowercase;
  font-size: 11px;
  color: #808080;
}
.title-page .reviews-51 .footer {
  box-sizing: border-box;
}
.title-page .reviews-51 .all {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  color: #000;
  text-indent: 0;
  text-decoration: none;
  min-height: 14px;
  height: 0;
}
.title-page .reviews-51 .controls {
  position: absolute;
  top: auto;
  left: 50%;
  right: auto;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  margin-top: -20px;
  text-align: justify;
  margin-left: -55px;
  width: 110px;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  bottom: 0;
  z-index: 1;
  margin-bottom: 0;
}
.title-page .reviews-51 .prev {
  border: none;
  position: relative;
  z-index: 105;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 55px;
  height: 20px;
  background: url("../images/left.svg") left 50% top 50% / 11px no-repeat #c2a35b;
  box-sizing: border-box;
  text-align: left;
  min-height: 55px;
  -webkit-border-radius: 3px 0px 0px 3px;
  -moz-border-radius: 3px 0px 0px 3px;
  border-radius: 3px 0px 0px 3px;
}
.title-page .reviews-51 .prev:hover, .title-page .reviews-51 .prev.hover, .title-page .reviews-51 .prev.active {
  background: url("../images/left.svg") left 50% top 50% / 11px no-repeat #a38744;
}
.title-page .reviews-51 .next {
  border: none;
  position: relative;
  z-index: 105;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 55px;
  height: 20px;
  background: url("../images/right.svg") left 50% top 50% / 11px no-repeat #c2a35b;
  box-sizing: border-box;
  text-align: left;
  min-height: 55px;
  -webkit-border-radius: 0px 3px 3px 0px;
  -moz-border-radius: 0px 3px 3px 0px;
  border-radius: 0px 3px 3px 0px;
  margin-top: 0;
  align-self: auto;
  margin-left: 1px;
}
.title-page .reviews-51 .next:hover, .title-page .reviews-51 .next.hover, .title-page .reviews-51 .next.active {
  background: url("../images/right.svg") left 50% top 50% / 11px no-repeat #a38744;
}
.title-page .reviews-51 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .reviews-51 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .reviews-51 .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-51 .bx-pager-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  visibility: hidden;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .reviews-51 .bx-auto_controls {
  margin: 0;
  position: relative;
  z-index: 100;
  display: -webkit-flex;
  display: flex;
  visibility: visible;
  box-sizing: border-box;
  align-self: auto;
  width: 40px;
  left: auto;
  right: auto;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  min-height: 65px;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .reviews-51 .pager-wrap {
  box-sizing: border-box;
  display: none;
}
.title-page .reviews-51 .bx-pager {
  margin: 0;
  position: relative;
  z-index: 100;
  display: inline-block;
  visibility: visible;
  box-sizing: border-box;
  align-self: auto;
  width: 40px;
  left: auto;
  right: auto;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  min-height: 65px;
}
.title-page .reviews-51 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .reviews-51 .bx-pager a {
  margin: 10px 4px;
  border: none;
  display: inline-block;
  width: 38px;
  min-height: 10px;
  background: #e0e0e0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
}
.title-page .reviews-51 .bx-pager a:hover, .title-page .reviews-51 .bx-pager a.hover, .title-page .reviews-51 .bx-pager a.active {
  background: #ccc;
}
.title-page .reviews-51 .bx-pager a:active, .title-page .reviews-51 .bx-pager a.active {
  background: #e04b14;
}
.title-page .reviews-51 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .reviews-51 .bx-controls-auto {
  display: -webkit-flex;
  display: flex;
}
.title-page .reviews-51 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .reviews-51 .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-51 .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-51 .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 .block-39 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  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;
}
.title-page .block-40 .layout_85_id_86 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.title-page .block-40 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: #0f0f0f;
  z-index: 2;
  text-align: left;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 0.02px;
  padding-bottom: 40px;
  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;
}
.title-page .widget-46 {
  margin: -25px auto 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  box-sizing: border-box;
  width: 55px;
  min-height: 0;
  background: #0f0f0f;
  padding-top: 1px;
  padding-bottom: 1px;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 0px 8px #0f0f0f;
  -moz-box-shadow: 0px 0px 0px 8px #0f0f0f;
  box-shadow: 0px 0px 0px 8px #0f0f0f;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  right: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
}
.title-page .up-86 .icon {
  border: none;
  box-sizing: border-box;
  margin-top: 0;
  height: 20px;
  width: 55px;
  display: inline-block;
  background: url("../images/up.svg") left 50% top 50% / 18px no-repeat #0f0f0f;
  text-align: left;
  min-height: 55px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
}
.title-page .up-86 .icon:hover, .title-page .up-86 .icon.hover, .title-page .up-86 .icon.active {
  background: url("../images/up.svg") left 50% top 50% / 18px no-repeat #383838;
}
.title-page .up-86 .icon:active, .title-page .up-86 .icon.active {
  background: url("../images/up.svg") left 50% top 50% / 18px no-repeat #000;
}
.title-page .up-86 .title {
  box-sizing: border-box;
  color: #000;
  margin-top: 14px;
  margin-bottom: 5px;
  -webkit-order: 5;
  -moz-order: 5;
  order: 5;
}
.title-page .block-41 {
  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;
  right: 0;
  max-width: 100%;
  padding-top: 20px;
}
.title-page .widget-47 {
  margin: 15px 0 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  font-family: Open Sans, sans-serif;
  color: #8f8f8f;
  text-decoration: none;
  width: auto;
  right: 0;
  padding-right: 0;
}
.title-page .widget-48 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  width: auto;
  right: 0;
  padding-right: 0;
}
.title-page .block-42 {
  padding: 70px 25px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: #1c1c1c;
  z-index: 1;
  text-align: left;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
}
.title-page .block-47 .layout_91 {
  -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-47 .layout_95 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-47 .layout_103 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-47 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1150px;
  min-height: 0;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  max-width: 100%;
}
.title-page .widget-51 {
  margin: 0 0 auto 55px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  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: 280px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: 0;
}
.title-page .widgetsocial-95 .soc-header {
  border: none;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 1;
  margin-bottom: 30px;
  font-family: Open Sans, sans-serif;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  padding-bottom: 20px;
  -webkit-box-shadow: inset 0px -2px 0px rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0px -2px 0px rgba(255, 255, 255, 0.15);
  box-shadow: inset 0px -2px 0px rgba(255, 255, 255, 0.15);
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMTMuNzU4NG1tIiBoZWlnaHQ9IjIuMDYzN21tIiB2ZXJzaW9uPSIxLjEiIHN0eWxlPSJzaGFwZS1yZW5kZXJpbmc6Z2VvbWV0cmljUHJlY2lzaW9uOyB0ZXh0LXJlbmRlcmluZzpnZW9tZXRyaWNQcmVjaXNpb247IGltYWdlLXJlbmRlcmluZzpvcHRpbWl6ZVF1YWxpdHk7IGZpbGwtcnVsZTpldmVub2RkOyBjbGlwLXJ1bGU6ZXZlbm9kZCIgdmlld0JveD0iMCAwIDI1MS4yMSAzNy42OCIgaWQ9InN2Zy0xIj4KIDxkZWZzIGlkPSJkZWZzLTIiPgogIAogPC9kZWZzPgogPGcgaWQ9IlNsb3lfeDAwMjBfMSI+CiAgPG1ldGFkYXRhIGlkPSJDb3JlbENvcnBJRF8wQ29yZWwtTGF5ZXIiPjwvbWV0YWRhdGE+CiAgPHJlY3QgY2xhc3M9ImZpbDAiIHk9Ii0wIiB3aWR0aD0iMjUxLjIxIiBoZWlnaHQ9IjM3LjY4IiBmaWxsPSIjZDEwMDAwIiBmaWxsLW9wYWNpdHk9IjEiIGlkPSJyZWN0LTUiIHR5cGU9InNvbGlkQ29sb3IiPjwvcmVjdD4KIDwvZz4KPC9zdmc+") left 50% bottom 0px / 15px no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-95 .soc-content {
 box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: center;
    -webkit-justify-content: inherit;
    -moz-justify-content: inherit;
    justify-content: center;
    text-align: inherit;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
}
.soc-content a{
	margin: 0 10px;
}
.title-page .widgetsocial-95 .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: 50%;
  text-align: left;
}
.title-page .widgetsocial-95 .soc {
  margin: 2px 2px 20px;
  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-95 .vk .wg-soc-icon {
  border: none;
  background: url("../images/vk.png") left 50% top 50% / 28px no-repeat;
  width: 35px;
  min-height: 35px;
  text-align: left;
  height: 35px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-95 .fb .wg-soc-icon {
  border: none;
  background: url("../images/facebook.png") left 50% top 50% / 12px no-repeat;
  width: 35px;
  min-height: 35px;
  text-align: left;
  height: 35px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-95 .tw .wg-soc-icon {
  border: none;
  background: url("../images/lib_683601_soci2.svg") left 50% top 50% / 21px no-repeat;
  width: 35px;
  min-height: 35px;
  text-align: left;
  height: 35px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-95 .google .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_google.png") left 50% top 50% / cover no-repeat;
  width: 35px;
  min-height: 35px;
  text-align: left;
  height: 35px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-95 .ins .wg-soc-icon {
  border: none;
  background: url("../images/insta.png") left 50% top 50% / 22px no-repeat;
  width: 35px;
  min-height: 35px;
  text-align: left;
  height: 35px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-95 .ok .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_ok.png") left 50% top 50% / cover no-repeat;
  width: 35px;
  min-height: 35px;
  text-align: left;
  height: 35px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-95 .mail .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_mail.png") left 50% top 50% / cover no-repeat;
  width: 35px;
  min-height: 35px;
  text-align: left;
  height: 35px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-95 .pin .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_pin.png") left 50% top 50% / cover no-repeat;
  width: 35px;
  min-height: 35px;
  text-align: left;
  height: 35px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-95 .lj .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_lj.png") left 50% top 50% / cover no-repeat;
  width: 35px;
  min-height: 35px;
  text-align: left;
  height: 35px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-95 .my .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_my.png") left 50% top 50% / cover no-repeat;
  width: 35px;
  min-height: 35px;
  text-align: left;
  height: 35px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-95 .youtube .wg-soc-icon {
  border: none;
  background: url("../images/youtube.png") left 50% top 50% / 26px no-repeat;
  width: 35px;
  min-height: 35px;
  text-align: left;
  height: 35px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-95 .wg-soc-icon {
  box-sizing: border-box;
  min-width: 20px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .widgetsocial-95 .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: 15px;
  line-height: 1;
  word-break: break-word;
  font-family: Open Sans, 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-95 .wg-soc-title:hover, .title-page .widgetsocial-95 .wg-soc-title.hover, .title-page .widgetsocial-95 .wg-soc-title.active {
  color: #fff;
}
.title-page .widgetsocial-95 .telegram .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_tg.png") left 50% top 50% / cover no-repeat;
  width: 35px;
  min-height: 35px;
  text-align: left;
  height: 35px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-95 .whatsapp .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_wa.png") left 50% top 50% / cover no-repeat;
  width: 35px;
  min-height: 35px;
  text-align: left;
  height: 35px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-43 {
  margin: 0 0 auto 55px;
  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;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  right: 0;
  border-top: 0px solid rgba(255, 255, 255, 0.15);
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 0px solid rgba(255, 255, 255, 0.15);
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-left: 15px;
  padding-right: 15px;
}
.title-page .block-44 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 247px;
  min-height: 0;
  z-index: 1;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  right: auto;
}
.title-page .widget-49 {
  margin: 20px auto 0;
  position: relative;
  top: 0;
  left: 0;
  width: 200px;
  min-height: 55px;
  z-index: 2;
  font-family: Open Sans, sans-serif;
  text-align: center;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background: url("../images/more_pic_1556085875713.svg") right 15px top 50% / 24px no-repeat #c2a35b;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-weight: bold;
  -webkit-box-shadow: 0px 7px 30px 0px rgba(255, 15, 15, 0.2);
  -moz-box-shadow: 0px 7px 30px 0px rgba(255, 15, 15, 0.2);
  box-shadow: 0px 7px 30px 0px rgba(255, 15, 15, 0.2);
  padding-right: 15px;
  padding-left: 15px;
}
.title-page .widget-49:hover, .title-page .widget-49.hover, .title-page .widget-49.active {
  background: url("../images/more_pic_1556085875713.svg") right 15px top 50% / 24px no-repeat #a38744;
}
.title-page .popover-wrap-93 .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-93 .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-93 .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-93 .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-93 .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-93 .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-93 .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-93 .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-93 .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-93 .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-93 .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-93 .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-93 > * {
  box-sizing: border-box;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}
.title-page .popover-container-93 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-93 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-93 .popover-form-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-93 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-93 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-93 .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-93 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-93 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-93 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-93 .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-93 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-93 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-93 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-93 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-93 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-93 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-93 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-93 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-93 .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-93 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-93 .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-93 .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-93 .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-93 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-93 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-93 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-93 .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-93 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-93 .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-93 .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-93 .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-93 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-93 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-93 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-93 .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-93 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-93 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-93 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-93 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-93 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-93 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-93 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-93 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-93 .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-93 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-93 .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-93 .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-93 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-93 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-93 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-93 .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-93 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-93 .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-93 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-93 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-93 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .widget-50 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: undefined;
  box-sizing: border-box;
  width: 247px;
  right: auto;
}
.title-page .address-94 p:first-child {
  margin-top: 0;
}
.title-page .address-94 p:last-child {
  margin-bottom: 0;
}
.title-page .address-94 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .address-94 .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-94 .icon {
  box-sizing: border-box;
  height: 16px;
  width: 16px;
  background: #ccc;
  margin-right: 5px;
}
.title-page .address-94 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .address-94 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .address-94 .title {
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  font-family: Open Sans, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  padding-bottom: 20px;
  margin-bottom: 30px;
  -webkit-box-shadow: inset 0px -2px 0px rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0px -2px 0px rgba(255, 255, 255, 0.15);
  box-shadow: inset 0px -2px 0px rgba(255, 255, 255, 0.15);
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMTMuNzU4NG1tIiBoZWlnaHQ9IjIuMDYzN21tIiB2ZXJzaW9uPSIxLjEiIHN0eWxlPSJzaGFwZS1yZW5kZXJpbmc6Z2VvbWV0cmljUHJlY2lzaW9uOyB0ZXh0LXJlbmRlcmluZzpnZW9tZXRyaWNQcmVjaXNpb247IGltYWdlLXJlbmRlcmluZzpvcHRpbWl6ZVF1YWxpdHk7IGZpbGwtcnVsZTpldmVub2RkOyBjbGlwLXJ1bGU6ZXZlbm9kZCIgdmlld0JveD0iMCAwIDI1MS4yMSAzNy42OCIgaWQ9InN2Zy0xIj4KIDxkZWZzIGlkPSJkZWZzLTIiPgogIAogPC9kZWZzPgogPGcgaWQ9IlNsb3lfeDAwMjBfMSI+CiAgPG1ldGFkYXRhIGlkPSJDb3JlbENvcnBJRF8wQ29yZWwtTGF5ZXIiPjwvbWV0YWRhdGE+CiAgPHJlY3QgY2xhc3M9ImZpbDAiIHk9Ii0wIiB3aWR0aD0iMjUxLjIxIiBoZWlnaHQ9IjM3LjY4IiBmaWxsPSIjZDEwMDAwIiBmaWxsLW9wYWNpdHk9IjEiIGlkPSJyZWN0LTUiIHR5cGU9InNvbGlkQ29sb3IiPjwvcmVjdD4KIDwvZz4KPC9zdmc+") left 50% bottom 0px / 15px no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .address-94 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  font-family: Open Sans, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.4;
  text-decoration: none;
  font-weight: 300;
}
.title-page .address-94 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .address-94 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .block-48 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 280px;
  min-height: 0;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
}
.title-page .block-45 {
  margin: 15px 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-52 {
  margin: 5px 0 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  box-sizing: border-box;
  width: auto;
  padding-left: 0;
  right: 0;
}
.title-page .email-97 p:first-child {
  margin-top: 0;
}
.title-page .email-97 p:last-child {
  margin-bottom: 0;
}
.title-page .email-97 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .email-97 .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-97 .icon {
  box-sizing: border-box;
  height: 16px;
  width: 16px;
  background: #ccc;
  margin-right: 5px;
}
.title-page .email-97 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .email-97 .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-97 .title {
  box-sizing: border-box;
  display: none;
}
.title-page .email-97 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  font-family: Open Sans, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-size: 15px;
  color: #fff;
  font-style: italic;
  text-decoration: underline;
  font-weight: normal;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .email-97 .text_body:hover, .title-page .email-97 .text_body.hover, .title-page .email-97 .text_body.active {
  text-decoration: none;
}
.title-page .email-97 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .email-97 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-53 {
  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-98 p:first-child {
  margin-top: 0;
}
.title-page .phones-98 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-98 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .phones-98 .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-98 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 25px;
  background: url("../images/phone_1556016903742.svg") left 50% top 50% / 18px no-repeat;
  margin-right: auto;
  min-height: 25px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-left: auto;
}
.title-page .phones-98 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  flex: 1 0 auto;
  left: auto;
  top: 100%;
  right: auto;
  bottom: auto;
}
.title-page .phones-98 .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-98 .title {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-98 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  font-family: Open Sans, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-size: 17px;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
}
.title-page .phones-98 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-98 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-98 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .block-46 {
  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-54 {
  margin: 10px 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-100 .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-100 .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-100 .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-100 .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-100 .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-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 .editable_block-100 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-100 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-100 .header {
  box-sizing: border-box;
  font-size: 20px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  text-align: left;
}
.title-page .editable_block-100 .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-100 .title {
  box-sizing: border-box;
  font-size: 18px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-100 .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-100 .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-100 .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-100 .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-100 .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-100 .text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  font-family: Open Sans, sans-serif;
  color: rgba(255, 255, 255, 0.5);
  -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-100 .more {
  box-sizing: border-box;
  margin-top: 5px;
  pointer-events: auto;
}
.title-page .editable_block-100 .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-100 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-100 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-100 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-100 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-100 .item__image__title {
  box-sizing: border-box;
  display: block;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 0;
}
.title-page .editable_block-100 .clear {
  clear: both;
}
.title-page .popover-container-100 {
  top: 0;
  left: 0;
  z-index: 99999;
  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: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
}
.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;
}
.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_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-100 .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-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_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 .editable_block-100 .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-100 .price-note {
  box-sizing: border-box;
  display: inline-block;
  text-align: left;
}
.title-page .popover-wrap-100 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-100 .popover-body .s3_form_item.form_html_block {
  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 .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.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 .s3_form_item.form_radio {
  box-sizing: border-box;
}
.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 {
  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 .form_radio .s3_form_field_name {
  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 .s3_form_item.form_select {
  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 .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.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_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.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;
}
.title-page .popover-wrap-100 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.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 .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%;
}
.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;
}
.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%;
}
.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;
}
.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;
}
.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_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-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 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;
}
.title-page .popover-wrap-100 .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-100 .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-100 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.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;
}
.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 .widget-55 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  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;
  padding-bottom: 20px;
  -webkit-box-shadow: inset 0px -2px 0px rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0px -2px 0px rgba(255, 255, 255, 0.15);
  box-shadow: inset 0px -2px 0px rgba(255, 255, 255, 0.15);
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMTMuNzU4NG1tIiBoZWlnaHQ9IjIuMDYzN21tIiB2ZXJzaW9uPSIxLjEiIHN0eWxlPSJzaGFwZS1yZW5kZXJpbmc6Z2VvbWV0cmljUHJlY2lzaW9uOyB0ZXh0LXJlbmRlcmluZzpnZW9tZXRyaWNQcmVjaXNpb247IGltYWdlLXJlbmRlcmluZzpvcHRpbWl6ZVF1YWxpdHk7IGZpbGwtcnVsZTpldmVub2RkOyBjbGlwLXJ1bGU6ZXZlbm9kZCIgdmlld0JveD0iMCAwIDI1MS4yMSAzNy42OCIgaWQ9InN2Zy0xIj4KIDxkZWZzIGlkPSJkZWZzLTIiPgogIAogPC9kZWZzPgogPGcgaWQ9IlNsb3lfeDAwMjBfMSI+CiAgPG1ldGFkYXRhIGlkPSJDb3JlbENvcnBJRF8wQ29yZWwtTGF5ZXIiPjwvbWV0YWRhdGE+CiAgPHJlY3QgY2xhc3M9ImZpbDAiIHk9Ii0wIiB3aWR0aD0iMjUxLjIxIiBoZWlnaHQ9IjM3LjY4IiBmaWxsPSIjZDEwMDAwIiBmaWxsLW9wYWNpdHk9IjEiIGlkPSJyZWN0LTUiIHR5cGU9InNvbGlkQ29sb3IiPjwvcmVjdD4KIDwvZz4KPC9zdmc+") left 50% bottom 0px / 15px no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-6 {
  top: 0;
  left: 0;
  position: fixed;
  width: auto;
  text-align: center;
  right: 0;
  z-index: 1450;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.title-page .side-panel-11 .side-panel-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  pointer-events: auto;
}
.title-page .side-panel-11 .side-panel-content {
  border: none;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 265px;
  background: #1a1a1a;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
  text-align: left;
}
.title-page .side-panel-11 .side-panel-close {
  border: none;
  position: absolute;
  z-index: 1;
  left: 100%;
  top: 0;
  box-sizing: border-box;
  font-size: 0;
  width: 55px;
  min-height: 55px;
  background: url("../images/close.svg") left 50% top 50% / 15px no-repeat #c2a35b;
  cursor: pointer;
  -webkit-border-radius: 0px 3px 3px 0px;
  -moz-border-radius: 0px 3px 3px 0px;
  border-radius: 0px 3px 3px 0px;
  margin-top: 52px;
}
.title-page .side-panel-11 .side-panel-close:hover, .title-page .side-panel-11 .side-panel-close.hover, .title-page .side-panel-11 .side-panel-close.active {
  background: url("../images/close.svg") left 50% top 50% / 15px no-repeat #a38744;
}
.title-page .side-panel-11 .side-panel-content-inner {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  position: relative;
  z-index: 0;
}
.title-page .side-panel-11 .side-panel-top {
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
  width: 1150px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: none;
  text-decoration: none;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 12px;
}
.title-page .side-panel-11 .side-panel-button {
  padding: 50px 20px 25px;
  border: none;
  box-sizing: border-box;
  font-size: 0;
  width: 65px;
  min-height: 55px;
  background: #1c1c1c;
  cursor: pointer;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  pointer-events: auto;
  position: relative;
  z-index: 10;
  -webkit-border-radius: 0px 0px 3px 3px;
  -moz-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .side-panel-11 .side-panel-button:hover, .title-page .side-panel-11 .side-panel-button.hover, .title-page .side-panel-11 .side-panel-button.active {
  background: #2b2b2b;
}
.title-page .side-panel-11 .side-panel-button:active, .title-page .side-panel-11 .side-panel-button.active {
  background: #0f0f0f;
}
.title-page .side-panel-11 .side-panel-button-icon {
  display: block;
}
.title-page .side-panel-11 .side-panel-button-icon-line {
  border: none;
  box-sizing: border-box;
  display: block;
  min-height: 2px;
  margin-top: 5px;
  background: #fff;
  -webkit-box-shadow: -3px 0px 0px 0px #a38744;
  -moz-box-shadow: -3px 0px 0px 0px #a38744;
  box-shadow: -3px 0px 0px 0px #a38744;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-left: 3px;
}
.title-page .side-panel-11 .side-panel-top-inner {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-order: 1;
  -moz-order: 1;
  order: 1;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
@media all and (max-width: 960px) {
	.title-page .blocklist-36 .item-outer:last-child{
	display:none;
}
	


.big-top_wrap {
    position: relative;
    margin-top: 0px;
}


   
	
  .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-2 {
    padding-left: 50px;
    padding-right: 50px;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
  }
  .title-page .block-3 .layout_5 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: 100%;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-3 .layout_8 {
    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-3 .layout_9 {
    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-3 {
    padding: 35px 25px;
    width: auto;
    background: none;
    margin-left: 55px;
    margin-right: 55px;
    -webkit-border-radius: 75px;
    -moz-border-radius: 75px;
    border-radius: 75px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .block-4 .layout_104 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-4 .layout_5_id_32 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-4 {
    margin-bottom: 0;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .widget-64 {
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: 1602px;
    right: auto;
  }
  .title-page .site-name-104 img {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .widget-20 {
    text-align: center;
    width: 948px;
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .site-name-32 .sn-text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .widget-2 {
    text-align: center;
    width: 2345px;
    margin-left: auto;
    margin-right: auto;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-5 {
    background: none;
    display: none;
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .block-11 .layout_center_28_id_30_1 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-11 {
    background: none;
    margin-top: -250px;
    -webkit-order: 5;
    -moz-order: 5;
    order: 5;
  }
  .title-page .widget-18 {
    width: auto;
    margin-top: -117px;
    margin-left: 55px;
    margin-right: 55px;
    background: #1c1c1c;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    right: 0;
    display: block;
  }
  
  .title-page .form-29 .form-textarea textarea {
    background: none;
  }
  .title-page .form-29 .form-item__title {
    color: #ebebeb;
    font-size: 13px;
  }
  .title-page .form-29 .form-submit {
    text-align: center;
  }
  .title-page .form-29 .form-captcha input {
    background: none;
  }
  .title-page .widget-19 {
    min-height: 750px;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .slider-30 .text-slider {
    right: 0;
    left: 0;
    margin-left: 55px;
    margin-top: -83px;
    width: auto;
    margin-right: 50px;
    background: none;
  }
  .title-page .slider-30 .block-body {
    font-size: 29px;
  }
  .title-page .slider-30 .block-title {
    font-size: 25px;
  }
  .title-page .slider-30 .slider-controls {
    display: none;
  }
  .title-page .slider-30 .slider-prev {
    padding: 0;
    margin: 0 2px;
  }
  .title-page .slider-30 .slider-next {
    padding: 0;
    margin: 0 2px;
  }
  .title-page .slider-30 .slider-pager-wrap {
    top: 50%;
    bottom: auto;
    margin-top: 45px;
    right: 0;
    left: 0;
    width: auto;
    margin-right: 0;
  }
  .title-page .slider-30 .bx-auto_controls {
    width: auto;
    padding-left: 35px;
    padding-right: 35px;
  }
  .title-page .slider-30 .slider-pager {
    margin-left: auto;
    margin-right: 0;
    margin-top: 0;
  }
  .title-page .block-13 {
    padding-left: 50px;
    padding-right: 50px;
    -webkit-order: 6;
    -moz-order: 6;
    order: 6;
  }
  .title-page .block-14 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-21 {
    padding-bottom: 0.02px;
    padding-top: 70px;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .blocklist-35 .header_text {
    font-size: 35px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .blocklist-35 .header_text:hover, .title-page .blocklist-35 .header_text.hover, .title-page .blocklist-35 .header_text.active {
    font-weight: 200;
  }
  .title-page .blocklist-35 .description {
    margin-bottom: 34px;
  }
  .title-page .blocklist-35 .body-outer {
    width: auto;
    overflow: visible;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .blocklist-35 .body {
    width: auto;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .blocklist-35 .list {
    overflow-x: visible;
    overflow-y: visible;
  }
  .title-page .blocklist-35 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-35 .item {
    margin-bottom: 5px;
    margin-top: 5px;
    min-height: 388px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-35 .text {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    background: none;
  }
  .title-page .blocklist-35 .image {
    margin-bottom: 0;
    float: none;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-35 .img-convert {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: none;
  }
  .title-page .blocklist-35 .title {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-35 .title:hover, .title-page .blocklist-35 .title.hover, .title-page .blocklist-35 .title.active {
    font-weight: 500;
  }
  .title-page .blocklist-35 .price {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-35 .more {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-35 .sub-title {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-35 .bx-wrapper {
    max-width: 678px;
    margin-left: auto;
  }
  .title-page .widget-22 {
    padding-bottom: 70px;
    padding-top: 70px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .blocklist-36 .header {
    margin-bottom: 25px;
  }
  .title-page .blocklist-36 .header_text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .blocklist-36 .header_text:hover, .title-page .blocklist-36 .header_text.hover, .title-page .blocklist-36 .header_text.active {
    font-weight: 200;
  }
  .title-page .blocklist-36 .description {
    margin-bottom: 34px;
  }
  .title-page .blocklist-36 .body-outer {
    width: auto;
    overflow: visible;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .blocklist-36 .body {
    width: auto;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .blocklist-36 .list {
    overflow-x: visible;
    overflow-y: visible;
  }
  .title-page .blocklist-36 .item-outer {
    width: 33.33%;
  }
  .title-page .blocklist-36 .item {
    background: none;
    margin-bottom: 5px;
    margin-top: 5px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-36 .text {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    background: none;
  }
  .title-page .blocklist-36 .image {
    float: none;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-36 .img-convert {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: none;
  }
  .title-page .blocklist-36 .title {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-36 .title:hover, .title-page .blocklist-36 .title.hover, .title-page .blocklist-36 .title.active {
    font-weight: 500;
  }
  .title-page .blocklist-36 .price {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-36 .more {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-36 .more > a {
    background: none;
  }
  .title-page .blocklist-36 .more > a:hover, .title-page .blocklist-36 .more > a.hover, .title-page .blocklist-36 .more > a.active {
    background: none;
  }
  .title-page .blocklist-36 .more > a:active, .title-page .blocklist-36 .more > a.active {
    background: none;
  }
  .title-page .blocklist-36 .sub-title {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-36 .bx-wrapper {
    max-width: 678px;
    margin-left: auto;
  }
  .title-page .block-17 {
    margin-top: -116px;
    -webkit-order: 8;
    -moz-order: 8;
    order: 8;
  }
  .title-page .block-61 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .block-18 {
    width: auto;
    margin-left: 0;
  }
  .title-page .widget-25 {
           padding-top: 0px;
    padding-bottom: 0px;
  }
   .form__header {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 29px;
    font-size: 35px;
  }
   .form__text {
    background: none;
    margin-bottom: 30px;
  }
   .form__body {
    margin-right: 0;
  }
 
   .form-tbody {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
   .form-text {
    width: 100%;
    padding-right: 0;
    background: none;
  }
   .form-text input {


    min-height: 50px;
      height: 27px;
  }
   .form-textarea textarea {
    min-height: 70px;
    background: none;
  }
   .icon.img_comments {
    width: 44px;
  }
   .form-textarea {
    text-align: left;
    margin-right: 0;
  }
   .form-submit {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    text-align: center;
    
    align-self: auto;
    background: none;
  }
   .form-submit .form-item__body {
    margin-left: auto;
    margin-right: auto;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  
   .form-captcha {
    margin-right: 0;
  }
   .form-captcha input {
    background: none;
  }
   .form-captcha button {
    width: 200px;
  }
   .form-checkbox {
    width: 100%;
    padding-right: 5px;
  }
   .form-radio {
    width: 100%;
    padding-right: 5px;
  }
   .form-select {
    width: 100%;
    padding-right: 5px;
  }
   .form-div {
    width: 100%;
    padding-right: 5px;
  }
   .form-html {
    width: 100%;
    padding-right: 5px;
  }
   .form-upload {
    width: 100%;
    padding-right: 5px;
  }
   .form-calendar {
    width: 100%;
    padding-right: 5px;
  }
   .form-calendar_interval {
    width: 100%;
    padding-right: 5px;
  }
   .form-success {
    text-align: center;
  }
  .title-page .block-15 {
    padding-left: 50px;
    padding-right: 50px;
    -webkit-order: 7;
    -moz-order: 7;
    order: 7;
  }
  .title-page .block-16 {
       width: auto;
    margin-left: 20px;
    margin-right: 20px;padding-bottom: 0px;
  }
  .title-page .widget-23 {
    padding-bottom: 70px;
    padding-top: 70px;
    display: block;
  }
  .title-page .blocklist-39 .header_text {
    font-size: 35px;
  }
  .title-page .blocklist-39 .description {
    margin-bottom: 34px;
  }
  .title-page .blocklist-39 .body-outer {
    width: auto;
    overflow: visible;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .blocklist-39 .body {
    width: auto;
    margin-left: -2px;
    margin-right: -2px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .blocklist-39 .bx-wrapper {
    max-width: 674px;
    margin-left: auto;
  }
  .title-page .blocklist-39 .list {
    width: 674px;
    overflow-x: visible;
    overflow-y: visible;
  }
  .title-page .blocklist-39 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-39 .item {
    margin: 0 2px 76px;
    min-height: 388px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-39 .text {
    background: none;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .blocklist-39 .image {
    margin-right: 0;
    float: none;
  }
  .title-page .blocklist-39 .img-convert {
    background: none;
  }
  .title-page .blocklist-39 .controls {
    margin-top: 5px;
  }
  .title-page .block-19 {
    padding: 70px 50px 0.02px;
    -webkit-order: 9;
    -moz-order: 9;
    order: 9;
  }
  .title-page .block-20 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-26 {
    text-align: center;
    padding-left: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .editable_block-46 .header {
    background: none;
  }
  .title-page .editable_block-46 .body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .editable_block-46 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    font-size: 35px;
    margin-bottom: 24px;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .editable_block-46 .image {
    display: none;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .editable_block-46 .img-convert {
    background: none;
  }
  .title-page .editable_block-46 .text {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .editable_block-46 .price {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .editable_block-46 .more {
    clear: none;
    margin-top: 39px;
    text-align: center;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .block-21 {
    padding: 35px 50px 70px;
    -webkit-order: 10;
    -moz-order: 10;
    order: 10;
  }
  .title-page .block-22 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-27 {
    -webkit-order: 6;
    -moz-order: 6;
    order: 6;
    display: block;
  }
  .title-page .blocklist-49 .header {
    margin-bottom: 11px;
  }
  .title-page .blocklist-49 .body-outer {
    width: auto;
    padding-right: 0;
  }
  .title-page .blocklist-49 .body {
    width: auto;
  }
  .title-page .blocklist-49 .bx-wrapper {
    max-width: 681px;
  }
  .title-page .blocklist-49 .list {
    width: 680px;
  }
  .title-page .blocklist-49 .item-outer {
    width: 33.33%;
  }
  .title-page .blocklist-49 .item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    flex-basis: auto;
  }
  .title-page .blocklist-49 .image {
    margin-right: 0;
    float: none;
  }
  .title-page .blocklist-49 .title {
    background: none;
  }
  .title-page .blocklist-49 .controls {
    margin-top: -33px;
  }
  .title-page .blocklist-49 .prev {
    margin-left: -20px;
  }
  .title-page .blocklist-49 .next {
    margin-right: -20px;
  }
  .title-page .blocklist-49 .bx-pager a:active, .title-page .blocklist-49 .bx-pager a.active {
    -webkit-box-shadow: 0px 0px 0px 3px #e3e3e3;
    -moz-box-shadow: 0px 0px 0px 3px #e3e3e3;
    box-shadow: 0px 0px 0px 3px #e3e3e3;
  }
  .title-page .block-23 {
    padding: 70px 30px;
    margin-top: 50px;
    -webkit-order: 11;
    -moz-order: 11;
    order: 11;
  }
  .title-page .block-24 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-28 {
    padding-bottom: 96px;
    height: auto;
    display: block;
  }
  .title-page .reviews-51 .header {
    margin-bottom: 42px;
  }
  .title-page .reviews-51 .header_text {
    font-size: 35px;
  }
  .title-page .reviews-51 .list-wr {
    width: auto;
    overflow: visible;
  }
  .title-page .reviews-51 .body {
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .reviews-51 .bx-wrapper {
    max-width: 710px;
  }
  .title-page .reviews-51 .list {
    width: 710px;
    overflow-x: visible;
    overflow-y: visible;
  }
  .title-page .reviews-51 .item {
    padding-bottom: 0.02px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: false, false, false, false;
    -moz-box-shadow: false, false, false, false;
    box-shadow: false, false, false, false;
    background: none;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .reviews-51 .image {
    margin-left: auto;
    margin-bottom: -44px;
    margin-right: auto;
    background: none;
  }
  .title-page .reviews-51 .img-convert {
    background: none;
  }
  .title-page .reviews-51 .text {
    margin-top: 0;
    width: auto;
    left: 0;
    right: 0;
    margin-right: 0;
    padding-left: 0;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMjQ4MnB4IiBoZWlnaHQ9IjI0ODJweCIgdmVyc2lvbj0iMS4xIiBzdHlsZT0ic2hhcGUtcmVuZGVyaW5nOmdlb21ldHJpY1ByZWNpc2lvbjsgdGV4dC1yZW5kZXJpbmc6Z2VvbWV0cmljUHJlY2lzaW9uOyBpbWFnZS1yZW5kZXJpbmc6b3B0aW1pemVRdWFsaXR5OyBmaWxsLXJ1bGU6ZXZlbm9kZDsgY2xpcC1ydWxlOmV2ZW5vZGQiIHZpZXdCb3g9IjAgMCAyNDgyIDI0ODIiIGlkPSJzdmctMSI+CiA8ZGVmcyBpZD0iZGVmcy0yIj4KICA8c3R5bGUgdHlwZT0idGV4dC9jc3MiIGlkPSJzdHlsZS0zIj4KCS5maWwxIHsgZmlsbC1ydWxlOiBub256ZXJvOyB9Cjwvc3R5bGU+CiA8L2RlZnM+CiA8ZyBpZD0iU2xveV94MDAyMF8xIj4KICA8bWV0YWRhdGEgaWQ9IkNvcmVsQ29ycElEXzBDb3JlbC1MYXllciIvPgogIDxjaXJjbGUgY2xhc3M9ImZpbDAiIGN4PSIxMjQxIiBjeT0iMTI0MSIgcj0iMTI0MSIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1vcGFjaXR5PSIxIiBpZD0iY2lyY2xlLTYiIHR5cGU9InNvbGlkQ29sb3IiLz4KICA8cGF0aCBjbGFzcz0iZmlsMSIgZD0iTTExODkuOSAxMTAzLjE3YzAsLTIzNC4xNSAtMTg5LjgzLC00MjMuOTQgLTQyMy45NSwtNDIzLjk0IC0yMzQuMTYsMCAtNDIzLjk4LDE4OS43OSAtNDIzLjk4LDQyMy45NCAwLDIwOS42NSAxNTIuMTksMzgzLjYyIDM1Mi4xMiw0MTcuNzhsMS44MiAwIDAgMC4zNWMwLjA4LDAuMDEgMC4xMiwwLjAyIDAuMTcsMC4wM2wtMC4wNiAwLjA2Yy0wLjAyLDAuMjEgLTAuMDYsMC40MyAtMC4xMSwwLjYzbDAgMjgwLjc1YzIyNS4yNywtMTE2LjEzIDQ4Ni45NCwtMzU4LjA3IDQ5My45OSwtNjcxLjY2bC0xLjA5IDAuODZjMC42NCwtOS41MiAxLjA5LC0xOS4xMSAxLjA5LC0yOC44bDAgMHptOTUwLjEzIDBjMCwtMjM0LjE1IC0xODkuODMsLTQyMy45NCAtNDIzLjk2LC00MjMuOTQgLTIzNC4xNSwwIC00MjMuOTcsMTg5Ljc5IC00MjMuOTcsNDIzLjk0IDAsMjA5LjY1IDE1Mi4yLDM4My42MiAzNTIuMTEsNDE3Ljc4bDEuODMgMCAwIDAuMzVjMC4wNywwLjAxIDAuMTEsMC4wMiAwLjE5LDAuMDNsLTAuMDggMC4wNmMtMC4wNCwwLjIxIC0wLjA3LDAuNDMgLTAuMTEsMC42M2wwIDI4MC43NWMyMjUuMjcsLTExNi4xMyA0ODYuOTQsLTM1OC4wNyA0OTMuOTksLTY3MS42NmwtMS4wOSAwLjg2YzAuNjUsLTkuNTIgMS4wOSwtMTkuMTEgMS4wOSwtMjguOGwwIDB6IiBmaWxsPSIjZDEwMDAwIiBmaWxsLW9wYWNpdHk9IjEiIGlkPSJwYXRoLTciIHR5cGU9InNvbGlkQ29sb3IiLz4KIDwvZz4KPC9zdmc+") left 50% top 0px / 50px no-repeat;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    padding-top: 65px;
  }
  .title-page .reviews-51 .author {
    margin-left: 0;
    width: auto;
    left: 0;
    right: 0;
  }
  .title-page .reviews-51 .name {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .reviews-51 .controls {
    margin-top: -123px;
  }
  .title-page .reviews-51 .bx-pager a {
    min-height: 2px;
  }
  .title-page .block-39 {
    -webkit-order: 12;
    -moz-order: 12;
    order: 12;
  }
  .title-page .block-40 .layout_85_id_86 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-40 {
    padding-right: 30px;
    padding-left: 30px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-46 {
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .block-41 {
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-47 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .widget-48 {
    margin-left: auto;
    margin-right: auto;
    display: none;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .block-42 {
    padding: 40px 30px 60px;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .block-47 .layout_91 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-47 .layout_95 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    width: 100%;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-47 .layout_103 {
    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-47 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .widget-51 {
    width: 1373px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    -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-95 .soc-header {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .widgetsocial-95 .soc-item {
    width: 25%;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .widgetsocial-95 .google .wg-soc-icon {
    background: none;
  }
  .title-page .widgetsocial-95 .ok .wg-soc-icon {
    background: none;
  }
  .title-page .widgetsocial-95 .mail .wg-soc-icon {
    background: none;
  }
  .title-page .widgetsocial-95 .pin .wg-soc-icon {
    background: none;
  }
  .title-page .widgetsocial-95 .lj .wg-soc-icon {
    background: none;
  }
  .title-page .widgetsocial-95 .my .wg-soc-icon {
    background: none;
  }
  .title-page .widgetsocial-95 .telegram .wg-soc-icon {
    background: url("../images/lib_683601_soci1.svg") left 50% top 50% / 9px no-repeat;
  }
  .title-page .widgetsocial-95 .whatsapp .wg-soc-icon {
    background: url("../images/lib_683601_soci1.svg") left 50% top 50% / 9px no-repeat;
  }
  .title-page .block-43 {
    border: none;
    width: 1412px;
    background: none;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    padding-bottom: 25px;
    padding-top: 15px;
  }
  .title-page .block-44 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    right: 0;
  }
  .title-page .widget-49 {
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-50 {
    text-align: center;
    width: auto;
    margin-right: auto;
    right: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .address-94 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .address-94 .block-body-drop {
    width: 100%;
    margin-left: 0;
  }
  .title-page .address-94 .cell-text {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .address-94 .title {
    margin-bottom: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .block-48 {
    width: 1553px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .block-45 {
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-52 {
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .email-97 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .email-97 .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-53 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .phones-98 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .phones-98 .block-body-drop {
    width: 100%;
    margin-left: 0;
  }
  .title-page .block-46 {
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .widget-54 {
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .editable_block-100 .image {
    float: left;
  }
  .title-page .editable_block-100 .more {
    clear: none;
  }
  .title-page .widget-55 {
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .widget-6 {
    box-sizing: border-box;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .side-panel-11 .side-panel-mask {
    text-align: left;
  }
  .title-page .side-panel-11 .side-panel-top {
    padding: 5px;
    border: none;
    width: auto;
    background: none;
  }
  .title-page .side-panel-11 .side-panel-button {
    padding: 13px;
    min-height: 52px;
    width: 52px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .title-page .side-panel-11 .side-panel-button:active, .title-page .side-panel-11 .side-panel-button.active {
    -webkit-box-shadow: 0px 12px 12px 0px rgba(255, 128, 0, 0.25);
    -moz-box-shadow: 0px 12px 12px 0px rgba(255, 128, 0, 0.25);
    box-shadow: 0px 12px 12px 0px rgba(255, 128, 0, 0.25);
  }
}
@media all and (max-width: 768px) {
  .title-page .block-2 {
    padding-bottom: 25px;
    padding-top: 25px;
  }
  .title-page .block-3 .layout_5 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-3 .layout_8 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: none;
  }
  .title-page .block-3 .layout_9 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-3 {
    margin-left: 50px;
    margin-right: 50px;
    padding-left: 50px;
    padding-right: 50px;
  }
  .title-page .block-4 .layout_104 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-4 .layout_5_id_32 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-4 {
    margin-top: 15px;
    -webkit-justify-content: normal;
    -moz-justify-content: normal;
    justify-content: normal;
  }
  .title-page .widget-2 {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .block-5 {
    margin-top: 15px;
  }
  .title-page .block-11 .layout_center_28_id_30_1 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-11 {
    margin-top: 0;
  }
  .title-page .widget-18 {
    margin-top: -62px;
  }
  .title-page .form-29 .form-captcha button:hover, .title-page .form-29 .form-captcha button.hover, .title-page .form-29 .form-captcha button.active {
    color: #000;
  }
  .title-page .widget-19 {
    min-height: 650px;
    margin-top: -245px;
  }
  .title-page .slider-30 .text-slider {
    padding: 25px 24px;
    top: 0;
    margin-top: 310px;
    margin-bottom: 0;
    overflow: hidden;
  }
  .title-page .slider-30 .block-body {
    font-size: 27px;
  }
  .title-page .slider-30 .block-title {
    margin-left: -51px;
  }
  .title-page .slider-30 .slider-pager-wrap {
    margin-top: 51px;
  }
  .title-page .slider-30 .bx-auto_controls {
    margin-top: 26px;
    margin-bottom: auto;
    align-self: auto;
  }
  .title-page .widget-21 {
    padding-top: 50px;
  }
  .title-page .blocklist-35 .header_text {
    font-size: 30px;
  }
  .title-page .blocklist-35 .body-outer {
    margin-left: NaNpx;
    margin-right: NaNpx;
  }
  .title-page .blocklist-35 .body {
    margin-right: -15px;
    margin-left: -15px;
  }
  .title-page .blocklist-35 .text {
    width: auto;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .blocklist-35 .image {
    width: auto;
    left: 0;
    right: 0;
  }
  .title-page .blocklist-35 .title {
    font-size: 16px;
    width: auto;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .blocklist-35 .bx-wrapper {
    max-width: 570px;
  }
  .title-page .widget-22 {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .title-page .blocklist-36 .header_text {
    font-size: 25px;
  }
  .title-page .blocklist-36 .body-outer {
    margin-left: NaNpx;
    margin-right: NaNpx;
  }
  .title-page .blocklist-36 .body {
    margin-right: -2px;
    margin-left: -2px;
  }
  .title-page .blocklist-36 .item {
    margin: 2px;
  }
  .title-page .blocklist-36 .text {
    width: auto;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .blocklist-36 .image {
    width: auto;
    left: 0;
    right: 0;
  }
  .title-page .blocklist-36 .title {
    font-size: 15px;
    width: auto;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .blocklist-36 .bx-wrapper {
    max-width: 570px;
  }
 
   .form__header {
    font-size: 30px;
  }
   .form-submit .form-item__header {
    display: none;
  }
  .title-page .widget-23 {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .title-page .blocklist-39 .header_text {
    font-size: 30px;
  }
  .title-page .blocklist-39 .body-outer {
    margin-left: NaNpx;
    margin-right: NaNpx;
  }
  .title-page .blocklist-39 .body {
    margin-right: -15px;
    margin-left: -15px;
  }
  .title-page .blocklist-39 .bx-wrapper {
    max-width: 572px;
  }
  .title-page .blocklist-39 .list {
    width: 572px;
  }
  .title-page .blocklist-39 .text {
    width: auto;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .title-page .blocklist-39 .controls {
    margin-top: -47px;
  }
  .title-page .block-19 {
    padding-top: 50px;
    padding-bottom: 35px;
  }
  .title-page .editable_block-46 .header {
    font-size: 18px;
  }
  .title-page .editable_block-46 .title {
    font-size: 30px;
  }
  .title-page .block-21 {
    padding-top: 0.02px;
    padding-bottom: 50px;
  }
  .title-page .blocklist-49 .header_text {
    font-size: 30px;
  }
  .title-page .blocklist-49 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-49 .bx-wrapper {
    max-width: 543px;
  }
  .title-page .blocklist-49 .list {
    width: 542px;
  }
  .title-page .block-23 {
    padding: 50px 0;
    margin-top: 0;
  }
  .title-page .widget-28 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .title-page .reviews-51 .header {
    padding-left: 30px;
    padding-right: 30px;
  }
  .title-page .reviews-51 .header_text {
    font-size: 30px;
  }
  .title-page .reviews-51 .body {
    margin-left: -15px;
    margin-right: -15px;
  }
  .title-page .reviews-51 .bx-wrapper {
    max-width: 572px;
  }
  .title-page .reviews-51 .list {
    width: 572px;
  }
  .title-page .reviews-51 .item {
    margin-left: 15px;
    margin-right: 15px;
  }
  .title-page .reviews-51 .image {
    max-width: 100%;
    float: none;
  }
  .title-page .reviews-51 .text {
    text-align: center;
    padding-right: 0;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .reviews-51 .author {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
  }
  .title-page .reviews-51 .controls {
    margin-right: 0;
  }
  .title-page .block-40 .layout_85_id_86 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .widget-47 {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .block-47 .layout_91 {
    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-47 .layout_95 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-47 .layout_103 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-43 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .title-page .widget-50 {
    margin-left: auto;
  }
  .title-page .block-48 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .title-page .block-2 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .title-page .block-3 .layout_5 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-3 .layout_8 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: none;
  }
  .title-page .block-3 .layout_9 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-3 {
    margin-left: 35px;
    margin-right: 35px;
    padding-left: 0;
    padding-right: 0;
  }
  .title-page .block-4 .layout_104 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-4 .layout_5_id_32 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .site-name-32 .sn-text {
    font-size: 33px;
  }
  .title-page .block-5 {
    width: auto;
    margin-bottom: 0;
  }
  .title-page .block-11 .layout_center_28_id_30_1 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-18 {
    padding: 45px;
    margin-left: 30px;
    margin-right: 30px;
  }
  .title-page .form-29 .form-submit button {
    width: 100%;
  }
  .title-page .form-29 .form-captcha .form-submit-container {
    width: 100%;
  }
  .title-page .form-29 .form-captcha button {
    width: 100%;
  }
  .title-page .widget-19 {
    margin-top: -241px;
  }
  .title-page .slider-30 .text-slider {
    margin-right: 25px;
    margin-left: 25px;
    margin-top: 296px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .title-page .slider-30 .block-body {
    font-size: 19px;
  }
  .title-page .slider-30 .slider-pager-wrap {
    margin-top: 16px;
  }
  .title-page .slider-30 .bx-auto_controls {
    margin-top: 42px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .title-page .block-13 {
    padding-left: 35px;
    padding-right: 35px;
  }
  .title-page .blocklist-35 .header_text {
    font-size: 25px;
  }
  .title-page .blocklist-35 .body {
    margin-right: -5px;
    margin-left: -5px;
  }
  .title-page .blocklist-35 .item {
    min-height: 0;
  }
  .title-page .blocklist-35 .text {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 17px;
    font-size: 12px;
  }
  .title-page .blocklist-35 .image {
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 0;
  }
  /* .title-page .blocklist-35 .img-convert {
  width: 270px;
    height: 270px;
  } */
  .title-page .blocklist-35 .title {
    font-size: 15px;
    padding-bottom: 0.02px;
  }
  .title-page .blocklist-35 .bx-wrapper {
    max-width: 420px;
  }
  .title-page .blocklist-35 .controls {
    margin-top: -27.5px;
    bottom: auto;
  }
  .title-page .blocklist-35 .prev {
    margin-left: -18px;
  }
  .title-page .blocklist-35 .next {
    margin-right: -18px;
  }
  .title-page .blocklist-35 .bx-auto_controls {
    margin-bottom: 30px;
  }
  .title-page .widget-22 {
    margin-right: -7px;
    padding-bottom: 34px;
  }
  .title-page .blocklist-36 .body {
    margin-right: -5px;
    margin-left: -5px;
  }
  .title-page .blocklist-36 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-36 .text {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 17px;
    font-size: 12px;
  }
  .title-page .blocklist-36 .image {
    min-height: 90px;
  }
  .title-page .blocklist-36 .title {
    font-size: 17px;
  }
  .title-page .blocklist-36 .bx-wrapper {
    max-width: 420px;
  }
  .title-page .blocklist-36 .controls {
    margin-top: -27.5px;
    bottom: auto;
  }
  .title-page .blocklist-36 .prev {
    margin-left: -18px;
  }
  .title-page .blocklist-36 .next {
    margin-right: -18px;
  }
  .title-page .blocklist-36 .bx-auto_controls {
    margin-bottom: 30px;
  }
 
   .form__header {
    font-size: 25px;
  }
   .form-item-group {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
   .icon.img_name:hover,  .icon.img_name.hover,  .icon.img_name.active {
    -webkit-border-radius: 250px;
    -moz-border-radius: 250px;
    border-radius: 250px;
  }
   .form-submit button {
    width: 300px;
  }
   .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;
  }
   .form-captcha .form-submit-container {
    width: 100%;
  }
   .form-captcha button {
    width: 170px;
  }
  .title-page .block-15 {
    padding-left: 35px;
    padding-right: 35px;
  }
  .title-page .blocklist-39 .header_text {
    font-size: 25px;
  }
  .title-page .blocklist-39 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-39 .bx-wrapper {
    max-width: 410px;
  }
  .title-page .blocklist-39 .list {
    width: 410px;
  }
  .title-page .blocklist-39 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-39 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-39 .controls {
    margin-top: -62px;
  }
  .title-page .block-19 {
    padding-right: 35px;
    padding-left: 35px;
  }
  .title-page .widget-26 {
    margin-bottom: 21px;
  }
  .title-page .editable_block-46 .header {
    font-size: 20px;
  }
  .title-page .editable_block-46 .title {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    font-size: 25px;
  }
  .title-page .block-21 {
    margin-top: 0;
    padding-left: 35px;
    padding-right: 35px;
  }
  .title-page .blocklist-49 .header_text {
    font-size: 25px;
  }
  .title-page .blocklist-49 .body {
    margin-right: -2px;
    margin-left: -2px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .blocklist-49 .bx-wrapper {
    max-width: 414px;
  }
  .title-page .blocklist-49 .list {
    width: 414px;
  }
  .title-page .blocklist-49 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-49 .item {
    margin-right: 2px;
    margin-left: 2px;
  }
  .title-page .blocklist-49 .img-convert {
    height: 107px;
    width: 108px;
  }
  .title-page .blocklist-49 .controls {
    margin-top: -22px;
  }
  .title-page .blocklist-49 .prev {
    min-height: 45px;
    width: 45px;
  }
  .title-page .blocklist-49 .next {
    min-height: 45px;
    width: 45px;
  }
  .title-page .widget-28 {
    padding-left: 35px;
    padding-right: 35px;
  }
  .title-page .reviews-51 .header_text {
    font-size: 25px;
    text-align: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .reviews-51 .body {
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .reviews-51 .bx-wrapper {
    max-width: 410px;
  }
  .title-page .reviews-51 .list {
    width: 410px;
  }
  .title-page .reviews-51 .item-outer {
    width: 100%;
  }
  .title-page .reviews-51 .item {
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .block-40 .layout_85_id_86 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .widget-47 {
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .block-47 .layout_91 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-47 .layout_95 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-47 .layout_103 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-51 {
    width: 580px;
    margin-top: 30px;
    margin-bottom: 0;
  }
  .title-page .widgetsocial-95 .soc-item {
    width: 50%;
  }
  .title-page .widget-50 {
    width: 580px;
    margin-left: 0;
  }
}
@media all and (max-width: 480px) {
  .title-page .block-3 .layout_5 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-3 .layout_8 {
    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-3 .layout_9 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: 100%;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    display: none;
  }
  .title-page .block-3 {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 15px;
  }
  .title-page .block-4 .layout_104 {
    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-4 .layout_5_id_32 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-4 {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .widget-64 {
    margin-top: 15px;
    margin-bottom: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .widget-2 {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .block-11 .layout_center_28_id_30_1 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-18 {
    padding: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .title-page .form-29 .form__header {
    font-size: 25px;
    margin-bottom: 11px;
    padding-bottom: 9px;
  }
  .title-page .form-29 .form__text {
    margin-bottom: 15px;
  }
  .title-page .widget-19 {
    margin-top: -233px;
  }
  .title-page .slider-30 .text-slider {
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 313px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .slider-30 .block-body {
    font-size: 17px;
  }
  .title-page .slider-30 .block-more > a {
    font-size: 14px;
    padding-right: 47px;
  }
  .title-page .slider-30 .block-title {
    font-size: 18px;
  }
  .title-page .slider-30 .slider-pager-wrap {
    margin-top: 18px;
  }
  .title-page .slider-30 .bx-auto_controls {
    padding-left: 10px;
    padding-right: 10px;
  }
  .title-page .block-13 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .title-page .widget-21 {
    padding-top: 35px;
  }
  .title-page .blocklist-35 .description {
    margin-bottom: 15px;
  }
  .title-page .blocklist-35 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-35 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-35 .item {
    padding: 25px;
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-35 .text {
    margin-top: 30px;
    font-size: 14px;
  }
  .title-page .blocklist-35 .image {
    margin-bottom: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .title-page .blocklist-35 .title {
    font-size: 17px;
  }
  .title-page .blocklist-35 .bx-wrapper {
    max-width: 250px;
  }
  .title-page .blocklist-35 .controls {
    margin-top: -22.5px;
  }
  .title-page .blocklist-35 .prev {
    width: 45px;
    min-height: 45px;
    margin-left: -20px;
  }
  .title-page .blocklist-35 .next {
    width: 45px;
    min-height: 45px;
  }
  .title-page .blocklist-35 .bx-auto_controls {
    margin-bottom: 31px;
  }
  .title-page .widget-22 {
    margin-right: 0;
    padding-top: 35px;
  }
  .title-page .blocklist-36 .body {
    margin-right: 0;
    margin-left: 0;
  }

  .title-page .blocklist-36 .item {
    margin-right: 0;
    margin-left: 0;
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .title-page .blocklist-36 .text {
    margin-top: 30px;
    font-size: 14px;
  }
  .title-page .blocklist-36 .image {
    min-height: 80px;
  }
  .title-page .blocklist-36 .img-convert {
    width: 80px;
    height: 80px;
  }
  .title-page .blocklist-36 .title {
    font-size: 19px;
    padding-top: 0px;
	background:transparent!important;
  }
  .title-page .blocklist-36 .bx-wrapper {
    max-width: 250px;
  }
  .title-page .blocklist-36 .controls {
    margin-top: -22.5px;
  }
  .title-page .blocklist-36 .prev {
    width: 45px;
    min-height: 45px;
    margin-left: -20px;
  }
  .title-page .blocklist-36 .next {
    width: 45px;
    min-height: 45px;
  }
  .title-page .blocklist-36 .bx-auto_controls {
    margin-bottom: 31px;
  }
  .title-page .block-17 {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 40px;
  }
  .title-page .block-18 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .title-page .widget-25 {
    padding-right: 0;
    padding-left: 0;
  }
   .form__text {
    font-size: 12px;
    line-height: 1.3;
  }
  .title-page .block-15 {
    padding-left: 25px;
    padding-right: 25px;    padding-bottom: 0px;
  }
  .title-page .widget-23 {
    padding-bottom: 15px;
    padding-top: 35px;
  }
  .title-page .blocklist-39 .bx-wrapper {
    max-width: 270px;
  }
  .title-page .blocklist-39 .list {
    width: 270px;
  }
  .title-page .blocklist-39 .item {
    margin-right: 2px;
    margin-left: 2px;
    min-height: 0;
  }
  .title-page .blocklist-39 .text {
    font-size: 17px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .title-page .blocklist-39 .img-convert {
    height: 170px;
  }
  .title-page .blocklist-39 .title {
    margin-top: -16px;
    padding-top: 17px;
  }
  .title-page .blocklist-39 .price-note {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .blocklist-39 .price-currency {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .blocklist-39 .more {
    margin-top: 15px;
    margin-bottom: -9px;
    padding-bottom: 27px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
   
  }
  .title-page .blocklist-39 .controls {
    margin-top: -17.5px;
    bottom: auto;
  }
  .title-page .blocklist-39 .prev {
    width: 35px;
    min-height: 35px;
    margin-left: -17px;
  }
  .title-page .blocklist-39 .next {
    width: 35px;
    min-height: 35px;
    margin-right: -17px;
  }
  .title-page .blocklist-39 .bx-auto_controls {
    margin-bottom: -45px;
  }
  .title-page .block-19 {
    padding-top: 35px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .title-page .widget-26 {
    margin-bottom: 0;
    padding-bottom: 0.02px;
  }
  .title-page .editable_block-46 .title {
    margin-bottom: 27px;
    min-height: 0;
  }
  .title-page .editable_block-46 .image {
    float: none;
    margin-right: 0;
  }
  .title-page .editable_block-46 .more > button {
    font-size: 16px;
  }
  .title-page .block-21 {
    padding-bottom: 35px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .title-page .widget-27 {
    padding-bottom: 44px;
  }
  .title-page .blocklist-49 .header {
    margin-bottom: 9px;
  }
  .title-page .blocklist-49 .header_text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .blocklist-49 .body {
    margin-right: 0;
  }
  .title-page .blocklist-49 .bx-wrapper {
    max-width: 272px;
  }
  .title-page .blocklist-49 .list {
    width: 272px;
  }
  .title-page .blocklist-49 .item {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .title-page .blocklist-49 .img-convert {
    height: 105px;
  }
  .title-page .blocklist-49 .controls {
    margin-top: -13px;
    right: auto;
    left: 50%;
    margin-left: -25.5px;
    bottom: 0;
    top: auto;
    margin-bottom: 0;
  }
  .title-page .blocklist-49 .prev {
    -webkit-border-radius: 3px 0px 0px 3px;
    -moz-border-radius: 3px 0px 0px 3px;
    border-radius: 3px 0px 0px 3px;
  }
  .title-page .blocklist-49 .next {
    -webkit-border-radius: 0px 3px 3px 0px;
    -moz-border-radius: 0px 3px 3px 0px;
    border-radius: 0px 3px 3px 0px;
    margin-left: 1px;
  }
  .title-page .block-23 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .title-page .widget-28 {
    padding-bottom: 83px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .title-page .reviews-51 .bx-wrapper {
    max-width: 270px;
  }
  .title-page .reviews-51 .list {
    width: 270px;
  }
  .title-page .reviews-51 .item {
    margin-left: 15px;
    margin-right: 15px;
  }
  .title-page .reviews-51 .author {
    padding-left: 0;
    padding-right: 0;
  }
  .title-page .reviews-51 .image_author {
    text-align: center;
  }
  .title-page .reviews-51 .controls {
    margin-top: -183px;
  }
  .title-page .block-40 .layout_85_id_86 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
  .title-page .block-40 {
    padding-bottom: 20px;
  }
  .title-page .block-41 {
    padding-top: 10px;
  }
  .title-page .widget-47 {
    margin-left: auto;
    margin-bottom: 15px;
    margin-right: auto;
  }
  .title-page .block-42 {
    padding-bottom: 40px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .title-page .block-47 .layout_91 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-47 .layout_95 {
    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-47 .layout_103 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-51 {
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .title-page .block-43 {
    margin-top: 40px;
  }
  .title-page .widget-49 {
    margin-top: 0;
  }
  .title-page .widget-50 {
    margin-left: auto;
    margin-bottom: 27px;
  }
  .title-page .editable_block-100 .body {
    display: -webkit-flex;
    display: flex;
  }
  .title-page .editable_block-100 .image {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
}
.title-page .side-panel .widget-7 {
  margin: 0 0 20px;
  z-index: 12;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: auto;
  left: 0;
  top: 0;
  position: relative;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  display: -webkit-flex;
  display: flex;
  padding-top: 30px;
}
.title-page .side-panel .menu-12 .menu-scroll > ul {
  display: block;
}
.title-page .side-panel .menu-12 .menu-scroll > ul > li.delimiter {
  border: none;
  margin-top: 2px;
  margin-bottom: 2px;
  min-height: 1px;
  width: auto;
  background: rgba(214, 214, 214, 0.1);
  -webkit-box-shadow: inset 36px 0px 0px 0px #c2a35b;
  -moz-box-shadow: inset 36px 0px 0px 0px #c2a35b;
  box-shadow: inset 36px 0px 0px 0px #c2a35b;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
}
.title-page .side-panel .menu-12 .menu-scroll > ul > li.menu-item {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .side-panel .menu-12 .menu-scroll > ul ul {
  border: none;
  position: static;
  width: auto;
  background: rgba(240, 240, 240, 0.1);
  margin-top: 0;
  margin-left: 2px;
  margin-right: 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.title-page .side-panel .menu-12 .menu-scroll > ul ul > li > a {
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.title-page .side-panel .menu-12 .menu-scroll > ul ul > li > a:hover, .title-page .side-panel .menu-12 .menu-scroll > ul ul > li > a.hover, .title-page .side-panel .menu-12 .menu-scroll > ul ul > li > a.active {
  background: #c2a35b;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.title-page .side-panel .menu-12 .menu-scroll > ul ul ul {
  position: static;
  width: auto;
}
.title-page .side-panel .menu-12 .menu-scroll > ul ul > li.delimiter {
  margin-top: 0;
  margin-bottom: 0;
}
.title-page .side-panel .menu-12 .menu-scroll > ul > li.menu-item > a {
  width: auto;
  padding-right: 15px;
  padding-left: 15px;
  color: #fff;
  font-size: 17px;
  font-family: Roboto, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
  min-height: 55px;
  font-weight: 300;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.title-page .side-panel .menu-12 .menu-scroll > ul > li.menu-item > a:hover, .title-page .side-panel .menu-12 .menu-scroll > ul > li.menu-item > a.hover, .title-page .side-panel .menu-12 .menu-scroll > ul > li.menu-item > a.active {
  border: none;
  background: #c2a35b;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.title-page .side-panel .widget-4 {
  margin: 0 0 auto auto;
  z-index: 2;
  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: 11px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMjkuNzg3M21tIiBoZWlnaHQ9IjIzLjI3MTVtbSIgdmVyc2lvbj0iMS4xIiBzdHlsZT0ic2hhcGUtcmVuZGVyaW5nOmdlb21ldHJpY1ByZWNpc2lvbjsgdGV4dC1yZW5kZXJpbmc6Z2VvbWV0cmljUHJlY2lzaW9uOyBpbWFnZS1yZW5kZXJpbmc6b3B0aW1pemVRdWFsaXR5OyBmaWxsLXJ1bGU6ZXZlbm9kZDsgY2xpcC1ydWxlOmV2ZW5vZGQiIHZpZXdCb3g9IjAgMCAzNDkuMjIgMjcyLjgzIj4KIDxkZWZzPgogIDxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+CgkuZmlsMCB7IGZpbGwtcnVsZTogbm9uemVybzsgfQo8L3N0eWxlPgogPC9kZWZzPgogPGcgaWQ9IlNsb3lfeDAwMjBfMSI+CiAgPG1ldGFkYXRhIGlkPSJDb3JlbENvcnBJRF8wQ29yZWwtTGF5ZXIiLz4KICA8cGF0aCBjbGFzcz0iZmlsMCIgZD0iTTMxNi40OCAyNTFsLTI4My43NCAwYy02LjAyLDAgLTEwLjkxLC00LjkgLTEwLjkxLC0xMC45MWwwIC0xOTIuMDYgMTEwLjUyIDEwOS42NSAxLjE2IDFjMTIuODMsOS41NiAyNC43MywxNS45MiA0MS4xLDE1LjkyIDE2LjQxLDAgMjguMzEsLTYuNCA0MS4xNCwtMTYuMDFsMTExLjY0IC0xMTAuNiAwIDE5Mi4wOGMwLDYuMDEgLTQuODksMTAuOTEgLTEwLjkxLDEwLjkxem0wIC0yMjkuMTdjMS44MiwwIDMuNDYsMC41NiA0Ljk3LDEuMzVsLTExOS4zOCAxMTguNGMtMTEuMjgsOC4zNyAtMTguMjgsMTEuMjEgLTI3LjQ2LDExLjIxIC05LjE3LDAgLTE2LjE3LC0yLjgyIC0yNy40NCwtMTEuMTRsLTExOS40IC0xMTguNDZjMS41MSwtMC43OSAzLjE1LC0xLjM1IDQuOTcsLTEuMzVsMjgzLjc0IDB6bTAgLTIxLjgzbC0yODMuNzQgMGMtMTguMDUsMCAtMzIuNzQsMTQuNjkgLTMyLjc0LDMyLjc0bDAgMjA3LjM1YzAsMTguMDUgMTQuNjksMzIuNzQgMzIuNzQsMzIuNzRsMjgzLjc0IDBjMTguMDUsMCAzMi43NCwtMTQuNjkgMzIuNzQsLTMyLjc0bDAgLTIwNy4zNWMwLC0xOC4wNSAtMTQuNjgsLTMyLjc0IC0zMi43NCwtMzIuNzR6IiBmaWxsPSIjZmVmZWZlIiBmaWxsLW9wYWNpdHk9IjEiLz4KIDwvZz4KPC9zdmc+") left 10px top 50% / 23px no-repeat #c2a35b;
  color: #fff;
  font-family: Ubuntu, sans-serif;
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
  width: 119px;
  min-height: 52px;
  text-align: left;
  line-height: 1;
  letter-spacing: 0;
  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;
  -webkit-order: 1;
  -moz-order: 1;
  order: 1;
  padding-right: 15px;
  padding-left: 41px;
  -webkit-box-shadow: 0px 14px 18px 0px rgba(255, 15, 15, 0.2);
  -moz-box-shadow: 0px 14px 18px 0px rgba(255, 15, 15, 0.2);
  box-shadow: 0px 14px 18px 0px rgba(255, 15, 15, 0.2);
}
.title-page .side-panel .widget-4:hover, .title-page .side-panel .widget-4.hover, .title-page .side-panel .widget-4.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMjkuNzg3M21tIiBoZWlnaHQ9IjIzLjI3MTVtbSIgdmVyc2lvbj0iMS4xIiBzdHlsZT0ic2hhcGUtcmVuZGVyaW5nOmdlb21ldHJpY1ByZWNpc2lvbjsgdGV4dC1yZW5kZXJpbmc6Z2VvbWV0cmljUHJlY2lzaW9uOyBpbWFnZS1yZW5kZXJpbmc6b3B0aW1pemVRdWFsaXR5OyBmaWxsLXJ1bGU6ZXZlbm9kZDsgY2xpcC1ydWxlOmV2ZW5vZGQiIHZpZXdCb3g9IjAgMCAzNDkuMjIgMjcyLjgzIj4KIDxkZWZzPgogIDxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+CgkuZmlsMCB7IGZpbGwtcnVsZTogbm9uemVybzsgfQo8L3N0eWxlPgogPC9kZWZzPgogPGcgaWQ9IlNsb3lfeDAwMjBfMSI+CiAgPG1ldGFkYXRhIGlkPSJDb3JlbENvcnBJRF8wQ29yZWwtTGF5ZXIiLz4KICA8cGF0aCBjbGFzcz0iZmlsMCIgZD0iTTMxNi40OCAyNTFsLTI4My43NCAwYy02LjAyLDAgLTEwLjkxLC00LjkgLTEwLjkxLC0xMC45MWwwIC0xOTIuMDYgMTEwLjUyIDEwOS42NSAxLjE2IDFjMTIuODMsOS41NiAyNC43MywxNS45MiA0MS4xLDE1LjkyIDE2LjQxLDAgMjguMzEsLTYuNCA0MS4xNCwtMTYuMDFsMTExLjY0IC0xMTAuNiAwIDE5Mi4wOGMwLDYuMDEgLTQuODksMTAuOTEgLTEwLjkxLDEwLjkxem0wIC0yMjkuMTdjMS44MiwwIDMuNDYsMC41NiA0Ljk3LDEuMzVsLTExOS4zOCAxMTguNGMtMTEuMjgsOC4zNyAtMTguMjgsMTEuMjEgLTI3LjQ2LDExLjIxIC05LjE3LDAgLTE2LjE3LC0yLjgyIC0yNy40NCwtMTEuMTRsLTExOS40IC0xMTguNDZjMS41MSwtMC43OSAzLjE1LC0xLjM1IDQuOTcsLTEuMzVsMjgzLjc0IDB6bTAgLTIxLjgzbC0yODMuNzQgMGMtMTguMDUsMCAtMzIuNzQsMTQuNjkgLTMyLjc0LDMyLjc0bDAgMjA3LjM1YzAsMTguMDUgMTQuNjksMzIuNzQgMzIuNzQsMzIuNzRsMjgzLjc0IDBjMTguMDUsMCAzMi43NCwtMTQuNjkgMzIuNzQsLTMyLjc0bDAgLTIwNy4zNWMwLC0xOC4wNSAtMTQuNjgsLTMyLjc0IC0zMi43NCwtMzIuNzR6IiBmaWxsPSIjZmVmZWZlIiBmaWxsLW9wYWNpdHk9IjEiLz4KIDwvZz4KPC9zdmc+") left 10px top 50% / 23px no-repeat #a38744;
}
.title-page .popover-wrap-8 .popover-body .s3_button_large:hover, .title-page .popover-wrap-8 .popover-body .s3_button_large.hover, .title-page .popover-wrap-8 .popover-body .s3_button_large.active {
  background: #a38744;
}
.title-page .popover-wrap-8 .popover-close:hover, .title-page .popover-wrap-8 .popover-close.hover, .title-page .popover-wrap-8 .popover-close.active {
  background: url("../images/close.svg") left 50% top 50% / 18px no-repeat #a38744;
}
.title-page .side-panel .widget-5 {
  margin: 0 0 0 5px;
  border: none;
  z-index: 2;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  left: 0;
  top: 0;
  position: relative;
  pointer-events: auto;
  text-align: undefined;
  width: 52px;
  min-height: 52px;
  background: #1c1c1c;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  -webkit-order: 2;
  -moz-order: 2;
  order: 2;
  right: 0;
}
.title-page .side-panel .phones-10 .inner {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .side-panel .phones-10 .icon {
  width: 52px;
  min-height: 52px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMTYuOTMzNG1tIiBoZWlnaHQ9IjE2LjkzMzRtbSIgdmVyc2lvbj0iMS4xIiBzdHlsZT0ic2hhcGUtcmVuZGVyaW5nOmdlb21ldHJpY1ByZWNpc2lvbjsgdGV4dC1yZW5kZXJpbmc6Z2VvbWV0cmljUHJlY2lzaW9uOyBpbWFnZS1yZW5kZXJpbmc6b3B0aW1pemVRdWFsaXR5OyBmaWxsLXJ1bGU6ZXZlbm9kZDsgY2xpcC1ydWxlOmV2ZW5vZGQiIHZpZXdCb3g9IjAgMCAzMDcuODggMzA3Ljg4IiBpZD0ic3ZnLTEiPgogPGRlZnMgaWQ9ImRlZnMtMiI+CiAgPHN0eWxlIHR5cGU9InRleHQvY3NzIiBpZD0ic3R5bGUtMyI+Cgkuc3RyMCB7IHN0cm9rZS1taXRlcmxpbWl0OiAxMDsgfQoJLmZpbDAgeyBmaWxsLXJ1bGU6IG5vbnplcm87IH0KPC9zdHlsZT4KIDwvZGVmcz4KIDxnIGlkPSJTbG95X3gwMDIwXzEiPgogIDxtZXRhZGF0YSBpZD0iQ29yZWxDb3JwSURfMENvcmVsLUxheWVyIj48L21ldGFkYXRhPgogIDxwYXRoIGNsYXNzPSJmaWwwIHN0cjAiIGQ9Ik05My4xMiAxMTIuNmM0LjQzLC00LjIyIDguODgsLTguNDEgMTMuMzcsLTEyLjU3IDkuMjQsLTguNTYgMTEuMTksLTIyLjM3IDQuOTMsLTMzLjMgLTYuOTEsLTEyLjA4IC0xMy4xMiwtMjQuNiAtMTguNTksLTM3LjU1IC01LjEyLC0xMi4wOSAtMTguMTMsLTE4LjY3IC0zMC45LC0xNS42MSAtMTUuOTksMy44NCAtMzIuMDQsNy40OSAtNDguMTUsMTAuOTMgLTUuNDIsMS4xNiAtOC43LDYuODIgLTYuODYsMTIuMDUgNDMuNDksMTIzLjYzIDE0MC43NiwyMjAuOSAyNjQuNCwyNjQuMzkgNS4yMywxLjg0IDEwLjg5LC0xLjQ0IDEyLjA1LC02Ljg2IDMuNDQsLTE2LjEgNy4wOSwtMzIuMTUgMTAuOTMsLTQ4LjE1IDMuMDYsLTEyLjc2IC0zLjUxLC0yNS43OCAtMTUuNjEsLTMwLjg5IC0xMi45NCwtNS40NiAtMjUuNDcsLTExLjY4IC0zNy41NCwtMTguNTkgLTEwLjkzLC02LjI2IC0yNC43NSwtNC4zMiAtMzMuMyw0LjkzIC00LjE1LDQuNDggLTguMzQsOC45NSAtMTIuNTcsMTMuMzciIHN0cm9rZT0iI2ZmZmZmZiIgc3Ryb2tlLXdpZHRoPSIxMi44MyIgZmlsbD0ibm9uZSIgc3Ryb2tlLW9wYWNpdHk9IjEiIGlkPSJwYXRoLTYiIHR5cGU9InNvbGlkQ29sb3IiIGRhdGEtY2hhbmdlZD0idHJ1ZSI+PC9wYXRoPgogIDxwYXRoIGNsYXNzPSJmaWwwIHN0cjAiIGQ9Ik0yMTkuNTQgMjI3LjI1Yy0yNS44MywtMTQgLTUzLjE0LC0zNC40MyAtNzguNzgsLTYwLjA3IC0yNS42NSwtMjUuNjUgLTQ2LjA3LC01Mi45NSAtNjAuMDcsLTc4Ljc4IiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iMTIuODMiIGZpbGw9Im5vbmUiIHN0cm9rZS1vcGFjaXR5PSIxIiBpZD0icGF0aC03IiB0eXBlPSJzb2xpZENvbG9yIiBkYXRhLWNoYW5nZWQ9InRydWUiPjwvcGF0aD4KICA8cGF0aCBjbGFzcz0iZmlsMCBzdHIwIiBkPSJNMTg5LjIyIDY0LjE0YzMwLjExLDAgNTQuNTIsMjQuNDEgNTQuNTIsNTQuNTIiIHN0cm9rZT0iI2ZmZmZmZiIgc3Ryb2tlLXdpZHRoPSIxMi44MyIgZmlsbD0ibm9uZSIgc3Ryb2tlLW9wYWNpdHk9IjEiIGlkPSJwYXRoLTgiIHR5cGU9InNvbGlkQ29sb3IiIGRhdGEtY2hhbmdlZD0idHJ1ZSI+PC9wYXRoPgogIDxwYXRoIGNsYXNzPSJmaWwwIHN0cjAiIGQ9Ik0xODkuMjIgMzUuMjhjNDYuMDUsMCA4My4zOCwzNy4zNCA4My4zOCw4My4zOCIgc3Ryb2tlPSIjZmZmZmZmIiBzdHJva2Utd2lkdGg9IjEyLjgzIiBmaWxsPSJub25lIiBzdHJva2Utb3BhY2l0eT0iMSIgaWQ9InBhdGgtOSIgdHlwZT0ic29saWRDb2xvciIgZGF0YS1jaGFuZ2VkPSJ0cnVlIj48L3BhdGg+CiAgPHBhdGggY2xhc3M9ImZpbDAgc3RyMCIgZD0iTTE4OS4yMiA2LjQxYzYxLjk5LDAgMTEyLjI1LDUwLjI2IDExMi4yNSwxMTIuMjUiIHN0cm9rZT0iI2ZmZmZmZiIgc3Ryb2tlLXdpZHRoPSIxMi44MyIgZmlsbD0ibm9uZSIgc3Ryb2tlLW9wYWNpdHk9IjEiIGlkPSJwYXRoLTEwIiB0eXBlPSJzb2xpZENvbG9yIiBkYXRhLWNoYW5nZWQ9InRydWUiPjwvcGF0aD4KIDwvZz4KPC9zdmc+") left 50% top 50% / 20px no-repeat #1c1c1c;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 0;
  margin-left: 0;
}
.title-page .side-panel .phones-10 .block-body-drop {
  top: 100%;
  width: 100%;
  margin-left: 0;
  display: none;
  position: absolute;
  left: auto;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  flex: 1 0 auto;
}
.title-page .side-panel .phones-10 .cell-text {
  width: 155px;
  margin-left: -103px;
  background: #1c1c1c;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding-right: 15px;
  padding-left: 15px;
  min-height: 52px;
  margin-top: 2px;
}
.title-page .side-panel .phones-10 .text_body {
  text-align: right;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  min-height: 52px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}


@media (max-width: 840px) {
  .form-wrapper {
    flex-direction: column;
  }
  .form-table {
    margin: 0;
  }
  .form-text input {
    min-height: 36px;
    margin-bottom: 20px;
  }
  .form-submit button {
    min-height: 36px;
    height:40px;
  }
}


.title-page .more_button {
  display: block;
  padding: 15px 45px 15px 45px;
  margin: 20px auto 20px auto;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 8px;
  background: black;
  
  font-weight: bold;
  color: white;
  
}

.hidden {
  visibility: none;
}

.qiuz-frame {
margin-bottom: 30px;
min-width: 100%;
height: 100%;

}
.flex-spec {
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-18 .form-centering-spec {
  margin: 0;
}
.block-18 .form-size-spec {
  width: 450px;
}

.block-18 .form-size-spec input {
  width: 100%;
}
