@import "fonts.css.1.1.css";
.title-page {
  /* tooltip */
  /* tooltip for horizontal */
}
html.title-page{
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.title-page body {
  margin: 0;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.title-page body::before {
  content: "";
  height: 1px;
  display: block;
  margin-top: -1px;
}
.title-page article, .title-page aside, .title-page details, .title-page figcaption, .title-page figure, .title-page footer, .title-page header, .title-page hgroup, .title-page main, .title-page menu, .title-page nav, .title-page section, .title-page summary {
  display: block;
}
.title-page audio, .title-page canvas, .title-page progress, .title-page video {
  display: inline-block;
  vertical-align: baseline;
}
.title-page audio:not([controls]) {
  display: none;
  height: 0;
}
.title-page [hidden], .title-page template {
  display: none;
}
.title-page a {
  background-color: transparent;
  color: inherit;
}
.title-page a:active, .title-page a:hover {
  outline: 0;
}
.title-page abbr[title] {
  border-bottom: 1px dotted;
}
.title-page b, .title-page strong {
  font-weight: bold;
}
.title-page dfn {
  font-style: italic;
}
.title-page h1 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}
.title-page mark {
  background: #ff0;
  color: #000;
}
.title-page small {
  font-size: 80%;
}
.title-page sub, .title-page sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.title-page sup {
  top: -0.5em;
}
.title-page sub {
  bottom: -0.25em;
}
.title-page img {
  border: 0;
}
.title-page svg:not(:root) {
  overflow: hidden;
}
.title-page figure {
  margin: 1em 40px;
}
.title-page hr {
  box-sizing: content-box;
  height: 0;
}
.title-page pre {
  overflow: auto;
}
.title-page code, .title-page kbd, .title-page pre, .title-page samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.title-page button, .title-page input, .title-page optgroup, .title-page select, .title-page textarea {
  color: #000;
  font: inherit;
  margin: 0;
}
.title-page button {
  overflow: visible;
}
.title-page button, .title-page select {
  text-transform: none;
}
.title-page button, html.title-pageinput[type="button"], .title-page input[type="reset"], .title-page input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.title-page button[disabled], html.title-pageinput[disabled] {
  cursor: default;
}
.title-page button::-moz-focus-inner, .title-page input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.title-page input {
  line-height: normal;
}
.title-page input[type="checkbox"], .title-page input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
.title-page input[type="number"]::-webkit-inner-spin-button, .title-page input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.title-page input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
.title-page input[type="search"]::-webkit-search-cancel-button, .title-page input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.title-page fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.title-page legend {
  border: 0;
  padding: 0;
}
.title-page textarea {
  overflow: auto;
}
.title-page optgroup {
  font-weight: bold;
}
.title-page table {
  border-collapse: collapse;
  border-spacing: 0;
}
.title-page body.noscroll {
  overflow: hidden !important;
}
.title-page .removed, .title-page .hidden {
  display: none !important;
}
.title-page .editorElement, .title-page .layout {
  box-sizing: border-box;
  padding-top: 0.02px;
  padding-bottom: 0.02px;
}
.title-page .editorElement {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.title-page .vertical-middle {
  white-space: nowrap;
}
.title-page .vertical-middle > * {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
}
.title-page .vertical-middle::after {
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
  content: "";
}
.title-page .wrapper {
  margin: 0 auto;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  min-height: 100vh;
  overflow: hidden;
  max-width: 100%;
}
.title-page .wrapper > * {
  max-width: 100%;
}
.title-page .editorElement .removed + .delimiter, .title-page .editorElement .delimiter:first-child {
  display: none;
}
.title-page .wm-input-default {
  border: none;
  background: none;
  padding: 0;
}
@keyframes show_hide {
  0% {
    left: 85%;
    opacity: 0;
    width: auto;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  20% {
    left: 100%;
    opacity: 1;
    width: auto;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  100% {
    left: 100%;
    opacity: 1;
    width: auto;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
}
@keyframes show_hide_after {
  0% {
    width: 5px;
    height: 5px;
  }
  100% {
    width: 5px;
    height: 5px;
  }
}
@keyframes horizontal_show_hide {
  0% {
    top: 95%;
    opacity: 0;
    width: 100%;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  20% {
    top: 100%;
    opacity: 1;
    width: 100%;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  100% {
    top: 100%;
    opacity: 1;
    width: 100%;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
}
.title-page .wm-tooltip {
  display: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  background: #fbfddd;
  color: #ca3841;
  padding: 5px 10px;
  border-radius: 3px;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, .3);
  white-space: normal;
  box-sizing: border-box;
}
.title-page .wm-tooltip::after {
  content: "";
  font-size: 0;
  background: inherit;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
  left: 50%;
  margin: -2px 0 0;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .1), 0 2px 0 rgba(0, 0, 0, .1);
  transform: rotate(45deg);
}
.title-page .error .wm-tooltip {
  display: block;
  padding: 0;
  font-size: 0;
  animation: horizontal_show_hide 4s;
}
.title-page .error .wm-tooltip::after {
  left: 50%;
  top: 0;
  margin: -2px 0 0;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, .1), 0 -2px 0 rgba(0, 0, 0, .1);
  width: 0;
  height: 0;
  animation: show_hide_after 4s;
}
.title-page .horizontal_mode .wm-tooltip {
  top: 100%;
  left: 0;
  width: 100%;
  white-space: normal;
  margin: 5px 0 0;
  text-align: center;
}
.title-page .horizontal_mode .wm-tooltip::after {
  left: 50%;
  top: 0;
  margin: -2px 0 0;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, .1), 0 -2px 0 rgba(0, 0, 0, .1);
}
.title-page .error .horizontal_mode .wm-tooltip, .title-page .horizontal_mode .error .wm-tooltip {
  animation: horizontal_show_hide 4s;
}
@media all and (max-width: 960px) {
  .title-page .wm-tooltip {
    top: 100%;
    left: 0;
    width: 100%;
    white-space: normal;
    margin: 5px 0 0;
    text-align: center;
  }
  .title-page .wm-tooltip::after {
    left: 50%;
    top: 0;
    margin: -2px 0 0;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .1), 0 -2px 0 rgba(0, 0, 0, .1);
  }
  .title-page .error .wm-tooltip {
    animation: horizontal_show_hide 4s;
  }
}
.title-page table.table0 td, .title-page table.table1 td, .title-page table.table2 td, .title-page table.table2 th {
  padding: 5px;
  border: 1px solid #dedede;
  vertical-align: top;
}
.title-page table.table0 td {
  border: none;
}
.title-page table.table2 th {
  padding: 8px 5px;
  background: #eb3c3c;
  border: 1px solid #dedede;
  font-weight: normal;
  text-align: left;
  color: #fff;
}
.title-page .for-mobile-view {
  overflow: auto;
}
.title-page .side-panel, .title-page .side-panel-button, .title-page .side-panel-mask, .title-page .side-panel-content {
  display: none;
}
.title-page .align-elem {
  flex-grow: 1;
  max-width: 100%;
}
.title-page html.mobile div {
  background-attachment: scroll;
}
.title-page .ui-datepicker {
  font-size: 14px !important;
  z-index: 999999 !important;
}
.title-page .wm-video {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.title-page .wm-video video {
  max-width: 100%;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.title-page .wm-video.vertical video {
  max-width: none;
  max-height: 100%;
}
.title-page body {
  background: #fff;
}
.title-page .wrapper {
  border: none;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
  -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-10 {
  margin: -80px auto 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1240px;
  min-height: 0;
  z-index: 10;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}
.title-page .block-11 .layout_105 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-11 .layout_23_id_106 {
  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-11 {
  padding: 0.02px 0;
  margin: 0 0 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 800px;
  min-height: 0;
  background: #fff;
  max-width: 100%;
  z-index: 1;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-shadow: 0px 0px 22px 9px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 22px 9px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 22px 9px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
  text-decoration: none;
}
.title-page .text-6 {
  margin: 60px 0 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 21px;
  z-index: 4;
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
  font-size: 16px;
  padding-left: 40px;
  right: 0;
}
.title-page .widget-56 {
  margin: 0 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  color: rgba(0, 0, 0, 0);
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: 200px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  min-height: 170px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBoZWlnaHQ9IjI1NnB4IiBpZD0iTGF5ZXJfMSIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMjU2IDI1NiIgd2lkdGg9IjI1NnB4IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiIGlkPSJzdHlsZS0yIj4KCS5zdDAgeyBzdHJva2UtbGluZWNhcDogcm91bmQ7IHN0cm9rZS1saW5lam9pbjogcm91bmQ7IHN0cm9rZS1taXRlcmxpbWl0OiAxMDsgfQo8L3N0eWxlPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0yMjguNjQ5LDE3NC42MDZjMjcuMTEzLTU0LjU3LDMuNDg5LTEyMC41OTUtNDguNjA3LTE0NC4wMTNDMTI5LjE3OCw3LjcyOCw2OC40OTcsMzIuNTIyLDQ0LjM4OCw4MS44ODQgIGMtMjQuNDQxLDUwLjA0Mi01LjUxMSwxMTMuNzI5LDQ0LjIxNCwxMzkuMzg2Yzc3Ljk1NiwzOS42NDMsMTMwLjcyNy0yNy4zOTMsMTMxLjUyNS0zMS4xNTIiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZmZmZiIgc3Ryb2tlLXdpZHRoPSI0IiBzdHJva2Utb3BhY2l0eT0iMC4xNSIgaWQ9InBhdGgtMyIgdHlwZT0ic29saWRDb2xvciIgZGF0YS1jaGFuZ2VkPSJ0cnVlIj48L3BhdGg+PHBhdGggY2xhc3M9InN0MCIgZD0iTTE0Mi4yODUsMTM0LjM5NmM0LjU0LTMuODkyLDExLjc0NS04LjI4NiwxMS4zMTMtMTAuNjY1Yy0wLjQzMi0yLjM3OC00LjkwNC03LjE5OC0xMy4wNDItNy43MTIgIGMtMC45NjEtMC4wNjEtMTUuNTIzLTAuNjkxLTIyLjE5OCw5Ljk0NWMtNS40MzgsOC42NjUtMy4wMzEsMTguNTczLDIuMzc4LDI1LjM2NmM2LjU4OSw4LjI3NCwxOS4yNjksMTAuNDYsMjkuNDAzLDQuODk4ICBjMTguNzAxLTEzLjA4LDguMjUzLTI2LjU4OSw5LjQ0Mi0yOS42MTVjOS4yOTYtMTQuNzAyLDM3LjMyOC0xMS4yNDIsMzkuNDktMTIuNzU2YzIuMTYyLTEuNTEzLDMuODkyLTE2LjEwNywyLjM3OC0xOC44MDkgIHMtMjkuNTkxLTI0LjA3MS02Ni4wODItMjIuNzAxQzEwNC42NTEsNzMuNSw4MS4yMSw5MC44MzIsNzguOTM5LDkzLjk2N2MtMi4yNywzLjEzNS0zLjg5MiwyMC43NTUtMS43MywyMi4wNTIgIHMyOS4yOTUsMS40MDUsMzEuMzQ5LTAuMjE2YzIuMDU0LTEuNjIxLTIuNzAyLTE2Ljk3Mi0wLjg2NS0yMC4xMDdjMS44MzgtMy4xMzUsMTUuODk4LTYuNzM2LDI5LjE4Ny03LjEzNSAgYzE1LjM3Ny0wLjQ2MiwzMS40NTcsNC4zMjQsMzMuMDc5LDYuOTE4YzEuNjIyLDIuNTk0LTEuNzMsMTQuMDUzLTEuMDgxLDE2LjQzMWMwLjY0OSwyLjM3OCwyMC44MjYsMzIuMzIyLDIwLjE3OCw0Ni40ODMgIGMtMC42NDksMTQuMTYxLTUuNzMsMTkuNTY2LTcuNTY3LDIwLjMyM2MtMS44MzcsMC43NTctODUuNzU2LDEuMTg5LTg3LjkxOC0wLjQzMmMtMi4xNjItMS42MjItNS4xODktMTMuNTEzLTQuNzU3LTIzLjEzMyAgczcuMjUzLTI0LjU3MywxMC45NTItMzEuNTY1IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iNCIgc3Ryb2tlLW9wYWNpdHk9IjAuMTUiIGlkPSJwYXRoLTQiIHR5cGU9InNvbGlkQ29sb3IiIGRhdGEtY2hhbmdlZD0idHJ1ZSI+PC9wYXRoPjwvc3ZnPg==") left calc(50% + 44px) top calc(50% + 24px) / auto auto no-repeat #1098e4;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .widget-56:hover, .title-page .widget-56.hover, .title-page .widget-56.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBoZWlnaHQ9IjI1NnB4IiBpZD0iTGF5ZXJfMSIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMjU2IDI1NiIgd2lkdGg9IjI1NnB4IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiIGlkPSJzdHlsZS0yIj4KCS5zdDAgeyBzdHJva2UtbGluZWNhcDogcm91bmQ7IHN0cm9rZS1saW5lam9pbjogcm91bmQ7IHN0cm9rZS1taXRlcmxpbWl0OiAxMDsgfQo8L3N0eWxlPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0yMjguNjQ5LDE3NC42MDZjMjcuMTEzLTU0LjU3LDMuNDg5LTEyMC41OTUtNDguNjA3LTE0NC4wMTNDMTI5LjE3OCw3LjcyOCw2OC40OTcsMzIuNTIyLDQ0LjM4OCw4MS44ODQgIGMtMjQuNDQxLDUwLjA0Mi01LjUxMSwxMTMuNzI5LDQ0LjIxNCwxMzkuMzg2Yzc3Ljk1NiwzOS42NDMsMTMwLjcyNy0yNy4zOTMsMTMxLjUyNS0zMS4xNTIiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZmZmZiIgc3Ryb2tlLXdpZHRoPSI0IiBzdHJva2Utb3BhY2l0eT0iMC4xNSIgaWQ9InBhdGgtMyIgdHlwZT0ic29saWRDb2xvciIgZGF0YS1jaGFuZ2VkPSJ0cnVlIj48L3BhdGg+PHBhdGggY2xhc3M9InN0MCIgZD0iTTE0Mi4yODUsMTM0LjM5NmM0LjU0LTMuODkyLDExLjc0NS04LjI4NiwxMS4zMTMtMTAuNjY1Yy0wLjQzMi0yLjM3OC00LjkwNC03LjE5OC0xMy4wNDItNy43MTIgIGMtMC45NjEtMC4wNjEtMTUuNTIzLTAuNjkxLTIyLjE5OCw5Ljk0NWMtNS40MzgsOC42NjUtMy4wMzEsMTguNTczLDIuMzc4LDI1LjM2NmM2LjU4OSw4LjI3NCwxOS4yNjksMTAuNDYsMjkuNDAzLDQuODk4ICBjMTguNzAxLTEzLjA4LDguMjUzLTI2LjU4OSw5LjQ0Mi0yOS42MTVjOS4yOTYtMTQuNzAyLDM3LjMyOC0xMS4yNDIsMzkuNDktMTIuNzU2YzIuMTYyLTEuNTEzLDMuODkyLTE2LjEwNywyLjM3OC0xOC44MDkgIHMtMjkuNTkxLTI0LjA3MS02Ni4wODItMjIuNzAxQzEwNC42NTEsNzMuNSw4MS4yMSw5MC44MzIsNzguOTM5LDkzLjk2N2MtMi4yNywzLjEzNS0zLjg5MiwyMC43NTUtMS43MywyMi4wNTIgIHMyOS4yOTUsMS40MDUsMzEuMzQ5LTAuMjE2YzIuMDU0LTEuNjIxLTIuNzAyLTE2Ljk3Mi0wLjg2NS0yMC4xMDdjMS44MzgtMy4xMzUsMTUuODk4LTYuNzM2LDI5LjE4Ny03LjEzNSAgYzE1LjM3Ny0wLjQ2MiwzMS40NTcsNC4zMjQsMzMuMDc5LDYuOTE4YzEuNjIyLDIuNTk0LTEuNzMsMTQuMDUzLTEuMDgxLDE2LjQzMWMwLjY0OSwyLjM3OCwyMC44MjYsMzIuMzIyLDIwLjE3OCw0Ni40ODMgIGMtMC42NDksMTQuMTYxLTUuNzMsMTkuNTY2LTcuNTY3LDIwLjMyM2MtMS44MzcsMC43NTctODUuNzU2LDEuMTg5LTg3LjkxOC0wLjQzMmMtMi4xNjItMS42MjItNS4xODktMTMuNTEzLTQuNzU3LTIzLjEzMyAgczcuMjUzLTI0LjU3MywxMC45NTItMzEuNTY1IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iNCIgc3Ryb2tlLW9wYWNpdHk9IjAuMTUiIGlkPSJwYXRoLTQiIHR5cGU9InNvbGlkQ29sb3IiIGRhdGEtY2hhbmdlZD0idHJ1ZSI+PC9wYXRoPjwvc3ZnPg==") left calc(50% + 44px) top calc(50% + 24px) / auto auto no-repeat #7fbdf8;
}
.title-page .popover-wrap-105 .popover-body {
  padding: 45px;
  border: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  position: relative;
  display: inline-block;
  width: 450px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-105 .popover-body .form_text input {
  padding: 20px 25px;
  border-top: 0px solid rgba(0, 0, 0, 0.2);
  border-right: 0px solid rgba(0, 0, 0, 0.2);
  border-left: 0px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #17181c;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-105 .popover-body .form_calendar input {
  padding: 20px 0 10px;
  border-top: 0px solid rgba(255, 255, 255, 0.2);
  border-right: 0px solid rgba(255, 255, 255, 0.2);
  border-left: 0px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 0.5);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-105 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border-top: 0px solid rgba(255, 255, 255, 0.2);
  border-right: 0px solid rgba(255, 255, 255, 0.2);
  border-left: 0px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
}
.title-page .popover-wrap-105 .popover-body textarea {
  padding: 20px 25px 0.02px;
  border-top: 0px solid rgba(0, 0, 0, 0.2);
  border-right: 0px solid rgba(0, 0, 0, 0.2);
  border-left: 0px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #17181c;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-105 .popover-body .s3_button_large {
  padding: 17px 30px;
  border: none;
  background: repeating-linear-gradient(to top right, #00a8c5 0%, #ffff7e 100%);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 16px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Courier New, Courier, monospace;
  color: #1e1e20;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 20px;
  width: 230px;
}
.title-page .popover-wrap-105 .popover-body .s3_button_large:hover, .title-page .popover-wrap-105 .popover-body .s3_button_large.hover, .title-page .popover-wrap-105 .popover-body .s3_button_large.active {
  background: repeating-linear-gradient(to top left, #00a8c5 0%, #ffff7e 100%);
}
.title-page .popover-wrap-105 .popover-body .s3_button_large:active, .title-page .popover-wrap-105 .popover-body .s3_button_large.active {
  color: #fd8a14;
}
.title-page .popover-wrap-105 .popover-body .s3_message {
  padding: 20px;
  border: 1px solid #ffc127;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: none, repeating-linear-gradient(to right, #ffc127 0%, #ffd42d 100%);
  color: #17181c;
  box-sizing: border-box;
  -moz-box-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-weight: bold;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-105 .popover-close {
  padding: 0.02px 0;
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 45px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMi41IiBoZWlnaHQ9IjMyLjY4OCIgdmlld0JveD0iMCAwIDMyLjUgMzIuNjg4IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iS3Jlc3Rpay5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTc5My41NjMsMzkyLjczN2EyLjk5MywyLjk5MywwLDAsMC00LjI1NCwwTDc3OC4yLDQwMy45MjJsLTExLjEwOS0xMS4xODVhMi45OTIsMi45OTIsMCwwLDAtNC4yNTMsMCwzLjA0MywzLjA0MywwLDAsMCwwLDQuMjgzbDExLjEwOCwxMS4xODVMNzYyLjgzOSw0MTkuMzlhMy4wNDMsMy4wNDMsMCwwLDAsMCw0LjI4MywyLjk5MywyLjk5MywwLDAsMCw0LjI1MywwTDc3OC4yLDQxMi40ODhsMTEuMTA4LDExLjE4NWEyLjk5NCwyLjk5NCwwLDAsMCw0LjI1NCwwLDMuMDQzLDMuMDQzLDAsMCwwLDAtNC4yODNsLTExLjEwOS0xMS4xODUsMTEuMTA5LTExLjE4NUEzLjA0MywzLjA0MywwLDAsMCw3OTMuNTYzLDM5Mi43MzdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzYxLjk2OSAtMzkxLjg3NSkiIGZpbGw9IiMyMTIxMjEiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / 13px no-repeat, linear-gradient(#ffff7e, #ffff7e);
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #17181c;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  min-height: 45px;
}
.title-page .popover-wrap-105 .popover-close:active, .title-page .popover-wrap-105 .popover-close.active {
  -webkit-box-shadow: inset 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
}
.title-page .popover-wrap-105 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("http://www.ryazan-mts.ru/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-105 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("http://www.ryazan-mts.ru/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-105 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("http://www.ryazan-mts.ru/wFidgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-105 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("http://www.ryazan-mts.ru/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .button-105 > * {
  box-sizing: border-box;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}
.title-page .popover-container-105 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-105 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-105 .popover-form-title {
  border: none;
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 40px;
  box-sizing: border-box;
  text-align: center;
  font-family: Courier New, Courier, monospace;
  color: #1e1e20;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 0.02px;
}
.title-page .popover-wrap-105 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-105 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-105 .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-105 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-105 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-105 .popover-body .s3_form_item.form_div {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-105 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-105 .popover-body .s3_form_item.form_html_block {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-105 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-105 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: rgba(255, 255, 255, 0.5);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-105 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-105 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-105 .popover-body .s3_form_item.form_checkbox {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-105 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-105 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-105 .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-105 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-105 .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-105 .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-105 .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: rgba(255, 255, 255, 0.5);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-105 .popover-body .s3_form_item.form_radio {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-105 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-105 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-105 .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-105 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-105 .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-105 .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-105 .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: rgba(255, 255, 255, 0.5);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-105 .popover-body .s3_form_item.form_select {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-105 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-105 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-105 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  padding-top: 0.02px;
}
.title-page .popover-wrap-105 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-105 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-105 .popover-body .s3_form_item.form_calendar {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-105 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-105 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-105 .popover-body .s3_form_item.form_calendar_interval {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-105 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-105 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-105 .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-105 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-105 .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-105 .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: rgba(255, 255, 255, 0.5);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-105 .popover-body .s3_form_item.form_upload {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-105 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-105 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: rgba(255, 255, 255, 0.5);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  padding-left: 10px;
}
.title-page .popover-wrap-105 .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-105 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-105 .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-105 ::-webkit-input-placeholder {
  color: rgba(50, 50, 50, 0.7);
}
.title-page .popover-wrap-105 ::-moz-placeholder {
  color: rgba(50, 50, 50, 0.7);
}
.title-page .popover-wrap-105 :-ms-input-placeholder {
  color: rgba(50, 50, 50, 0.7);
}
.title-page .widget-14 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
  padding-right: 0;
  padding-left: 40px;
}
.title-page .phones-25 p:first-child {
  margin-top: 0;
}
.title-page .phones-25 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-25 .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-reverse;
  -moz-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.title-page .phones-25 .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-25 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 22px;
  background: url("Tel.svg.1") left 50% top 50% / 19px no-repeat;
  margin-right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 23px;
}
.title-page .phones-25 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  flex: 1 0 auto;
  left: auto;
  top: auto;
  right: auto;
  bottom: 100%;
}
.title-page .phones-25 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding-right: 0;
}
.title-page .phones-25 .title {
  box-sizing: border-box;
  display: none;
  text-align: left;
  letter-spacing: 0.3px;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
  font-size: 16px;
  margin-bottom: 0;
  padding-bottom: 0.02px;
  font-weight: normal;
  padding-right: 0;
  min-height: 0;
  padding-top: 0.02px;
}
.title-page .phones-25 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  color: #1e1e20;
  line-height: 1.3;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 25px;
  font-weight: 800;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 0;
}
.title-page .phones-25 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-25 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-25 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .block-5 {
  padding: 30px 20px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: #ffff7e;
  z-index: 9;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-decoration: none;
  right: 0;
}
.title-page .block-6 .layout_19 {
  -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-6 .layout_20 {
  -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-6 {
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1240px;
  min-height: 0;
  z-index: 1;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  right: 0;
  padding-right: 0;
  text-decoration: none;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  max-width: 100%;
  padding-left: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-8 {
  margin: 0 0 auto;
  border: none;
  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;
  text-decoration: none;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-10 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: left;
  box-sizing: border-box;
  width: auto;
  min-height: 0;
  font-size: 25px;
  right: 0;
  padding-bottom: 0.02px;
}
.title-page .site-name-17 .sn-wrap {
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
}
.title-page .site-name-17 .sn-logo {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  max-width: 100%;
}
.title-page .site-name-17 img {
  box-sizing: border-box;
  display: block;
  max-width: 100%;
  border: none;
}
.title-page .site-name-17 .sn-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Courier New, Courier, monospace;
  color: #1e1e20;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
  font-size: 27px;
  font-weight: bold;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .site-name-17 a {
  text-decoration: none;
  outline: none;
}
.title-page .widget-11 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  font-family: Montserrat, sans-serif;
  color: rgba(0, 0, 0, 0.76);
  text-align: left;
  text-decoration: none;
  font-size: 15px;
  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;
  padding-right: 0;
  font-weight: normal;
}
.title-page .widget-12 {
  margin: 8px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  padding-right: 2px;
  padding-left: 0;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: 0;
  min-height: 0;
}
.title-page .menu-20 .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-20 .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-20 .menu-scroll {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .menu-20 .menu-scroll > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .menu-20 .menu-scroll > ul > li.home-button > a {
  padding: 5px 15px;
  margin: 2px;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  background: url("wm_menu_home.png.1") 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-20 .menu-scroll > ul > li.delimiter {
  margin: 12px 2px auto;
  border: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: 0;
  width: 1px;
  min-height: 10px;
  background: rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  align-self: auto;
}
.title-page .menu-20 .menu-scroll > ul > li.menu-item {
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  flex: 0 1 auto;
  box-sizing: border-box;
  position: relative;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  width: auto;
}
.title-page .menu-20 .menu-scroll > ul ul {
  padding: 5px;
  margin: 5px 0 0;
  border: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #39a1e3;
  list-style: none;
  width: 230px;
  display: none;
  z-index: 10;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .menu-20 .menu-scroll > ul ul > li {
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
}
.title-page .menu-20 .menu-scroll > ul ul > li > a {
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  display: block;
  background: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-sizing: border-box;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  line-height: 1.4;
  position: relative;
  font-family: Courier New, Courier, monospace;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  width: auto;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 1px;
  font-weight: bold;
}
.title-page .menu-20 .menu-scroll > ul ul > li > a:hover, .title-page .menu-20 .menu-scroll > ul ul > li > a.hover, .title-page .menu-20 .menu-scroll > ul ul > li > a.active {
  color: #fff;
}
.title-page .menu-20 .menu-scroll > ul ul > li.delimiter {
  box-sizing: border-box;
  margin-top: 3px;
  margin-bottom: 3px;
  min-height: 2px;
  height: auto;
  width: auto;
  background: #999;
}
.title-page .menu-20 .menu-scroll > ul > li.menu-item ul li.delimiter:first-child {
  display: none;
}
.title-page .menu-20 .menu-scroll > ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}
.title-page .menu-20 .menu-scroll > ul > li.menu-item > a {
  padding: 5px 20px;
  margin: 2px;
  border: none;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  box-sizing: border-box;
  text-decoration: none;
  color: #1e1e20;
  font-size: 16px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: auto;
  position: relative;
  font-family: Courier New, Courier, monospace;
  font-style: normal;
  letter-spacing: 0;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  background: transparent;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .menu-20 .menu-scroll > ul > li.menu-item > a:hover, .title-page .menu-20 .menu-scroll > ul > li.menu-item > a.hover, .title-page .menu-20 .menu-scroll > ul > li.menu-item > a.active {
  background: #ffd701;
}
.title-page .menu-20 .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-20 .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-20 .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-20 .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-20 .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-20 .menu-scroll > ul > li.home-button {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .menu-20 .menu-scroll > ul > li.more-button {
  display: -webkit-flex;
  display: flex;
  margin-left: auto;
  position: relative;
}
.title-page .menu-20 .menu-scroll > ul > li.more-button > a {
  padding: 0.02px 0;
  margin: 0;
  border: none;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  text-decoration: none;
  color: #000;
  font-size: 19px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  letter-spacing: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-transform: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: 40px;
  min-height: 34px;
  align-self: auto;
  text-align: center;
  font-weight: 500;
}
.title-page .menu-20 .menu-scroll > ul > li.more-button > ul {
  left: auto;
  right: 0;
}
.title-page .menu-20 .menu-scroll > ul > li.more-button.disabled {
  display: none;
}
.title-page .menu-20 .menu-scroll > ul > li.more-button .menu-item-image {
  display: none;
}
.title-page .block-45 {
  padding: 0.02px 20px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 750px;
  background: url("head.png@1568372353180.1") left 50% top 0px / auto auto no-repeat, linear-gradient(#fafafa, #fafafa);
  max-width: 100%;
  z-index: 8;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
}
.title-page .block-3 {
  padding: 0.02px 0;
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1240px;
  min-height: 0;
  z-index: 1;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  right: 0;
}
.title-page .block-2 {
  margin: 300px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 2;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  padding-right: 0;
  text-decoration: none;
  max-width: 100%;
  padding-bottom: 40px;
  padding-left: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-3 {
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  box-sizing: border-box;
  min-height: 0;
  width: 1240px;
  right: 0;
  padding-bottom: 40px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 0.02px;
  max-width: 100%;
}
.title-page .popover-wrap-6 .popover-body {
  padding: 45px;
  border: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  position: relative;
  display: inline-block;
  width: 450px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-6 .popover-body .form_text input {
  padding: 20px 25px;
  border-top: 0px solid rgba(0, 0, 0, 0.2);
  border-right: 0px solid rgba(0, 0, 0, 0.2);
  border-left: 0px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #17181c;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-6 .popover-body .form_calendar input {
  padding: 20px 0 10px;
  border-top: 0px solid rgba(255, 255, 255, 0.2);
  border-right: 0px solid rgba(255, 255, 255, 0.2);
  border-left: 0px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 0.5);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-6 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border-top: 0px solid rgba(255, 255, 255, 0.2);
  border-right: 0px solid rgba(255, 255, 255, 0.2);
  border-left: 0px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
}
.title-page .popover-wrap-6 .popover-body textarea {
  padding: 20px 25px 0.02px;
  border-top: 0px solid rgba(0, 0, 0, 0.2);
  border-right: 0px solid rgba(0, 0, 0, 0.2);
  border-left: 0px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #17181c;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-6 .popover-body .s3_button_large {
  padding: 17px 30px;
  border: none;
  background: repeating-linear-gradient(to top right, #00a8c5 0%, #ffff7e 100%);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 16px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Courier New, Courier, monospace;
  color: #1e1e20;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 20px;
  width: 230px;
}
.title-page .popover-wrap-6 .popover-body .s3_button_large:hover, .title-page .popover-wrap-6 .popover-body .s3_button_large.hover, .title-page .popover-wrap-6 .popover-body .s3_button_large.active {
  background: repeating-linear-gradient(to top left, #00a8c5 0%, #ffff7e 100%);
}
.title-page .popover-wrap-6 .popover-body .s3_button_large:active, .title-page .popover-wrap-6 .popover-body .s3_button_large.active {
  color: #fd8a14;
}
.title-page .popover-wrap-6 .popover-body .s3_message {
  padding: 20px;
  border: 1px solid #ffc127;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: none, repeating-linear-gradient(to right, #ffc127 0%, #ffd42d 100%);
  color: #17181c;
  box-sizing: border-box;
  -moz-box-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-weight: bold;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-6 .popover-close {
  padding: 0.02px 0;
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 45px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMi41IiBoZWlnaHQ9IjMyLjY4OCIgdmlld0JveD0iMCAwIDMyLjUgMzIuNjg4IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iS3Jlc3Rpay5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTc5My41NjMsMzkyLjczN2EyLjk5MywyLjk5MywwLDAsMC00LjI1NCwwTDc3OC4yLDQwMy45MjJsLTExLjEwOS0xMS4xODVhMi45OTIsMi45OTIsMCwwLDAtNC4yNTMsMCwzLjA0MywzLjA0MywwLDAsMCwwLDQuMjgzbDExLjEwOCwxMS4xODVMNzYyLjgzOSw0MTkuMzlhMy4wNDMsMy4wNDMsMCwwLDAsMCw0LjI4MywyLjk5MywyLjk5MywwLDAsMCw0LjI1MywwTDc3OC4yLDQxMi40ODhsMTEuMTA4LDExLjE4NWEyLjk5NCwyLjk5NCwwLDAsMCw0LjI1NCwwLDMuMDQzLDMuMDQzLDAsMCwwLDAtNC4yODNsLTExLjEwOS0xMS4xODUsMTEuMTA5LTExLjE4NUEzLjA0MywzLjA0MywwLDAsMCw3OTMuNTYzLDM5Mi43MzdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzYxLjk2OSAtMzkxLjg3NSkiIGZpbGw9IiMyMTIxMjEiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / 13px no-repeat, linear-gradient(#ffff7e, #ffff7e);
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #17181c;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  min-height: 45px;
}
.title-page .popover-wrap-6 .popover-close:active, .title-page .popover-wrap-6 .popover-close.active {
  -webkit-box-shadow: inset 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
}
.title-page .popover-wrap-6 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("http://www.ryazan-mts.ru/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-6 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("http://www.ryazan-mts.ru/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-6 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("http://www.ryazan-mts.ru/wFidgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-6 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("http://www.ryazan-mts.ru/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .editable_block-6 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-6 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-6 .header {
  box-sizing: border-box;
  font-size: 17px;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 1.1;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-weight: normal;
  padding-bottom: 10px;
  padding-left: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .editable_block-6 .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;
}
.title-page .editable_block-6 .title {
  border: none;
  box-sizing: border-box;
  font-size: 60px;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  pointer-events: auto;
  font-family: Courier New, Courier, monospace;
  color: #fff;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-right: 0;
  padding-left: 0;
  -webkit-text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.47);
  -moz-text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.47);
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.47);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: 700px;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}
.title-page .editable_block-6 .image {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-6 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  text-align: left;
}
.title-page .editable_block-6 .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-6 .img-convert {
  box-sizing: border-box;
  width: 180px;
  height: 100px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}
.title-page .editable_block-6 .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-6 .text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  color: #17181c;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 35px;
  font-weight: 900;
  margin-top: -3px;
}
.title-page .editable_block-6 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-6 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-6 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-6 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-6 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-6 .more {
  box-sizing: border-box;
  margin-top: 5px;
  pointer-events: auto;
  text-align: left;
}
.title-page .editable_block-6 .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-6 .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-6 .clear {
  clear: both;
}
.title-page .popover-container-6 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-6 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-6 .popover-form-title {
  border: none;
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 40px;
  box-sizing: border-box;
  text-align: center;
  font-family: Courier New, Courier, monospace;
  color: #1e1e20;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 0.02px;
}
.title-page .popover-wrap-6 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-6 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-6 .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-6 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-6 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-6 .popover-body .s3_form_item.form_div {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-6 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-6 .popover-body .s3_form_item.form_html_block {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-6 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-6 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: rgba(255, 255, 255, 0.5);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-6 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-6 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-6 .popover-body .s3_form_item.form_checkbox {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-6 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-6 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-6 .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-6 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-6 .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-6 .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-6 .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: rgba(255, 255, 255, 0.5);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-6 .popover-body .s3_form_item.form_radio {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-6 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-6 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-6 .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-6 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-6 .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-6 .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-6 .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: rgba(255, 255, 255, 0.5);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-6 .popover-body .s3_form_item.form_select {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-6 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-6 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-6 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  padding-top: 0.02px;
}
.title-page .popover-wrap-6 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-6 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-6 .popover-body .s3_form_item.form_calendar {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-6 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-6 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-6 .popover-body .s3_form_item.form_calendar_interval {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-6 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-6 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-6 .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-6 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-6 .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-6 .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: rgba(255, 255, 255, 0.5);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-6 .popover-body .s3_form_item.form_upload {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-6 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-6 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: rgba(255, 255, 255, 0.5);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  padding-left: 10px;
}
.title-page .popover-wrap-6 .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-6 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-6 .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-6 ::-webkit-input-placeholder {
  color: rgba(50, 50, 50, 0.7);
}
.title-page .popover-wrap-6 ::-moz-placeholder {
  color: rgba(50, 50, 50, 0.7);
}
.title-page .popover-wrap-6 :-ms-input-placeholder {
  color: rgba(50, 50, 50, 0.7);
}
.title-page .block-4 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  right: 0;
  max-width: 100%;
}
.title-page .widget-4 {
  padding: 17px 30px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  font-family: Courier New, Courier, monospace;
  color: #1e1e20;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: 250px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  min-height: 60px;
  background: repeating-linear-gradient(to top right, #00a8c5 0%, #ffff7e 100%);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-weight: bold;
  right: auto;
}
.title-page .widget-4:hover, .title-page .widget-4.hover, .title-page .widget-4.active {
  background: repeating-linear-gradient(to top left, #00a8c5 0%, #ffff7e 100%);
}
.title-page .widget-4:active, .title-page .widget-4.active {
  color: #fd8a14;
}
.title-page .popover-wrap-7 .popover-body {
  padding: 45px;
  border: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  position: relative;
  display: inline-block;
  width: 450px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-7 .popover-body .form_text input {
  padding: 20px 25px;
  border-top: 0px solid rgba(0, 0, 0, 0.2);
  border-right: 0px solid rgba(0, 0, 0, 0.2);
  border-left: 0px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #17181c;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-7 .popover-body .form_calendar input {
  padding: 20px 0 10px;
  border-top: 0px solid rgba(255, 255, 255, 0.2);
  border-right: 0px solid rgba(255, 255, 255, 0.2);
  border-left: 0px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 0.5);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-7 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border-top: 0px solid rgba(255, 255, 255, 0.2);
  border-right: 0px solid rgba(255, 255, 255, 0.2);
  border-left: 0px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
}
.title-page .popover-wrap-7 .popover-body textarea {
  padding: 20px 25px 0.02px;
  border-top: 0px solid rgba(0, 0, 0, 0.2);
  border-right: 0px solid rgba(0, 0, 0, 0.2);
  border-left: 0px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #17181c;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-7 .popover-body .s3_button_large {
  padding: 17px 30px;
  border: none;
  background: repeating-linear-gradient(to top right, #00a8c5 0%, #ffff7e 100%);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 16px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Courier New, Courier, monospace;
  color: #1e1e20;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 20px;
  width: 230px;
}
.title-page .popover-wrap-7 .popover-body .s3_button_large:hover, .title-page .popover-wrap-7 .popover-body .s3_button_large.hover, .title-page .popover-wrap-7 .popover-body .s3_button_large.active {
  background: repeating-linear-gradient(to top left, #00a8c5 0%, #ffff7e 100%);
}
.title-page .popover-wrap-7 .popover-body .s3_button_large:active, .title-page .popover-wrap-7 .popover-body .s3_button_large.active {
  color: #fd8a14;
}
.title-page .popover-wrap-7 .popover-body .s3_message {
  padding: 20px;
  border: 1px solid #ffc127;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: none, repeating-linear-gradient(to right, #ffc127 0%, #ffd42d 100%);
  color: #17181c;
  box-sizing: border-box;
  -moz-box-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-weight: bold;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-7 .popover-close {
  padding: 0.02px 0;
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 45px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMi41IiBoZWlnaHQ9IjMyLjY4OCIgdmlld0JveD0iMCAwIDMyLjUgMzIuNjg4IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iS3Jlc3Rpay5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTc5My41NjMsMzkyLjczN2EyLjk5MywyLjk5MywwLDAsMC00LjI1NCwwTDc3OC4yLDQwMy45MjJsLTExLjEwOS0xMS4xODVhMi45OTIsMi45OTIsMCwwLDAtNC4yNTMsMCwzLjA0MywzLjA0MywwLDAsMCwwLDQuMjgzbDExLjEwOCwxMS4xODVMNzYyLjgzOSw0MTkuMzlhMy4wNDMsMy4wNDMsMCwwLDAsMCw0LjI4MywyLjk5MywyLjk5MywwLDAsMCw0LjI1MywwTDc3OC4yLDQxMi40ODhsMTEuMTA4LDExLjE4NWEyLjk5NCwyLjk5NCwwLDAsMCw0LjI1NCwwLDMuMDQzLDMuMDQzLDAsMCwwLDAtNC4yODNsLTExLjEwOS0xMS4xODUsMTEuMTA5LTExLjE4NUEzLjA0MywzLjA0MywwLDAsMCw3OTMuNTYzLDM5Mi43MzdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzYxLjk2OSAtMzkxLjg3NSkiIGZpbGw9IiMyMTIxMjEiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / 13px no-repeat, linear-gradient(#ffff7e, #ffff7e);
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #17181c;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  min-height: 45px;
}
.title-page .popover-wrap-7 .popover-close:active, .title-page .popover-wrap-7 .popover-close.active {
  -webkit-box-shadow: inset 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
}
.title-page .popover-wrap-7 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("http://www.ryazan-mts.ru/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-7 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("http://www.ryazan-mts.ru/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-7 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("http://www.ryazan-mts.ru/wFidgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-7 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("http://www.ryazan-mts.ru/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .button-7 > * {
  box-sizing: border-box;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}
.title-page .popover-container-7 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-7 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-7 .popover-form-title {
  border: none;
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 40px;
  box-sizing: border-box;
  text-align: center;
  font-family: Courier New, Courier, monospace;
  color: #1e1e20;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 0.02px;
}
.title-page .popover-wrap-7 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-7 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-7 .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-7 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-7 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-7 .popover-body .s3_form_item.form_div {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-7 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-7 .popover-body .s3_form_item.form_html_block {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-7 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-7 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: rgba(255, 255, 255, 0.5);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-7 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-7 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-7 .popover-body .s3_form_item.form_checkbox {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-7 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-7 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-7 .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-7 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-7 .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-7 .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-7 .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: rgba(255, 255, 255, 0.5);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-7 .popover-body .s3_form_item.form_radio {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-7 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-7 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-7 .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-7 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-7 .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-7 .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-7 .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: rgba(255, 255, 255, 0.5);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-7 .popover-body .s3_form_item.form_select {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-7 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-7 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-7 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  padding-top: 0.02px;
}
.title-page .popover-wrap-7 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-7 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-7 .popover-body .s3_form_item.form_calendar {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-7 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-7 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-7 .popover-body .s3_form_item.form_calendar_interval {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-7 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-7 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-7 .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-7 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-7 .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-7 .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: rgba(255, 255, 255, 0.5);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-7 .popover-body .s3_form_item.form_upload {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-7 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-7 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: rgba(255, 255, 255, 0.5);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  padding-left: 10px;
}
.title-page .popover-wrap-7 .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-7 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-7 .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-7 ::-webkit-input-placeholder {
  color: rgba(50, 50, 50, 0.7);
}
.title-page .popover-wrap-7 ::-moz-placeholder {
  color: rgba(50, 50, 50, 0.7);
}
.title-page .popover-wrap-7 :-ms-input-placeholder {
  color: rgba(50, 50, 50, 0.7);
}
.title-page .widget-13 {
  margin: 62px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
  padding-top: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .address-24 p:first-child {
  margin-top: 0;
}
.title-page .address-24 p:last-child {
  margin-bottom: 0;
}
.title-page .address-24 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .address-24 .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 .address-24 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 25px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJNYXAuc3ZnIiB3aWR0aD0iMTkuNSIgaGVpZ2h0PSIyMy44MTIiIHZpZXdCb3g9IjAgMCAxOS41IDIzLjgxMiI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkXzBnZHdsNnciIHgxPSIwIiB5MT0iMSIgc3ByZWFkbWV0aG9kPSJwYWQiIHgyPSIxLjAiIHkyPSIwLjAiPjxzdG9wIHN0b3AtY29sb3I9IiMwMGE4YzUiIHN0b3Atb3BhY2l0eT0iMC45OTYwOTM3NSIgb2Zmc2V0PSIwIj48L3N0b3A+PHN0b3Agc3RvcC1jb2xvcj0iI2ZmZmY3ZSIgc3RvcC1vcGFjaXR5PSIwLjk5NjA5Mzc1IiBvZmZzZXQ9IjEiPjwvc3RvcD48L2xpbmVhckdyYWRpZW50PjwvZGVmcz4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIDxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNDMzLjI1LDEwOS4xNzdhOS43NDQsOS43NDQsMCwwLDEsOS43NSw5LjcxNiw5LjYxMyw5LjYxMywwLDAsMS0yLjg0Miw2Ljg1Nkw0MzMuMjUsMTMzbC02LjkxNi03LjI1NWE5LjYzNSw5LjYzNSwwLDAsMS0yLjgzNC02Ljg0OEE5Ljc0NCw5Ljc0NCwwLDAsMSw0MzMuMjUsMTA5LjE3N1pNNDI3LjQsMTI0LjY5M2wwLjAxMiwwLjAxMyw1LjgzNCw2LjEyLDUuODM0LTYuMTJhOC4xNDMsOC4xNDMsMCwwLDAsMi40MTYtNS44MTMsOC4yNSw4LjI1LDAsMCwwLTE2LjUsMEE4LjE1MSw4LjE1MSwwLDAsMCw0MjcuNCwxMjQuNjkzWm01Ljg0Ni0xMS4wMzJhNS4yMzIsNS4yMzIsMCwxLDEtNS4yNSw1LjIzMkE1LjI0Nyw1LjI0NywwLDAsMSw0MzMuMjUsMTEzLjY2MVptMCw4Ljk2OGEzLjczNywzLjczNywwLDEsMC0zLjc1LTMuNzM2QTMuNzQ3LDMuNzQ3LDAsMCwwLDQzMy4yNSwxMjIuNjI5Wm0wLTUuOTc4djEuNDk0YTAuNzQ5LDAuNzQ5LDAsMCwwLS43NS43NDhINDMxQTIuMjQ4LDIuMjQ4LDAsMCwxLDQzMy4yNSwxMTYuNjUxWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQyMy41IC0xMDkuMTg4KSIgZmlsbD0idXJsKCNncmFkXzBnZHdsNncpIiBmaWxsLW9wYWNpdHk9IjEiIGlkPSJwYXRoLTQiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / auto auto no-repeat;
  margin-right: 15px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 25px;
}
.title-page .address-24 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .address-24 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .address-24 .title {
  box-sizing: border-box;
  display: none;
  font-family: PT Serif, serif;
  color: rgba(255, 255, 255, 0.8);
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 17px;
  padding-bottom: 0.02px;
  padding-right: 10px;
}
.title-page .address-24 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  color: rgba(0, 0, 0, 0.75);
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 16px;
  padding-left: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-top: 3px;
  font-weight: 500;
}
.title-page .address-24 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .address-24 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .block-57 {
  padding: 160px 40px 50px;
  margin: -90px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 7;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  max-width: 100%;
}
.title-page .block-58 {
  padding: 0.02px 0;
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  z-index: 1;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.title-page .widget-76 {
  padding: 0.02px 0;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-142 .popover-body {
  padding: 45px;
  border: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  position: relative;
  display: inline-block;
  width: 450px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-142 .popover-body .form_text input {
  padding: 20px 25px;
  border-top: 0px solid rgba(0, 0, 0, 0.2);
  border-right: 0px solid rgba(0, 0, 0, 0.2);
  border-left: 0px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #17181c;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-142 .popover-body .form_calendar input {
  padding: 20px 0 10px;
  border-top: 0px solid rgba(255, 255, 255, 0.2);
  border-right: 0px solid rgba(255, 255, 255, 0.2);
  border-left: 0px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 0.5);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-142 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border-top: 0px solid rgba(255, 255, 255, 0.2);
  border-right: 0px solid rgba(255, 255, 255, 0.2);
  border-left: 0px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
}
.title-page .popover-wrap-142 .popover-body textarea {
  padding: 20px 25px 0.02px;
  border-top: 0px solid rgba(0, 0, 0, 0.2);
  border-right: 0px solid rgba(0, 0, 0, 0.2);
  border-left: 0px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #17181c;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-142 .popover-body .s3_button_large {
  padding: 17px 30px;
  border: none;
  background: repeating-linear-gradient(to top right, #00a8c5 0%, #ffff7e 100%);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 16px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Courier New, Courier, monospace;
  color: #1e1e20;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 20px;
  width: 230px;
}
.title-page .popover-wrap-142 .popover-body .s3_button_large:hover, .title-page .popover-wrap-142 .popover-body .s3_button_large.hover, .title-page .popover-wrap-142 .popover-body .s3_button_large.active {
  background: repeating-linear-gradient(to top left, #00a8c5 0%, #ffff7e 100%);
}
.title-page .popover-wrap-142 .popover-body .s3_button_large:active, .title-page .popover-wrap-142 .popover-body .s3_button_large.active {
  color: #fd8a14;
}
.title-page .popover-wrap-142 .popover-body .s3_message {
  padding: 20px;
  border: 1px solid #ffc127;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: none, repeating-linear-gradient(to right, #ffc127 0%, #ffd42d 100%);
  color: #17181c;
  box-sizing: border-box;
  -moz-box-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-weight: bold;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-142 .popover-close {
  padding: 0.02px 0;
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 45px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMi41IiBoZWlnaHQ9IjMyLjY4OCIgdmlld0JveD0iMCAwIDMyLjUgMzIuNjg4IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iS3Jlc3Rpay5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTc5My41NjMsMzkyLjczN2EyLjk5MywyLjk5MywwLDAsMC00LjI1NCwwTDc3OC4yLDQwMy45MjJsLTExLjEwOS0xMS4xODVhMi45OTIsMi45OTIsMCwwLDAtNC4yNTMsMCwzLjA0MywzLjA0MywwLDAsMCwwLDQuMjgzbDExLjEwOCwxMS4xODVMNzYyLjgzOSw0MTkuMzlhMy4wNDMsMy4wNDMsMCwwLDAsMCw0LjI4MywyLjk5MywyLjk5MywwLDAsMCw0LjI1MywwTDc3OC4yLDQxMi40ODhsMTEuMTA4LDExLjE4NWEyLjk5NCwyLjk5NCwwLDAsMCw0LjI1NCwwLDMuMDQzLDMuMDQzLDAsMCwwLDAtNC4yODNsLTExLjEwOS0xMS4xODUsMTEuMTA5LTExLjE4NUEzLjA0MywzLjA0MywwLDAsMCw3OTMuNTYzLDM5Mi43MzdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzYxLjk2OSAtMzkxLjg3NSkiIGZpbGw9IiMyMTIxMjEiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / 13px no-repeat, linear-gradient(#ffff7e, #ffff7e);
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #17181c;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  min-height: 45px;
}
.title-page .popover-wrap-142 .popover-close:active, .title-page .popover-wrap-142 .popover-close.active {
  -webkit-box-shadow: inset 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
}
.title-page .popover-wrap-142 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("http://www.ryazan-mts.ru/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-142 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("http://www.ryazan-mts.ru/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-142 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("http://www.ryazan-mts.ru/wFidgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-142 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("http://www.ryazan-mts.ru/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .horizontal_blocklist-142 p:first-child {
  margin-top: 0;
}
.title-page .horizontal_blocklist-142 p:last-child {
  margin-bottom: 0;
}
.title-page .horizontal_blocklist-142 .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: 40px;
  box-sizing: border-box;
  padding-bottom: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .horizontal_blocklist-142 .header_text {
  border: none;
  font-size: 45px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Courier New, Courier, monospace;
  color: #1e1e20;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  font-weight: bold;
  padding-bottom: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .horizontal_blocklist-142 .description {
  border: none;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  color: #212737;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 17px;
  padding-bottom: 45px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .horizontal_blocklist-142 .description p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .horizontal_blocklist-142 .description p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .horizontal_blocklist-142 .body-outer {
  border: none;
  box-sizing: border-box;
  position: relative;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-right: 0;
  padding-left: 0;
}
.title-page .horizontal_blocklist-142 .body {
  margin: 0 -10px;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-142 .swipe-shadow-left {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.258824) 100%);
}
.title-page .horizontal_blocklist-142 .swipe-shadow-right {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.258824) 0%, rgba(0, 0, 0, 0) 100%);
}
.title-page .horizontal_blocklist-142 .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 .horizontal_blocklist-142 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 33.33%;
}
.title-page .horizontal_blocklist-142 .item {
  padding: 30px;
  margin: 10px;
  border: 1px dashed rgba(0, 0, 0, 0.2);
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: auto;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  min-width: 0;
  min-height: 0;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  left: 0;
  right: 0;
  text-align: left;
  align-self: auto;
  background: #fff;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .horizontal_blocklist-142 .item_header {
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-142 .item_body {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  flex-shrink: 1;
  flex-basis: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .horizontal_blocklist-142 .item_figure {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  min-width: 0;
  min-height: 0;
  width: 100%;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
}
.title-page .horizontal_blocklist-142 .image {
  border: none;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  margin-right: 0;
  margin-bottom: 15px;
  min-height: 250px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  width: auto;
  margin-left: 0;
  left: 0;
  right: 0;
}
.title-page .horizontal_blocklist-142 .item-label {
  padding: 0.02px 0;
  border: none;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: transparent;
  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: center;
  -moz-align-items: center;
  align-items: center;
  text-decoration: none;
  font-size: 0;
  width: 300px;
  min-height: 300px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  margin-top: 0;
  align-self: auto;
}
.title-page .horizontal_blocklist-142 .item-label:hover, .title-page .horizontal_blocklist-142 .item-label.hover, .title-page .horizontal_blocklist-142 .item-label.active {
  background: rgba(214, 255, 138, 0.22);
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.title-page .horizontal_blocklist-142 .img-convert {
  border: none;
  box-sizing: border-box;
  width: 250px;
  height: 250px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  display: -webkit-inline-flex;
  display: inline-flex;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.title-page .horizontal_blocklist-142 .image img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
  box-sizing: content-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .horizontal_blocklist-142 .item__image__title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  font-family: Montserrat, sans-serif;
}
.title-page .horizontal_blocklist-142 .item_detail {
  box-sizing: border-box;
  margin-left: 0;
  position: relative;
  z-index: 2;
  text-align: center;
  margin-right: 0;
  width: auto;
  left: 0;
  right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-top: 0;
}
.title-page .horizontal_blocklist-142 .text {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  font-family: Montserrat, sans-serif;
  color: rgba(41, 41, 41, 0.79);
  line-height: 1.3;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 16px;
  width: auto;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .horizontal_blocklist-142 .text .align-elem {
  flex-basis: 100%;
}
.title-page .horizontal_blocklist-142 .title {
  padding: 0.02px 0;
  border: none;
  font-weight: bold;
  margin-bottom: 25px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  font-family: Courier New, Courier, monospace;
  color: #1e1e20;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-decoration: none;
  font-size: 19px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  width: auto;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
  min-height: 65px;
}
.title-page .horizontal_blocklist-142 .title .align-elem {
  flex-basis: 100%;
}
.title-page .horizontal_blocklist-142 .price-wrap {
  border: none;
  box-sizing: border-box;
  position: relative;
  padding-top: 0.02px;
  width: auto;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .horizontal_blocklist-142 .price {
  box-sizing: border-box;
  display: inline-block;
  margin-top: 0;
  white-space: nowrap;
  text-align: left;
}
.title-page .horizontal_blocklist-142 .price-note {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .horizontal_blocklist-142 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-family: Montserrat, sans-serif;
  color: #c19c65;
  text-decoration: none;
  font-size: 30px;
  font-weight: normal;
  -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 .horizontal_blocklist-142 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-family: Montserrat, sans-serif;
  color: #c19c65;
  text-decoration: none;
  font-size: 16px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .horizontal_blocklist-142 .more {
  box-sizing: border-box;
  position: relative;
  margin-top: 0;
}
.title-page .horizontal_blocklist-142 .more > a {
  padding: 17px 30px;
  border: none;
  box-sizing: border-box;
  text-decoration: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-family: Courier New, Courier, monospace;
  color: #1e1e20;
  text-transform: uppercase;
  font-size: 16px;
  background: repeating-linear-gradient(to top right, #00a8c5 0%, #ffff7e 100%);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: bold;
  width: auto;
  min-height: 0;
  margin-left: 0;
  margin-right: 0;
}
.title-page .horizontal_blocklist-142 .more > a:hover, .title-page .horizontal_blocklist-142 .more > a.hover, .title-page .horizontal_blocklist-142 .more > a.active {
  background: repeating-linear-gradient(to top left, #00a8c5 0%, #ffff7e 100%);
}
.title-page .horizontal_blocklist-142 .more > a:active, .title-page .horizontal_blocklist-142 .more > a.active {
  color: #fd8a14;
}
.title-page .horizontal_blocklist-142 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .horizontal_blocklist-142 .image a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .horizontal_blocklist-142 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .horizontal_blocklist-142 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding-top: 0.02px;
  margin-top: 25px;
}
.title-page .horizontal_blocklist-142 .all {
  padding: 0.02px 0;
  border: none;
  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;
  font-family: Courier New, Courier, monospace;
  color: #1e1e20;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  -webkit-box-shadow: inset 0px 0px 0px 2px #d7f189;
  -moz-box-shadow: inset 0px 0px 0px 2px #d7f189;
  box-shadow: inset 0px 0px 0px 2px #d7f189;
  background: none transparent;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: bold;
  width: 250px;
  min-height: 60px;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
}
.title-page .horizontal_blocklist-142 .all:hover, .title-page .horizontal_blocklist-142 .all.hover, .title-page .horizontal_blocklist-142 .all.active {
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: repeating-linear-gradient(to top right, #04a9c4 0%, #fafd80 99.7%) transparent;
}
.title-page .horizontal_blocklist-142 .all:active, .title-page .horizontal_blocklist-142 .all.active {
  background: repeating-linear-gradient(to top right, #04a9c4 0%, #fafd80 99.7%) #fc2929;
}
.title-page .horizontal_blocklist-142 .controls {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: none;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-142 .prev {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("wm_block_list_horizontal_slider-left.png.1") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-142 .next {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("wm_block_list_horizontal_slider-right.png.1") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-142 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-142 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-142 .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 .horizontal_blocklist-142 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .horizontal_blocklist-142 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .horizontal_blocklist-142 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .horizontal_blocklist-142 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-142 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("wm_block_list_horizontal_pause.png.1") center center / auto no-repeat;
}
.title-page .horizontal_blocklist-142 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("wm_block_list_horizontal_play.png.1") center center / auto no-repeat;
}
.title-page .horizontal_blocklist-142 .pager-wrap {
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-142 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-142 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-142 .bx-pager a {
  margin: 2px;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-142 .bx-pager a:active, .title-page .horizontal_blocklist-142 .bx-pager a.active {
  background: #bbb;
}
.title-page .popover-container-142 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-142 .popover-scrolling {
  padding: 20px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  z-index: 1;
  position: fixed;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  box-sizing: border-box;
}
.title-page .popover-container-142 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-142 {
  margin: 300 auto auto;
  position: relative;
  max-width: 100%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
}
.title-page .popover-wrap-142 .popover-form-title {
  border: none;
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 40px;
  box-sizing: border-box;
  text-align: center;
  font-family: Courier New, Courier, monospace;
  color: #1e1e20;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 0.02px;
}
.title-page .popover-wrap-142 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-142 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-142 .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-142 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-142 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-142 .popover-body .s3_form_item.form_div {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-142 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-142 .popover-body .s3_form_item.form_html_block {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-142 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-142 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: rgba(255, 255, 255, 0.5);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-142 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-142 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-142 .popover-body .s3_form_item.form_checkbox {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-142 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-142 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-142 .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-142 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-142 .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-142 .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-142 .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: rgba(255, 255, 255, 0.5);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-142 .popover-body .s3_form_item.form_radio {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-142 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-142 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-142 .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-142 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-142 .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-142 .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-142 .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: rgba(255, 255, 255, 0.5);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-142 .popover-body .s3_form_item.form_select {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-142 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-142 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-142 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  padding-top: 0.02px;
}
.title-page .popover-wrap-142 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-142 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-142 .popover-body .s3_form_item.form_calendar {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-142 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-142 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-142 .popover-body .s3_form_item.form_calendar_interval {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-142 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-142 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-142 .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-142 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-142 .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-142 .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: rgba(255, 255, 255, 0.5);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-142 .popover-body .s3_form_item.form_upload {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-142 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-142 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: rgba(255, 255, 255, 0.5);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  padding-left: 10px;
}
.title-page .popover-wrap-142 .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-142 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-142 .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-142 ::-webkit-input-placeholder {
  color: rgba(50, 50, 50, 0.7);
}
.title-page .popover-wrap-142 ::-moz-placeholder {
  color: rgba(50, 50, 50, 0.7);
}
.title-page .popover-wrap-142 :-ms-input-placeholder {
  color: rgba(50, 50, 50, 0.7);
}
.title-page .block-44 {
  padding: 70px 20px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: url("onas.jpg.1") left calc(50% - 580px) bottom 0px / auto 100% no-repeat;
  z-index: 6;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  max-width: 100%;
}
.title-page .block-43 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1240px;
  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%;
}
.title-page .widget-49 {
  margin: 0 0 0 400px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  box-sizing: border-box;
  min-height: 0;
  width: auto;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-88 .popover-body {
  padding: 45px;
  border: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  position: relative;
  display: inline-block;
  width: 450px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-88 .popover-body .form_text input {
  padding: 20px 25px;
  border-top: 0px solid rgba(0, 0, 0, 0.2);
  border-right: 0px solid rgba(0, 0, 0, 0.2);
  border-left: 0px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #17181c;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-88 .popover-body .form_calendar input {
  padding: 20px 0 10px;
  border-top: 0px solid rgba(255, 255, 255, 0.2);
  border-right: 0px solid rgba(255, 255, 255, 0.2);
  border-left: 0px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 0.5);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-88 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border-top: 0px solid rgba(255, 255, 255, 0.2);
  border-right: 0px solid rgba(255, 255, 255, 0.2);
  border-left: 0px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
}
.title-page .popover-wrap-88 .popover-body textarea {
  padding: 20px 25px 0.02px;
  border-top: 0px solid rgba(0, 0, 0, 0.2);
  border-right: 0px solid rgba(0, 0, 0, 0.2);
  border-left: 0px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #17181c;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-88 .popover-body .s3_button_large {
  padding: 17px 30px;
  border: none;
  background: repeating-linear-gradient(to top right, #00a8c5 0%, #ffff7e 100%);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 16px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Courier New, Courier, monospace;
  color: #1e1e20;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 20px;
  width: 230px;
}
.title-page .popover-wrap-88 .popover-body .s3_button_large:hover, .title-page .popover-wrap-88 .popover-body .s3_button_large.hover, .title-page .popover-wrap-88 .popover-body .s3_button_large.active {
  background: repeating-linear-gradient(to top left, #00a8c5 0%, #ffff7e 100%);
}
.title-page .popover-wrap-88 .popover-body .s3_button_large:active, .title-page .popover-wrap-88 .popover-body .s3_button_large.active {
  color: #fd8a14;
}
.title-page .popover-wrap-88 .popover-body .s3_message {
  padding: 20px;
  border: 1px solid #ffc127;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: none, repeating-linear-gradient(to right, #ffc127 0%, #ffd42d 100%);
  color: #17181c;
  box-sizing: border-box;
  -moz-box-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-weight: bold;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-88 .popover-close {
  padding: 0.02px 0;
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 45px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMi41IiBoZWlnaHQ9IjMyLjY4OCIgdmlld0JveD0iMCAwIDMyLjUgMzIuNjg4IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iS3Jlc3Rpay5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTc5My41NjMsMzkyLjczN2EyLjk5MywyLjk5MywwLDAsMC00LjI1NCwwTDc3OC4yLDQwMy45MjJsLTExLjEwOS0xMS4xODVhMi45OTIsMi45OTIsMCwwLDAtNC4yNTMsMCwzLjA0MywzLjA0MywwLDAsMCwwLDQuMjgzbDExLjEwOCwxMS4xODVMNzYyLjgzOSw0MTkuMzlhMy4wNDMsMy4wNDMsMCwwLDAsMCw0LjI4MywyLjk5MywyLjk5MywwLDAsMCw0LjI1MywwTDc3OC4yLDQxMi40ODhsMTEuMTA4LDExLjE4NWEyLjk5NCwyLjk5NCwwLDAsMCw0LjI1NCwwLDMuMDQzLDMuMDQzLDAsMCwwLDAtNC4yODNsLTExLjEwOS0xMS4xODUsMTEuMTA5LTExLjE4NUEzLjA0MywzLjA0MywwLDAsMCw3OTMuNTYzLDM5Mi43MzdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzYxLjk2OSAtMzkxLjg3NSkiIGZpbGw9IiMyMTIxMjEiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / 13px no-repeat, linear-gradient(#ffff7e, #ffff7e);
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #17181c;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  min-height: 45px;
}
.title-page .popover-wrap-88 .popover-close:active, .title-page .popover-wrap-88 .popover-close.active {
  -webkit-box-shadow: inset 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
}
.title-page .popover-wrap-88 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("http://www.ryazan-mts.ru/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-88 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("http://www.ryazan-mts.ru/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-88 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("http://www.ryazan-mts.ru/wFidgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-88 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("http://www.ryazan-mts.ru/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .editable_block-88 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-88 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-88 .header {
  border: none;
  box-sizing: border-box;
  font-size: 20px;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .editable_block-88 .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;
}
.title-page .editable_block-88 .title {
  border: none;
  box-sizing: border-box;
  font-size: 45px;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  font-family: Courier New, Courier, monospace;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  color: #1e1e20;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-left: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .editable_block-88 .image {
  border: none;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  float: left;
  margin-right: 80px;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding-right: 0;
  padding-bottom: 25px;
  background: #fd8a14;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding-left: 25px;
}
.title-page .editable_block-88 .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-88 .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-88 .img-convert {
  box-sizing: border-box;
  width: 500px;
  height: 500px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  margin-right: -25px;
  margin-top: -25px;
  align-self: auto;
  margin-left: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.title-page .editable_block-88 .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-88 .text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: rgba(0, 0, 0, 0.81);
  line-height: 1.5;
  text-decoration: none;
  font-size: 15px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .editable_block-88 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .editable_block-88 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-88 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-88 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-88 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-88 .more {
  box-sizing: border-box;
  margin-top: 5px;
  pointer-events: auto;
  padding-top: 35px;
}
.title-page .editable_block-88 .more > a {
  padding: 0.02px 0;
  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: 54px;
  font-family: Courier New, Courier, monospace;
  color: #1e1e20;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  -webkit-box-shadow: inset 0px 0px 0px 2px #d7f189;
  -moz-box-shadow: inset 0px 0px 0px 2px #d7f189;
  box-shadow: inset 0px 0px 0px 2px #d7f189;
  background: none transparent;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: bold;
  width: 180px;
}
.title-page .editable_block-88 .more > a:hover, .title-page .editable_block-88 .more > a.hover, .title-page .editable_block-88 .more > a.active {
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: repeating-linear-gradient(to top right, #04a9c4 0%, #fafd80 99.7%) transparent;
}
.title-page .editable_block-88 .more > a:active, .title-page .editable_block-88 .more > a.active {
  background: repeating-linear-gradient(to top right, #04a9c4 0%, #fafd80 99.7%) #fc2929;
}
.title-page .editable_block-88 .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-88 .clear {
  clear: both;
}
.title-page .popover-container-88 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-88 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-88 .popover-form-title {
  border: none;
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 40px;
  box-sizing: border-box;
  text-align: center;
  font-family: Courier New, Courier, monospace;
  color: #1e1e20;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 0.02px;
}
.title-page .popover-wrap-88 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-88 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-88 .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-88 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-88 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-88 .popover-body .s3_form_item.form_div {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-88 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-88 .popover-body .s3_form_item.form_html_block {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-88 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-88 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: rgba(255, 255, 255, 0.5);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-88 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-88 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-88 .popover-body .s3_form_item.form_checkbox {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-88 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-88 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-88 .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-88 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-88 .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-88 .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-88 .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: rgba(255, 255, 255, 0.5);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-88 .popover-body .s3_form_item.form_radio {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-88 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-88 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-88 .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-88 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-88 .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-88 .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-88 .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: rgba(255, 255, 255, 0.5);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-88 .popover-body .s3_form_item.form_select {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-88 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-88 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-88 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  padding-top: 0.02px;
}
.title-page .popover-wrap-88 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-88 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-88 .popover-body .s3_form_item.form_calendar {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-88 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-88 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-88 .popover-body .s3_form_item.form_calendar_interval {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-88 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-88 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-88 .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-88 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-88 .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-88 .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: rgba(255, 255, 255, 0.5);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-88 .popover-body .s3_form_item.form_upload {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-88 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-88 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: rgba(255, 255, 255, 0.5);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  padding-left: 10px;
}
.title-page .popover-wrap-88 .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-88 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-88 .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-88 ::-webkit-input-placeholder {
  color: rgba(50, 50, 50, 0.7);
}
.title-page .popover-wrap-88 ::-moz-placeholder {
  color: rgba(50, 50, 50, 0.7);
}
.title-page .popover-wrap-88 :-ms-input-placeholder {
  color: rgba(50, 50, 50, 0.7);
}
.title-page .block-24 {
  padding: 60px 20px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: url("forma.jpg.1") left 50% top 50% / cover no-repeat fixed #fff;
  max-width: 100%;
  z-index: 5;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-27 .layout_center_53_id_52_0 {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.title-page .block-27 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1240px;
  min-height: 0;
  z-index: 2;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  max-width: 100%;
}
.title-page .widget-26 {
  padding: 100px;
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  box-sizing: border-box;
  width: 960px;
  right: 0;
  min-height: 267px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MDQiIGhlaWdodD0iNTc2IiB2aWV3Qm94PSIwIDAgNTA0IDU3NiIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIDxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9InBkZi5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTg5Ny4xMzMsMzAzNS44OWEyOC4zMTUsMjguMzE1LDAsMCwwLTEzLjAxNS0yLjcxLDUwLjEyOCw1MC4xMjgsMCwwLDAtMTEuMTguOTV2MzUuNzdhMzkuMzE2LDM5LjMxNiwwLDAsMCw5LjgxNC45NmM1Ljc3MSwwLDEwLjYzMi0xLjE0LDE0LjM4MS0zLjMyLDUuNTUxLTMuMjMsOC42NjMtOC43Niw4LjY2My0xNi4zM0M5MDUuOCwzMDQzLjgsOTAyLjYsMzAzOC43Miw4OTcuMTMzLDMwMzUuODlabTYyLjI4OC0yLjcxYTY3LjQ4LDY3LjQ4LDAsMCwwLTEzLjkwNiwxLjIzdjcyLjYyYTc0LjM1Niw3NC4zNTYsMCwwLDAsMTIsLjY4YzI1LjM2NCwwLDM5LjEzNy0xNC4xOSwzOS4xMzctMzkuMDNDOTk2Ljc4MSwzMDQ2Ljk3LDk4NC41MTMsMzAzMy4xOCw5NTkuNDIxLDMwMzMuMThabTEyNS44MzktMzcuOUg4NDkuODIzQTMwLjg0NCwzMC44NDQsMCwwLDAsODE5LDMwMjYuMTR2ODguNzZhMzAuODM1LDMwLjgzNSwwLDAsMCwzMC44MjMsMzAuODVIMTA4NS4yNmEzMC44MzUsMzAuODM1LDAsMCwwLDMwLjgyLTMwLjg1di04OC43NkEzMC44NDMsMzAuODQzLDAsMCwwLDEwODUuMjYsMjk5NS4yOFptLTE3NC42OSw3NS4wM2EzMC41NDQsMzAuNTQ0LDAsMCwxLTEzLjQzNyw4LjAxLDQ5LjI3OSw0OS4yNzksMCwwLDEtMTQuNjUzLDIuMSw0MC44NDIsNDAuODQyLDAsMCwxLTkuNTQyLS44M3YzNi44Nkg4NjEuMDc1di05MC45MWMzLjEyMy0uNTIsNi43OC0xLDExLjAwNy0xLjMzLDMuNTE3LS4yNyw3LjQyNy0wLjQ1LDExLjc2NC0wLjQ1YTU1LjczOSw1NS43MzksMCwwLDEsMTMuMjg3LDEuNDYsMjguNTE5LDI4LjUxOSwwLDAsMSwxMi40ODIsNi4xOWM1LjA0Niw0LjM3LDguMDQ0LDExLjA2LDguMDQ0LDE5LjI0QzkxNy42NTksMzA1OC45OSw5MTUuMjA1LDMwNjUuNTMsOTEwLjU3LDMwNzAuMzFabTg1LjI1NiwzMy43MWMtOC41ODgsOC42MS0yMi43NzEsMTMuMjUtNDAuNjMsMTMuMjVhMTg5LjMzMSwxODkuMzMxLDAsMCwxLTIxLjU0NC0xLjF2LTkwLjQ5YTE2OS45MDksMTY5LjkwOSwwLDAsMSwyNS4yMjUtMS45MmMxNy4wNDIsMCwyOS4xNzcsMy45NiwzNy4yMjEsMTEuNDgsOC4xODIsNy41LDEyLjk1MiwxOC4xNSwxMi45NTIsMzMuMDNDMTAwOS4wNSwzMDgzLjI4LDEwMDQuNDIsMzA5NS41Niw5OTUuODI2LDMxMDQuMDJabTc4LjE4NC02OS42MWgtMzcuNjN2MzAuNThoMzQuNzd2OS44MmgtMzQuNzd2NDEuNjRoLTExLjg2di05Mi4wMWg0OS40OXY5Ljk3Wm0yMzkuODctMjEzLjg1LTE1NC41NS0xMzAuNDgtMjQuODUtMjEuNzZhMTMuNDY0LDEzLjQ2NCwwLDAsMC04Ljg1LTMuMzJoLTIyNy45YTI1LjY2OCwyNS42NjgsMCwwLDAtMjUuNjUzLDI1LjY4djI2OS4yMWE1LjQ0OCw1LjQ0OCwwLDAsMCw1LjQ0Niw1LjQ1aDE0LjE1OGE1LjQ0OSw1LjQ0OSwwLDAsMCw1LjQ0Ny01LjQ1VjI2OTAuMDhIMTEyMC40N1YyODE1LjNhMjUuNjY0LDI1LjY2NCwwLDAsMCwyNS42NSwyNS42OGgxNTEuODN2Mzc0Ljk0SDg5Ny4xMzN2LTM0Ljc3YTUuNDQ5LDUuNDQ5LDAsMCwwLTUuNDQ3LTUuNDVIODc3LjUyOGE1LjQ0OCw1LjQ0OCwwLDAsMC01LjQ0Niw1LjQ1djM0LjE3QTI1LjY2OCwyNS42NjgsMCwwLDAsODk3LjczNSwzMjQxSDEyOTcuMzVhMjUuNjcxLDI1LjY3MSwwLDAsMCwyNS42NS0yNS42OFYyODQwLjE5QTI1LjY5MiwyNS42OTIsMCwwLDAsMTMxMy44OCwyODIwLjU2WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTgxOSAtMjY2NSkiIGZpbGw9IiMwMTc3YjciIGZpbGwtb3BhY2l0eT0iMC4wNSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left calc(50% + 350px) top -61px / 499px no-repeat #ffff7e;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .form-52 .form__header {
  border: none;
  box-sizing: border-box;
  font-size: 45px;
  margin-bottom: 10px;
  display: -webkit-flex;
  display: flex;
  font-family: Courier New, Courier, monospace;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #17181c;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  padding-left: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .form-52 .form__text {
  box-sizing: border-box;
  font-size: 14px;
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
  font-weight: 500;
}
.title-page .form-52 .form__text p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .form-52 .form__text p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .form-52 .form__body {
  box-sizing: border-box;
  margin-right: 0;
  margin-bottom: 0;
  width: auto;
  margin-left: 0;
}
.title-page .form-52 .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-52 .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-52 .form-item-group {
  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;
  width: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
}
.title-page .form-52 .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-52 .form-text {
  border: none;
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 25px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .form-52 .form-item__title {
  box-sizing: border-box;
  display: inline-block;
  min-width: 15px;
  font-size: 14px;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 0.5);
}
.title-page .form-52 .form-item__required {
  box-sizing: border-box;
  color: #f00;
}
.title-page .form-52 .form-item__error {
  box-sizing: border-box;
  color: #f00;
}
.title-page .form-52 .form-item__note {
  box-sizing: border-box;
  font-size: 11px;
  color: #999;
  display: none;
}
.title-page .form-52 .form-item__body {
  box-sizing: border-box;
  display: block;
  padding-top: 0.02px;
}
.title-page .form-52 .form-text input {
  padding: 20px 25px;
  box-sizing: border-box;
  border-top: 0px solid rgba(0, 0, 0, 0.25);
  border-right: 0px solid rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  border-left: 0px solid rgba(0, 0, 0, 0.25);
  width: 100%;
  min-width: 100px;
  min-height: 22px;
  outline: none;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  resize: vertical;
  display: block;
  margin-top: 10px;
}
.title-page .form-52 .form-text input:active, .title-page .form-52 .form-text input.active {
  border-top: 0px solid rgba(253, 138, 20, 0.5);
  border-right: 0px solid rgba(253, 138, 20, 0.5);
  border-bottom: 1px solid rgba(253, 138, 20, 0.5);
  border-left: 0px solid rgba(253, 138, 20, 0.5);
}
.title-page .form-52 .form-textarea textarea {
  padding: 20px 0 0.02px;
  box-sizing: border-box;
  border-top: 0px solid rgba(0, 0, 0, 0.25);
  border-right: 0px solid rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  border-left: 0px solid rgba(0, 0, 0, 0.25);
  width: 100%;
  min-width: 100px;
  resize: vertical;
  min-height: 40px;
  outline: none;
  display: block;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  height: 100px;
}
.title-page .form-52 .form-textarea textarea:hover, .title-page .form-52 .form-textarea textarea.hover, .title-page .form-52 .form-textarea textarea.active {
  border-top: 0px solid rgba(253, 138, 20, 0.5);
  border-right: 0px solid rgba(253, 138, 20, 0.5);
  border-bottom: 1px solid rgba(253, 138, 20, 0.5);
  border-left: 0px solid rgba(253, 138, 20, 0.5);
}
.title-page .form-52 .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("wm_form_adaptive_default.gif.1") 50% 50% no-repeat;
}
.title-page .form-52 .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("wm_form_adaptive_default.gif.1") 50% 50% no-repeat;
}
.title-page .form-52 .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("wm_form_adaptive_default.gif.1") 50% 50% no-repeat;
}
.title-page .form-52 .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("wm_form_adaptive_default.gif.1") 50% 50% no-repeat;
}
.title-page .form-52 .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .form-52 .form-select select {
  border: none;
  box-sizing: border-box;
  width: 100%;
  min-width: 100px;
  font-family: Montserrat, sans-serif;
  text-align: start;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .form-52 .form-upload .form-item__body .no-more {
  box-sizing: border-box;
  font-size: 14px;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  padding-left: 10px;
}
.title-page .form-52 .form-text .form-item__body {
  box-sizing: border-box;
}
.title-page .form-52 .form-textarea {
  border: none;
  box-sizing: border-box;
  margin-bottom: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .form-52 .form-textarea .form-item__body {
  box-sizing: border-box;
}
.title-page .form-52 .form-submit {
  border: none;
  box-sizing: border-box;
  text-align: center;
  margin-right: 5px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .form-52 .form-submit .form-item__header {
  box-sizing: border-box;
  display: none;
}
.title-page .form-52 .form-submit .form-item__body {
  padding-top: 10px;
  box-sizing: border-box;
}
.title-page .form-52 .form-submit button {
  padding: 17px 30px;
  border: none;
  box-sizing: border-box;
  text-align: center;
  background: repeating-linear-gradient(to top right, #00a8c5 0%, #ffff7e 100%);
  outline: none;
  -webkit-appearance: none;
  font-family: Courier New, Courier, monospace;
  color: #1e1e20;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: bold;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 10px;
  position: relative;
  margin-bottom: 0;
  width: 100%;
  top: 0;
  left: 0;
}
.title-page .form-52 .form-submit button:hover, .title-page .form-52 .form-submit button.hover, .title-page .form-52 .form-submit button.active {
  background: repeating-linear-gradient(to top left, #00a8c5 0%, #ffff7e 100%);
}
.title-page .form-52 .form-submit button:active, .title-page .form-52 .form-submit button.active {
  color: #fd8a14;
}
.title-page .form-52 .form-submit button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 20px;
}
.title-page .form-52 .form-captcha {
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-bottom: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .form-52 .form-captcha .form-item__body {
  padding-top: 10px;
  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-52 .form-captcha input {
  padding: 2px 4px;
  box-sizing: border-box;
  border-top: 0px solid rgba(0, 0, 0, 0.25);
  border-right: 0px solid rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  border-left: 0px solid rgba(0, 0, 0, 0.25);
  width: 100%;
  min-width: 50px;
  min-height: 22px;
  outline: none;
  text-align: center;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  resize: vertical;
  display: block;
}
.title-page .form-52 .form-captcha input:hover, .title-page .form-52 .form-captcha input.hover, .title-page .form-52 .form-captcha input.active {
  border-top: 0px solid rgba(253, 138, 20, 0.5);
  border-right: 0px solid rgba(253, 138, 20, 0.5);
  border-bottom: 1px solid rgba(253, 138, 20, 0.5);
  border-left: 0px solid rgba(253, 138, 20, 0.5);
}
.title-page .form-52 .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-52 .form-captcha .form-submit-container {
  box-sizing: border-box;
}
.title-page .form-52 .form-captcha button {
  padding: 17px 30px;
  border: none;
  box-sizing: border-box;
  text-align: center;
  background: repeating-linear-gradient(to top right, #00a8c5 0%, #ffff7e 100%);
  outline: none;
  -webkit-appearance: none;
  font-family: Courier New, Courier, monospace;
  color: #1e1e20;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: bold;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 10px;
  position: relative;
  margin-bottom: 0;
  width: 100%;
  top: 0;
  left: 0;
}
.title-page .form-52 .form-captcha button:hover, .title-page .form-52 .form-captcha button.hover, .title-page .form-52 .form-captcha button.active {
  background: repeating-linear-gradient(to top left, #00a8c5 0%, #ffff7e 100%);
}
.title-page .form-52 .form-captcha button:active, .title-page .form-52 .form-captcha button.active {
  color: #fd8a14;
}
.title-page .form-52 .form-captcha button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 20px;
}
.title-page .form-52 .form-captcha .mgCaptcha-block {
  box-sizing: border-box;
  line-height: 0;
  font-size: 0;
  min-width: 112px;
}
.title-page .form-52 .form-captcha .mgCaptcha-block img {
  box-sizing: border-box;
  vertical-align: middle;
  border: none;
  margin-right: 5px;
}
.title-page .form-52 .form-captcha .mgCaptcha-input {
  box-sizing: border-box;
}
.title-page .form-52 .form-checkbox {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 25px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.title-page .form-52 .form-checkbox .form-item__body {
  padding-top: 0.02px;
  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;
  margin-bottom: 5px;
}
.title-page .form-52 .form-checkbox .form-item__title {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-top: 5px;
  font-size: 14px;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 0.5);
}
.title-page .form-52 .form-checkbox .form-item__body label.form-item__title {
  font-size: 14px;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  margin-top: 0;
  align-self: auto;
  padding-top: 3px;
}
.title-page .form-52 .form-checkbox input {
  margin: 5px 5px 0 0;
}
.title-page .form-52 .form-radio {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 25px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.title-page .form-52 .form-radio .form-item__body {
  padding-top: 0.02px;
  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;
  margin-bottom: 3px;
}
.title-page .form-52 .form-radio .form-item__body label.form-item__title {
  font-size: 14px;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  margin-top: 0;
  align-self: auto;
  padding-top: 3px;
}
.title-page .form-52 .form-radio input {
  margin: 5px 5px 0 0;
}
.title-page .form-52 .form-radio .form-item__title {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-top: 5px;
  font-size: 14px;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 0.5);
}
.title-page .form-52 .form-select {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 25px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.title-page .form-52 .form-div {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 25px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.title-page .form-52 .form-html {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 25px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.title-page .form-52 .form-html .form-item__body {
  padding-top: 10px;
  font-size: 14px;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  padding-bottom: 10px;
}
.title-page .form-52 .form-upload {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 25px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.title-page .form-52 .form-calendar {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 25px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.title-page .form-52 .form-calendar .form-item__body {
  padding-top: 10px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .form-52 .form-calendar input {
  padding: 20px 0 10px;
  box-sizing: border-box;
  border-top: 0px solid rgba(255, 255, 255, 0.4);
  border-right: 0px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  border-left: 0px solid rgba(255, 255, 255, 0.4);
  width: 100%;
  min-height: 22px;
  outline: none;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  text-align: start;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .form-52 .form-calendar_interval {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 25px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.title-page .form-52 .form-calendar_interval input {
  padding: 20px 0 10px;
  box-sizing: border-box;
  border-top: 0px solid rgba(255, 255, 255, 0.2);
  border-right: 0px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 0px solid rgba(255, 255, 255, 0.2);
  width: 100%;
  min-height: 22px;
  outline: none;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  text-align: start;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .form-52 .form-calendar_interval .form-item__body {
  padding-top: 10px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .form-52 .form-calendar_interval .label_from {
  box-sizing: border-box;
  margin-right: 5px;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  margin-top: 5px;
  align-self: auto;
  -webkit-flex: 0;
  -moz-flex: 0;
  flex: 0;
}
.title-page .form-52 .form-calendar_interval .label_to {
  box-sizing: border-box;
  margin-right: 5px;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  font-size: 14px;
  padding-top: 5px;
  -webkit-flex: 0;
  -moz-flex: 0;
  flex: 0;
}
.title-page .form-52 .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-52 .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-52 .group-text {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-right: 0;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .form-52 .group-textarea {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-right: 0;
}
.title-page .form-52 .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-52 .group-button {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-right: 0;
}
.title-page .form-52 .form-success {
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #1e1e20;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}
.title-page .form-52 ::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.44);
}
.title-page .form-52 ::-moz-placeholder {
  color: rgba(0, 0, 0, 0.44);
}
.title-page .form-52 :-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.44);
}
.title-page .widget-27 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  min-height: 0;
  width: auto;
  padding-bottom: 0.02px;
  right: 0;
  padding-top: 20px;
}
.title-page .popover-wrap-54 .popover-body {
  padding: 45px;
  border: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  position: relative;
  display: inline-block;
  width: 450px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-54 .popover-body .form_text input {
  padding: 20px 25px;
  border-top: 0px solid rgba(0, 0, 0, 0.2);
  border-right: 0px solid rgba(0, 0, 0, 0.2);
  border-left: 0px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #17181c;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-54 .popover-body .form_calendar input {
  padding: 20px 0 10px;
  border-top: 0px solid rgba(255, 255, 255, 0.2);
  border-right: 0px solid rgba(255, 255, 255, 0.2);
  border-left: 0px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 0.5);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-54 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border-top: 0px solid rgba(255, 255, 255, 0.2);
  border-right: 0px solid rgba(255, 255, 255, 0.2);
  border-left: 0px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
}
.title-page .popover-wrap-54 .popover-body textarea {
  padding: 20px 25px 0.02px;
  border-top: 0px solid rgba(0, 0, 0, 0.2);
  border-right: 0px solid rgba(0, 0, 0, 0.2);
  border-left: 0px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #17181c;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-54 .popover-body .s3_button_large {
  padding: 17px 30px;
  border: none;
  background: repeating-linear-gradient(to top right, #00a8c5 0%, #ffff7e 100%);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 16px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Courier New, Courier, monospace;
  color: #1e1e20;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 20px;
  width: 230px;
}
.title-page .popover-wrap-54 .popover-body .s3_button_large:hover, .title-page .popover-wrap-54 .popover-body .s3_button_large.hover, .title-page .popover-wrap-54 .popover-body .s3_button_large.active {
  background: repeating-linear-gradient(to top left, #00a8c5 0%, #ffff7e 100%);
}
.title-page .popover-wrap-54 .popover-body .s3_button_large:active, .title-page .popover-wrap-54 .popover-body .s3_button_large.active {
  color: #fd8a14;
}
.title-page .popover-wrap-54 .popover-body .s3_message {
  padding: 20px;
  border: 1px solid #ffc127;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: none, repeating-linear-gradient(to right, #ffc127 0%, #ffd42d 100%);
  color: #17181c;
  box-sizing: border-box;
  -moz-box-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-weight: bold;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-54 .popover-close {
  padding: 0.02px 0;
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 45px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMi41IiBoZWlnaHQ9IjMyLjY4OCIgdmlld0JveD0iMCAwIDMyLjUgMzIuNjg4IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iS3Jlc3Rpay5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTc5My41NjMsMzkyLjczN2EyLjk5MywyLjk5MywwLDAsMC00LjI1NCwwTDc3OC4yLDQwMy45MjJsLTExLjEwOS0xMS4xODVhMi45OTIsMi45OTIsMCwwLDAtNC4yNTMsMCwzLjA0MywzLjA0MywwLDAsMCwwLDQuMjgzbDExLjEwOCwxMS4xODVMNzYyLjgzOSw0MTkuMzlhMy4wNDMsMy4wNDMsMCwwLDAsMCw0LjI4MywyLjk5MywyLjk5MywwLDAsMCw0LjI1MywwTDc3OC4yLDQxMi40ODhsMTEuMTA4LDExLjE4NWEyLjk5NCwyLjk5NCwwLDAsMCw0LjI1NCwwLDMuMDQzLDMuMDQzLDAsMCwwLDAtNC4yODNsLTExLjEwOS0xMS4xODUsMTEuMTA5LTExLjE4NUEzLjA0MywzLjA0MywwLDAsMCw3OTMuNTYzLDM5Mi43MzdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzYxLjk2OSAtMzkxLjg3NSkiIGZpbGw9IiMyMTIxMjEiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / 13px no-repeat, linear-gradient(#ffff7e, #ffff7e);
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #17181c;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  min-height: 45px;
}
.title-page .popover-wrap-54 .popover-close:active, .title-page .popover-wrap-54 .popover-close.active {
  -webkit-box-shadow: inset 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
}
.title-page .popover-wrap-54 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("http://www.ryazan-mts.ru/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-54 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("http://www.ryazan-mts.ru/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-54 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("http://www.ryazan-mts.ru/wFidgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-54 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("http://www.ryazan-mts.ru/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .editable_block-54 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-54 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-54 .header {
  border: none;
  box-sizing: border-box;
  font-size: 35px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #fff;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
  font-weight: 900;
}
.title-page .editable_block-54 .body {
  box-sizing: border-box;
  display: block;
  position: relative;
  min-width: 0;
  min-height: 0;
}
.title-page .editable_block-54 .title {
  box-sizing: border-box;
  font-size: 16px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  color: #1e1e20;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
}
.title-page .editable_block-54 .image {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-54 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  text-align: left;
}
.title-page .editable_block-54 .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-54 .img-convert {
  box-sizing: border-box;
  width: 180px;
  height: 100px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}
.title-page .editable_block-54 .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-54 .text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  color: rgba(0, 0, 0, 0.4);
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 15px;
}
.title-page .editable_block-54 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-54 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-54 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-54 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-54 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-54 .more {
  box-sizing: border-box;
  margin-top: 5px;
  pointer-events: auto;
}
.title-page .editable_block-54 .more > a {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  height: 0;
  min-height: 14px;
}
.title-page .editable_block-54 .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-54 .clear {
  clear: both;
}
.title-page .popover-container-54 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-54 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-54 .popover-form-title {
  border: none;
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 40px;
  box-sizing: border-box;
  text-align: center;
  font-family: Courier New, Courier, monospace;
  color: #1e1e20;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 0.02px;
}
.title-page .popover-wrap-54 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-54 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-54 .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-54 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-54 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-54 .popover-body .s3_form_item.form_div {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-54 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-54 .popover-body .s3_form_item.form_html_block {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-54 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-54 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: rgba(255, 255, 255, 0.5);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-54 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-54 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-54 .popover-body .s3_form_item.form_checkbox {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-54 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-54 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-54 .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-54 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-54 .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-54 .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-54 .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: rgba(255, 255, 255, 0.5);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-54 .popover-body .s3_form_item.form_radio {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-54 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-54 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-54 .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-54 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-54 .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-54 .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-54 .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: rgba(255, 255, 255, 0.5);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-54 .popover-body .s3_form_item.form_select {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-54 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-54 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-54 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  padding-top: 0.02px;
}
.title-page .popover-wrap-54 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-54 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-54 .popover-body .s3_form_item.form_calendar {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-54 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-54 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-54 .popover-body .s3_form_item.form_calendar_interval {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-54 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-54 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-54 .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-54 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-54 .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-54 .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: rgba(255, 255, 255, 0.5);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-54 .popover-body .s3_form_item.form_upload {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-54 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-54 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: rgba(255, 255, 255, 0.5);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  padding-left: 10px;
}
.title-page .popover-wrap-54 .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-54 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-54 .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-54 ::-webkit-input-placeholder {
  color: rgba(50, 50, 50, 0.7);
}
.title-page .popover-wrap-54 ::-moz-placeholder {
  color: rgba(50, 50, 50, 0.7);
}
.title-page .popover-wrap-54 :-ms-input-placeholder {
  color: rgba(50, 50, 50, 0.7);
}
.title-page .block-23 {
  padding: 60px 20px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: linear-gradient(rgba(30, 30, 32, 0.45), rgba(30, 30, 32, 0.45)), url("fon.jpg.1") left 50% top 50% / cover no-repeat fixed;
  max-width: 100%;
  z-index: 4;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-decoration: none;
}
.title-page .block-47 {
  padding: 0.02px 0;
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1240px;
  min-height: 0;
  z-index: 2;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
}
.title-page .widget-51 {
  padding: 0.02px 0;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-95 .popover-body {
  padding: 45px;
  border: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  position: relative;
  display: inline-block;
  width: 450px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-95 .popover-body .form_text input {
  padding: 20px 25px;
  border-top: 0px solid rgba(0, 0, 0, 0.2);
  border-right: 0px solid rgba(0, 0, 0, 0.2);
  border-left: 0px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #17181c;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-95 .popover-body .form_calendar input {
  padding: 20px 0 10px;
  border-top: 0px solid rgba(255, 255, 255, 0.2);
  border-right: 0px solid rgba(255, 255, 255, 0.2);
  border-left: 0px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 0.5);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-95 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border-top: 0px solid rgba(255, 255, 255, 0.2);
  border-right: 0px solid rgba(255, 255, 255, 0.2);
  border-left: 0px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
}
.title-page .popover-wrap-95 .popover-body textarea {
  padding: 20px 25px 0.02px;
  border-top: 0px solid rgba(0, 0, 0, 0.2);
  border-right: 0px solid rgba(0, 0, 0, 0.2);
  border-left: 0px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #17181c;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-95 .popover-body .s3_button_large {
  padding: 17px 30px;
  border: none;
  background: repeating-linear-gradient(to top right, #00a8c5 0%, #ffff7e 100%);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 16px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Courier New, Courier, monospace;
  color: #1e1e20;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 20px;
  width: 230px;
}
.title-page .popover-wrap-95 .popover-body .s3_button_large:hover, .title-page .popover-wrap-95 .popover-body .s3_button_large.hover, .title-page .popover-wrap-95 .popover-body .s3_button_large.active {
  background: repeating-linear-gradient(to top left, #00a8c5 0%, #ffff7e 100%);
}
.title-page .popover-wrap-95 .popover-body .s3_button_large:active, .title-page .popover-wrap-95 .popover-body .s3_button_large.active {
  color: #fd8a14;
}
.title-page .popover-wrap-95 .popover-body .s3_message {
  padding: 20px;
  border: 1px solid #ffc127;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: none, repeating-linear-gradient(to right, #ffc127 0%, #ffd42d 100%);
  color: #17181c;
  box-sizing: border-box;
  -moz-box-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-weight: bold;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-95 .popover-close {
  padding: 0.02px 0;
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 45px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMi41IiBoZWlnaHQ9IjMyLjY4OCIgdmlld0JveD0iMCAwIDMyLjUgMzIuNjg4IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iS3Jlc3Rpay5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTc5My41NjMsMzkyLjczN2EyLjk5MywyLjk5MywwLDAsMC00LjI1NCwwTDc3OC4yLDQwMy45MjJsLTExLjEwOS0xMS4xODVhMi45OTIsMi45OTIsMCwwLDAtNC4yNTMsMCwzLjA0MywzLjA0MywwLDAsMCwwLDQuMjgzbDExLjEwOCwxMS4xODVMNzYyLjgzOSw0MTkuMzlhMy4wNDMsMy4wNDMsMCwwLDAsMCw0LjI4MywyLjk5MywyLjk5MywwLDAsMCw0LjI1MywwTDc3OC4yLDQxMi40ODhsMTEuMTA4LDExLjE4NWEyLjk5NCwyLjk5NCwwLDAsMCw0LjI1NCwwLDMuMDQzLDMuMDQzLDAsMCwwLDAtNC4yODNsLTExLjEwOS0xMS4xODUsMTEuMTA5LTExLjE4NUEzLjA0MywzLjA0MywwLDAsMCw3OTMuNTYzLDM5Mi43MzdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzYxLjk2OSAtMzkxLjg3NSkiIGZpbGw9IiMyMTIxMjEiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / 13px no-repeat, linear-gradient(#ffff7e, #ffff7e);
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #17181c;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  min-height: 45px;
}
.title-page .popover-wrap-95 .popover-close:active, .title-page .popover-wrap-95 .popover-close.active {
  -webkit-box-shadow: inset 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
}
.title-page .popover-wrap-95 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("http://www.ryazan-mts.ru/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-95 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("http://www.ryazan-mts.ru/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-95 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("http://www.ryazan-mts.ru/wFidgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-95 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("http://www.ryazan-mts.ru/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .horizontal_blocklist-95 p:first-child {
  margin-top: 0;
}
.title-page .horizontal_blocklist-95 p:last-child {
  margin-bottom: 0;
}
.title-page .horizontal_blocklist-95 .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: 40px;
  box-sizing: border-box;
  padding-bottom: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .horizontal_blocklist-95 .header_text {
  margin: 0;
  border: none;
  font-size: 70px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 0.26);
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-transform: uppercase;
  text-decoration: none;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  font-weight: bold;
  padding-bottom: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 0.02px;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  transform: rotate(360deg);
  align-self: auto;
  padding-left: 0;
}
.title-page .horizontal_blocklist-95 .description {
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 40px;
  font-family: Courier New, Courier, monospace;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 45px;
  font-weight: bold;
  margin-top: 0;
  padding-left: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .horizontal_blocklist-95 .description p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .horizontal_blocklist-95 .description p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .horizontal_blocklist-95 .body-outer {
  box-sizing: border-box;
  position: relative;
}
.title-page .horizontal_blocklist-95 .body {
  margin: 0;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-95 .swipe-shadow-left {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.258824) 100%);
}
.title-page .horizontal_blocklist-95 .swipe-shadow-right {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.258824) 0%, rgba(0, 0, 0, 0) 100%);
}
.title-page .horizontal_blocklist-95 .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;
  margin-right: 0;
}
.title-page .horizontal_blocklist-95 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 25%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .horizontal_blocklist-95 .item {
  padding: 0.02px 35px 0.02px 15px;
  margin: 15px 0;
  border: none;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: auto;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  min-width: 0;
  min-height: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  left: 0;
  right: 0;
  align-self: auto;
  background: transparent;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .horizontal_blocklist-95 .item_header {
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-95 .item_body {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  flex-shrink: 1;
  flex-basis: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .horizontal_blocklist-95 .item_figure {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  min-width: 0;
  min-height: 0;
  width: 100%;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
}
.title-page .horizontal_blocklist-95 .image {
  margin: 0 auto 10px;
  border: none;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  min-height: 80px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background: #fff;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  padding-left: 20px;
  width: 80px;
  left: 0;
  right: 0;
  padding-right: 20px;
}
.title-page .horizontal_blocklist-95 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  text-align: left;
}
.title-page .horizontal_blocklist-95 .img-convert {
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  -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-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .horizontal_blocklist-95 .image img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
  box-sizing: content-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .horizontal_blocklist-95 .item__image__title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  font-family: Montserrat, sans-serif;
}
.title-page .horizontal_blocklist-95 .item_detail {
  margin: 5px 0 auto;
  border: none;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  text-align: left;
  width: auto;
  left: 0;
  right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  align-self: center;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .horizontal_blocklist-95 .text {
  padding: 0.02px 0;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  font-family: Montserrat, 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;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  font-weight: normal;
}
.title-page .horizontal_blocklist-95 .text .align-elem {
  flex-basis: 100%;
}
.title-page .horizontal_blocklist-95 .title {
  padding: 0.02px 0;
  margin: 0 0 5px;
  border: none;
  font-weight: bold;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  font-family: Courier New, Courier, monospace;
  color: #fff;
  -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;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 22px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: auto;
  left: 0;
  right: 0;
  top: 0;
}
.title-page .horizontal_blocklist-95 .title .align-elem {
  flex-basis: 100%;
}
.title-page .horizontal_blocklist-95 .price-wrap {
  box-sizing: border-box;
  position: relative;
  padding-top: 0.02px;
  width: auto;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
}
.title-page .horizontal_blocklist-95 .price {
  box-sizing: border-box;
  display: inline-block;
  margin-top: 5px;
  white-space: nowrap;
}
.title-page .horizontal_blocklist-95 .price-note {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .horizontal_blocklist-95 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-family: Montserrat, sans-serif;
  color: #c19c65;
  text-decoration: none;
  font-size: 30px;
  font-weight: normal;
  -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 .horizontal_blocklist-95 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-family: Montserrat, sans-serif;
  color: #c19c65;
  text-decoration: none;
  font-size: 16px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .horizontal_blocklist-95 .more {
  box-sizing: border-box;
  position: relative;
  margin-top: 5px;
}
.title-page .horizontal_blocklist-95 .more > a {
  box-sizing: border-box;
  text-decoration: underline;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
}
.title-page .horizontal_blocklist-95 .bx-wrapper {
  max-width: 1038px;
}
.title-page .horizontal_blocklist-95 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .horizontal_blocklist-95 .image a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .horizontal_blocklist-95 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .horizontal_blocklist-95 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding-top: 0.02px;
}
.title-page .horizontal_blocklist-95 .all {
  padding: 20px 30px;
  border: 0px solid #db60be;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-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;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2), 0px 2px 10px rgba(193, 156, 101, 0.5);
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2), 0px 2px 10px rgba(193, 156, 101, 0.5);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2), 0px 2px 10px rgba(193, 156, 101, 0.5);
  background: none #c19c65;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: normal;
}
.title-page .horizontal_blocklist-95 .all:hover, .title-page .horizontal_blocklist-95 .all.hover, .title-page .horizontal_blocklist-95 .all.active {
  background: repeating-linear-gradient(to bottom right, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%) #c19c65;
}
.title-page .horizontal_blocklist-95 .all:active, .title-page .horizontal_blocklist-95 .all.active {
  -webkit-box-shadow: inset 0px 3px 0px 0px rgba(0, 0, 0, 0.07), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 3px 0px 0px rgba(0, 0, 0, 0.07), 0 0 0 transparent;
  box-shadow: inset 0px 3px 0px 0px rgba(0, 0, 0, 0.07), 0 0 0 transparent;
}
.title-page .horizontal_blocklist-95 .controls {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: none;
  box-sizing: border-box;
  text-align: justify;
  width: 400px;
  margin-left: -200px;
  bottom: auto;
  margin-top: 69px;
  padding-top: 0.02px;
}
.title-page .horizontal_blocklist-95 .prev {
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMy43MTkiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCAyMy43MTkgNDAiIGlkPSJzdmctMSI+PGRlZnMgaWQ9ImRlZnMtMiI+PHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPjwvZGVmcz48cGF0aCBpZD0iU3RyZWxrYUwzLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNMzkxLjY3NSA2MDFsLTE5LjMxMi0yMCAxOS4zMTItMjAgNC40MTcgNC41MTJMMzgxLjEzNiA1ODFsMTQuOTU2IDE1LjQ4N3oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zNzIuMzc1IC01NjEpIiBmaWxsPSIjMzQzNzNlIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD48L3N2Zz4=") left 50% top 50% / 14px no-repeat;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 25px;
}
.title-page .horizontal_blocklist-95 .next {
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMy43MTkiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCAyMy43MTkgNDAiIGlkPSJzdmctMSI+PGRlZnMgaWQ9ImRlZnMtMiI+PHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPjwvZGVmcz48cGF0aCBpZD0iU3RyZWxrYVIzLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNNDE2LjMyNSA2MDFsMTkuMzEyLTIwLTE5LjMxMi0yMC00LjQxNyA0LjUxMkw0MjYuODY0IDU4MWwtMTQuOTU2IDE1LjQ4N3oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00MTEuOTA2IC01NjEpIiBmaWxsPSIjMzQzNzNlIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD48L3N2Zz4=") left 50% top 50% / 14px no-repeat;
  box-sizing: border-box;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 25px;
}
.title-page .horizontal_blocklist-95 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-95 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-95 .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 .horizontal_blocklist-95 .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;
  padding-bottom: 50px;
}
.title-page .horizontal_blocklist-95 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .horizontal_blocklist-95 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .horizontal_blocklist-95 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-95 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("wm_block_list_horizontal_pause.png.1") center center / auto no-repeat;
}
.title-page .horizontal_blocklist-95 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("wm_block_list_horizontal_play.png.1") center center / auto no-repeat;
}
.title-page .horizontal_blocklist-95 .pager-wrap {
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-95 .bx-pager {
  margin: auto auto 0;
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
  text-align: left;
  visibility: visible;
}
.title-page .horizontal_blocklist-95 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-95 .bx-pager a {
  margin: 2px;
  border: none;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: rgba(33, 39, 55, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
}
.title-page .popover-container-95 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-95 .popover-scrolling {
  padding: 20px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  z-index: 1;
  position: fixed;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  box-sizing: border-box;
}
.title-page .popover-container-95 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-95 {
  margin: 300 auto auto;
  position: relative;
  max-width: 100%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
}
.title-page .popover-wrap-95 .popover-form-title {
  border: none;
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 40px;
  box-sizing: border-box;
  text-align: center;
  font-family: Courier New, Courier, monospace;
  color: #1e1e20;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 0.02px;
}
.title-page .popover-wrap-95 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-95 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-95 .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-95 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-95 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-95 .popover-body .s3_form_item.form_div {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-95 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-95 .popover-body .s3_form_item.form_html_block {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-95 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-95 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: rgba(255, 255, 255, 0.5);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-95 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-95 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-95 .popover-body .s3_form_item.form_checkbox {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-95 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-95 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-95 .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-95 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-95 .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-95 .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-95 .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: rgba(255, 255, 255, 0.5);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-95 .popover-body .s3_form_item.form_radio {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-95 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-95 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-95 .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-95 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-95 .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-95 .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-95 .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: rgba(255, 255, 255, 0.5);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-95 .popover-body .s3_form_item.form_select {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-95 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-95 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-95 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  padding-top: 0.02px;
}
.title-page .popover-wrap-95 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-95 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-95 .popover-body .s3_form_item.form_calendar {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-95 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-95 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-95 .popover-body .s3_form_item.form_calendar_interval {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-95 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-95 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-95 .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-95 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-95 .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-95 .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: rgba(255, 255, 255, 0.5);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-95 .popover-body .s3_form_item.form_upload {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-95 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-95 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: rgba(255, 255, 255, 0.5);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  padding-left: 10px;
}
.title-page .popover-wrap-95 .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-95 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-95 .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-95 ::-webkit-input-placeholder {
  color: rgba(50, 50, 50, 0.7);
}
.title-page .popover-wrap-95 ::-moz-placeholder {
  color: rgba(50, 50, 50, 0.7);
}
.title-page .popover-wrap-95 :-ms-input-placeholder {
  color: rgba(50, 50, 50, 0.7);
}
.title-page .block-36 {
  padding: 0.02px 0;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: #fff;
  z-index: 3;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-decoration: none;
  right: 0;
}
.title-page .block-38 {
  padding: 0.02px 60px 40px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: #fff;
  max-width: 100%;
  z-index: 2;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-39 {
  margin: -30px 0 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 2;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.title-page .block-40 .layout_78_id_79 {
  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 0 25px;
  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;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .widget-39 {
  padding: 0.02px 0;
  margin: 0 0 0 450px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  box-sizing: border-box;
  width: 60px;
  min-height: 60px;
  background: transparent;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  color: #17181c;
  text-decoration: none;
  font-weight: 800;
}
.title-page .widget-39:hover, .title-page .widget-39.hover, .title-page .widget-39.active {
  background: #fc9732;
}
.title-page .up-79 .icon {
  border: none;
  box-sizing: border-box;
  margin-top: 0;
  height: 20px;
  width: 60px;
  display: inline-block;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDQwIDI0IiBpZD0ic3ZnLTEiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT48L2RlZnM+PHBhdGggaWQ9IlVQLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNNzA4IDU4OC41MjlsLTIwLTE5LjU0MS0yMCAxOS41NDFMNjcyLjUxMyA1OTMgNjg4IDU3Ny44NjUgNzAzLjQ4NyA1OTN6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNjY4IC01NjkpIiBmaWxsPSIjMjEyMTIxIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD48L3N2Zz4=") left 50% top 50% / 20px no-repeat #ffff7e;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 60px;
}
.title-page .up-79 .icon:hover, .title-page .up-79 .icon.hover, .title-page .up-79 .icon.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDQwIDI0IiBpZD0ic3ZnLTEiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT48L2RlZnM+PHBhdGggaWQ9IlVQLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNNzA4IDU4OC41MjlsLTIwLTE5LjU0MS0yMCAxOS41NDFMNjcyLjUxMyA1OTMgNjg4IDU3Ny44NjUgNzAzLjQ4NyA1OTN6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNjY4IC01NjkpIiBmaWxsPSIjMjEyMTIxIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD48L3N2Zz4=") left 50% top 50% / 20px no-repeat #fe9b77;
}
.title-page .up-79 .title {
  box-sizing: border-box;
  color: #000;
  text-align: center;
  margin-top: 14px;
  margin-bottom: 5px;
  -webkit-order: 5;
  -moz-order: 5;
  order: 5;
}
.title-page .block-41 .layout_81 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-41 .layout_82 {
  -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-41 .layout_83 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-41 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 1;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  max-width: 100%;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
  right: 0;
}
.title-page .widget-40 {
  margin: 10px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  color: #1f1f1f;
  text-align: left;
  text-decoration: none;
  font-size: 15px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: 300px;
  -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;
}
.title-page .widget-41 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  box-sizing: border-box;
  width: auto;
  right: 0;
}
.title-page .widget-42 {
  margin: 3px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  color: #1f1f1f;
  text-align: right;
  text-decoration: none;
  font-size: 15px;
  width: 300px;
}
.title-page .block-30 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: linear-gradient(rgba(30, 30, 32, 0.7), rgba(30, 30, 32, 0.7)), url("fon2.jpg.1") left 50% top 50% / cover no-repeat fixed;
  max-width: 100%;
  z-index: 2;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-family: Montserrat, sans-serif;
}
.title-page .block-31 {
  padding: 0.02px 0 120px;
  margin: -60px auto 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1240px;
  min-height: 0;
  z-index: 1;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  right: 0;
}
.title-page .block-32 .layout_66 {
  -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-32 .layout_67 {
  -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-32 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 1;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  right: 0;
  padding-right: 0;
  text-decoration: none;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .block-34 {
  padding: 50px 40px;
  margin: 0 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: #6f463f;
  max-width: 100%;
  z-index: 2;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-33 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
}
.title-page .widget-43 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: left;
  box-sizing: border-box;
  width: auto;
  right: 0;
  padding-bottom: 10px;
  min-height: 193px;
}
.title-page .form-84 .form__header {
  border: none;
  box-sizing: border-box;
  font-size: 45px;
  margin-bottom: 10px;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  font-family: Courier New, Courier, monospace;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  padding-top: 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;
}
.title-page .form-84 .form__text {
  box-sizing: border-box;
  font-size: 15px;
  margin-bottom: 40px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
.title-page .form-84 .form__text p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .form-84 .form__text p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .form-84 .form__body {
  box-sizing: border-box;
  margin-right: 0;
  margin-bottom: 0;
  width: auto;
  margin-left: 0;
}
.title-page .form-84 .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-84 .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-84 .form-item-group {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  width: auto;
}
.title-page .form-84 .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-84 .form-text {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.title-page .form-84 .form-item__title {
  box-sizing: border-box;
  display: inline-block;
  min-width: 15px;
  font-size: 14px;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 0.5);
}
.title-page .form-84 .form-item__required {
  box-sizing: border-box;
  color: #f00;
}
.title-page .form-84 .form-item__error {
  box-sizing: border-box;
  color: #f00;
}
.title-page .form-84 .form-item__note {
  box-sizing: border-box;
  font-size: 11px;
  color: #999;
  display: none;
}
.title-page .form-84 .form-item__body {
  box-sizing: border-box;
  display: block;
  padding-top: 0.02px;
}
.title-page .form-84 .form-text input {
  padding: 20px 25px;
  box-sizing: border-box;
  border-top: 0px solid rgba(255, 255, 255, 0.2);
  border-right: 0px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 0px solid rgba(255, 255, 255, 0.2);
  width: 100%;
  min-width: 100px;
  min-height: 22px;
  outline: none;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: start;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  resize: vertical;
  display: block;
  margin-top: 5px;
}
.title-page .form-84 .form-textarea textarea {
  padding: 20px 0 0.02px;
  box-sizing: border-box;
  border-top: 0px solid rgba(255, 255, 255, 0.2);
  border-right: 0px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 0px solid rgba(255, 255, 255, 0.2);
  width: 100%;
  min-width: 100px;
  resize: vertical;
  min-height: 40px;
  outline: none;
  display: block;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: start;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  height: 100px;
}
.title-page .form-84 .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("wm_form_adaptive_default.gif.1") 50% 50% no-repeat;
}
.title-page .form-84 .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("wm_form_adaptive_default.gif.1") 50% 50% no-repeat;
}
.title-page .form-84 .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("wm_form_adaptive_default.gif.1") 50% 50% no-repeat;
}
.title-page .form-84 .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("wm_form_adaptive_default.gif.1") 50% 50% no-repeat;
}
.title-page .form-84 .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .form-84 .form-select select {
  border: none;
  box-sizing: border-box;
  width: 100%;
  min-width: 100px;
  font-family: Montserrat, sans-serif;
  text-align: start;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .form-84 .form-upload .form-item__body .no-more {
  box-sizing: border-box;
  font-size: 14px;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  padding-left: 10px;
}
.title-page .form-84 .form-text .form-item__body {
  box-sizing: border-box;
}
.title-page .form-84 .form-textarea {
  box-sizing: border-box;
  margin-bottom: 0;
  margin-right: 0;
}
.title-page .form-84 .form-textarea .form-item__body {
  box-sizing: border-box;
}
.title-page .form-84 .form-submit {
  box-sizing: border-box;
  text-align: center;
  margin-right: 5px;
}
.title-page .form-84 .form-submit .form-item__header {
  box-sizing: border-box;
  display: none;
}
.title-page .form-84 .form-submit .form-item__body {
  padding-top: 10px;
  box-sizing: border-box;
}
.title-page .form-84 .form-submit button {
  padding: 17px 30px;
  border: none;
  box-sizing: border-box;
  text-align: center;
  background: repeating-linear-gradient(to top right, #00a8c5 0%, #ffff7e 100%);
  outline: none;
  -webkit-appearance: none;
  font-family: Courier New, Courier, monospace;
  color: #1e1e20;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: bold;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 25px;
  position: relative;
  width: 100%;
  min-height: 60px;
}
.title-page .form-84 .form-submit button:hover, .title-page .form-84 .form-submit button.hover, .title-page .form-84 .form-submit button.active {
  background: repeating-linear-gradient(to top left, #00a8c5 0%, #ffff7e 100%);
}
.title-page .form-84 .form-submit button:active, .title-page .form-84 .form-submit button.active {
  color: #fd8a14;
}
.title-page .form-84 .form-submit button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 20px;
}
.title-page .form-84 .form-captcha {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-bottom: 0;
  margin-right: 0;
}
.title-page .form-84 .form-captcha .form-item__body {
  padding-top: 10px;
  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-84 .form-captcha input {
  padding: 2px 4px;
  box-sizing: border-box;
  border-top: 0px solid rgba(255, 255, 255, 0.2);
  border-right: 0px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 0px solid rgba(255, 255, 255, 0.2);
  width: 100%;
  min-width: 50px;
  min-height: 22px;
  outline: none;
  text-align: start;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  resize: vertical;
  display: block;
}
.title-page .form-84 .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-84 .form-captcha .form-submit-container {
  box-sizing: border-box;
}
.title-page .form-84 .form-captcha button {
  padding: 17px 30px;
  border: none;
  box-sizing: border-box;
  text-align: center;
  background: repeating-linear-gradient(to top right, #00a8c5 0%, #ffff7e 100%);
  outline: none;
  -webkit-appearance: none;
  font-family: Courier New, Courier, monospace;
  color: #1e1e20;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: bold;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 25px;
  position: relative;
  width: 100%;
  min-height: 60px;
}
.title-page .form-84 .form-captcha button:hover, .title-page .form-84 .form-captcha button.hover, .title-page .form-84 .form-captcha button.active {
  background: repeating-linear-gradient(to top left, #00a8c5 0%, #ffff7e 100%);
}
.title-page .form-84 .form-captcha button:active, .title-page .form-84 .form-captcha button.active {
  color: #fd8a14;
}
.title-page .form-84 .form-captcha button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 20px;
}
.title-page .form-84 .form-captcha .mgCaptcha-block {
  box-sizing: border-box;
  line-height: 0;
  font-size: 0;
  min-width: 112px;
}
.title-page .form-84 .form-captcha .mgCaptcha-block img {
  box-sizing: border-box;
  vertical-align: middle;
  border: none;
  margin-right: 5px;
}
.title-page .form-84 .form-captcha .mgCaptcha-input {
  box-sizing: border-box;
}
.title-page .form-84 .form-checkbox {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.title-page .form-84 .form-checkbox .form-item__body {
  padding-top: 0.02px;
  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;
  margin-bottom: 5px;
}
.title-page .form-84 .form-checkbox .form-item__title {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-top: 5px;
  font-size: 14px;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 0.5);
}
.title-page .form-84 .form-checkbox .form-item__body label.form-item__title {
  font-size: 14px;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  margin-top: 0;
  align-self: auto;
  padding-top: 3px;
}
.title-page .form-84 .form-checkbox input {
  margin: 5px 5px 0 0;
}
.title-page .form-84 .form-radio {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.title-page .form-84 .form-radio .form-item__body {
  padding-top: 0.02px;
  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;
  margin-bottom: 3px;
}
.title-page .form-84 .form-radio .form-item__body label.form-item__title {
  font-size: 14px;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  margin-top: 0;
  align-self: auto;
  padding-top: 3px;
}
.title-page .form-84 .form-radio input {
  margin: 5px 5px 0 0;
}
.title-page .form-84 .form-radio .form-item__title {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-top: 5px;
  font-size: 14px;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 0.5);
}
.title-page .form-84 .form-select {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.title-page .form-84 .form-div {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.title-page .form-84 .form-html {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.title-page .form-84 .form-html .form-item__body {
  padding-top: 10px;
  font-size: 14px;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  padding-bottom: 10px;
}
.title-page .form-84 .form-upload {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.title-page .form-84 .form-calendar {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.title-page .form-84 .form-calendar .form-item__body {
  padding-top: 10px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .form-84 .form-calendar input {
  padding: 20px 0 10px;
  box-sizing: border-box;
  border-top: 0px solid rgba(255, 255, 255, 0.4);
  border-right: 0px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  border-left: 0px solid rgba(255, 255, 255, 0.4);
  width: 100%;
  min-height: 22px;
  outline: none;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  text-align: start;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .form-84 .form-calendar_interval {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.title-page .form-84 .form-calendar_interval input {
  padding: 20px 0 10px;
  box-sizing: border-box;
  border-top: 0px solid rgba(255, 255, 255, 0.2);
  border-right: 0px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 0px solid rgba(255, 255, 255, 0.2);
  width: 100%;
  min-height: 22px;
  outline: none;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  text-align: start;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .form-84 .form-calendar_interval .form-item__body {
  padding-top: 10px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .form-84 .form-calendar_interval .label_from {
  box-sizing: border-box;
  margin-right: 5px;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  margin-top: 5px;
  align-self: auto;
  -webkit-flex: 0;
  -moz-flex: 0;
  flex: 0;
}
.title-page .form-84 .form-calendar_interval .label_to {
  box-sizing: border-box;
  margin-right: 5px;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  font-size: 14px;
  padding-top: 5px;
  -webkit-flex: 0;
  -moz-flex: 0;
  flex: 0;
}
.title-page .form-84 .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-84 .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-84 .group-text {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-right: 0;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .form-84 .group-textarea {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-right: 0;
}
.title-page .form-84 .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-84 .group-button {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-right: 0;
}
.title-page .form-84 .form-success {
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 19px;
  font-weight: 500;
}
.title-page .form-84 ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.title-page .form-84 ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.title-page .form-84 :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.title-page .widget-31 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  box-sizing: border-box;
  min-height: 0;
  width: auto;
  padding-bottom: 0.02px;
  right: 0;
  padding-top: 35px;
}
.title-page .popover-wrap-64 .popover-body {
  padding: 45px;
  border: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  position: relative;
  display: inline-block;
  width: 450px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-64 .popover-body .form_text input {
  padding: 20px 25px;
  border-top: 0px solid rgba(0, 0, 0, 0.2);
  border-right: 0px solid rgba(0, 0, 0, 0.2);
  border-left: 0px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #17181c;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-64 .popover-body .form_calendar input {
  padding: 20px 0 10px;
  border-top: 0px solid rgba(255, 255, 255, 0.2);
  border-right: 0px solid rgba(255, 255, 255, 0.2);
  border-left: 0px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 0.5);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-64 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border-top: 0px solid rgba(255, 255, 255, 0.2);
  border-right: 0px solid rgba(255, 255, 255, 0.2);
  border-left: 0px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
}
.title-page .popover-wrap-64 .popover-body textarea {
  padding: 20px 25px 0.02px;
  border-top: 0px solid rgba(0, 0, 0, 0.2);
  border-right: 0px solid rgba(0, 0, 0, 0.2);
  border-left: 0px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #17181c;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-64 .popover-body .s3_button_large {
  padding: 17px 30px;
  border: none;
  background: repeating-linear-gradient(to top right, #00a8c5 0%, #ffff7e 100%);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 16px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Courier New, Courier, monospace;
  color: #1e1e20;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 20px;
  width: 230px;
}
.title-page .popover-wrap-64 .popover-body .s3_button_large:hover, .title-page .popover-wrap-64 .popover-body .s3_button_large.hover, .title-page .popover-wrap-64 .popover-body .s3_button_large.active {
  background: repeating-linear-gradient(to top left, #00a8c5 0%, #ffff7e 100%);
}
.title-page .popover-wrap-64 .popover-body .s3_button_large:active, .title-page .popover-wrap-64 .popover-body .s3_button_large.active {
  color: #fd8a14;
}
.title-page .popover-wrap-64 .popover-body .s3_message {
  padding: 20px;
  border: 1px solid #ffc127;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: none, repeating-linear-gradient(to right, #ffc127 0%, #ffd42d 100%);
  color: #17181c;
  box-sizing: border-box;
  -moz-box-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-weight: bold;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-64 .popover-close {
  padding: 0.02px 0;
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 45px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMi41IiBoZWlnaHQ9IjMyLjY4OCIgdmlld0JveD0iMCAwIDMyLjUgMzIuNjg4IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iS3Jlc3Rpay5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTc5My41NjMsMzkyLjczN2EyLjk5MywyLjk5MywwLDAsMC00LjI1NCwwTDc3OC4yLDQwMy45MjJsLTExLjEwOS0xMS4xODVhMi45OTIsMi45OTIsMCwwLDAtNC4yNTMsMCwzLjA0MywzLjA0MywwLDAsMCwwLDQuMjgzbDExLjEwOCwxMS4xODVMNzYyLjgzOSw0MTkuMzlhMy4wNDMsMy4wNDMsMCwwLDAsMCw0LjI4MywyLjk5MywyLjk5MywwLDAsMCw0LjI1MywwTDc3OC4yLDQxMi40ODhsMTEuMTA4LDExLjE4NWEyLjk5NCwyLjk5NCwwLDAsMCw0LjI1NCwwLDMuMDQzLDMuMDQzLDAsMCwwLDAtNC4yODNsLTExLjEwOS0xMS4xODUsMTEuMTA5LTExLjE4NUEzLjA0MywzLjA0MywwLDAsMCw3OTMuNTYzLDM5Mi43MzdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzYxLjk2OSAtMzkxLjg3NSkiIGZpbGw9IiMyMTIxMjEiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / 13px no-repeat, linear-gradient(#ffff7e, #ffff7e);
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #17181c;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  min-height: 45px;
}
.title-page .popover-wrap-64 .popover-close:active, .title-page .popover-wrap-64 .popover-close.active {
  -webkit-box-shadow: inset 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
}
.title-page .popover-wrap-64 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("http://www.ryazan-mts.ru/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-64 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("http://www.ryazan-mts.ru/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-64 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("http://www.ryazan-mts.ru/wFidgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-64 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("http://www.ryazan-mts.ru/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .editable_block-64 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-64 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-64 .header {
  border: none;
  box-sizing: border-box;
  font-size: 35px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  color: #fff;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
  font-weight: 900;
}
.title-page .editable_block-64 .body {
  box-sizing: border-box;
  display: block;
  position: relative;
  min-width: 0;
  min-height: 0;
}
.title-page .editable_block-64 .title {
  box-sizing: border-box;
  font-size: 16px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  color: #1e1e20;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
}
.title-page .editable_block-64 .image {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-64 .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-64 .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-64 .img-convert {
  box-sizing: border-box;
  width: 180px;
  height: 100px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}
.title-page .editable_block-64 .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-64 .text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 0.4);
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 15px;
}
.title-page .editable_block-64 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-64 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-64 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-64 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-64 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-64 .more {
  box-sizing: border-box;
  margin-top: 5px;
  pointer-events: auto;
}
.title-page .editable_block-64 .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-64 .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-64 .clear {
  clear: both;
}
.title-page .popover-container-64 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-64 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-64 .popover-form-title {
  border: none;
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 40px;
  box-sizing: border-box;
  text-align: center;
  font-family: Courier New, Courier, monospace;
  color: #1e1e20;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 0.02px;
}
.title-page .popover-wrap-64 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-64 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-64 .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-64 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-64 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-64 .popover-body .s3_form_item.form_div {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-64 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-64 .popover-body .s3_form_item.form_html_block {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-64 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-64 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: rgba(255, 255, 255, 0.5);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-64 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-64 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-64 .popover-body .s3_form_item.form_checkbox {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-64 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-64 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-64 .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-64 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-64 .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-64 .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-64 .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: rgba(255, 255, 255, 0.5);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-64 .popover-body .s3_form_item.form_radio {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-64 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-64 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-64 .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-64 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-64 .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-64 .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-64 .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: rgba(255, 255, 255, 0.5);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-64 .popover-body .s3_form_item.form_select {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-64 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-64 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-64 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  padding-top: 0.02px;
}
.title-page .popover-wrap-64 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-64 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-64 .popover-body .s3_form_item.form_calendar {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-64 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-64 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-64 .popover-body .s3_form_item.form_calendar_interval {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-64 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-64 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-64 .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-64 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-64 .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-64 .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: rgba(255, 255, 255, 0.5);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-64 .popover-body .s3_form_item.form_upload {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-64 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-64 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: rgba(255, 255, 255, 0.5);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  padding-left: 10px;
}
.title-page .popover-wrap-64 .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-64 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-64 .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-64 ::-webkit-input-placeholder {
  color: rgba(50, 50, 50, 0.7);
}
.title-page .popover-wrap-64 ::-moz-placeholder {
  color: rgba(50, 50, 50, 0.7);
}
.title-page .popover-wrap-64 :-ms-input-placeholder {
  color: rgba(50, 50, 50, 0.7);
}
.title-page .block-35 {
  padding: 50px 0;
  margin: 101px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  border-top: 0px solid rgba(255, 255, 255, 0.13);
  border-right: 1px solid rgba(255, 255, 255, 0.13);
  border-bottom: 0px solid rgba(255, 255, 255, 0.13);
  border-left: 0px solid rgba(255, 255, 255, 0.13);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .widget-34 {
  margin: 0 0 25px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
  padding-top: 0.02px;
  min-height: 24px;
  font-family: Montserrat, sans-serif;
}
.title-page .address-69 p:first-child {
  margin-top: 0;
}
.title-page .address-69 p:last-child {
  margin-bottom: 0;
}
.title-page .address-69 .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 .address-69 .cell-icon {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 5;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .address-69 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 23px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJNYXAuc3ZnIiB3aWR0aD0iMTkuNSIgaGVpZ2h0PSIyMy44MTIiIHZpZXdCb3g9IjAgMCAxOS41IDIzLjgxMiI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkX2Y5YnRzNWgiIHgxPSIwIiB5MT0iMSIgc3ByZWFkbWV0aG9kPSJwYWQiIHgyPSIxLjAiIHkyPSIwLjAiPjxzdG9wIHN0b3AtY29sb3I9IiMwMGE4YzUiIHN0b3Atb3BhY2l0eT0iMC45OTYwOTM3NSIgb2Zmc2V0PSIwIj48L3N0b3A+PHN0b3Agc3RvcC1jb2xvcj0iI2ZmZmY3ZSIgc3RvcC1vcGFjaXR5PSIwLjk5NjA5Mzc1IiBvZmZzZXQ9IjEiPjwvc3RvcD48L2xpbmVhckdyYWRpZW50PjwvZGVmcz4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIDxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNDMzLjI1LDEwOS4xNzdhOS43NDQsOS43NDQsMCwwLDEsOS43NSw5LjcxNiw5LjYxMyw5LjYxMywwLDAsMS0yLjg0Miw2Ljg1Nkw0MzMuMjUsMTMzbC02LjkxNi03LjI1NWE5LjYzNSw5LjYzNSwwLDAsMS0yLjgzNC02Ljg0OEE5Ljc0NCw5Ljc0NCwwLDAsMSw0MzMuMjUsMTA5LjE3N1pNNDI3LjQsMTI0LjY5M2wwLjAxMiwwLjAxMyw1LjgzNCw2LjEyLDUuODM0LTYuMTJhOC4xNDMsOC4xNDMsMCwwLDAsMi40MTYtNS44MTMsOC4yNSw4LjI1LDAsMCwwLTE2LjUsMEE4LjE1MSw4LjE1MSwwLDAsMCw0MjcuNCwxMjQuNjkzWm01Ljg0Ni0xMS4wMzJhNS4yMzIsNS4yMzIsMCwxLDEtNS4yNSw1LjIzMkE1LjI0Nyw1LjI0NywwLDAsMSw0MzMuMjUsMTEzLjY2MVptMCw4Ljk2OGEzLjczNywzLjczNywwLDEsMC0zLjc1LTMuNzM2QTMuNzQ3LDMuNzQ3LDAsMCwwLDQzMy4yNSwxMjIuNjI5Wm0wLTUuOTc4djEuNDk0YTAuNzQ5LDAuNzQ5LDAsMCwwLS43NS43NDhINDMxQTIuMjQ4LDIuMjQ4LDAsMCwxLDQzMy4yNSwxMTYuNjUxWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQyMy41IC0xMDkuMTg4KSIgZmlsbD0idXJsKCNncmFkX2Y5YnRzNWgpIiBmaWxsLW9wYWNpdHk9IjEiIGlkPSJwYXRoLTQiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / auto auto no-repeat;
  margin-right: auto;
  min-height: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-left: auto;
  margin-bottom: 7px;
}
.title-page .address-69 .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 .address-69 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .address-69 .title {
  box-sizing: border-box;
  display: none;
  text-align: left;
  color: rgba(255, 255, 255, 0.5);
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 15px;
  padding-bottom: 10px;
}
.title-page .address-69 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  color: #fff;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 15px;
}
.title-page .address-69 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .address-69 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-36 {
  margin: 0 0 25px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
  padding-top: 0.02px;
  padding-left: 0;
}
.title-page .schedule-71 p:first-child {
  margin-top: 0;
}
.title-page .schedule-71 p:last-child {
  margin-bottom: 0;
}
.title-page .schedule-71 .header {
  box-sizing: border-box;
}
.title-page .schedule-71 .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 .schedule-71 .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 .schedule-71 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxNDEuNzMyIDE0MS43MzIiIGhlaWdodD0iMTQxLjczMnB4IiBpZD0iTGl2ZWxsb18xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxNDEuNzMyIDE0MS43MzIiIHdpZHRoPSIxNDEuNzMycHgiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnIGlkPSJMaXZlbGxvXzUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZF84ZG5rdTNzIiB4MT0iMCIgeTE9IjEiIHNwcmVhZG1ldGhvZD0icGFkIiB4Mj0iMS4wIiB5Mj0iMC4wIj48c3RvcCBzdG9wLWNvbG9yPSIjMDBhOGM1IiBzdG9wLW9wYWNpdHk9IjAuOTk2MDkzNzUiIG9mZnNldD0iMCI+PC9zdG9wPjxzdG9wIHN0b3AtY29sb3I9IiNmZmZmN2UiIHN0b3Atb3BhY2l0eT0iMC45OTYwOTM3NSIgb2Zmc2V0PSIxIj48L3N0b3A+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHBhdGggZD0iTTExMy4zMjYsNzAuMTkxYzAtMi45Ny0yLjM3Ny01LjM3Ni01LjMwNy01LjM3Nkg3NS41NDNWMzIuMzg3di0wLjAwMWMwLTIuOTgtMi40MTgtNS4zOTctNS4zOTYtNS4zOTcgICBjLTIuOTgsMC01LjM5OCwyLjQxNy01LjM5OCw1LjM5N1Y3MC4xN2MwLDIuOTgxLDIuNDE4LDUuMzk4LDUuMzk4LDUuMzk4aDM3Ljg3NUMxMTAuOTQ5LDc1LjU2OCwxMTMuMzI2LDczLjE2MSwxMTMuMzI2LDcwLjE5MSAgICBNMTI5LjUzMyw3MC4xNTdjMCwzMi43OTgtMjYuNTg0LDU5LjM4Ni01OS4zNzUsNTkuMzg2Yy0zMi43OTMsMC01OS4zNzUtMjYuNTg4LTU5LjM3NS01OS4zODZzMjYuNTgyLTU5LjM4Niw1OS4zNzUtNTkuMzg2ICAgQzEwMi45NDksMTAuNzcxLDEyOS41MzMsMzcuMzU5LDEyOS41MzMsNzAuMTU3IE0xNDAuMzE0LDcwLjE1N0MxNDAuMzE0LDMxLjQxLDEwOC45MDQsMCw3MC4xNTgsMEMzMS40MSwwLDAsMzEuNDEsMCw3MC4xNTcgICBzMzEuNDEsNzAuMTU3LDcwLjE1OCw3MC4xNTdDMTA4LjkwNCwxNDAuMzE0LDE0MC4zMTQsMTA4LjkwNCwxNDAuMzE0LDcwLjE1NyIgaWQ9InBhdGgtMyIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSJ1cmwoI2dyYWRfOGRua3UzcykiPjwvcGF0aD48L2c+PGcgaWQ9IkxpdmVsbG9fMV8xXyI+PC9nPjwvc3ZnPg==") left 50% top 50% / 24px no-repeat;
  margin-right: auto;
  min-height: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-left: auto;
  margin-bottom: 7px;
}
.title-page .schedule-71 .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 .schedule-71 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .schedule-71 .title {
  box-sizing: border-box;
  display: none;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 0.5);
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
  font-size: 15px;
  padding-bottom: 10px;
}
.title-page .schedule-71 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 1.4;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 15px;
}
.title-page .schedule-71 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .schedule-71 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-35 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
  padding-top: 0.02px;
}
.title-page .phones-70 p:first-child {
  margin-top: 0;
}
.title-page .phones-70 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-70 .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-70 .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-70 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJUZWwuc3ZnIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkX3N4c3U3OTUiIHgxPSIwIiB5MT0iMSIgc3ByZWFkbWV0aG9kPSJwYWQiIHgyPSIxLjAiIHkyPSIwLjAiPjxzdG9wIHN0b3AtY29sb3I9IiMwMGE4YzUiIHN0b3Atb3BhY2l0eT0iMC45OTYwOTM3NSIgb2Zmc2V0PSIwIj48L3N0b3A+PHN0b3Agc3RvcC1jb2xvcj0iI2ZmZmY3ZSIgc3RvcC1vcGFjaXR5PSIwLjk5NjA5Mzc1IiBvZmZzZXQ9IjEiPjwvc3RvcD48L2xpbmVhckdyYWRpZW50PjwvZGVmcz4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIDxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTEwNi40NiwxMzNhMTkuNDgzLDE5LjQ4MywwLDAsMS0xOS40NS0xOS40NjYsMy41NCwzLjU0LDAsMCwxLDIuMjQtMy4zbDIuNzQtMS4xYTEuODkxLDEuODkxLDAsMCwxLDIuNDIsMS4wNmgwLjAxbDIuMDEsNS4yNDZhMi40NzksMi40NzksMCwwLDEsLjE3LjkzMiwyLjYsMi42LDAsMCwxLS45MywxLjk5NGwtMS40OCwxLjIzMmExMy45NzksMTMuOTc5LDAsMCwwLDYuMjUsNi4ybDEuMi0xLjQ3M2EyLjYzLDIuNjMsMCwwLDEsMi45MS0uNzU4bDUuMjUsMi4wMTlhMS44NjEsMS44NjEsMCwwLDEsMS4xOSwxLjczOCwxLjgxNSwxLjgxNSwwLDAsMS0uMTMuNjlsLTEuMSwyLjc0NUEzLjUyNSwzLjUyNSwwLDAsMSwxMTA2LjQ2LDEzM1ptLTEzLjc4LTIyLjRhMC4yNzQsMC4yNzQsMCwwLDAtLjEuMDJsLTIuNzQsMS4xYTEuOTQyLDEuOTQyLDAsMCwwLTEuMjMsMS44MTYsMTcuODgsMTcuODgsMCwwLDAsMTcuODUsMTcuODY2LDEuOTQ4LDEuOTQ4LDAsMCwwLDEuODItMS4yM2wxLjEtMi43NDNhMC4zMjksMC4zMjksMCwwLDAsLjAyLTAuMSwwLjI2NCwwLjI2NCwwLDAsMC0uMTctMC4yNDRsLTUuMjUtMi4wMTlhMSwxLDAsMCwwLTEuMTEuMjg4bC0xLjI0LDEuNDg0YTEuNiwxLjYsMCwwLDEtMS44OS40LDE1LjM4OCwxNS4zODgsMCwwLDEtNi45Ny02Ljk3MiwxLjUyNSwxLjUyNSwwLDAsMS0uMTYtMC43LDEuNTUsMS41NSwwLDAsMSwuNTYtMS4ybDEuNDgtMS4yM2ExLjAyMiwxLjAyMiwwLDAsMCwuMzYtMC43NjYsMS4xLDEuMSwwLDAsMC0uMDctMC4zNThsLTIuMDItNS4yNDVBMC4yNTcsMC4yNTcsMCwwLDAsMTA5Mi42OCwxMTAuNlptLTEuNDEsNC44ODgtMS43NC00LjUyLDEuNDktLjU3NSwxLjc0LDQuNTE5Wm0xNy43NiwxNC45ODktNC41Mi0xLjczOSwwLjU4LTEuNDkzLDQuNTEsMS43MzhaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTA4NyAtMTA5KSIgZmlsbD0idXJsKCNncmFkX3N4c3U3OTUpIiBmaWxsLW9wYWNpdHk9IjEiIGlkPSJwYXRoLTQiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / auto auto no-repeat;
  margin-right: auto;
  min-height: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-left: auto;
  margin-bottom: 7px;
}
.title-page .phones-70 .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-70 .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-70 .title {
  box-sizing: border-box;
  display: none;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 0.5);
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
  font-size: 15px;
  padding-bottom: 10px;
}
.title-page .phones-70 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 1.3;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 19px;
  font-weight: bold;
}
.title-page .phones-70 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-70 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-70 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .block-21 {
  padding: 60px 20px 120px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: linear-gradient(#fafafa, #fafafa);
  z-index: 1;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-decoration: none;
  right: 0;
}
.title-page .block-22 {
  padding: 0.02px 0;
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1240px;
  min-height: 0;
  z-index: 1;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  text-decoration: none;
  max-width: 100%;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-23 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: center;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  padding-top: 0.02px;
  padding-bottom: 40px;
}
.title-page .popover-wrap-45 .popover-body {
  padding: 45px;
  border: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  position: relative;
  display: inline-block;
  width: 450px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-45 .popover-body .form_text input {
  padding: 20px 25px;
  border-top: 0px solid rgba(0, 0, 0, 0.2);
  border-right: 0px solid rgba(0, 0, 0, 0.2);
  border-left: 0px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #17181c;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-45 .popover-body .form_calendar input {
  padding: 20px 0 10px;
  border-top: 0px solid rgba(255, 255, 255, 0.2);
  border-right: 0px solid rgba(255, 255, 255, 0.2);
  border-left: 0px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 0.5);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-45 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border-top: 0px solid rgba(255, 255, 255, 0.2);
  border-right: 0px solid rgba(255, 255, 255, 0.2);
  border-left: 0px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
}
.title-page .popover-wrap-45 .popover-body textarea {
  padding: 20px 25px 0.02px;
  border-top: 0px solid rgba(0, 0, 0, 0.2);
  border-right: 0px solid rgba(0, 0, 0, 0.2);
  border-left: 0px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #17181c;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-45 .popover-body .s3_button_large {
  padding: 17px 30px;
  border: none;
  background: repeating-linear-gradient(to top right, #00a8c5 0%, #ffff7e 100%);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 16px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Courier New, Courier, monospace;
  color: #1e1e20;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 20px;
  width: 230px;
}
.title-page .popover-wrap-45 .popover-body .s3_button_large:hover, .title-page .popover-wrap-45 .popover-body .s3_button_large.hover, .title-page .popover-wrap-45 .popover-body .s3_button_large.active {
  background: repeating-linear-gradient(to top left, #00a8c5 0%, #ffff7e 100%);
}
.title-page .popover-wrap-45 .popover-body .s3_button_large:active, .title-page .popover-wrap-45 .popover-body .s3_button_large.active {
  color: #fd8a14;
}
.title-page .popover-wrap-45 .popover-body .s3_message {
  padding: 20px;
  border: 1px solid #ffc127;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: none, repeating-linear-gradient(to right, #ffc127 0%, #ffd42d 100%);
  color: #17181c;
  box-sizing: border-box;
  -moz-box-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-weight: bold;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-45 .popover-close {
  padding: 0.02px 0;
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 45px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMi41IiBoZWlnaHQ9IjMyLjY4OCIgdmlld0JveD0iMCAwIDMyLjUgMzIuNjg4IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iS3Jlc3Rpay5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTc5My41NjMsMzkyLjczN2EyLjk5MywyLjk5MywwLDAsMC00LjI1NCwwTDc3OC4yLDQwMy45MjJsLTExLjEwOS0xMS4xODVhMi45OTIsMi45OTIsMCwwLDAtNC4yNTMsMCwzLjA0MywzLjA0MywwLDAsMCwwLDQuMjgzbDExLjEwOCwxMS4xODVMNzYyLjgzOSw0MTkuMzlhMy4wNDMsMy4wNDMsMCwwLDAsMCw0LjI4MywyLjk5MywyLjk5MywwLDAsMCw0LjI1MywwTDc3OC4yLDQxMi40ODhsMTEuMTA4LDExLjE4NWEyLjk5NCwyLjk5NCwwLDAsMCw0LjI1NCwwLDMuMDQzLDMuMDQzLDAsMCwwLDAtNC4yODNsLTExLjEwOS0xMS4xODUsMTEuMTA5LTExLjE4NUEzLjA0MywzLjA0MywwLDAsMCw3OTMuNTYzLDM5Mi43MzdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzYxLjk2OSAtMzkxLjg3NSkiIGZpbGw9IiMyMTIxMjEiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / 13px no-repeat, linear-gradient(#ffff7e, #ffff7e);
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #17181c;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  min-height: 45px;
}
.title-page .popover-wrap-45 .popover-close:active, .title-page .popover-wrap-45 .popover-close.active {
  -webkit-box-shadow: inset 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
}
.title-page .popover-wrap-45 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("http://www.ryazan-mts.ru/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-45 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("http://www.ryazan-mts.ru/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-45 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("http://www.ryazan-mts.ru/wFidgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-45 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("http://www.ryazan-mts.ru/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .blocklist-45 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-45 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-45 .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: 0;
  box-sizing: border-box;
  padding-bottom: 3px;
}
.title-page .blocklist-45 .header_text {
  border: none;
  font-size: 45px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Courier New, Courier, monospace;
  color: #1e1e20;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  padding-left: 0;
  padding-right: 0;
  padding-top: 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;
}
.title-page .blocklist-45 .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-45 .description {
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 40px;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 0.6);
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 15px;
  padding-bottom: 0.02px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-45 .body-outer {
  box-sizing: border-box;
  position: relative;
  text-align: left;
}
.title-page .blocklist-45 .body {
  margin: 0 -15px;
  box-sizing: border-box;
}
.title-page .blocklist-45 .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-45 .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-45 .bx-wrapper {
  max-width: 1270px;
}
.title-page .blocklist-45 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-45 .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: 1270px;
}
.title-page .blocklist-45 .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 .blocklist-45 .item {
  padding: 0.02px 0;
  margin: 5px 15px 40px;
  border: none;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  text-align: center;
  left: 0;
  right: 0;
  flex-basis: 100%;
  align-self: auto;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: block;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .blocklist-45 .text {
  padding: 50px 45px;
  border: none;
  margin-bottom: 0;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  color: #17181c;
  line-height: 1.4;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-decoration: none;
  font-size: 15px;
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: auto;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
}
.title-page .blocklist-45 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-45 .image {
  padding: 0.02px 0;
  margin: 0 15px 0 0;
  border: none;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 60px;
  float: left;
  background: #1e1e20;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  max-width: 100%;
  min-height: 40px;
}
.title-page .blocklist-45 .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-45 .image a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .blocklist-45 .img-convert {
  margin: 0;
  border: none;
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  align-self: auto;
}
.title-page .blocklist-45 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-45 .image-inner {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .blocklist-45 .title {
  margin: 0;
  border: none;
  font-weight: bold;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Courier New, Courier, monospace;
  color: #1e1e20;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  text-decoration: none;
  font-size: 20px;
  padding-top: 35px;
  padding-bottom: 5px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-left: 0;
}
.title-page .blocklist-45 .sub-title {
  border: none;
  margin-bottom: 0;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 0.61);
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 15px;
  padding-top: 0.02px;
  padding-bottom: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-left: 0;
  margin-left: 0;
}
.title-page .blocklist-45 .price {
  box-sizing: border-box;
  margin-bottom: 0;
  position: relative;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding-bottom: 0.02px;
  margin-left: 0;
  margin-right: 0;
}
.title-page .blocklist-45 .price-inner {
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
}
.title-page .blocklist-45 .price-note {
  box-sizing: border-box;
  display: inline-block;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #17181c;
  text-decoration: none;
  font-size: 15px;
  padding-right: 5px;
}
.title-page .blocklist-45 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #17181c;
  text-decoration: none;
  font-size: 23px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-weight: 900;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-45 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #17181c;
  text-decoration: none;
  font-size: 15px;
  -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-45 .more {
  text-align: left;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding-top: 25px;
}
.title-page .blocklist-45 .more > a {
  padding: 17px 30px;
  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;
  text-align: center;
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  color: #ffd42d;
  text-decoration: none;
  font-size: 15px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNTAiIGhlaWdodD0iMSIgdmlld0JveD0iMCAwIDE1MCAxIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgCiAgPC9kZWZzPgogIDxyZWN0IGlkPSJMaW5lMTUwLnN2ZyIgY2xhc3M9ImNscy0xIiB3aWR0aD0iMTUwIiBoZWlnaHQ9IjEiIGZpbGw9IiMxNzE4MWMiIGZpbGwtb3BhY2l0eT0iMC4wNyIgdHlwZT0ic29saWRDb2xvciI+PC9yZWN0Pgo8L3N2Zz4=") left 0px bottom 0px / auto auto repeat-x, url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNTAiIGhlaWdodD0iMSIgdmlld0JveD0iMCAwIDE1MCAxIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgCiAgPC9kZWZzPgogIDxyZWN0IGlkPSJMaW5lMTUwLnN2ZyIgY2xhc3M9ImNscy0xIiB3aWR0aD0iMTUwIiBoZWlnaHQ9IjEiIGZpbGw9IiMxNzE4MWMiIGZpbGwtb3BhY2l0eT0iMC4wNyIgdHlwZT0ic29saWRDb2xvciI+PC9yZWN0Pgo8L3N2Zz4=") left 0px top 0px / auto auto repeat-x, url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxIiBoZWlnaHQ9IjIwIiB2aWV3Qm94PSIwIDAgMSAyMCIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIAogIDwvZGVmcz4KICA8cmVjdCBpZD0iTGluZTIwMi5zdmciIGNsYXNzPSJjbHMtMSIgd2lkdGg9IjEiIGhlaWdodD0iMjAiIGZpbGw9IiMxNzE4MWMiIGZpbGwtb3BhY2l0eT0iMC4wNyIgdHlwZT0ic29saWRDb2xvciI+PC9yZWN0Pgo8L3N2Zz4=") right 0px bottom 0px / auto auto repeat-y, url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxIiBoZWlnaHQ9IjIwIiB2aWV3Qm94PSIwIDAgMSAyMCIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIAogIDwvZGVmcz4KICA8cmVjdCBpZD0iTGluZTIwMi5zdmciIGNsYXNzPSJjbHMtMSIgd2lkdGg9IjEiIGhlaWdodD0iMjAiIGZpbGw9IiMxNzE4MWMiIGZpbGwtb3BhY2l0eT0iMC4wNyIgdHlwZT0ic29saWRDb2xvciI+PC9yZWN0Pgo8L3N2Zz4=") left 0px top 0px / auto auto repeat-y, none, none transparent;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: 500;
}
.title-page .blocklist-45 .more > a:hover, .title-page .blocklist-45 .more > a.hover, .title-page .blocklist-45 .more > a.active {
  color: #17181c;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNTAiIGhlaWdodD0iMSIgdmlld0JveD0iMCAwIDE1MCAxIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgCiAgPC9kZWZzPgogIDxyZWN0IGlkPSJMaW5lMTUwLnN2ZyIgY2xhc3M9ImNscy0xIiB3aWR0aD0iMTUwIiBoZWlnaHQ9IjEiIGZpbGw9IiMxNzE4MWMiIGZpbGwtb3BhY2l0eT0iMC4wNyIgdHlwZT0ic29saWRDb2xvciI+PC9yZWN0Pgo8L3N2Zz4=") left 0px bottom 0px / auto auto repeat-x, url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNTAiIGhlaWdodD0iMSIgdmlld0JveD0iMCAwIDE1MCAxIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgCiAgPC9kZWZzPgogIDxyZWN0IGlkPSJMaW5lMTUwLnN2ZyIgY2xhc3M9ImNscy0xIiB3aWR0aD0iMTUwIiBoZWlnaHQ9IjEiIGZpbGw9IiMxNzE4MWMiIGZpbGwtb3BhY2l0eT0iMC4wNyIgdHlwZT0ic29saWRDb2xvciI+PC9yZWN0Pgo8L3N2Zz4=") left 0px top 0px / auto auto repeat-x, url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxIiBoZWlnaHQ9IjIwIiB2aWV3Qm94PSIwIDAgMSAyMCIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIAogIDwvZGVmcz4KICA8cmVjdCBpZD0iTGluZTIwMi5zdmciIGNsYXNzPSJjbHMtMSIgd2lkdGg9IjEiIGhlaWdodD0iMjAiIGZpbGw9IiMxNzE4MWMiIGZpbGwtb3BhY2l0eT0iMC4wNyIgdHlwZT0ic29saWRDb2xvciI+PC9yZWN0Pgo8L3N2Zz4=") right 0px bottom 0px / auto auto repeat-y, url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxIiBoZWlnaHQ9IjIwIiB2aWV3Qm94PSIwIDAgMSAyMCIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIAogIDwvZGVmcz4KICA8cmVjdCBpZD0iTGluZTIwMi5zdmciIGNsYXNzPSJjbHMtMSIgd2lkdGg9IjEiIGhlaWdodD0iMjAiIGZpbGw9IiMxNzE4MWMiIGZpbGwtb3BhY2l0eT0iMC4wNyIgdHlwZT0ic29saWRDb2xvciI+PC9yZWN0Pgo8L3N2Zz4=") left 0px top 0px / auto auto repeat-y, none, none #ffd42d;
}
.title-page .blocklist-45 .more > a:active, .title-page .blocklist-45 .more > a.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNTAiIGhlaWdodD0iMSIgdmlld0JveD0iMCAwIDE1MCAxIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgCiAgPC9kZWZzPgogIDxyZWN0IGlkPSJMaW5lMTUwLnN2ZyIgY2xhc3M9ImNscy0xIiB3aWR0aD0iMTUwIiBoZWlnaHQ9IjEiIGZpbGw9IiMxNzE4MWMiIGZpbGwtb3BhY2l0eT0iMC4wNyIgdHlwZT0ic29saWRDb2xvciI+PC9yZWN0Pgo8L3N2Zz4=") left 0px bottom 0px / auto auto repeat-x, url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNTAiIGhlaWdodD0iMSIgdmlld0JveD0iMCAwIDE1MCAxIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgCiAgPC9kZWZzPgogIDxyZWN0IGlkPSJMaW5lMTUwLnN2ZyIgY2xhc3M9ImNscy0xIiB3aWR0aD0iMTUwIiBoZWlnaHQ9IjEiIGZpbGw9IiMxNzE4MWMiIGZpbGwtb3BhY2l0eT0iMC4wNyIgdHlwZT0ic29saWRDb2xvciI+PC9yZWN0Pgo8L3N2Zz4=") left 0px top 0px / auto auto repeat-x, url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxIiBoZWlnaHQ9IjIwIiB2aWV3Qm94PSIwIDAgMSAyMCIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIAogIDwvZGVmcz4KICA8cmVjdCBpZD0iTGluZTIwMi5zdmciIGNsYXNzPSJjbHMtMSIgd2lkdGg9IjEiIGhlaWdodD0iMjAiIGZpbGw9IiMxNzE4MWMiIGZpbGwtb3BhY2l0eT0iMC4wNyIgdHlwZT0ic29saWRDb2xvciI+PC9yZWN0Pgo8L3N2Zz4=") right 0px bottom 0px / auto auto repeat-y, url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxIiBoZWlnaHQ9IjIwIiB2aWV3Qm94PSIwIDAgMSAyMCIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIAogIDwvZGVmcz4KICA8cmVjdCBpZD0iTGluZTIwMi5zdmciIGNsYXNzPSJjbHMtMSIgd2lkdGg9IjEiIGhlaWdodD0iMjAiIGZpbGw9IiMxNzE4MWMiIGZpbGwtb3BhY2l0eT0iMC4wNyIgdHlwZT0ic29saWRDb2xvciI+PC9yZWN0Pgo8L3N2Zz4=") left 0px top 0px / auto auto repeat-y #ffd42d;
  -webkit-box-shadow: inset 0px 3px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: inset 0px 3px 0px rgba(0, 0, 0, 0.06);
  box-shadow: inset 0px 3px 0px rgba(0, 0, 0, 0.06);
}
.title-page .blocklist-45 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-45 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-45 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-45 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-45 .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-45 .controls {
  margin: 0;
  position: absolute;
  top: 0;
  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;
  z-index: 1;
  text-align: justify;
  bottom: auto;
  width: auto;
}
.title-page .blocklist-45 .prev {
  padding: 0.02px 0;
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 55px;
  height: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMy43MTkiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCAyMy43MTkgNDAiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJTdHJlbGthTDMuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik0zOTEuNjc1LDYwMWwtMTkuMzEyLTIwLDE5LjMxMi0yMCw0LjQxNyw0LjUxMkwzODEuMTM2LDU4MWwxNC45NTYsMTUuNDg3WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTM3Mi4zNzUgLTU2MSkiIGZpbGw9IiMyMTIxMjEiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / 10px no-repeat, linear-gradient(#ffff7e, #ffff7e);
  box-sizing: border-box;
  text-align: center;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #17181c;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  min-height: 55px;
}
.title-page .blocklist-45 .prev:hover, .title-page .blocklist-45 .prev.hover, .title-page .blocklist-45 .prev.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMy43MTkiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCAyMy43MTkgNDAiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJTdHJlbGthTDMuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik0zOTEuNjc1LDYwMWwtMTkuMzEyLTIwLDE5LjMxMi0yMCw0LjQxNyw0LjUxMkwzODEuMTM2LDU4MWwxNC45NTYsMTUuNDg3WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTM3Mi4zNzUgLTU2MSkiIGZpbGw9IiMyMTIxMjEiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / 10px no-repeat, linear-gradient(#fe9b77, #fe9b77);
}
.title-page .blocklist-45 .prev:active, .title-page .blocklist-45 .prev.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #fd8a14;
  -moz-box-shadow: inset 0px 0px 0px 1px #fd8a14;
  box-shadow: inset 0px 0px 0px 1px #fd8a14;
}
.title-page .blocklist-45 .next {
  padding: 0.02px 0;
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 55px;
  height: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMy43MTkiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCAyMy43MTkgNDAiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJTdHJlbGthUjMuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik00MTYuMzI1LDYwMWwxOS4zMTItMjAtMTkuMzEyLTIwLTQuNDE3LDQuNTEyTDQyNi44NjQsNTgxbC0xNC45NTYsMTUuNDg3WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQxMS45MDYgLTU2MSkiIGZpbGw9IiMyMTIxMjEiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / 10px no-repeat, linear-gradient(#ffff7e, #ffff7e);
  box-sizing: border-box;
  text-align: center;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #17181c;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  min-height: 55px;
  margin-left: 3px;
}
.title-page .blocklist-45 .next:hover, .title-page .blocklist-45 .next.hover, .title-page .blocklist-45 .next.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMy43MTkiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCAyMy43MTkgNDAiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJTdHJlbGthUjMuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik00MTYuMzI1LDYwMWwxOS4zMTItMjAtMTkuMzEyLTIwLTQuNDE3LDQuNTEyTDQyNi44NjQsNTgxbC0xNC45NTYsMTUuNDg3WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQxMS45MDYgLTU2MSkiIGZpbGw9IiMyMTIxMjEiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / 10px no-repeat, linear-gradient(#fe9b77, #fe9b77);
}
.title-page .blocklist-45 .next:active, .title-page .blocklist-45 .next.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #fd8a14;
  -moz-box-shadow: inset 0px 0px 0px 1px #fd8a14;
  box-shadow: inset 0px 0px 0px 1px #fd8a14;
}
.title-page .blocklist-45 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-45 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-45 .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-45 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-45 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-45 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-45 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-45 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("wm_block_list_pause.png.1") center center / auto no-repeat;
}
.title-page .blocklist-45 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("wm_block_list_play.png.1") center center / auto no-repeat;
}
.title-page .blocklist-45 .pager-wrap {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-45 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-45 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-45 .bx-pager a {
  margin: 2px;
  border: none;
  display: inline-block;
  width: 50px;
  min-height: 9px;
  background: #ffff7e;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  box-sizing: border-box;
  text-decoration: none;
  color: #000;
  text-align: left;
}
.title-page .blocklist-45 .bx-pager a:hover, .title-page .blocklist-45 .bx-pager a.hover, .title-page .blocklist-45 .bx-pager a.active {
  background: rgba(253, 138, 20, 0.7);
}
.title-page .blocklist-45 .bx-pager a:active, .title-page .blocklist-45 .bx-pager a.active {
  background: #fe9b77;
}
.title-page .popover-container-45 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-45 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-45 .popover-form-title {
  border: none;
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 40px;
  box-sizing: border-box;
  text-align: center;
  font-family: Courier New, Courier, monospace;
  color: #1e1e20;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 0.02px;
}
.title-page .popover-wrap-45 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-45 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-45 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-45 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-45 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-45 .popover-body .s3_form_item.form_div {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-45 .popover-body .s3_form_item.form_html_block {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: rgba(255, 255, 255, 0.5);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-45 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-45 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-45 .popover-body .s3_form_item.form_checkbox {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_checkbox .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-45 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-45 .popover-body .form_checkbox label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-45 .popover-body .form_checkbox input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-45 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: rgba(255, 255, 255, 0.5);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-45 .popover-body .s3_form_item.form_radio {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_radio .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-45 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-45 .popover-body .form_radio label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-45 .popover-body .form_radio input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-45 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: rgba(255, 255, 255, 0.5);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-45 .popover-body .s3_form_item.form_select {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  padding-top: 0.02px;
}
.title-page .popover-wrap-45 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-45 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .s3_form_item.form_calendar {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .s3_form_item.form_calendar_interval {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_calendar_interval .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-45 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-45 .popover-body .form_calendar_interval label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-45 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: rgba(255, 255, 255, 0.5);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-45 .popover-body .s3_form_item.form_upload {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-45 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: rgba(255, 255, 255, 0.5);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  padding-left: 10px;
}
.title-page .popover-wrap-45 .popover-body .s3_form_field_content .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-45 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-45 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .popover-wrap-45 ::-webkit-input-placeholder {
  color: rgba(50, 50, 50, 0.7);
}
.title-page .popover-wrap-45 ::-moz-placeholder {
  color: rgba(50, 50, 50, 0.7);
}
.title-page .popover-wrap-45 :-ms-input-placeholder {
  color: rgba(50, 50, 50, 0.7);
}
.title-page .widget-45 {
  top: 0;
  left: 0;
  position: fixed;
  width: auto;
  text-align: center;
  right: 0;
  z-index: 1450;
  margin-left: 0;
  margin-right: 0;
}
.title-page .side-panel-87 .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-87 .side-panel-content {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 265px;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
}
.title-page .side-panel-87 .side-panel-close {
  position: absolute;
  z-index: 1;
  left: 100%;
  top: 0;
  box-sizing: border-box;
  font-size: 0;
  width: 29px;
  min-height: 29px;
  background: url("wm_side_panel_cross.png.1") left 50% top 50% / auto no-repeat #eee;
  cursor: pointer;
}
.title-page .side-panel-87 .side-panel-content-inner {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  position: relative;
  z-index: 0;
}
.title-page .side-panel-87 .side-panel-top {
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .side-panel-87 .side-panel-button {
  padding: 4px 5px 7px;
  box-sizing: border-box;
  font-size: 0;
  width: 29px;
  min-height: 0;
  background: #eee;
  cursor: pointer;
  -webkit-order: 2;
  -moz-order: 2;
  order: 2;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  pointer-events: auto;
  position: relative;
  z-index: 10;
}
.title-page .side-panel-87 .side-panel-button-icon {
  display: block;
}
.title-page .side-panel-87 .side-panel-button-icon-line {
  box-sizing: border-box;
  display: block;
  min-height: 3px;
  margin-top: 3px;
  background: #000;
  text-align: center;
}
.title-page .side-panel-87 .side-panel-top-inner {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-order: 1;
  -moz-order: 1;
  order: 1;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
@media all and (max-width: 960px) {
  .title-page .editorElement {
    max-width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .layout {
    max-width: 100%;
  }
  .title-page .layout.layout_center {
    box-sizing: border-box;
  }
  .title-page .wrapper {
    background: none;
  }
  .title-page .block-10 {
    padding: 15px 30px;
    background: none;
    -webkit-order: 6;
    -moz-order: 6;
    order: 6;
  }
  .title-page .block-11 .layout_105 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-11 .layout_23_id_106 {
    margin: 15px 0 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    flex-basis: auto;
    width: auto;
  }
  .title-page .block-11 {
    width: auto;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    padding-bottom: 40px;
  }
  .title-page .text-6 {
    text-align: center;
    margin-top: 20px;
    padding-left: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .widget-56 {
    width: auto;
    right: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .popover-wrap-105 .popover-body .form_text input:hover, .title-page .popover-wrap-105 .popover-body .form_text input.hover, .title-page .popover-wrap-105 .popover-body .form_text input.active {
    border-top: 0px solid rgba(253, 138, 20, 0.4);
    border-right: 0px solid rgba(253, 138, 20, 0.4);
    border-bottom: 1px solid rgba(253, 138, 20, 0.4);
    border-left: 0px solid rgba(253, 138, 20, 0.4);
  }
  .title-page .popover-wrap-105 .popover-body textarea:hover, .title-page .popover-wrap-105 .popover-body textarea.hover, .title-page .popover-wrap-105 .popover-body textarea.active {
    border-top: 0px solid rgba(253, 138, 20, 0.4);
    border-right: 1px solid rgba(253, 138, 20, 0.4);
    border-bottom: 1px solid rgba(253, 138, 20, 0.4);
    border-left: 0px solid rgba(253, 138, 20, 0.4);
  }
  .title-page .popover-wrap-105 .popover-close {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .widget-14 {
    text-align: center;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    padding-top: 0.02px;
    display: block;
  }
  .title-page .phones-25 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .phones-25 .icon {
    margin-left: auto;
  }
  .title-page .phones-25 .block-body-drop {
    width: 100%;
    margin-left: 0;
  }
  .title-page .phones-25 .cell-text {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .phones-25 .title {
    padding-bottom: 10px;
    text-align: center;
  }
  .title-page .block-5 {
    padding-left: 30px;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
  }
  .title-page .block-6 .layout_19 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-6 .layout_20 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
    display: none;
  }
  .title-page .block-6 {
    width: auto;
    background: none;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .block-8 {
    background: none;
  }
  .title-page .widget-10 {
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .site-name-17 .sn-text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .site-name-17 .sn-text:hover, .title-page .site-name-17 .sn-text.hover, .title-page .site-name-17 .sn-text.active {
    font-weight: 800;
  }
  .title-page .widget-11 {
    text-align: center;
    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-45 {
    min-height: 0;
    background: linear-gradient(rgba(30, 30, 32, 0.5), rgba(30, 30, 32, 0.5)), url("head.png@1568379713221.1") left 50% top 50% / cover no-repeat, url("vetor.png.1") left 0px top 0px / auto auto no-repeat;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-order: 5;
    -moz-order: 5;
    order: 5;
  }
  .title-page .block-3 {
    padding: 70px 30px;
    width: auto;
    background: none;
    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-2 {
    background: none;
    margin-top: 0;
    margin-bottom: 15px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-3 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 30px;
    background: none;
    padding-top: 30px;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .popover-wrap-6 .popover-body .form_text input:hover, .title-page .popover-wrap-6 .popover-body .form_text input.hover, .title-page .popover-wrap-6 .popover-body .form_text input.active {
    border-top: 0px solid rgba(253, 138, 20, 0.4);
    border-right: 0px solid rgba(253, 138, 20, 0.4);
    border-bottom: 1px solid rgba(253, 138, 20, 0.4);
    border-left: 0px solid rgba(253, 138, 20, 0.4);
  }
  .title-page .popover-wrap-6 .popover-body textarea:hover, .title-page .popover-wrap-6 .popover-body textarea.hover, .title-page .popover-wrap-6 .popover-body textarea.active {
    border-top: 0px solid rgba(253, 138, 20, 0.4);
    border-right: 1px solid rgba(253, 138, 20, 0.4);
    border-bottom: 1px solid rgba(253, 138, 20, 0.4);
    border-left: 0px solid rgba(253, 138, 20, 0.4);
  }
  .title-page .popover-wrap-6 .popover-close {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .editable_block-6 .header {
    border: none;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: 0px 0px 15px #000;
    -moz-text-shadow: 0px 0px 15px #000;
    text-shadow: 0px 0px 15px #000;
    background: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .title-page .editable_block-6 .body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .editable_block-6 .title {
    font-size: 45px;
    background: none;
    padding-top: 30px;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .editable_block-6 .title:hover, .title-page .editable_block-6 .title.hover, .title-page .editable_block-6 .title.active {
    font-weight: 900;
  }
  .title-page .editable_block-6 .text {
    font-size: 27px;
  }
  .title-page .editable_block-6 .more {
    clear: none;
  }
  .title-page .block-4 {
    text-align: center;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-4 {
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .popover-wrap-7 .popover-body .form_text input:hover, .title-page .popover-wrap-7 .popover-body .form_text input.hover, .title-page .popover-wrap-7 .popover-body .form_text input.active {
    border-top: 0px solid rgba(253, 138, 20, 0.4);
    border-right: 0px solid rgba(253, 138, 20, 0.4);
    border-bottom: 1px solid rgba(253, 138, 20, 0.4);
    border-left: 0px solid rgba(253, 138, 20, 0.4);
  }
  .title-page .popover-wrap-7 .popover-body textarea:hover, .title-page .popover-wrap-7 .popover-body textarea.hover, .title-page .popover-wrap-7 .popover-body textarea.active {
    border-top: 0px solid rgba(253, 138, 20, 0.4);
    border-right: 1px solid rgba(253, 138, 20, 0.4);
    border-bottom: 1px solid rgba(253, 138, 20, 0.4);
    border-left: 0px solid rgba(253, 138, 20, 0.4);
  }
  .title-page .popover-wrap-7 .popover-close {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .widget-13 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background: none;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: none;
  }
  .title-page .address-24 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .address-24 .cell-icon {
    display: none;
  }
  .title-page .address-24 .block-body-drop {
    width: 100%;
    margin-left: 0;
  }
  .title-page .address-24 .cell-text {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .block-57 {
    background: none;
    padding-top: 130px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-order: 9;
    -moz-order: 9;
    order: 9;
  }
  .title-page .block-58 {
    width: auto;
    background: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-76 {
    background: none;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .popover-wrap-142 .popover-body .form_text input:hover, .title-page .popover-wrap-142 .popover-body .form_text input.hover, .title-page .popover-wrap-142 .popover-body .form_text input.active {
    border-top: 0px solid rgba(253, 138, 20, 0.4);
    border-right: 0px solid rgba(253, 138, 20, 0.4);
    border-bottom: 1px solid rgba(253, 138, 20, 0.4);
    border-left: 0px solid rgba(253, 138, 20, 0.4);
  }
  .title-page .popover-wrap-142 .popover-body textarea:hover, .title-page .popover-wrap-142 .popover-body textarea.hover, .title-page .popover-wrap-142 .popover-body textarea.active {
    border-top: 0px solid rgba(253, 138, 20, 0.4);
    border-right: 1px solid rgba(253, 138, 20, 0.4);
    border-bottom: 1px solid rgba(253, 138, 20, 0.4);
    border-left: 0px solid rgba(253, 138, 20, 0.4);
  }
  .title-page .popover-wrap-142 .popover-close {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .horizontal_blocklist-142 .header {
    background: none;
  }
  .title-page .horizontal_blocklist-142 .header_text {
    font-size: 33px;
    background: none;
  }
  .title-page .horizontal_blocklist-142 .header_text:hover, .title-page .horizontal_blocklist-142 .header_text.hover, .title-page .horizontal_blocklist-142 .header_text.active {
    font-weight: 600;
  }
  .title-page .horizontal_blocklist-142 .description {
    margin-bottom: 0;
    background: none;
  }
  .title-page .horizontal_blocklist-142 .body-outer {
    width: auto;
    background: none;
  }
  .title-page .horizontal_blocklist-142 .body {
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
  }
  .title-page .horizontal_blocklist-142 .item-outer {
    width: 50%;
  }
  .title-page .horizontal_blocklist-142 .item {
    padding-bottom: 40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .title-page .horizontal_blocklist-142 .image {
    margin-right: auto;
    margin-bottom: 10px;
    min-height: 230px;
    width: 230px;
    margin-left: auto;
    background: none;
  }
  .title-page .horizontal_blocklist-142 .img-convert {
    width: 230px;
    height: 230px;
    background: none;
  }
  .title-page .horizontal_blocklist-142 .title {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    background: none;
  }
  .title-page .horizontal_blocklist-142 .price-wrap {
    background: none;
  }
  .title-page .horizontal_blocklist-142 .price-value:hover, .title-page .horizontal_blocklist-142 .price-value.hover, .title-page .horizontal_blocklist-142 .price-value.active {
    font-weight: bold;
  }
  .title-page .horizontal_blocklist-142 .footer {
    margin-top: 10px;
  }
  .title-page .horizontal_blocklist-142 .all {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-top: 0;
    align-self: auto;
  }
  .title-page .horizontal_blocklist-142 .all:hover, .title-page .horizontal_blocklist-142 .all.hover, .title-page .horizontal_blocklist-142 .all.active {
    font-weight: 300;
  }
  .title-page .block-44 {
    padding: 50px 30px;
    -webkit-order: 8;
    -moz-order: 8;
    order: 8;
  }
  .title-page .block-43 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-49 {
    margin-left: 0;
    background: none;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .popover-wrap-88 .popover-body .form_text input:hover, .title-page .popover-wrap-88 .popover-body .form_text input.hover, .title-page .popover-wrap-88 .popover-body .form_text input.active {
    border-top: 0px solid rgba(253, 138, 20, 0.4);
    border-right: 0px solid rgba(253, 138, 20, 0.4);
    border-bottom: 1px solid rgba(253, 138, 20, 0.4);
    border-left: 0px solid rgba(253, 138, 20, 0.4);
  }
  .title-page .popover-wrap-88 .popover-body textarea:hover, .title-page .popover-wrap-88 .popover-body textarea.hover, .title-page .popover-wrap-88 .popover-body textarea.active {
    border-top: 0px solid rgba(253, 138, 20, 0.4);
    border-right: 1px solid rgba(253, 138, 20, 0.4);
    border-bottom: 1px solid rgba(253, 138, 20, 0.4);
    border-left: 0px solid rgba(253, 138, 20, 0.4);
  }
  .title-page .popover-wrap-88 .popover-close {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .editable_block-88 .header {
    background: none;
  }
  .title-page .editable_block-88 .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-88 .title {
    font-size: 35px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    padding-top: 0.02px;
  }
  .title-page .editable_block-88 .image {
    margin-right: 25px;
  }
  .title-page .editable_block-88 .img-convert {
    width: auto;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
  }
  .title-page .editable_block-88 .more {
    clear: none;
    text-align: center;
  }
  .title-page .editable_block-88 .more > a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .block-24 {
    padding-right: 30px;
    padding-left: 30px;
    -webkit-order: 10;
    -moz-order: 10;
    order: 10;
  }
  .title-page .block-27 .layout_center_53_id_52_0 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-27 {
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-26 {
    padding: 70px;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    min-height: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .form-52 .form__header {
    font-size: 33px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
    padding-top: 0.02px;
  }
  .title-page .form-52 .form__text {
    font-size: 15px;
    margin-bottom: 25px;
  }
  .title-page .form-52 .form-item-group {
    background: none;
  }
  .title-page .form-52 .form-text {
    background: none;
    padding-right: 25px;
  }
  .title-page .form-52 .form-text input {
    background: none;
  }
  .title-page .form-52 .form-text input:hover, .title-page .form-52 .form-text input.hover, .title-page .form-52 .form-text input.active {
    border-top: 0px solid rgba(253, 138, 20, 0.5);
    border-right: 0px solid rgba(253, 138, 20, 0.5);
    border-bottom: 1px solid rgba(253, 138, 20, 0.5);
    border-left: 0px solid rgba(253, 138, 20, 0.5);
  }
  .title-page .form-52 .form-textarea textarea {
    background: none;
    min-height: 100px;
  }
  .title-page .form-52 .form-select select {
    background: none;
  }
  .title-page .form-52 .form-submit button {
    width: 180px;
  }
  .title-page .form-52 .form-captcha input {
    background: none;
  }
  .title-page .form-52 .form-captcha button {
    width: 180px;
  }
  .title-page .form-52 .form-calendar input {
    background: none;
  }
  .title-page .form-52 .form-calendar_interval input {
    background: none;
  }
  .title-page .form-52 .form-calendar_interval .label_from {
    margin-right: 15px;
  }
  .title-page .form-52 .form-calendar_interval .label_to {
    margin-right: 15px;
  }
  .title-page .widget-27 {
    margin-right: auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .popover-wrap-54 .popover-body .form_text input:hover, .title-page .popover-wrap-54 .popover-body .form_text input.hover, .title-page .popover-wrap-54 .popover-body .form_text input.active {
    border-top: 0px solid rgba(253, 138, 20, 0.4);
    border-right: 0px solid rgba(253, 138, 20, 0.4);
    border-bottom: 1px solid rgba(253, 138, 20, 0.4);
    border-left: 0px solid rgba(253, 138, 20, 0.4);
  }
  .title-page .popover-wrap-54 .popover-body textarea:hover, .title-page .popover-wrap-54 .popover-body textarea.hover, .title-page .popover-wrap-54 .popover-body textarea.active {
    border-top: 0px solid rgba(253, 138, 20, 0.4);
    border-right: 1px solid rgba(253, 138, 20, 0.4);
    border-bottom: 1px solid rgba(253, 138, 20, 0.4);
    border-left: 0px solid rgba(253, 138, 20, 0.4);
  }
  .title-page .popover-wrap-54 .popover-close {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .editable_block-54 .header {
    background: none;
  }
  .title-page .editable_block-54 .body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .editable_block-54 .more {
    clear: none;
  }
  .title-page .block-23 {
    padding: 50px 30px;
    -webkit-order: 9;
    -moz-order: 9;
    order: 9;
  }
  .title-page .block-47 {
    width: auto;
    background: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-51 {
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .popover-wrap-95 .popover-body .form_text input:hover, .title-page .popover-wrap-95 .popover-body .form_text input.hover, .title-page .popover-wrap-95 .popover-body .form_text input.active {
    border-top: 0px solid rgba(253, 138, 20, 0.4);
    border-right: 0px solid rgba(253, 138, 20, 0.4);
    border-bottom: 1px solid rgba(253, 138, 20, 0.4);
    border-left: 0px solid rgba(253, 138, 20, 0.4);
  }
  .title-page .popover-wrap-95 .popover-body textarea:hover, .title-page .popover-wrap-95 .popover-body textarea.hover, .title-page .popover-wrap-95 .popover-body textarea.active {
    border-top: 0px solid rgba(253, 138, 20, 0.4);
    border-right: 1px solid rgba(253, 138, 20, 0.4);
    border-bottom: 1px solid rgba(253, 138, 20, 0.4);
    border-left: 0px solid rgba(253, 138, 20, 0.4);
  }
  .title-page .popover-wrap-95 .popover-close {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .horizontal_blocklist-95 .header {
    margin-bottom: 25px;
  }
  .title-page .horizontal_blocklist-95 .description {
    font-size: 35px;
  }
  .title-page .horizontal_blocklist-95 .body-outer {
    width: auto;
    overflow: visible;
  }
  .title-page .horizontal_blocklist-95 .body {
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
  }
  .title-page .horizontal_blocklist-95 .list {
    overflow-x: visible;
    overflow-y: visible;
  }
  .title-page .horizontal_blocklist-95 .item-outer {
    width: 50%;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .horizontal_blocklist-95 .item {
    margin-left: 15px;
    margin-right: 15px;
    padding-right: 0;
    padding-left: 0;
  }
  .title-page .horizontal_blocklist-95 .item:hover, .title-page .horizontal_blocklist-95 .item.hover, .title-page .horizontal_blocklist-95 .item.active {
    border: 1px solid #1e1e20;
    background: #1e1e20;
  }
  .title-page .horizontal_blocklist-95 .img-convert {
    width: 50px;
    height: 40px;
    margin-top: 0;
    margin-bottom: 0;
    align-self: auto;
  }
  .title-page .horizontal_blocklist-95 .item_detail {
    margin-right: auto;
  }
  .title-page .horizontal_blocklist-95 .text {
    margin-left: 0;
    margin-right: 0;
    margin-top: 11px;
  }
  .title-page .horizontal_blocklist-95 .title {
    margin-bottom: 0;
  }
  .title-page .horizontal_blocklist-95 .price {
    margin-top: 0;
  }
  .title-page .horizontal_blocklist-95 .more {
    margin-top: 0;
  }
  .title-page .horizontal_blocklist-95 .controls {
    right: auto;
    left: 50%;
    top: 0;
  }
  .title-page .horizontal_blocklist-95 .prev {
    width: 25px;
  }
  .title-page .horizontal_blocklist-95 .next {
    width: 25px;
  }
  .title-page .block-36 {
    padding: 30px;
    -webkit-order: 15;
    -moz-order: 15;
    order: 15;
  }
  .title-page .block-38 {
    padding-bottom: 0.02px;
    padding-left: 0;
    padding-right: 0;
  }
  .title-page .block-39 {
    display: none;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .block-40 .layout_78_id_79 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-40 {
    margin-bottom: 0;
  }
  .title-page .widget-39 {
    text-align: left;
    background: none;
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .widget-39:hover, .title-page .widget-39.hover, .title-page .widget-39.active {
    background: linear-gradient(#fc9732, #fc9732);
  }
  .title-page .block-41 .layout_81 {
    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-41 .layout_82 {
    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: none;
  }
  .title-page .block-41 .layout_83 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    width: 100%;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-41 {
    padding-top: 0.02px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .widget-40 {
    text-align: center;
    width: auto;
    margin-top: 0;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .widget-41 {
    margin-top: 15px;
    margin-left: auto;
    display: none;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .widget-42 {
    text-align: center;
    width: auto;
    margin-top: 0;
    right: 0;
    padding-top: 15px;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .block-30 {
    padding: 60px 30px;
    -webkit-order: 14;
    -moz-order: 14;
    order: 14;
  }
  .title-page .block-31 {
    width: auto;
    background: none;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0.02px;
  }
  .title-page .block-32 .layout_66 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-32 .layout_67 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-32 {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .block-34 {
    margin-top: -50px;
  }
  .title-page .widget-43 {
    min-height: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .form-84 .form__header {
    font-size: 35px;
    background: none;
  }
  .title-page .form-84 .form__text {
    margin-bottom: 25px;
  }
  .title-page .form-84 .form-text {
    padding-right: 25px;
  }
  .title-page .form-84 .form-text input {
    background: none;
    margin-top: 12px;
  }
  .title-page .form-84 .form-text input:hover, .title-page .form-84 .form-text input.hover, .title-page .form-84 .form-text input.active {
    border-top: 0px solid rgba(253, 138, 20, 0.5);
    border-right: 0px solid rgba(253, 138, 20, 0.5);
    border-bottom: 1px solid rgba(253, 138, 20, 0.5);
    border-left: 0px solid rgba(253, 138, 20, 0.5);
  }
  .title-page .form-84 .form-textarea textarea {
    background: none;
    min-height: 100px;
  }
  .title-page .form-84 .form-textarea textarea:hover, .title-page .form-84 .form-textarea textarea.hover, .title-page .form-84 .form-textarea textarea.active {
    border-top: 0px solid rgba(253, 138, 20, 0.5);
    border-right: 0px solid rgba(253, 138, 20, 0.5);
    border-bottom: 1px solid rgba(253, 138, 20, 0.5);
    border-left: 0px solid rgba(253, 138, 20, 0.5);
  }
  .title-page .form-84 .form-select select {
    background: none;
  }
  .title-page .form-84 .form-submit button {
    width: 180px;
  }
  .title-page .form-84 .form-captcha input {
    background: none;
  }
  .title-page .form-84 .form-captcha input:hover, .title-page .form-84 .form-captcha input.hover, .title-page .form-84 .form-captcha input.active {
    border-top: 0px solid rgba(253, 138, 20, 0.5);
    border-right: 0px solid rgba(253, 138, 20, 0.5);
    border-bottom: 1px solid rgba(253, 138, 20, 0.5);
    border-left: 0px solid rgba(253, 138, 20, 0.5);
  }
  .title-page .form-84 .form-captcha button {
    width: 180px;
  }
  .title-page .form-84 .form-calendar input {
    background: none;
  }
  .title-page .form-84 .form-calendar_interval input {
    background: none;
  }
  .title-page .form-84 .form-calendar_interval .label_from {
    margin-right: 15px;
  }
  .title-page .form-84 .form-calendar_interval .label_to {
    margin-right: 15px;
  }
  .title-page .widget-31 {
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .popover-wrap-64 .popover-body .form_text input:hover, .title-page .popover-wrap-64 .popover-body .form_text input.hover, .title-page .popover-wrap-64 .popover-body .form_text input.active {
    border-top: 0px solid rgba(253, 138, 20, 0.4);
    border-right: 0px solid rgba(253, 138, 20, 0.4);
    border-bottom: 1px solid rgba(253, 138, 20, 0.4);
    border-left: 0px solid rgba(253, 138, 20, 0.4);
  }
  .title-page .popover-wrap-64 .popover-body textarea:hover, .title-page .popover-wrap-64 .popover-body textarea.hover, .title-page .popover-wrap-64 .popover-body textarea.active {
    border-top: 0px solid rgba(253, 138, 20, 0.4);
    border-right: 1px solid rgba(253, 138, 20, 0.4);
    border-bottom: 1px solid rgba(253, 138, 20, 0.4);
    border-left: 0px solid rgba(253, 138, 20, 0.4);
  }
  .title-page .popover-wrap-64 .popover-close {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .editable_block-64 .header {
    background: none;
  }
  .title-page .editable_block-64 .body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .editable_block-64 .more {
    clear: none;
  }
  .title-page .block-35 {
    border: none;
    margin-top: 70px;
    padding-top: 0.02px;
    padding-bottom: 0.02px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
  }
  .title-page .widget-34 {
    text-align: center;
    margin-bottom: 30px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .address-69 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .address-69 .block-body-drop {
    width: 100%;
    margin-left: 0;
  }
  .title-page .address-69 .cell-text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    padding-top: 10px;
  }
  .title-page .address-69 .text_body {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .title-page .widget-36 {
    text-align: center;
    margin-left: auto;
    margin-bottom: 30px;
    margin-right: auto;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .schedule-71 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .schedule-71 .block-body-drop {
    width: 100%;
    margin-left: 0;
  }
  .title-page .widget-35 {
    text-align: center;
    margin-right: auto;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: block;
  }
  .title-page .phones-70 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .phones-70 .block-body-drop {
    width: 100%;
    margin-left: 0;
  }
  .title-page .phones-70 .cell-text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .block-21 {
    padding-left: 30px;
    padding-right: 30px;
    -webkit-order: 11;
    -moz-order: 11;
    order: 11;
  }
  .title-page .block-22 {
    width: auto;
    background: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-23 {
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .popover-wrap-45 .popover-body .form_text input:hover, .title-page .popover-wrap-45 .popover-body .form_text input.hover, .title-page .popover-wrap-45 .popover-body .form_text input.active {
    border-top: 0px solid rgba(253, 138, 20, 0.4);
    border-right: 0px solid rgba(253, 138, 20, 0.4);
    border-bottom: 1px solid rgba(253, 138, 20, 0.4);
    border-left: 0px solid rgba(253, 138, 20, 0.4);
  }
  .title-page .popover-wrap-45 .popover-body textarea:hover, .title-page .popover-wrap-45 .popover-body textarea.hover, .title-page .popover-wrap-45 .popover-body textarea.active {
    border-top: 0px solid rgba(253, 138, 20, 0.4);
    border-right: 1px solid rgba(253, 138, 20, 0.4);
    border-bottom: 1px solid rgba(253, 138, 20, 0.4);
    border-left: 0px solid rgba(253, 138, 20, 0.4);
  }
  .title-page .popover-wrap-45 .popover-close {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .blocklist-45 .header_text {
    font-size: 35px;
    background: none;
  }
  .title-page .blocklist-45 .description {
    padding-bottom: 20px;
    display: none;
  }
  .title-page .blocklist-45 .body-outer {
    width: auto;
    min-height: 0;
  }
  .title-page .blocklist-45 .body {
    width: auto;
  }
  .title-page .blocklist-45 .bx-wrapper {
    max-width: 738px;
  }
  .title-page .blocklist-45 .list {
    width: 738px;
  }
  .title-page .blocklist-45 .item {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 0;
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .blocklist-45 .text {
    padding-top: 20px;
    font-size: 14px;
    padding-bottom: 20px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .blocklist-45 .image {
    margin-right: 0;
    margin-bottom: 5px;
    float: none;
    width: 100px;
    margin-left: auto;
    display: none;
  }
  .title-page .blocklist-45 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding-top: 0.02px;
    text-align: center;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
    margin-top: 15px;
  }
  .title-page .blocklist-45 .title:hover, .title-page .blocklist-45 .title.hover, .title-page .blocklist-45 .title.active {
    font-weight: 900;
  }
  .title-page .blocklist-45 .sub-title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    color: rgba(0, 0, 0, 0.61);
    padding-bottom: 20px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
    text-align: center;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .blocklist-45 .more > a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .blocklist-45 .more > a:hover, .title-page .blocklist-45 .more > a.hover, .title-page .blocklist-45 .more > a.active {
    font-weight: 800;
  }
  .title-page .blocklist-45 .prev {
    width: 40px;
    min-height: 40px;
  }
  .title-page .blocklist-45 .next {
    width: 40px;
    min-height: 40px;
  }
  .title-page .widget-45 {
    box-sizing: border-box;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    padding-top: 30px;
    padding-right: 30px;
    display: block;
  }
  .title-page .side-panel-87 .side-panel-mask {
    text-align: left;
  }
  .title-page .side-panel-87 .side-panel-content {
    left: auto;
    right: 0;
  }
  .title-page .side-panel-87 .side-panel-close {
    padding: 0.02px 0;
    border: none;
    left: auto;
    right: 100%;
    -webkit-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMi41IiBoZWlnaHQ9IjMyLjY4OCIgdmlld0JveD0iMCAwIDMyLjUgMzIuNjg4IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iS3Jlc3Rpay5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTc5My41NjMsMzkyLjczN2EyLjk5MywyLjk5MywwLDAsMC00LjI1NCwwTDc3OC4yLDQwMy45MjJsLTExLjEwOS0xMS4xODVhMi45OTIsMi45OTIsMCwwLDAtNC4yNTMsMCwzLjA0MywzLjA0MywwLDAsMCwwLDQuMjgzbDExLjEwOCwxMS4xODVMNzYyLjgzOSw0MTkuMzlhMy4wNDMsMy4wNDMsMCwwLDAsMCw0LjI4MywyLjk5MywyLjk5MywwLDAsMCw0LjI1MywwTDc3OC4yLDQxMi40ODhsMTEuMTA4LDExLjE4NWEyLjk5NCwyLjk5NCwwLDAsMCw0LjI1NCwwLDMuMDQzLDMuMDQzLDAsMCwwLDAtNC4yODNsLTExLjEwOS0xMS4xODUsMTEuMTA5LTExLjE4NUEzLjA0MywzLjA0MywwLDAsMCw3OTMuNTYzLDM5Mi43MzdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzYxLjk2OSAtMzkxLjg3NSkiIGZpbGw9IiNmZmZmZmYiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / 13px no-repeat, linear-gradient(#1098e4, #1098e4);
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #17181c;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-decoration: none;
    width: 45px;
    min-height: 45px;
    margin-top: 30px;
  }
  .title-page .side-panel-87 .side-panel-close:active, .title-page .side-panel-87 .side-panel-close.active {
    -webkit-box-shadow: inset 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
  }
  .title-page .side-panel-87 .side-panel-top {
    width: auto;
  }
  .title-page .side-panel-87 .side-panel-button {
    padding: 11px 11px 0.02px;
    border: none;
    -webkit-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: linear-gradient(#1098e4, #1098e4);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #17181c;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-decoration: none;
    width: 45px;
    min-height: 45px;
  }
  .title-page .side-panel-87 .side-panel-button:hover, .title-page .side-panel-87 .side-panel-button.hover, .title-page .side-panel-87 .side-panel-button.active {
    background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1));
  }
  .title-page .side-panel-87 .side-panel-button:active, .title-page .side-panel-87 .side-panel-button.active {
    -webkit-box-shadow: inset 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
  }
  .title-page .side-panel-87 .side-panel-button-icon-line {
    border: none;
    text-align: left;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: #fff;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
}
@media all and (max-width: 768px) {
  .title-page .block-10 {
    margin-top: -95px;
  }
  .title-page .block-11 .layout_105 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-11 .layout_23_id_106 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-11 {
    padding-bottom: 0.02px;
  }
  .title-page .text-6 {
    font-size: 15px;
  }
  .title-page .widget-14 {
    margin-bottom: 20px;
  }
  .title-page .phones-25 .cell-text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .phones-25 .text_body {
    font-size: 20px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .block-6 .layout_19 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-6 .layout_20 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .widget-11 {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .block-2 {
    margin-bottom: 70px;
    padding-bottom: 0.02px;
  }
  .title-page .editable_block-6 .header {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .editable_block-6 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    padding-top: 0.02px;
  }
  .title-page .block-57 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .title-page .horizontal_blocklist-142 .body {
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .horizontal_blocklist-142 .item {
    padding-bottom: 30px;
  }
  .title-page .horizontal_blocklist-142 .image {
    min-height: 200px;
    width: 200px;
  }
  .title-page .horizontal_blocklist-142 .img-convert {
    width: 200px;
    height: 200px;
  }
  .title-page .horizontal_blocklist-142 .title {
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .title-page .horizontal_blocklist-142 .more {
    margin-top: 10px;
  }
  .title-page .block-44 {
    padding-top: 80px;
  }
  .title-page .editable_block-88 .title {
    font-size: 33px;
  }
  .title-page .editable_block-88 .image {
    margin-top: 0;
  }
  .title-page .block-27 .layout_center_53_id_52_0 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-27 {
    width: auto;
  }
  .title-page .form-52 .form-text input {
    margin-top: 12px;
  }
  .title-page .horizontal_blocklist-95 .item {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    padding-right: 20px;
    padding-left: 20px;
  }
  .title-page .horizontal_blocklist-95 .image {
    margin-bottom: 20px;
  }
  .title-page .horizontal_blocklist-95 .img-convert {
    height: 60px;
  }
  .title-page .horizontal_blocklist-95 .item_detail {
    margin-right: 0;
  }
  .title-page .horizontal_blocklist-95 .text {
    margin-top: 0;
  }
  .title-page .block-36 {
    padding-top: 40px;
  }
  .title-page .block-40 .layout_78_id_79 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-41 .layout_81 {
    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-41 .layout_82 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }
  .title-page .block-41 .layout_83 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-40 {
    margin-bottom: 0;
  }
  .title-page .widget-41 {
    margin-bottom: 0;
    margin-right: auto;
  }
  .title-page .block-32 .layout_66 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-32 .layout_67 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .form-84 .form__header {
    font-size: 33px;
  }
  .title-page .block-35 {
    padding-top: 20px;
  }
  .title-page .widget-34 {
    margin-bottom: 45px;
  }
  .title-page .widget-35 {
    margin-right: 0;
  }
  .title-page .blocklist-45 .header_text {
    font-size: 33px;
  }
  .title-page .blocklist-45 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-45 .bx-wrapper {
    max-width: 580px;
  }
  .title-page .blocklist-45 .list {
    width: 580px;
  }
  .title-page .blocklist-45 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-45 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-45 .image {
    margin-right: auto;
    margin-bottom: 0;
  }
  .title-page .blocklist-45 .title {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-45 .sub-title {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .side-panel-87 .side-panel-close {
    text-align: left;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .side-panel-87 .side-panel-button {
    text-align: left;
  }
}
@media all and (max-width: 640px) {
  .title-page .block-10 {
    padding: 0.02px 0;
    margin-top: 0;
  }
  .title-page .block-11 .layout_105 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-11 .layout_23_id_106 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-11 {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .text-6 {
    margin-top: 35px;
  }
  .title-page .widget-56 {
    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-14 {
    margin-bottom: 25px;
  }
  .title-page .phones-25 .cell-text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .block-5 {
    padding-left: 20px;
    padding-top: 85px;
  }
  .title-page .block-6 .layout_19 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-6 .layout_20 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    flex-basis: auto;
    display: none;
  }
  .title-page .block-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .title-page .block-2 {
    margin-bottom: 0;
  }
  .title-page .widget-3 {
    padding-bottom: 15px;
    padding-top: 0.02px;
  }
  .title-page .editable_block-6 .title {
    font-size: 25px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .editable_block-6 .text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .widget-13 {
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .block-57 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .title-page .horizontal_blocklist-142 .header_text {
    font-size: 30px;
    padding-bottom: 30px;
  }
  .title-page .horizontal_blocklist-142 .body-outer {
    overflow: hidden;
  }
  .title-page .horizontal_blocklist-142 .body {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .horizontal_blocklist-142 .list {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .title-page .horizontal_blocklist-142 .item-outer {
    width: 100%;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
  }
  .title-page .horizontal_blocklist-142 .item {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .title-page .block-44 {
    padding-top: 50px;
  }
  .title-page .editable_block-88 .header {
    display: none;
  }
  .title-page .editable_block-88 .title {
    font-size: 30px;
  }
  .title-page .editable_block-88 .image {
    margin-top: 25px;
  }
  .title-page .block-27 .layout_center_53_id_52_0 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .widget-26 {
    padding: 50px;
  }
  .title-page .form-52 .form__header {
    font-size: 30px;
  }
  .title-page .form-52 .form__text {
    color: rgba(30, 30, 32, 0.8);
  }
  .title-page .form-52 .form-text {
    width: 100%;
    margin-right: 0;
  }
  .title-page .form-52 .form-submit {
    padding-top: 25px;
  }
  .title-page .form-52 .form-submit button {
    width: 100%;
  }
  .title-page .form-52 .form-captcha .form-submit-container {
    width: 100%;
  }
  .title-page .form-52 .form-captcha button {
    width: 100%;
  }
  .title-page .form-52 .form-checkbox {
    width: 100%;
    margin-right: 0;
    padding-right: 25px;
  }
  .title-page .form-52 .form-radio {
    width: 100%;
    margin-right: 0;
    padding-right: 25px;
  }
  .title-page .form-52 .form-select {
    width: 100%;
    margin-right: 0;
    padding-right: 25px;
  }
  .title-page .form-52 .form-div {
    width: 100%;
    margin-right: 0;
    padding-right: 25px;
  }
  .title-page .form-52 .form-html {
    width: 100%;
    margin-right: 0;
    padding-right: 25px;
  }
  .title-page .form-52 .form-upload {
    width: 100%;
    margin-right: 0;
    padding-right: 25px;
  }
  .title-page .form-52 .form-calendar {
    width: 100%;
    margin-right: 0;
    padding-right: 25px;
  }
  .title-page .form-52 .form-calendar_interval {
    width: 100%;
    margin-right: 0;
    padding-right: 25px;
  }
  .title-page .horizontal_blocklist-95 .description {
    font-size: 30px;
  }
  .title-page .horizontal_blocklist-95 .body {
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .horizontal_blocklist-95 .item-outer {
    width: 100%;
  }
  .title-page .horizontal_blocklist-95 .item {
    margin-left: 0;
    margin-right: 0;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .horizontal_blocklist-95 .item_body {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .horizontal_blocklist-95 .item_figure {
    width: auto;
  }
  .title-page .horizontal_blocklist-95 .img-convert {
    height: 40px;
  }
  .title-page .horizontal_blocklist-95 .item_detail {
    margin-right: auto;
    margin-top: 11px;
    margin-left: 20px;
    align-self: auto;
  }
  .title-page .horizontal_blocklist-95 .text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .title-page .horizontal_blocklist-95 .title {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .title-page .block-40 .layout_78_id_79 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .widget-39 {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .block-41 .layout_81 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-41 .layout_82 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-41 .layout_83 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-42 {
    margin-bottom: 0;
  }
  .title-page .block-32 .layout_66 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-32 .layout_67 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .form-84 .form__header {
    font-size: 30px;
  }
  .title-page .form-84 .form-submit {
    padding-top: 25px;
  }
  .title-page .form-84 .form-submit button {
    width: 100%;
  }
  .title-page .form-84 .form-captcha .form-submit-container {
    width: 100%;
  }
  .title-page .form-84 .form-captcha button {
    width: 100%;
  }
  .title-page .widget-34 {
    margin-bottom: 30px;
  }
  .title-page .address-69 .text_body {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .blocklist-45 .header_text {
    font-size: 30px;
  }
  .title-page .blocklist-45 .bx-wrapper {
    max-width: 420px;
  }
  .title-page .blocklist-45 .list {
    width: 420px;
  }
  .title-page .blocklist-45 .item {
    margin-right: 15px;
    margin-left: 15px;
  }
  .title-page .side-panel-87 .side-panel-button {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  }
}
@media all and (max-width: 480px) {
  .title-page .block-11 .layout_105 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-11 .layout_23_id_106 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-56 {
    min-height: 120px;
    margin-top: 0;
  }
  .title-page .widget-14 {
    margin-bottom: 15px;
  }
  .title-page .phones-25 .cell-text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .phones-25 .text_body {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .block-6 .layout_19 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-6 .layout_20 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-3 {
    padding-left: 0;
    padding-right: 0;
  }
  .title-page .editable_block-6 .title {
    font-size: 23px;
  }
  .title-page .editable_block-6 .image {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .editable_block-6 .text {
    font-size: 25px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .block-4 {
    padding-top: 15px;
  }
  .title-page .widget-4 {
    font-size: 14px;
    width: 220px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .widget-13 {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .address-24 .text_body {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .horizontal_blocklist-142 .header {
    margin-bottom: 25px;
  }
  .title-page .horizontal_blocklist-142 .header_text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    font-size: 26px;
    text-align: center;
  }
  .title-page .horizontal_blocklist-142 .body-outer {
    overflow: visible;
  }
  .title-page .horizontal_blocklist-142 .list {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow-x: visible;
    overflow-y: visible;
  }
  .title-page .horizontal_blocklist-142 .item-outer {
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .horizontal_blocklist-142 .item {
    margin: 20px auto;
  }
  .title-page .horizontal_blocklist-142 .item_figure {
    max-width: 100%;
  }
  .title-page .horizontal_blocklist-142 .image {
    text-align: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin-right: 0;
    width: auto;
    margin-left: 0;
  }
  .title-page .horizontal_blocklist-142 .title {
    font-size: 20px;
  }
  .title-page .widget-49 {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .editable_block-88 .title {
    font-size: 27px;
  }
  .title-page .editable_block-88 .image {
    float: none;
    margin-right: 0;
    display: none;
  }
  .title-page .editable_block-88 .more > a {
    padding: 15px 20px;
    min-height: 50px;
    width: 160px;
  }
  .title-page .block-24 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .title-page .block-27 .layout_center_53_id_52_0 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
  .title-page .widget-26 {
    padding: 30px;
  }
  .title-page .form-52 .form__header {
    font-size: 27px;
  }
  .title-page .form-52 .form-text {
    padding-right: 0;
  }
  .title-page .form-52 .form-text input {
    margin-left: 0;
  }
  .title-page .form-52 .form-textarea {
    margin-left: 0;
  }
  .title-page .form-52 .form-captcha {
    margin-left: 0;
  }
  .title-page .form-52 .form-checkbox {
    padding-right: 0;
  }
  .title-page .form-52 .form-radio {
    padding-right: 0;
  }
  .title-page .form-52 .form-select {
    padding-right: 0;
  }
  .title-page .form-52 .form-div {
    padding-right: 0;
  }
  .title-page .form-52 .form-html {
    padding-right: 0;
  }
  .title-page .form-52 .form-upload {
    padding-right: 0;
  }
  .title-page .form-52 .form-calendar {
    padding-right: 0;
  }
  .title-page .form-52 .form-calendar_interval {
    padding-right: 0;
  }
  .title-page .form-52 .group-text {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .widget-27 {
    margin-right: 0;
  }
  .title-page .editable_block-54 .image {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .block-23 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .title-page .horizontal_blocklist-95 .header {
    margin-bottom: 30px;
  }
  .title-page .horizontal_blocklist-95 .description {
    font-size: 27px;
  }
  .title-page .horizontal_blocklist-95 .body {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .horizontal_blocklist-95 .item {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    padding-bottom: 35px;
  }
  .title-page .horizontal_blocklist-95 .item_body {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
  }
  .title-page .horizontal_blocklist-95 .item_figure {
    max-width: 100%;
    width: 100%;
  }
  .title-page .horizontal_blocklist-95 .img-convert {
    height: 60px;
  }
  .title-page .horizontal_blocklist-95 .item_detail {
    margin-right: 0;
    margin-top: 5px;
    margin-left: 0;
  }
  .title-page .horizontal_blocklist-95 .text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .horizontal_blocklist-95 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .horizontal_blocklist-95 .bx-wrapper {
    max-width: 300px;
  }
  .title-page .block-40 .layout_78_id_79 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
  .title-page .widget-39 {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .block-41 .layout_81 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-41 .layout_82 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-41 .layout_83 {
    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 .widget-40 {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .block-30 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .title-page .block-32 .layout_66 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-32 .layout_67 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-34 {
    padding: 35px 25px;
  }
  .title-page .form-84 .form__header {
    font-size: 27px;
  }
  .title-page .form-84 .form-text {
    padding-right: 0;
  }
  .title-page .editable_block-64 .image {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-34 {
    margin-bottom: 35px;
  }
  .title-page .address-69 .text_body {
    text-align: center;
  }
  .title-page .block-21 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .title-page .blocklist-45 .header_text {
    font-size: 27px;
  }
  .title-page .blocklist-45 .bx-wrapper {
    max-width: 260px;
  }
  .title-page .blocklist-45 .list {
    width: 260px;
  }
  .title-page .blocklist-45 .item {
    margin-right: 0;
    margin-left: 0;
    margin-top: 0;
    padding-top: 0.02px;
    padding-bottom: 0.02px;
  }
  .title-page .blocklist-45 .controls {
    top: auto;
    bottom: 0;
  }
  .title-page .side-panel-87 .side-panel-button {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}
.title-page .side-panel .widget-12 {
  margin: 8px 0 20px;
  z-index: 1;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: auto;
  left: 0;
  top: 0;
  position: relative;
  right: 0;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  min-height: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  display: -webkit-flex;
  display: flex;
}
.title-page .side-panel .menu-20 .menu-scroll > ul {
  display: block;
}
.title-page .side-panel .menu-20 .menu-scroll > ul > li.delimiter {
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  min-height: 1px;
  width: auto;
}
.title-page .side-panel .menu-20 .menu-scroll > ul > li.menu-item {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .side-panel .menu-20 .menu-scroll > ul ul {
  position: static;
  width: auto;
}
.title-page .side-panel .menu-20 .menu-scroll > ul ul > li > a {
  padding-top: 13px;
  padding-bottom: 13px;
}
.title-page .side-panel .menu-20 .menu-scroll > ul ul > li > a:hover, .title-page .side-panel .menu-20 .menu-scroll > ul ul > li > a.hover, .title-page .side-panel .menu-20 .menu-scroll > ul ul > li > a.active {
  color: #fff;
}
.title-page .side-panel .menu-20 .menu-scroll > ul ul ul {
  position: static;
  width: auto;
}
.title-page .side-panel .menu-20 .menu-scroll > ul > li.menu-item > a {
  padding-bottom: 10px;
  padding-top: 10px;
}
.title-page .side-panel .menu-20 .menu-scroll > ul > li.menu-item > a:hover, .title-page .side-panel .menu-20 .menu-scroll > ul > li.menu-item > a.hover, .title-page .side-panel .menu-20 .menu-scroll > ul > li.menu-item > a.active {
  background: #ffd701;
}
.title-page .side-panel .menu-20 .menu-scroll > ul > li.more-button {
  display: none;
}
.title-page .side-panel .menu-20 .menu-scroll > ul > li.more-button > a {
  background: none;
}
