@import "fonts.css";
.title-page {
  /* tooltip */
  /* tooltip for horizontal */
}
html.title-page{
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.title-page body {
  margin: 0;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.title-page body::before {
  content: "";
  height: 1px;
  display: block;
  margin-top: -1px;
}
.title-page article, .title-page aside, .title-page details, .title-page figcaption, .title-page figure, .title-page footer, .title-page header, .title-page hgroup, .title-page main, .title-page menu, .title-page nav, .title-page section, .title-page summary {
  display: block;
}
.title-page audio, .title-page canvas, .title-page progress, .title-page video {
  display: inline-block;
  vertical-align: baseline;
}
.title-page audio:not([controls]) {
  display: none;
  height: 0;
}
.title-page [hidden], .title-page template {
  display: none;
}
.title-page a {
  background-color: transparent;
  color: inherit;
}
.title-page a:active, .title-page a:hover {
  outline: 0;
}
.title-page abbr[title] {
  border-bottom: 1px dotted;
}
.title-page b, .title-page strong {
  font-weight: bold;
}
.title-page dfn {
  font-style: italic;
}
.title-page h1 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}
.title-page mark {
  background: #ff0;
  color: #000;
}
.title-page small {
  font-size: 80%;
}
.title-page sub, .title-page sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.title-page sup {
  top: -0.5em;
}
.title-page sub {
  bottom: -0.25em;
}
.title-page img {
  border: 0;
}
.title-page svg:not(:root) {
  overflow: hidden;
}
.title-page figure {
  margin: 1em 40px;
}
.title-page hr {
  box-sizing: content-box;
  height: 0;
}
.title-page pre {
  overflow: auto;
}
.title-page code, .title-page kbd, .title-page pre, .title-page samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.title-page button, .title-page input, .title-page optgroup, .title-page select, .title-page textarea {
  color: #000;
  font: inherit;
  margin: 0;
}
.title-page button {
  overflow: visible;
}
.title-page button, .title-page select {
  text-transform: none;
}
.title-page button, html.title-pageinput[type="button"], .title-page input[type="reset"], .title-page input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.title-page button[disabled], html.title-pageinput[disabled] {
  cursor: default;
}
.title-page button::-moz-focus-inner, .title-page input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.title-page input {
  line-height: normal;
}
.title-page input[type="checkbox"], .title-page input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
.title-page input[type="number"]::-webkit-inner-spin-button, .title-page input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.title-page input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
.title-page input[type="search"]::-webkit-search-cancel-button, .title-page input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.title-page fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.title-page legend {
  border: 0;
  padding: 0;
}
.title-page textarea {
  overflow: auto;
}
.title-page optgroup {
  font-weight: bold;
}
.title-page table {
  border-collapse: collapse;
  border-spacing: 0;
}
.title-page body.noscroll {
  overflow: hidden !important;
}
.title-page .removed, .title-page .hidden {
  display: none !important;
}
.title-page .editorElement, .title-page .layout {
  box-sizing: border-box;
  padding-top: 0.02px;
  padding-bottom: 0.02px;
}
.title-page .editorElement {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.title-page .vertical-middle {
  white-space: nowrap;
}
.title-page .vertical-middle > * {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
}
.title-page .vertical-middle::after {
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
  content: "";
}
.title-page .wrapper {
  margin: 0 auto;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  min-height: 100vh;
  overflow: hidden;
  max-width: 100%;
}
.title-page .wrapper > * {
  max-width: 100%;
}
.title-page .editorElement .removed + .delimiter, .title-page .editorElement .delimiter:first-child {
  display: none;
}
.title-page .wm-input-default {
  border: none;
  background: none;
  padding: 0;
}
@keyframes show_hide {
  0% {
    left: 85%;
    opacity: 0;
    width: auto;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  20% {
    left: 100%;
    opacity: 1;
    width: auto;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  100% {
    left: 100%;
    opacity: 1;
    width: auto;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
}
@keyframes show_hide_after {
  0% {
    width: 5px;
    height: 5px;
  }
  100% {
    width: 5px;
    height: 5px;
  }
}
@keyframes horizontal_show_hide {
  0% {
    top: 95%;
    opacity: 0;
    width: 100%;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  20% {
    top: 100%;
    opacity: 1;
    width: 100%;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  100% {
    top: 100%;
    opacity: 1;
    width: 100%;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
}
.title-page .wm-tooltip {
  display: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  background: #fbfddd;
  color: #ca3841;
  padding: 5px 10px;
  border-radius: 3px;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, .3);
  white-space: normal;
  box-sizing: border-box;
}
.title-page .wm-tooltip::after {
  content: "";
  font-size: 0;
  background: inherit;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
  left: 50%;
  margin: -2px 0 0;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .1), 0 2px 0 rgba(0, 0, 0, .1);
  transform: rotate(45deg);
}
.title-page .error .wm-tooltip {
  display: block;
  padding: 0;
  font-size: 0;
  animation: horizontal_show_hide 4s;
}
.title-page .error .wm-tooltip::after {
  left: 50%;
  top: 0;
  margin: -2px 0 0;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, .1), 0 -2px 0 rgba(0, 0, 0, .1);
  width: 0;
  height: 0;
  animation: show_hide_after 4s;
}
.title-page .horizontal_mode .wm-tooltip {
  top: 100%;
  left: 0;
  width: 100%;
  white-space: normal;
  margin: 5px 0 0;
  text-align: center;
}
.title-page .horizontal_mode .wm-tooltip::after {
  left: 50%;
  top: 0;
  margin: -2px 0 0;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, .1), 0 -2px 0 rgba(0, 0, 0, .1);
}
.title-page .error .horizontal_mode .wm-tooltip, .title-page .horizontal_mode .error .wm-tooltip {
  animation: horizontal_show_hide 4s;
}
@media all and (max-width: 960px) {
  .title-page .wm-tooltip {
    top: 100%;
    left: 0;
    width: 100%;
    white-space: normal;
    margin: 5px 0 0;
    text-align: center;
  }
  .title-page .wm-tooltip::after {
    left: 50%;
    top: 0;
    margin: -2px 0 0;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .1), 0 -2px 0 rgba(0, 0, 0, .1);
  }
  .title-page .error .wm-tooltip {
    animation: horizontal_show_hide 4s;
  }
}
.title-page table.table0 td, .title-page table.table1 td, .title-page table.table2 td, .title-page table.table2 th {
  padding: 5px;
  border: 1px solid #dedede;
  vertical-align: top;
}
.title-page table.table0 td {
  border: none;
}
.title-page table.table2 th {
  padding: 8px 5px;
  background: #eb3c3c;
  border: 1px solid #dedede;
  font-weight: normal;
  text-align: left;
  color: #fff;
}
.title-page .for-mobile-view {
  overflow: auto;
}
.title-page .side-panel, .title-page .side-panel-button, .title-page .side-panel-mask, .title-page .side-panel-content {
  display: none;
}
.title-page .align-elem {
  flex-grow: 1;
  max-width: 100%;
}
.title-page html.mobile div {
  background-attachment: scroll;
}
.title-page .ui-datepicker {
  font-size: 14px !important;
  z-index: 999999 !important;
}
.title-page .wm-video {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.title-page .wm-video video {
  max-width: 100%;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.title-page .wm-video.vertical video {
  max-width: none;
  max-height: 100%;
}
.title-page body {
  border: none;
  background: #fff;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .wrapper {
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: none;
  text-decoration: none;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 12px;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-8 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  background: linear-gradient(rgba(247, 247, 247, 0.3), rgba(247, 247, 247, 0.3)), url("../images/54853838_2.jpg") left 50% top 50% / cover no-repeat;
  z-index: 9;
  text-align: center;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  padding-left: 20px;
  padding-right: 20px;
}
.title-page .block-3 .layout_8 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-3 .layout_12 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-3 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  z-index: 3;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  max-width: 100%;
  padding-top: 0.02px;
  padding-bottom: 0.02px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}
.title-page .block-4 {
  padding: 60px 30px 30px;
  margin: 0 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 360px;
  min-height: 0;
  background: #e31e25;
  z-index: 2;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  -webkit-box-shadow: 0px 30px 50px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 30px 50px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 30px 50px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 0px 0px 15px 15px;
  -moz-border-radius: 0px 0px 15px 15px;
  border-radius: 0px 0px 15px 15px;
  right: 0;
}
.title-page .widget-3 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  box-sizing: border-box;
  width: auto;
  min-height: 0;
  font-size: 25px;
  right: 0;
}
.title-page .site-name-6 .sn-wrap {
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
}
.title-page .site-name-6 .sn-logo {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  max-width: 100%;
}
.title-page .site-name-6 img {
  box-sizing: border-box;
  display: block;
  max-width: 100%;
  border: none;
}
.title-page .site-name-6 .sn-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  color: #fff;
  font-weight: 800;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .site-name-6 a {
  text-decoration: none;
  outline: none;
}
.title-page .widget-4 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  font-family: Montserrat, sans-serif;
  text-align: left;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.85);
  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;
}
.title-page .block-7 .layout_63 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-7 .layout_64 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-7 .layout_12_id_63 {
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  left: 0;
  top: 0;
  position: relative;
  margin: 0;
}
.title-page .block-7 {
  margin: 25px 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 1;
  text-align: right;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
}
.title-page .widget-45 {
  margin: 0 0 0 85px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: undefined;
  box-sizing: border-box;
  width: 260px;
  min-height: 0;
}
.title-page .email-64 p:first-child {
  margin-top: 0;
}
.title-page .email-64 p:last-child {
  margin-bottom: 0;
}
.title-page .email-64 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .email-64 .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 .email-64 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 35px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MC44NzUiIGhlaWdodD0iNTYuNzgxIiB2aWV3Qm94PSIwIDAgNTAuODc1IDU2Ljc4MSIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIDxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9Ik1haWwuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik01MzIuNjg2LDQwMC4xMzdsLTAuMDQ0LS4wNDgtNS40MzgtNS41NTN2LTAuODY4YTQuMzkyLDQuMzkyLDAsMCwwLTQuMzUzLTQuNDJoLTAuODU3Yy0wLjAwNy0uMDA3LTAuMDExLTAuMDE1LTAuMDE4LTAuMDIybC03LjktOC4wMTlhNy4wMjgsNy4wMjgsMCwwLDAtMTAuMDM0LDBsLTMuNjk1LDMuNzMxYTEuNTEsMS41MSwwLDAsMCwwLDIuMTEzLDEuNDU3LDEuNDU3LDAsMCwwLDIuMDgxLjAwN2wzLjctMy43MzRhNC4xMTYsNC4xMTYsMCwwLDEsNS44NzUsMGw1LjgzNiw1LjkyN0g0OTUuMTVhNC4zOTIsNC4zOTIsMCwwLDAtNC4zNTMsNC40MnYwLjkxM2wtNS4zLDUuMzUzYTcuMjM3LDcuMjM3LDAsMCwwLTEuOTM3LDQuOTQ4djIzLjgwNmE3LjE2MSw3LjE2MSwwLDAsMCw3LjEsNy4yMDdoMzYuNjg1YTcuMTYsNy4xNiwwLDAsMCw3LjEtNy4yMDdWNDA0Ljg4MkE3LjI2OSw3LjI2OSwwLDAsMCw1MzIuNjg2LDQwMC4xMzdaTTQ5MC44LDM5OC44djEuNjkzYTEuNDcyLDEuNDcyLDAsMSwwLDIuOTQzLDB2LTYuODIyYTEuNDIyLDEuNDIyLDAsMCwxLDEuNDEtMS40M2gyNy43YTEuNDIxLDEuNDIxLDAsMCwxLDEuNDA5LDEuNDN2Ni44MjJhMS40NzIsMS40NzIsMCwxLDAsMi45NDQsMHYtMS43MjhsMi4yLDIuMjMxLTEzLjY4MywxMy45LTEuNjM3LTEuNjYyYTcuMDE4LDcuMDE4LDAsMCwwLTEwLjAzNywwbC0xLjYzOCwxLjY2Mi0xMy43MzMtMTMuOTQ3Wm00MC43LDI5Ljg5MWE0LjE5MSw0LjE5MSwwLDAsMS00LjE1NCw0LjIxOEg0OTAuNjU4YTQuMTkxLDQuMTkxLDAsMCwxLTQuMTU0LTQuMjE4VjQwNC44ODJhNC4zMjQsNC4zMjQsMCwwLDEsLjMwOC0xLjZMNTAwLjMyNCw0MTdsLTkuOSwxMC4wNDhhMS41MTMsMS41MTMsMCwwLDAsMCwyLjExNCwxLjQ1NiwxLjQ1NiwwLDAsMCwyLjA4MiwwbDEzLjYxMy0xMy44MjVhNC4xMTEsNC4xMTEsMCwwLDEsNS44NzUsMGwxMy44NjIsMTQuMDc3YTEuNDU1LDEuNDU1LDAsMCwwLDIuMDgxLDAsMS41MSwxLjUxLDAsMCwwLDAtMi4xMTNMNTE3LjgsNDE3bDEzLjQyMi0xMy42M2E0LjI2Myw0LjI2MywwLDAsMSwuMjc3LDEuNTF2MjMuODA2Wm0tMzEuNi0yOC45M0g1MTguMWExLjUsMS41LDAsMCwwLDAtMi45OUg0OTkuOUExLjUsMS41LDAsMCwwLDQ5OS45LDM5OS43NThabTE5LjY3OCw1LjY4YTEuNDgzLDEuNDgzLDAsMCwwLTEuNDcyLTEuNUg0OTkuOWExLjQ5NSwxLjQ5NSwwLDAsMCwwLDIuOTg5SDUxOC4xQTEuNDgzLDEuNDgzLDAsMCwwLDUxOS41NzUsNDA1LjQzOFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00ODMuNTYzIC0zNzkuMTI1KSIgZmlsbD0iI2UzMWUyNSIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / 18px no-repeat;
  margin-right: 20px;
  min-height: 35px;
  -webkit-box-shadow: 0px 0px 0px 3px rgba(166, 21, 29, 0.2);
  -moz-box-shadow: 0px 0px 0px 3px rgba(166, 21, 29, 0.2);
  box-shadow: 0px 0px 0px 3px rgba(166, 21, 29, 0.2);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  margin-top: 0;
  margin-bottom: auto;
  align-self: auto;
}
.title-page .email-64 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .email-64 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .email-64 .title {
  box-sizing: border-box;
  display: none;
}
.title-page .email-64 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  color: #e31e25;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 15px;
  text-decoration: underline;
  font-weight: 600;
  min-height: 35px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .email-64 .text_body:hover, .title-page .email-64 .text_body.hover, .title-page .email-64 .text_body.active {
  text-decoration: none;
}
.title-page .email-64 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .email-64 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .block-42 .layout_15 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-42 .layout_62 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-42 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 2;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  right: 0;
  padding-top: 20px;
}
.title-page .widget-43 {
  margin: 0 0 auto 40px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: undefined;
  box-sizing: border-box;
  width: 260px;
}
.title-page .address-62 p:first-child {
  margin-top: 0;
}
.title-page .address-62 p:last-child {
  margin-bottom: 0;
}
.title-page .address-62 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .address-62 .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-62 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 35px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iYWRyZXMuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik02NDQuNSw1Mi4zMjdhMC42NTgsMC42NTgsMCwxLDAsMC0xLjMxNiwwLjc4OSwwLjc4OSwwLDEsMSwuNzg5LTAuNzksMC42NTgsMC42NTgsMCwwLDAsMS4zMTYsMEEyLjEwNSwyLjEwNSwwLDEsMCw2NDQuNSw1Mi4zMjdabS00Ljk3My4zNTEsMy45ODMsOC40MzZhMS4wOTMsMS4wOTMsMCwwLDAsMS45NzYsMGwzLjk3OS04LjQzQTAuNTQ0LDAuNTQ0LDAsMCwwLDY0OS41LDUyLjZhNS40NDIsNS40NDIsMCwxLDAtMTAuMDE4LS4wNDVBMC44NjEsMC44NjEsMCwwLDAsNjM5LjUyNyw1Mi42NzhabTQuOTczLTYuMzYyYTQuMTMzLDQuMTMzLDAsMCwxLDMuNzcsNS44MTNsLTAuMDA5LjAyNEw2NDQuNSw2MC4xMjVsLTMuNzY1LTcuOTczYTAuMDI3LDAuMDI3LDAsMCwwLDAtLjAwNywwLjU1NywwLjU1NywwLDAsMC0uMDI1LTAuMDY5QTQuMTM0LDQuMTM0LDAsMCwxLDY0NC41LDQ2LjMxNlpNNjUyLjM1Myw2MS42YTAuNzg5LDAuNzg5LDAsMSwwLS43ODktMC43ODlBMC43OSwwLjc5LDAsMCwwLDY1Mi4zNTMsNjEuNlptMS4yMDktMTIuMTI1aC0xLjEwOGEwLjY1OCwwLjY1OCwwLDEsMCwwLDEuMzE2aDEuMTA4YTIuMTIxLDIuMTIxLDAsMCwxLDIuMTIyLDIuMTE1djQuNzI3SDY0OS44MmEwLjY1OCwwLjY1OCwwLDAsMC0uNjU4LjY1OHY1Ljc3MmgtNy43NzdhMi41MDUsMi41MDUsMCwwLDAtMS43NzQtMS43NzNWNTguNGEwLjY1LDAuNjUsMCwwLDAtLjAzOS0wLjIxNywwLjY1NywwLjY1NywwLDAsMC0uNjQ4LTAuNTU0aC01LjYwOFY1Mi45YTIuMTIxLDIuMTIxLDAsMCwxLDIuMTIyLTIuMTE1aDEuMDgzYTAuNjU4LDAuNjU4LDAsMSwwLDAtMS4zMTZoLTEuMDgzQTMuNDM4LDMuNDM4LDAsMCwwLDYzMiw1Mi45VjY2LjU2OUEzLjQzOCwzLjQzOCwwLDAsMCw2MzUuNDM4LDcwaDE4LjEyNEEzLjQzOSwzLjQzOSwwLDAsMCw2NTcsNjYuNTY5VjUyLjlBMy40MzksMy40MzksMCwwLDAsNjUzLjU2Miw0OS40NzRabS0yMC4yNDYsOS40NzNoNC45OFY2Mi4zYTIuNTA4LDIuNTA4LDAsMCwwLTEuNzM3LDEuNzYzaC0zLjI0M1Y1OC45NDdabTQuOTgsOS43MzdoLTIuODU4YTIuMTIxLDIuMTIxLDAsMCwxLTIuMTIyLTIuMTE1VjY1LjM3N2gzLjI1YTIuNTA5LDIuNTA5LDAsMCwwLDEuNzMsMS43MzZ2MS41NzFabTEwLjg2NiwwaC05LjU1MVY2Ni43YTAuNjIzLDAuNjIzLDAsMCwwLC4wMTktMC4xNSwwLjY1OCwwLjY1OCwwLDAsMC0uNjU4LTAuNjU4LDEuMTg3LDEuMTg3LDAsMSwxLDEuMTg0LTEuMTg3LDAuNjUyLDAuNjUyLDAsMCwwLC44NzguNjE4LDAuNjQ3LDAuNjQ3LDAsMCwwLC4yNi4wNTRoNy44Njh2My4zMDdabTYuNTIyLTIuMTE1YTIuMTIxLDIuMTIxLDAsMCwxLTIuMTIyLDIuMTE1aC0zLjA4NFY2NS4zNzdoNS4yMDZ2MS4xOTJabTAtMi41MDhoLTUuMjA2VjU4Ljk0N2g1LjIwNnY1LjExNFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02MzIgLTQ1KSIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjZTMxZTI1Ij48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / 20px no-repeat;
  margin-right: 20px;
  min-height: 35px;
  -webkit-box-shadow: 0px 0px 0px 3px rgba(166, 21, 29, 0.2);
  -moz-box-shadow: 0px 0px 0px 3px rgba(166, 21, 29, 0.2);
  box-shadow: 0px 0px 0px 3px rgba(166, 21, 29, 0.2);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  margin-top: 0;
  margin-bottom: auto;
  align-self: auto;
}
.title-page .address-62 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .address-62 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .address-62 .title {
  box-sizing: border-box;
  display: none;
}
.title-page .address-62 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  color: rgba(33, 33, 33, 0.7);
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
}
.title-page .address-62 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .address-62 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-8 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: undefined;
  box-sizing: border-box;
  width: 310px;
}
.title-page .phones-15 p:first-child {
  margin-top: 0;
}
.title-page .phones-15 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-15 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .phones-15 .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-15 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 35px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1Mi4yODEiIGhlaWdodD0iNTYuODEyIiB2aWV3Qm94PSIwIDAgNTIuMjgxIDU2LjgxMiIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIDxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9IlRlbC5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTM2OC40ODUsMzkwLjQxMmExNC4wOSwxNC4wOSwwLDAsMSw4Ljk4Nyw2LjEyNSwxNC4yNSwxNC4yNSwwLDAsMSwyLjA2NiwxMC43MjUsMS41LDEuNSwwLDAsMCwxLjE1OCwxLjc2NCwxLjQ1MywxLjQ1MywwLDAsMCwuMy4wMzEsMS40ODksMS40ODksMCwwLDAsMS40NTQtMS4yLDE3LjI0NCwxNy4yNDQsMCwwLDAtMi41LTEyLjk3MSwxNy4wNDMsMTcuMDQzLDAsMCwwLTEwLjg3Mi03LjQwN0ExLjQ5NCwxLjQ5NCwwLDAsMCwzNjguNDg1LDM5MC40MTJabS0yLjMzNCw3LjEwOGE3LjcyOSw3LjcyOSwwLDAsMSw1Ljk3OCw5LjExMSwxLjQ5MywxLjQ5MywwLDAsMCwxLjE1NywxLjc2NCwxLjQ2LDEuNDYsMCwwLDAsLjMuMDMxLDEuNDg5LDEuNDg5LDAsMCwwLDEuNDU0LTEuMiwxMC43MjMsMTAuNzIzLDAsMCwwLTguMjkzLTEyLjY0QTEuNDk1LDEuNDk1LDAsMCwwLDM2Ni4xNTEsMzk3LjUyWm0xMS4wNzQsMTYuMjA3YTMuODQsMy44NCwwLDAsMC0yLjk0NS0uOTU2LDQuNSw0LjUsMCwwLDAtMi45MzUsMS44NDNjLTAuNDQ4LjU2Ni0xLjIwOSwxLjUxNi0xLjQ3NCwxLjgyOS0xLjc4OCwyLjExMi0zLjAzMywxLjQwNy0zLjg2OS44NzRhNDcuNDc1LDQ3LjQ3NSwwLDAsMS02LjQyOS03LjFjLTAuMDI1LS4wMzctMC4wNTEtMC4wNzEtMC4wNzYtMC4xbC0wLjAyOS0uMDRoMGMtMC4wMjEtLjAyNy0wLjA0Mi0wLjA1NC0wLjA2NC0wLjA4YTQ3LjYzNiw0Ny42MzYsMCwwLDEtNS4yODEtOC4wNDJjLTAuMzExLS45NDItMC42OTEtMi4zMjMsMS43ODUtMy41NTQsMC4wNDEtLjAxOS4xMDYtMC4wNDYsMC4xOTEtMC4wODJhMTEuNSwxMS41LDAsMCwwLDMuNTMyLTIuMTQ0LDMuOTY5LDMuOTY5LDAsMCwwLC44NDEtNC42NzgsODkuNDU0LDg5LjQ1NCwwLDAsMC02LjI0OS0xMC4zNTUsNC4zNDUsNC4zNDUsMCwwLDAtNi4xMzQtMS4yOTRsMS42MzksMi40OTNhMS4zOTIsMS4zOTIsMCwwLDEsMi4wODkuNTU1QTg3LjA2NSw4Ny4wNjUsMCwwLDEsMzU3LjgsMzkyLjhhMC45NTMsMC45NTMsMCwwLDEtLjI2OCwxLjI1NSw5LjEyNiw5LjEyNiwwLDAsMS0yLjU4OCwxLjVjLTAuMTYxLjA2OS0uMjgsMC4xMjEtMC4zNDUsMC4xNTMtMi4yMjUsMS4xMDctNC42LDMuMjY2LTMuMjY2LDcuMjY4LDAuMDE3LDAuMDUyLjAzOCwwLjEsMC4wNiwwLjE1M2E0OS45OTIsNDkuOTkyLDAsMCwwLDUuNyw4LjczN2wwLjAzNywwLjA0N2MwLjAxOCwwLjAyNi4wMzcsMC4wNTEsMC4wNTYsMC4wNzVhNDkuNzEyLDQ5LjcxMiwwLDAsMCw3LjAxMSw3LjcsMS4zNTQsMS4zNTQsMCwwLDAsLjEzOC4xYzMuNTM4LDIuMjY2LDYuMTk0LjQ4Myw3LjgtMS40MDksMC4zMjktLjM4OCwxLjE5NC0xLjQ3MiwxLjUzNy0xLjkwNWwwLjA0LS4wNTFhMS42NDgsMS42NDgsMCwwLDEsLjkyOC0wLjY4OSwxLjAxOCwxLjAxOCwwLDAsMSwuNzE0LjMwNiw4MS43MDcsODEuNzA3LDAsMCwxLDcuODMzLDcuMTgxLDEuNjkyLDEuNjkyLDAsMCwwLC4xMjUuMTQyYzEuNDIyLDEuNDIzLjk3OSwyLjI3NCwwLjgzMywyLjU1M2ExLjUsMS41LDAsMCwwLC42MjcsMi4wMTgsMS40NTcsMS40NTcsMCwwLDAsLjY4OC4xNzEsMS40ODQsMS40ODQsMCwwLDAsMS4zMTctLjhjMC40NzktLjkyLDEuMy0zLjMzNC0xLjMwNS02QzM4My44OTQsNDE5LjM0LDM3OC41ODEsNDE0Ljg0LDM3Ny4yMjUsNDEzLjcyN1ptLTE5Ljc1NS0xLjVoMGExLjQ4NiwxLjQ4NiwwLDAsMCwuMzQ0LjE2M0ExLjQ4NiwxLjQ4NiwwLDAsMSwzNTcuNDcsNDEyLjIyMlptMTMuOTMtMzEuNzlhMS40OTQsMS40OTQsMCwwLDAtLjU5NSwyLjkyOSwyMC44LDIwLjgsMCwwLDEsMTYuMDg4LDI0LjUyMywxLjQ5NCwxLjQ5NCwwLDAsMCwxLjE1NywxLjc2NCwxLjQ2NywxLjQ2NywwLDAsMCwuMy4wMzEsMS40ODksMS40ODksMCwwLDAsMS40NTQtMS4yQTIzLjc5NCwyMy43OTQsMCwwLDAsMzcxLjQsMzgwLjQzMlptMTEuNjgzLDQ5LjMzMmExLjUsMS41LDAsMCwwLS4wNS0wLjE1MmMtMC4wMTUtLjA0Mi0wLjAyNi0wLjA4NC0wLjA0NC0wLjEyNXMtMC4wNDUtLjA4MS0wLjA2OC0wLjEyMWExLjM0MSwxLjM0MSwwLDAsMC0uMDgyLTAuMTM3YzAtLjAwNi0wLjAwNi0wLjAxMi0wLjAxLTAuMDE4LTAuMDI4LS4wMzgtMC4wNjItMC4wNjctMC4wOTMtMC4xcy0wLjA1MS0uMDY1LTAuMDgxLTAuMDk0bC02LjU2OS02LjIxYTEuNDc5LDEuNDc5LDAsMCwwLTIuMS4wNjYsMS41LDEuNSwwLDAsMCwuMDY2LDIuMTEzbDUuMjQ2LDQuOTZjLTIuODI0LDEuOTE5LTUuMjY3LDIuOTY0LTYuOTgxLDIuOTY0aDBhNC44NTgsNC44NTgsMCwwLDEtMi4yNTEtLjUzOGgwYTEuMzA4LDEuMzA4LDAsMCwwLS4xMjQtMC4wNzQsNjEuNDM3LDYxLjQzNywwLDAsMS0xNy43MjctMTUuNDdsLTAuNDkxLS42MzdhNjEuODM4LDYxLjgzOCwwLDAsMS0xMC41NTQtMjEuMTE3YzAtLjAxNy0wLjAxMi0wLjA0My0wLjAxOC0wLjA2MWEzLjk0OCwzLjk0OCwwLDAsMS0uMDI1LTIuMjM5LDE4Ljg1NiwxOC44NTYsMCwwLDEsMy41LTUuNjYybDMuOTU4LDYuNDQ3YTEuNDgzLDEuNDgzLDAsMCwwLDEuMjY1LjcwOSwxLjQ2OCwxLjQ2OCwwLDAsMCwuNzgtMC4yMjQsMS41LDEuNSwwLDAsMCwuNDgyLTIuMDU3bC00LjktNy45ODNhMS40OTEsMS40OTEsMCwwLDAtLjI4OC0wLjMzMmMtMC4wMTktLjAyMS0wLjAzMy0wLjA0NS0wLjA1NC0wLjA2NmExLjQ3OCwxLjQ3OCwwLDAsMC0yLjEuMDIyLDIzLjMzNCwyMy4zMzQsMCwwLDAtNS40MzcsOC4xMjcsNi45MTYsNi45MTYsMCwwLDAtLjAzMSw0LjEsNjUuMTMzLDY1LjEzMywwLDAsMCwxMS4wNzcsMjIuMTY5bDAuNDkxLDAuNjM1YzUsNi40NjgsMTIuMzA5LDEyLjg0MiwxOC42MzQsMTYuMjUyYTcuNjE5LDcuNjE5LDAsMCwwLDMuODExLjk4NWgwYzIuNzE0LDAsNi4xNDktMS41NDYsMTAuMjA5LTQuNmExLjMxOCwxLjMxOCwwLDAsMCwuMTI5LTAuMTE4YzAuMDIxLS4wMi4wNDUtMC4wMzUsMC4wNjUtMC4wNTdsMC4wMDktLjAxMWExLjQyMiwxLjQyMiwwLDAsMCwuMTI2LTAuMTY2YzAuMDE3LS4wMjUuMDM4LTAuMDQ4LDAuMDUzLTAuMDczYTEuNDQ0LDEuNDQ0LDAsMCwwLC4wODMtMC4xNzNjMC4wMTQtLjAzMS4wMzEtMC4wNiwwLjA0My0wLjA5MmExLjY4OSwxLjY4OSwwLDAsMCwuMDQ1LTAuMTczYzAuMDA4LS4wMzUuMDItMC4wNywwLjAyNS0wLjEwNWExLjM3OSwxLjM3OSwwLDAsMCwuMDEyLTAuMTgyYzAtLjAzNC4wMDYtMC4wNjksMC0wLjFhMS4zMzMsMS4zMzMsMCwwLDAtLjAyMy0wLjE3OEMzODMuMDkzLDQyOS44MzYsMzgzLjA5MSw0MjkuOCwzODMuMDgzLDQyOS43NjRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzM4IC0zNzkuMDk0KSIgZmlsbD0iI2UzMWUyNSIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / 18px no-repeat;
  margin-right: 20px;
  min-height: 35px;
  -webkit-box-shadow: 0px 0px 0px 3px rgba(166, 21, 29, 0.2);
  -moz-box-shadow: 0px 0px 0px 3px rgba(166, 21, 29, 0.2);
  box-shadow: 0px 0px 0px 3px rgba(166, 21, 29, 0.2);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  margin-top: 0;
  margin-bottom: auto;
  align-self: auto;
}
.title-page .phones-15 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .phones-15 .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-15 .title {
  box-sizing: border-box;
  display: none;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  text-decoration: none;
  color: rgba(33, 33, 33, 0.7);
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 3px;
}
.title-page .phones-15 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  -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;
  color: #212121;
  font-size: 19px;
  font-weight: bold;
  min-height: 35px;
}
.title-page .phones-15 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-15 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-15 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-44 {
  margin: 0 0 auto 185px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: undefined;
  box-sizing: border-box;
  width: 310px;
}
.title-page .phones-63 p:first-child {
  margin-top: 0;
}
.title-page .phones-63 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-63 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .phones-63 .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-63 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 80px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iOTBweCIgaGVpZ2h0PSI5MHB4IiB2aWV3Qm94PSIwIDAgOTAgOTAiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8ZyBpZD0iZy0yIj4KCTxwYXRoIGlkPSJXaGF0c0FwcCIgZD0iTTkwLDQzLjg0MWMwLDI0LjIxMy0xOS43NzksNDMuODQxLTQ0LjE4Miw0My44NDFjLTcuNzQ3LDAtMTUuMDI1LTEuOTgtMjEuMzU3LTUuNDU1TDAsOTBsNy45NzUtMjMuNTIyICAgYy00LjAyMy02LjYwNi02LjM0LTE0LjM1NC02LjM0LTIyLjYzN0MxLjYzNSwxOS42MjgsMjEuNDE2LDAsNDUuODE4LDBDNzAuMjIzLDAsOTAsMTkuNjI4LDkwLDQzLjg0MXogTTQ1LjgxOCw2Ljk4MiAgIGMtMjAuNDg0LDAtMzcuMTQ2LDE2LjUzNS0zNy4xNDYsMzYuODU5YzAsOC4wNjUsMi42MjksMTUuNTM0LDcuMDc2LDIxLjYxTDExLjEwNyw3OS4xNGwxNC4yNzUtNC41MzcgICBjNS44NjUsMy44NTEsMTIuODkxLDYuMDk3LDIwLjQzNyw2LjA5N2MyMC40ODEsMCwzNy4xNDYtMTYuNTMzLDM3LjE0Ni0zNi44NTdTNjYuMzAxLDYuOTgyLDQ1LjgxOCw2Ljk4MnogTTY4LjEyOSw1My45MzggICBjLTAuMjczLTAuNDQ3LTAuOTk0LTAuNzE3LTIuMDc2LTEuMjU0Yy0xLjA4NC0wLjUzNy02LjQxLTMuMTM4LTcuNC0zLjQ5NWMtMC45OTMtMC4zNTgtMS43MTctMC41MzgtMi40MzgsMC41MzcgICBjLTAuNzIxLDEuMDc2LTIuNzk3LDMuNDk1LTMuNDMsNC4yMTJjLTAuNjMyLDAuNzE5LTEuMjYzLDAuODA5LTIuMzQ3LDAuMjcxYy0xLjA4Mi0wLjUzNy00LjU3MS0xLjY3My04LjcwOC01LjMzMyAgIGMtMy4yMTktMi44NDgtNS4zOTMtNi4zNjQtNi4wMjUtNy40NDFjLTAuNjMxLTEuMDc1LTAuMDY2LTEuNjU2LDAuNDc1LTIuMTkxYzAuNDg4LTAuNDgyLDEuMDg0LTEuMjU1LDEuNjI1LTEuODgyICAgYzAuNTQzLTAuNjI4LDAuNzIzLTEuMDc1LDEuMDgyLTEuNzkzYzAuMzYzLTAuNzE3LDAuMTgyLTEuMzQ0LTAuMDktMS44ODNjLTAuMjctMC41MzctMi40MzgtNS44MjUtMy4zNC03Ljk3NyAgIGMtMC45MDItMi4xNS0xLjgwMy0xLjc5Mi0yLjQzNi0xLjc5MmMtMC42MzEsMC0xLjM1NC0wLjA5LTIuMDc2LTAuMDljLTAuNzIyLDAtMS44OTYsMC4yNjktMi44ODksMS4zNDQgICBjLTAuOTkyLDEuMDc2LTMuNzg5LDMuNjc2LTMuNzg5LDguOTYzYzAsNS4yODgsMy44NzksMTAuMzk3LDQuNDIyLDExLjExM2MwLjU0MSwwLjcxNiw3LjQ5LDExLjkyLDE4LjUsMTYuMjIzICAgQzU4LjIsNjUuNzcxLDU4LjIsNjQuMzM2LDYwLjE4Niw2NC4xNTZjMS45ODQtMC4xNzksNi40MDYtMi41OTksNy4zMTItNS4xMDdDNjguMzk4LDU2LjUzNyw2OC4zOTgsNTQuMzg2LDY4LjEyOSw1My45Mzh6IiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiIGZpbGw9IiMwMGM5NjMiPjwvcGF0aD4KPC9nPgo8ZyBpZD0iZy00Ij4KPC9nPgo8ZyBpZD0iZy01Ij4KPC9nPgo8ZyBpZD0iZy02Ij4KPC9nPgo8ZyBpZD0iZy03Ij4KPC9nPgo8ZyBpZD0iZy04Ij4KPC9nPgo8ZyBpZD0iZy05Ij4KPC9nPgo8ZyBpZD0iZy0xMCI+CjwvZz4KPGcgaWQ9ImctMTEiPgo8L2c+CjxnIGlkPSJnLTEyIj4KPC9nPgo8ZyBpZD0iZy0xMyI+CjwvZz4KPGcgaWQ9ImctMTQiPgo8L2c+CjxnIGlkPSJnLTE1Ij4KPC9nPgo8ZyBpZD0iZy0xNiI+CjwvZz4KPGcgaWQ9ImctMTciPgo8L2c+CjxnIGlkPSJnLTE4Ij4KPC9nPgo8L3N2Zz4=") right 10px top 50% / 21px no-repeat, url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNjcuMDMxIiBoZWlnaHQ9IjI4NiIgdmlld0JveD0iMCAwIDI2Ny4wMzEgMjg2IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0idmliZXIuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik0yOTEuNjE5LDk5LjA2YzUyLjM5My0uNzM1LDEwNC45NTcsNC4xNjMsMTI3LjU3OSwzMy4zNTksMzIuMiw0MS41NjMsMzEuNTgyLDE0Ni4xODYtLjk1MiwxODYuODE1LTE3LjI2OCwyMS41NjUtNTIuMDEzLDI2LjYzMi04NS43ODEsMjkuOTgxLTE3LjY0MSwxLjc1LTQyLjQ1My0xLjgzNS00NC41MTEsMS4zMzItNy4yLDkuNTU3LTIzLjcsMzAuMjgtMzcuMjc1LDM0LjQ1M2wtNC43Ni0xLjkwNmMtMy44OTMtMTAuMzkyLTMuOTU4LTI2LjQtMy44MDktNDEuOTM4LTY1LjM1LTExLjI4NS04NC4zNDItMTM3LjcyNi00Ny42LTE5OC4yNTIsMTMuMzYtMjIuMDExLDM3Ljk4LTMzLjM2Niw2Ni42NDYtNDAuMDMyWm0zLjgwOCwyMC4wMTVjLTM0LjcxOSwyLjMxNC01Ni44NTYsNC44MTctNzcuMTE5LDI3LjY0MS0yOC45ODYsMzIuNjUtMjYuNjUyLDEyMi4yLDAsMTU2LjMxNCw3LjU4Myw5LjcsMjAuOCwxNS4yMjgsMzMuMzIzLDIwLjAxNnEwLjQ3NiwyNS43MzMuOTUyLDUxLjQ3LDEuNDI4LS45NTQsMi44NTYtMS45MDcsMTkuMDQxLTIxLjQ0MiwzOC4wODQtNDIuODkxYzM5LjkxMSwxLjUxNyw4MS41OC0yLjUzLDEwNC43MjktMjAuOTY5LDMxLjMxOS0yNC45NDYsMzMuMDc5LTEyMS4zMzQsOS41MjEtMTU3LjI2N0MzODkuNDM0LDEyMy41MSwzNDIuMSwxMTguNTIzLDI5NS40MjcsMTE5LjA3NVpNMjYwLjIsMTU4LjE1NGMxMS40MzgsMi41NjksMzUuMzUyLDI2LjMsMjkuNTE1LDQwLjk4NWwtMTIuMzc4LDEzLjM0NGMtMC4wMzEsMTcuNTEsMjcuOSw1NCw0NS43LDQ4LjYwOSw0LjkyMi0xLjQ5LDExLjEtMTAuOTEzLDE2LjE4Ni0xNC4zLDE2LjA1MiwxLjgyLDMxLjQsMTYuNjc2LDM4LjA4MywyOC42LTI0LjI2LDczLjEwOS0xMDkuOTY0LTMxLTEyNS42NzUtNTcuMTg5LTQuODI3LTguMDQ1LTE3Ljc0Mi0yNi43MDgtMTQuMjgxLTM4LjEyNUMyMzkuNDgzLDE2OC4yLDI1MS4yLDE2My4zMiwyNjAuMiwxNTguMTU0Wm00Ni42NTIsMC45NTNjMzguNi0xLjA3MSw1OC4xODUsMjEuODU2LDY0Ljc0Miw1My4zNzYsMS4xLDUuMywzLjIyNCwxMi43NTYsMCwxNy4xNTZsLTEuOS0uOTUzYzAuMTU1LTMyLjgtMTQuOTQyLTUzLjczNy0zOC4wODQtNjIuOTA3QzMyNC41MDUsMTYyLjk2NSwzMTEuMjcsMTY0LjcwNSwzMDYuODUyLDE1OS4xMDdabTUuNzEzLDE3LjE1NmMyOC4xMjItLjM3MSw0NC41NDgsMTcuOTEsNDMuOCw0Ni43SDM1My41Yy0wLjUzMS0yMi40NjUtMTAuMzcxLTM2LjQzOC0yNy42MS00MS45MzhDMzE5Ljg1LDE3OS4xLDMxNS45MTMsMTgwLjY4NiwzMTIuNTY1LDE3Ni4yNjNabTUuNzEyLDE3LjE1N2MxMS4zMzMsMC4xLDI4LjQyLDEyLjU4MywxOS45OTQsMjMuODI4LTEuNTM2LTIuMDIyLTEuMjYtNS42NjctMS45MjYtOC4zMzQtMC45NTEtMy44MDctMy43ODQtNi42NjItNi42OTEtOC44MjItNC40NDMtMS4yNzEtNi44ODYtMi41NDItMTEuMzI5LTMuODEzQzMxOC42NDIsMTk1LjMyNiwzMTcuOTYsMTk0LjM3MywzMTguMjc3LDE5My40MloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNzYgLTk5KSIgZmlsbD0iIzdmNGE5MyIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIiBzdHJva2Utb3BhY2l0eT0iMCIgc3Ryb2tlPSIjMDAwMDAwIiBkYXRhLWNoYW5nZWQ9InRydWUiPjwvcGF0aD4KPC9zdmc+") left 10px top 50% / 21px no-repeat;
  margin-right: 20px;
  min-height: 35px;
  -webkit-box-shadow: 0px 0px 0px 3px rgba(166, 21, 29, 0.2);
  -moz-box-shadow: 0px 0px 0px 3px rgba(166, 21, 29, 0.2);
  box-shadow: 0px 0px 0px 3px rgba(166, 21, 29, 0.2);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  margin-top: 0;
  margin-bottom: auto;
  align-self: auto;
}
.title-page .phones-63 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .phones-63 .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-63 .title {
  box-sizing: border-box;
  display: none;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  text-decoration: none;
  color: rgba(33, 33, 33, 0.7);
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 3px;
}
.title-page .phones-63 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  -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;
  color: #212121;
  font-size: 19px;
  font-weight: bold;
  min-height: 35px;
}
.title-page .phones-63 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-63 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-63 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .block-5 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  z-index: 2;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  max-width: 100%;
  padding-top: 30px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding-bottom: 30px;
}
.title-page .widget-2 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: right;
  padding-right: 0;
  padding-left: 0;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: auto;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  right: 0;
}
.title-page .menu-4 .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-4 .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-4 .menu-scroll {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .menu-4 .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-4 .menu-scroll > ul > li.home-button > a {
  padding: 5px 15px;
  margin: 2px;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  background: url("../images/wm_menu_home.png") left 50% top 50% no-repeat;
  box-sizing: border-box;
  text-decoration: none;
  color: #000;
  font-size: 0;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .menu-4 .menu-scroll > ul > li.delimiter {
  margin: auto 2px;
  border: none;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  height: 0;
  width: 5px;
  min-height: 5px;
  background: #f0f0f0;
  box-sizing: border-box;
  text-align: left;
}
.title-page .menu-4 .menu-scroll > ul > li.menu-item {
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  flex: 0 1 auto;
  box-sizing: border-box;
  position: relative;
}
.title-page .menu-4 .menu-scroll > ul ul {
  padding: 5px;
  margin: 0;
  border: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #f7f7f7;
  list-style: none;
  width: 250px;
  display: none;
  z-index: 10;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0px 0px 0px 5px #fff;
  -moz-box-shadow: inset 0px 0px 0px 5px #fff;
  box-shadow: inset 0px 0px 0px 5px #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  align-self: auto;
}
.title-page .menu-4 .menu-scroll > ul ul > li {
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
}
.title-page .menu-4 .menu-scroll > ul ul > li > a {
  padding: 10px 25px;
  border: none;
  cursor: pointer;
  display: block;
  background: transparent;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  box-sizing: border-box;
  text-decoration: none;
  color: rgba(33, 33, 33, 0.7);
  font-size: 14px;
  line-height: 1.4;
  position: relative;
  font-family: Montserrat, sans-serif;
  letter-spacing: 0;
  text-transform: none;
  font-style: normal;
  text-align: left;
  font-weight: 500;
}
.title-page .menu-4 .menu-scroll > ul ul > li > a:hover, .title-page .menu-4 .menu-scroll > ul ul > li > a.hover, .title-page .menu-4 .menu-scroll > ul ul > li > a.active {
  background: #fff;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  color: #a6151d;
}
.title-page .menu-4 .menu-scroll > ul ul > li.delimiter {
  border: none;
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 0;
  min-height: 1px;
  height: auto;
  width: auto;
  background: rgba(0, 0, 0, 0.1);
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .menu-4 .menu-scroll > ul > li.menu-item ul li.delimiter:first-child {
  display: none;
}
.title-page .menu-4 .menu-scroll > ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}
.title-page .menu-4 .menu-scroll > ul > li.menu-item > a {
  padding: 15px 30px;
  margin: 0;
  border: none;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  box-sizing: border-box;
  text-decoration: none;
  color: #212121;
  font-size: 15px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  position: relative;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-transform: none;
  font-style: normal;
  letter-spacing: 0;
  align-self: auto;
  font-weight: 600;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .menu-4 .menu-scroll > ul > li.menu-item > a:hover, .title-page .menu-4 .menu-scroll > ul > li.menu-item > a.hover, .title-page .menu-4 .menu-scroll > ul > li.menu-item > a.active {
  color: #a6151d;
}
.title-page .menu-4 .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-4 .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-4 .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-4 .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-4 .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-4 .menu-scroll > ul > li.home-button {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .menu-4 .menu-scroll > ul > li.more-button {
  display: -webkit-flex;
  display: flex;
  margin-left: auto;
  position: relative;
}
.title-page .menu-4 .menu-scroll > ul > li.more-button > a {
  padding: 0.02px 10px 12px;
  margin: 0;
  border: none;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  background: #f7f7f7;
  box-sizing: border-box;
  text-decoration: none;
  color: #a6151d;
  font-size: 25px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  align-self: auto;
  width: 50px;
  min-height: 50px;
}
.title-page .menu-4 .menu-scroll > ul > li.more-button > ul {
  left: auto;
  right: 0;
}
.title-page .menu-4 .menu-scroll > ul > li.more-button.disabled {
  display: none;
}
.title-page .menu-4 .menu-scroll > ul > li.more-button .menu-item-image {
  display: none;
}
.title-page .block-6 {
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  background: url("../images/window2.png?1558603841644") left -5px top 50% / auto auto no-repeat;
  z-index: 1;
  text-align: right;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  padding-top: 120px;
  padding-left: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-bottom: 120px;
}
.title-page .widget-5 {
  margin: 0 0 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  box-sizing: border-box;
  min-height: 0;
  width: 660px;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-10 .popover-body {
  padding: 60px 40px 40px;
  border: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  position: relative;
  display: inline-block;
  width: 350px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #a6151d;
  text-align: center;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-10 .popover-body .form_text input {
  padding: 20px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  text-align: left;
  -webkit-appearance: none;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.2);
}
.title-page .popover-wrap-10 .popover-body .form_calendar input {
  padding: 10px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: left;
  -webkit-appearance: none;
  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;
  background: rgba(255, 255, 255, 0.2);
}
.title-page .popover-wrap-10 .popover-body .form_calendar_interval input {
  padding: 5px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  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;
  background: rgba(255, 255, 255, 0.2);
}
.title-page .popover-wrap-10 .popover-body textarea {
  padding: 20px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.2);
}
.title-page .popover-wrap-10 .popover-body .s3_button_large {
  padding: 20px 40px;
  border: none;
  background: #fff;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: inset 0px 0px 0px 2px #e31e25;
  -moz-box-shadow: inset 0px 0px 0px 2px #e31e25;
  box-shadow: inset 0px 0px 0px 2px #e31e25;
  font-size: 15px;
  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;
  color: #212121;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  margin-top: 10px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 270px;
}
.title-page .popover-wrap-10 .popover-body .s3_button_large:hover, .title-page .popover-wrap-10 .popover-body .s3_button_large.hover, .title-page .popover-wrap-10 .popover-body .s3_button_large.active {
  background: #e31e25;
  color: #fff;
}
.title-page .popover-wrap-10 .popover-body .s3_button_large:active, .title-page .popover-wrap-10 .popover-body .s3_button_large.active {
  background: #fff;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  color: #a6151d;
}
.title-page .popover-wrap-10 .popover-body .s3_message {
  padding: 10px;
  border: none;
  display: table;
  margin-top: 20px;
  margin-bottom: 20px;
  background: #fff;
  color: #212121;
  box-sizing: border-box;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: center;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.title-page .popover-wrap-10 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 45px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMi41IiBoZWlnaHQ9IjMyLjY4OCIgdmlld0JveD0iMCAwIDMyLjUgMzIuNjg4IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iS3Jlc3Rpay5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTc5My41NjMsMzkyLjczN2EyLjk5MywyLjk5MywwLDAsMC00LjI1NCwwTDc3OC4yLDQwMy45MjJsLTExLjEwOS0xMS4xODVhMi45OTIsMi45OTIsMCwwLDAtNC4yNTMsMCwzLjA0MywzLjA0MywwLDAsMCwwLDQuMjgzbDExLjEwOCwxMS4xODVMNzYyLjgzOSw0MTkuMzlhMy4wNDMsMy4wNDMsMCwwLDAsMCw0LjI4MywyLjk5MywyLjk5MywwLDAsMCw0LjI1MywwTDc3OC4yLDQxMi40ODhsMTEuMTA4LDExLjE4NWEyLjk5NCwyLjk5NCwwLDAsMCw0LjI1NCwwLDMuMDQzLDMuMDQzLDAsMCwwLDAtNC4yODNsLTExLjEwOS0xMS4xODUsMTEuMTA5LTExLjE4NUEzLjA0MywzLjA0MywwLDAsMCw3OTMuNTYzLDM5Mi43MzdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzYxLjk2OSAtMzkxLjg3NSkiIGZpbGw9IiM3YTdhN2EiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / 15px no-repeat #fff;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  min-height: 45px;
  margin-top: 20px;
  margin-right: 20px;
}
.title-page .popover-wrap-10 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-10 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-10 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-10 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .editable_block-10 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-10 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-10 .header {
  border: none;
  box-sizing: border-box;
  font-size: 40px;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Comic Sans, Comic Sans MS, Chalkboard, ChalkboardSE-Regular, Marker Felt, cursive;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  color: #e31e25;
  font-weight: normal;
  padding-left: 0;
  -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 .editable_block-10 .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-10 .title {
  border: none;
  box-sizing: border-box;
  font-size: 50px;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  pointer-events: auto;
  font-family: Comic Sans, Comic Sans MS, Chalkboard, ChalkboardSE-Regular, Marker Felt, cursive;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  color: #e31e25;
  line-height: 1;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-left: 0;
  margin-top: 0;
  -webkit-text-shadow: 1px 1px 0px #e31e25;
  -moz-text-shadow: 1px 1px 0px #e31e25;
  text-shadow: 1px 1px 0px #e31e25;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-left: 0;
}
.title-page .editable_block-10 .image {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-10 .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-10 .image-inner {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .editable_block-10 .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-10 .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-10 .text {
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  color: #212121;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 25px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-left: 0;
  margin-top: 10px;
  margin-right: 200px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .editable_block-10 .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-10 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-10 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-10 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-10 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-10 .more {
  box-sizing: border-box;
  margin-top: 0;
  pointer-events: auto;
  text-align: left;
  padding-top: 30px;
  padding-left: 0;
  margin-left: 0;
}
.title-page .editable_block-10 .more > a {
  padding: 30px 40px;
  border: none;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
  height: 0;
  min-height: 14px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  -webkit-box-shadow: 0 0 0 transparent, 0px 5px 20px rgba(227, 30, 37, 0.3);
  -moz-box-shadow: 0 0 0 transparent, 0px 5px 20px rgba(227, 30, 37, 0.3);
  box-shadow: 0 0 0 transparent, 0px 5px 20px rgba(227, 30, 37, 0.3);
  background: repeating-linear-gradient(to bottom right, #a6151d 0%, #e31e25 100%) transparent;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  font-weight: 600;
}
.title-page .editable_block-10 .more > a:hover, .title-page .editable_block-10 .more > a.hover, .title-page .editable_block-10 .more > a.active {
  color: #a6151d;
  -webkit-box-shadow: inset 0px 0px 0px 1px #a6151d, 0px 5px 20px rgba(227, 30, 37, 0.3);
  -moz-box-shadow: inset 0px 0px 0px 1px #a6151d, 0px 5px 20px rgba(227, 30, 37, 0.3);
  box-shadow: inset 0px 0px 0px 1px #a6151d, 0px 5px 20px rgba(227, 30, 37, 0.3);
  background: none #fff;
}
.title-page .editable_block-10 .more > a:active, .title-page .editable_block-10 .more > a.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #a6151d, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 1px #a6151d, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 1px #a6151d, 0 0 0 transparent;
}
.title-page .editable_block-10 .image a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .editable_block-10 .clear {
  clear: both;
}
.title-page .popover-container-10 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-10 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-10 .popover-form-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 25px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
}
.title-page .popover-wrap-10 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-10 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-10 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-10 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-10 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-10 .popover-body .s3_form_item.form_div {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-10 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  text-align: left;
}
.title-page .popover-wrap-10 .popover-body .s3_form_item.form_html_block {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-10 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-10 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  color: rgba(255, 255, 255, 0.7);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-size: 14px;
}
.title-page .popover-wrap-10 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-10 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-10 .popover-body .s3_form_item.form_checkbox {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-10 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-10 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-10 .popover-body .form_checkbox .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-10 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-10 .popover-body .form_checkbox label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-10 .popover-body .form_checkbox input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-10 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  color: rgba(255, 255, 255, 0.7);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-size: 12px;
}
.title-page .popover-wrap-10 .popover-body .s3_form_item.form_radio {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-10 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-10 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-10 .popover-body .form_radio .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-10 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-10 .popover-body .form_radio label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-10 .popover-body .form_radio input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-10 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  color: rgba(255, 255, 255, 0.7);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-size: 12px;
}
.title-page .popover-wrap-10 .popover-body .s3_form_item.form_select {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-10 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-10 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-10 .popover-body .form_select .s3_form_field_content {
  padding: 0.02px 0;
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .popover-wrap-10 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-10 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-10 .popover-body .s3_form_item.form_calendar {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-10 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-10 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-10 .popover-body .s3_form_item.form_calendar_interval {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-10 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-10 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-10 .popover-body .form_calendar_interval .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-10 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-10 .popover-body .form_calendar_interval label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-10 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-10 .popover-body .s3_form_item.form_upload {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-10 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-10 .popover-body .form_upload .no-more {
  border: none;
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-10 .popover-body .s3_form_field_content .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-10 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-10 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .popover-wrap-10 ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.title-page .popover-wrap-10 ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.title-page .popover-wrap-10 :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.title-page .block-11 {
  padding: 60px 20px 40px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 8;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  text-decoration: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-12 {
  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: 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;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
}
.title-page .widget-12 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: left;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-25 .popover-body {
  padding: 60px 40px 40px;
  border: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  position: relative;
  display: inline-block;
  width: 350px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #a6151d;
  text-align: center;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-25 .popover-body .form_text input {
  padding: 20px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  text-align: left;
  -webkit-appearance: none;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.2);
}
.title-page .popover-wrap-25 .popover-body .form_calendar input {
  padding: 10px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: left;
  -webkit-appearance: none;
  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;
  background: rgba(255, 255, 255, 0.2);
}
.title-page .popover-wrap-25 .popover-body .form_calendar_interval input {
  padding: 5px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  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;
  background: rgba(255, 255, 255, 0.2);
}
.title-page .popover-wrap-25 .popover-body textarea {
  padding: 20px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.2);
}
.title-page .popover-wrap-25 .popover-body .s3_button_large {
  padding: 20px 40px;
  border: none;
  background: #fff;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: inset 0px 0px 0px 2px #e31e25;
  -moz-box-shadow: inset 0px 0px 0px 2px #e31e25;
  box-shadow: inset 0px 0px 0px 2px #e31e25;
  font-size: 15px;
  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;
  color: #212121;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  margin-top: 10px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 270px;
}
.title-page .popover-wrap-25 .popover-body .s3_button_large:hover, .title-page .popover-wrap-25 .popover-body .s3_button_large.hover, .title-page .popover-wrap-25 .popover-body .s3_button_large.active {
  background: #e31e25;
  color: #fff;
}
.title-page .popover-wrap-25 .popover-body .s3_button_large:active, .title-page .popover-wrap-25 .popover-body .s3_button_large.active {
  background: #fff;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  color: #a6151d;
}
.title-page .popover-wrap-25 .popover-body .s3_message {
  padding: 10px;
  border: none;
  display: table;
  margin-top: 20px;
  margin-bottom: 20px;
  background: #fff;
  color: #212121;
  box-sizing: border-box;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: center;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.title-page .popover-wrap-25 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 45px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMi41IiBoZWlnaHQ9IjMyLjY4OCIgdmlld0JveD0iMCAwIDMyLjUgMzIuNjg4IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iS3Jlc3Rpay5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTc5My41NjMsMzkyLjczN2EyLjk5MywyLjk5MywwLDAsMC00LjI1NCwwTDc3OC4yLDQwMy45MjJsLTExLjEwOS0xMS4xODVhMi45OTIsMi45OTIsMCwwLDAtNC4yNTMsMCwzLjA0MywzLjA0MywwLDAsMCwwLDQuMjgzbDExLjEwOCwxMS4xODVMNzYyLjgzOSw0MTkuMzlhMy4wNDMsMy4wNDMsMCwwLDAsMCw0LjI4MywyLjk5MywyLjk5MywwLDAsMCw0LjI1MywwTDc3OC4yLDQxMi40ODhsMTEuMTA4LDExLjE4NWEyLjk5NCwyLjk5NCwwLDAsMCw0LjI1NCwwLDMuMDQzLDMuMDQzLDAsMCwwLDAtNC4yODNsLTExLjEwOS0xMS4xODUsMTEuMTA5LTExLjE4NUEzLjA0MywzLjA0MywwLDAsMCw3OTMuNTYzLDM5Mi43MzdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzYxLjk2OSAtMzkxLjg3NSkiIGZpbGw9IiM3YTdhN2EiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / 15px no-repeat #fff;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  min-height: 45px;
  margin-top: 20px;
  margin-right: 20px;
}
.title-page .popover-wrap-25 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-25 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-25 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-25 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .blocklist-25 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-25 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-25 .header {
  margin: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: left;
  box-sizing: border-box;
  width: auto;
}
.title-page .blocklist-25 .header_text {
  border: none;
  font-size: 35px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #212121;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-weight: 800;
  -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-25 .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-25 .description {
  margin: 10px 0 40px;
  border: none;
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  color: rgba(33, 33, 33, 0.7);
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
  font-size: 18px;
  font-weight: normal;
  padding-left: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: auto;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-top: 0.02px;
}
.title-page .blocklist-25 .body-outer {
  padding: 0.02px 0;
  border: none;
  box-sizing: border-box;
  position: relative;
  text-align: left;
  width: auto;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-top: 0;
}
.title-page .blocklist-25 .body {
  margin: 0 -15px;
  box-sizing: border-box;
}
.title-page .blocklist-25 .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-25 .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-25 .list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
  box-sizing: border-box;
}
.title-page .blocklist-25 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 33.33%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .blocklist-25 .item {
  padding: 30px;
  margin: 15px;
  border: none;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  left: 0;
  right: 0;
  flex-basis: 100%;
  align-self: auto;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(166, 21, 29, 0.2), 0px 5px 20px rgba(166, 21, 29, 0.05);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(166, 21, 29, 0.2), 0px 5px 20px rgba(166, 21, 29, 0.05);
  box-shadow: inset 0px 0px 0px 1px rgba(166, 21, 29, 0.2), 0px 5px 20px rgba(166, 21, 29, 0.05);
  background: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .blocklist-25 .item:hover, .title-page .blocklist-25 .item.hover, .title-page .blocklist-25 .item.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(166, 21, 29, 0.5), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(166, 21, 29, 0.5), 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 1px rgba(166, 21, 29, 0.5), 0 0 0 transparent;
}
.title-page .blocklist-25 .text {
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  color: rgba(33, 33, 33, 0.7);
  line-height: 1.4;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
  padding-left: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-top: 10px;
}
.title-page .blocklist-25 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-25 .image {
  border: none;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  float: none;
  margin-right: 0;
  margin-left: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: auto;
  min-height: 0;
  max-width: 100%;
  left: 0;
  right: 0;
}
.title-page .blocklist-25 .item-label {
  padding: 0.02px 0;
  border: none;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: auto;
  z-index: 5;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyIiBoZWlnaHQ9IjQyIiB2aWV3Qm94PSIwIDAgMiA0MiIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIDxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9Imljb25zNC5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTk3OSw4ODVhMSwxLDAsMSwxLDEsMUExLDEsMCwwLDEsOTc5LDg4NVptMC01YTEsMSwwLDEsMSwxLDFBMSwxLDAsMCwxLDk3OSw4ODBabTAtNWExLDEsMCwxLDEsMSwxQTEsMSwwLDAsMSw5NzksODc1Wm0wLTVhMSwxLDAsMSwxLDEsMUExLDEsMCwwLDEsOTc5LDg3MFptMC01YTEsMSwwLDEsMSwxLDFBMSwxLDAsMCwxLDk3OSw4NjVabTAtNWExLDEsMCwxLDEsMSwxQTEsMSwwLDAsMSw5NzksODYwWm0wLTVhMSwxLDAsMSwxLDEsMUExLDEsMCwwLDEsOTc5LDg1NVptMC01YTEsMSwwLDEsMSwxLDFBMSwxLDAsMCwxLDk3OSw4NTBabTIsNDBhMSwxLDAsMSwxLTEtMUExLDEsMCwwLDEsOTgxLDg5MFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC05NzkgLTg0OSkiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iI2ZiYmM1MSI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / auto auto no-repeat #fff;
  color: rgba(255, 255, 255, 0);
  text-align: left;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
  font-size: 1px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: 20px;
  min-height: 55px;
  right: auto;
  margin-left: -10px;
  bottom: 0;
  margin-bottom: -55px;
  margin-top: 0;
  align-self: auto;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-25 .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-25 .img-convert {
  border: none;
  box-sizing: border-box;
  width: auto;
  height: 120px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-25 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-25 .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-25 .title {
  margin: 20px 0 0;
  border: none;
  font-weight: bold;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  color: #212121;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 18px;
  width: auto;
  left: 0;
  right: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 0;
}
.title-page .blocklist-25 .sub-title {
  font-style: italic;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.title-page .blocklist-25 .price {
  box-sizing: border-box;
  margin-bottom: 0;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding-top: 10px;
}
.title-page .blocklist-25 .price-inner {
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
}
.title-page .blocklist-25 .price-note {
  box-sizing: border-box;
  display: inline-block;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: rgba(33, 33, 33, 0.7);
  text-decoration: none;
  font-size: 15px;
}
.title-page .blocklist-25 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #212121;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  text-decoration: none;
  font-size: 22px;
  font-weight: bold;
  padding-left: 3px;
  padding-right: 3px;
}
.title-page .blocklist-25 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: rgba(33, 33, 33, 0.7);
  text-decoration: none;
  font-size: 15px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .blocklist-25 .more {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding-top: 20px;
}
.title-page .blocklist-25 .more > a {
  padding: 20px 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: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  -webkit-box-shadow: 0 0 0 transparent, 0px 5px 20px rgba(227, 30, 37, 0.3);
  -moz-box-shadow: 0 0 0 transparent, 0px 5px 20px rgba(227, 30, 37, 0.3);
  box-shadow: 0 0 0 transparent, 0px 5px 20px rgba(227, 30, 37, 0.3);
  background: repeating-linear-gradient(to bottom right, #a6151d 0%, #e31e25 100%) transparent;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .blocklist-25 .more > a:hover, .title-page .blocklist-25 .more > a.hover, .title-page .blocklist-25 .more > a.active {
  color: #a6151d;
  -webkit-box-shadow: inset 0px 0px 0px 1px #a6151d, 0px 5px 20px rgba(227, 30, 37, 0.3);
  -moz-box-shadow: inset 0px 0px 0px 1px #a6151d, 0px 5px 20px rgba(227, 30, 37, 0.3);
  box-shadow: inset 0px 0px 0px 1px #a6151d, 0px 5px 20px rgba(227, 30, 37, 0.3);
  background: none #fff;
}
.title-page .blocklist-25 .more > a:active, .title-page .blocklist-25 .more > a.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #a6151d, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 1px #a6151d, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 1px #a6151d, 0 0 0 transparent;
}
.title-page .blocklist-25 .bx-wrapper {
  max-width: 800px;
}
.title-page .blocklist-25 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-25 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-25 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-25 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-25 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-25 .all {
  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: Montserrat, sans-serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  width: 340px;
  min-height: 174px;
  background: repeating-linear-gradient(to bottom right, #a6151d 0%, #e31e25 100%);
  -webkit-border-radius: 0px 20px 20px 20px;
  -moz-border-radius: 0px 20px 20px 20px;
  border-radius: 0px 20px 20px 20px;
  font-weight: bold;
  padding-left: 40px;
  padding-right: 40px;
}
.title-page .blocklist-25 .controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: none;
  box-sizing: border-box;
  margin-top: 0;
  z-index: 1;
  text-align: justify;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  bottom: auto;
}
.title-page .blocklist-25 .prev {
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 150px;
  height: 20px;
  background: url("../images/lib_1652501_icons4 (1).svg") left 50% top 0px / 15px no-repeat;
  box-sizing: border-box;
  min-height: 50px;
  -webkit-box-shadow: inset 0px -1px 0px #000;
  -moz-box-shadow: inset 0px -1px 0px #000;
  box-shadow: inset 0px -1px 0px #000;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-25 .next {
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 150px;
  height: 20px;
  background: url("../images/lib_1652501_icons3 (1).svg") left 50% bottom 0px / 15px no-repeat;
  box-sizing: border-box;
  text-align: left;
  min-height: 50px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-25 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-25 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-25 .bx-pager-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  display: none;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  visibility: hidden;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-25 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-25 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-25 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-25 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-25 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_pause.png") center center / auto no-repeat;
}
.title-page .blocklist-25 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_play.png") center center / auto no-repeat;
}
.title-page .blocklist-25 .pager-wrap {
  box-sizing: border-box;
  display: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-25 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-25 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-25 .bx-pager a {
  margin: 2px;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
}
.title-page .popover-container-25 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-25 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-25 .popover-form-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 25px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
}
.title-page .popover-wrap-25 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-25 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-25 .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-25 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-25 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-25 .popover-body .s3_form_item.form_div {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  text-align: left;
}
.title-page .popover-wrap-25 .popover-body .s3_form_item.form_html_block {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  color: rgba(255, 255, 255, 0.7);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-size: 14px;
}
.title-page .popover-wrap-25 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-25 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-25 .popover-body .s3_form_item.form_checkbox {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .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-25 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-25 .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-25 .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-25 .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;
  color: rgba(255, 255, 255, 0.7);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-size: 12px;
}
.title-page .popover-wrap-25 .popover-body .s3_form_item.form_radio {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .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-25 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-25 .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-25 .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-25 .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;
  color: rgba(255, 255, 255, 0.7);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-size: 12px;
}
.title-page .popover-wrap-25 .popover-body .s3_form_item.form_select {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_select .s3_form_field_content {
  padding: 0.02px 0;
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .popover-wrap-25 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-25 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .s3_form_item.form_calendar {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .s3_form_item.form_calendar_interval {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .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-25 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-25 .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-25 .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;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-25 .popover-body .s3_form_item.form_upload {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-25 .popover-body .form_upload .no-more {
  border: none;
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-25 .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-25 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-25 .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-25 ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.title-page .popover-wrap-25 ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.title-page .popover-wrap-25 :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.title-page .block-14 {
  padding: 40px 20px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  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;
}
.title-page .block-15 .layout_29 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-15 .layout_75 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-15 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  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;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .widget-14 {
  padding: 0.02px 0;
  margin: 0 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
}
.title-page .popover-wrap-29 .popover-body {
  padding: 60px 40px 40px;
  border: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  position: relative;
  display: inline-block;
  width: 350px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #a6151d;
  text-align: center;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-29 .popover-body .form_text input {
  padding: 20px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  text-align: left;
  -webkit-appearance: none;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.2);
}
.title-page .popover-wrap-29 .popover-body .form_calendar input {
  padding: 10px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: left;
  -webkit-appearance: none;
  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;
  background: rgba(255, 255, 255, 0.2);
}
.title-page .popover-wrap-29 .popover-body .form_calendar_interval input {
  padding: 5px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  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;
  background: rgba(255, 255, 255, 0.2);
}
.title-page .popover-wrap-29 .popover-body textarea {
  padding: 20px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.2);
}
.title-page .popover-wrap-29 .popover-body .s3_button_large {
  padding: 20px 40px;
  border: none;
  background: #fff;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: inset 0px 0px 0px 2px #e31e25;
  -moz-box-shadow: inset 0px 0px 0px 2px #e31e25;
  box-shadow: inset 0px 0px 0px 2px #e31e25;
  font-size: 15px;
  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;
  color: #212121;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  margin-top: 10px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 270px;
}
.title-page .popover-wrap-29 .popover-body .s3_button_large:hover, .title-page .popover-wrap-29 .popover-body .s3_button_large.hover, .title-page .popover-wrap-29 .popover-body .s3_button_large.active {
  background: #e31e25;
  color: #fff;
}
.title-page .popover-wrap-29 .popover-body .s3_button_large:active, .title-page .popover-wrap-29 .popover-body .s3_button_large.active {
  background: #fff;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  color: #a6151d;
}
.title-page .popover-wrap-29 .popover-body .s3_message {
  padding: 10px;
  border: none;
  display: table;
  margin-top: 20px;
  margin-bottom: 20px;
  background: #fff;
  color: #212121;
  box-sizing: border-box;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: center;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.title-page .popover-wrap-29 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 45px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMi41IiBoZWlnaHQ9IjMyLjY4OCIgdmlld0JveD0iMCAwIDMyLjUgMzIuNjg4IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iS3Jlc3Rpay5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTc5My41NjMsMzkyLjczN2EyLjk5MywyLjk5MywwLDAsMC00LjI1NCwwTDc3OC4yLDQwMy45MjJsLTExLjEwOS0xMS4xODVhMi45OTIsMi45OTIsMCwwLDAtNC4yNTMsMCwzLjA0MywzLjA0MywwLDAsMCwwLDQuMjgzbDExLjEwOCwxMS4xODVMNzYyLjgzOSw0MTkuMzlhMy4wNDMsMy4wNDMsMCwwLDAsMCw0LjI4MywyLjk5MywyLjk5MywwLDAsMCw0LjI1MywwTDc3OC4yLDQxMi40ODhsMTEuMTA4LDExLjE4NWEyLjk5NCwyLjk5NCwwLDAsMCw0LjI1NCwwLDMuMDQzLDMuMDQzLDAsMCwwLDAtNC4yODNsLTExLjEwOS0xMS4xODUsMTEuMTA5LTExLjE4NUEzLjA0MywzLjA0MywwLDAsMCw3OTMuNTYzLDM5Mi43MzdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzYxLjk2OSAtMzkxLjg3NSkiIGZpbGw9IiM3YTdhN2EiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / 15px no-repeat #fff;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  min-height: 45px;
  margin-top: 20px;
  margin-right: 20px;
}
.title-page .popover-wrap-29 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-29 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-29 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-29 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .blocklist-29 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-29 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-29 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 0;
  box-sizing: border-box;
  margin-left: 0;
}
.title-page .blocklist-29 .header_text {
  font-size: 35px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #212121;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-weight: 800;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-29 .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-29 .description {
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 40px;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  color: #2a2a2e;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 18px;
  font-weight: normal;
  margin-left: 0;
  margin-top: 10px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-29 .body-outer {
  border: none;
  box-sizing: border-box;
  position: relative;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-left: 0;
}
.title-page .blocklist-29 .body {
  margin: 0;
  box-sizing: border-box;
}
.title-page .blocklist-29 .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-29 .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-29 .list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
  box-sizing: border-box;
}
.title-page .blocklist-29 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .blocklist-29 .item {
  padding: 0.02px 0;
  margin: 20px 0;
  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: 200px;
  align-self: auto;
  left: 0;
  right: 0;
  flex-basis: 100%;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .blocklist-29 .text {
  padding: 0.02px 0;
  margin: 10px 0 0;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  color: rgba(33, 33, 33, 0.7);
  line-height: 1.5;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
  min-height: 0;
  -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-29 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-29 .image {
  margin: 0 0 0 15px;
  border: none;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: auto;
  left: 0;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  float: right;
  max-width: 100%;
  min-height: 0;
}
.title-page .blocklist-29 .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-29 .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-29 .img-convert {
  border: none;
  box-sizing: border-box;
  width: auto;
  height: 130px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-top: 0;
  align-self: auto;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-29 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-29 .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-29 .title {
  padding: 0.02px 0;
  margin: 0;
  font-weight: bold;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  color: #212121;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 22px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-29 .sub-title {
  border: none;
  font-style: italic;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  color: rgba(255, 255, 255, 0);
  text-decoration: none;
  font-size: 1px;
  width: 20px;
  min-height: 20px;
  -webkit-box-shadow: inset 0px 0px 0px 5px #fff, 0px 0px 20px 3px rgba(166, 21, 29, 0.3);
  -moz-box-shadow: inset 0px 0px 0px 5px #fff, 0px 0px 20px 3px rgba(166, 21, 29, 0.3);
  box-shadow: inset 0px 0px 0px 5px #fff, 0px 0px 20px 3px rgba(166, 21, 29, 0.3);
  background: #a6151d;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  margin-left: -40px;
}
.title-page .blocklist-29 .price {
  margin: 10px 0 0;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .blocklist-29 .price-inner {
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
}
.title-page .blocklist-29 .price-note {
  box-sizing: border-box;
  display: inline-block;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: rgba(33, 33, 33, 0.7);
  text-decoration: none;
  font-size: 15px;
  font-weight: normal;
}
.title-page .blocklist-29 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #212121;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 22px;
  font-weight: bold;
  padding-left: 5px;
  padding-right: 5px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-29 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: rgba(33, 33, 33, 0.7);
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 15px;
  font-weight: normal;
}
.title-page .blocklist-29 .more {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding-top: 25px;
}
.title-page .blocklist-29 .more > a {
  padding: 20px 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: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  -webkit-box-shadow: 0 0 0 transparent, 0px 5px 10px rgba(41, 72, 255, 0.2);
  -moz-box-shadow: 0 0 0 transparent, 0px 5px 10px rgba(41, 72, 255, 0.2);
  box-shadow: 0 0 0 transparent, 0px 5px 10px rgba(41, 72, 255, 0.2);
  background: linear-gradient(to bottom right, #002beb 0%, #38d1ff 100%) transparent;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .blocklist-29 .more > a:hover, .title-page .blocklist-29 .more > a.hover, .title-page .blocklist-29 .more > a.active {
  color: #38d1ff;
  -webkit-box-shadow: inset 0px 0px 0px 1px #38d1ff, 0px 5px 10px rgba(41, 72, 255, 0.2);
  -moz-box-shadow: inset 0px 0px 0px 1px #38d1ff, 0px 5px 10px rgba(41, 72, 255, 0.2);
  box-shadow: inset 0px 0px 0px 1px #38d1ff, 0px 5px 10px rgba(41, 72, 255, 0.2);
  background: none #fff;
}
.title-page .blocklist-29 .more > a:active, .title-page .blocklist-29 .more > a.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #38d1ff, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 1px #38d1ff, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 1px #38d1ff, 0 0 0 transparent;
}
.title-page .blocklist-29 .bx-wrapper {
  max-width: 1209px;
}
.title-page .blocklist-29 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-29 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-29 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-29 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-29 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-29 .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-29 .controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: none;
  box-sizing: border-box;
  margin-top: -10px;
  z-index: 1;
}
.title-page .blocklist-29 .prev {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-left.png") center center / auto no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-29 .next {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-right.png") center center / auto no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-29 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-29 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-29 .bx-pager-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  display: none;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  visibility: hidden;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-29 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-29 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-29 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-29 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-29 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_pause.png") center center / auto no-repeat;
}
.title-page .blocklist-29 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_play.png") center center / auto no-repeat;
}
.title-page .blocklist-29 .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-29 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-29 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-29 .bx-pager a {
  margin: 2px;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
}
.title-page .popover-container-29 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-29 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-29 .popover-form-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 25px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
}
.title-page .popover-wrap-29 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-29 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-29 .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-29 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-29 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-29 .popover-body .s3_form_item.form_div {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-29 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  text-align: left;
}
.title-page .popover-wrap-29 .popover-body .s3_form_item.form_html_block {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-29 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-29 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  color: rgba(255, 255, 255, 0.7);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-size: 14px;
}
.title-page .popover-wrap-29 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-29 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-29 .popover-body .s3_form_item.form_checkbox {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-29 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-29 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-29 .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-29 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-29 .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-29 .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-29 .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;
  color: rgba(255, 255, 255, 0.7);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-size: 12px;
}
.title-page .popover-wrap-29 .popover-body .s3_form_item.form_radio {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-29 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-29 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-29 .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-29 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-29 .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-29 .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-29 .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;
  color: rgba(255, 255, 255, 0.7);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-size: 12px;
}
.title-page .popover-wrap-29 .popover-body .s3_form_item.form_select {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-29 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-29 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-29 .popover-body .form_select .s3_form_field_content {
  padding: 0.02px 0;
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .popover-wrap-29 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-29 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-29 .popover-body .s3_form_item.form_calendar {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-29 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-29 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-29 .popover-body .s3_form_item.form_calendar_interval {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-29 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-29 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-29 .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-29 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-29 .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-29 .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;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-29 .popover-body .s3_form_item.form_upload {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-29 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-29 .popover-body .form_upload .no-more {
  border: none;
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-29 .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-29 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-29 .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-29 ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.title-page .popover-wrap-29 ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.title-page .popover-wrap-29 :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.title-page .widget-49 {
  padding: 0.02px 0;
  margin: 110px 0 auto 50px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
}
.title-page .popover-wrap-75 .popover-body {
  padding: 60px 40px 40px;
  border: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  position: relative;
  display: inline-block;
  width: 350px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #a6151d;
  text-align: center;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-75 .popover-body .form_text input {
  padding: 20px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  text-align: left;
  -webkit-appearance: none;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.2);
}
.title-page .popover-wrap-75 .popover-body .form_calendar input {
  padding: 10px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: left;
  -webkit-appearance: none;
  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;
  background: rgba(255, 255, 255, 0.2);
}
.title-page .popover-wrap-75 .popover-body .form_calendar_interval input {
  padding: 5px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  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;
  background: rgba(255, 255, 255, 0.2);
}
.title-page .popover-wrap-75 .popover-body textarea {
  padding: 20px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.2);
}
.title-page .popover-wrap-75 .popover-body .s3_button_large {
  padding: 20px 40px;
  border: none;
  background: #fff;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: inset 0px 0px 0px 2px #e31e25;
  -moz-box-shadow: inset 0px 0px 0px 2px #e31e25;
  box-shadow: inset 0px 0px 0px 2px #e31e25;
  font-size: 15px;
  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;
  color: #212121;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  margin-top: 10px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 270px;
}
.title-page .popover-wrap-75 .popover-body .s3_button_large:hover, .title-page .popover-wrap-75 .popover-body .s3_button_large.hover, .title-page .popover-wrap-75 .popover-body .s3_button_large.active {
  background: #e31e25;
  color: #fff;
}
.title-page .popover-wrap-75 .popover-body .s3_button_large:active, .title-page .popover-wrap-75 .popover-body .s3_button_large.active {
  background: #fff;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  color: #a6151d;
}
.title-page .popover-wrap-75 .popover-body .s3_message {
  padding: 10px;
  border: none;
  display: table;
  margin-top: 20px;
  margin-bottom: 20px;
  background: #fff;
  color: #212121;
  box-sizing: border-box;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: center;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.title-page .popover-wrap-75 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 45px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMi41IiBoZWlnaHQ9IjMyLjY4OCIgdmlld0JveD0iMCAwIDMyLjUgMzIuNjg4IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iS3Jlc3Rpay5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTc5My41NjMsMzkyLjczN2EyLjk5MywyLjk5MywwLDAsMC00LjI1NCwwTDc3OC4yLDQwMy45MjJsLTExLjEwOS0xMS4xODVhMi45OTIsMi45OTIsMCwwLDAtNC4yNTMsMCwzLjA0MywzLjA0MywwLDAsMCwwLDQuMjgzbDExLjEwOCwxMS4xODVMNzYyLjgzOSw0MTkuMzlhMy4wNDMsMy4wNDMsMCwwLDAsMCw0LjI4MywyLjk5MywyLjk5MywwLDAsMCw0LjI1MywwTDc3OC4yLDQxMi40ODhsMTEuMTA4LDExLjE4NWEyLjk5NCwyLjk5NCwwLDAsMCw0LjI1NCwwLDMuMDQzLDMuMDQzLDAsMCwwLDAtNC4yODNsLTExLjEwOS0xMS4xODUsMTEuMTA5LTExLjE4NUEzLjA0MywzLjA0MywwLDAsMCw3OTMuNTYzLDM5Mi43MzdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzYxLjk2OSAtMzkxLjg3NSkiIGZpbGw9IiM3YTdhN2EiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / 15px no-repeat #fff;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  min-height: 45px;
  margin-top: 20px;
  margin-right: 20px;
}
.title-page .popover-wrap-75 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-75 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-75 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-75 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .blocklist-75 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-75 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-75 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 0;
  box-sizing: border-box;
  margin-left: 0;
}
.title-page .blocklist-75 .header_text {
  font-size: 35px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #212121;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-weight: 800;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-75 .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-75 .description {
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 40px;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  color: #2a2a2e;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 18px;
  font-weight: normal;
  margin-left: 0;
  margin-top: 10px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-75 .body-outer {
  border: none;
  box-sizing: border-box;
  position: relative;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-left: 0;
}
.title-page .blocklist-75 .body {
  margin: 0;
  box-sizing: border-box;
}
.title-page .blocklist-75 .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-75 .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-75 .list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
  box-sizing: border-box;
}
.title-page .blocklist-75 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .blocklist-75 .item {
  padding: 0.02px 0;
  margin: 20px 0;
  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: 200px;
  align-self: auto;
  left: 0;
  right: 0;
  flex-basis: 100%;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .blocklist-75 .text {
  padding: 0.02px 0;
  margin: 15px 0 0;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  color: #e31e25;
  line-height: 1.5;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  min-height: 0;
  -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;
  width: auto;
  left: 0;
  right: 0;
}
.title-page .blocklist-75 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-75 .image {
  margin: 0 30px 0 0;
  border: none;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 230px;
  left: 0;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  float: left;
  max-width: 100%;
  min-height: 0;
}
.title-page .blocklist-75 .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-75 .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-75 .img-convert {
  border: none;
  box-sizing: border-box;
  width: auto;
  height: 170px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-top: 0;
  align-self: auto;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-75 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-75 .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-75 .title {
  padding: 0.02px 0;
  margin: 0;
  font-weight: bold;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  color: #212121;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 22px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-75 .sub-title {
  border: none;
  font-style: italic;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  color: rgba(255, 255, 255, 0);
  text-decoration: none;
  font-size: 1px;
  width: 20px;
  min-height: 20px;
  -webkit-box-shadow: inset 0px 0px 0px 5px #fff, 0px 0px 20px 3px rgba(166, 21, 29, 0.3);
  -moz-box-shadow: inset 0px 0px 0px 5px #fff, 0px 0px 20px 3px rgba(166, 21, 29, 0.3);
  box-shadow: inset 0px 0px 0px 5px #fff, 0px 0px 20px 3px rgba(166, 21, 29, 0.3);
  background: #a6151d;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  margin-left: -40px;
}
.title-page .blocklist-75 .price {
  margin: 0;
  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;
  min-height: 0;
}
.title-page .blocklist-75 .price-inner {
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
}
.title-page .blocklist-75 .price-note {
  box-sizing: border-box;
  display: inline-block;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: rgba(33, 33, 33, 0.7);
  text-decoration: none;
  font-size: 15px;
  font-weight: normal;
}
.title-page .blocklist-75 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #e31e25;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 35px;
  font-weight: bold;
  padding-left: 5px;
  padding-right: 5px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-75 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: rgba(33, 33, 33, 0.7);
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
}
.title-page .blocklist-75 .more {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding-top: 20px;
}
.title-page .blocklist-75 .more > a {
  padding: 20px 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: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  -webkit-box-shadow: 0 0 0 transparent, 0px 5px 10px rgba(41, 72, 255, 0.2);
  -moz-box-shadow: 0 0 0 transparent, 0px 5px 10px rgba(41, 72, 255, 0.2);
  box-shadow: 0 0 0 transparent, 0px 5px 10px rgba(41, 72, 255, 0.2);
  background: linear-gradient(to bottom right, #002beb 0%, #38d1ff 100%) transparent;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .blocklist-75 .more > a:hover, .title-page .blocklist-75 .more > a.hover, .title-page .blocklist-75 .more > a.active {
  color: #38d1ff;
  -webkit-box-shadow: inset 0px 0px 0px 1px #38d1ff, 0px 5px 10px rgba(41, 72, 255, 0.2);
  -moz-box-shadow: inset 0px 0px 0px 1px #38d1ff, 0px 5px 10px rgba(41, 72, 255, 0.2);
  box-shadow: inset 0px 0px 0px 1px #38d1ff, 0px 5px 10px rgba(41, 72, 255, 0.2);
  background: none #fff;
}
.title-page .blocklist-75 .more > a:active, .title-page .blocklist-75 .more > a.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #38d1ff, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 1px #38d1ff, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 1px #38d1ff, 0 0 0 transparent;
}
.title-page .blocklist-75 .bx-wrapper {
  max-width: 1209px;
}
.title-page .blocklist-75 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-75 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-75 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-75 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-75 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-75 .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-75 .controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: none;
  box-sizing: border-box;
  margin-top: -10px;
  z-index: 1;
}
.title-page .blocklist-75 .prev {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-left.png") center center / auto no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-75 .next {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-right.png") center center / auto no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-75 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-75 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-75 .bx-pager-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  display: none;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  visibility: hidden;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-75 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-75 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-75 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-75 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-75 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_pause.png") center center / auto no-repeat;
}
.title-page .blocklist-75 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_play.png") center center / auto no-repeat;
}
.title-page .blocklist-75 .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-75 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-75 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-75 .bx-pager a {
  margin: 2px;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
}
.title-page .popover-container-75 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-75 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-75 .popover-form-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 25px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
}
.title-page .popover-wrap-75 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-75 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-75 .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-75 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-75 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-75 .popover-body .s3_form_item.form_div {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-75 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  text-align: left;
}
.title-page .popover-wrap-75 .popover-body .s3_form_item.form_html_block {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-75 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-75 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  color: rgba(255, 255, 255, 0.7);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-size: 14px;
}
.title-page .popover-wrap-75 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-75 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-75 .popover-body .s3_form_item.form_checkbox {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-75 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-75 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-75 .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-75 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-75 .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-75 .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-75 .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;
  color: rgba(255, 255, 255, 0.7);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-size: 12px;
}
.title-page .popover-wrap-75 .popover-body .s3_form_item.form_radio {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-75 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-75 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-75 .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-75 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-75 .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-75 .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-75 .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;
  color: rgba(255, 255, 255, 0.7);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-size: 12px;
}
.title-page .popover-wrap-75 .popover-body .s3_form_item.form_select {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-75 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-75 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-75 .popover-body .form_select .s3_form_field_content {
  padding: 0.02px 0;
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .popover-wrap-75 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-75 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-75 .popover-body .s3_form_item.form_calendar {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-75 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-75 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-75 .popover-body .s3_form_item.form_calendar_interval {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-75 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-75 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-75 .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-75 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-75 .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-75 .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;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-75 .popover-body .s3_form_item.form_upload {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-75 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-75 .popover-body .form_upload .no-more {
  border: none;
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-75 .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-75 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-75 .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-75 ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.title-page .popover-wrap-75 ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.title-page .popover-wrap-75 :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.title-page .block-25 {
  padding: 40px 20px 60px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  z-index: 6;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-decoration: none;
}
.title-page .block-26 .layout_48 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-26 .layout_67 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-26 {
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  z-index: 2;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  right: 0;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-46 {
  margin: 0 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  width: 300px;
  padding-right: 0;
  padding-left: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(33, 33, 33, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(33, 33, 33, 0.1);
  box-shadow: inset 0px 0px 0px 1px rgba(33, 33, 33, 0.1);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding-bottom: 25px;
  right: 0;
}
.title-page .menu-67 .menu-scroll > ul > li.delimiter {
  border: none;
  margin-top: 1px;
  margin-bottom: 1px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 1px;
  height: auto;
  width: auto;
  background: rgba(33, 33, 33, 0.1);
  text-align: left;
}
.title-page .menu-67 .menu-scroll > ul ul {
  padding: 5px 0;
  margin: 0;
  border: none;
  position: static;
  top: 0;
  left: 100%;
  background: #f7f7f7;
  list-style: none;
  width: auto;
  display: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.title-page .menu-67 .menu-scroll > ul ul > li.delimiter {
  margin: 1px 2px;
  border: none;
  box-sizing: border-box;
  min-height: 1px;
  height: auto;
  width: auto;
  background: rgba(179, 179, 179, 0.3);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .menu-67 .menu-scroll > ul ul > li {
  padding: 0;
  display: block;
  position: relative;
  margin-left: 0;
  margin-right: 0;
}
.title-page .menu-67 .menu-scroll > ul ul > li > a {
  padding: 8px 30px;
  border: none;
  cursor: pointer;
  display: block;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  box-sizing: border-box;
  text-decoration: none;
  color: rgba(54, 54, 54, 0.8);
  font-size: 13px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  font-weight: 500;
}
.title-page .menu-67 .menu-scroll > ul ul > li > a:hover, .title-page .menu-67 .menu-scroll > ul ul > li > a.hover, .title-page .menu-67 .menu-scroll > ul ul > li > a.active {
  padding-right: 25px;
  padding-left: 25px;
  color: #e31e25;
}
.title-page .menu-67 .menu-scroll > ul ul > li > a:active, .title-page .menu-67 .menu-scroll > ul ul > li > a.active {
  padding-right: 30px;
  padding-left: 30px;
}
.title-page .menu-67 .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-67 .menu-title {
  padding: 25px 30px 20px;
  margin: 0 0 15px;
  border: none;
  box-sizing: border-box;
  font-size: 17px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  -webkit-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.1);
  background: #363636;
  -webkit-border-radius: 20px 20px 0px 0px;
  -moz-border-radius: 20px 20px 0px 0px;
  border-radius: 20px 20px 0px 0px;
  width: auto;
  min-height: 0;
}
.title-page .menu-67 .menu-button {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  width: 50px;
  min-height: 50px;
}
.title-page .menu-67 .menu-scroll {
  display: block;
  width: 100%;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .menu-67 .menu-scroll > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  display: block;
}
.title-page .menu-67 .menu-scroll > ul > li.menu-item {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  position: relative;
}
.title-page .menu-67 .menu-scroll > ul > li.menu-item > a {
  padding: 15px 25px;
  margin: 0;
  border: none;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  box-sizing: border-box;
  text-decoration: none;
  color: rgba(54, 54, 54, 0.8);
  font-size: 14px;
  line-height: 1.2;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  letter-spacing: 0;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-transform: none;
  font-weight: 500;
  background: transparent;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .menu-67 .menu-scroll > ul > li.menu-item > a:hover, .title-page .menu-67 .menu-scroll > ul > li.menu-item > a.hover, .title-page .menu-67 .menu-scroll > ul > li.menu-item > a.active {
  color: #e31e25;
}
.title-page .menu-67 .menu-scroll > ul > li.menu-item > a .has-child-icon {
  border: none;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
  margin-right: 15px;
  width: 12px;
  min-height: 12px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJTbG95XzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzkgMjEiIHhtbDpzcGFjZT0icHJlc2VydmUiPgoKPHBhdGggaWQ9InVwMjIuc3ZnIiBjbGFzcz0ic3QwIiBkPSJNMzksMS4zTDIwLjUsMTkuN2wtMC42LDAuNkwxOS4yLDIxTDAsMS45bDEuMy0xLjNsMTcuOSwxNy44TDM3LjcsMEwzOSwxLjN6IiBmaWxsPSIjMzYzNjM2IiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / contain no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .menu-67 .menu-scroll > ul > li.menu-item > a .has-child-icon:hover, .title-page .menu-67 .menu-scroll > ul > li.menu-item > a .has-child-icon.hover, .title-page .menu-67 .menu-scroll > ul > li.menu-item > a .has-child-icon.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJTbG95XzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzkgMjEiIHhtbDpzcGFjZT0icHJlc2VydmUiPgoKPHBhdGggaWQ9InVwMjIuc3ZnIiBjbGFzcz0ic3QwIiBkPSJNMzksMS4zTDIwLjUsMTkuN2wtMC42LDAuNkwxOS4yLDIxTDAsMS45bDEuMy0xLjNsMTcuOSwxNy44TDM3LjcsMEwzOSwxLjN6IiBmaWxsPSIjZmZmZmZmIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / contain no-repeat;
}
.title-page .menu-67 .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-67 .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-67 .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-67 .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 .widget-26 {
  margin: 0 0 auto 70px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  box-sizing: border-box;
  min-height: 0;
  width: auto;
  right: 0;
}
.title-page .popover-wrap-48 .popover-body {
  padding: 60px 40px 40px;
  border: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  position: relative;
  display: inline-block;
  width: 350px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #a6151d;
  text-align: center;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-48 .popover-body .form_text input {
  padding: 20px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  text-align: left;
  -webkit-appearance: none;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.2);
}
.title-page .popover-wrap-48 .popover-body .form_calendar input {
  padding: 10px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: left;
  -webkit-appearance: none;
  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;
  background: rgba(255, 255, 255, 0.2);
}
.title-page .popover-wrap-48 .popover-body .form_calendar_interval input {
  padding: 5px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  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;
  background: rgba(255, 255, 255, 0.2);
}
.title-page .popover-wrap-48 .popover-body textarea {
  padding: 20px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.2);
}
.title-page .popover-wrap-48 .popover-body .s3_button_large {
  padding: 20px 40px;
  border: none;
  background: #fff;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: inset 0px 0px 0px 2px #e31e25;
  -moz-box-shadow: inset 0px 0px 0px 2px #e31e25;
  box-shadow: inset 0px 0px 0px 2px #e31e25;
  font-size: 15px;
  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;
  color: #212121;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  margin-top: 10px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 270px;
}
.title-page .popover-wrap-48 .popover-body .s3_button_large:hover, .title-page .popover-wrap-48 .popover-body .s3_button_large.hover, .title-page .popover-wrap-48 .popover-body .s3_button_large.active {
  background: #e31e25;
  color: #fff;
}
.title-page .popover-wrap-48 .popover-body .s3_button_large:active, .title-page .popover-wrap-48 .popover-body .s3_button_large.active {
  background: #fff;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  color: #a6151d;
}
.title-page .popover-wrap-48 .popover-body .s3_message {
  padding: 10px;
  border: none;
  display: table;
  margin-top: 20px;
  margin-bottom: 20px;
  background: #fff;
  color: #212121;
  box-sizing: border-box;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: center;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.title-page .popover-wrap-48 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 45px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMi41IiBoZWlnaHQ9IjMyLjY4OCIgdmlld0JveD0iMCAwIDMyLjUgMzIuNjg4IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iS3Jlc3Rpay5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTc5My41NjMsMzkyLjczN2EyLjk5MywyLjk5MywwLDAsMC00LjI1NCwwTDc3OC4yLDQwMy45MjJsLTExLjEwOS0xMS4xODVhMi45OTIsMi45OTIsMCwwLDAtNC4yNTMsMCwzLjA0MywzLjA0MywwLDAsMCwwLDQuMjgzbDExLjEwOCwxMS4xODVMNzYyLjgzOSw0MTkuMzlhMy4wNDMsMy4wNDMsMCwwLDAsMCw0LjI4MywyLjk5MywyLjk5MywwLDAsMCw0LjI1MywwTDc3OC4yLDQxMi40ODhsMTEuMTA4LDExLjE4NWEyLjk5NCwyLjk5NCwwLDAsMCw0LjI1NCwwLDMuMDQzLDMuMDQzLDAsMCwwLDAtNC4yODNsLTExLjEwOS0xMS4xODUsMTEuMTA5LTExLjE4NUEzLjA0MywzLjA0MywwLDAsMCw3OTMuNTYzLDM5Mi43MzdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzYxLjk2OSAtMzkxLjg3NSkiIGZpbGw9IiM3YTdhN2EiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / 15px no-repeat #fff;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  min-height: 45px;
  margin-top: 20px;
  margin-right: 20px;
}
.title-page .popover-wrap-48 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-48 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-48 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-48 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .editable_block-48 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-48 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-48 .header {
  box-sizing: border-box;
  font-size: 35px;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  color: #212121;
  text-decoration: none;
  font-weight: 800;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .editable_block-48 .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-48 .title {
  box-sizing: border-box;
  font-size: 18px;
  margin-bottom: 40px;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  pointer-events: auto;
  color: rgba(33, 33, 33, 0.7);
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
  font-weight: 500;
  margin-top: 10px;
}
.title-page .editable_block-48 .image {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-48 .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-48 .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-48 .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-48 .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-48 .text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  pointer-events: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  color: rgba(33, 33, 33, 0.84);
  line-height: 1.5;
  text-decoration: none;
  font-size: 15px;
}
.title-page .editable_block-48 .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-48 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-48 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-48 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-48 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-48 .more {
  box-sizing: border-box;
  margin-top: 0;
  pointer-events: auto;
  text-align: left;
  padding-top: 30px;
}
.title-page .editable_block-48 .more > a {
  padding: 30px 40px;
  border: none;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
  height: 0;
  min-height: 14px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  -webkit-box-shadow: 0 0 0 transparent, 0px 5px 20px 0px rgba(227, 30, 37, 0.3);
  -moz-box-shadow: 0 0 0 transparent, 0px 5px 20px 0px rgba(227, 30, 37, 0.3);
  box-shadow: 0 0 0 transparent, 0px 5px 20px 0px rgba(227, 30, 37, 0.3);
  background: repeating-linear-gradient(to bottom right, #a6151d 0%, #e31e25 100%) transparent;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .editable_block-48 .more > a:hover, .title-page .editable_block-48 .more > a.hover, .title-page .editable_block-48 .more > a.active {
  color: #a6151d;
  background: none #fff;
  -webkit-box-shadow: inset 0px 0px 0px 1px #a6151d, 0px 5px 20px 0px rgba(227, 30, 37, 0.3);
  -moz-box-shadow: inset 0px 0px 0px 1px #a6151d, 0px 5px 20px 0px rgba(227, 30, 37, 0.3);
  box-shadow: inset 0px 0px 0px 1px #a6151d, 0px 5px 20px 0px rgba(227, 30, 37, 0.3);
}
.title-page .editable_block-48 .more > a:active, .title-page .editable_block-48 .more > a.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #a6151d, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 1px #a6151d, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 1px #a6151d, 0 0 0 transparent;
}
.title-page .editable_block-48 .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-48 .clear {
  clear: both;
}
.title-page .popover-container-48 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-48 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-48 .popover-form-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 25px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
}
.title-page .popover-wrap-48 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-48 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-48 .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-48 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-48 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-48 .popover-body .s3_form_item.form_div {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-48 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  text-align: left;
}
.title-page .popover-wrap-48 .popover-body .s3_form_item.form_html_block {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-48 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-48 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  color: rgba(255, 255, 255, 0.7);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-size: 14px;
}
.title-page .popover-wrap-48 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-48 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-48 .popover-body .s3_form_item.form_checkbox {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-48 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-48 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-48 .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-48 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-48 .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-48 .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-48 .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;
  color: rgba(255, 255, 255, 0.7);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-size: 12px;
}
.title-page .popover-wrap-48 .popover-body .s3_form_item.form_radio {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-48 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-48 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-48 .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-48 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-48 .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-48 .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-48 .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;
  color: rgba(255, 255, 255, 0.7);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-size: 12px;
}
.title-page .popover-wrap-48 .popover-body .s3_form_item.form_select {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-48 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-48 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-48 .popover-body .form_select .s3_form_field_content {
  padding: 0.02px 0;
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .popover-wrap-48 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-48 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-48 .popover-body .s3_form_item.form_calendar {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-48 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-48 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-48 .popover-body .s3_form_item.form_calendar_interval {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-48 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-48 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-48 .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-48 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-48 .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-48 .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;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-48 .popover-body .s3_form_item.form_upload {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-48 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-48 .popover-body .form_upload .no-more {
  border: none;
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-48 .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-48 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-48 .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-48 ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.title-page .popover-wrap-48 ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.title-page .popover-wrap-48 :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.title-page .block-21 {
  padding: 0.02px 20px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: linear-gradient(rgba(247, 247, 247, 0.5), rgba(247, 247, 247, 0.5)), url("../images/54853838_2.jpg") left 50% top 50% / cover no-repeat;
  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-22 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding-left: 0;
  padding-bottom: 60px;
  padding-top: 60px;
}
.title-page .widget-15 {
  padding: 20px 30px;
  margin: 60px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  background: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  right: 0;
}
.title-page .popover-wrap-30 .popover-body {
  padding: 60px 40px 40px;
  border: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  position: relative;
  display: inline-block;
  width: 350px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #a6151d;
  text-align: center;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-30 .popover-body .form_text input {
  padding: 20px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  text-align: left;
  -webkit-appearance: none;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.2);
}
.title-page .popover-wrap-30 .popover-body .form_calendar input {
  padding: 10px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: left;
  -webkit-appearance: none;
  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;
  background: rgba(255, 255, 255, 0.2);
}
.title-page .popover-wrap-30 .popover-body .form_calendar_interval input {
  padding: 5px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  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;
  background: rgba(255, 255, 255, 0.2);
}
.title-page .popover-wrap-30 .popover-body textarea {
  padding: 20px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.2);
}
.title-page .popover-wrap-30 .popover-body .s3_button_large {
  padding: 20px 40px;
  border: none;
  background: #fff;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: inset 0px 0px 0px 2px #e31e25;
  -moz-box-shadow: inset 0px 0px 0px 2px #e31e25;
  box-shadow: inset 0px 0px 0px 2px #e31e25;
  font-size: 15px;
  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;
  color: #212121;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  margin-top: 10px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 270px;
}
.title-page .popover-wrap-30 .popover-body .s3_button_large:hover, .title-page .popover-wrap-30 .popover-body .s3_button_large.hover, .title-page .popover-wrap-30 .popover-body .s3_button_large.active {
  background: #e31e25;
  color: #fff;
}
.title-page .popover-wrap-30 .popover-body .s3_button_large:active, .title-page .popover-wrap-30 .popover-body .s3_button_large.active {
  background: #fff;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  color: #a6151d;
}
.title-page .popover-wrap-30 .popover-body .s3_message {
  padding: 10px;
  border: none;
  display: table;
  margin-top: 20px;
  margin-bottom: 20px;
  background: #fff;
  color: #212121;
  box-sizing: border-box;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: center;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.title-page .popover-wrap-30 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 45px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMi41IiBoZWlnaHQ9IjMyLjY4OCIgdmlld0JveD0iMCAwIDMyLjUgMzIuNjg4IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iS3Jlc3Rpay5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTc5My41NjMsMzkyLjczN2EyLjk5MywyLjk5MywwLDAsMC00LjI1NCwwTDc3OC4yLDQwMy45MjJsLTExLjEwOS0xMS4xODVhMi45OTIsMi45OTIsMCwwLDAtNC4yNTMsMCwzLjA0MywzLjA0MywwLDAsMCwwLDQuMjgzbDExLjEwOCwxMS4xODVMNzYyLjgzOSw0MTkuMzlhMy4wNDMsMy4wNDMsMCwwLDAsMCw0LjI4MywyLjk5MywyLjk5MywwLDAsMCw0LjI1MywwTDc3OC4yLDQxMi40ODhsMTEuMTA4LDExLjE4NWEyLjk5NCwyLjk5NCwwLDAsMCw0LjI1NCwwLDMuMDQzLDMuMDQzLDAsMCwwLDAtNC4yODNsLTExLjEwOS0xMS4xODUsMTEuMTA5LTExLjE4NUEzLjA0MywzLjA0MywwLDAsMCw3OTMuNTYzLDM5Mi43MzdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzYxLjk2OSAtMzkxLjg3NSkiIGZpbGw9IiM3YTdhN2EiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / 15px no-repeat #fff;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  min-height: 45px;
  margin-top: 20px;
  margin-right: 20px;
}
.title-page .popover-wrap-30 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-30 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-30 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-30 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .blocklist-30 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-30 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-30 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 15px;
  text-align: left;
  box-sizing: border-box;
}
.title-page .blocklist-30 .header_text {
  font-size: 20px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-30 .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-30 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-30 .body-outer {
  box-sizing: border-box;
  position: relative;
}
.title-page .blocklist-30 .body {
  margin: 0 -15px;
  box-sizing: border-box;
}
.title-page .blocklist-30 .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-30 .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-30 .list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
  box-sizing: border-box;
}
.title-page .blocklist-30 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 25%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .blocklist-30 .item {
  margin: 15px;
  border: none;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  left: 0;
  right: 0;
  flex-basis: 100%;
  align-self: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding-bottom: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  padding-top: 0.02px;
  padding-left: 0;
}
.title-page .blocklist-30 .item-label {
  padding: 5px;
  margin: 0 0 0 -10px;
  border: none;
  box-sizing: border-box;
  position: absolute;
  left: auto;
  top: 0;
  z-index: 5;
  color: #f7f7f7;
  text-align: right;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  text-decoration: none;
  font-size: 60px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 20px;
  width: 100px;
  bottom: auto;
  align-self: auto;
  right: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  font-weight: 800;
}
.title-page .blocklist-30 .text {
  border: none;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  color: rgba(33, 33, 33, 0.7);
  line-height: 1.4;
  -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: 14px;
  font-weight: normal;
  margin-top: 10px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-30 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-30 .image {
  margin: 0;
  border: none;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  float: none;
  width: 75px;
  min-height: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxODEuNTYzIiBoZWlnaHQ9IjE4MiIgdmlld0JveD0iMCAwIDE4MS41NjMgMTgyIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iQ2lyY2xlLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNMjEwLjc3NSwzNzZBOTEsOTEsMCwxLDEsMTIwLDQ2Nyw5MC44ODcsOTAuODg3LDAsMCwxLDIxMC43NzUsMzc2WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEyMCAtMzc2KSIgZmlsbD0iIzM4ZDFmZiIgZmlsbC1vcGFjaXR5PSIwLjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") right 0px top 0px / 46px no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  max-width: 100%;
  padding-top: 10px;
  padding-right: 15px;
}
.title-page .blocklist-30 .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-30 .img-convert {
  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-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-30 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-30 .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-30 .title {
  font-weight: bold;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  color: #212121;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 16px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  min-height: 0;
  margin-top: 20px;
}
.title-page .blocklist-30 .sub-title {
  font-style: italic;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.title-page .blocklist-30 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-30 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-30 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-30 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-30 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-30 .more {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-30 .more > a {
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}
.title-page .blocklist-30 .bx-wrapper {
  max-width: 1100px;
}
.title-page .blocklist-30 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-30 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-30 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-30 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-30 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-30 .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-30 .controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: none;
  box-sizing: border-box;
  margin-top: -10px;
  z-index: 1;
}
.title-page .blocklist-30 .prev {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-left.png") center center / auto no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-30 .next {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-right.png") center center / auto no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-30 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-30 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-30 .bx-pager-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  display: none;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  visibility: hidden;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-30 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-30 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-30 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-30 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-30 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_pause.png") center center / auto no-repeat;
}
.title-page .blocklist-30 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_play.png") center center / auto no-repeat;
}
.title-page .blocklist-30 .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-30 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-30 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-30 .bx-pager a {
  margin: 2px;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
}
.title-page .popover-container-30 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-30 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-30 .popover-form-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 25px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
}
.title-page .popover-wrap-30 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-30 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-30 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-30 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-30 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-30 .popover-body .s3_form_item.form_div {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-30 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  text-align: left;
}
.title-page .popover-wrap-30 .popover-body .s3_form_item.form_html_block {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-30 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-30 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  color: rgba(255, 255, 255, 0.7);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-size: 14px;
}
.title-page .popover-wrap-30 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-30 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-30 .popover-body .s3_form_item.form_checkbox {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-30 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-30 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-30 .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-30 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-30 .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-30 .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-30 .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;
  color: rgba(255, 255, 255, 0.7);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-size: 12px;
}
.title-page .popover-wrap-30 .popover-body .s3_form_item.form_radio {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-30 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-30 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-30 .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-30 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-30 .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-30 .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-30 .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;
  color: rgba(255, 255, 255, 0.7);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-size: 12px;
}
.title-page .popover-wrap-30 .popover-body .s3_form_item.form_select {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-30 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-30 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-30 .popover-body .form_select .s3_form_field_content {
  padding: 0.02px 0;
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .popover-wrap-30 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-30 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-30 .popover-body .s3_form_item.form_calendar {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-30 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-30 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-30 .popover-body .s3_form_item.form_calendar_interval {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-30 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-30 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-30 .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-30 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-30 .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-30 .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;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-30 .popover-body .s3_form_item.form_upload {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-30 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-30 .popover-body .form_upload .no-more {
  border: none;
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-30 .popover-body .s3_form_field_content .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-30 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-30 .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-30 ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.title-page .popover-wrap-30 ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.title-page .popover-wrap-30 :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.title-page .block-38 {
  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;
  padding-left: 0;
}
.title-page .widget-22 {
  padding: 40px 40px 60px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: left;
  box-sizing: border-box;
  width: auto;
  right: 0;
  min-height: 0;
  background: #a6151d;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.title-page .form-39 .form__header {
  border: none;
  box-sizing: border-box;
  font-size: 25px;
  margin-bottom: 10px;
  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;
  font-weight: bold;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 0.02px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .form-39 .form__text {
  box-sizing: border-box;
  font-size: 16px;
  margin-bottom: 40px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 0.7);
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  margin-top: 10px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .form-39 .form__text p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .form-39 .form__text p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .form-39 .form__body {
  box-sizing: border-box;
  margin-right: 0;
  margin-bottom: -10px;
  width: auto;
  margin-left: 0;
}
.title-page .form-39 .form-table {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.title-page .form-39 .form-tbody {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .form-39 .form-item-group {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  width: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .form-39 .form-item {
  box-sizing: border-box;
  position: relative;
  margin-right: 5px;
  margin-bottom: 5px;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  width: auto;
}
.title-page .form-39 .form-text {
  box-sizing: border-box;
  text-align: left;
  margin-bottom: 10px;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 10px;
}
.title-page .form-39 .form-item__title {
  box-sizing: border-box;
  display: inline-block;
  min-width: 15px;
  color: #fff;
  font-family: Montserrat, sans-serif;
}
.title-page .form-39 .form-item__required {
  box-sizing: border-box;
  color: #f00;
}
.title-page .form-39 .form-item__error {
  box-sizing: border-box;
  color: #f00;
}
.title-page .form-39 .form-item__note {
  box-sizing: border-box;
  font-size: 11px;
  color: #999;
  display: none;
}
.title-page .form-39 .form-item__body {
  box-sizing: border-box;
  display: block;
}
.title-page .form-39 .form-text input {
  padding: 20px;
  border: none;
  box-sizing: border-box;
  background: 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: left;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  resize: vertical;
  display: block;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  margin-bottom: 0;
}
.title-page .form-39 .form-textarea textarea {
  padding: 20px 30px 20px 4px;
  border: none;
  box-sizing: border-box;
  background: 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: left;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .form-39 .icon.img_name {
  border: none;
  box-sizing: border-box;
  position: absolute;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOSIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDE5IDIwIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0ibmFtZS5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTM2OS41LDE3OTAuMDFhNDcuNTEsNDcuNTEsMCwwLDEtNy40MzMtLjU5LDIuNDA3LDIuNDA3LDAsMCwxLTEuODQ5LTIuMDVxLTAuMTA5LTEuMDM1LS4yMDgtMi4wN2EyLjcwNywyLjcwNywwLDAsMSwxLjM1Ni0yLjUsMTguOCwxOC44LDAsMCwxLDUuMDI4LTEuNThsLTAuMDI4LS4xOWEyLjE5MywyLjE5MywwLDAsMS0uODIyLTEuNGMtMC4wMTctLjE2LTAuMDM2LTAuMzItMC4wNTQtMC40OWExLjIxMywxLjIxMywwLDAsMS0uNzI2LTAuOTlsLTAuMi0xLjk1YTEuMjE0LDEuMjE0LDAsMCwxLC4yNTktMC44OSwxLjUsMS41LDAsMCwxLC4yLTAuMmwtMC4wNjQtLjU5YTMuNjg3LDMuNjg3LDAsMCwxLC45OTEtMy4yNyw1LjY0LDUuNjQsMCwwLDEsNy4xMzEuMDIsMy42OTIsMy42OTIsMCwwLDEsLjk2MSwzLjI1bC0wLjAxNC4xNmMtMC4wMTYuMTUtLjAzMywwLjI5LTAuMDQ5LDAuNDNhMS42NDMsMS42NDMsMCwwLDEsLjIuMiwxLjIwNywxLjIwNywwLDAsMSwuMjYxLjg5bC0wLjIsMS45NWExLjE4NCwxLjE4NCwwLDAsMS0uNzI3Ljk5bC0wLjA2MS41MWEyLjEzNiwyLjEzNiwwLDAsMS0uODEyLDEuMzhsLTAuMDI3LjJhMTguNTg4LDE4LjU4OCwwLDAsMSw0Ljk5MiwxLjU1LDIuNzIxLDIuNzIxLDAsMCwxLDEuMzg4LDIuNTJsLTAuMiwyLjA3YTIuNDE0LDIuNDE0LDAsMCwxLTEuODMzLDIuMDUsNDcuOTc5LDQ3Ljk3OSwwLDAsMS03LjQ1NC41OWgwWm0tMy4xMTYtMTIuNTYsMC4xMTksMC4wM2EwLjg0NSwwLjg0NSwwLDAsMSwuNTcxLjdjMC4wNSwwLjQzLjEsMC44NiwwLjE0NiwxLjI4YTAuOTU4LDAuOTU4LDAsMCwwLC4zODMuNCwwLjgzNSwwLjgzNSwwLDAsMSwuMzg0LjU5bDAuMTksMS4zN2EwLjg0MiwwLjg0MiwwLDAsMS0uMTY1LjYzLDAuODYyLDAuODYyLDAsMCwxLS41NjguMzMsMTcuMiwxNy4yLDAsMCwwLTUuMzI1LDEuNTIsMS4wMzksMS4wMzksMCwwLDAtLjQzMi44M2MwLjA2NCwwLjcuMTM0LDEuMzgsMC4yMDYsMi4wN2EwLjcyMiwwLjcyMiwwLDAsMCwuNDYzLjU2LDQ1LjQ4Nyw0NS40ODcsMCwwLDAsMTQuMzEsMCwwLjc0NiwwLjc0NiwwLDAsMCwuNDQ2LTAuNTZsMC4yLTIuMDZhMS4wMzYsMS4wMzYsMCwwLDAtLjQ2NC0wLjg1LDE2Ljc3NCwxNi43NzQsMCwwLDAtNS4yOTQtMS41MSwwLjg1OCwwLjg1OCwwLDAsMS0uNTY3LTAuMzMsMC44MzIsMC44MzIsMCwwLDEtLjE2Ni0wLjYzbDAuMi0xLjM3YTAuODMsMC44MywwLDAsMSwuMzc5LTAuNTksMS4wMzYsMS4wMzYsMCwwLDAsLjM3OC0wLjM5bDAuMTUxLTEuMjlhMC44NDQsMC44NDQsMCwwLDEsLjU3Mi0wLjdsMC4xMTYtLjAzLDAuMS0uOTNhMC44LDAuOCwwLDAsMS0uMTM0LTAuMDgsMC44MzgsMC44MzgsMCwwLDEtLjM2LTAuNzlsMC4wMTEtLjA5YzAuMDQxLS4zNC4wODMtMC42OCwwLjEyMS0xLjAzbDAuMDE0LS4xN2EyLjExMSwyLjExMSwwLDAsMC0uNDM0LTEuODYsMy41MTEsMy41MTEsMCwwLDAtMi40MzEtLjgzLDMuNDYzLDMuNDYzLDAsMCwwLTIuNC44MSwyLjEsMi4xLDAsMCwwLS40NjUsMS44OGwwLjE0NCwxLjI5YTAuODMxLDAuODMxLDAsMCwxLS4zNjYuNzksMC43NTYsMC43NTYsMCwwLDEtLjEyOC4wOGwwLjEsMC45M2gwWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTM2MCAtMTc3MCkiIGZpbGw9IiNmZmZmZmYiIGZpbGwtb3BhY2l0eT0iMC4yIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 0px top 50% / auto auto no-repeat;
  width: 25px;
  height: 25px;
  min-height: 25px;
  margin-left: 20px;
  margin-top: 15px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-right: 0;
}
.title-page .form-39 .icon.img_email {
  border: none;
  box-sizing: border-box;
  position: absolute;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDIwIDE1IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iZW1haWwuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik03MjQuNTcyLDE3NzUuMjVsLTAuMDE0LS4wMWgwYTIuNDc5LDIuNDc5LDAsMCwwLTEuMDUzLS4yNGgtMTVhMi4zODksMi4zODksMCwwLDAtLjk2My4ybC0wLjAyNi0uMDMtMC4wNzguMDhBMi41LDIuNSwwLDAsMCw3MDYsMTc3Ny41djEwYTIuNSwyLjUsMCwwLDAsMi41LDIuNWgxNWEyLjUsMi41LDAsMCwwLDIuNS0yLjV2LTEwQTIuNTEsMi41MSwwLDAsMCw3MjQuNTcyLDE3NzUuMjVabS00LjYsNi43OCw0LjM2LTQuMjV2OC41Wm0zLjExNy01LjM2LTYuMzg3LDYuMjJhMC45MjEsMC45MjEsMCwwLDEtMS4yNzIsMGwtNi4zODQtNi4yMkg3MjMuMDlabS0xNS40MjMsOS43NXYtOC43N2w0LjQ0OSw0LjM0Wm0wLjgzMywxLjkxYTAuODc3LDAuODc3LDAsMCwxLS4zMjUtMC4wNmw1LjEzNS01LjEyLDAuOTU3LDAuOTNhMi41NTIsMi41NTIsMCwwLDAsMS44LjczLDIuNTg2LDIuNTg2LDAsMCwwLDEuOC0uNzJsMC45MTItLjg5LDUuMTQxLDVhMC43NzIsMC43NzIsMCwwLDEtLjQyMS4xM2gtMTVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzA2IC0xNzc1KSIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1vcGFjaXR5PSIwLjIiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / auto auto no-repeat;
  width: 25px;
  height: 25px;
  min-height: 25px;
  margin-left: 20px;
  margin-top: 15px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-right: 0;
}
.title-page .form-39 .icon.img_phone {
  border: none;
  box-sizing: border-box;
  position: absolute;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iY2FsbC5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTEwNjEuMTgsMTc3OC4yNGE5LjY4OSw5LjY4OSwwLDAsMCwzLjYsMy41OSwzLjQyLDMuNDIsMCwwLDEsMi40Ni0xLjAzaDIuNDhsMC4wOSwwLjAxaDAuMWwwLjE1LDAuMDIsMC4xMiwwLjAyLDAuMDYsMC4wMiwwLjE3LDAuMDQsMC4xNiwwLjA0LDAuMTYsMC4wNSwwLjE2LDAuMDcsMC4xNywwLjA4LDAuMTMsMC4wNiwwLjE1LDAuMDksMC4xNCwwLjA5LDAuMTQsMC4xLDAuMTIsMC4wOSwwLjEzLDAuMTEsMC4xMiwwLjEyLDAuMTIsMC4xMiwwLjExLDAuMTMsMC4wOSwwLjEyLDAuMSwwLjEzLDAuMDksMC4xNSwwLjA5LDAuMTUsMC4wNiwwLjEzLDAuMDUsMC4xMSwwLjAzLDAuMDUsMC4wNiwwLjE3LDAuMDUsMC4xNSwwLjA1LDAuMTZhMi4xMzEsMi4xMzEsMCwwLDEsLjExLjg3djIuMzFhMy40NTcsMy40NTcsMCwwLDEtMy40NSwzLjQ1LDE2LjU0NiwxNi41NDYsMCwwLDEtMTYuNTQtMTYuNTQsMy40NTksMy40NTksMCwwLDEsMy40NS0zLjQ2aDIuMzFhMi41MjgsMi41MjgsMCwwLDEsLjI4LjAxbDAuMDgsMC4wMSwwLjE1LDAuMDIsMC4xMywwLjAyLDAuMDUsMC4wMSwwLjE3LDAuMDQsMC4xNiwwLjA1LDAuMTYsMC4wNSwwLjE3LDAuMDYsMC4wOCwwLjA0LDAuMDgsMC4wNCwwLjEzLDAuMDcsMC4xNCwwLjA4LDAuMDgsMC4wNCwwLjA3LDAuMDUsMC4xMywwLjEsMC4wNywwLjA1LDAuMDcsMC4wNSwwLjA2LDAuMDUsMC4wNiwwLjA2LDAuMTIsMC4xMSwwLjExLDAuMTIsMC4wNiwwLjA2LDAuMDUsMC4wNywwLjEsMC4xMiwwLjEsMC4xNCwwLjA0LDAuMDcsMC4wNSwwLjA3LDAuMDQsMC4wOCwwLjA4LDAuMTUsMC4wOCwwLjE1LDAuMDYsMC4xNCwwLjAzLDAuMDgsMC4wMywwLjA5LDAuMDUsMC4xNSwwLjAyLDAuMSwwLjAzLDAuMDksMC4wMywwLjE1LDAuMDEsMC4xLDAuMDIsMC4wOSwwLjAxLDAuMTcsMC4wMSwwLjE3djIuMzlhMy40NTEsMy40NTEsMCwwLDEtMS4wNCwyLjQ3aDBabTguMzcsOS40N2ExNC4yNDYsMTQuMjQ2LDAsMCwxLTE0LjI0LTE0LjI0LDEuMTU5LDEuMTU5LDAsMCwxLDEuMTUtMS4xNmgyLjMxYTAuMjc3LDAuMjc3LDAsMCwxLC4wOS4wMWgwLjA1bDAuMDMsMC4wMWgwLjAzbDAuMDMsMC4wMWgwLjAzbDAuMDIsMC4wMWgwbDAuMDMsMC4wMWgwbDAuMDMsMC4wMWgwLjAzbDAuMDIsMC4wMWgwbDAuMDMsMC4wMWgwbDAuMDIsMC4wMWgwbDAuMDMsMC4wMmgwbDAuMDMsMC4wMWgwbDAuMDIsMC4wMWgwbDAuMDMsMC4wMWgwbDAuMDIsMC4wMmgwbDAuMDIsMC4wMWgwbDAuMDMsMC4wMmgwbDAuMDIsMC4wMWgwbDAuMDIsMC4wMmgwbDAuMDMsMC4wMWgwbDAuMDIsMC4wMmgwbDAuMDIsMC4wMmgwbDAuMDIsMC4wMmgwbDAuMDIsMC4wMWgwbDAuMDIsMC4wMmgwbDAuMDIsMC4wMmgwbDAuMDIsMC4wMmgwbDAuMDIsMC4wMmgwbDAuMDIsMC4wMmgwbDAuMDIsMC4wMmgwbDAuMDEsMC4wM2gwbDAuMDIsMC4wMmgwbDAuMDIsMC4wMmgwbDAuMDEsMC4wMmgwbDAuMDIsMC4wM2gwbDAuMDEsMC4wMmgwbDAuMDIsMC4wMmgwbDAuMDEsMC4wM2gwbDAuMDEsMC4wMmgwbDAuMDEsMC4wM2gwbDAuMDIsMC4wMmgwbDAuMDEsMC4wM2gwbDAuMDEsMC4wMmgwbDAuMDEsMC4wM2gwbDAuMDEsMC4wM2gwbDAuMDEsMC4wMmgwdjAuMDNoMGwwLjAxLDAuMDNoMGwwLjAxLDAuMDN2MC4wMmwwLjAxLDAuMDN2MC4wM2wwLjAxLDAuMDN2MC4wNmwwLjAxLDAuMDN2Mi4zNmExLjE1LDEuMTUsMCwwLDEtMS4xNSwxLjE1aC0wLjY1YTExLjk4MiwxMS45ODIsMCwwLDAsNy45Nyw3Ljk3di0wLjY0YTEuMTU3LDEuMTU3LDAsMCwxLDEuMTUtMS4xNWgyLjM5bDAuMDMsMC4wMWgwLjA2bDAuMDMsMC4wMWgwLjAzbDAuMDMsMC4wMSwwLjAyLDAuMDFoMC4wM2wwLjAzLDAuMDFoMGwwLjAzLDAuMDFoMGwwLjAyLDAuMDFoMGwwLjAzLDAuMDFoMGwwLjAyLDAuMDFoMGwwLjAzLDAuMDFoMGwwLjAzLDAuMDFoMGwwLjAyLDAuMDJoMGwwLjAzLDAuMDFoMGwwLjAyLDAuMDFoMGwwLjAyLDAuMDJoMGwwLjAzLDAuMDFoMGwwLjAyLDAuMDJoMGwwLjAyLDAuMDFoMGwwLjAyLDAuMDJoMC4wMWwwLjAyLDAuMDJoMGwwLjAyLDAuMDFoMGwwLjAyLDAuMDJoMGwwLjAyLDAuMDJoMGwwLjAyLDAuMDJoMGwwLjAyLDAuMDJoMGwwLjAyLDAuMDJoMGwwLjAyLDAuMDJoMGwwLjAyLDAuMDJoMGwwLjAxLDAuMDJoMGwwLjAyLDAuMDJoMGwwLjAyLDAuMDJoMGwwLjAxLDAuMDNoMC4wMWwwLjAxLDAuMDJoMGwwLjAyLDAuMDJoMGwwLjAxLDAuMDJoMGwwLjAxLDAuMDNoMGwwLjAyLDAuMDJoMGwwLjAxLDAuMDNoMGwwLjAxLDAuMDJoMGwwLjAyLDAuMDNoMGwwLjAxLDAuMDJoMGwwLjAxLDAuMDNoMGwwLjAxLDAuMDNoMGwwLjAxLDAuMDJoMGwwLjAxLDAuMDNoMHYwLjAzaDBsMC4wMSwwLjAyaDBhMC45NjcsMC45NjcsMCwwLDEsLjA0LjI5djIuMzFhMS4xNTcsMS4xNTcsMCwwLDEtMS4xNSwxLjE1aDBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTA1MyAtMTc3MCkiIGZpbGw9IiNmZmZmZmYiIGZpbGwtb3BhY2l0eT0iMC4yIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / auto auto no-repeat;
  width: 25px;
  height: 25px;
  min-height: 25px;
  margin-left: 20px;
  margin-top: 15px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-right: 0;
}
.title-page .form-39 .icon.img_comments {
  border: none;
  box-sizing: border-box;
  position: absolute;
  width: 25px;
  height: 25px;
  min-height: 25px;
  margin-top: 10px;
  margin-left: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-right: 20px;
}
.title-page .form-39 .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .form-39 .form-select select {
  padding: 10px;
  border: none;
  box-sizing: border-box;
  width: 100%;
  min-width: 100px;
  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: 13.3333px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.title-page .form-39 .form-upload .form-item__body .no-more {
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
}
.title-page .form-39 .form-text .form-item__body {
  box-sizing: border-box;
}
.title-page .form-39 .form-textarea {
  box-sizing: border-box;
  margin-bottom: 20px;
  margin-right: 0;
  margin-left: 0;
}
.title-page .form-39 .form-textarea .form-item__body {
  box-sizing: border-box;
}
.title-page .form-39 .form-submit {
  box-sizing: border-box;
  text-align: left;
  margin-left: 0;
  width: auto;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .form-39 .form-submit .form-item__header {
  box-sizing: border-box;
  display: block;
}
.title-page .form-39 .form-submit .form-item__body {
  box-sizing: border-box;
}
.title-page .form-39 .form-submit button {
  padding: 20px 40px;
  border: none;
  box-sizing: border-box;
  text-align: center;
  background: #fff;
  outline: none;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #212121;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  -webkit-box-shadow: inset 0px 0px 0px 2px #e31e25;
  -moz-box-shadow: inset 0px 0px 0px 2px #e31e25;
  box-shadow: inset 0px 0px 0px 2px #e31e25;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  font-weight: bold;
  width: 100%;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 0;
  position: relative;
}
.title-page .form-39 .form-submit button:hover, .title-page .form-39 .form-submit button.hover, .title-page .form-39 .form-submit button.active {
  background: #e31e25;
  color: #fff;
}
.title-page .form-39 .form-submit button:active, .title-page .form-39 .form-submit button.active {
  background: #fff;
  color: #a6151d;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .form-39 .form-submit button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 20px;
}
.title-page .form-39 .form-captcha {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-bottom: 20px;
  margin-right: 0;
  margin-left: 0;
}
.title-page .form-39 .form-captcha .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .form-39 .form-captcha input {
  padding: 2px 4px;
  border: none;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.2);
  width: auto;
  min-width: 50px;
  min-height: 22px;
  outline: none;
  text-align: left;
  -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: 13px;
  resize: vertical;
  display: block;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .form-39 .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-39 .form-captcha .form-submit-container {
  box-sizing: border-box;
}
.title-page .form-39 .form-captcha button {
  padding: 20px 40px;
  border: none;
  box-sizing: border-box;
  text-align: center;
  background: #fff;
  outline: none;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #212121;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  -webkit-box-shadow: inset 0px 0px 0px 2px #e31e25;
  -moz-box-shadow: inset 0px 0px 0px 2px #e31e25;
  box-shadow: inset 0px 0px 0px 2px #e31e25;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  font-weight: bold;
  width: 100%;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 0;
  position: relative;
}
.title-page .form-39 .form-captcha button:hover, .title-page .form-39 .form-captcha button.hover, .title-page .form-39 .form-captcha button.active {
  background: #e31e25;
  color: #fff;
}
.title-page .form-39 .form-captcha button:active, .title-page .form-39 .form-captcha button.active {
  background: #fff;
  color: #a6151d;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .form-39 .form-captcha button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 20px;
}
.title-page .form-39 .form-captcha .mgCaptcha-block {
  box-sizing: border-box;
  line-height: 0;
  font-size: 0;
  min-width: 112px;
}
.title-page .form-39 .form-captcha .mgCaptcha-block img {
  box-sizing: border-box;
  vertical-align: middle;
  border: none;
  margin-right: 5px;
}
.title-page .form-39 .form-captcha .mgCaptcha-input {
  box-sizing: border-box;
}
.title-page .form-39 .form-checkbox {
  box-sizing: border-box;
  margin-bottom: 20px;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 10px;
}
.title-page .form-39 .form-checkbox .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .form-39 .form-checkbox .form-item__title {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-top: 5px;
  color: #fff;
  font-family: Montserrat, sans-serif;
}
.title-page .form-39 .form-checkbox .form-item__body label.form-item__title {
  font-size: 13px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: left;
  text-decoration: none;
}
.title-page .form-39 .form-checkbox input {
  margin: 5px 5px 0 0;
}
.title-page .form-39 .form-radio {
  box-sizing: border-box;
  margin-bottom: 20px;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 10px;
}
.title-page .form-39 .form-radio .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .form-39 .form-radio .form-item__body label.form-item__title {
  font-size: 13px;
  color: #fff;
  text-align: left;
  text-decoration: none;
}
.title-page .form-39 .form-radio input {
  margin: 5px 5px 0 0;
}
.title-page .form-39 .form-radio .form-item__title {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-top: 5px;
  color: #fff;
  font-family: Montserrat, sans-serif;
}
.title-page .form-39 .form-select {
  box-sizing: border-box;
  margin-bottom: 20px;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 10px;
}
.title-page .form-39 .form-div {
  box-sizing: border-box;
  margin-bottom: 20px;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 10px;
}
.title-page .form-39 .form-html {
  box-sizing: border-box;
  margin-bottom: 20px;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 10px;
}
.title-page .form-39 .form-html .form-item__body {
  font-size: 13px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: left;
  text-decoration: none;
}
.title-page .form-39 .form-upload {
  box-sizing: border-box;
  margin-bottom: 20px;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 10px;
}
.title-page .form-39 .form-calendar {
  box-sizing: border-box;
  margin-bottom: 20px;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 10px;
}
.title-page .form-39 .form-calendar .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .form-39 .form-calendar input {
  padding: 10px;
  border: none;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.2);
  width: 100%;
  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: 13.3333px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .form-39 .form-calendar_interval {
  box-sizing: border-box;
  margin-bottom: 20px;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 10px;
}
.title-page .form-39 .form-calendar_interval input {
  padding: 10px;
  border: none;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.2);
  width: 100%;
  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: 13.3333px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.title-page .form-39 .form-calendar_interval .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .form-39 .form-calendar_interval .label_from {
  box-sizing: border-box;
  margin-right: 5px;
  -webkit-flex: 0;
  -moz-flex: 0;
  flex: 0;
  color: #fff;
  text-align: left;
  text-decoration: none;
}
.title-page .form-39 .form-calendar_interval .label_to {
  box-sizing: border-box;
  margin-right: 5px;
  -webkit-flex: 0;
  -moz-flex: 0;
  flex: 0;
  color: #fff;
  text-align: left;
  text-decoration: none;
}
.title-page .form-39 .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-39 .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-39 .group-text {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-right: 0;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.title-page .form-39 .group-textarea {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-right: 0;
}
.title-page .form-39 .form-tfoot {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.title-page .form-39 .group-button {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-right: 0;
}
.title-page .form-39 .form-success {
  box-sizing: border-box;
  padding-top: 20px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: left;
  text-decoration: none;
  font-size: 18px;
  font-weight: normal;
}
.title-page .form-39 ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.title-page .form-39 ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.title-page .form-39 :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.title-page .block-39 {
  padding: 80px 20px 150px;
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 4;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  right: 0;
}
.title-page .block-40 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .widget-47 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  font-family: Montserrat, sans-serif;
}
.title-page .popover-wrap-70 .popover-body {
  padding: 60px 40px 40px;
  border: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  position: relative;
  display: inline-block;
  width: 350px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #a6151d;
  text-align: center;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-70 .popover-body .form_text input {
  padding: 20px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  text-align: left;
  -webkit-appearance: none;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.2);
}
.title-page .popover-wrap-70 .popover-body .form_calendar input {
  padding: 10px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: left;
  -webkit-appearance: none;
  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;
  background: rgba(255, 255, 255, 0.2);
}
.title-page .popover-wrap-70 .popover-body .form_calendar_interval input {
  padding: 5px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  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;
  background: rgba(255, 255, 255, 0.2);
}
.title-page .popover-wrap-70 .popover-body textarea {
  padding: 20px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.2);
}
.title-page .popover-wrap-70 .popover-body .s3_button_large {
  padding: 20px 40px;
  border: none;
  background: #fff;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: inset 0px 0px 0px 2px #e31e25;
  -moz-box-shadow: inset 0px 0px 0px 2px #e31e25;
  box-shadow: inset 0px 0px 0px 2px #e31e25;
  font-size: 15px;
  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;
  color: #212121;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  margin-top: 10px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 270px;
}
.title-page .popover-wrap-70 .popover-body .s3_button_large:hover, .title-page .popover-wrap-70 .popover-body .s3_button_large.hover, .title-page .popover-wrap-70 .popover-body .s3_button_large.active {
  background: #e31e25;
  color: #fff;
}
.title-page .popover-wrap-70 .popover-body .s3_button_large:active, .title-page .popover-wrap-70 .popover-body .s3_button_large.active {
  background: #fff;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  color: #a6151d;
}
.title-page .popover-wrap-70 .popover-body .s3_message {
  padding: 10px;
  border: none;
  display: table;
  margin-top: 20px;
  margin-bottom: 20px;
  background: #fff;
  color: #212121;
  box-sizing: border-box;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: center;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.title-page .popover-wrap-70 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 45px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMi41IiBoZWlnaHQ9IjMyLjY4OCIgdmlld0JveD0iMCAwIDMyLjUgMzIuNjg4IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iS3Jlc3Rpay5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTc5My41NjMsMzkyLjczN2EyLjk5MywyLjk5MywwLDAsMC00LjI1NCwwTDc3OC4yLDQwMy45MjJsLTExLjEwOS0xMS4xODVhMi45OTIsMi45OTIsMCwwLDAtNC4yNTMsMCwzLjA0MywzLjA0MywwLDAsMCwwLDQuMjgzbDExLjEwOCwxMS4xODVMNzYyLjgzOSw0MTkuMzlhMy4wNDMsMy4wNDMsMCwwLDAsMCw0LjI4MywyLjk5MywyLjk5MywwLDAsMCw0LjI1MywwTDc3OC4yLDQxMi40ODhsMTEuMTA4LDExLjE4NWEyLjk5NCwyLjk5NCwwLDAsMCw0LjI1NCwwLDMuMDQzLDMuMDQzLDAsMCwwLDAtNC4yODNsLTExLjEwOS0xMS4xODUsMTEuMTA5LTExLjE4NUEzLjA0MywzLjA0MywwLDAsMCw3OTMuNTYzLDM5Mi43MzdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzYxLjk2OSAtMzkxLjg3NSkiIGZpbGw9IiM3YTdhN2EiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / 15px no-repeat #fff;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  min-height: 45px;
  margin-top: 20px;
  margin-right: 20px;
}
.title-page .popover-wrap-70 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-70 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-70 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-70 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .blocklist-70 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-70 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-70 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 35px;
  text-align: left;
  box-sizing: border-box;
}
.title-page .blocklist-70 .header_text {
  font-size: 35px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  color: #141414;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-weight: 800;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-70 .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-70 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-70 .body-outer {
  box-sizing: border-box;
  position: relative;
}
.title-page .blocklist-70 .body {
  margin: 0 -15px;
  box-sizing: border-box;
}
.title-page .blocklist-70 .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-70 .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-70 .list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
  box-sizing: border-box;
}
.title-page .blocklist-70 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 33.33%;
}
.title-page .blocklist-70 .item {
  padding: 30px;
  margin: 15px;
  border: none;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  text-align: left;
  left: 0;
  right: 0;
  flex-basis: 100%;
  align-self: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(33, 33, 33, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(33, 33, 33, 0.1);
  box-shadow: inset 0px 0px 0px 1px rgba(33, 33, 33, 0.1);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.title-page .blocklist-70 .text {
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  color: rgba(33, 33, 33, 0.7);
  line-height: 1.5;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 14px;
  padding-top: 5px;
}
.title-page .blocklist-70 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-70 .image {
  padding: 0.02px 0;
  margin: -30px -30px 0;
  border: none;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: auto;
  left: 0;
  right: 0;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  background: #f7f8fc;
}
.title-page .blocklist-70 .item-label {
  padding: 0.02px 0;
  margin: 20px;
  border: none;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: none transparent;
  color: rgba(255, 255, 255, 0);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 0;
  bottom: 0;
  align-self: auto;
  width: auto;
  right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  font-weight: bold;
  min-height: 0;
}
.title-page .blocklist-70 .item-label:hover, .title-page .blocklist-70 .item-label.hover, .title-page .blocklist-70 .item-label.active {
  background: url("../images/lib_1980101_zoom.svg") left 50% top 50% / auto auto no-repeat rgba(166, 21, 29, 0.7);
}
.title-page .blocklist-70 .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-70 .img-convert {
  box-sizing: border-box;
  width: auto;
  height: 270px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-border-radius: 20px 20px 0px 0px;
  -moz-border-radius: 20px 20px 0px 0px;
  border-radius: 20px 20px 0px 0px;
  margin-top: 0;
  align-self: auto;
}
.title-page .blocklist-70 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-70 .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-70 .title {
  font-weight: bold;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  text-decoration: none;
  font-size: 15px;
  padding-top: 20px;
}
.title-page .blocklist-70 .sub-title {
  font-style: italic;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.title-page .blocklist-70 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-70 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-70 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-70 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-70 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-70 .more {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-70 .more > a {
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}
.title-page .blocklist-70 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-70 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-70 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-70 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-70 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-70 .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-70 .controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: none;
  box-sizing: border-box;
  margin-top: -10px;
  z-index: 1;
}
.title-page .blocklist-70 .prev {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-left.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-70 .next {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-right.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-70 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-70 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-70 .bx-pager-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  display: none;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  visibility: hidden;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-70 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-70 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-70 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-70 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-70 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_pause.png") center center / auto no-repeat;
}
.title-page .blocklist-70 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_play.png") center center / auto no-repeat;
}
.title-page .blocklist-70 .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-70 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-70 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-70 .bx-pager a {
  margin: 2px;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
}
.title-page .popover-container-70 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-70 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-70 .popover-form-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 25px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
}
.title-page .popover-wrap-70 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-70 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-70 .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-70 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-70 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-70 .popover-body .s3_form_item.form_div {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-70 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  text-align: left;
}
.title-page .popover-wrap-70 .popover-body .s3_form_item.form_html_block {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-70 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-70 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  color: rgba(255, 255, 255, 0.7);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-size: 14px;
}
.title-page .popover-wrap-70 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-70 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-70 .popover-body .s3_form_item.form_checkbox {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-70 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-70 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-70 .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-70 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-70 .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-70 .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-70 .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;
  color: rgba(255, 255, 255, 0.7);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-size: 12px;
}
.title-page .popover-wrap-70 .popover-body .s3_form_item.form_radio {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-70 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-70 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-70 .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-70 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-70 .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-70 .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-70 .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;
  color: rgba(255, 255, 255, 0.7);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-size: 12px;
}
.title-page .popover-wrap-70 .popover-body .s3_form_item.form_select {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-70 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-70 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-70 .popover-body .form_select .s3_form_field_content {
  padding: 0.02px 0;
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .popover-wrap-70 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-70 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-70 .popover-body .s3_form_item.form_calendar {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-70 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-70 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-70 .popover-body .s3_form_item.form_calendar_interval {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-70 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-70 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-70 .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-70 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-70 .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-70 .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;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-70 .popover-body .s3_form_item.form_upload {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-70 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-70 .popover-body .form_upload .no-more {
  border: none;
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-70 .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-70 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-70 .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-70 ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.title-page .popover-wrap-70 ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.title-page .popover-wrap-70 :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.title-page .block-28 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  z-index: 3;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  padding-bottom: 0.02px;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-29 {
  padding: 0.02px 20px 80px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: #212121;
  z-index: 2;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  text-decoration: none;
}
.title-page .block-41 {
  margin: 60px auto 0;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  max-width: 100%;
  z-index: 3;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .widget-48 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  width: auto;
  min-height: 350px;
  display: -webkit-flex;
  display: flex;
  background: #ccc;
  overflow: hidden;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  max-width: 100%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  right: 0;
}
.title-page .block-30 .layout_52 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-30 .layout_53 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-30 .layout_54 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-30 {
  padding: 40px;
  margin: -70px auto 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  background: #a6151d;
  z-index: 2;
  text-align: justify;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  max-width: 100%;
}
.title-page .widget-27 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: undefined;
  box-sizing: border-box;
  width: 280px;
}
.title-page .email-52 p:first-child {
  margin-top: 0;
}
.title-page .email-52 p:last-child {
  margin-bottom: 0;
}
.title-page .email-52 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.title-page .email-52 .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 .email-52 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 35px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MC44NzUiIGhlaWdodD0iNTYuNzgxIiB2aWV3Qm94PSIwIDAgNTAuODc1IDU2Ljc4MSIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIDxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9Ik1haWwuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik01MzIuNjg2LDQwMC4xMzdsLTAuMDQ0LS4wNDgtNS40MzgtNS41NTN2LTAuODY4YTQuMzkyLDQuMzkyLDAsMCwwLTQuMzUzLTQuNDJoLTAuODU3Yy0wLjAwNy0uMDA3LTAuMDExLTAuMDE1LTAuMDE4LTAuMDIybC03LjktOC4wMTlhNy4wMjgsNy4wMjgsMCwwLDAtMTAuMDM0LDBsLTMuNjk1LDMuNzMxYTEuNTEsMS41MSwwLDAsMCwwLDIuMTEzLDEuNDU3LDEuNDU3LDAsMCwwLDIuMDgxLjAwN2wzLjctMy43MzRhNC4xMTYsNC4xMTYsMCwwLDEsNS44NzUsMGw1LjgzNiw1LjkyN0g0OTUuMTVhNC4zOTIsNC4zOTIsMCwwLDAtNC4zNTMsNC40MnYwLjkxM2wtNS4zLDUuMzUzYTcuMjM3LDcuMjM3LDAsMCwwLTEuOTM3LDQuOTQ4djIzLjgwNmE3LjE2MSw3LjE2MSwwLDAsMCw3LjEsNy4yMDdoMzYuNjg1YTcuMTYsNy4xNiwwLDAsMCw3LjEtNy4yMDdWNDA0Ljg4MkE3LjI2OSw3LjI2OSwwLDAsMCw1MzIuNjg2LDQwMC4xMzdaTTQ5MC44LDM5OC44djEuNjkzYTEuNDcyLDEuNDcyLDAsMSwwLDIuOTQzLDB2LTYuODIyYTEuNDIyLDEuNDIyLDAsMCwxLDEuNDEtMS40M2gyNy43YTEuNDIxLDEuNDIxLDAsMCwxLDEuNDA5LDEuNDN2Ni44MjJhMS40NzIsMS40NzIsMCwxLDAsMi45NDQsMHYtMS43MjhsMi4yLDIuMjMxLTEzLjY4MywxMy45LTEuNjM3LTEuNjYyYTcuMDE4LDcuMDE4LDAsMCwwLTEwLjAzNywwbC0xLjYzOCwxLjY2Mi0xMy43MzMtMTMuOTQ3Wm00MC43LDI5Ljg5MWE0LjE5MSw0LjE5MSwwLDAsMS00LjE1NCw0LjIxOEg0OTAuNjU4YTQuMTkxLDQuMTkxLDAsMCwxLTQuMTU0LTQuMjE4VjQwNC44ODJhNC4zMjQsNC4zMjQsMCwwLDEsLjMwOC0xLjZMNTAwLjMyNCw0MTdsLTkuOSwxMC4wNDhhMS41MTMsMS41MTMsMCwwLDAsMCwyLjExNCwxLjQ1NiwxLjQ1NiwwLDAsMCwyLjA4MiwwbDEzLjYxMy0xMy44MjVhNC4xMTEsNC4xMTEsMCwwLDEsNS44NzUsMGwxMy44NjIsMTQuMDc3YTEuNDU1LDEuNDU1LDAsMCwwLDIuMDgxLDAsMS41MSwxLjUxLDAsMCwwLDAtMi4xMTNMNTE3LjgsNDE3bDEzLjQyMi0xMy42M2E0LjI2Myw0LjI2MywwLDAsMSwuMjc3LDEuNTF2MjMuODA2Wm0tMzEuNi0yOC45M0g1MTguMWExLjUsMS41LDAsMCwwLDAtMi45OUg0OTkuOUExLjUsMS41LDAsMCwwLDQ5OS45LDM5OS43NThabTE5LjY3OCw1LjY4YTEuNDgzLDEuNDgzLDAsMCwwLTEuNDcyLTEuNUg0OTkuOWExLjQ5NSwxLjQ5NSwwLDAsMCwwLDIuOTg5SDUxOC4xQTEuNDgzLDEuNDgzLDAsMCwwLDUxOS41NzUsNDA1LjQzOFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00ODMuNTYzIC0zNzkuMTI1KSIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / 18px no-repeat;
  margin-right: 20px;
  margin-top: auto;
  margin-bottom: auto;
  align-self: center;
  -webkit-box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  min-height: 35px;
}
.title-page .email-52 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  left: 100%;
  top: auto;
  right: auto;
  bottom: auto;
}
.title-page .email-52 .cell-text {
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  margin-right: 0;
  padding-right: 0;
  -webkit-box-shadow: inset 1px 0px 0px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 1px 0px 0px rgba(255, 255, 255, 0.1);
  box-shadow: inset 1px 0px 0px rgba(255, 255, 255, 0.1);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-left: 0;
  margin-left: 0;
}
.title-page .email-52 .title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 3px;
}
.title-page .email-52 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-decoration: underline;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 15px;
  font-weight: 600;
}
.title-page .email-52 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .email-52 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-28 {
  margin: 0 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: undefined;
  box-sizing: border-box;
  width: 300px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .address-53 p:first-child {
  margin-top: 0;
}
.title-page .address-53 p:last-child {
  margin-bottom: 0;
}
.title-page .address-53 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.title-page .address-53 .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-53 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 35px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iYWRyZXMuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik02NDQuNSw1Mi4zMjdhMC42NTgsMC42NTgsMCwxLDAsMC0xLjMxNiwwLjc4OSwwLjc4OSwwLDEsMSwuNzg5LTAuNzksMC42NTgsMC42NTgsMCwwLDAsMS4zMTYsMEEyLjEwNSwyLjEwNSwwLDEsMCw2NDQuNSw1Mi4zMjdabS00Ljk3My4zNTEsMy45ODMsOC40MzZhMS4wOTMsMS4wOTMsMCwwLDAsMS45NzYsMGwzLjk3OS04LjQzQTAuNTQ0LDAuNTQ0LDAsMCwwLDY0OS41LDUyLjZhNS40NDIsNS40NDIsMCwxLDAtMTAuMDE4LS4wNDVBMC44NjEsMC44NjEsMCwwLDAsNjM5LjUyNyw1Mi42NzhabTQuOTczLTYuMzYyYTQuMTMzLDQuMTMzLDAsMCwxLDMuNzcsNS44MTNsLTAuMDA5LjAyNEw2NDQuNSw2MC4xMjVsLTMuNzY1LTcuOTczYTAuMDI3LDAuMDI3LDAsMCwwLDAtLjAwNywwLjU1NywwLjU1NywwLDAsMC0uMDI1LTAuMDY5QTQuMTM0LDQuMTM0LDAsMCwxLDY0NC41LDQ2LjMxNlpNNjUyLjM1Myw2MS42YTAuNzg5LDAuNzg5LDAsMSwwLS43ODktMC43ODlBMC43OSwwLjc5LDAsMCwwLDY1Mi4zNTMsNjEuNlptMS4yMDktMTIuMTI1aC0xLjEwOGEwLjY1OCwwLjY1OCwwLDEsMCwwLDEuMzE2aDEuMTA4YTIuMTIxLDIuMTIxLDAsMCwxLDIuMTIyLDIuMTE1djQuNzI3SDY0OS44MmEwLjY1OCwwLjY1OCwwLDAsMC0uNjU4LjY1OHY1Ljc3MmgtNy43NzdhMi41MDUsMi41MDUsMCwwLDAtMS43NzQtMS43NzNWNTguNGEwLjY1LDAuNjUsMCwwLDAtLjAzOS0wLjIxNywwLjY1NywwLjY1NywwLDAsMC0uNjQ4LTAuNTU0aC01LjYwOFY1Mi45YTIuMTIxLDIuMTIxLDAsMCwxLDIuMTIyLTIuMTE1aDEuMDgzYTAuNjU4LDAuNjU4LDAsMSwwLDAtMS4zMTZoLTEuMDgzQTMuNDM4LDMuNDM4LDAsMCwwLDYzMiw1Mi45VjY2LjU2OUEzLjQzOCwzLjQzOCwwLDAsMCw2MzUuNDM4LDcwaDE4LjEyNEEzLjQzOSwzLjQzOSwwLDAsMCw2NTcsNjYuNTY5VjUyLjlBMy40MzksMy40MzksMCwwLDAsNjUzLjU2Miw0OS40NzRabS0yMC4yNDYsOS40NzNoNC45OFY2Mi4zYTIuNTA4LDIuNTA4LDAsMCwwLTEuNzM3LDEuNzYzaC0zLjI0M1Y1OC45NDdabTQuOTgsOS43MzdoLTIuODU4YTIuMTIxLDIuMTIxLDAsMCwxLTIuMTIyLTIuMTE1VjY1LjM3N2gzLjI1YTIuNTA5LDIuNTA5LDAsMCwwLDEuNzMsMS43MzZ2MS41NzFabTEwLjg2NiwwaC05LjU1MVY2Ni43YTAuNjIzLDAuNjIzLDAsMCwwLC4wMTktMC4xNSwwLjY1OCwwLjY1OCwwLDAsMC0uNjU4LTAuNjU4LDEuMTg3LDEuMTg3LDAsMSwxLDEuMTg0LTEuMTg3LDAuNjUyLDAuNjUyLDAsMCwwLC44NzguNjE4LDAuNjQ3LDAuNjQ3LDAsMCwwLC4yNi4wNTRoNy44Njh2My4zMDdabTYuNTIyLTIuMTE1YTIuMTIxLDIuMTIxLDAsMCwxLTIuMTIyLDIuMTE1aC0zLjA4NFY2NS4zNzdoNS4yMDZ2MS4xOTJabTAtMi41MDhoLTUuMjA2VjU4Ljk0N2g1LjIwNnY1LjExNFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02MzIgLTQ1KSIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjZmZmZmZmIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / 20px no-repeat;
  margin-right: 20px;
  margin-top: 0;
  margin-bottom: auto;
  align-self: auto;
  -webkit-box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  min-height: 35px;
}
.title-page .address-53 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  left: 100%;
  top: auto;
  right: auto;
  bottom: auto;
}
.title-page .address-53 .cell-text {
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  margin-right: 0;
  padding-right: 0;
  -webkit-box-shadow: inset 1px 0px 0px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 1px 0px 0px rgba(255, 255, 255, 0.1);
  box-shadow: inset 1px 0px 0px rgba(255, 255, 255, 0.1);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-left: 0;
  margin-left: 0;
}
.title-page .address-53 .title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 3px;
}
.title-page .address-53 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-decoration: none;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 14px;
  font-weight: normal;
}
.title-page .address-53 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .address-53 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-29 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: undefined;
  box-sizing: border-box;
  width: 280px;
}
.title-page .phones-54 p:first-child {
  margin-top: 0;
}
.title-page .phones-54 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-54 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.title-page .phones-54 .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-54 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 35px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1Mi4yODEiIGhlaWdodD0iNTYuODEyIiB2aWV3Qm94PSIwIDAgNTIuMjgxIDU2LjgxMiIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIDxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9IlRlbC5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTM2OC40ODUsMzkwLjQxMmExNC4wOSwxNC4wOSwwLDAsMSw4Ljk4Nyw2LjEyNSwxNC4yNSwxNC4yNSwwLDAsMSwyLjA2NiwxMC43MjUsMS41LDEuNSwwLDAsMCwxLjE1OCwxLjc2NCwxLjQ1MywxLjQ1MywwLDAsMCwuMy4wMzEsMS40ODksMS40ODksMCwwLDAsMS40NTQtMS4yLDE3LjI0NCwxNy4yNDQsMCwwLDAtMi41LTEyLjk3MSwxNy4wNDMsMTcuMDQzLDAsMCwwLTEwLjg3Mi03LjQwN0ExLjQ5NCwxLjQ5NCwwLDAsMCwzNjguNDg1LDM5MC40MTJabS0yLjMzNCw3LjEwOGE3LjcyOSw3LjcyOSwwLDAsMSw1Ljk3OCw5LjExMSwxLjQ5MywxLjQ5MywwLDAsMCwxLjE1NywxLjc2NCwxLjQ2LDEuNDYsMCwwLDAsLjMuMDMxLDEuNDg5LDEuNDg5LDAsMCwwLDEuNDU0LTEuMiwxMC43MjMsMTAuNzIzLDAsMCwwLTguMjkzLTEyLjY0QTEuNDk1LDEuNDk1LDAsMCwwLDM2Ni4xNTEsMzk3LjUyWm0xMS4wNzQsMTYuMjA3YTMuODQsMy44NCwwLDAsMC0yLjk0NS0uOTU2LDQuNSw0LjUsMCwwLDAtMi45MzUsMS44NDNjLTAuNDQ4LjU2Ni0xLjIwOSwxLjUxNi0xLjQ3NCwxLjgyOS0xLjc4OCwyLjExMi0zLjAzMywxLjQwNy0zLjg2OS44NzRhNDcuNDc1LDQ3LjQ3NSwwLDAsMS02LjQyOS03LjFjLTAuMDI1LS4wMzctMC4wNTEtMC4wNzEtMC4wNzYtMC4xbC0wLjAyOS0uMDRoMGMtMC4wMjEtLjAyNy0wLjA0Mi0wLjA1NC0wLjA2NC0wLjA4YTQ3LjYzNiw0Ny42MzYsMCwwLDEtNS4yODEtOC4wNDJjLTAuMzExLS45NDItMC42OTEtMi4zMjMsMS43ODUtMy41NTQsMC4wNDEtLjAxOS4xMDYtMC4wNDYsMC4xOTEtMC4wODJhMTEuNSwxMS41LDAsMCwwLDMuNTMyLTIuMTQ0LDMuOTY5LDMuOTY5LDAsMCwwLC44NDEtNC42NzgsODkuNDU0LDg5LjQ1NCwwLDAsMC02LjI0OS0xMC4zNTUsNC4zNDUsNC4zNDUsMCwwLDAtNi4xMzQtMS4yOTRsMS42MzksMi40OTNhMS4zOTIsMS4zOTIsMCwwLDEsMi4wODkuNTU1QTg3LjA2NSw4Ny4wNjUsMCwwLDEsMzU3LjgsMzkyLjhhMC45NTMsMC45NTMsMCwwLDEtLjI2OCwxLjI1NSw5LjEyNiw5LjEyNiwwLDAsMS0yLjU4OCwxLjVjLTAuMTYxLjA2OS0uMjgsMC4xMjEtMC4zNDUsMC4xNTMtMi4yMjUsMS4xMDctNC42LDMuMjY2LTMuMjY2LDcuMjY4LDAuMDE3LDAuMDUyLjAzOCwwLjEsMC4wNiwwLjE1M2E0OS45OTIsNDkuOTkyLDAsMCwwLDUuNyw4LjczN2wwLjAzNywwLjA0N2MwLjAxOCwwLjAyNi4wMzcsMC4wNTEsMC4wNTYsMC4wNzVhNDkuNzEyLDQ5LjcxMiwwLDAsMCw3LjAxMSw3LjcsMS4zNTQsMS4zNTQsMCwwLDAsLjEzOC4xYzMuNTM4LDIuMjY2LDYuMTk0LjQ4Myw3LjgtMS40MDksMC4zMjktLjM4OCwxLjE5NC0xLjQ3MiwxLjUzNy0xLjkwNWwwLjA0LS4wNTFhMS42NDgsMS42NDgsMCwwLDEsLjkyOC0wLjY4OSwxLjAxOCwxLjAxOCwwLDAsMSwuNzE0LjMwNiw4MS43MDcsODEuNzA3LDAsMCwxLDcuODMzLDcuMTgxLDEuNjkyLDEuNjkyLDAsMCwwLC4xMjUuMTQyYzEuNDIyLDEuNDIzLjk3OSwyLjI3NCwwLjgzMywyLjU1M2ExLjUsMS41LDAsMCwwLC42MjcsMi4wMTgsMS40NTcsMS40NTcsMCwwLDAsLjY4OC4xNzEsMS40ODQsMS40ODQsMCwwLDAsMS4zMTctLjhjMC40NzktLjkyLDEuMy0zLjMzNC0xLjMwNS02QzM4My44OTQsNDE5LjM0LDM3OC41ODEsNDE0Ljg0LDM3Ny4yMjUsNDEzLjcyN1ptLTE5Ljc1NS0xLjVoMGExLjQ4NiwxLjQ4NiwwLDAsMCwuMzQ0LjE2M0ExLjQ4NiwxLjQ4NiwwLDAsMSwzNTcuNDcsNDEyLjIyMlptMTMuOTMtMzEuNzlhMS40OTQsMS40OTQsMCwwLDAtLjU5NSwyLjkyOSwyMC44LDIwLjgsMCwwLDEsMTYuMDg4LDI0LjUyMywxLjQ5NCwxLjQ5NCwwLDAsMCwxLjE1NywxLjc2NCwxLjQ2NywxLjQ2NywwLDAsMCwuMy4wMzEsMS40ODksMS40ODksMCwwLDAsMS40NTQtMS4yQTIzLjc5NCwyMy43OTQsMCwwLDAsMzcxLjQsMzgwLjQzMlptMTEuNjgzLDQ5LjMzMmExLjUsMS41LDAsMCwwLS4wNS0wLjE1MmMtMC4wMTUtLjA0Mi0wLjAyNi0wLjA4NC0wLjA0NC0wLjEyNXMtMC4wNDUtLjA4MS0wLjA2OC0wLjEyMWExLjM0MSwxLjM0MSwwLDAsMC0uMDgyLTAuMTM3YzAtLjAwNi0wLjAwNi0wLjAxMi0wLjAxLTAuMDE4LTAuMDI4LS4wMzgtMC4wNjItMC4wNjctMC4wOTMtMC4xcy0wLjA1MS0uMDY1LTAuMDgxLTAuMDk0bC02LjU2OS02LjIxYTEuNDc5LDEuNDc5LDAsMCwwLTIuMS4wNjYsMS41LDEuNSwwLDAsMCwuMDY2LDIuMTEzbDUuMjQ2LDQuOTZjLTIuODI0LDEuOTE5LTUuMjY3LDIuOTY0LTYuOTgxLDIuOTY0aDBhNC44NTgsNC44NTgsMCwwLDEtMi4yNTEtLjUzOGgwYTEuMzA4LDEuMzA4LDAsMCwwLS4xMjQtMC4wNzQsNjEuNDM3LDYxLjQzNywwLDAsMS0xNy43MjctMTUuNDdsLTAuNDkxLS42MzdhNjEuODM4LDYxLjgzOCwwLDAsMS0xMC41NTQtMjEuMTE3YzAtLjAxNy0wLjAxMi0wLjA0My0wLjAxOC0wLjA2MWEzLjk0OCwzLjk0OCwwLDAsMS0uMDI1LTIuMjM5LDE4Ljg1NiwxOC44NTYsMCwwLDEsMy41LTUuNjYybDMuOTU4LDYuNDQ3YTEuNDgzLDEuNDgzLDAsMCwwLDEuMjY1LjcwOSwxLjQ2OCwxLjQ2OCwwLDAsMCwuNzgtMC4yMjQsMS41LDEuNSwwLDAsMCwuNDgyLTIuMDU3bC00LjktNy45ODNhMS40OTEsMS40OTEsMCwwLDAtLjI4OC0wLjMzMmMtMC4wMTktLjAyMS0wLjAzMy0wLjA0NS0wLjA1NC0wLjA2NmExLjQ3OCwxLjQ3OCwwLDAsMC0yLjEuMDIyLDIzLjMzNCwyMy4zMzQsMCwwLDAtNS40MzcsOC4xMjcsNi45MTYsNi45MTYsMCwwLDAtLjAzMSw0LjEsNjUuMTMzLDY1LjEzMywwLDAsMCwxMS4wNzcsMjIuMTY5bDAuNDkxLDAuNjM1YzUsNi40NjgsMTIuMzA5LDEyLjg0MiwxOC42MzQsMTYuMjUyYTcuNjE5LDcuNjE5LDAsMCwwLDMuODExLjk4NWgwYzIuNzE0LDAsNi4xNDktMS41NDYsMTAuMjA5LTQuNmExLjMxOCwxLjMxOCwwLDAsMCwuMTI5LTAuMTE4YzAuMDIxLS4wMi4wNDUtMC4wMzUsMC4wNjUtMC4wNTdsMC4wMDktLjAxMWExLjQyMiwxLjQyMiwwLDAsMCwuMTI2LTAuMTY2YzAuMDE3LS4wMjUuMDM4LTAuMDQ4LDAuMDUzLTAuMDczYTEuNDQ0LDEuNDQ0LDAsMCwwLC4wODMtMC4xNzNjMC4wMTQtLjAzMS4wMzEtMC4wNiwwLjA0My0wLjA5MmExLjY4OSwxLjY4OSwwLDAsMCwuMDQ1LTAuMTczYzAuMDA4LS4wMzUuMDItMC4wNywwLjAyNS0wLjEwNWExLjM3OSwxLjM3OSwwLDAsMCwuMDEyLTAuMTgyYzAtLjAzNC4wMDYtMC4wNjksMC0wLjFhMS4zMzMsMS4zMzMsMCwwLDAtLjAyMy0wLjE3OEMzODMuMDkzLDQyOS44MzYsMzgzLjA5MSw0MjkuOCwzODMuMDgzLDQyOS43NjRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzM4IC0zNzkuMDk0KSIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / 18px no-repeat;
  margin-right: 20px;
  margin-top: 0;
  margin-bottom: auto;
  align-self: auto;
  -webkit-box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  min-height: 35px;
}
.title-page .phones-54 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  left: 100%;
  top: auto;
  right: auto;
  bottom: auto;
}
.title-page .phones-54 .cell-text {
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  margin-right: 0;
  padding-right: 0;
  -webkit-box-shadow: inset 1px 0px 0px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 1px 0px 0px rgba(255, 255, 255, 0.1);
  box-shadow: inset 1px 0px 0px rgba(255, 255, 255, 0.1);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-left: 0;
  margin-left: 0;
}
.title-page .phones-54 .title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 3px;
}
.title-page .phones-54 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-decoration: none;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 17px;
  font-weight: bold;
}
.title-page .phones-54 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-54 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-54 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .block-32 .layout_center_60_id_56_1 {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.title-page .block-32 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  z-index: 1;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  max-width: 100%;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding-top: 60px;
}
.title-page .widget-53 {
  margin: 30px auto 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: center;
  box-sizing: border-box;
  width: 186px;
}
.title-page .block-31 .layout_55 {
  -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-31 .layout_57 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-31 .layout_58 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-31 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  z-index: 2;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  text-decoration: none;
  right: 0;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .widget-31 {
  margin: 0 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 14px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: 360px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: 0;
  padding-top: 0.02px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: 500;
}
.title-page .widget-30 {
  padding: 0.02px 0;
  margin: 0 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  box-sizing: border-box;
  width: auto;
  min-height: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJpY29uczE1LnN2ZyIgd2lkdGg9IjQwIiBoZWlnaHQ9IjQwIiB2aWV3Qm94PSIwIDAgNDAgNDAiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMiB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8Y2lyY2xlIGNsYXNzPSJjbHMtMSIgY3g9IjIwIiBjeT0iMjAiIHI9IjIwIiBmaWxsPSIjZmZmZmZmIiBmaWxsLW9wYWNpdHk9IjEiIGlkPSJjaXJjbGUtNCIvPgogIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE3OC41LDY4NS4wMDhsLTQuNDkzLDQuNDY0LDAuOTUxLDAuOTQ1LDIuODg5LTIuODY5djEyLjQ0NGgxLjM0NXYtMTIuNGwyLjg0OSwyLjgzLDAuOTUxLS45NDUtNC40OTItNC40NjQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNTggLTY3MikiIGlkPSJwYXRoLTUiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iI2E2MTUxZCIvPgo8L3N2Zz4=") left 50% top 0px / auto auto no-repeat;
  cursor: pointer;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  text-decoration: none;
}
.title-page .widget-30:hover, .title-page .widget-30.hover, .title-page .widget-30.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJpY29uczE1LnN2ZyIgd2lkdGg9IjQwIiBoZWlnaHQ9IjQwIiB2aWV3Qm94PSIwIDAgNDAgNDAiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMiB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8Y2lyY2xlIGNsYXNzPSJjbHMtMSIgY3g9IjIwIiBjeT0iMjAiIHI9IjIwIiBmaWxsPSIjYTYxNTFkIiBmaWxsLW9wYWNpdHk9IjEiIGlkPSJjaXJjbGUtNCIgdHlwZT0ic29saWRDb2xvciIvPgogIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE3OC41LDY4NS4wMDhsLTQuNDkzLDQuNDY0LDAuOTUxLDAuOTQ1LDIuODg5LTIuODY5djEyLjQ0NGgxLjM0NXYtMTIuNGwyLjg0OSwyLjgzLDAuOTUxLS45NDUtNC40OTItNC40NjQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNTggLTY3MikiIGlkPSJwYXRoLTUiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iI2ZmZmZmZiIvPgo8L3N2Zz4=") left 50% top 0px / auto auto no-repeat;
}
.title-page .widget-30:active, .title-page .widget-30.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJpY29uczE1LnN2ZyIgd2lkdGg9IjQwIiBoZWlnaHQ9IjQwIiB2aWV3Qm94PSIwIDAgNDAgNDAiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMiB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8Y2lyY2xlIGNsYXNzPSJjbHMtMSIgY3g9IjIwIiBjeT0iMjAiIHI9IjIwIiBmaWxsPSIjZmZmZmZmIiBmaWxsLW9wYWNpdHk9IjEiIGlkPSJjaXJjbGUtNCIgdHlwZT0ic29saWRDb2xvciIvPgogIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE3OC41LDY4NS4wMDhsLTQuNDkzLDQuNDY0LDAuOTUxLDAuOTQ1LDIuODg5LTIuODY5djEyLjQ0NGgxLjM0NXYtMTIuNGwyLjg0OSwyLjgzLDAuOTUxLS45NDUtNC40OTItNC40NjQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNTggLTY3MikiIGlkPSJwYXRoLTUiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iI2E2MTUxZCIvPgo8L3N2Zz4=") left 50% top 0px / auto auto no-repeat;
}
.title-page .up-55 .icon {
  border: 2px solid rgba(255, 255, 255, 0.22);
  box-sizing: border-box;
  margin-top: 12px;
  height: 20px;
  width: 34px;
  display: inline-block;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjIxIiBoZWlnaHQ9IjE0IiB2aWV3Qm94PSIwIDAgMjEgMTQiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgb3BhY2l0eTogMC4yOyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggZD0iTS0wLjAwMCwxMC45MDcgTDEwLjUwMCwtMC4wMDAgTDIxLjAwMCwxMC45MDcgTDE4LjA2NCwxNC4wMDAgTDEwLjUwMCw2LjE0MyBMMi45MzYsMTQuMDAwIEwtMC4wMDAsMTAuOTA3IFoiIGNsYXNzPSJjbHMtMSIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1vcGFjaXR5PSIxIiBpZD0icGF0aC00IiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top calc(50% - 1px) / 15px no-repeat;
  text-align: left;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  min-height: 34px;
  -webkit-order: 5;
  -moz-order: 5;
  order: 5;
}
.title-page .up-55 .icon:hover, .title-page .up-55 .icon.hover, .title-page .up-55 .icon.active {
  border: 2px solid #6ed6ff;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjIxIiBoZWlnaHQ9IjE0IiB2aWV3Qm94PSIwIDAgMjEgMTQiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgb3BhY2l0eTogMC4yOyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggZD0iTS0wLjAwMCwxMC45MDcgTDEwLjUwMCwtMC4wMDAgTDIxLjAwMCwxMC45MDcgTDE4LjA2NCwxNC4wMDAgTDEwLjUwMCw2LjE0MyBMMi45MzYsMTQuMDAwIEwtMC4wMDAsMTAuOTA3IFoiIGNsYXNzPSJjbHMtMSIgZmlsbD0iIzZlZDZmZiIgZmlsbC1vcGFjaXR5PSIxIiBpZD0icGF0aC00IiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top calc(50% - 1px) / 15px no-repeat;
}
.title-page .up-55 .title {
  padding: 55px 20px 0.02px;
  margin: 0;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
  width: auto;
  font-weight: 600;
  min-height: 0;
}
.title-page .up-55 .title:hover, .title-page .up-55 .title.hover, .title-page .up-55 .title.active {
  color: #a6151d;
}
.title-page .widget-32 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: right;
  font-family: Roboto, sans-serif;
  color: #d8d8d8;
  text-decoration: none;
  font-size: 14px;
  width: 360px;
  right: 0;
}
.title-page .widget-36 {
  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-61 .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;
  text-align: center;
}
.title-page .side-panel-61 .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;
  text-align: left;
}
.title-page .side-panel-61 .side-panel-close {
  position: absolute;
  z-index: 1;
  left: 100%;
  top: 0;
  box-sizing: border-box;
  font-size: 0;
  width: 29px;
  min-height: 29px;
  background: url("../images/wm_side_panel_cross.png") left 50% top 50% / auto no-repeat #eee;
  cursor: pointer;
}
.title-page .side-panel-61 .side-panel-content-inner {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  position: relative;
  z-index: 0;
}
.title-page .side-panel-61 .side-panel-top {
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .side-panel-61 .side-panel-button {
  padding: 4px 5px 7px;
  box-sizing: border-box;
  font-size: 0;
  width: 29px;
  min-height: 0;
  background: #eee;
  cursor: pointer;
  -webkit-order: 2;
  -moz-order: 2;
  order: 2;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  pointer-events: auto;
  position: relative;
  z-index: 10;
  text-align: left;
}
.title-page .side-panel-61 .side-panel-button-icon {
  display: block;
}
.title-page .side-panel-61 .side-panel-button-icon-line {
  box-sizing: border-box;
  display: block;
  min-height: 3px;
  margin-top: 3px;
  background: #000;
}
.title-page .side-panel-61 .side-panel-top-inner {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-order: 1;
  -moz-order: 1;
  order: 1;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
@media all and (max-width: 960px) {
  .title-page .editorElement {
    max-width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .layout {
    max-width: 100%;
  }
  .title-page .layout.layout_center {
    box-sizing: border-box;
  }
  .title-page .block-8 {
    padding: 50px 30px 0.02px;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
  }
  .title-page .block-3 .layout_8 {
    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-3 .layout_12 {
    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-3 {
    width: auto;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .block-4 {
    margin-left: auto;
    margin-right: auto;
    width: 460px;
    padding-top: 30px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
  }
  .title-page .widget-3 {
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .site-name-6 .sn-text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .widget-4 {
    text-align: center;
    margin-top: 5px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-7 .layout_63 {
    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-7 .layout_64 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    margin-left: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-7 .layout_12_id_63 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    margin-left: 0;
    margin-right: 0;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .block-7 {
    margin-top: 0;
    background: none;
    padding-top: 30px;
  }
  .title-page .widget-45 {
    text-align: left;
    margin-left: auto;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .email-64 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .email-64 .block-body-drop {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    margin-left: 0;
  }
  .title-page .block-42 .layout_15 {
    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-42 .layout_62 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    margin-left: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-42 {
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .widget-43 {
    text-align: left;
    margin-left: auto;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .address-62 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .address-62 .block-body-drop {
    width: 100%;
    margin-left: 0;
  }
  .title-page .widget-8 {
    text-align: left;
    margin-right: auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .phones-15 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .phones-15 .block-body-drop {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    margin-left: 0;
  }
  .title-page .widget-44 {
    text-align: left;
    margin-left: 0;
    margin-bottom: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .phones-63 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .phones-63 .block-body-drop {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    margin-left: 0;
  }
  .title-page .block-5 {
    width: auto;
    display: none;
    margin-left: 0;
    margin-right: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-6 {
    width: auto;
    background: url("../images/window2.png?1558603841644") left -5px top 50% / 340px no-repeat;
    margin-left: 0;
    margin-right: 0;
    padding-top: 90px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    padding-bottom: 90px;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
  }
  .title-page .widget-5 {
    width: auto;
    margin-left: 360px;
    display: block;
  }
  .title-page .editable_block-10 .header {
    font-size: 30px;
  }
  .title-page .editable_block-10 .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-10 .title {
    font-size: 40px;
  }
  .title-page .editable_block-10 .text {
    font-size: 18px;
    margin-right: 0;
  }
  .title-page .editable_block-10 .more {
    clear: none;
  }
  .title-page .popover-wrap-10 .popover-body .form_upload .no-more {
    background: none;
  }
  .title-page .block-11 {
    background: none;
    padding-bottom: 25px;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
  }
  .title-page .block-12 {
    width: auto;
    background: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-12 {
    text-align: center;
    background: none;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .blocklist-25 .header {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .blocklist-25 .header_text {
    font-size: 27px;
    background: none;
  }
  .title-page .blocklist-25 .description {
    margin-bottom: 20px;
    font-size: 16px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .blocklist-25 .body-outer {
    overflow: visible;
    background: none;
  }
  .title-page .blocklist-25 .body {
    width: auto;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin-left: -10px;
    margin-right: -10px;
  }
  .title-page .blocklist-25 .list {
    overflow-x: visible;
    overflow-y: visible;
  }
  .title-page .blocklist-25 .item-outer {
    width: 50%;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .blocklist-25 .text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .blocklist-25 .text:hover, .title-page .blocklist-25 .text.hover, .title-page .blocklist-25 .text.active {
    font-weight: 300;
  }
  .title-page .blocklist-25 .image {
    margin-right: auto;
    background: none;
    margin-left: auto;
  }
  .title-page .blocklist-25 .img-convert {
    background: none;
  }
  .title-page .blocklist-25 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .blocklist-25 .price {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .blocklist-25 .price-note {
    font-size: 16px;
  }
  .title-page .blocklist-25 .price-value {
    font-size: 25px;
  }
  .title-page .blocklist-25 .price-currency {
    font-size: 16px;
  }
  .title-page .blocklist-25 .more {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .blocklist-25 .bx-wrapper {
    max-width: 508px;
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .popover-wrap-25 .popover-body .form_upload .no-more {
    background: none;
  }
  .title-page .block-14 {
    padding: 0.02px 30px 25px;
    background: none;
    -webkit-order: 5;
    -moz-order: 5;
    order: 5;
  }
  .title-page .block-15 .layout_29 {
    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-15 .layout_75 {
    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-15 {
    width: auto;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0.02px;
  }
  .title-page .widget-14 {
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .blocklist-29 .header {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .blocklist-29 .header_text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    font-size: 26px;
    text-align: center;
  }
  .title-page .blocklist-29 .description {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 30px;
    font-size: 16px;
  }
  .title-page .blocklist-29 .body-outer {
    width: auto;
  }
  .title-page .blocklist-29 .body {
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
  }
  .title-page .blocklist-29 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-29 .item {
    margin: 15px;
    display: -webkit-flex;
    display: flex;
    min-height: 0;
  }
  .title-page .blocklist-29 .text {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .blocklist-29 .image {
    margin-right: auto;
    margin-bottom: 20px;
    float: none;
    margin-left: auto;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-29 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    text-align: center;
    font-size: 18px;
  }
  .title-page .blocklist-29 .sub-title {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .blocklist-29 .price {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-29 .more {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .popover-wrap-29 .popover-body .form_upload .no-more {
    background: none;
  }
  .title-page .widget-49 {
    margin-left: 0;
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    background: none;
  }
  .title-page .blocklist-75 .header {
    margin-bottom: 30px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .blocklist-75 .header_text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    font-size: 50px;
    text-align: center;
  }
  .title-page .blocklist-75 .header_text:hover, .title-page .blocklist-75 .header_text.hover, .title-page .blocklist-75 .header_text.active {
    font-weight: 900;
  }
  .title-page .blocklist-75 .description {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 30px;
    font-size: 40px;
  }
  .title-page .blocklist-75 .description:hover, .title-page .blocklist-75 .description.hover, .title-page .blocklist-75 .description.active {
    font-weight: 900;
  }
  .title-page .blocklist-75 .body-outer {
    width: auto;
    background: none;
  }
  .title-page .blocklist-75 .body {
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
  }
  .title-page .blocklist-75 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-75 .item {
    margin: 15px;
    display: -webkit-flex;
    display: flex;
    background: none;
  }
  .title-page .blocklist-75 .text {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    background: none;
  }
  .title-page .blocklist-75 .image {
    margin-right: 0;
    float: none;
    width: auto;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    background: none;
    min-height: 120px;
  }
  .title-page .blocklist-75 .img-convert {
    background: none;
    height: 120px;
  }
  .title-page .blocklist-75 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    text-align: center;
  }
  .title-page .blocklist-75 .sub-title {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .blocklist-75 .price {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    margin-top: 10px;
  }
  .title-page .blocklist-75 .price-value {
    font-size: 27px;
  }
  .title-page .blocklist-75 .more {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    padding-top: 10px;
  }
  .title-page .blocklist-75 .more > a {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 13px;
  }
  .title-page .popover-wrap-75 .popover-body .form_upload .no-more {
    background: none;
  }
  .title-page .block-25 {
    padding: 25px 30px 40px;
    background: none;
    -webkit-order: 6;
    -moz-order: 6;
    order: 6;
  }
  .title-page .block-26 .layout_48 {
    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-26 .layout_67 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
    display: none;
  }
  .title-page .block-26 {
    width: auto;
    background: none;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-26 {
    text-align: center;
    margin-left: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .editable_block-48 .header {
    font-size: 27px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .editable_block-48 .body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .editable_block-48 .title {
    margin-bottom: 30px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
  }
  .title-page .editable_block-48 .text {
    -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 .editable_block-48 .more {
    clear: none;
    text-align: center;
  }
  .title-page .popover-wrap-48 .popover-body .form_upload .no-more {
    background: none;
  }
  .title-page .block-21 {
    background: url("../images/54853838_2.jpg") left 50% top 50% / cover no-repeat rgba(247, 247, 247, 0.5);
    padding-left: 0;
    padding-right: 0;
    -webkit-order: 7;
    -moz-order: 7;
    order: 7;
  }
  .title-page .block-22 {
    padding: 40px 30px;
    border: none;
    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;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .title-page .widget-15 {
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .blocklist-30 .body-outer {
    width: auto;
  }
  .title-page .blocklist-30 .body {
    width: auto;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .blocklist-30 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-30 .item-label {
    font-size: 45px;
    margin-right: 20px;
    margin-left: -9px;
  }
  .title-page .blocklist-30 .text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 0;
    right: 0;
  }
  .title-page .blocklist-30 .image {
    margin-right: auto;
    margin-left: auto;
  }
  .title-page .blocklist-30 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .blocklist-30 .bx-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .popover-wrap-30 .popover-body .form_upload .no-more {
    background: none;
  }
  .title-page .block-38 {
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .widget-22 {
    text-align: center;
    padding-bottom: 40px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .form-39 .form__header {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 5px;
    background: none;
  }
  .title-page .form-39 .form__text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .form-39 .form__body {
    margin-bottom: 0;
  }
  .title-page .form-39 .form-item-group {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .form-39 .form-text {
    margin-bottom: 0;
  }
  .title-page .form-39 .form-text input {
    padding-right: 30px;
    margin-bottom: 10px;
    margin-left: 0;
  }
  .title-page .form-39 .form-textarea textarea {
    padding-left: 70px;
  }
  .title-page .form-39 .icon.img_name {
    min-height: 40px;
    margin-top: 10px;
  }
  .title-page .form-39 .icon.img_phone {
    margin-right: 20px;
  }
  .title-page .form-39 .icon.img_comments {
    background: none;
    -webkit-border-radius: 250px;
    -moz-border-radius: 250px;
    border-radius: 250px;
  }
  .title-page .form-39 .form-textarea {
    margin-bottom: 0;
  }
  .title-page .form-39 .form-submit {
    margin-left: 10px;
  }
  .title-page .form-39 .form-submit button {
    padding-right: 30px;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .form-39 .form-captcha {
    margin-bottom: 0;
  }
  .title-page .form-39 .form-captcha button {
    padding-right: 30px;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .form-39 .form-checkbox {
    margin-bottom: 0;
  }
  .title-page .form-39 .form-radio {
    margin-bottom: 0;
  }
  .title-page .form-39 .form-select {
    margin-bottom: 0;
  }
  .title-page .form-39 .form-div {
    margin-bottom: 0;
  }
  .title-page .form-39 .form-html {
    margin-bottom: 0;
  }
  .title-page .form-39 .form-upload {
    margin-bottom: 0;
  }
  .title-page .form-39 .form-calendar {
    margin-bottom: 0;
  }
  .title-page .form-39 .form-calendar_interval {
    margin-bottom: 0;
  }
  .title-page .form-39 .form-success {
    text-align: center;
  }
  .title-page .block-39 {
    padding: 40px 30px;
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 8;
    -moz-order: 8;
    order: 8;
  }
  .title-page .block-40 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-47 {
    display: block;
  }
  .title-page .blocklist-70 .header {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 20px;
  }
  .title-page .blocklist-70 .header_text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    font-size: 27px;
  }
  .title-page .blocklist-70 .body-outer {
    width: auto;
    overflow: hidden;
  }
  .title-page .blocklist-70 .body {
    width: auto;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-70 .list {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .title-page .blocklist-70 .item-outer {
    width: 50%;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
  }
  .title-page .blocklist-70 .item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-70 .image {
    float: none;
  }
  .title-page .blocklist-70 .item-label {
    font-size: 16px;
  }
  .title-page .blocklist-70 .img-convert {
    height: 220px;
  }
  .title-page .blocklist-70 .bx-wrapper {
    max-width: 738px;
  }
  .title-page .popover-wrap-70 .popover-body .form_upload .no-more {
    background: none;
  }
  .title-page .block-28 {
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-order: 9;
    -moz-order: 9;
    order: 9;
  }
  .title-page .block-29 {
    padding-bottom: 0.02px;
    padding-left: 0;
    padding-right: 0;
  }
  .title-page .block-41 {
    width: auto;
    display: none;
    margin-left: 0;
    margin-right: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-48 {
    display: none;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-30 .layout_52 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-30 .layout_53 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-30 .layout_54 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: 100%;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-30 {
    width: auto;
    background: none;
    margin-top: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .widget-27 {
    text-align: center;
    width: auto;
    margin-top: 20px;
    margin-left: 150px;
    margin-right: 150px;
    right: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
  }
  .title-page .email-52 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .email-52 .icon {
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }
  .title-page .email-52 .block-body-drop {
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 100%;
    left: auto;
    top: 100%;
    margin-left: 0;
  }
  .title-page .email-52 .cell-text {
    -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 .email-52 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .email-52 .text_body {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .widget-28 {
    text-align: center;
    width: auto;
    margin-top: 20px;
    margin-left: 150px;
    margin-right: 150px;
    background: none;
    right: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .address-53 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .address-53 .icon {
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }
  .title-page .address-53 .block-body-drop {
    left: auto;
    top: 100%;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 100%;
    margin-left: 0;
  }
  .title-page .address-53 .cell-text {
    -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 .address-53 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .address-53 .text_body {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .widget-29 {
    border: none;
    text-align: center;
    width: auto;
    margin-left: 150px;
    margin-right: 150px;
    right: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .phones-54 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .phones-54 .icon {
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }
  .title-page .phones-54 .block-body-drop {
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 100%;
    left: auto;
    top: 100%;
    margin-left: 0;
  }
  .title-page .phones-54 .cell-text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    background: none;
  }
  .title-page .phones-54 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .phones-54 .text_body {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .block-32 .layout_center_60_id_56_1 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-32 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0.02px;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
  }
  .title-page .widget-53 {
    margin-top: 0;
    display: none;
  }
  .title-page .block-31 .layout_55 {
    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-31 .layout_57 {
    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-31 .layout_58 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    width: 100%;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-31 {
    padding: 30px;
    border: none;
    background: none;
    -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.1);
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.1);
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .widget-31 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    background: none;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .widget-30 {
    margin-top: 15px;
    margin-left: auto;
    display: none;
    padding-left: 50px;
    padding-right: 50px;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .widget-30:hover, .title-page .widget-30.hover, .title-page .widget-30.active {
    color: #f58d07;
  }
  .title-page .up-55 .icon {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .up-55 .title:hover, .title-page .up-55 .title.hover, .title-page .up-55 .title.active {
    color: #000;
  }
  .title-page .widget-32 {
    text-align: center;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .widget-36 {
    padding: 10px;
    border: none;
    text-align: left;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    margin-top: 0;
    display: block;
  }
  .title-page .side-panel-61 .side-panel-content {
    border: none;
    left: auto;
    right: 0;
    -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;
    width: 320px;
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
  }
  .title-page .side-panel-61 .side-panel-close {
    border: none;
    left: auto;
    right: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: url("../images/Krestik.svg?1549624600192") left 50% top 50% / 13px no-repeat, repeating-linear-gradient(to bottom right, #a6151d 0%, #e31e25 100%);
    -webkit-border-radius: 250px;
    -moz-border-radius: 250px;
    border-radius: 250px;
    width: 50px;
    min-height: 50px;
    margin-top: 20px;
    margin-right: 10px;
  }
  .title-page .side-panel-61 .side-panel-top {
    width: auto;
  }
  .title-page .side-panel-61 .side-panel-button {
    border: none;
    width: 50px;
    min-height: 50px;
    -webkit-box-shadow: 0px 0px 0px 5px rgba(166, 21, 29, 0.3);
    -moz-box-shadow: 0px 0px 0px 5px rgba(166, 21, 29, 0.3);
    box-shadow: 0px 0px 0px 5px rgba(166, 21, 29, 0.3);
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: repeating-linear-gradient(to bottom right, #a6151d 0%, #e31e25 100%);
    -webkit-border-radius: 250px;
    -moz-border-radius: 250px;
    border-radius: 250px;
    padding-top: 14px;
    padding-left: 13px;
    padding-right: 13px;
  }
  .title-page .side-panel-61 .side-panel-button-icon-line {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: #fff;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
}
@media all and (max-width: 768px) {
  .title-page .block-3 .layout_8 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-3 .layout_12 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .site-name-6 .sn-text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .widget-4 {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .block-7 .layout_63 {
    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-7 .layout_64 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-7 .layout_12_id_63 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .widget-45 {
    width: 220px;
  }
  .title-page .block-42 .layout_15 {
    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-42 .layout_62 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-43 {
    width: 220px;
  }
  .title-page .block-6 {
    background: url("../images/window2.png?1558603841644") left -5px top 50% / 292px no-repeat;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .title-page .widget-5 {
    margin-left: 300px;
  }
  .title-page .block-11 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .title-page .blocklist-25 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-25 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-25 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-25 .text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-25 .image {
    margin-right: 0;
    min-height: 60px;
    margin-left: 0;
  }
  .title-page .blocklist-25 .img-convert {
    border: 5px solid #fff;
    height: 80px;
  }
  .title-page .blocklist-25 .price-note {
    font-size: 14px;
  }
  .title-page .blocklist-25 .price-value {
    font-size: 20px;
  }
  .title-page .blocklist-25 .price-currency {
    font-size: 14px;
  }
  .title-page .blocklist-25 .more > a {
    padding-left: 25px;
    padding-right: 25px;
  }
  .title-page .block-15 .layout_29 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-15 .layout_75 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .blocklist-29 .body {
    margin-right: -10px;
    margin-left: -10px;
  }
  .title-page .blocklist-29 .item {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .title-page .blocklist-75 .header_text {
    font-size: 40px;
  }
  .title-page .blocklist-75 .description {
    font-size: 35px;
  }
  .title-page .blocklist-75 .body {
    margin-right: -10px;
    margin-left: -10px;
  }
  .title-page .blocklist-75 .item {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .title-page .blocklist-75 .img-convert {
    height: 170px;
  }
  .title-page .block-25 {
    padding-bottom: 50px;
  }
  .title-page .block-26 .layout_48 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-26 .layout_67 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: none;
  }
  .title-page .editable_block-48 .body {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .title-page .widget-15 {
    margin-top: 50px;
  }
  .title-page .blocklist-30 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-30 .item {
    margin-right: 0;
  }
  .title-page .widget-22 {
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
  }
  .title-page .form-39 .form__header {
    font-size: 22px;
  }
  .title-page .form-39 .form__body {
    margin-left: -20px;
  }
  .title-page .form-39 .form-table {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .form-39 .form-tbody {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .form-39 .form-item-group {
    margin-left: 20px;
  }
  .title-page .form-39 .form-text {
    margin-right: 10px;
    padding-right: 0;
    width: auto;
  }
  .title-page .form-39 .form-textarea {
    margin-left: 20px;
  }
  .title-page .form-39 .form-submit {
    margin-left: 0;
  }
  .title-page .form-39 .form-submit .form-item__header {
    display: none;
  }
  .title-page .form-39 .form-submit button {
    padding-left: 30px;
    margin-top: 10px;
  }
  .title-page .form-39 .form-submit button:active, .title-page .form-39 .form-submit button.active {
    color: #212121;
  }
  .title-page .form-39 .form-captcha {
    margin-left: 20px;
  }
  .title-page .form-39 .form-captcha button {
    padding-left: 30px;
    margin-top: 10px;
  }
  .title-page .form-39 .form-captcha button:hover, .title-page .form-39 .form-captcha button.hover, .title-page .form-39 .form-captcha button.active {
    color: #212121;
  }
  .title-page .form-39 .form-captcha button:active, .title-page .form-39 .form-captcha button.active {
    color: #212121;
  }
  .title-page .form-39 .form-checkbox {
    margin-right: 10px;
    width: auto;
    padding-right: 0;
  }
  .title-page .form-39 .form-radio {
    margin-right: 10px;
    width: auto;
    padding-right: 0;
  }
  .title-page .form-39 .form-select {
    margin-right: 10px;
    width: auto;
    padding-right: 0;
  }
  .title-page .form-39 .form-div {
    margin-right: 10px;
    width: auto;
    padding-right: 0;
  }
  .title-page .form-39 .form-html {
    margin-right: 10px;
    width: auto;
    padding-right: 0;
  }
  .title-page .form-39 .form-upload {
    margin-right: 10px;
    width: auto;
    padding-right: 0;
  }
  .title-page .form-39 .form-calendar {
    margin-right: 10px;
    width: auto;
    padding-right: 0;
  }
  .title-page .form-39 .form-calendar_interval {
    margin-right: 10px;
    width: auto;
    padding-right: 0;
  }
  .title-page .blocklist-70 .header {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-70 .header_text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-70 .body {
    margin-right: -10px;
    margin-left: -10px;
  }
  .title-page .blocklist-70 .item {
    margin: 10px 10px 30px;
    -webkit-box-shadow: false, false, false, false;
    -moz-box-shadow: false, false, false, false;
    box-shadow: false, false, false, false;
    background: none;
  }
  .title-page .blocklist-70 .item-label {
    font-size: 15px;
  }
  .title-page .block-30 .layout_52 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-30 .layout_53 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-30 .layout_54 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-30 {
    width: 1200px;
  }
  .title-page .phones-54 .cell-text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .phones-54 .text_body {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .block-32 .layout_center_60_id_56_1 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-31 .layout_55 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }
  .title-page .block-31 .layout_57 {
    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-31 .layout_58 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-31 {
    margin-top: 15px;
    margin-bottom: 0;
  }
  .title-page .widget-30 {
    margin-bottom: 0;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .title-page .widget-32 {
    margin-top: 15px;
  }
}
@media all and (max-width: 640px) {
  .title-page .block-8 {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
  }
  .title-page .block-3 .layout_8 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-3 .layout_12 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-4 {
    padding: 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 .site-name-6 .sn-text {
    font-size: 21px;
  }
  .title-page .widget-4 {
    font-size: 14px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .block-7 .layout_63 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-7 .layout_64 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    display: none;
  }
  .title-page .block-7 .layout_12_id_63 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .block-7 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .title-page .widget-45 {
    margin-top: 15px;
    margin-right: auto;
    display: none;
  }
  .title-page .block-42 .layout_15 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-42 .layout_62 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    display: none;
  }
  .title-page .block-42 {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    padding-top: 0.02px;
  }
  .title-page .widget-43 {
    margin-top: 15px;
    margin-right: auto;
    display: none;
  }
  .title-page .widget-8 {
    text-align: center;
    margin-left: auto;
    margin-bottom: 0;
    min-height: 0;
  }
  .title-page .phones-15 .cell-icon {
  }
  .title-page .phones-15 .text_body {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    min-height: 0;
    text-align: center;
  }
  .title-page .widget-44 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .title-page .block-6 {
    background: url("../images/window2.png?1558603841644") left 50% top 0px / 194px no-repeat;
    padding-top: 200px;
    padding-bottom: 40px;
  }
  .title-page .widget-5 {
    margin-left: 0;
  }
  .title-page .editable_block-10 .header {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .editable_block-10 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .editable_block-10 .text {
    font-size: 15px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .editable_block-10 .more {
    text-align: center;
    padding-top: 20px;
  }
  .title-page .block-11 {
    padding: 30px 20px 20px;
  }
  .title-page .blocklist-25 .header_text {
    font-size: 25px;
  }
  .title-page .blocklist-25 .description {
    margin-bottom: 10px;
    font-size: 15px;
    background: none;
  }
  .title-page .blocklist-25 .description:hover, .title-page .blocklist-25 .description.hover, .title-page .blocklist-25 .description.active {
    font-weight: 800;
  }
  .title-page .blocklist-25 .body {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-25 .item {
    padding: 20px;
  }
  .title-page .blocklist-25 .img-convert {
    height: 60px;
    width: 401px;
  }
  .title-page .block-14 {
    padding: 30px 20px 20px;
  }
  .title-page .block-15 .layout_29 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-15 .layout_75 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .blocklist-29 .header_text {
    font-size: 25px;
  }
  .title-page .blocklist-29 .description {
    margin-bottom: 10px;
    font-size: 15px;
  }
  .title-page .blocklist-29 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-29 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-29 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-29 .title {
    font-size: 16px;
  }
  .title-page .blocklist-29 .sub-title {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 10px;
  }
  .title-page .blocklist-29 .price {
    margin-left: 30px;
    margin-right: 30px;
  }
  .title-page .blocklist-29 .more {
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .title-page .blocklist-75 .header_text {
    font-size: 35px;
  }
  .title-page .blocklist-75 .description {
    font-size: 30px;
  }
  .title-page .blocklist-75 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-75 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-75 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-75 .text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    margin-top: 0;
  }
  .title-page .blocklist-75 .image {
    min-height: 0;
  }
  .title-page .blocklist-75 .img-convert {
    height: 100px;
  }
  .title-page .blocklist-75 .sub-title {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 10px;
  }
  .title-page .blocklist-75 .price {
    margin-left: 30px;
    margin-right: 30px;
  }
  .title-page .blocklist-75 .more {
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 10px;
  }
  .title-page .block-25 {
    padding: 20px 20px 30px;
  }
  .title-page .block-26 .layout_48 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-26 .layout_67 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    flex-basis: auto;
    display: none;
  }
  .title-page .widget-26 {
    margin-bottom: 0;
  }
  .title-page .editable_block-48 .header {
    font-size: 25px;
  }
  .title-page .editable_block-48 .title {
    margin-bottom: 25px;
    font-size: 15px;
  }
  .title-page .editable_block-48 .text {
    font-size: 14px;
  }
  .title-page .block-22 {
    padding: 30px 20px;
  }
  .title-page .widget-15 {
    margin-top: 30px;
  }
  .title-page .blocklist-30 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-30 .item {
    margin-left: 0;
  }
  .title-page .blocklist-30 .title {
    margin-top: 15px;
  }
  .title-page .widget-22 {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .title-page .form-39 .form__header {
    font-size: 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 .form-39 .form__text {
    margin-bottom: 20px;
  }
  .title-page .form-39 .form-item-group {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .form-39 .form-text {
    margin-right: 0;
    width: 100%;
  }
  .title-page .form-39 .form-captcha .form-item__body {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .form-39 .form-captcha .form-submit-container {
    width: 100%;
  }
  .title-page .form-39 .form-checkbox {
    width: 100%;
    margin-right: 0;
    padding-right: 10px;
  }
  .title-page .form-39 .form-radio {
    width: 100%;
    margin-right: 0;
    padding-right: 10px;
  }
  .title-page .form-39 .form-select {
    width: 100%;
    margin-right: 0;
    padding-right: 10px;
  }
  .title-page .form-39 .form-div {
    width: 100%;
    margin-right: 0;
    padding-right: 10px;
  }
  .title-page .form-39 .form-html {
    width: 100%;
    margin-right: 0;
    padding-right: 10px;
  }
  .title-page .form-39 .form-upload {
    width: 100%;
    margin-right: 0;
    padding-right: 10px;
  }
  .title-page .form-39 .form-calendar {
    width: 100%;
    margin-right: 0;
    padding-right: 10px;
  }
  .title-page .form-39 .form-calendar_interval {
    width: 100%;
    margin-right: 0;
    padding-right: 10px;
  }
  .title-page .block-39 {
    padding: 30px 20px;
  }
  .title-page .blocklist-70 .header {
    margin-bottom: 10px;
  }
  .title-page .blocklist-70 .header_text {
    font-size: 25px;
  }
  .title-page .blocklist-70 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-70 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-70 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-70 .text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .blocklist-70 .img-convert {
    height: 175px;
  }
  .title-page .blocklist-70 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .block-30 .layout_52 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-30 .layout_53 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-30 .layout_54 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-30 {
    width: auto;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .widget-27 {
    margin-left: 70px;
    margin-bottom: 0;
    margin-right: 70px;
  }
  .title-page .widget-28 {
    margin-left: 70px;
    margin-bottom: 0;
    margin-right: 70px;
  }
  .title-page .widget-29 {
    margin-left: 70px;
    margin-bottom: 0;
    margin-right: 70px;
  }
  .title-page .phones-54 .title {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .block-32 .layout_center_60_id_56_1 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-31 .layout_55 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-31 .layout_57 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-31 .layout_58 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-31 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .widget-31 {
    padding-right: 0;
  }
  .title-page .widget-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .title-page .widget-32 {
    margin-bottom: 0;
  }
  .title-page .side-panel-61 .side-panel-content {
    width: 260px;
  }
}
@media all and (max-width: 480px) {
  .title-page .block-3 .layout_8 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-3 .layout_12 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .site-name-6 .sn-text {
    font-size: 20px;
  }
  .title-page .block-7 .layout_63 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-7 .layout_64 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }
  .title-page .block-7 .layout_12_id_63 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .widget-45 {
    -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-42 .layout_15 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-42 .layout_62 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }
  .title-page .widget-43 {
    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-8 {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .phones-15 .inner {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .phones-15 .icon {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
  }
  .title-page .phones-15 .block-body-drop {
    left: auto;
    top: 100%;
    right: auto;
    bottom: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .title-page .phones-15 .title {
    font-size: 15px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .phones-15 .text_body {
    font-size: 17px;
  }
  .title-page .widget-44 {
    text-align: center;
    margin-bottom: 10px;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .phones-63 .inner {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
  }
  .title-page .phones-63 .icon {
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 15px;
  }
  .title-page .phones-63 .block-body-drop {
    left: 100%;
    top: auto;
    right: auto;
    bottom: auto;
    -webkit-flex: 1 0 0px;
    -moz-flex: 1 0 0px;
    flex: 1 0 0px;
  }
  .title-page .phones-63 .title {
    font-size: 15px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .phones-63 .text_body {
    font-size: 17px;
    margin-left: 10px;
  }
  .title-page .popover-wrap-10 .popover-body {
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .title-page .popover-wrap-10 .popover-body .s3_button_large {
    padding-top: 15px;
    padding-bottom: 15px;
    width: 230px;
    min-height: 58px;
  }
  .title-page .editable_block-10 .header {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    font-size: 25px;
  }
  .title-page .editable_block-10 .title {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    font-size: 30px;
  }
  .title-page .editable_block-10 .image {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .editable_block-10 .text {
    font-size: 14px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .editable_block-10 .more > a {
    padding: 25px 25px 23px;
  }
  .title-page .popover-wrap-10 .popover-form-title {
    font-size: 18px;
  }
  .title-page .block-11 {
    padding-bottom: 30px;
  }
  .title-page .popover-wrap-25 .popover-body {
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .title-page .popover-wrap-25 .popover-body .s3_button_large {
    padding-top: 15px;
    padding-bottom: 15px;
    width: 230px;
    min-height: 58px;
  }
  .title-page .blocklist-25 .header_text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    font-size: 22px;
    text-align: center;
  }
  .title-page .blocklist-25 .description:hover, .title-page .blocklist-25 .description.hover, .title-page .blocklist-25 .description.active {
    font-weight: normal;
  }
  .title-page .blocklist-25 .item {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .title-page .blocklist-25 .text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .blocklist-25 .image {
    min-height: 50px;
  }
  .title-page .blocklist-25 .img-convert {
    height: 80px;
  }
  .title-page .blocklist-25 .title {
    font-size: 16px;
  }
  .title-page .blocklist-25 .more > a {
    font-size: 13px;
  }
  .title-page .popover-wrap-25 .popover-form-title {
    font-size: 18px;
  }
  .title-page .block-15 .layout_29 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-15 .layout_75 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .popover-wrap-29 .popover-body {
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .title-page .popover-wrap-29 .popover-body .s3_button_large {
    padding-top: 15px;
    padding-bottom: 15px;
    width: 230px;
    min-height: 58px;
  }
  .title-page .blocklist-29 .header_text {
    font-size: 20px;
  }
  .title-page .blocklist-29 .price {
    margin-left: 20px;
    margin-right: 20px;
  }
  .title-page .blocklist-29 .more {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .title-page .blocklist-29 .more > a {
    padding: 15px 20px;
  }
  .title-page .popover-wrap-29 .popover-form-title {
    font-size: 18px;
  }
  .title-page .popover-wrap-75 .popover-body {
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .title-page .popover-wrap-75 .popover-body .s3_button_large {
    padding-top: 15px;
    padding-bottom: 15px;
    width: 230px;
    min-height: 58px;
  }
  .title-page .blocklist-75 .header_text {
    font-size: 30px;
  }
  .title-page .blocklist-75 .description {
    font-size: 25px;
  }
  .title-page .blocklist-75 .text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .blocklist-75 .title {
    font-size: 17px;
  }
  .title-page .blocklist-75 .price {
    margin-left: 20px;
    margin-right: 20px;
  }
  .title-page .blocklist-75 .price-note {
    font-size: 14px;
  }
  .title-page .blocklist-75 .price-value {
    font-size: 25px;
  }
  .title-page .blocklist-75 .price-currency {
    font-size: 14px;
  }
  .title-page .blocklist-75 .more {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .title-page .blocklist-75 .more > a {
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .popover-wrap-75 .popover-form-title {
    font-size: 18px;
  }
  .title-page .block-26 .layout_48 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-26 .layout_67 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: none;
  }
  .title-page .widget-26 {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .title-page .popover-wrap-48 .popover-body {
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .title-page .popover-wrap-48 .popover-body .s3_button_large {
    padding-top: 15px;
    padding-bottom: 15px;
    width: 230px;
    min-height: 58px;
  }
  .title-page .editable_block-48 .header {
    font-size: 22px;
  }
  .title-page .editable_block-48 .title {
    margin-bottom: 20px;
    margin-top: 5px;
  }
  .title-page .editable_block-48 .image {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .editable_block-48 .more > a {
    padding: 25px;
  }
  .title-page .popover-wrap-48 .popover-form-title {
    font-size: 18px;
  }
  .title-page .popover-wrap-30 .popover-body {
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .title-page .popover-wrap-30 .popover-body .s3_button_large {
    padding-top: 15px;
    padding-bottom: 15px;
    width: 230px;
    min-height: 58px;
  }
  .title-page .blocklist-30 .body-outer {
    overflow: visible;
  }
  .title-page .blocklist-30 .body {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-30 .list {
    overflow-x: visible;
    overflow-y: visible;
  }
  .title-page .blocklist-30 .item-outer {
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .popover-wrap-30 .popover-form-title {
    font-size: 18px;
  }
  .title-page .widget-22 {
    padding: 30px;
  }
  .title-page .form-39 .form__header {
    font-size: 18px;
  }
  .title-page .form-39 .form__text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    font-size: 14px;
  }
  .title-page .form-39 .form-text input {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .title-page .form-39 .icon.img_name {
    min-height: 25px;
  }
  .title-page .form-39 .form-submit button {
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .title-page .form-39 .form-captcha button {
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .title-page .form-39 .form-checkbox {
    padding-left: 20px;
    padding-right: 0;
  }
  .title-page .form-39 .form-radio {
    padding-left: 20px;
    padding-right: 0;
  }
  .title-page .form-39 .form-select {
    padding-left: 20px;
    padding-right: 0;
  }
  .title-page .form-39 .form-div {
    padding-left: 20px;
    padding-right: 0;
  }
  .title-page .form-39 .form-html {
    padding-left: 20px;
    padding-right: 0;
  }
  .title-page .form-39 .form-upload {
    padding-left: 20px;
    padding-right: 0;
  }
  .title-page .form-39 .form-calendar {
    padding-left: 20px;
    padding-right: 0;
  }
  .title-page .form-39 .form-calendar_interval {
    padding-left: 20px;
    padding-right: 0;
  }
  .title-page .popover-wrap-70 .popover-body {
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .title-page .popover-wrap-70 .popover-body .s3_button_large {
    padding-top: 15px;
    padding-bottom: 15px;
    width: 230px;
    min-height: 58px;
  }
  .title-page .blocklist-70 .header_text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    font-size: 22px;
  }
  .title-page .blocklist-70 .img-convert {
    height: 200px;
  }
  .title-page .popover-wrap-70 .popover-form-title {
    font-size: 18px;
  }
  .title-page .block-30 .layout_52 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-30 .layout_53 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-30 .layout_54 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-30 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .title-page .widget-27 {
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-28 {
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .address-53 .text_body {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .widget-29 {
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .phones-54 .cell-text {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .phones-54 .text_body {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .block-32 .layout_center_60_id_56_1 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-31 .layout_55 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-31 .layout_57 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-31 .layout_58 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-31 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .title-page .widget-31 {
    margin-top: 0;
  }
  .title-page .widget-30 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .widget-32 {
    margin-top: 10px;
  }
}
.title-page .side-panel .widget-2 {
  margin: 0 0 20px;
  z-index: 1;
  text-align: right;
  padding-left: 0;
  padding-right: 0;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: auto;
  left: 0;
  top: 0;
  position: relative;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  right: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  display: -webkit-flex;
  display: flex;
}
.title-page .side-panel .menu-4 .menu-scroll > ul {
  display: block;
}
.title-page .side-panel .menu-4 .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-4 .menu-scroll > ul > li.menu-item {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .side-panel .menu-4 .menu-scroll > ul ul {
  position: static;
  width: auto;
}
.title-page .side-panel .menu-4 .menu-scroll > ul ul > li > a:hover, .title-page .side-panel .menu-4 .menu-scroll > ul ul > li > a.hover, .title-page .side-panel .menu-4 .menu-scroll > ul ul > li > a.active {
  background: #fff;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  color: #a6151d;
}
.title-page .side-panel .menu-4 .menu-scroll > ul ul ul {
  position: static;
  width: auto;
}
.title-page .side-panel .menu-4 .menu-scroll > ul > li.menu-item > a {
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.title-page .side-panel .menu-4 .menu-scroll > ul > li.menu-item > a:hover, .title-page .side-panel .menu-4 .menu-scroll > ul > li.menu-item > a.hover, .title-page .side-panel .menu-4 .menu-scroll > ul > li.menu-item > a.active {
  color: #a6151d;
}
.title-page .side-panel .menu-4 .menu-scroll > ul > li.more-button {
  display: none;
}
.title-page .side-panel .widget-46 {
  padding: 0.02px 0 25px;
  margin: 0 0 auto;
  border: none;
  z-index: 2;
  width: auto;
  left: 0;
  top: 0;
  position: relative;
  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;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  right: 0;
}
.title-page .side-panel .menu-67 .menu-scroll > ul ul > li > a:hover, .title-page .side-panel .menu-67 .menu-scroll > ul ul > li > a.hover, .title-page .side-panel .menu-67 .menu-scroll > ul ul > li > a.active {
  color: #e31e25;
  padding-left: 25px;
  padding-right: 25px;
}
.title-page .side-panel .menu-67 .menu-scroll > ul ul > li > a:active, .title-page .side-panel .menu-67 .menu-scroll > ul ul > li > a.active {
  padding-left: 30px;
  padding-right: 30px;
}
.title-page .side-panel .menu-67 .menu-title {
  padding-top: 20px;
  margin-bottom: 0;
  font-size: 15px;
}
.title-page .side-panel .menu-67 .menu-scroll > ul > li.menu-item > a {
  padding-left: 15px;
  padding-right: 15px;
}
.title-page .side-panel .menu-67 .menu-scroll > ul > li.menu-item > a:hover, .title-page .side-panel .menu-67 .menu-scroll > ul > li.menu-item > a.hover, .title-page .side-panel .menu-67 .menu-scroll > ul > li.menu-item > a.active {
  color: #e31e25;
}
.title-page .side-panel .menu-67 .menu-scroll > ul > li.menu-item > a .has-child-icon {
  background: none;
}
.title-page .side-panel .menu-67 .menu-scroll > ul > li.menu-item > a .has-child-icon:hover, .title-page .side-panel .menu-67 .menu-scroll > ul > li.menu-item > a .has-child-icon.hover, .title-page .side-panel .menu-67 .menu-scroll > ul > li.menu-item > a .has-child-icon.active {
  background: none;
}