@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: #f2f2f2;
  text-align: left;
  z-index: 2;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .wrapper {
  border: none;
  position: relative;
  z-index: 3;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  background: linear-gradient(rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.25)), url("../images/аааааааааа.png") left 50% top 80px / cover no-repeat fixed;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-273 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 17;
  width: auto;
  min-height: 450px;
  display: -webkit-flex;
  display: flex;
  background: #ccc;
  overflow: hidden;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  right: 0;
}
.title-page .block-185 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: #fff;
  z-index: 16;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-indent: 0;
  text-decoration: none;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-187 .layout_322 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-187 .layout_323 {
  -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-187 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1250px;
  min-height: 0;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: auto;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  max-width: 100%;
}
.title-page .text-2 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 219px;
  min-height: 0;
  z-index: 2;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 800;
}
.title-page .block-188 .layout_324 {
  -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-188 .layout_325 {
  -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-188 .layout_326 {
  -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-188 {
  margin: 4px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  right: 0;
}
.title-page .widget-270 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  min-height: 0;
  right: 0;
}
.title-page .address-324 p:first-child {
  margin-top: 0;
}
.title-page .address-324 p:last-child {
  margin-bottom: 0;
}
.title-page .address-324 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .address-324 .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-324 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 35px;
  background: url("../images/lib_803202_address.png") left 50% top 50% / 23px no-repeat;
  margin-right: 10px;
  min-height: 35px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .address-324 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .address-324 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .address-324 .title {
  border: none;
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  color: #67ab00;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-right: 66px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .address-324 .text_body {
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 1.4;
  text-decoration: none;
  margin-top: 5px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  font-weight: 600;
}
.title-page .address-324 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .address-324 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-271 {
  margin: 0 0 auto 30px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  min-height: 0;
  right: 0;
}
.title-page .email-325 p:first-child {
  margin-top: 0;
}
.title-page .email-325 p:last-child {
  margin-bottom: 0;
}
.title-page .email-325 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .email-325 .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-325 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 35px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjI2IiBoZWlnaHQ9IjE3IiB2aWV3Qm94PSIwIDAgMjYgMTciIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGQ9Ik0xNS4yOTQsMTcuMDAwIEwxNS4yOTQsMTUuNDU0IEwyNC40NzAsMTUuNDU0IEwyNC40NzAsMi40NjYgTDEzLjc2NSwxMS44NDEgTDAuMjQ0LDAuMDAwIEwyNi4wMDAsMC4wMDAgTDI2LjAwMCwxNy4wMDAgTDE1LjI5NCwxNy4wMDAgWk00LjM0NCwxLjU0NSBMMTMuNzY1LDkuNzk2IEwyMy4xODUsMS41NDUgTDQuMzQ0LDEuNTQ1IFpNMS41MjksMTAuODE4IEwtMC4wMDAsMTAuODE4IEwtMC4wMDAsOS4yNzMgTDEuNTI5LDkuMjczIEwxLjUyOSwxMC44MTggWk03LjY0NywxMC44MTggTDMuMDU5LDEwLjgxOCBMMy4wNTksOS4yNzMgTDcuNjQ3LDkuMjczIEw3LjY0NywxMC44MTggWk00LjU4OCwxMy45MDkgTDMuMDU5LDEzLjkwOSBMMy4wNTksMTIuMzY0IEw0LjU4OCwxMi4zNjQgTDQuNTg4LDEzLjkwOSBaTTEwLjcwNiwxMy45MDkgTDYuMTE4LDEzLjkwOSBMNi4xMTgsMTIuMzY0IEwxMC43MDYsMTIuMzY0IEwxMC43MDYsMTMuOTA5IFpNNy42NDcsMTcuMDAwIEw2LjExOCwxNy4wMDAgTDYuMTE4LDE1LjQ1NCBMNy42NDcsMTUuNDU0IEw3LjY0NywxNy4wMDAgWk0xMy43NjUsMTcuMDAwIEw5LjE3NywxNy4wMDAgTDkuMTc3LDE1LjQ1NCBMMTMuNzY1LDE1LjQ1NCBMMTMuNzY1LDE3LjAwMCBaIiBjbGFzcz0iY2xzLTEiIGZpbGw9IiM2YWI3MzMiIGZpbGwtb3BhY2l0eT0iMSIgaWQ9InBhdGgtNCIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / 28px no-repeat;
  margin-right: 10px;
  min-height: 35px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .email-325 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .email-325 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .email-325 .title {
  border: none;
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  color: #67ab00;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-right: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .email-325 .text_body {
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 1.5;
  text-decoration: underline;
  margin-top: 5px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  font-weight: 600;
}
.title-page .email-325 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .email-325 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-272 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  padding-right: 0;
  min-height: 0;
  right: 0;
  padding-left: 57px;
}
.title-page .phones-326 p:first-child {
  margin-top: 0;
}
.title-page .phones-326 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-326 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .phones-326 .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-326 .icon {
  padding: 0.02px 0;
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 35px;
  background: url("../images/lib_803202_phone.png") left 0px top 50% / 27px no-repeat;
  margin-right: 10px;
  min-height: 35px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .phones-326 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .phones-326 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .phones-326 .title {
  border: none;
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  color: #67ab00;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-right: 8px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .phones-326 .text_body {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: 0.5px;
  text-decoration: none;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 5px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .phones-326 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-326 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-326 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .block-184 {
  margin: 817px auto 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1250px;
  min-height: 0;
  background: rgba(255, 255, 255, 0);
  z-index: 15;
  text-align: center;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 70px;
  padding-right: 0;
  padding-bottom: 70px;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
}
.title-page .block-190 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
}
.title-page .widget-189 {
  padding: 30px 25px 40px;
  margin: -882px 0 11px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  width: 275px;
  min-width: 275px;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  background: url("../images/ывывыв.png?1555473819751") right -32px bottom -3px / 161px no-repeat, repeating-linear-gradient(to top right, #24347d 0%, #0045e6 41.8%, #00b3ff 100%) #00a74f;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  right: 0;
}
.title-page .popover-wrap-212 .popover-body {
  padding: 55px 40px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  width: 400px;
  box-sizing: border-box;
  vertical-align: middle;
  background: repeating-linear-gradient(to top right, #24347d 0%, #0045e6 41.8%, #00b3ff 100%);
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-212 .popover-body .form_text input {
  padding: 7px 25px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.1);
  min-height: 50px;
  margin-bottom: 2px;
}
.title-page .popover-wrap-212 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  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.1);
  min-height: 37px;
}
.title-page .popover-wrap-212 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  color: #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.1);
}
.title-page .popover-wrap-212 .popover-body textarea {
  padding: 27px 25px 0.02px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.1);
  min-height: 107px;
}
.title-page .popover-wrap-212 .popover-body .s3_button_large {
  padding: 2px 4px;
  border: none;
  background: repeating-linear-gradient(to top right, #199400 0%, #71bd00 100%) #00a74f;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 60px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  width: 225px;
  margin-top: 13px;
}
.title-page .popover-wrap-212 .popover-body .s3_button_large:hover, .title-page .popover-wrap-212 .popover-body .s3_button_large.hover, .title-page .popover-wrap-212 .popover-body .s3_button_large.active {
  background: none #fff;
  color: #4bab00;
}
.title-page .popover-wrap-212 .popover-body .s3_button_large:active, .title-page .popover-wrap-212 .popover-body .s3_button_large.active {
  background: repeating-linear-gradient(to top right, #199400 0%, #71bd00 100%) #00a74f;
  color: #fff;
}
.title-page .popover-wrap-212 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: left;
}
.title-page .popover-wrap-212 .popover-close {
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/wm_button_close.png") 0 0 no-repeat;
  z-index: 10;
  cursor: pointer;
}
.title-page .popover-wrap-212 .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-212 .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-212 .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-212 .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-212 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-212 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-212 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .blocklist-212 .header_text {
  font-size: 20px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-212 .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-212 .description {
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-212 .body-outer {
  box-sizing: border-box;
  position: relative;
}
.title-page .blocklist-212 .body {
  margin: 0;
  box-sizing: border-box;
}
.title-page .blocklist-212 .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-212 .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-212 .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-212 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 100%;
}
.title-page .blocklist-212 .item {
  padding: 15px 0 20px;
  margin: 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: 0;
  left: 0;
  right: 0;
  flex-basis: 100%;
  display: -webkit-flex;
  display: flex;
  align-self: auto;
  -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;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-212 .text {
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.title-page .blocklist-212 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-212 .image {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 17px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  float: none;
  margin-right: 0;
  margin-left: 0;
  max-width: 100%;
}
.title-page .blocklist-212 .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-212 .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-212 .img-convert {
  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;
}
.title-page .blocklist-212 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-212 .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-212 .title {
  font-weight: normal;
  margin-bottom: 5px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  min-height: 0;
}
.title-page .blocklist-212 .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-212 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-212 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-212 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-212 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-212 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-212 .more {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-212 .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-212 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-212 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-212 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-212 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-212 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-212 .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-212 .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-212 .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-212 .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-212 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-212 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-212 .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-212 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-212 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-212 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-212 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-212 .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-212 .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-212 .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-212 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-212 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-212 .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-212 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-212 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-212 .popover-form-title {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 30px;
  box-sizing: border-box;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}
.title-page .popover-wrap-212 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-212 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
  min-height: 0;
}
.title-page .popover-wrap-212 .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-212 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-212 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-212 .popover-body .s3_form_item.form_div {
  min-height: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-212 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 20px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-212 .popover-body .s3_form_item.form_html_block {
  min-height: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-212 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-212 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-212 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-212 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-212 .popover-body .s3_form_item.form_checkbox {
  min-height: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-212 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-212 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-212 .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-212 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-212 .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-212 .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-212 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-212 .popover-body .s3_form_item.form_radio {
  min-height: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-212 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-212 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-212 .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-212 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
}
.title-page .popover-wrap-212 .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-212 .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-212 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-212 .popover-body .s3_form_item.form_select {
  min-height: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-212 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-212 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-212 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-212 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-212 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-212 .popover-body .s3_form_item.form_calendar {
  min-height: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-212 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-212 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-212 .popover-body .s3_form_item.form_calendar_interval {
  min-height: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-212 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-212 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-212 .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-212 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-212 .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-212 .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: Arial, Helvetica, sans-serif;
  text-align: left;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-212 .popover-body .s3_form_item.form_upload {
  min-height: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-212 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-212 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-212 .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-212 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-212 .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-212 ::-webkit-input-placeholder {
  color: #fff;
}
.title-page .popover-wrap-212 ::-moz-placeholder {
  color: #fff;
}
.title-page .popover-wrap-212 :-ms-input-placeholder {
  color: #fff;
}
.title-page .widget-266 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  min-width: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-313 .popover-body {
  padding: 55px 40px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  width: 400px;
  box-sizing: border-box;
  vertical-align: middle;
  background: repeating-linear-gradient(to top right, #24347d 0%, #0045e6 41.8%, #00b3ff 100%);
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-313 .popover-body textarea {
  padding: 27px 25px 0.02px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.1);
  min-height: 107px;
}
.title-page .popover-wrap-313 .popover-body .s3_button_large {
  padding: 2px 4px;
  border: none;
  background: repeating-linear-gradient(to top right, #199400 0%, #71bd00 100%) #00a74f;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 60px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  width: 225px;
  margin-top: 13px;
}
.title-page .popover-wrap-313 .popover-body .s3_button_large:hover, .title-page .popover-wrap-313 .popover-body .s3_button_large.hover, .title-page .popover-wrap-313 .popover-body .s3_button_large.active {
  background: none #fff;
  color: #4bab00;
}
.title-page .popover-wrap-313 .popover-body .s3_button_large:active, .title-page .popover-wrap-313 .popover-body .s3_button_large.active {
  background: repeating-linear-gradient(to top right, #199400 0%, #71bd00 100%) #00a74f;
  color: #fff;
}
.title-page .popover-wrap-313 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: left;
}
.title-page .popover-wrap-313 .popover-close {
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/wm_button_close.png") 0 0 no-repeat;
  z-index: 10;
  cursor: pointer;
}
.title-page .blocklist-313 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-313 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-313 .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: 15px;
  text-align: left;
  box-sizing: border-box;
  padding-right: 710px;
  margin-top: -61px;
}
.title-page .blocklist-313 .header_text {
  font-size: 30px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  letter-spacing: 1.6px;
  font-weight: 800;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-313 .all-in_header {
  box-sizing: border-box;
  display: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-313 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  line-height: 1.4;
  font-size: 17px;
  padding-right: 923px;
  font-weight: 500;
}
.title-page .blocklist-313 .body-outer {
  box-sizing: border-box;
  position: relative;
  margin-left: 320px;
  margin-top: -244px;
}
.title-page .blocklist-313 .body {
  margin: 0 -5px;
  box-sizing: border-box;
}
.title-page .blocklist-313 .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-313 .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-313 .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-313 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 33.33%;
}
.title-page .blocklist-313 .item {
  padding: 20px 20px 40px;
  margin: 10px 5px;
  border: none;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  left: 0;
  right: 0;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  flex-basis: 100%;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.title-page .blocklist-313 .text {
  margin-bottom: 13px;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 15px;
  color: #292929;
  line-height: 1.5;
  text-decoration: none;
  pointer-events: auto;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-313 .text > .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-313 .image {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 20px;
  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;
  margin-left: 0;
  margin-right: 0;
}
.title-page .blocklist-313 .item-label {
  padding: 2px 5px;
  border: none;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: auto;
  z-index: 5;
  background: url("../images/Shape 1.svg") left calc(50% - 20px) top calc(50% + 8px) / auto auto no-repeat, url("../images/lib_542501_ugl.svg") left calc(50% - 21px) top 50% / auto auto no-repeat;
  color: rgba(255, 255, 255, 0);
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 2px;
  text-decoration: none;
  bottom: 0;
  margin-bottom: 0;
  width: 120px;
  min-height: 80px;
  -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-313 .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-313 .img-convert {
  box-sizing: border-box;
  width: auto;
  height: 230px;
  -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;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.title-page .blocklist-313 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-313 .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-313 .title {
  font-weight: 800;
  margin-bottom: 10px;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 17px;
  color: #67ab00;
  text-transform: uppercase;
  text-decoration: none;
  pointer-events: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.title-page .blocklist-313 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 10px;
}
.title-page .blocklist-313 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-313 .price-note {
  box-sizing: border-box;
  display: inline-block;
  font-family: Montserrat, sans-serif;
  color: #ea5028;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}
.title-page .blocklist-313 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-family: Montserrat, sans-serif;
  color: #f53f11;
  text-decoration: none;
  font-size: 22px;
  font-weight: bold;
  margin-left: 10px;
  margin-right: 10px;
}
.title-page .blocklist-313 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-family: Montserrat, sans-serif;
  color: #ea5028;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .blocklist-313 .more {
  text-align: left;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  pointer-events: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 19px;
}
.title-page .blocklist-313 .more > a {
  padding: 10px 30px 10px 15px;
  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;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: url("../images/lib_159203_untitled-1_07 (1).png") right 17px top 50% / auto auto no-repeat, repeating-linear-gradient(to bottom right, #71bd00 0%, #199400 100%) transparent;
  cursor: pointer;
  font-weight: 500;
  width: 220px;
  min-height: 50px;
}
.title-page .blocklist-313 .more > a:hover, .title-page .blocklist-313 .more > a.hover, .title-page .blocklist-313 .more > a.active {
  background: url("../images/lib_159203_untitled-1_07 (1).png") right 17px top 50% / auto auto no-repeat, repeating-linear-gradient(to bottom right, #199400 0%, #71bd00 100%) #000;
}
.title-page .blocklist-313 .sub-title {
  font-style: italic;
  margin-bottom: 5px;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.title-page .blocklist-313 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-313 .item__image__title {
  box-sizing: border-box;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  text-align: left;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-313 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-313 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-313 .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-313 .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-313 .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-313 .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-313 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-313 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-313 .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-313 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-313 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-313 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-313 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-313 .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-313 .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-313 .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-313 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-313 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-313 .bx-pager a {
  margin: 2px;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
}
.title-page .blocklist-313 .bx-pager a:active, .title-page .blocklist-313 .bx-pager a.active {
  background: #bbb;
}
.title-page .popover-container-313 {
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-313 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-313 .popover-form-title {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 30px;
  box-sizing: border-box;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}
.title-page .popover-wrap-313 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-313 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
  min-height: 0;
}
.title-page .popover-wrap-313 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-313 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-313 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-313 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .blocklist-313 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-313 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .popover-wrap-313 .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-313 .popover-body .form_text input {
  padding: 7px 25px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.1);
  min-height: 50px;
  margin-bottom: 2px;
}
.title-page .popover-wrap-313 .popover-body .s3_form_item.form_div {
  min-height: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-313 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 20px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-313 .popover-body .s3_form_item.form_html_block {
  min-height: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-313 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-313 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-313 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-313 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-313 .popover-body .s3_form_item.form_checkbox {
  min-height: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-313 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-313 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-313 .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-313 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-313 .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-313 .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-313 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-313 .popover-body .s3_form_item.form_radio {
  min-height: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-313 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-313 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-313 .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-313 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
}
.title-page .popover-wrap-313 .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-313 .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-313 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-313 .popover-body .s3_form_item.form_select {
  min-height: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-313 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-313 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-313 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-313 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-313 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-313 .popover-body .s3_form_item.form_calendar {
  min-height: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-313 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-313 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-313 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  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.1);
  min-height: 37px;
}
.title-page .popover-wrap-313 .popover-body .s3_form_item.form_calendar_interval {
  min-height: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-313 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-313 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-313 .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-313 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-313 .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-313 .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: Arial, Helvetica, sans-serif;
  text-align: left;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-313 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  color: #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.1);
}
.title-page .popover-wrap-313 .popover-body .s3_form_item.form_upload {
  min-height: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-313 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-313 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-313 .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-313 .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-313 .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-313 .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-313 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-313 ::-webkit-input-placeholder {
  color: #fff;
}
.title-page .popover-wrap-313 ::-moz-placeholder {
  color: #fff;
}
.title-page .popover-wrap-313 :-ms-input-placeholder {
  color: #fff;
}
.title-page .block-180 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: #fff;
  max-width: 100%;
  z-index: 14;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  right: 0;
}
.title-page .block-176 {
  padding: 10px 0 15px;
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  background: rgba(255, 255, 255, 0);
  max-width: 100%;
  z-index: 1;
  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-177 .layout_278 {
  -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-177 .layout_302 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-177 .layout_303 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-177 {
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  z-index: 1;
  right: 0;
  -webkit-border-radius: 375px;
  -moz-border-radius: 375px;
  border-radius: 375px;
  text-decoration: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  padding-bottom: 0.02px;
  max-width: 100%;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
}
.title-page .block-179 .layout_297 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-179 .layout_307 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-179 {
  margin: 8px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 500px;
  min-height: 0;
  z-index: 3;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  text-decoration: none;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  right: 0;
}
.title-page .widget-263 {
  margin: 23px 0 auto 30px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: center;
  font-size: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: 297px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  right: 0;
  min-height: 55px;
  padding-top: 6px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding-left: 7px;
  padding-right: 7px;
}
.title-page .widgetsocial-307 .soc-header {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 10px;
}
.title-page .widgetsocial-307 .soc-content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
  text-align: inherit;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
}
.title-page .widgetsocial-307 .soc-item {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  vertical-align: middle;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
  width: auto;
}
.title-page .widgetsocial-307 .soc {
  margin: 2px 5px;
  border: none;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  vertical-align: middle;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-decoration: none;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-307 .vk .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_vk.png") left 50% top 50% / cover no-repeat;
  width: 40px;
  min-height: 40px;
  height: 40px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-307 .vk .wg-soc-icon:hover, .title-page .widgetsocial-307 .vk .wg-soc-icon.hover, .title-page .widgetsocial-307 .vk .wg-soc-icon.active {
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .widgetsocial-307 .fb .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9Ijk3IiBoZWlnaHQ9IjE3OSIgdmlld0JveD0iMCAwIDk3IDE3OSIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIDxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggZD0iTTkzLjM1NCwwLjAyOSBMNzAuMDgzLC0wLjAwNiBDNDMuOTQxLC0wLjAwNiAyNy4wNDksMTcuMjg0IDI3LjA0OSw0NC4wNDggTDI3LjA0OSw2NC4zNjIgTDMuNjUxLDY0LjM2MiBDMS42MjksNjQuMzYyIC0wLjAwNyw2NS45OTcgLTAuMDA3LDY4LjAxMyBMLTAuMDA3LDk3LjQ0NCBDLTAuMDA3LDk5LjQ2MSAxLjYzMiwxMDEuMDkzIDMuNjUxLDEwMS4wOTMgTDI3LjA0NywxMDEuMDkzIEwyNy4wNDcsMTc1LjM1NiBDMjcuMDQ3LDE3Ny4zNzMgMjguNjg0LDE3OS4wMDUgMzAuNzA2LDE3OS4wMDUgTDYxLjIzMiwxNzkuMDA1IEM2My4yNTMsMTc5LjAwNSA2NC44OTAsMTc3LjM3MCA2NC44OTAsMTc1LjM1NiBMNjQuODkwLDEwMS4wOTMgTDkyLjI0NiwxMDEuMDkzIEM5NC4yNjcsMTAxLjA5MyA5NS45MDQsOTkuNDYxIDk1LjkwNCw5Ny40NDQgTDk1LjkxNiw2OC4wMTMgQzk1LjkxNiw2Ny4wNDUgOTUuNTI5LDY2LjExNyA5NC44NDQsNjUuNDMxIEM5NC4xNTcsNjQuNzQ2IDkzLjIyNSw2NC4zNjIgOTIuMjU1LDY0LjM2MiBMNjQuODkxLDY0LjM2MiBMNjQuODkxLDQ3LjE0MiBDNjQuODkxLDM4Ljg2NSA2Ni44NjksMzQuNjY0IDc3LjY3MywzNC42NjQgTDkzLjM1MSwzNC42NTkgQzk1LjM3MSwzNC42NTkgOTcuMDA3LDMzLjAyNCA5Ny4wMDcsMzEuMDEwIEw5Ny4wMDcsMy42ODAgQzk3LjAwNywxLjY2NyA5NS4zNzIsMC4wMzQgOTMuMzU0LDAuMDI5IFoiIGNsYXNzPSJjbHMtMSIgZmlsbD0iIzZhYjczMyIgZmlsbC1vcGFjaXR5PSIxIiBpZD0icGF0aC00IiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / 12px no-repeat;
  width: 40px;
  min-height: 40px;
  height: 40px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-307 .fb .wg-soc-icon:hover, .title-page .widgetsocial-307 .fb .wg-soc-icon.hover, .title-page .widgetsocial-307 .fb .wg-soc-icon.active {
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .widgetsocial-307 .tw .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjEyNiIgaGVpZ2h0PSIxMDIiIHZpZXdCb3g9IjAgMCAxMjYgMTAyIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBkPSJNMTI1Ljk5OCwxMi4wNzIgQzEyMS4zNjQsMTQuMTIxIDExNi4zNzcsMTUuNTA0IDExMS4xNTIsMTYuMTI1IEMxMTYuNDg3LDEyLjkzOSAxMjAuNTk1LDcuODk0IDEyMi41MTgsMS44NzkgQzExNy41MjksNC44MzAgMTExLjk5OSw2Ljk3NiAxMDYuMTA4LDguMTMzIEMxMDEuMzg4LDMuMTIyIDk0LjY2OSwtMC4wMDIgODcuMjM2LC0wLjAwMiBDNzIuOTYwLC0wLjAwMiA2MS4zODUsMTEuNTI5IDYxLjM4NSwyNS43NDkgQzYxLjM4NSwyNy43NzEgNjEuNjE1LDI5LjczMyA2Mi4wNTMsMzEuNjE0IEM0MC41NzAsMzAuNTQ1IDIxLjUyNiwyMC4yOTUgOC43NzEsNC43MDcgQzYuNTQ4LDguNTE3IDUuMjc0LDEyLjkzOSA1LjI3NCwxNy42NTcgQzUuMjc0LDI2LjU4OSA5LjgzNywzNC40NzggMTYuNzcwLDM5LjA5MiBDMTIuNTM0LDM4Ljk2MSA4LjU1MSwzNy43OTUgNS4wNjQsMzUuODY5IEw1LjA2NCwzNi4xOTMgQzUuMDY0LDQ4LjY2OSAxMy45NzYsNTkuMDc5IDI1Ljc5OCw2MS40NDYgQzIzLjYzMSw2Mi4wMzIgMjEuMzQwLDYyLjM1MyAxOC45ODcsNjIuMzUzIEMxNy4zMjMsNjIuMzUzIDE1LjcwMCw2Mi4xODYgMTQuMTI1LDYxLjg4NCBDMTcuNDEyLDcyLjExOCAyNi45NTgsNzkuNTYwIDM4LjI2OCw3OS43NzUgQzI5LjQyNyw4Ni42NzkgMTguMjgzLDkwLjc5NyA2LjE2Miw5MC43OTcgQzQuMDgwLDkwLjc5NyAyLjAyMyw5MC42NzEgMC4wMDEsOTAuNDM2IEMxMS40NDEsOTcuNzM2IDI1LjAyOCwxMDIuMDAxIDM5LjYzMiwxMDIuMDAxIEM4Ny4xNzUsMTAyLjAwMSAxMTMuMTc2LDYyLjc2OCAxMTMuMTc2LDI4LjczMyBDMTEzLjE3NiwyNy42MjEgMTEzLjE0OSwyNi41MDkgMTEzLjEwNiwyNS4zOTcgQzExOC4xNDYsMjEuNzcyIDEyMi41MjYsMTcuMjM3IDEyNS45OTgsMTIuMDcyIFoiIGNsYXNzPSJjbHMtMSIgZmlsbD0iIzZhYjczMyIgZmlsbC1vcGFjaXR5PSIxIiBpZD0icGF0aC00IiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / 28px no-repeat;
  width: 40px;
  min-height: 40px;
  height: 40px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-307 .tw .wg-soc-icon:hover, .title-page .widgetsocial-307 .tw .wg-soc-icon.hover, .title-page .widgetsocial-307 .tw .wg-soc-icon.active {
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .widgetsocial-307 .google .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjE3NyIgaGVpZ2h0PSIxNjkuMDMiIHZpZXdCb3g9IjAgMCAxNzcgMTY5LjAzIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBkPSJNMTc2Ljk5MSwzNC41MzEgTDE1Ni4yNjgsMzQuNTMxIEwxNTYuMjY4LDU1LjI1NyBMMTQyLjQ1NSw1NS4yNTcgTDE0Mi40NTUsMzQuNTMxIEwxMjEuNzMzLDM0LjUzMSBMMTIxLjczMywyMC43MTMgTDE0Mi40NTUsMjAuNzEzIEwxNDIuNDU1LC0wLjAxMCBMMTU2LjI2OCwtMC4wMTAgTDE1Ni4yNjgsMjAuNzEzIEwxNzYuOTkxLDIwLjcxMyBMMTc2Ljk5MSwzNC41MzEgWk04My4yODYsOC45NjUgQzg0Ljk5NCwxMC4wNjkgOTguMzg1LDE4LjYyNiA5OS4yNDksMzguNDgxIEM5OS4yNDksNjQuNTEzIDc0LjQ5MCw2Ny40MDcgNzQuNDkwLDgwLjg1NyBDNzQuNDYwLDg4LjI0MSA4Mi42MTMsOTEuMjE4IDg4LjE4Miw5Ni4yODkgQzEwMC44ODAsMTA1LjQ2MSAxMDUuMzQ3LDExNS44MDIgMTA1LjM0NywxMjcuMDAxIEMxMDUuMzQ3LDE0Ny44MTMgODYuMjgwLDE2OC41OTggNDguNTEyLDE2OC45NjIgQzQ4LjY1NywxNjkuMTg0IDEuNTk0LDE2OS44NDcgMC4wNTAsMTM3LjMyOCBDMC4wNTAsMTM3LjU0NiAtMi4wODEsMTIyLjczOCAxOC4xMjYsMTEwLjM5MSBDMzAuNjAyLDEwMi4xMjYgNDcuMTE0LDEwMS40MjcgNjAuMDEwLDEwMC4xMDEgQzU1LjQ5MSw5NC44MTAgNTMuNDcyLDkwLjg4MSA1My40NzIsODUuMjU3IEM1My41ODEsODIuMTcwIDU0LjIwNiw4MC4xMTIgNTUuNjM3LDc2LjgwNSBDNTEuNDQ5LDc3LjEzOCA1MC4zODMsNzcuMDY1IDQ4LjYyMSw3Ny4xNzMgQzIxLjgzNyw3Ny4wNjUgMTIuNDY4LDU1LjA5MCAxMi40NjgsNDIuNDEyIEMxMi4yNDgsMjcuNzUyIDIwLjE4MywxOC44NTkgMjYuMTM2LDEyLjkwNSBDMzIuOTY4LDcuMDY0IDQzLjI1NiwxLjA3NCA2NS43NDEsMS4wNzQgQzY1Ljk2MywxLjA3NCAxMTEuMTg5LDEuMDc0IDExMS4xODksMS4wNzQgTDk3LjAwNyw4Ljk3NSBDOTcuMDA3LDguOTc1IDgzLjY0Myw4Ljk2NSA4My4yODYsOC45NjUgWk0yMC4yOTUsMTMyLjg0MiBDMjAuMjk1LDEzNS4wNDggMjEuMTAyLDE1OS4wNzkgNTkuMDE4LDE1OS43NDIgQzk0LjI4OCwxNTguNDE3IDkxLjIwNCwxMzYuODQ5IDkxLjc1NCwxMzUuOTY2IEM5MS40OTMsMTE5LjY2OSA3MC4wNzgsMTA3LjIzMSA2Mi41ODEsMTA2LjI3NyBDNTMuODk3LDEwNi41NDggMjAuMTM0LDEwNy43OTAgMjAuMjk1LDEzMi44NDIgWk03OS4xMDgsMzguNDE2IEM3OS4xMDgsMzguNDE2IDcyLjA0Miw2LjY4MyA1MS40MTAsOC45MDkgQzI0Ljk4OCw5LjIwOCAzMi4zMTksNDIuMjIwIDMyLjMxOSw0Mi4yMjAgQzMyLjMxOSw0Mi4yMjAgMzguNDkzLDcwLjE3MCA1Ny4zNDUsNzEuMjEwIEM4Ni41ODcsNzEuMjEwIDc5LjEwOCwzOC40MTYgNzkuMTA4LDM4LjQxNiBaIiBjbGFzcz0iY2xzLTEiIGZpbGw9IiM2YWI3MzMiIGZpbGwtb3BhY2l0eT0iMSIgaWQ9InBhdGgtNCIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / 28px no-repeat;
  width: 40px;
  min-height: 40px;
  height: 40px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-307 .google .wg-soc-icon:hover, .title-page .widgetsocial-307 .google .wg-soc-icon.hover, .title-page .widgetsocial-307 .google .wg-soc-icon.active {
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .widgetsocial-307 .ins .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjEzMiIgaGVpZ2h0PSIxMjkiIHZpZXdCb3g9IjAgMCAxMzIgMTI5IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBkPSJNOTcuOTc5LDEyOS4wMDAgTDM0LjAyMSwxMjkuMDAwIEMxNS4yMzEsMTI5LjAwMCAtMC4wMDAsMTEzLjgwMSAtMC4wMDAsOTUuMDUzIEwtMC4wMDAsMzMuOTQ3IEMtMC4wMDAsMTUuMTk5IDE1LjIzMSwtMC4wMDAgMzQuMDIxLC0wLjAwMCBMOTcuOTc5LC0wLjAwMCBDMTE2Ljc2OCwtMC4wMDAgMTMyLjAwMCwxNS4xOTkgMTMyLjAwMCwzMy45NDcgTDEzMi4wMDAsOTUuMDUzIEMxMzIuMDAwLDExMy44MDEgMTE2Ljc2OCwxMjkuMDAwIDk3Ljk3OSwxMjkuMDAwIFpNMTIyLjQ3NCwzOC4wMjEgQzEyMi40NzQsMjMuMDIyIDExMC4yODksMTAuODYzIDk1LjI1OCwxMC44NjMgTDM4LjEwMywxMC44NjMgQzIzLjA3MiwxMC44NjMgMTAuODg3LDIzLjAyMiAxMC44ODcsMzguMDIxIEwxMC44ODcsOTAuOTc5IEMxMC44ODcsMTA1Ljk3OCAyMy4wNzIsMTE4LjEzNyAzOC4xMDMsMTE4LjEzNyBMOTUuMjU4LDExOC4xMzcgQzExMC4yODksMTE4LjEzNyAxMjIuNDc0LDEwNS45NzggMTIyLjQ3NCw5MC45NzkgTDEyMi40NzQsMzguMDIxIFpNMTAyLjA2MiwzOC4wMjEgQzk3LjU1MiwzOC4wMjEgOTMuODk3LDM0LjM3MyA5My44OTcsMjkuODc0IEM5My44OTcsMjUuMzc0IDk3LjU1MiwyMS43MjYgMTAyLjA2MiwyMS43MjYgQzEwNi41NzEsMjEuNzI2IDExMC4yMjcsMjUuMzc0IDExMC4yMjcsMjkuODc0IEMxMTAuMjI3LDM0LjM3MyAxMDYuNTcxLDM4LjAyMSAxMDIuMDYyLDM4LjAyMSBaTTY1LjMyMCw5OS4xMjYgQzQ2LjUzMCw5OS4xMjYgMzEuMjk5LDgzLjkyOCAzMS4yOTksNjUuMTc5IEMzMS4yOTksNDYuNDMwIDQ2LjUzMCwzMS4yMzIgNjUuMzIwLDMxLjIzMiBDODQuMTA5LDMxLjIzMiA5OS4zNDAsNDYuNDMwIDk5LjM0MCw2NS4xNzkgQzk5LjM0MCw4My45MjggODQuMTA5LDk5LjEyNiA2NS4zMjAsOTkuMTI2IFpNNjYuMDAwLDQyLjA5NSBDNTMuNTk5LDQyLjA5NSA0My41NDYsNTIuMTI2IDQzLjU0Niw2NC41MDAgQzQzLjU0Niw3Ni44NzQgNTMuNTk5LDg2LjkwNSA2Ni4wMDAsODYuOTA1IEM3OC40MDEsODYuOTA1IDg4LjQ1NCw3Ni44NzQgODguNDU0LDY0LjUwMCBDODguNDU0LDUyLjEyNiA3OC40MDEsNDIuMDk1IDY2LjAwMCw0Mi4wOTUgWiIgY2xhc3M9ImNscy0xIiBmaWxsPSIjNmFiNzMzIiBmaWxsLW9wYWNpdHk9IjEiIGlkPSJwYXRoLTQiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / 29px no-repeat;
  width: 40px;
  min-height: 40px;
  height: 40px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-307 .ok .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_ok.png") left 50% top 50% / cover no-repeat;
  width: 40px;
  min-height: 40px;
  height: 40px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-307 .ok .wg-soc-icon:hover, .title-page .widgetsocial-307 .ok .wg-soc-icon.hover, .title-page .widgetsocial-307 .ok .wg-soc-icon.active {
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .widgetsocial-307 .mail .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_mail.png") left 50% top 50% / cover no-repeat;
  width: 40px;
  min-height: 40px;
  height: 40px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-307 .mail .wg-soc-icon:hover, .title-page .widgetsocial-307 .mail .wg-soc-icon.hover, .title-page .widgetsocial-307 .mail .wg-soc-icon.active {
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .widgetsocial-307 .pin .wg-soc-icon {
  border: none;
  background: url("../images/lib_816501_125erf.svg") left 50% top 50% / 23px no-repeat;
  width: 40px;
  min-height: 40px;
  height: 40px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-307 .pin .wg-soc-icon:hover, .title-page .widgetsocial-307 .pin .wg-soc-icon.hover, .title-page .widgetsocial-307 .pin .wg-soc-icon.active {
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .widgetsocial-307 .lj .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_lj.png") left 50% top 50% / cover no-repeat;
  width: 40px;
  min-height: 40px;
  height: 40px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-307 .lj .wg-soc-icon:hover, .title-page .widgetsocial-307 .lj .wg-soc-icon.hover, .title-page .widgetsocial-307 .lj .wg-soc-icon.active {
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .widgetsocial-307 .my .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_my.png") left 50% top 50% / cover no-repeat;
  width: 40px;
  min-height: 40px;
  height: 40px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-307 .my .wg-soc-icon:hover, .title-page .widgetsocial-307 .my .wg-soc-icon.hover, .title-page .widgetsocial-307 .my .wg-soc-icon.active {
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .widgetsocial-307 .youtube .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjE3MiIgaGVpZ2h0PSIxMjQiIHZpZXdCb3g9IjAgMCAxNzIgMTI0IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBkPSJNMTYzLjQ0Niw5LjI1NCBDMTU2LjkwMCwyLjIyNSAxNDkuNTcyLDIuMTk2IDE0Ni4yMDksMS43ODkgQzEyMi4xNDMsMC4wMDMgODYuMDM5LDAuMDAzIDg2LjAzOSwwLjAwMyBMODUuOTYyLDAuMDAzIEM4NS45NjIsMC4wMDMgNDkuODYwLDAuMDAzIDI1Ljc5MCwxLjc4OSBDMjIuNDI2LDIuMTk2IDE1LjEwMiwyLjIyNSA4LjU1Myw5LjI1NCBDMy4zOTgsMTQuNjA0IDEuNzI0LDI2Ljc1MyAxLjcyNCwyNi43NTMgQzEuNzI0LDI2Ljc1MyAwLjAwMyw0MS4wMjAgMC4wMDMsNTUuMjg1IEwwLjAwMyw2OC42NTkgQzAuMDAzLDgyLjkyOCAxLjcyNCw5Ny4xOTEgMS43MjQsOTcuMTkxIEMxLjcyNCw5Ny4xOTEgMy4zOTgsMTA5LjMzOSA4LjU1MywxMTQuNjkwIEMxNS4xMDIsMTIxLjcxNCAyMy42OTQsMTIxLjQ5NCAyNy41MjIsMTIyLjIyNCBDNDEuMjgyLDEyMy41ODMgODUuOTk4LDEyNC4wMDIgODUuOTk4LDEyNC4wMDIgQzg1Ljk5OCwxMjQuMDAyIDEyMi4xNDMsMTIzLjk0NSAxNDYuMjA5LDEyMi4xNjEgQzE0OS41NzIsMTIxLjc0NCAxNTYuOTAwLDEyMS43MTQgMTYzLjQ0NiwxMTQuNjkwIEMxNjguNTk3LDEwOS4zMzkgMTcwLjI3Nyw5Ny4xOTEgMTcwLjI3Nyw5Ny4xOTEgQzE3MC4yNzcsOTcuMTkxIDE3MS45OTksODIuOTI4IDE3MS45OTksNjguNjU5IEwxNzEuOTk5LDU1LjI4NSBDMTcxLjk5OSw0MS4wMjAgMTcwLjI3NywyNi43NTMgMTcwLjI3NywyNi43NTMgQzE3MC4yNzcsMjYuNzUzIDE2OC41OTcsMTQuNjA0IDE2My40NDYsOS4yNTQgWk02OC4yNDEsODQuODY3IEw2OC4yMzYsMzUuMzM3IEwxMTQuNzA3LDYwLjE4OSBMNjguMjQxLDg0Ljg2NyBaIiBjbGFzcz0iY2xzLTEiIGZpbGw9IiM2YWI3MzMiIGZpbGwtb3BhY2l0eT0iMSIgaWQ9InBhdGgtNCIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / 34px no-repeat;
  width: 40px;
  min-height: 40px;
  height: 40px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-307 .youtube .wg-soc-icon:hover, .title-page .widgetsocial-307 .youtube .wg-soc-icon.hover, .title-page .widgetsocial-307 .youtube .wg-soc-icon.active {
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .widgetsocial-307 .wg-soc-icon {
  box-sizing: border-box;
  min-width: 20px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .widgetsocial-307 .wg-soc-title {
  border: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
  box-sizing: border-box;
  color: #ababab;
  font-size: 14px;
  line-height: 1;
  word-break: break-word;
  font-family: Open Sans, sans-serif;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  text-decoration: none;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  margin-top: 40px;
  padding-top: 0.02px;
  -webkit-box-shadow: inset 0px 2px 0px rgba(255, 255, 255, 0.26);
  -moz-box-shadow: inset 0px 2px 0px rgba(255, 255, 255, 0.26);
  box-shadow: inset 0px 2px 0px rgba(255, 255, 255, 0.26);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.title-page .widgetsocial-307 .wg-soc-title:hover, .title-page .widgetsocial-307 .wg-soc-title.hover, .title-page .widgetsocial-307 .wg-soc-title.active {
  color: #fff;
}
.title-page .widgetsocial-307 .telegram .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_tg.png") left 50% top 50% / cover no-repeat;
  width: 40px;
  min-height: 40px;
  height: 40px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-307 .telegram .wg-soc-icon:hover, .title-page .widgetsocial-307 .telegram .wg-soc-icon.hover, .title-page .widgetsocial-307 .telegram .wg-soc-icon.active {
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .widgetsocial-307 .whatsapp .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_wa.png") left 50% top 50% / cover no-repeat;
  width: 40px;
  min-height: 40px;
  height: 40px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-307 .whatsapp .wg-soc-icon:hover, .title-page .widgetsocial-307 .whatsapp .wg-soc-icon.hover, .title-page .widgetsocial-307 .whatsapp .wg-soc-icon.active {
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .widget-258 {
  margin: 23px 0 auto 10px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  box-sizing: border-box;
  width: 160px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.title-page .languages-297 .lang-list {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .languages-297 .lang-item {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  text-align: center;
  font-size: 0;
}
.title-page .languages-297 .lang-item a {
  padding: 9px 10px;
  box-sizing: border-box;
  display: inline-block;
  margin-right: 5px;
  text-decoration: none;
  color: #000;
  font-size: 12px;
  margin-left: 5px;
}
.title-page .languages-297 .lang-item a:hover, .title-page .languages-297 .lang-item a.hover, .title-page .languages-297 .lang-item a.active {
  border: none;
  background: rgba(0, 0, 0, 0.1);
}
.title-page .languages-297 .lang-item a .img-convert {
  box-sizing: border-box;
  width: 22px;
  height: 16px;
  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-bottom: 7px;
}
.title-page .languages-297 .lang-item img {
  box-sizing: content-box;
  width: auto;
  height: auto;
}
.title-page .languages-297 .lang-title {
  text-align: left;
  text-decoration: none;
  color: #000;
  margin-top: 0;
}
.title-page .widget-235 {
  margin: 47px 0 auto 20px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  font-family: Montserrat, sans-serif;
  color: #392d88;
  line-height: 1.4;
  letter-spacing: 1px;
  text-decoration: none;
  font-size: 23px;
  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;
  font-weight: 800;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .widget-262 {
  margin: 0 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  width: 140px;
  min-height: 47px;
  font-size: 25px;
  padding-left: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
}
.title-page .site-name-302 .sn-logo {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  max-width: 100%;
  text-align: left;
  min-height: 0;
  width: 317px;
}
.title-page .site-name-302 .sn-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Roboto, sans-serif;
  color: #e61300;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-weight: 900;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .site-name-302 .sn-wrap {
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
}
.title-page .site-name-302 a {
  text-decoration: none;
  outline: none;
}
.title-page .site-name-4 img {
  text-align: left;
  width: 130px;
  min-height: 218px;
}
.title-page .site-name-4 .sn-logo {
  text-align: left;
  width: 170px;
  min-height: 200px;
}
.title-page .site-name-302 img {
  box-sizing: border-box;
  display: block;
  max-width: 100%;
  border: none;
}
.title-page .site-name-4 .sn-text {
  text-align: left;
}
.title-page .block-172 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: rgba(255, 255, 255, 0.5);
  max-width: 100%;
  z-index: 13;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  text-decoration: none;
}
.title-page .block-189 {
  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;
  text-decoration: none;
}
.title-page .block-173 .layout_298 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-173 .layout_305 {
  -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-173 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding-top: 15px;
  padding-bottom: 10px;
  text-decoration: none;
  right: 0;
}
.title-page .widget-259 {
  margin: 5px 0 auto 14px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 200px;
  min-height: 65px;
  z-index: 2;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 1.3;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background: none, url("../images/lib_803302_letter.png?1555305082032") left 20px top 50% / 24px no-repeat, repeating-linear-gradient(to bottom left, #00abfd 0%, #2c2892 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-weight: bold;
  padding-right: 15px;
  padding-left: 59px;
}
.title-page .widget-259:hover, .title-page .widget-259.hover, .title-page .widget-259.active {
  background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url("../images/lib_803302_letter.png?1555305082032") left 20px top 50% / 24px no-repeat, repeating-linear-gradient(to bottom left, #00abfd 0%, #2c2892 100%);
}
.title-page .widget-259:active, .title-page .widget-259.active {
  background: none, url("../images/lib_803302_letter.png?1555305082032") left 20px top 50% / 24px no-repeat, repeating-linear-gradient(to bottom left, #00abfd 0%, #2c2892 100%);
}
.title-page .popover-wrap-298 .popover-body {
  padding: 55px 40px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  width: 400px;
  box-sizing: border-box;
  vertical-align: middle;
  background: repeating-linear-gradient(to top right, #24347d 0%, #0045e6 41.8%, #00b3ff 100%);
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-298 .popover-body .form_text input {
  padding: 7px 25px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.1);
  min-height: 50px;
  margin-bottom: 2px;
}
.title-page .popover-wrap-298 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  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.1);
  min-height: 37px;
}
.title-page .popover-wrap-298 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  color: #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.1);
}
.title-page .popover-wrap-298 .popover-body textarea {
  padding: 27px 25px 0.02px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.1);
  min-height: 107px;
}
.title-page .popover-wrap-298 .popover-body .s3_button_large {
  padding: 2px 4px;
  border: none;
  background: repeating-linear-gradient(to top right, #199400 0%, #71bd00 100%) #00a74f;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 60px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  width: 225px;
  margin-top: 13px;
}
.title-page .popover-wrap-298 .popover-body .s3_button_large:hover, .title-page .popover-wrap-298 .popover-body .s3_button_large.hover, .title-page .popover-wrap-298 .popover-body .s3_button_large.active {
  background: none #fff;
  color: #4bab00;
}
.title-page .popover-wrap-298 .popover-body .s3_button_large:active, .title-page .popover-wrap-298 .popover-body .s3_button_large.active {
  background: repeating-linear-gradient(to top right, #199400 0%, #71bd00 100%) #00a74f;
  color: #fff;
}
.title-page .popover-wrap-298 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: left;
}
.title-page .popover-wrap-298 .popover-close {
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/wm_button_close.png") 0 0 no-repeat;
  z-index: 10;
  cursor: pointer;
}
.title-page .popover-wrap-298 .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-298 .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-298 .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-298 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .button-298 > * {
  box-sizing: border-box;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}
.title-page .popover-container-298 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-298 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-298 .popover-form-title {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 30px;
  box-sizing: border-box;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}
.title-page .popover-wrap-298 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-298 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
  min-height: 0;
}
.title-page .popover-wrap-298 .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-298 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-298 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-298 .popover-body .s3_form_item.form_div {
  min-height: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-298 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 20px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-298 .popover-body .s3_form_item.form_html_block {
  min-height: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-298 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-298 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-298 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-298 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-298 .popover-body .s3_form_item.form_checkbox {
  min-height: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-298 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-298 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-298 .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-298 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-298 .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-298 .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-298 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-298 .popover-body .s3_form_item.form_radio {
  min-height: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-298 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-298 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-298 .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-298 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
}
.title-page .popover-wrap-298 .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-298 .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-298 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-298 .popover-body .s3_form_item.form_select {
  min-height: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-298 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-298 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-298 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-298 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-298 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-298 .popover-body .s3_form_item.form_calendar {
  min-height: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-298 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-298 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-298 .popover-body .s3_form_item.form_calendar_interval {
  min-height: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-298 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-298 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-298 .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-298 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-298 .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-298 .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: Arial, Helvetica, sans-serif;
  text-align: left;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-298 .popover-body .s3_form_item.form_upload {
  min-height: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-298 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-298 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-298 .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-298 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-298 .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-298 ::-webkit-input-placeholder {
  color: #fff;
}
.title-page .popover-wrap-298 ::-moz-placeholder {
  color: #fff;
}
.title-page .popover-wrap-298 :-ms-input-placeholder {
  color: #fff;
}
.title-page .block-181 .layout_266 {
  -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-181 .layout_290 {
  -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-181 .layout_294 {
  -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-181 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  right: 0;
  max-width: 100%;
  padding-top: 15px;
}
.title-page .widget-229 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  padding-right: 20px;
  right: 0;
}
.title-page .email-266 p:first-child {
  margin-top: 0;
}
.title-page .email-266 p:last-child {
  margin-bottom: 0;
}
.title-page .email-266 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .email-266 .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-266 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 35px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjI2IiBoZWlnaHQ9IjE3IiB2aWV3Qm94PSIwIDAgMjYgMTciIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGQ9Ik0xNS4yOTQsMTcuMDAwIEwxNS4yOTQsMTUuNDU0IEwyNC40NzAsMTUuNDU0IEwyNC40NzAsMi40NjYgTDEzLjc2NSwxMS44NDEgTDAuMjQ0LDAuMDAwIEwyNi4wMDAsMC4wMDAgTDI2LjAwMCwxNy4wMDAgTDE1LjI5NCwxNy4wMDAgWk00LjM0NCwxLjU0NSBMMTMuNzY1LDkuNzk2IEwyMy4xODUsMS41NDUgTDQuMzQ0LDEuNTQ1IFpNMS41MjksMTAuODE4IEwtMC4wMDAsMTAuODE4IEwtMC4wMDAsOS4yNzMgTDEuNTI5LDkuMjczIEwxLjUyOSwxMC44MTggWk03LjY0NywxMC44MTggTDMuMDU5LDEwLjgxOCBMMy4wNTksOS4yNzMgTDcuNjQ3LDkuMjczIEw3LjY0NywxMC44MTggWk00LjU4OCwxMy45MDkgTDMuMDU5LDEzLjkwOSBMMy4wNTksMTIuMzY0IEw0LjU4OCwxMi4zNjQgTDQuNTg4LDEzLjkwOSBaTTEwLjcwNiwxMy45MDkgTDYuMTE4LDEzLjkwOSBMNi4xMTgsMTIuMzY0IEwxMC43MDYsMTIuMzY0IEwxMC43MDYsMTMuOTA5IFpNNy42NDcsMTcuMDAwIEw2LjExOCwxNy4wMDAgTDYuMTE4LDE1LjQ1NCBMNy42NDcsMTUuNDU0IEw3LjY0NywxNy4wMDAgWk0xMy43NjUsMTcuMDAwIEw5LjE3NywxNy4wMDAgTDkuMTc3LDE1LjQ1NCBMMTMuNzY1LDE1LjQ1NCBMMTMuNzY1LDE3LjAwMCBaIiBjbGFzcz0iY2xzLTEiIGZpbGw9IiM2YWI3MzMiIGZpbGwtb3BhY2l0eT0iMSIgaWQ9InBhdGgtNCIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / 28px no-repeat;
  margin-right: 15px;
  min-height: 35px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .email-266 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .email-266 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .email-266 .title {
  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;
  color: #5a9600;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 5px;
}
.title-page .email-266 .title:hover, .title-page .email-266 .title.hover, .title-page .email-266 .title.active {
  font-weight: 600;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .email-266 .text_body {
  border: none;
  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;
  text-decoration: underline;
  font-size: 16px;
  font-weight: 600;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  background: rgba(0, 0, 0, 0);
}
.title-page .email-266 .text_body:hover, .title-page .email-266 .text_body.hover, .title-page .email-266 .text_body.active {
  text-decoration: none;
}
.title-page .email-266 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .email-266 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-255 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
}
.title-page .address-290 p:first-child {
  margin-top: 0;
}
.title-page .address-290 p:last-child {
  margin-bottom: 0;
}
.title-page .address-290 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .address-290 .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-290 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 30px;
  background: url("../images/lib_803202_address.png?1551850310467") left 50% top 50% / 23px no-repeat;
  margin-right: 12px;
  min-height: 33px;
  margin-top: 0;
  margin-bottom: auto;
  align-self: auto;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .address-290 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .address-290 .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-290 .title {
  box-sizing: border-box;
  display: block;
  font-family: Montserrat, sans-serif;
  color: #5a9600;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 5px;
}
.title-page .address-290 .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: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  text-decoration: none;
  font-size: 17px;
  font-weight: 600;
}
.title-page .address-290 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .address-290 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-257 {
  margin: 0 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  min-height: 69px;
  -webkit-border-radius: 3px 0px 0px 3px;
  -moz-border-radius: 3px 0px 0px 3px;
  border-radius: 3px 0px 0px 3px;
  right: 0;
}
.title-page .phones-294 p:first-child {
  margin-top: 0;
}
.title-page .phones-294 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-294 .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-294 .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-294 .icon {
  padding: 0.02px 0 0.02px 50px;
  margin: 0 5px;
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 30px;
  background: url("../images/lib_803202_phone.png") left 0px top 50% / 29px no-repeat;
  min-height: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  align-self: auto;
}
.title-page .phones-294 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: block;
  position: static;
  left: 100%;
  top: auto;
  right: auto;
  bottom: auto;
}
.title-page .phones-294 .cell-text {
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-top: -6px;
}
.title-page .phones-294 .title {
  box-sizing: border-box;
  display: none;
  font-family: Roboto, sans-serif;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 4px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .phones-294 .text_body {
  border: none;
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  letter-spacing: 0.5px;
  text-decoration: none;
  font-size: 17px;
  font-weight: 600;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  min-height: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 0;
}
.title-page .phones-294 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-294 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-294 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .block-146 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  background: url("../images/Layer 3апап.png") left -102px bottom -46px / 415px no-repeat #f2f2f2;
  z-index: 12;
  text-align: center;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .widget-222 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  max-width: 100%;
  z-index: 2;
  box-sizing: border-box;
  width: 1250px;
  min-height: 0;
  right: 0;
}
.title-page .news-252 p:first-child {
  margin-top: 0;
}
.title-page .news-252 p:last-child {
  margin-bottom: 0;
}
.title-page .news-252 .news__header {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 30px;
  text-align: left;
}
.title-page .news-252 .news__title {
  box-sizing: border-box;
  font-size: 30px;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-weight: 800;
}
.title-page .news-252 .news__all {
  box-sizing: border-box;
}
.title-page .news-252 .all_link {
  padding: 8px 15px 8px 10px;
  border: none;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 1.3;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: repeating-linear-gradient(to top right, #392d88 0%, #0045e6 41.8%, #00a1e6 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: 500;
  width: 180px;
  min-height: 55px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .news-252 .all_link:hover, .title-page .news-252 .all_link.hover, .title-page .news-252 .all_link.active {
  -webkit-box-shadow: inset 0px 0px 38px 0px rgba(255, 255, 255, 0.44);
  -moz-box-shadow: inset 0px 0px 38px 0px rgba(255, 255, 255, 0.44);
  box-shadow: inset 0px 0px 38px 0px rgba(255, 255, 255, 0.44);
}
.title-page .news-252 .body-outer {
  box-sizing: border-box;
  position: relative;
}
.title-page .news-252 .body {
  margin: 0 -10px;
  box-sizing: border-box;
}
.title-page .news-252 .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 .news-252 .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 .news-252 .news__list {
  box-sizing: border-box;
  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;
}
.title-page .news-252 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 33.33%;
}
.title-page .news-252 .item {
  padding: 30px;
  margin: 10px;
  border: none;
  box-sizing: border-box;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  min-width: 0;
  min-height: 0;
  -webkit-box-shadow: 0px 4px 33px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 4px 33px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 33px rgba(0, 0, 0, 0.15);
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .news-252 .item__image {
  box-sizing: border-box;
  font-size: 0;
  margin-bottom: 10px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .news-252 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  font-size: 12px;
}
.title-page .news-252 .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-inline-flex;
  display: inline-flex;
  overflow: hidden;
}
.title-page .news-252 .item__image img {
  box-sizing: border-box;
  max-width: 100%;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .news-252 .item__title {
  box-sizing: border-box;
  font-weight: bold;
  margin-bottom: 25px;
  text-decoration: none;
  text-align: left;
  position: relative;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-transform: uppercase;
  font-size: 15px;
  min-height: 0;
}
.title-page .news-252 .item__date {
  padding: 8px 15px 8px 20px;
  border: none;
  box-sizing: border-box;
  margin-bottom: 20px;
  text-align: left;
  position: relative;
  z-index: 1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.title-page .news-252 .item__date > span {
  box-sizing: border-box;
  display: inline-block;
  font-size: 16px;
  color: #5a9600;
  text-transform: lowercase;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  font-weight: 800;
}
.title-page .news-252 .item__text {
  box-sizing: border-box;
  margin-bottom: 5px;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 1;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #474747;
  line-height: 1.5;
  text-decoration: none;
  font-size: 15px;
  font-weight: normal;
}
.title-page .news-252 .item__more {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 10px;
  text-align: left;
}
.title-page .news-252 .item__more_link {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .news-252 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .news-252 .item__image a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .news-252 .item__title > a {
  color: inherit;
  text-decoration: inherit;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
}
.title-page .news-252 .item__image__title {
  box-sizing: border-box;
  font-weight: bold;
  text-decoration: underline;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
.title-page .news-252 .item__image__title > a {
  color: inherit;
  text-decoration: inherit;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
}
.title-page .news-252 .item__date > span ins {
  box-sizing: border-box;
  display: block;
  font-size: 16px;
  color: #808080;
  text-decoration: none;
}
.title-page .news-252 .controls {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: none;
  box-sizing: border-box;
  margin-top: -10px;
}
.title-page .news-252 .prev {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_news_slider-left.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .news-252 .next {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_news_slider-right.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .news-252 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .news-252 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .news-252 .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 .news-252 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .news-252 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .news-252 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .news-252 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .news-252 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_news_pause.png") center center / auto no-repeat;
}
.title-page .news-252 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_news_play.png") center center / auto no-repeat;
}
.title-page .news-252 .pager-wrap {
  box-sizing: border-box;
}
.title-page .news-252 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .news-252 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .news-252 .bx-pager a {
  margin: 2px;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
}
.title-page .news-252 .bx-pager a:active, .title-page .news-252 .bx-pager a.active {
  background: #bbb;
}
.title-page .news-252 .news__footer {
  box-sizing: border-box;
}
.title-page .block-143 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: linear-gradient(rgba(3, 0, 176, 0.5), rgba(3, 0, 176, 0.5)), url("../images/photo_2018-06-07_15-14-55.jpg?1555473819850") left 50% top 50% / cover no-repeat, url("../images/54268065_2.jpg?1554444848904") left 50% top 50% / cover no-repeat fixed;
  z-index: 11;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 50px;
  padding-bottom: 50px;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-191 {
  margin: 0 auto -465px;
  position: relative;
  top: 0;
  left: 0;
  width: 1250px;
  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-219 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  min-width: 0;
}
.title-page .popover-wrap-246 .popover-body {
  padding: 55px 40px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  width: 400px;
  box-sizing: border-box;
  vertical-align: middle;
  background: repeating-linear-gradient(to top right, #24347d 0%, #0045e6 41.8%, #00b3ff 100%);
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-246 .popover-body textarea {
  padding: 27px 25px 0.02px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.1);
  min-height: 107px;
}
.title-page .popover-wrap-246 .popover-body .s3_button_large {
  padding: 2px 4px;
  border: none;
  background: repeating-linear-gradient(to top right, #199400 0%, #71bd00 100%) #00a74f;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 60px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  width: 225px;
  margin-top: 13px;
}
.title-page .popover-wrap-246 .popover-body .s3_button_large:hover, .title-page .popover-wrap-246 .popover-body .s3_button_large.hover, .title-page .popover-wrap-246 .popover-body .s3_button_large.active {
  background: none #fff;
  color: #4bab00;
}
.title-page .popover-wrap-246 .popover-body .s3_button_large:active, .title-page .popover-wrap-246 .popover-body .s3_button_large.active {
  background: repeating-linear-gradient(to top right, #199400 0%, #71bd00 100%) #00a74f;
  color: #fff;
}
.title-page .popover-wrap-246 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: left;
}
.title-page .popover-wrap-246 .popover-close {
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/wm_button_close.png") 0 0 no-repeat;
  z-index: 10;
  cursor: pointer;
}
.title-page .blocklist-246 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-246 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-246 .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: 9px;
  text-align: justify;
  box-sizing: border-box;
}
.title-page .blocklist-246 .header_text {
  font-size: 27px;
  box-sizing: border-box;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
  font-family: Montserrat, sans-serif;
  color: #71bd00;
  line-height: 1.4;
  letter-spacing: 1.5px;
  text-align: left;
  text-indent: 0;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 800;
  padding-right: 0;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-246 .all-in_header {
  padding: 15px 20px;
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-order: 1;
  -moz-order: 1;
  order: 1;
  font-family: Montserrat, sans-serif;
  color: #fff;
  letter-spacing: 0.2px;
  text-align: center;
  text-indent: 0;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  background: repeating-linear-gradient(to bottom right, #71bd00 0%, #199400 100%) #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 200px;
  min-height: 55px;
}
.title-page .blocklist-246 .all-in_header:hover, .title-page .blocklist-246 .all-in_header.hover, .title-page .blocklist-246 .all-in_header.active {
  background: repeating-linear-gradient(to bottom right, #199400 0%, #71bd00 100%) transparent;
}
.title-page .blocklist-246 .all-in_header:active, .title-page .blocklist-246 .all-in_header.active {
  background: repeating-linear-gradient(to bottom right, #199400 0%, #71bd00 100%) #e69f00;
}
.title-page .blocklist-246 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  margin-bottom: 65px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  letter-spacing: 0.4px;
  text-indent: 0;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  font-weight: normal;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-246 .body-outer {
  box-sizing: border-box;
  position: relative;
  text-align: left;
}
.title-page .blocklist-246 .body {
  margin: 0 -10px;
  box-sizing: border-box;
}
.title-page .blocklist-246 .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-246 .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-246 .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-246 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 33.33%;
}
.title-page .blocklist-246 .item {
  padding: 40px 40px 10px;
  margin: 10px 10px 13px;
  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;
  -webkit-box-shadow: 0px 4px 33px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 4px 33px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 33px rgba(0, 0, 0, 0.15);
  background: url("../images/фыфыф (1).png") right -150px top -150px / 245px no-repeat, linear-gradient(#fff, #fff);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  flex-basis: 100%;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-246 .item:hover, .title-page .blocklist-246 .item.hover, .title-page .blocklist-246 .item.active {
  -webkit-box-shadow: 0px 4px 33px 0px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 0px 4px 33px 0px rgba(0, 0, 0, 0.34);
  box-shadow: 0px 4px 33px 0px rgba(0, 0, 0, 0.34);
  background: none, linear-gradient(#fff, #fff);
}
.title-page .blocklist-246 .item:active, .title-page .blocklist-246 .item.active {
  -webkit-box-shadow: 0px 4px 33px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 4px 33px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 33px rgba(0, 0, 0, 0.15);
}
.title-page .blocklist-246 .text {
  margin-bottom: 35px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  font-family: Montserrat, sans-serif;
  color: #474747;
  line-height: 1.5;
  text-indent: 0;
  text-decoration: none;
  font-size: 15px;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-246 .text > .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-246 .image {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 30px;
  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;
}
.title-page .blocklist-246 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-246 .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-246 .img-convert {
  border: none;
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-246 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-246 .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-246 .title {
  border: none;
  font-weight: bold;
  margin-bottom: 20px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  font-family: Montserrat, sans-serif;
  line-height: 1.3;
  text-indent: 0;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  min-height: 38px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-246 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  pointer-events: auto;
}
.title-page .blocklist-246 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-246 .price-note {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-246 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-246 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-246 .more {
  text-align: center;
  box-sizing: border-box;
  position: relative;
  margin-bottom: -30px;
  margin-top: auto;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-246 .more > a {
  border: none;
  display: -webkit-flex;
  display: 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;
  color: #000;
  text-indent: 0;
  text-decoration: none;
  width: 50px;
  min-height: 50px;
  -webkit-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.26);
  background: url("../images/lib_467101_14.png") left 50% top 50% / auto auto no-repeat #e69f00;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  cursor: pointer;
}
.title-page .blocklist-246 .more > a:hover, .title-page .blocklist-246 .more > a.hover, .title-page .blocklist-246 .more > a.active {
  background: url("../images/lib_467101_14.png") left 50% top 50% / auto auto no-repeat #db9603;
}
.title-page .blocklist-246 .more > a:active, .title-page .blocklist-246 .more > a.active {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .blocklist-246 .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-246 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-246 .item__image__title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  text-align: left;
}
.title-page .blocklist-246 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-246 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-246 .all {
  padding: 15px 20px;
  border: none;
  box-sizing: border-box;
  display: none;
  -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;
  -webkit-order: 1;
  -moz-order: 1;
  order: 1;
  font-family: Open Sans, sans-serif;
  color: #fff;
  letter-spacing: 0.2px;
  text-indent: 0;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(230, 159, 0, 0.54);
  -moz-box-shadow: inset 0px 0px 0px 2px rgba(230, 159, 0, 0.54);
  box-shadow: inset 0px 0px 0px 2px rgba(230, 159, 0, 0.54);
  background: transparent;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-246 .all:hover, .title-page .blocklist-246 .all.hover, .title-page .blocklist-246 .all.active {
  -webkit-box-shadow: inset 0px 0px 0px 2px #e69f00;
  -moz-box-shadow: inset 0px 0px 0px 2px #e69f00;
  box-shadow: inset 0px 0px 0px 2px #e69f00;
}
.title-page .blocklist-246 .all:active, .title-page .blocklist-246 .all.active {
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: #e69f00;
}
.title-page .blocklist-246 .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-246 .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-246 .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-246 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-246 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-246 .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-246 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-246 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-246 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-246 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-246 .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-246 .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-246 .pager-wrap {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-246 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-246 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-246 .bx-pager a {
  margin: 2px;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
}
.title-page .blocklist-246 .bx-pager a:active, .title-page .blocklist-246 .bx-pager a.active {
  background: #bbb;
}
.title-page .popover-container-246 {
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-246 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-246 .popover-form-title {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 30px;
  box-sizing: border-box;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}
.title-page .popover-wrap-246 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-246 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
  min-height: 0;
}
.title-page .popover-wrap-246 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-246 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-246 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .blocklist-246 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-246 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .popover-wrap-246 .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-246 .popover-body .form_text input {
  padding: 7px 25px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.1);
  min-height: 50px;
  margin-bottom: 2px;
}
.title-page .popover-wrap-246 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-246 .popover-body .s3_form_item.form_div {
  min-height: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-246 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 20px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-246 .popover-body .s3_form_item.form_html_block {
  min-height: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-246 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-246 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-246 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-246 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-246 .popover-body .s3_form_item.form_checkbox {
  min-height: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-246 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-246 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-246 .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-246 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-246 .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-246 .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-246 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-246 .popover-body .s3_form_item.form_radio {
  min-height: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-246 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-246 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-246 .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-246 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
}
.title-page .popover-wrap-246 .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-246 .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-246 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-246 .popover-body .s3_form_item.form_select {
  min-height: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-246 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-246 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-246 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-246 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-246 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-246 .popover-body .s3_form_item.form_calendar {
  min-height: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-246 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-246 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-246 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  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.1);
  min-height: 37px;
}
.title-page .popover-wrap-246 .popover-body .s3_form_item.form_calendar_interval {
  min-height: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-246 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-246 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-246 .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-246 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-246 .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-246 .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: Arial, Helvetica, sans-serif;
  text-align: left;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-246 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  color: #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.1);
}
.title-page .popover-wrap-246 .popover-body .s3_form_item.form_upload {
  min-height: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-246 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-246 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-246 .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-246 .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-246 .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-246 .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-246 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-246 ::-webkit-input-placeholder {
  color: #fff;
}
.title-page .popover-wrap-246 ::-moz-placeholder {
  color: #fff;
}
.title-page .popover-wrap-246 :-ms-input-placeholder {
  color: #fff;
}
.title-page .block-119 {
  margin: -859px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: none;
  max-width: 100%;
  z-index: 10;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
}
.title-page .block-120 {
  padding: 15px 25px;
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  background: rgba(255, 255, 255, 0.2);
  max-width: 100%;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.5);
}
.title-page .widget-153 {
  margin: 0 25px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  padding-right: 0;
  padding-left: 0;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .menu-167 .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-167 .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-167 .menu-scroll {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .menu-167 .menu-scroll > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .menu-167 .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-167 .menu-scroll > ul > li.delimiter {
  margin: auto 2px;
  border: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: 0;
  width: 1px;
  min-height: 13px;
  background: #fff;
  box-sizing: border-box;
}
.title-page .menu-167 .menu-scroll > ul > li.menu-item {
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  flex: 0 1 auto;
  box-sizing: border-box;
  position: relative;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  width: auto;
}
.title-page .menu-167 .menu-scroll > ul ul {
  padding: 20px;
  margin: 16px 0 0;
  border: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #31258a;
  list-style: none;
  width: 220px;
  display: none;
  z-index: 10;
  box-sizing: border-box;
  align-self: auto;
  -webkit-border-radius: 0px 0px 10px 10px;
  -moz-border-radius: 0px 0px 10px 10px;
  border-radius: 0px 0px 10px 10px;
}
.title-page .menu-167 .menu-scroll > ul ul > li {
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
}
.title-page .menu-167 .menu-scroll > ul ul > li > a {
  padding: 7px 10px;
  border: none;
  cursor: pointer;
  display: block;
  background: none transparent;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 500;
}
.title-page .menu-167 .menu-scroll > ul ul > li > a:hover, .title-page .menu-167 .menu-scroll > ul ul > li > a.hover, .title-page .menu-167 .menu-scroll > ul ul > li > a.active {
  background: none #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #31258a;
}
.title-page .menu-167 .menu-scroll > ul ul > li > a:active, .title-page .menu-167 .menu-scroll > ul ul > li > a.active {
  background: none transparent;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  color: #fff;
}
.title-page .menu-167 .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(153, 153, 153, 0.23);
}
.title-page .menu-167 .menu-scroll > ul > li.menu-item ul li.delimiter:first-child {
  display: none;
}
.title-page .menu-167 .menu-scroll > ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}
.title-page .menu-167 .menu-scroll > ul > li.menu-item > a {
  padding: 5px 10px;
  margin: 2px 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: #fff;
  font-size: 14px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  position: relative;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  letter-spacing: 0.9px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-transform: uppercase;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  text-align: center;
  font-weight: 600;
  min-height: 55px;
  -webkit-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
  -moz-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
  background: none transparent;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .menu-167 .menu-scroll > ul > li.menu-item > a:hover, .title-page .menu-167 .menu-scroll > ul > li.menu-item > a.hover, .title-page .menu-167 .menu-scroll > ul > li.menu-item > a.active {
  background: repeating-linear-gradient(to top right, #31258a 0%, #0045e6 42.3%, #00b3ff 100%) #71bd00;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.title-page .menu-167 .menu-scroll > ul > li.menu-item > a:active, .title-page .menu-167 .menu-scroll > ul > li.menu-item > a.active {
  background: repeating-linear-gradient(to top right, #392d88 0%, #0045e6 49.8%, #00a1e6 100%) #71bd00;
}
.title-page .menu-167 .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-167 .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;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  min-height: 40px;
  width: 40px;
  overflow: hidden;
}
.title-page .menu-167 .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-167 .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-167 .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-167 .menu-scroll > ul > li.home-button {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .menu-167 .menu-scroll > ul > li.more-button {
  display: none;
  margin-left: auto;
  position: relative;
}
.title-page .menu-167 .menu-scroll > ul > li.more-button > a {
  padding: 5px 10px;
  margin: 2px 0 2px 2px;
  border: none;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  background: url("../images/more.png?1542866068078") left 50% top 50% / 22px no-repeat transparent;
  box-sizing: border-box;
  text-decoration: none;
  color: rgba(255, 255, 255, 0);
  font-size: 15px;
  line-height: 1.4;
  -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;
  letter-spacing: 0;
  font-style: normal;
  text-transform: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  min-height: 55px;
  width: 55px;
}
.title-page .menu-167 .menu-scroll > ul > li.more-button > a:hover, .title-page .menu-167 .menu-scroll > ul > li.more-button > a.hover, .title-page .menu-167 .menu-scroll > ul > li.more-button > a.active {
  background: url("../images/more.png?1542866068078") left 50% top 50% / 22px no-repeat rgba(255, 255, 255, 0.1);
}
.title-page .menu-167 .menu-scroll > ul > li.more-button > ul {
  left: auto;
  right: 0;
}
.title-page .menu-167 .menu-scroll > ul > li.more-button.disabled {
  display: none;
}
.title-page .menu-167 .menu-scroll > ul > li.more-button .menu-item-image {
  display: none;
}
.title-page .block-84 {
  padding: 0.02px 0 60px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: rgba(0, 0, 0, 0);
  max-width: 100%;
  z-index: 9;
  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-85 {
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1250px;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding-right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-102 {
  padding: 0.02px 0;
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
}
.title-page .popover-wrap-133 .popover-body {
  padding: 55px 40px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  width: 400px;
  box-sizing: border-box;
  vertical-align: middle;
  background: repeating-linear-gradient(to top right, #24347d 0%, #0045e6 41.8%, #00b3ff 100%);
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-133 .popover-body .form_text input {
  padding: 7px 25px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.1);
  min-height: 50px;
  margin-bottom: 2px;
}
.title-page .popover-wrap-133 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  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.1);
  min-height: 37px;
}
.title-page .popover-wrap-133 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  color: #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.1);
}
.title-page .popover-wrap-133 .popover-body textarea {
  padding: 27px 25px 0.02px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.1);
  min-height: 107px;
}
.title-page .popover-wrap-133 .popover-body .s3_button_large {
  padding: 2px 4px;
  border: none;
  background: repeating-linear-gradient(to top right, #199400 0%, #71bd00 100%) #00a74f;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 60px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  width: 225px;
  margin-top: 13px;
}
.title-page .popover-wrap-133 .popover-body .s3_button_large:hover, .title-page .popover-wrap-133 .popover-body .s3_button_large.hover, .title-page .popover-wrap-133 .popover-body .s3_button_large.active {
  background: none #fff;
  color: #4bab00;
}
.title-page .popover-wrap-133 .popover-body .s3_button_large:active, .title-page .popover-wrap-133 .popover-body .s3_button_large.active {
  background: repeating-linear-gradient(to top right, #199400 0%, #71bd00 100%) #00a74f;
  color: #fff;
}
.title-page .popover-wrap-133 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: left;
}
.title-page .popover-wrap-133 .popover-close {
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/wm_button_close.png") 0 0 no-repeat;
  z-index: 10;
  cursor: pointer;
}
.title-page .popover-wrap-133 .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-133 .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-133 .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-133 .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-133 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-133 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-133 .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: 8px;
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .blocklist-133 .header_text {
  font-size: 30px;
  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;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 800;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-133 .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-133 .description {
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 50px;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-133 .body-outer {
  border: none;
  box-sizing: border-box;
  position: relative;
  background: transparent;
}
.title-page .blocklist-133 .body {
  margin: 0 -5px;
  box-sizing: border-box;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .blocklist-133 .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-133 .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-133 .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-133 .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-133 .item {
  padding: 20px 20px 40px;
  margin: 0 5px 20px;
  border: none;
  position: relative;
  width: 470px;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  box-sizing: border-box;
  min-width: 0;
  min-height: 462px;
  left: 0;
  right: 0;
  flex-basis: 100%;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.08);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.08);
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.08);
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  align-self: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .blocklist-133 .text {
  padding: 0.02px 0;
  border: none;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #474747;
  line-height: 1.5;
  text-decoration: none;
  font-size: 15px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  background: transparent;
  -webkit-border-radius: 0px 0px 35px 35px;
  -moz-border-radius: 0px 0px 35px 35px;
  border-radius: 0px 0px 35px 35px;
  margin-left: 0;
  min-height: 0;
}
.title-page .blocklist-133 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-133 .image {
  padding: 0.02px 0;
  margin: 0;
  border: none;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  min-height: 150px;
  width: auto;
  background: transparent;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  left: 0;
  right: 0;
}
.title-page .blocklist-133 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-133 .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-133 .img-convert {
  margin: 0;
  border: none;
  box-sizing: border-box;
  width: auto;
  height: 252px;
  text-align: center;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  background: transparent;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  align-self: auto;
}
.title-page .blocklist-133 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-133 .image-inner {
  border: none;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  background: rgba(0, 0, 0, 0);
}
.title-page .blocklist-133 .image-inner:hover, .title-page .blocklist-133 .image-inner.hover, .title-page .blocklist-133 .image-inner.active {
  background: rgba(0, 0, 0, 0.52);
}
.title-page .blocklist-133 .title {
  padding: 0.02px 0;
  margin: 20px 0 15px;
  border: none;
  font-weight: 800;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  letter-spacing: 0.5px;
  text-decoration: none;
  font-size: 22px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  min-height: 39px;
  width: auto;
  left: 0;
  right: 0;
}
.title-page .blocklist-133 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-133 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-133 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-133 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-133 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-133 .more {
  margin: 0;
  border: none;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-left: 0;
  padding-right: 0;
  width: 220px;
  left: 0;
  right: 0;
}
.title-page .blocklist-133 .more > a {
  padding: 10px 30px 10px 20px;
  margin: 0;
  border: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
  background: url("../images/lib_159203_untitled-1_07 (1).png") right 17px top 50% / auto auto no-repeat, repeating-linear-gradient(to bottom right, #71bd00 0%, #199400 100%) transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: 500;
  min-height: 50px;
  width: 220px;
  cursor: pointer;
  align-self: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-133 .more > a:hover, .title-page .blocklist-133 .more > a.hover, .title-page .blocklist-133 .more > a.active {
  background: url("../images/lib_159203_untitled-1_07 (1).png") right 17px top 50% / auto auto no-repeat, repeating-linear-gradient(to bottom right, #199400 0%, #71bd00 100%) #000;
}
.title-page .blocklist-133 .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-133 .bx-wrapper {
  max-width: 999px;
  margin-left: 0;
  margin-right: auto;
}
.title-page .blocklist-133 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-133 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-133 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-133 .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-133 .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: -11px;
  z-index: 1;
  text-align: justify;
}
.title-page .blocklist-133 .prev {
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 55px;
  height: 20px;
  background: url("../images/left (1).png?1528955359859") left 50% top 50% / auto auto no-repeat #ffb300;
  box-sizing: border-box;
  text-align: left;
  min-height: 55px;
  margin-left: -25px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  -webkit-box-shadow: 0px 0px 0px 8px #f0f0f0;
  -moz-box-shadow: 0px 0px 0px 8px #f0f0f0;
  box-shadow: 0px 0px 0px 8px #f0f0f0;
}
.title-page .blocklist-133 .next {
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 55px;
  height: 20px;
  background: url("../images/right (1).png?1528955359844") left 50% top 50% / auto auto no-repeat #ffb300;
  box-sizing: border-box;
  min-height: 55px;
  margin-right: -25px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  -webkit-box-shadow: 0px 0px 0px 7px #f0f0f0;
  -moz-box-shadow: 0px 0px 0px 7px #f0f0f0;
  box-shadow: 0px 0px 0px 7px #f0f0f0;
}
.title-page .blocklist-133 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-133 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-133 .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-133 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-133 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-133 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-133 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-133 .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-133 .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-133 .pager-wrap {
  box-sizing: border-box;
  display: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-133 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-133 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-133 .bx-pager a {
  margin: 2px 8px;
  border: none;
  display: inline-block;
  width: 8px;
  min-height: 8px;
  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  box-sizing: border-box;
  text-decoration: none;
  color: #000;
}
.title-page .blocklist-133 .bx-pager a:hover, .title-page .blocklist-133 .bx-pager a.hover, .title-page .blocklist-133 .bx-pager a.active {
  background: #06bf22;
}
.title-page .blocklist-133 .bx-pager a:active, .title-page .blocklist-133 .bx-pager a.active {
  background: rgba(0, 0, 0, 0.25);
}
.title-page .popover-container-133 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-133 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-133 .popover-form-title {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 30px;
  box-sizing: border-box;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}
.title-page .popover-wrap-133 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-133 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
  min-height: 0;
}
.title-page .popover-wrap-133 .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-133 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-133 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-133 .popover-body .s3_form_item.form_div {
  min-height: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-133 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 20px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-133 .popover-body .s3_form_item.form_html_block {
  min-height: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-133 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-133 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-133 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-133 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-133 .popover-body .s3_form_item.form_checkbox {
  min-height: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-133 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-133 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-133 .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-133 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-133 .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-133 .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-133 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-133 .popover-body .s3_form_item.form_radio {
  min-height: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-133 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-133 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-133 .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-133 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
}
.title-page .popover-wrap-133 .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-133 .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-133 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-133 .popover-body .s3_form_item.form_select {
  min-height: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-133 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-133 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-133 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-133 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-133 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-133 .popover-body .s3_form_item.form_calendar {
  min-height: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-133 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-133 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-133 .popover-body .s3_form_item.form_calendar_interval {
  min-height: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-133 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-133 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-133 .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-133 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-133 .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-133 .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: Arial, Helvetica, sans-serif;
  text-align: left;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-133 .popover-body .s3_form_item.form_upload {
  min-height: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-133 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-133 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-133 .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-133 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-133 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .blocklist-133 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-133 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .popover-wrap-133 ::-webkit-input-placeholder {
  color: #fff;
}
.title-page .popover-wrap-133 ::-moz-placeholder {
  color: #fff;
}
.title-page .popover-wrap-133 :-ms-input-placeholder {
  color: #fff;
}
.title-page .block-40 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  z-index: 8;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-192 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  width: auto;
  height: 0;
  min-height: 900px;
  box-sizing: border-box;
  background: url("../images/wm_slider_spacer.gif") left 50% top 30% / cover no-repeat, linear-gradient(to bottom, rgba(0, 24, 120, 0.31) 0.3%, rgba(195, 0, 0, 0) 52.1%) rgba(0, 0, 0, 0.16);
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-215 .popover-body {
  padding: 55px 40px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  width: 400px;
  box-sizing: border-box;
  vertical-align: middle;
  background: repeating-linear-gradient(to top right, #24347d 0%, #0045e6 41.8%, #00b3ff 100%);
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-215 .popover-body .form_text input {
  padding: 7px 25px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.1);
  min-height: 50px;
  margin-bottom: 2px;
}
.title-page .popover-wrap-215 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  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.1);
  min-height: 37px;
}
.title-page .popover-wrap-215 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  color: #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.1);
}
.title-page .popover-wrap-215 .popover-body textarea {
  padding: 27px 25px 0.02px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.1);
  min-height: 107px;
}
.title-page .popover-wrap-215 .popover-body .s3_button_large {
  padding: 2px 4px;
  border: none;
  background: repeating-linear-gradient(to top right, #199400 0%, #71bd00 100%) #00a74f;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 60px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  width: 225px;
  margin-top: 13px;
}
.title-page .popover-wrap-215 .popover-body .s3_button_large:hover, .title-page .popover-wrap-215 .popover-body .s3_button_large.hover, .title-page .popover-wrap-215 .popover-body .s3_button_large.active {
  background: none #fff;
  color: #4bab00;
}
.title-page .popover-wrap-215 .popover-body .s3_button_large:active, .title-page .popover-wrap-215 .popover-body .s3_button_large.active {
  background: repeating-linear-gradient(to top right, #199400 0%, #71bd00 100%) #00a74f;
  color: #fff;
}
.title-page .popover-wrap-215 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: left;
}
.title-page .popover-wrap-215 .popover-close {
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/wm_button_close.png") 0 0 no-repeat;
  z-index: 10;
  cursor: pointer;
}
.title-page .popover-wrap-215 .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-215 .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-215 .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-215 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .slider-215 .bx-wrapper {
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
  box-sizing: border-box;
  height: 100%;
  background-size: inherit;
  background-position: inherit;
  position: relative;
}
.title-page .slider-215 .bx-viewport {
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
  box-sizing: border-box;
  height: 100%;
  background-size: inherit;
  background-position: inherit;
  position: absolute !important;
}
.title-page .slider-215 .text_wrapper .bx-viewport {
  position: relative !important;
}
.title-page .slider-215 .slider-inner {
  box-sizing: border-box;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
  position: relative;
  height: 100%;
  background-size: inherit;
  background-position: inherit;
  overflow: hidden;
}
.title-page .slider-215 .slider-item {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-size: inherit;
  background-position: inherit;
  background-repeat: no-repeat;
}
.title-page .slider-215 .text-slider {
  margin: 0;
  border: none;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  width: auto;
  right: 0;
  bottom: 0;
  padding-top: 359px;
  background: rgba(2, 0, 48, 0.2);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .slider-215 .text-slider-wp {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  display: inline-block;
  text-align: left;
  max-width: 100%;
}
.title-page .slider-215 .block-body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  letter-spacing: 1px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 25px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  font-weight: 500;
  width: 750px;
  padding-left: 0;
  padding-right: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .slider-215 .block-more {
  box-sizing: border-box;
  text-align: center;
  margin-top: 30px;
}
.title-page .slider-215 .block-more > a {
  padding: 20px 0 16px 38px;
  border: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 17px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-weight: 600;
  min-height: 70px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: url("../images/lib_409601_2.png") right 20px top 50% / 33px no-repeat #71bd00;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 280px;
}
.title-page .slider-215 .block-more > a:hover, .title-page .slider-215 .block-more > a.hover, .title-page .slider-215 .block-more > a.active {
  -webkit-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.3);
  background: url("../images/lib_409601_2.png") right 20px top 50% / 33px no-repeat #fd0;
}
.title-page .slider-215 .block-title {
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  letter-spacing: 1px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 39px;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 800;
  margin-top: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.3);
  -moz-text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.3);
  text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .slider-215 .slider-item > a {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 5;
}
.title-page .slider-215 .slider-controls {
  margin: -65.5px 0 74px;
  box-sizing: border-box;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  text-align: justify;
  width: auto;
  bottom: auto;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.title-page .slider-215 .slider-prev {
  border: none;
  box-sizing: border-box;
  position: relative;
  z-index: 100;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 75px;
  height: 20px;
  background: url("../images/left.png?1542949593732") left 50% top 50% / auto auto no-repeat rgba(255, 255, 255, 0.2);
  text-align: left;
  min-height: 130px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 0px 10px 10px 0px;
  -moz-border-radius: 0px 10px 10px 0px;
  border-radius: 0px 10px 10px 0px;
}
.title-page .slider-215 .slider-prev:hover, .title-page .slider-215 .slider-prev.hover, .title-page .slider-215 .slider-prev.active {
  background: url("../images/left.png?1542949593732") left 50% top 50% / auto auto no-repeat rgba(255, 255, 255, 0.05);
}
.title-page .slider-215 .slider-next {
  border: none;
  box-sizing: border-box;
  position: relative;
  z-index: 100;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 75px;
  height: 20px;
  background: url("../images/right.png?1542949593673") left 50% top 50% / auto auto no-repeat rgba(255, 255, 255, 0.2);
  text-align: left;
  min-height: 130px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 10px 0px 0px 10px;
  -moz-border-radius: 10px 0px 0px 10px;
  border-radius: 10px 0px 0px 10px;
  margin-top: 1px;
}
.title-page .slider-215 .slider-next:hover, .title-page .slider-215 .slider-next.hover, .title-page .slider-215 .slider-next.active {
  background: url("../images/right.png?1542949593673") left 50% top 50% / auto auto no-repeat rgba(255, 255, 255, 0.05);
}
.title-page .slider-215 .slider-prev > a {
  box-sizing: border-box;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.title-page .slider-215 .slider-next > a {
  box-sizing: border-box;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.title-page .slider-215 .slider-pager-wrap {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  visibility: hidden;
  z-index: 100;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  margin-bottom: 386px;
  padding-right: 0;
}
.title-page .slider-215 .bx-auto_controls {
  margin: auto 0 0 auto;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .slider-215 .slider-pager {
  box-sizing: border-box;
  text-align: left;
}
.title-page .slider-215 .slider-pager > a {
  padding: 1px 84px 1px 1px;
  margin: 4px 0 4px 5px;
  border: none;
  box-sizing: border-box;
  display: block;
  vertical-align: top;
  width: 15px;
  min-height: 15px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-size: 32px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.31);
  text-align: center;
  font-family: Open Sans, sans-serif;
  -webkit-box-shadow: inset -17px 0px 0px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset -17px 0px 0px rgba(255, 255, 255, 0.1);
  box-shadow: inset -17px 0px 0px rgba(255, 255, 255, 0.1);
  font-weight: 300;
}
.title-page .slider-215 .slider-pager > a:hover, .title-page .slider-215 .slider-pager > a.hover, .title-page .slider-215 .slider-pager > a.active {
  color: #fff;
  -webkit-box-shadow: inset -35px 0px 0px #fff;
  -moz-box-shadow: inset -35px 0px 0px #fff;
  box-shadow: inset -35px 0px 0px #fff;
}
.title-page .slider-215 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .slider-215 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .slider-215 .bx-controls-auto-item {
  box-sizing: border-box;
  display: block;
}
.title-page .slider-215 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_pause.png") center center / auto no-repeat;
}
.title-page .slider-215 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_play.png") center center / auto no-repeat;
}
.title-page .slider-215 .overfill {
  position: absolute;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  background: inherit;
  top: 0;
  left: 0;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
}
.title-page .slider-215 .text-slider p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .slider-215 .text-slider p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .slider-215 .text_wrapper {
  box-sizing: border-box;
  width: 150px;
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100px;
  z-index: 100;
}
.title-page .slider-215 .text_wrapper .text_inner {
  box-sizing: border-box;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.title-page .slider-215 .text_wrapper .text_slider {
  box-sizing: border-box;
  position: static;
  text-align: inherit;
}
.title-page .slider-215 .text_wrapper .text_slider p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .slider-215 .text_wrapper .text_slider p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .slider-215 .block-title a {
  box-sizing: border-box;
  color: inherit;
  text-decoration: none;
}
.title-page .popover-container-215 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-215 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-215 .popover-form-title {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 30px;
  box-sizing: border-box;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}
.title-page .popover-wrap-215 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-215 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
  min-height: 0;
}
.title-page .popover-wrap-215 .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-215 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-215 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-215 .popover-body .s3_form_item.form_div {
  min-height: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-215 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 20px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-215 .popover-body .s3_form_item.form_html_block {
  min-height: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-215 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-215 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-215 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-215 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-215 .popover-body .s3_form_item.form_checkbox {
  min-height: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-215 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-215 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-215 .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-215 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-215 .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-215 .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-215 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-215 .popover-body .s3_form_item.form_radio {
  min-height: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-215 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-215 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-215 .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-215 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
}
.title-page .popover-wrap-215 .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-215 .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-215 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-215 .popover-body .s3_form_item.form_select {
  min-height: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-215 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-215 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-215 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-215 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-215 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-215 .popover-body .s3_form_item.form_calendar {
  min-height: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-215 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-215 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-215 .popover-body .s3_form_item.form_calendar_interval {
  min-height: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-215 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-215 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-215 .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-215 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-215 .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-215 .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: Arial, Helvetica, sans-serif;
  text-align: left;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-215 .popover-body .s3_form_item.form_upload {
  min-height: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-215 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-215 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-215 .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-215 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-215 .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-215 ::-webkit-input-placeholder {
  color: #fff;
}
.title-page .popover-wrap-215 ::-moz-placeholder {
  color: #fff;
}
.title-page .popover-wrap-215 :-ms-input-placeholder {
  color: #fff;
}
.title-page .block-133 {
  padding: 499px 0 80px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), url("../images/аааааааааа.png") left 50% top 50% / cover no-repeat fixed;
  z-index: 7;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .block-134 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1250px;
  min-height: 0;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
}
.title-page .widget-212 {
  margin: 0 0 -17px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  padding-top: 0.02px;
}
.title-page .popover-wrap-239 .popover-body {
  padding: 55px 40px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  width: 400px;
  box-sizing: border-box;
  vertical-align: middle;
  background: repeating-linear-gradient(to top right, #24347d 0%, #0045e6 41.8%, #00b3ff 100%);
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-239 .popover-body .form_text input {
  padding: 7px 25px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.1);
  min-height: 50px;
  margin-bottom: 2px;
}
.title-page .popover-wrap-239 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  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.1);
  min-height: 37px;
}
.title-page .popover-wrap-239 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  color: #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.1);
}
.title-page .popover-wrap-239 .popover-body textarea {
  padding: 27px 25px 0.02px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.1);
  min-height: 107px;
}
.title-page .popover-wrap-239 .popover-body .s3_button_large {
  padding: 2px 4px;
  border: none;
  background: repeating-linear-gradient(to top right, #199400 0%, #71bd00 100%) #00a74f;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 60px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  width: 225px;
  margin-top: 13px;
}
.title-page .popover-wrap-239 .popover-body .s3_button_large:hover, .title-page .popover-wrap-239 .popover-body .s3_button_large.hover, .title-page .popover-wrap-239 .popover-body .s3_button_large.active {
  background: none #fff;
  color: #4bab00;
}
.title-page .popover-wrap-239 .popover-body .s3_button_large:active, .title-page .popover-wrap-239 .popover-body .s3_button_large.active {
  background: repeating-linear-gradient(to top right, #199400 0%, #71bd00 100%) #00a74f;
  color: #fff;
}
.title-page .popover-wrap-239 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: left;
}
.title-page .popover-wrap-239 .popover-close {
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/wm_button_close.png") 0 0 no-repeat;
  z-index: 10;
  cursor: pointer;
}
.title-page .popover-wrap-239 .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-239 .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-239 .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-239 .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-239 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-239 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-239 .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: 5px;
  text-align: left;
  box-sizing: border-box;
}
.title-page .blocklist-239 .header_text {
  font-size: 30px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 800;
}
.title-page .blocklist-239 .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-239 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  margin-bottom: 38px;
  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: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  padding-left: 0;
  padding-right: 55px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.title-page .blocklist-239 .body-outer {
  box-sizing: border-box;
  position: relative;
  text-align: left;
}
.title-page .blocklist-239 .body {
  margin: 0 -5px;
  box-sizing: border-box;
}
.title-page .blocklist-239 .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-239 .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-239 .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-239 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 25%;
}
.title-page .blocklist-239 .item {
  margin: 5px;
  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-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-239 .text {
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.title-page .blocklist-239 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-239 .image {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: auto;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
}
.title-page .blocklist-239 .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-239 .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-239 .img-convert {
  box-sizing: border-box;
  width: auto;
  height: 287px;
  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: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.title-page .blocklist-239 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-239 .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;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-239 .title {
  border: none;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  min-height: 287px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background: none, none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.title-page .blocklist-239 .title:hover, .title-page .blocklist-239 .title.hover, .title-page .blocklist-239 .title.active {
  background: url("../images/zoom.png") left 50% top 50% / auto auto no-repeat, repeating-linear-gradient(to top right, rgba(0, 99, 44, 0.83) 0%, rgba(1, 103, 44, 0.83) 41.8%, rgba(126, 181, 28, 0.83) 100%);
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
}
.title-page .blocklist-239 .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-239 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-239 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-239 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-239 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-239 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-239 .more {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-239 .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-239 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-239 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-239 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-239 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-239 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-239 .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-239 .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-239 .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-239 .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-239 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-239 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-239 .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-239 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-239 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-239 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-239 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-239 .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-239 .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-239 .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-239 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-239 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-239 .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;
  text-align: center;
  color: #000;
}
.title-page .popover-container-239 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-239 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-239 .popover-form-title {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 30px;
  box-sizing: border-box;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}
.title-page .popover-wrap-239 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-239 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
  min-height: 0;
}
.title-page .popover-wrap-239 .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-239 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-239 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-239 .popover-body .s3_form_item.form_div {
  min-height: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-239 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 20px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-239 .popover-body .s3_form_item.form_html_block {
  min-height: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-239 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-239 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-239 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-239 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-239 .popover-body .s3_form_item.form_checkbox {
  min-height: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-239 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-239 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-239 .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-239 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-239 .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-239 .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-239 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-239 .popover-body .s3_form_item.form_radio {
  min-height: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-239 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-239 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-239 .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-239 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
}
.title-page .popover-wrap-239 .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-239 .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-239 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-239 .popover-body .s3_form_item.form_select {
  min-height: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-239 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-239 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-239 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-239 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-239 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-239 .popover-body .s3_form_item.form_calendar {
  min-height: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-239 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-239 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-239 .popover-body .s3_form_item.form_calendar_interval {
  min-height: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-239 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-239 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-239 .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-239 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-239 .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-239 .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: Arial, Helvetica, sans-serif;
  text-align: left;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-239 .popover-body .s3_form_item.form_upload {
  min-height: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-239 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-239 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-239 .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-239 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-239 .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-239 ::-webkit-input-placeholder {
  color: #fff;
}
.title-page .popover-wrap-239 ::-moz-placeholder {
  color: #fff;
}
.title-page .popover-wrap-239 :-ms-input-placeholder {
  color: #fff;
}
.title-page .block-123 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 350px;
  background: repeating-linear-gradient(to bottom, rgba(0, 24, 110, 0.5) 0%, rgba(0, 34, 156, 0) 100%), linear-gradient(rgba(0, 40, 173, 0.15), rgba(0, 40, 173, 0.15)), url("../images/54846036_2.jpg") left 50% top 50% / cover no-repeat, url("../images/54840712_2 (2).jpg") left 50% top calc(50% - 34px) / cover no-repeat;
  z-index: 6;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  padding-top: 0.02px;
}
.title-page .widget-220 {
  padding: 0.02px 0 80px;
  margin: 70px auto 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  min-height: 0;
  width: 1250px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
  max-width: 100%;
}
.title-page .popover-wrap-248 .popover-body {
  padding: 55px 40px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  width: 400px;
  box-sizing: border-box;
  vertical-align: middle;
  background: repeating-linear-gradient(to top right, #24347d 0%, #0045e6 41.8%, #00b3ff 100%);
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-248 .popover-body .form_text input {
  padding: 7px 25px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.1);
  min-height: 50px;
  margin-bottom: 2px;
}
.title-page .popover-wrap-248 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  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.1);
  min-height: 37px;
}
.title-page .popover-wrap-248 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  color: #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.1);
}
.title-page .popover-wrap-248 .popover-body textarea {
  padding: 27px 25px 0.02px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.1);
  min-height: 107px;
}
.title-page .popover-wrap-248 .popover-body .s3_button_large {
  padding: 2px 4px;
  border: none;
  background: repeating-linear-gradient(to top right, #199400 0%, #71bd00 100%) #00a74f;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 60px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  width: 225px;
  margin-top: 13px;
}
.title-page .popover-wrap-248 .popover-body .s3_button_large:hover, .title-page .popover-wrap-248 .popover-body .s3_button_large.hover, .title-page .popover-wrap-248 .popover-body .s3_button_large.active {
  background: none #fff;
  color: #4bab00;
}
.title-page .popover-wrap-248 .popover-body .s3_button_large:active, .title-page .popover-wrap-248 .popover-body .s3_button_large.active {
  background: repeating-linear-gradient(to top right, #199400 0%, #71bd00 100%) #00a74f;
  color: #fff;
}
.title-page .popover-wrap-248 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: left;
}
.title-page .popover-wrap-248 .popover-close {
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/wm_button_close.png") 0 0 no-repeat;
  z-index: 10;
  cursor: pointer;
}
.title-page .popover-wrap-248 .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-248 .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-248 .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-248 .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-248 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-248 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-248 .header {
  border: none;
  box-sizing: border-box;
  font-size: 30px;
  margin-bottom: 60px;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  color: #fff;
  letter-spacing: 1px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 800;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 10px;
  padding-bottom: 10px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.title-page .editable_block-248 .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-248 .item-label {
  padding: 0.02px 0;
  border: none;
  box-sizing: border-box;
  position: absolute;
  left: auto;
  top: 50%;
  z-index: 5;
  color: #71bd00;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  line-height: 1.3;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 142px;
  right: 0;
  margin-right: 0;
  bottom: auto;
  margin-top: -116px;
  -webkit-text-shadow: 11px 11px 7px rgba(0, 0, 0, 0.11);
  -moz-text-shadow: 11px 11px 7px rgba(0, 0, 0, 0.11);
  text-shadow: 11px 11px 7px rgba(0, 0, 0, 0.11);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: bold;
  min-height: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .editable_block-248 .title {
  box-sizing: border-box;
  font-size: 30px;
  margin-bottom: 11px;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 1px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: normal;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  padding-bottom: 15px;
}
.title-page .editable_block-248 .image {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  float: left;
  margin-right: 20px;
  margin-left: 0;
  margin-bottom: 0;
}
.title-page .editable_block-248 .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-248 .img-convert {
  border: none;
  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;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .editable_block-248 .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-248 .text {
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 1.8;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  margin-right: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
  padding-left: 23px;
  -webkit-box-shadow: inset 1px 0px 0px #e8e8e8;
  -moz-box-shadow: inset 1px 0px 0px #e8e8e8;
  box-shadow: inset 1px 0px 0px #e8e8e8;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: 500;
  width: 800px;
  margin-left: 0;
}
.title-page .editable_block-248 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-248 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-248 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-248 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-248 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-248 .more {
  box-sizing: border-box;
  margin-top: 5px;
  pointer-events: auto;
}
.title-page .editable_block-248 .more > a {
  padding: 22px 20px 20px 41px;
  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: 65px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 1.3;
  letter-spacing: 0.5px;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: url("../images/Group 1.png") left calc(50% - 104px) top 50% / 30px no-repeat, repeating-linear-gradient(to top right, #392d88 0%, #0045e6 41.8%, #00a1e6 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-left: 0;
  margin-right: auto;
  width: 270px;
}
.title-page .editable_block-248 .more > a:hover, .title-page .editable_block-248 .more > a.hover, .title-page .editable_block-248 .more > a.active {
  -webkit-box-shadow: inset 0px 0px 38px 0px rgba(255, 255, 255, 0.44);
  -moz-box-shadow: inset 0px 0px 38px 0px rgba(255, 255, 255, 0.44);
  box-shadow: inset 0px 0px 38px 0px rgba(255, 255, 255, 0.44);
}
.title-page .editable_block-248 .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-248 .clear {
  clear: both;
}
.title-page .popover-container-248 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-248 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-248 .popover-form-title {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 30px;
  box-sizing: border-box;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}
.title-page .popover-wrap-248 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-248 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
  min-height: 0;
}
.title-page .popover-wrap-248 .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-248 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-248 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-248 .popover-body .s3_form_item.form_div {
  min-height: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-248 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 20px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-248 .popover-body .s3_form_item.form_html_block {
  min-height: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-248 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-248 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-248 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-248 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-248 .popover-body .s3_form_item.form_checkbox {
  min-height: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-248 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-248 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-248 .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-248 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-248 .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-248 .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-248 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-248 .popover-body .s3_form_item.form_radio {
  min-height: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-248 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-248 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-248 .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-248 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
}
.title-page .popover-wrap-248 .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-248 .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-248 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-248 .popover-body .s3_form_item.form_select {
  min-height: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-248 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-248 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-248 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-248 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-248 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-248 .popover-body .s3_form_item.form_calendar {
  min-height: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-248 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-248 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-248 .popover-body .s3_form_item.form_calendar_interval {
  min-height: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-248 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-248 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-248 .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-248 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-248 .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-248 .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: Arial, Helvetica, sans-serif;
  text-align: left;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-248 .popover-body .s3_form_item.form_upload {
  min-height: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-248 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-248 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-248 .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-248 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-248 .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-248 ::-webkit-input-placeholder {
  color: #fff;
}
.title-page .popover-wrap-248 ::-moz-placeholder {
  color: #fff;
}
.title-page .popover-wrap-248 :-ms-input-placeholder {
  color: #fff;
}
.title-page .block-91 {
  padding: 80px 0;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  background: url("../images/ыыыыыыыыыыыыыыыы.png?1554464307441") right -28px bottom -8px / 348px no-repeat #fff;
  z-index: 5;
  text-align: center;
  right: 0;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-192 {
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1250px;
  min-height: 0;
  max-width: 100%;
  z-index: 2;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-267 {
  margin: 0;
  position: relative;
  text-indent: 0;
  text-decoration: none;
  top: 0;
  left: 0;
  z-index: 1;
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  padding-bottom: 0.02px;
  padding-top: 40px;
  min-width: 0;
}
.title-page .blocklist-316 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-316 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-316 .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: 30px;
  text-align: space-between;
  box-sizing: border-box;
  font-family: Open Sans, sans-serif;
  font-size: 34px;
  text-decoration: none;
  padding-right: 480px;
}
.title-page .blocklist-316 .header_text {
  font-size: 36px;
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  color: #0c0c0c;
  line-height: 1.1;
  text-align: left;
  text-decoration: none;
  font-weight: 300;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-316 .all-in_header {
  box-sizing: border-box;
  display: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: left;
}
.title-page .blocklist-316 .description {
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 30px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  color: #0c0c0c;
  line-height: 1.4;
  text-decoration: none;
  padding-right: 480px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-316 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-316 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-316 .all {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-316 .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-316 .prev {
  position: relative;
  z-index: 105;
  visibility: visible;
  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-316 .next {
  visibility: visible;
  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;
  position: relative;
  z-index: 105;
}
.title-page .blocklist-316 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-316 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-316 .body-outer {
  box-sizing: border-box;
  position: relative;
}
.title-page .blocklist-316 .body {
  margin: 0 -5px;
  box-sizing: border-box;
}
.title-page .blocklist-316 .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-316 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 50%;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.title-page .blocklist-316 .item {
  margin: 10px 5px 0;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  text-decoration: none;
  padding-right: 0;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  min-width: 0;
  min-height: 0;
  left: 0;
  right: 0;
  flex-basis: 100%;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-316 .text {
  margin-bottom: 5px;
  box-sizing: border-box;
  position: relative;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  color: #9c9593;
  line-height: 1.5;
  text-decoration: none;
  padding-right: 30px;
  padding-left: 30px;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-316 .text > .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-316 .image {
  border: none;
  box-sizing: border-box;
  margin-bottom: 10px;
  text-decoration: none;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: auto;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
  background: rgba(0, 0, 0, 0);
}
.title-page .blocklist-316 .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 .blocklist-316 .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-316 .img-convert {
  box-sizing: border-box;
  width: auto;
  height: 350px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: left;
  display: -webkit-inline-flex;
  display: inline-flex;
  overflow: hidden;
  color: #000;
  text-decoration: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-316 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-316 .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-316 .title {
  padding: 40px 0 40px 30px;
  border: none;
  font-weight: bold;
  margin-bottom: 0;
  box-sizing: border-box;
  position: relative;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  margin-right: 0;
  margin-top: -360px;
  -webkit-text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.32);
  -moz-text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.32);
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.32);
  background: url("../images/ывыв.png?1555482301546") right 30px bottom 30px / auto auto no-repeat, linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.37) 100%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  min-height: 349px;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
.title-page .blocklist-316 .title:hover, .title-page .blocklist-316 .title.hover, .title-page .blocklist-316 .title.active {
  background: url("../images/кк.png") right 30px bottom 30px / auto auto no-repeat, linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.37) 100%);
}
.title-page .blocklist-316 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  pointer-events: auto;
}
.title-page .blocklist-316 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-316 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-316 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-316 .price-note {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-316 .more {
  text-align: right;
  box-sizing: border-box;
  position: relative;
  text-decoration: none;
  padding-right: 30px;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  pointer-events: auto;
}
.title-page .blocklist-316 .more > a {
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  color: #0066db;
  text-align: left;
  text-decoration: none;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 50px;
  background: url("../images/lib_34802_arrow3.png?1465393710473") right 0px top 50% / auto auto no-repeat;
  cursor: pointer;
}
.title-page .blocklist-316 .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-316 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-316 .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-316 .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-316 .item__image__title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}
.title-page .popover-container-316 {
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-316 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-316 .popover-body {
  padding: 55px 40px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  width: 400px;
  box-sizing: border-box;
  vertical-align: middle;
  background: repeating-linear-gradient(to top right, #24347d 0%, #0045e6 41.8%, #00b3ff 100%);
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-316 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-316 .popover-form-title {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 30px;
  box-sizing: border-box;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}
.title-page .popover-wrap-316 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
  min-height: 0;
}
.title-page .popover-wrap-316 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-316 .popover-body textarea {
  padding: 27px 25px 0.02px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.1);
  min-height: 107px;
}
.title-page .popover-wrap-316 .popover-body .s3_button_large {
  padding: 2px 4px;
  border: none;
  background: repeating-linear-gradient(to top right, #199400 0%, #71bd00 100%) #00a74f;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 60px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  width: 225px;
  margin-top: 13px;
}
.title-page .popover-wrap-316 .popover-body .s3_button_large:hover, .title-page .popover-wrap-316 .popover-body .s3_button_large.hover, .title-page .popover-wrap-316 .popover-body .s3_button_large.active {
  background: none #fff;
  color: #4bab00;
}
.title-page .popover-wrap-316 .popover-body .s3_button_large:active, .title-page .popover-wrap-316 .popover-body .s3_button_large.active {
  background: repeating-linear-gradient(to top right, #199400 0%, #71bd00 100%) #00a74f;
  color: #fff;
}
.title-page .popover-wrap-316 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-316 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: left;
}
.title-page .popover-wrap-316 .popover-close {
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/wm_button_close.png") 0 0 no-repeat;
  z-index: 10;
  cursor: pointer;
}
.title-page .popover-wrap-316 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .blocklist-316 .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-316 .bx-auto_controls {
  margin: auto auto 0;
  display: -webkit-flex;
  display: flex;
  visibility: visible;
  box-sizing: border-box;
  position: relative;
  z-index: 100;
}
.title-page .blocklist-316 .pager-wrap {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-316 .bx-pager {
  margin: auto auto 0;
  display: inline-block;
  visibility: visible;
  box-sizing: border-box;
  position: relative;
  z-index: 100;
}
.title-page .blocklist-316 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-316 .bx-pager a {
  margin: 2px;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
}
.title-page .blocklist-316 .bx-pager a:active, .title-page .blocklist-316 .bx-pager a.active {
  background: #bbb;
}
.title-page .blocklist-316 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-316 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-316 .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-316 .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-316 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-316 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .popover-wrap-316 .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-316 .popover-body .form_text input {
  padding: 7px 25px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.1);
  min-height: 50px;
  margin-bottom: 2px;
}
.title-page .popover-wrap-316 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-316 .popover-body .s3_form_item.form_div {
  min-height: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-316 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 20px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-316 .popover-body .s3_form_item.form_html_block {
  min-height: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-316 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-316 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-316 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-316 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-316 .popover-body .s3_form_item.form_checkbox {
  min-height: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-316 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-316 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-316 .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-316 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-316 .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-316 .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-316 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-316 .popover-body .s3_form_item.form_radio {
  min-height: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-316 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-316 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-316 .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-316 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
}
.title-page .popover-wrap-316 .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-316 .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-316 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-316 .popover-body .s3_form_item.form_select {
  min-height: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-316 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-316 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-316 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-316 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-316 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-316 .popover-body .s3_form_item.form_calendar {
  min-height: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-316 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-316 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-316 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  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.1);
  min-height: 37px;
}
.title-page .popover-wrap-316 .popover-body .s3_form_item.form_calendar_interval {
  min-height: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-316 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-316 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-316 .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-316 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-316 .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-316 .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: Arial, Helvetica, sans-serif;
  text-align: left;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-316 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  color: #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.1);
}
.title-page .popover-wrap-316 .popover-body .s3_form_item.form_upload {
  min-height: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-316 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-316 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-316 .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-316 .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-316 .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-316 .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-316 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-316 ::-webkit-input-placeholder {
  color: #fff;
}
.title-page .popover-wrap-316 ::-moz-placeholder {
  color: #fff;
}
.title-page .popover-wrap-316 :-ms-input-placeholder {
  color: #fff;
}
.title-page .block-92 .layout_188 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-92 .layout_223 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-92 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1250px;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: 0;
}
.title-page .widget-201 {
  padding: 55px 30px;
  margin: 0 0 auto 55px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  box-sizing: border-box;
  width: 450px;
  min-height: 171px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: url("../images/ывывыв.png") right -11px bottom -15px / 152px no-repeat, repeating-linear-gradient(to top right, #24347d 0%, #0045e6 41.8%, #00b3ff 100%);
}
.title-page .form-223 .form__header {
  box-sizing: border-box;
  font-size: 37px;
  margin-bottom: 27px;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #fff;
  line-height: 0.9;
  letter-spacing: 0.6px;
  text-decoration: none;
  font-weight: bold;
}
.title-page .form-223 .form__text {
  box-sizing: border-box;
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
}
.title-page .form-223 .form__text p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .form-223 .form__text p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .form-223 .form__body {
  box-sizing: border-box;
  margin-right: -5px;
  margin-bottom: -5px;
  width: auto;
  margin-left: 0;
}
.title-page .form-223 .form-table {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .form-223 .form-tbody {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
}
.title-page .form-223 .form-item-group {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  width: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .form-223 .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-223 .form-text {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
}
.title-page .form-223 .form-item__title {
  box-sizing: border-box;
  display: inline-block;
  min-width: 15px;
  color: #fff;
  font-family: Ubuntu, sans-serif;
}
.title-page .form-223 .form-item__required {
  box-sizing: border-box;
  color: #f00;
}
.title-page .form-223 .form-item__error {
  box-sizing: border-box;
  color: #f00;
}
.title-page .form-223 .form-item__note {
  box-sizing: border-box;
  font-size: 11px;
  color: #999;
  display: none;
}
.title-page .form-223 .form-item__body {
  box-sizing: border-box;
  display: block;
}
.title-page .form-223 .form-text input {
  padding: 2px 25px;
  border: none;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.08);
  width: 100%;
  min-width: 100px;
  min-height: 60px;
  outline: none;
  -webkit-appearance: none;
  font-family: Ubuntu, sans-serif;
  text-align: start;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  height: 60px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 6px;
}
.title-page .form-223 .form-textarea textarea {
  padding: 2px 4px;
  border: none;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.08);
  width: 100%;
  min-width: 100px;
  resize: vertical;
  min-height: 40px;
  outline: none;
  display: block;
  -webkit-appearance: none;
  font-family: Ubuntu, sans-serif;
  text-align: start;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.title-page .form-223 .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .form-223 .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .form-223 .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .form-223 .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .form-223 .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .form-223 .form-select select {
  padding: 15px;
  border: none;
  box-sizing: border-box;
  width: 100%;
  min-width: 100px;
  font-family: Ubuntu, 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.1);
  min-height: 55px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
}
.title-page .form-223 .form-upload .form-item__body .no-more {
  box-sizing: border-box;
  font-size: 15px;
  font-family: Ubuntu, sans-serif;
  color: #fff;
  text-decoration: none;
}
.title-page .form-223 .form-text .form-item__body {
  box-sizing: border-box;
}
.title-page .form-223 .form-textarea {
  box-sizing: border-box;
}
.title-page .form-223 .form-textarea .form-item__body {
  box-sizing: border-box;
}
.title-page .form-223 .form-submit {
  box-sizing: border-box;
  margin-right: 0;
  margin-top: 8px;
  align-self: auto;
  width: auto;
  margin-left: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .form-223 .form-submit .form-item__header {
  box-sizing: border-box;
  display: none;
}
.title-page .form-223 .form-submit .form-item__body {
  box-sizing: border-box;
}
.title-page .form-223 .form-submit button {
  padding: 2px 4px;
  border: none;
  box-sizing: border-box;
  text-align: center;
  background: repeating-linear-gradient(to top right, #199400 0%, #71bd00 100%) #00a74f;
  outline: none;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
  min-height: 60px;
  width: 224px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: 500;
}
.title-page .form-223 .form-submit button:hover, .title-page .form-223 .form-submit button.hover, .title-page .form-223 .form-submit button.active {
  background: none #fff;
  color: #4bab00;
}
.title-page .form-223 .form-submit button:active, .title-page .form-223 .form-submit button.active {
  background: repeating-linear-gradient(to top right, #199400 0%, #71bd00 100%) #00a74f;
  color: #fff;
}
.title-page .form-223 .form-submit button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 20px;
}
.title-page .form-223 .form-captcha {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .form-223 .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-223 .form-captcha input {
  padding: 2px 4px;
  border: none;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.08);
  width: auto;
  min-width: 50px;
  min-height: 22px;
  outline: none;
  text-align: start;
  -webkit-appearance: none;
  font-family: Ubuntu, sans-serif;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.title-page .form-223 .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-223 .form-captcha .form-submit-container {
  box-sizing: border-box;
}
.title-page .form-223 .form-captcha button {
  padding: 2px 4px;
  border: none;
  box-sizing: border-box;
  text-align: center;
  background: repeating-linear-gradient(to top right, #199400 0%, #71bd00 100%) #00a74f;
  outline: none;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
  min-height: 60px;
  width: 224px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: 500;
}
.title-page .form-223 .form-captcha button:hover, .title-page .form-223 .form-captcha button.hover, .title-page .form-223 .form-captcha button.active {
  background: none #fff;
  color: #4bab00;
}
.title-page .form-223 .form-captcha button:active, .title-page .form-223 .form-captcha button.active {
  background: repeating-linear-gradient(to top right, #199400 0%, #71bd00 100%) #00a74f;
  color: #fff;
}
.title-page .form-223 .form-captcha button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 20px;
}
.title-page .form-223 .form-captcha .mgCaptcha-block {
  box-sizing: border-box;
  line-height: 0;
  font-size: 0;
  min-width: 112px;
}
.title-page .form-223 .form-captcha .mgCaptcha-block img {
  box-sizing: border-box;
  vertical-align: middle;
  border: none;
  margin-right: 5px;
}
.title-page .form-223 .form-captcha .mgCaptcha-input {
  box-sizing: border-box;
}
.title-page .form-223 .form-checkbox {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
}
.title-page .form-223 .form-checkbox .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  padding-bottom: 5px;
}
.title-page .form-223 .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: Ubuntu, sans-serif;
}
.title-page .form-223 .form-checkbox .form-item__body label.form-item__title {
  font-size: 13px;
  color: #fff;
  text-decoration: none;
}
.title-page .form-223 .form-checkbox input {
  margin: 5px 5px 0 0;
}
.title-page .form-223 .form-radio {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
}
.title-page .form-223 .form-radio .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  padding-bottom: 5px;
}
.title-page .form-223 .form-radio .form-item__body label.form-item__title {
  font-size: 13px;
  font-family: Ubuntu, sans-serif;
  color: #fff;
  text-decoration: none;
}
.title-page .form-223 .form-radio input {
  margin: 5px 5px 0 0;
}
.title-page .form-223 .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: Ubuntu, sans-serif;
}
.title-page .form-223 .form-select {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
}
.title-page .form-223 .form-div {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
}
.title-page .form-223 .form-html {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
}
.title-page .form-223 .form-html .form-item__body {
  font-size: 15px;
  font-family: Ubuntu, sans-serif;
  color: #fff;
  text-decoration: none;
}
.title-page .form-223 .form-upload {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
}
.title-page .form-223 .form-calendar {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
}
.title-page .form-223 .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-223 .form-calendar input {
  padding: 2px 15px;
  border: none;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.1);
  width: 100%;
  min-height: 55px;
  outline: none;
  -webkit-appearance: none;
  font-family: Ubuntu, sans-serif;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: start;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  height: 55px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
}
.title-page .form-223 .form-calendar_interval {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
}
.title-page .form-223 .form-calendar_interval input {
  padding: 2px 15px;
  border: none;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-height: 55px;
  outline: none;
  -webkit-appearance: none;
  font-family: Ubuntu, sans-serif;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: start;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  height: 55px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
}
.title-page .form-223 .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-223 .form-calendar_interval .label_from {
  box-sizing: border-box;
  margin-right: 5px;
  -webkit-flex: 0;
  -moz-flex: 0;
  flex: 0;
  font-family: Ubuntu, sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
.title-page .form-223 .form-calendar_interval .label_to {
  box-sizing: border-box;
  margin-right: 5px;
  -webkit-flex: 0;
  -moz-flex: 0;
  flex: 0;
  font-family: Ubuntu, sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
.title-page .form-223 .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-223 .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-223 .group-text {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-right: -5px;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
}
.title-page .form-223 .group-textarea {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-right: 0;
}
.title-page .form-223 .form-tfoot {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .form-223 .group-button {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-right: 0;
}
.title-page .form-223 .form-success {
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Ubuntu, sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
}
.title-page .form-223 ::-webkit-input-placeholder {
  color: #fff;
}
.title-page .form-223 ::-moz-placeholder {
  color: #fff;
}
.title-page .form-223 :-ms-input-placeholder {
  color: #fff;
}
.title-page .widget-163 {
  margin: 0 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  min-height: 0;
  width: auto;
  right: 0;
  padding-bottom: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-188 .popover-body {
  padding: 55px 40px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  width: 400px;
  box-sizing: border-box;
  vertical-align: middle;
  background: repeating-linear-gradient(to top right, #24347d 0%, #0045e6 41.8%, #00b3ff 100%);
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-188 .popover-body .form_text input {
  padding: 7px 25px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.1);
  min-height: 50px;
  margin-bottom: 2px;
}
.title-page .popover-wrap-188 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  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.1);
  min-height: 37px;
}
.title-page .popover-wrap-188 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  color: #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.1);
}
.title-page .popover-wrap-188 .popover-body textarea {
  padding: 27px 25px 0.02px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.1);
  min-height: 107px;
}
.title-page .popover-wrap-188 .popover-body .s3_button_large {
  padding: 2px 4px;
  border: none;
  background: repeating-linear-gradient(to top right, #199400 0%, #71bd00 100%) #00a74f;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 60px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  width: 225px;
  margin-top: 13px;
}
.title-page .popover-wrap-188 .popover-body .s3_button_large:hover, .title-page .popover-wrap-188 .popover-body .s3_button_large.hover, .title-page .popover-wrap-188 .popover-body .s3_button_large.active {
  background: none #fff;
  color: #4bab00;
}
.title-page .popover-wrap-188 .popover-body .s3_button_large:active, .title-page .popover-wrap-188 .popover-body .s3_button_large.active {
  background: repeating-linear-gradient(to top right, #199400 0%, #71bd00 100%) #00a74f;
  color: #fff;
}
.title-page .popover-wrap-188 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: left;
}
.title-page .popover-wrap-188 .popover-close {
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/wm_button_close.png") 0 0 no-repeat;
  z-index: 10;
  cursor: pointer;
}
.title-page .popover-wrap-188 .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-188 .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-188 .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-188 .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-188 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-188 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-188 .header {
  box-sizing: border-box;
  font-size: 30px;
  margin-bottom: 7px;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  margin-top: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .editable_block-188 .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-188 .title {
  box-sizing: border-box;
  font-size: 32px;
  margin-bottom: 24px;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  line-height: 1;
  text-decoration: none;
  font-weight: bold;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .editable_block-188 .image {
  padding: 45px;
  border: none;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  float: left;
  margin-right: 49px;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  -webkit-box-shadow: inset 0px 0px 0px 2px #fffc01;
  -moz-box-shadow: inset 0px 0px 0px 2px #fffc01;
  box-shadow: inset 0px 0px 0px 2px #fffc01;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .editable_block-188 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-188 .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-188 .img-convert {
  border: none;
  box-sizing: border-box;
  width: 350px;
  height: 350px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 0px 33px #fffc01;
  -moz-box-shadow: 0px 0px 0px 33px #fffc01;
  box-shadow: 0px 0px 0px 33px #fffc01;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.title-page .editable_block-188 .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-188 .text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  color: #404040;
  line-height: 1.7;
  text-decoration: none;
  font-size: 18px;
  margin-top: 14px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .editable_block-188 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-188 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-188 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-188 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-188 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-188 .more {
  box-sizing: border-box;
  margin-top: 26px;
  pointer-events: auto;
}
.title-page .editable_block-188 .more > a {
  padding: 20px 35px;
  border: none;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
  height: 0;
  min-height: 59px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
  background: repeating-linear-gradient(to top right, #199400 0%, #71bd00 100%) #00a74f;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: 500;
}
.title-page .editable_block-188 .more > a:hover, .title-page .editable_block-188 .more > a.hover, .title-page .editable_block-188 .more > a.active {
  background: repeating-linear-gradient(to top right, #71bd00 0%, #199400 100%) #00a74f;
}
.title-page .editable_block-188 .more > a:active, .title-page .editable_block-188 .more > a.active {
  background: repeating-linear-gradient(to top right, #199400 0%, #71bd00 100%) #00a74f;
}
.title-page .editable_block-188 .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-188 .clear {
  clear: both;
}
.title-page .popover-container-188 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-188 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-188 .popover-form-title {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 30px;
  box-sizing: border-box;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}
.title-page .popover-wrap-188 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-188 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
  min-height: 0;
}
.title-page .popover-wrap-188 .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-188 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-188 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-188 .popover-body .s3_form_item.form_div {
  min-height: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-188 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 20px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-188 .popover-body .s3_form_item.form_html_block {
  min-height: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-188 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-188 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-188 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-188 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-188 .popover-body .s3_form_item.form_checkbox {
  min-height: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-188 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-188 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-188 .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-188 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-188 .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-188 .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-188 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-188 .popover-body .s3_form_item.form_radio {
  min-height: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-188 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-188 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-188 .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-188 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
}
.title-page .popover-wrap-188 .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-188 .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-188 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-188 .popover-body .s3_form_item.form_select {
  min-height: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-188 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-188 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-188 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-188 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-188 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-188 .popover-body .s3_form_item.form_calendar {
  min-height: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-188 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-188 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-188 .popover-body .s3_form_item.form_calendar_interval {
  min-height: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-188 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-188 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-188 .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-188 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-188 .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-188 .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: Arial, Helvetica, sans-serif;
  text-align: left;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-188 .popover-body .s3_form_item.form_upload {
  min-height: 0;
  box-sizing: border-box;
}
.title-page .popover-wrap-188 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-188 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-188 .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-188 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-188 .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-188 ::-webkit-input-placeholder {
  color: #fff;
}
.title-page .popover-wrap-188 ::-moz-placeholder {
  color: #fff;
}
.title-page .popover-wrap-188 :-ms-input-placeholder {
  color: #fff;
}
.title-page .block-59 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  background: linear-gradient(rgba(3, 0, 102, 0.3), rgba(3, 0, 102, 0.3)), url("../images/photo_2018-04-10_11-33-56.jpg") left 50% top 50% / cover no-repeat, url("../images/54841031_2.jpg") left 50% top 50% / cover no-repeat;
  z-index: 4;
  text-align: center;
  right: 0;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-left: 90px;
  padding-right: 90px;
}
.title-page .block-88 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1250px;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .widget-159 {
  padding: 80px 0;
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  width: auto;
  max-width: 100%;
  min-height: 0;
  right: 0;
}
.title-page .reviews-175 p:first-child {
  margin-top: 0;
}
.title-page .reviews-175 p:last-child {
  margin-bottom: 0;
}
.title-page .reviews-175 .header {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-right: 0;
  margin-bottom: 50px;
}
.title-page .reviews-175 .header_text {
  box-sizing: border-box;
  font-size: 30px;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: 800;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
}
.title-page .reviews-175 .description {
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 15px;
}
.title-page .reviews-175 .list-wr {
  box-sizing: border-box;
  position: relative;
  margin-left: 0;
  margin-right: 0;
}
.title-page .reviews-175 .body {
  margin: 0 -10px;
  box-sizing: border-box;
}
.title-page .reviews-175 .swipe-shadow-left {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.258824) 100%);
}
.title-page .reviews-175 .swipe-shadow-right {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.258824) 0%, rgba(0, 0, 0, 0) 100%);
}
.title-page .reviews-175 .bx-wrapper {
  max-width: 1119px;
}
.title-page .reviews-175 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .reviews-175 .list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  flex-wrap: nowrap;
  box-sizing: border-box;
  width: 1120px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .reviews-175 .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 .reviews-175 .item {
  padding: 45px 40px;
  margin: 0 10px 10px;
  border: none;
  width: auto;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  min-width: 0;
  min-height: 0;
  background: url("../images/фыфыф (1).png") right -100px top -100px / 245px no-repeat #fff;
  align-self: auto;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.15);
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.15);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.title-page .reviews-175 .image {
  padding: 15px;
  margin: 0 auto 23px 0;
  border: none;
  box-sizing: border-box;
  font-size: 0;
  position: relative;
  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;
  float: none;
  -webkit-box-shadow: inset 0px 0px 0px 2px #ededed;
  -moz-box-shadow: inset 0px 0px 0px 2px #ededed;
  box-shadow: inset 0px 0px 0px 2px #ededed;
  background: rgba(23, 23, 23, 0);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  width: 150px;
  max-width: 100%;
}
.title-page .reviews-175 .img-convert {
  border: none;
  box-sizing: border-box;
  width: 120px;
  height: 120px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  display: -webkit-inline-flex;
  display: inline-flex;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 0px 9px #00b3ff;
  -moz-box-shadow: 0px 0px 0px 9px #00b3ff;
  box-shadow: 0px 0px 0px 9px #00b3ff;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  margin-right: auto;
  margin-left: 0;
}
.title-page .reviews-175 .image img {
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-width: 100%;
  display: -webkit-flex;
  display: flex;
}
.title-page .reviews-175 .text {
  padding: 0.02px 0;
  margin: 22px 0 5px;
  border: none;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #1a1a1a;
  text-decoration: none;
  line-height: 1.5;
  font-size: 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  width: auto;
  left: 0;
  right: 0;
  font-weight: normal;
}
.title-page .reviews-175 .text .align-elem {
  flex-basis: 100%;
}
.title-page .reviews-175 .author {
  box-sizing: border-box;
  color: #4095bf;
  margin-bottom: 5px;
  position: relative;
  z-index: 1;
  margin-top: 14px;
}
.title-page .reviews-175 .name {
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  font-weight: 800;
  font-size: 16px;
  font-family: Montserrat, sans-serif;
  color: #5a9600;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .reviews-175 .date {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  margin-left: 5px;
  text-transform: lowercase;
  font-size: 11px;
  color: #808080;
  text-decoration: none;
}
.title-page .reviews-175 .item__image a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .reviews-175 .footer {
  box-sizing: border-box;
}
.title-page .reviews-175 .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 .reviews-175 .controls {
  margin: 7px 0 67px;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  text-align: justify;
  bottom: auto;
  width: auto;
}
.title-page .reviews-175 .prev {
  border: 1px solid rgba(255, 255, 255, 0.15);
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 75px;
  height: 20px;
  background: url("../images/left.png?1542954522720") left 50% top 50% / auto auto no-repeat rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
  text-align: left;
  min-height: 75px;
  margin-left: -75px;
  -webkit-border-radius: 10px 0px 0px 10px;
  -moz-border-radius: 10px 0px 0px 10px;
  border-radius: 10px 0px 0px 10px;
}
.title-page .reviews-175 .prev:hover, .title-page .reviews-175 .prev.hover, .title-page .reviews-175 .prev.active {
  background: url("../images/left.png?1542954522720") left 50% top 50% / auto auto no-repeat rgba(255, 255, 255, 0.05);
  border-top: 1px solid rgba(0, 0, 0, 0);
  border-right: 0px solid rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  border-left: 1px solid rgba(0, 0, 0, 0);
}
.title-page .reviews-175 .next {
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 75px;
  height: 20px;
  background: url("../images/right.png?1542954522661") left 50% top 50% / auto auto no-repeat rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
  text-align: left;
  min-height: 75px;
  margin-right: -75px;
  margin-left: 1px;
  -webkit-border-radius: 0px 10px 10px 0px;
  -moz-border-radius: 0px 10px 10px 0px;
  border-radius: 0px 10px 10px 0px;
}
.title-page .reviews-175 .next:hover, .title-page .reviews-175 .next.hover, .title-page .reviews-175 .next.active {
  border: none;
  background: url("../images/right.png?1542954522661") left 50% top 50% / auto auto no-repeat rgba(255, 255, 255, 0.05);
}
.title-page .reviews-175 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .reviews-175 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .reviews-175 .bx-pager-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  visibility: hidden;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .reviews-175 .bx-auto_controls {
  margin: auto auto 93px;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .reviews-175 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .reviews-175 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .reviews-175 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .reviews-175 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_reviews_pause.png") center center / auto no-repeat;
}
.title-page .reviews-175 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_reviews_play.png") center center / auto no-repeat;
}
.title-page .reviews-175 .pager-wrap {
  box-sizing: border-box;
  display: none;
}
.title-page .reviews-175 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .reviews-175 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .reviews-175 .bx-pager a {
  margin: 2px;
  border: none;
  display: inline-block;
  width: 15px;
  min-height: 15px;
  background: transparent;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.15);
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.15);
}
.title-page .reviews-175 .bx-pager a:hover, .title-page .reviews-175 .bx-pager a.hover, .title-page .reviews-175 .bx-pager a.active {
  background: #00a74f;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .block-95 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  background: repeating-linear-gradient(to top right, #24347d 0%, #0045e6 41.8%, #00b3ff 100%);
  z-index: 3;
  text-align: center;
  right: 0;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  padding-left: 0;
  padding-right: 0;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-96 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
}
.title-page .widget-175 {
  padding: 40px 25px 40px 0;
  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;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  max-width: 100%;
}
.title-page .form-211 .form__header {
  box-sizing: border-box;
  font-size: 30px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  letter-spacing: 1px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 800;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .form-211 .form__text {
  box-sizing: border-box;
  font-size: 20px;
  margin-bottom: 39px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  font-family: Ubuntu, sans-serif;
  color: #fff;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 300;
}
.title-page .form-211 .form__text p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .form-211 .form__text p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .form-211 .form__body {
  box-sizing: border-box;
  margin-right: -25px;
  margin-bottom: -5px;
  width: auto;
  margin-top: 0;
}
.title-page .form-211 .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-211 .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-211 .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-211 .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-211 .form-text {
  box-sizing: border-box;
  width: 33.33%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 25px;
  margin-top: 0;
  align-self: auto;
}
.title-page .form-211 .form-item__title {
  box-sizing: border-box;
  display: inline-block;
  min-width: 15px;
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
}
.title-page .form-211 .form-item__required {
  box-sizing: border-box;
  color: #f00;
}
.title-page .form-211 .form-item__error {
  box-sizing: border-box;
  color: #f00;
}
.title-page .form-211 .form-item__note {
  box-sizing: border-box;
  font-size: 11px;
  color: #999;
  display: none;
}
.title-page .form-211 .form-item__body {
  box-sizing: border-box;
  display: block;
  text-decoration: none;
}
.title-page .form-211 .form-text input {
  padding: 2px 25px;
  border: none;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-width: 100px;
  min-height: 22px;
  outline: none;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: start;
  text-transform: none;
  text-decoration: none;
  font-size: 16px;
  height: 55px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  resize: vertical;
  display: block;
}
.title-page .form-211 .form-textarea textarea {
  padding: 15px;
  border: none;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-width: 100px;
  resize: vertical;
  min-height: 40px;
  outline: none;
  display: block;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: start;
  text-transform: none;
  text-decoration: none;
  font-size: 16px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 55px;
}
.title-page .form-211 .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .form-211 .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .form-211 .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .form-211 .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .form-211 .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .form-211 .form-select select {
  padding: 15px;
  border: none;
  box-sizing: border-box;
  width: 100%;
  min-width: 100px;
  font-family: Arial;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: start;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  background: #e6e6e6;
  min-height: 55px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.title-page .form-211 .form-upload .form-item__body .no-more {
  box-sizing: border-box;
  font-size: 15px;
  font-family: Open Sans, sans-serif;
  color: #fff;
  text-decoration: none;
  margin-left: 5px;
}
.title-page .form-211 .form-text .form-item__body {
  box-sizing: border-box;
}
.title-page .form-211 .form-textarea {
  box-sizing: border-box;
  margin-right: 25px;
  margin-top: 0;
  align-self: auto;
}
.title-page .form-211 .form-textarea .form-item__body {
  box-sizing: border-box;
}
.title-page .form-211 .form-submit {
  box-sizing: border-box;
}
.title-page .form-211 .form-submit .form-item__header {
  box-sizing: border-box;
  display: block;
}
.title-page .form-211 .form-submit .form-item__body {
  box-sizing: border-box;
}
.title-page .form-211 .form-submit button {
  padding: 20px 0 16px 38px;
  border: none;
  box-sizing: border-box;
  text-align: left;
  background: url("../images/lib_409601_2.png") right 20px top 50% / 33px no-repeat, none #71bd00;
  outline: none;
  -webkit-appearance: none;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 17px;
  min-height: 55px;
  width: 230px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: 500;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .form-211 .form-submit button:hover, .title-page .form-211 .form-submit button.hover, .title-page .form-211 .form-submit button.active {
  background: url("../images/lib_409601_2.png") right 20px top 50% / 33px no-repeat, repeating-linear-gradient(to right, #71bd00 0%, #199400 100%) #71bd00;
}
.title-page .form-211 .form-submit button:active, .title-page .form-211 .form-submit button.active {
  background: url("../images/lib_409601_2.png") right 20px top 50% / 33px no-repeat, repeating-linear-gradient(to right, #199400 0%, #71bd00 100%) #71bd00;
}
.title-page .form-211 .form-submit button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 20px;
}
.title-page .form-211 .form-captcha {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-right: 25px;
  margin-top: 0;
  align-self: auto;
}
.title-page .form-211 .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-211 .form-captcha input {
  padding: 2px 4px;
  border: none;
  box-sizing: border-box;
  background: #fff;
  width: auto;
  min-width: 50px;
  min-height: 22px;
  outline: none;
  text-align: start;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 16px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  resize: vertical;
  display: block;
}
.title-page .form-211 .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-211 .form-captcha .form-submit-container {
  box-sizing: border-box;
}
.title-page .form-211 .form-captcha button {
  padding: 20px 0 16px 38px;
  border: none;
  box-sizing: border-box;
  text-align: left;
  background: url("../images/lib_409601_2.png") right 20px top 50% / 33px no-repeat, none #71bd00;
  outline: none;
  -webkit-appearance: none;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 17px;
  min-height: 55px;
  width: 230px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: 500;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .form-211 .form-captcha button:hover, .title-page .form-211 .form-captcha button.hover, .title-page .form-211 .form-captcha button.active {
  background: url("../images/lib_409601_2.png") right 20px top 50% / 33px no-repeat, repeating-linear-gradient(to right, #71bd00 0%, #199400 100%) #71bd00;
}
.title-page .form-211 .form-captcha button:active, .title-page .form-211 .form-captcha button.active {
  background: url("../images/lib_409601_2.png") right 20px top 50% / 33px no-repeat, repeating-linear-gradient(to right, #199400 0%, #71bd00 100%) #71bd00;
}
.title-page .form-211 .form-captcha button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 20px;
}
.title-page .form-211 .form-captcha .mgCaptcha-block {
  box-sizing: border-box;
  line-height: 0;
  font-size: 0;
  min-width: 112px;
}
.title-page .form-211 .form-captcha .mgCaptcha-block img {
  box-sizing: border-box;
  vertical-align: middle;
  border: none;
  margin-right: 5px;
}
.title-page .form-211 .form-captcha .mgCaptcha-input {
  box-sizing: border-box;
}
.title-page .form-211 .form-checkbox {
  box-sizing: border-box;
  width: 33.33%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 25px;
  margin-top: 0;
  align-self: auto;
  padding-top: 8px;
}
.title-page .form-211 .form-checkbox .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  padding-bottom: 5px;
  padding-top: 5px;
}
.title-page .form-211 .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: Open Sans, sans-serif;
  font-size: 15px;
}
.title-page .form-211 .form-checkbox .form-item__body label.form-item__title {
  font-size: 15px;
  font-family: Open Sans, sans-serif;
  color: #fff;
  text-decoration: none;
  margin-top: 2px;
  align-self: auto;
}
.title-page .form-211 .form-checkbox input {
  margin: 5px 5px 0 0;
}
.title-page .form-211 .form-radio {
  box-sizing: border-box;
  width: 33.33%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 25px;
  margin-top: 0;
  align-self: auto;
  padding-top: 8px;
}
.title-page .form-211 .form-radio .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  padding-top: 5px;
  padding-bottom: 5px;
}
.title-page .form-211 .form-radio .form-item__body label.form-item__title {
  font-size: 15px;
  font-family: Open Sans, sans-serif;
  color: #fff;
  text-decoration: none;
  margin-top: 2px;
  align-self: auto;
}
.title-page .form-211 .form-radio input {
  margin: 5px 5px 0 0;
}
.title-page .form-211 .form-radio .form-item__title {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-top: 5px;
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
}
.title-page .form-211 .form-select {
  box-sizing: border-box;
  width: 33.33%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 25px;
  margin-top: 0;
  align-self: auto;
  padding-top: 8px;
}
.title-page .form-211 .form-div {
  box-sizing: border-box;
  width: 33.33%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 25px;
  margin-top: 0;
  align-self: auto;
}
.title-page .form-211 .form-html {
  box-sizing: border-box;
  width: 33.33%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 25px;
  margin-top: 0;
  align-self: auto;
  padding-top: 10px;
}
.title-page .form-211 .form-html .form-item__body {
  font-size: 15px;
  font-family: Open Sans, sans-serif;
  color: #fff;
  text-decoration: none;
  padding-top: 5px;
  padding-bottom: 5px;
}
.title-page .form-211 .form-upload {
  box-sizing: border-box;
  width: 33.33%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 25px;
  margin-top: 0;
  align-self: auto;
}
.title-page .form-211 .form-calendar {
  box-sizing: border-box;
  width: 33.33%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 25px;
  margin-top: 0;
  align-self: auto;
  padding-top: 8px;
}
.title-page .form-211 .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-211 .form-calendar input {
  padding: 2px 15px;
  border: none;
  box-sizing: border-box;
  background: #e6e6e6;
  width: 100%;
  min-height: 55px;
  outline: none;
  -webkit-appearance: none;
  font-family: Arial;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: start;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  height: 55px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.title-page .form-211 .form-calendar_interval {
  box-sizing: border-box;
  width: 33.33%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 25px;
  margin-top: 0;
  align-self: auto;
}
.title-page .form-211 .form-calendar_interval input {
  padding: 2px 15px;
  border: none;
  box-sizing: border-box;
  background: #e6e6e6;
  width: 100%;
  min-height: 55px;
  outline: none;
  -webkit-appearance: none;
  font-family: Arial;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: start;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 55px;
}
.title-page .form-211 .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-211 .form-calendar_interval .label_from {
  box-sizing: border-box;
  margin-right: 10px;
  -webkit-flex: 0;
  -moz-flex: 0;
  flex: 0;
  font-family: Open Sans, sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
}
.title-page .form-211 .form-calendar_interval .label_to {
  box-sizing: border-box;
  margin-right: 10px;
  -webkit-flex: 0;
  -moz-flex: 0;
  flex: 0;
  font-family: Open Sans, sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
}
.title-page .form-211 .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-211 .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-211 .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-211 .group-textarea {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-right: 0;
}
.title-page .form-211 .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-211 .group-button {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-right: 0;
}
.title-page .form-211 .form-success {
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  margin-top: 14px;
}
.title-page .form-211 ::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.83);
}
.title-page .form-211 ::-moz-placeholder {
  color: rgba(0, 0, 0, 0.83);
}
.title-page .form-211 :-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.83);
}
.title-page .block-97 .layout_199 {
  -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-97 .layout_200 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-97 .layout_201 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-97 {
  padding: 45px 0;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-167 {
  margin: 1px 0 auto 55px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: center;
  box-sizing: border-box;
  width: auto;
  right: 0;
}
.title-page .widget-168 {
  margin: 6px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: 245px;
  -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 .widget-169 {
  margin: 7px 0 auto 55px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  font-family: Ubuntu, sans-serif;
  color: #d8d8d8;
  text-align: right;
  text-decoration: none;
  width: 245px;
}
.title-page .widget-21 {
  top: 0;
  left: 0;
  position: fixed;
  text-align: left;
  right: 0;
  z-index: 1450;
  width: 768px;
}
.title-page .side-panel-29 .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: left;
}
.title-page .side-panel-29 .side-panel-content {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 265px;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  text-align: left;
  pointer-events: auto;
  box-sizing: border-box;
}
.title-page .side-panel-29 .side-panel-close {
  border: none;
  position: absolute;
  z-index: 1;
  left: 100%;
  top: 0;
  box-sizing: border-box;
  font-size: 0;
  width: 55px;
  min-height: 55px;
  background: url("../images/close_but.png?1542950724942") left 50% top 50% / auto auto no-repeat #fffc01;
  cursor: pointer;
  margin-top: 55px;
  -webkit-border-radius: 0px 3px 3px 0px;
  -moz-border-radius: 0px 3px 3px 0px;
  border-radius: 0px 3px 3px 0px;
  margin-left: 0;
  margin-right: 15px;
}
.title-page .side-panel-29 .side-panel-close:hover, .title-page .side-panel-29 .side-panel-close.hover, .title-page .side-panel-29 .side-panel-close.active {
  background: url("../images/close_but.png?1542950724942") left 50% top 50% / auto auto no-repeat #fffc42;
}
.title-page .side-panel-29 .side-panel-content-inner {
  overflow-y: auto;
  max-height: 100%;
  position: relative;
  z-index: 0;
  pointer-events: auto;
  min-height: 100%;
}
.title-page .side-panel-29 .side-panel-top {
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .side-panel-29 .side-panel-button {
  padding: 4px 5px 7px;
  border: none;
  box-sizing: border-box;
  font-size: 0;
  width: 85px;
  min-height: 65px;
  background: url("../images/more.png?1539672604951") right 15px top 50% / auto auto no-repeat #00a74f;
  cursor: pointer;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  text-align: left;
  pointer-events: auto;
  position: relative;
  z-index: 10;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-left: 0;
  margin-top: 105px;
  align-self: auto;
}
.title-page .side-panel-29 .side-panel-button-icon {
  display: block;
}
.title-page .side-panel-29 .side-panel-button-icon-line {
  border: none;
  display: block;
  min-height: 3px;
  margin-top: 3px;
  background: transparent;
  box-sizing: border-box;
}
.title-page .side-panel-29 .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 .widget-273 {
    -webkit-order: 19;
    -moz-order: 19;
    order: 19;
  }
  .title-page .block-185 {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-order: 19;
    -moz-order: 19;
    order: 19;
  }
  .title-page .block-187 .layout_322 {
    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-187 .layout_323 {
    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-187 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .text-2 {
    margin-bottom: 14px;
    width: auto;
    right: 0;
  }
  .title-page .block-188 .layout_324 {
    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-188 .layout_325 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: 100%;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-188 .layout_326 {
    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-188 {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .widget-270 {
    width: 300px;
    margin-top: 15px;
    margin-left: auto;
  }
  .title-page .address-324 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .address-324 .block-body-drop {
    width: 100%;
    margin-left: 0;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .title-page .address-324 .title {
    background: none;
  }
  .title-page .widget-271 {
    width: 300px;
    margin-top: 15px;
    margin-left: 0;
    margin-right: auto;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .email-325 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .email-325 .block-body-drop {
    width: 100%;
    margin-left: 0;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .title-page .email-325 .title {
    background: none;
    margin-right: 0;
    padding-right: 12px;
  }
  .title-page .widget-272 {
    width: 300px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
  }
  .title-page .phones-326 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .phones-326 .block-body-drop {
    width: 100%;
    margin-left: 0;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .title-page .phones-326 .title {
    background: none;
    padding-right: 0;
  }
  .title-page .block-184 {
    padding: 40px 30px 60px;
    margin-top: 0;
    margin-right: 0;
    -webkit-order: 14;
    -moz-order: 14;
    order: 14;
  }
  .title-page .widget-189 {
    width: auto;
    min-width: 0;
    margin-top: 0;
    background: url("../images/ывывыв.png?1555473819751") right -25px bottom -26px / 256px no-repeat, repeating-linear-gradient(to top right, #24347d 0%, #0045e6 41.8%, #00b3ff 100%) #00a74f;
    -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: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .blocklist-212 .body-outer {
    width: auto;
  }
  .title-page .blocklist-212 .body {
    width: auto;
  }
  .title-page .blocklist-212 .item-outer {
    width: 33.33%;
  }
  .title-page .blocklist-212 .item {
    padding: 25px 20px;
    margin-bottom: 5px;
    margin-top: 5px;
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .blocklist-212 .image {
    margin-bottom: 15px;
  }
  .title-page .widget-266 {
    background: none;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .blocklist-313 .header {
    margin-top: 0;
    padding-right: 0;
  }
  .title-page .blocklist-313 .description {
    padding-right: 0;
  }
  .title-page .blocklist-313 .body-outer {
    width: auto;
    overflow: visible;
    padding-bottom: 30px;
    margin-left: 0;
    margin-top: 0;
  }
  .title-page .blocklist-313 .body {
    width: auto;
  }
  .title-page .blocklist-313 .list {
    overflow-x: visible;
    overflow-y: visible;
  }
  .title-page .blocklist-313 .item-outer {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
  }
  .title-page .blocklist-313 .item {
    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 .blocklist-313 .image {
    margin-bottom: 0;
    float: none;
  }
  .title-page .blocklist-313 .title {
    margin-top: 20px;
  }
  .title-page .blocklist-313 .bx-wrapper {
    max-width: 591px;
  }
  .title-page .blocklist-313 .bx-pager a {
    border: none;
    text-align: left;
    width: 8px;
    min-height: 8px;
    margin-right: 10px;
    margin-left: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: #d9d9d9;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .title-page .blocklist-313 .bx-pager a:hover, .title-page .blocklist-313 .bx-pager a.hover, .title-page .blocklist-313 .bx-pager a.active {
    background: #e0605b;
  }
  .title-page .blocklist-313 .bx-pager a:active, .title-page .blocklist-313 .bx-pager a.active {
    background: #d4cecd;
  }
  .title-page .block-180 {
    -webkit-order: 8;
    -moz-order: 8;
    order: 8;
  }
  .title-page .block-176 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0.02px;
    padding-top: 0.02px;
  }
  .title-page .block-177 .layout_278 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: 100%;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-177 .layout_302 {
    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-177 .layout_303 {
    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-177 {
    padding: 35px 30px;
    width: auto;
    background: none;
    margin-left: 0;
    margin-right: 0;
    -webkit-border-radius: 75px;
    -moz-border-radius: 75px;
    border-radius: 75px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .block-179 .layout_297 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-179 .layout_307 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-179 {
    width: 450px;
    margin-top: 15px;
    margin-left: auto;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .widget-263 {
    margin-left: 0;
    width: 250px;
    min-height: 0;
    -webkit-box-shadow: false, false, false, false;
    -moz-box-shadow: false, false, false, false;
    box-shadow: false, false, false, false;
    background: none;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .widgetsocial-307 .soc-item {
    width: 20%;
  }
  .title-page .widgetsocial-307 .soc {
    -webkit-box-shadow: false, false, false, false;
    -moz-box-shadow: false, false, false, false;
    box-shadow: false, false, false, false;
    background: none;
  }
  .title-page .widgetsocial-307 .vk .wg-soc-icon {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .widgetsocial-307 .fb .wg-soc-icon {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .widgetsocial-307 .tw .wg-soc-icon {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .widgetsocial-307 .google .wg-soc-icon {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .widgetsocial-307 .ins .wg-soc-icon {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .widgetsocial-307 .ok .wg-soc-icon {
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .widgetsocial-307 .mail .wg-soc-icon {
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .widgetsocial-307 .pin .wg-soc-icon {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .widgetsocial-307 .lj .wg-soc-icon {
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .widgetsocial-307 .my .wg-soc-icon {
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .widgetsocial-307 .youtube .wg-soc-icon {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .widgetsocial-307 .wg-soc-title {
    margin-top: 20px;
    padding-top: 20px;
    background: none;
  }
  .title-page .widgetsocial-307 .telegram .wg-soc-icon {
    background: url("../images/lib_816501_214saddfs.svg") left 50% top 50% / 16px no-repeat;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .widgetsocial-307 .whatsapp .wg-soc-icon {
    background: url("../images/lib_816501_214saddfs.svg") left 50% top 50% / 16px no-repeat;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .widget-258 {
    margin-right: auto;
    background: none;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-235 {
    width: 300px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    padding-left: 20px;
    -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-262 {
    text-align: center;
    width: 150px;
    min-height: 0;
    background: none;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .site-name-302 .sn-logo {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
  .title-page .site-name-302 img {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .block-172 {
    margin-top: 62px;
    -webkit-order: 7;
    -moz-order: 7;
    order: 7;
  }
  .title-page .block-189 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .block-173 .layout_298 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
    display: none;
  }
  .title-page .block-173 .layout_305 {
    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-173 {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .block-181 .layout_266 {
    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-181 .layout_290 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: 100%;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-181 .layout_294 {
    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-181 {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .widget-229 {
    text-align: center;
    width: 300px;
    margin-top: 9px;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .email-266 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .email-266 .block-body-drop {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    margin-left: 0;
  }
  .title-page .email-266 .title {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .email-266 .title:hover, .title-page .email-266 .title.hover, .title-page .email-266 .title.active {
    font-weight: bold;
    background: none;
  }
  .title-page .widget-255 {
    text-align: center;
    width: 300px;
    margin-top: 9px;
    display: block;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .address-290 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .address-290 .block-body-drop {
    width: 100%;
    margin-left: 0;
  }
  .title-page .widget-257 {
    text-align: left;
    width: 300px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding-left: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .phones-294 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .phones-294 .icon {
    padding-left: 0;
  }
  .title-page .phones-294 .block-body-drop {
    width: 100%;
    margin-left: 0;
    display: none;
    position: absolute;
  }
  .title-page .phones-294 .cell-text {
    width: 150px;
    background: none;
  }
  .title-page .phones-294 .title {
    text-align: center;
  }
  .title-page .phones-294 .text_body {
    text-align: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    width: 150px;
    background: none;
  }
  .title-page .block-146 {
    padding: 40px 30px;
    -webkit-order: 16;
    -moz-order: 16;
    order: 16;
  }
  .title-page .widget-222 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0.02px;
    display: block;
  }
  .title-page .news-252 .news__header {
    margin-bottom: 0;
  }
  .title-page .news-252 .news__title {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .news-252 .body-outer {
    width: auto;
    overflow: visible;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .title-page .news-252 .body {
    width: auto;
    margin-left: - 10px;
  }
  .title-page .news-252 .news__list {
    overflow-x: visible;
    overflow-y: visible;
  }
  .title-page .news-252 .item-outer {
    width: 50%;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
  }
  .title-page .news-252 .item {
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-bottom: 35px;
  }
  .title-page .news-252 .item__image {
    max-width: 100%;
    margin-right: 15px;
    margin-bottom: 5px;
    float: none;
  }
  .title-page .news-252 .item__image img {
    min-height: 0;
  }
  .title-page .news-252 .item__date {
    background: none;
  }
  .title-page .news-252 .bx-wrapper {
    max-width: 920px;
  }
  .title-page .news-252 .pager-wrap {
    display: none;
  }
  .title-page .block-143 {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-order: 12;
    -moz-order: 12;
    order: 12;
  }
  .title-page .block-191 {
    width: auto;
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 0;
  }
  .title-page .widget-219 {
    display: block;
  }
  .title-page .blocklist-246 .header_text {
    color: #82d900;
  }
  .title-page .blocklist-246 .header_text:hover, .title-page .blocklist-246 .header_text.hover, .title-page .blocklist-246 .header_text.active {
    background: none;
  }
  .title-page .blocklist-246 .all-in_header:hover, .title-page .blocklist-246 .all-in_header.hover, .title-page .blocklist-246 .all-in_header.active {
    font-weight: 600;
  }
  .title-page .blocklist-246 .description {
    margin-bottom: 40px;
  }
  .title-page .blocklist-246 .description:hover, .title-page .blocklist-246 .description.hover, .title-page .blocklist-246 .description.active {
    background: none;
  }
  .title-page .blocklist-246 .body-outer {
    width: auto;
  }
  .title-page .blocklist-246 .body {
    width: auto;
  }
  .title-page .blocklist-246 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-246 .item {
    padding-top: 30px;
    margin-bottom: 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .blocklist-246 .image {
    margin-right: 0;
    margin-bottom: 15px;
    float: none;
  }
  .title-page .blocklist-246 .img-convert {
    -webkit-box-shadow: false, false, false, false;
    -moz-box-shadow: false, false, false, false;
    box-shadow: false, false, false, false;
  }
  .title-page .block-119 {
    display: none;
    -webkit-order: 10;
    -moz-order: 10;
    order: 10;
  }
  .title-page .block-120 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .block-84 {
    padding-bottom: 50px;
    -webkit-order: 11;
    -moz-order: 11;
    order: 11;
  }
  .title-page .block-85 {
    width: auto;
    background: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-102 {
    padding-left: 30px;
    padding-right: 30px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .blocklist-133 .description {
    margin-bottom: 15px;
  }
  .title-page .blocklist-133 .body-outer {
    width: auto;
  }
  .title-page .blocklist-133 .body {
    width: auto;
  }
  .title-page .blocklist-133 .item {
    width: auto;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    margin-bottom: 10px;
    margin-top: 10px;
    min-height: 0;
  }
  .title-page .blocklist-133 .text {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    min-height: 66px;
  }
  .title-page .blocklist-133 .image {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-133 .img-convert {
    height: 150px;
  }
  .title-page .blocklist-133 .title {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-133 .price {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-133 .more {
    background: none;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-133 .more > a {
    width: 138px;
    padding-right: 50px;
  }
  .title-page .blocklist-133 .more > a:hover, .title-page .blocklist-133 .more > a.hover, .title-page .blocklist-133 .more > a.active {
    color: #fffc01;
  }
  .title-page .blocklist-133 .sub-title {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-133 .bx-wrapper {
    max-width: 678px;
  }
  .title-page .blocklist-133 .controls {
    padding-left: 15px;
    padding-right: 15px;
  }
  .title-page .blocklist-133 .prev {
    min-height: 45px;
    margin-left: 0;
    width: 45px;
  }
  .title-page .blocklist-133 .next {
    width: 45px;
    min-height: 45px;
    margin-right: 0;
  }
  .title-page .block-40 {
    background: none;
    -webkit-order: 9;
    -moz-order: 9;
    order: 9;
  }
  .title-page .widget-192 {
    min-height: 500px;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: block;
  }
  .title-page .slider-215 .text-slider {
    padding-top: 12px;
    padding-left: 75px;
    padding-right: 75px;
  }
  .title-page .slider-215 .block-body {
    margin-left: 0;
    margin-right: 0;
    font-size: 20px;
    width: auto;
  }
  .title-page .slider-215 .block-more {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .slider-215 .block-more > a {
    min-height: 65px;
  }
  .title-page .slider-215 .block-title {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    font-size: 31px;
    margin-top: 200px;
    background: none;
  }
  .title-page .slider-215 .slider-controls {
    display: none;
    margin-top: 0;
    margin-bottom: 0;
  }
  .title-page .slider-215 .slider-prev {
    padding: 0;
    margin: 0 2px;
  }
  .title-page .slider-215 .slider-next {
    padding: 0;
    margin: 0 2px;
  }
  .title-page .slider-215 .slider-pager-wrap {
    top: 50%;
    bottom: auto;
    margin-top: -25px;
  }
  .title-page .slider-215 .slider-pager > a {
    width: 84px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: inset -10px 0px 0px rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset -10px 0px 0px rgba(255, 255, 255, 0.1);
    box-shadow: inset -10px 0px 0px rgba(255, 255, 255, 0.1);
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
    font-size: 24px;
    padding-right: 0;
  }
  .title-page .slider-215 .slider-pager > a:hover, .title-page .slider-215 .slider-pager > a.hover, .title-page .slider-215 .slider-pager > a.active {
    -webkit-box-shadow: inset -18px 0px 0px #fff;
    -moz-box-shadow: inset -18px 0px 0px #fff;
    box-shadow: inset -18px 0px 0px #fff;
    color: rgba(255, 255, 255, 0.34);
  }
  .title-page .block-133 {
    padding: 50px 30px;
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-order: 13;
    -moz-order: 13;
    order: 13;
  }
  .title-page .block-134 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-212 {
    text-align: center;
    margin-bottom: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .blocklist-239 .header {
    margin-bottom: 8px;
  }
  .title-page .blocklist-239 .body-outer {
    width: auto;
  }
  .title-page .blocklist-239 .body {
    width: auto;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .blocklist-239 .item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .blocklist-239 .image {
    float: none;
  }
  .title-page .blocklist-239 .img-convert {
    height: 166px;
  }
  .title-page .blocklist-239 .title {
    min-height: 166px;
    -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 .blocklist-239 .title:hover, .title-page .blocklist-239 .title.hover, .title-page .blocklist-239 .title.active {
    background: url("../images/zoom.png") left 50% top 50% / 83px no-repeat, repeating-linear-gradient(to top right, rgba(0, 99, 44, 0.83) 0%, rgba(1, 103, 44, 0.83) 41.8%, rgba(126, 181, 28, 0.83) 100%);
  }
  .title-page .blocklist-239 .bx-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .block-123 {
    padding-left: 0;
    padding-right: 0;
    -webkit-order: 14;
    -moz-order: 14;
    order: 14;
  }
  .title-page .widget-220 {
    padding: 50px 30px;
    width: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    background: none;
    display: block;
  }
  .title-page .editable_block-248 .header {
    -webkit-box-shadow: false, false, false, false;
    -moz-box-shadow: false, false, false, false;
    box-shadow: false, false, false, false;
    background: none;
    margin-bottom: 30px;
  }
  .title-page .editable_block-248 .body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .editable_block-248 .item-label {
    background: none;
    font-size: 80px;
  }
  .title-page .editable_block-248 .title:hover, .title-page .editable_block-248 .title.hover, .title-page .editable_block-248 .title.active {
    background: none;
  }
  .title-page .editable_block-248 .image {
    width: 40px;
  }
  .title-page .editable_block-248 .img-convert {
    -webkit-box-shadow: false, false, false, false;
    -moz-box-shadow: false, false, false, false;
    box-shadow: false, false, false, false;
    background: none;
  }
  .title-page .editable_block-248 .text {
    margin-right: 500px;
    padding-left: 14px;
    background: none;
    margin-top: 0;
    padding-right: 50px;
  }
  .title-page .editable_block-248 .more {
    clear: none;
  }
  .title-page .block-91 {
    padding: 50px 30px;
    background: #fff;
    -webkit-order: 15;
    -moz-order: 15;
    order: 15;
  }
  .title-page .block-192 {
    width: auto;
    background: none;
    margin-left: 0;
    margin-right: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
  }
  .title-page .widget-267 {
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .blocklist-316 .header {
    padding-right: 360px;
  }
  .title-page .blocklist-316 .description {
    padding-right: 380px;
  }
  .title-page .blocklist-316 .body-outer {
    width: auto;
  }
  .title-page .blocklist-316 .body {
    width: auto;
  }
  .title-page .blocklist-316 .item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .blocklist-316 .image {
    text-align: center;
    margin-bottom: 0;
    float: none;
  }
  .title-page .blocklist-316 .title {
    margin-top: -350px;
    padding-bottom: 30px;
    padding-top: 30px;
    cursor: pointer;
  }
  .title-page .blocklist-316 .more > a {
    background: url("../images/lib_34802_arrow3.png?1465384596993") right 0px top 50% / auto auto no-repeat;
  }
  .title-page .block-92 .layout_188 {
    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-92 .layout_223 {
    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-92 {
    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 .widget-201 {
    margin-top: 25px;
    margin-left: 0;
    width: auto;
    right: 0;
  }
  .title-page .form-223 .form__header {
    font-weight: normal;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .title-page .form-223 .form-submit button:active, .title-page .form-223 .form-submit button.active {
    color: #4bab00;
  }
  .title-page .form-223 .form-captcha button:active, .title-page .form-223 .form-captcha button.active {
    color: #4bab00;
  }
  .title-page .widget-163 {
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    background: none;
  }
  .title-page .editable_block-188 .header {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .editable_block-188 .header:hover, .title-page .editable_block-188 .header.hover, .title-page .editable_block-188 .header.active {
    background: none;
  }
  .title-page .editable_block-188 .body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .editable_block-188 .title {
    font-size: 30px;
    margin-bottom: 10px;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .editable_block-188 .title:hover, .title-page .editable_block-188 .title.hover, .title-page .editable_block-188 .title.active {
    background: none;
  }
  .title-page .editable_block-188 .image {
    margin-right: auto;
    margin-left: auto;
    background: none;
    margin-bottom: 39px;
    width: 440px;
  }
  .title-page .editable_block-188 .img-convert {
    background: none;
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .editable_block-188 .text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .editable_block-188 .more {
    clear: none;
  }
  .title-page .block-59 {
    padding-left: 30px;
    padding-right: 30px;
    -webkit-order: 17;
    -moz-order: 17;
    order: 17;
  }
  .title-page .block-88 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-159 {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
    height: auto;
    display: block;
  }
  .title-page .reviews-175 .header {
    margin-bottom: 25px;
  }
  .title-page .reviews-175 .list-wr {
    width: auto;
    overflow: visible;
  }
  .title-page .reviews-175 .body {
    width: auto;
  }
  .title-page .reviews-175 .bx-wrapper {
    max-width: 880px;
  }
  .title-page .reviews-175 .list {
    width: 880px;
    overflow-x: visible;
    overflow-y: visible;
  }
  .title-page .reviews-175 .item-outer {
    width: 50%;
  }
  .title-page .reviews-175 .image {
    margin-bottom: 24px;
  }
  .title-page .reviews-175 .img-convert {
    background: none;
  }
  .title-page .reviews-175 .controls {
    margin-top: -37.5px;
    margin-bottom: 89px;
  }
  .title-page .reviews-175 .prev {
    width: 45px;
    margin-left: -45px;
  }
  .title-page .reviews-175 .next {
    width: 45px;
    margin-right: -45px;
  }
  .title-page .block-95 {
    padding-left: 30px;
    padding-right: 30px;
    -webkit-order: 18;
    -moz-order: 18;
    order: 18;
  }
  .title-page .block-96 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-175 {
    padding-top: 50px;
    background: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding-right: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .form-211 .form__header {
    margin-bottom: 40px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .title-page .form-211 .form__text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
    display: none;
  }
  .title-page .form-211 .form-text {
    margin-right: 5px;
    width: auto;
    padding-right: 0;
  }
  .title-page .form-211 .form-text input {
    min-height: 55px;
  }
  .title-page .form-211 .form-textarea textarea {
    min-height: 55px;
  }
  .title-page .form-211 .form-submit button {
    font-family: Montserrat, sans-serif;
    margin-right: 20px;
  }
  .title-page .form-211 .form-captcha button {
    font-family: Montserrat, sans-serif;
    margin-right: 20px;
  }
  .title-page .form-211 .form-checkbox {
    width: auto;
    margin-right: 5px;
    padding-right: 0;
  }
  .title-page .form-211 .form-radio {
    width: auto;
    margin-right: 5px;
    padding-right: 0;
  }
  .title-page .form-211 .form-select {
    width: auto;
    margin-right: 5px;
    padding-right: 0;
  }
  .title-page .form-211 .form-div {
    width: auto;
    margin-right: 5px;
    padding-right: 0;
  }
  .title-page .form-211 .form-html {
    width: auto;
    margin-right: 5px;
    padding-right: 0;
  }
  .title-page .form-211 .form-upload {
    width: auto;
    margin-right: 5px;
    padding-right: 0;
  }
  .title-page .form-211 .form-calendar {
    width: auto;
    margin-right: 5px;
    padding-right: 0;
  }
  .title-page .form-211 .form-calendar_interval {
    width: auto;
    margin-right: 5px;
    padding-right: 0;
  }
  .title-page .block-97 .layout_199 {
    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-97 .layout_200 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-97 .layout_201 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    width: 100%;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-97 {
    background: none;
    padding-top: 20px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .widget-167 {
    margin-top: 15px;
    margin-left: auto;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: none;
  }
  .title-page .widget-168 {
    text-align: center;
    width: 1305px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-169 {
    color: #85db23;
    text-align: center;
    width: auto;
    margin-top: 15px;
    margin-left: 27px;
    margin-right: 27px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    right: 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-21 {
    padding: 5px;
    border: none;
    text-align: center;
    z-index: 10000;
    width: auto;
    box-sizing: border-box;
    min-height: 40px;
    background: #392d88;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .side-panel-29 .side-panel-content {
    border: none;
    background: #fff;
  }
  .title-page .side-panel-29 .side-panel-close {
    margin-top: 25px;
    -webkit-border-radius: 0px 35px 35px 0px;
    -moz-border-radius: 0px 35px 35px 0px;
    border-radius: 0px 35px 35px 0px;
    background: url("../images/close_but.png?1542950724942") left 50% top 50% / auto auto no-repeat #66a61f;
  }
  .title-page .side-panel-29 .side-panel-close:hover, .title-page .side-panel-29 .side-panel-close.hover, .title-page .side-panel-29 .side-panel-close.active {
    background: url("../images/close_but.png?1542950724942") left 50% top 50% / auto auto no-repeat #66a61f;
  }
  .title-page .side-panel-29 .side-panel-top {
    width: auto;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .side-panel-29 .side-panel-button {
    padding: 13px;
    width: 52px;
    min-height: 52px;
    background: url("../images/more.png?1539672604951") left 50% top 50% / auto auto no-repeat rgba(0, 153, 71, 0);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    margin-top: 0;
  }
  .title-page .side-panel-29 .side-panel-button-icon-line {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    min-height: 4px;
    margin-top: 4px;
  }
  .title-page .side-panel-29 .side-panel-button-icon-line:active, .title-page .side-panel-29 .side-panel-button-icon-line.active {
    background: none;
  }
  .title-page .side-panel-29 .side-panel-top-inner {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
@media all and (max-width: 768px) {
  .title-page .widget-273 {
    min-height: 370px;
  }
  .title-page .block-187 .layout_322 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-187 .layout_323 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-188 .layout_324 {
    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-188 .layout_325 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: none;
  }
  .title-page .block-188 .layout_326 {
    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-188 {
    margin-top: 14px;
  }
  .title-page .widget-270 {
    margin: -62px auto 0 0;
  }
  .title-page .widget-271 {
    display: none;
  }
  .title-page .widget-272 {
    margin-bottom: 0;
    margin-right: 0;
  }
  .title-page .widget-189 {
    min-width: 275px;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .title-page .blocklist-212 .item {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .title-page .widget-266 {
    padding-left: 0;
    padding-right: 0;
  }
  .title-page .blocklist-313 .header {
    margin-bottom: 10px;
  }
  .title-page .blocklist-313 .body-outer {
    padding-left: 0;
  }
  .title-page .blocklist-313 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-313 .more {
    margin-left: 0;
  }
  .title-page .blocklist-313 .bx-wrapper {
    max-width: 580px;
  }
  .title-page .block-177 .layout_278 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-177 .layout_302 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-177 .layout_303 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-177 {
    padding: 20px 0;
    margin-left: 30px;
    margin-right: 30px;
  }
  .title-page .block-179 .layout_297 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-179 .layout_307 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-179 {
    margin-top: 0;
    margin-right: auto;
  }
  .title-page .widget-235 {
    width: 400px;
    margin-top: 0;
  }
  .title-page .widget-262 {
    margin-left: auto;
  }
  .title-page .block-173 .layout_298 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-173 .layout_305 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-173 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .title-page .block-181 .layout_266 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }
  .title-page .block-181 .layout_290 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-181 .layout_294 {
    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-181 {
    -webkit-justify-content: normal;
    -moz-justify-content: normal;
    justify-content: normal;
  }
  .title-page .widget-229 {
    margin-top: 15px;
    margin-left: auto;
    margin-bottom: 0;
    padding-right: 0;
    display: none;
  }
  .title-page .email-266 .title:hover, .title-page .email-266 .title.hover, .title-page .email-266 .title.active {
    font-weight: 600;
  }
  .title-page .widget-255 {
    margin-top: 15px;
    margin-right: auto;
  }
  .title-page .widget-257 {
    margin-top: -46px;
    margin-left: 497px;
    margin-bottom: 0;
    background: none;
    -webkit-border-radius: 3px 0px 0px 3px;
    -moz-border-radius: 3px 0px 0px 3px;
    border-radius: 3px 0px 0px 3px;
  }
  .title-page .phones-294 .text_body {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .news-252 .body-outer {
    padding-left: 0;
    padding-right: 6px;
  }
  .title-page .news-252 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .news-252 .item {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .news-252 .item__date {
    padding-left: 0;
  }
  .title-page .news-252 .bx-wrapper {
    max-width: 708px;
  }
  .title-page .block-191 {
    margin-bottom: -699px;
  }
  .title-page .blocklist-246 .header {
    margin-bottom: 14px;
  }
  .title-page .blocklist-246 .item {
    padding-left: 30px;
    padding-right: 30px;
  }
  .title-page .blocklist-246 .image {
    margin-bottom: 17px;
  }
  .title-page .block-119 {
    margin-top: 0;
  }
  .title-page .blocklist-133 .header_text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .blocklist-133 .description {
    margin-bottom: 40px;
  }
  .title-page .blocklist-133 .body {
    margin-right: -10px;
    margin-left: -10px;
  }
  .title-page .blocklist-133 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-133 .item {
    margin: 4px 10px 3px;
  }
  .title-page .blocklist-133 .img-convert {
    height: 252px;
  }
  .title-page .blocklist-133 .title {
    padding-right: 20px;
  }
  .title-page .blocklist-133 .more {
    padding-right: 70px;
    width: auto;
  }
  .title-page .blocklist-133 .more > a {
    width: 250px;
  }
  .title-page .blocklist-133 .bx-wrapper {
    max-width: 570px;
  }
  .title-page .blocklist-133 .controls {
    margin-top: -38px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .title-page .widget-192 {
    min-height: 450px;
  }
  .title-page .slider-215 .text-slider {
    overflow: hidden;
  }
  .title-page .slider-215 .block-body {
    font-size: 17px;
  }
  .title-page .slider-215 .block-more > a {
    min-height: 70px;
  }
  .title-page .slider-215 .block-title {
    font-size: 24px;
  }
  .title-page .slider-215 .slider-controls {
    margin-top: -65.5px;
  }
  .title-page .block-133 {
    margin-top: 663px;
  }
  .title-page .blocklist-239 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-239 .item-outer {
    width: 33.33%;
  }
  .title-page .blocklist-239 .item {
    margin-left: 0;
  }
  .title-page .blocklist-239 .img-convert {
    height: 180px;
  }
  .title-page .blocklist-239 .title {
    min-height: 180px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .editable_block-248 .item-label {
    top: 0;
    margin-top: -40px;
    font-size: 68px;
  }
  .title-page .editable_block-248 .item-label:hover, .title-page .editable_block-248 .item-label.hover, .title-page .editable_block-248 .item-label.active {
    font-weight: 800;
  }
  .title-page .editable_block-248 .title {
    margin-right: 183px;
  }
  .title-page .editable_block-248 .text {
    margin-right: 0;
    width: auto;
    font-size: 15px;
  }
  .title-page .block-91 {
    padding-bottom: 0.02px;
  }
  .title-page .blocklist-316 .header {
    padding-right: 280px;
  }
  .title-page .blocklist-316 .header_text {
    font-size: 30px;
  }
  .title-page .blocklist-316 .description {
    padding-right: 0;
  }
  .title-page .blocklist-316 .body-outer {
    overflow: hidden;
  }
  .title-page .blocklist-316 .body {
    margin-right: 0;
    margin-left: 0;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-316 .list {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .title-page .blocklist-316 .item-outer {
    width: 100%;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
  }
  .title-page .blocklist-316 .item {
    margin-right: 0;
    margin-left: 0;
    margin-top: 0;
    align-self: auto;
  }
  .title-page .blocklist-316 .title {
    font-size: 16px;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .title-page .blocklist-316 .bx-wrapper {
    max-width: 708px;
  }
  .title-page .block-92 .layout_188 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-92 .layout_223 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .form-223 .form__header {
    font-size: 30px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .editable_block-188 .body {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .editable_block-188 .title {
    font-size: 24px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .editable_block-188 .image {
    display: none;
  }
  .title-page .widget-159 {
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .reviews-175 .header {
    margin-bottom: 28px;
  }
  .title-page .reviews-175 .body {
    margin-left: - 10px;
  }
  .title-page .reviews-175 .bx-wrapper {
    max-width: 728px;
  }
  .title-page .reviews-175 .list {
    width: 728px;
  }
  .title-page .reviews-175 .item {
    padding: 30px 30px 40px;
    width: 334px;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
  }
  .title-page .reviews-175 .image {
    width: 130px;
    margin-bottom: 17px;
  }
  .title-page .reviews-175 .img-convert {
    height: 100px;
    width: 100px;
  }
  .title-page .reviews-175 .text {
    margin-top: 0;
  }
  .title-page .reviews-175 .author {
    margin-bottom: 13px;
  }
  .title-page .reviews-175 .controls {
    display: none;
    margin-top: -15px;
    margin-bottom: 36px;
  }
  .title-page .reviews-175 .prev {
    margin-left: -35px;
  }
  .title-page .reviews-175 .next {
    margin-right: -35px;
  }
  .title-page .reviews-175 .bx-auto_controls {
    margin-bottom: 67px;
  }
  .title-page .reviews-175 .item__image__title {
    box-sizing: border-box;
    position: absolute;
  }
  .title-page .block-95 {
    padding-top: 0.02px;
  }
  .title-page .widget-175 {
    padding-bottom: 50px;
  }
  .title-page .form-211 .form__header {
    font-size: 25px;
    margin-bottom: 15px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .form-211 .form__text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .form-211 .form__body {
    margin-right: -2px;
  }
  .title-page .form-211 .form-table {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .form-211 .form-tbody {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .form-211 .form-text {
    margin-right: 2px;
    padding-right: 5px;
  }
  .title-page .form-211 .form-textarea {
    margin-right: 2px;
  }
  .title-page .form-211 .form-submit {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    text-align: center;
  }
  .title-page .form-211 .form-submit .form-item__header {
    display: none;
  }
  .title-page .form-211 .form-submit button {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .title-page .form-211 .form-captcha {
    margin-right: 2px;
  }
  .title-page .form-211 .form-captcha button {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .title-page .form-211 .form-checkbox {
    margin-right: 2px;
  }
  .title-page .form-211 .form-radio {
    margin-right: 2px;
  }
  .title-page .form-211 .form-select {
    margin-right: 2px;
  }
  .title-page .form-211 .form-div {
    margin-right: 2px;
  }
  .title-page .form-211 .form-html {
    margin-right: 2px;
  }
  .title-page .form-211 .form-upload {
    margin-right: 2px;
  }
  .title-page .form-211 .form-calendar {
    margin-right: 2px;
  }
  .title-page .form-211 .form-calendar_interval {
    margin-right: 2px;
  }
  .title-page .block-97 .layout_199 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }
  .title-page .block-97 .layout_200 {
    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-97 .layout_201 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-97 {
    padding-top: 0.02px;
  }
  .title-page .widget-167 {
    margin-right: auto;
    margin-bottom: 0;
  }
  .title-page .widget-168 {
    margin-bottom: 0;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .widget-169 {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .widget-21 {
    z-index: 1450;
  }
  .title-page .side-panel-29 .side-panel-close {
    -webkit-border-radius: 0px 3px 3px 0px;
    -moz-border-radius: 0px 3px 3px 0px;
    border-radius: 0px 3px 3px 0px;
  }
  .title-page .side-panel-29 .side-panel-close:hover, .title-page .side-panel-29 .side-panel-close.hover, .title-page .side-panel-29 .side-panel-close.active {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .side-panel-29 .side-panel-button-icon-line {
    background: none;
  }
}
@media all and (max-width: 640px) {
  .title-page .widget-273 {
    display: none;
  }
  .title-page .block-187 .layout_322 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-187 .layout_323 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .text-2 {
    font-size: 25px;
    margin-top: 15px;
    margin-bottom: 0;
  }
  .title-page .block-188 .layout_324 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-188 .layout_325 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: none;
  }
  .title-page .block-188 .layout_326 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-188 {
    margin-top: 28px;
  }
  .title-page .widget-270 {
    text-align: left;
    margin-top: -105px;
    display: block;
  }
  .title-page .widget-271 {
    margin-bottom: 0;
  }
  .title-page .widget-272 {
    text-align: center;
    margin-bottom: 33px;
  }
  .title-page .block-184 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .title-page .blocklist-212 .body {
    margin-right: -10px;
    margin-left: -10px;
  }
  .title-page .blocklist-212 .item {
    padding: 10px 0;
    margin: 1px 10px;
  }
  .title-page .blocklist-212 .image {
    margin-bottom: 9px;
  }
  .title-page .blocklist-212 .title {
    font-size: 15px;
  }
  .title-page .blocklist-313 .header_text {
    font-size: 25px;
  }
  .title-page .blocklist-313 .body-outer {
    overflow: hidden;
  }
  .title-page .blocklist-313 .body {
    margin-right: 0;
    margin-left: 0;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-313 .list {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .title-page .blocklist-313 .bx-wrapper {
    max-width: 420px;
  }
  .title-page .block-176 {
    padding: 20px 35px 30px;
  }
  .title-page .block-177 .layout_278 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-177 .layout_302 {
    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-177 .layout_303 {
    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-177 {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0.02px;
    padding-top: 0.02px;
  }
  .title-page .block-179 .layout_297 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-179 .layout_307 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-179 {
    width: auto;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .widget-263 {
    width: 270px;
  }
  .title-page .widget-235 {
    text-align: center;
    width: auto;
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding-right: 20px;
  }
  .title-page .widget-262 {
    margin-bottom: 0;
    margin-right: auto;
  }
  .title-page .block-173 .layout_298 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    flex-basis: auto;
    display: none;
  }
  .title-page .block-173 .layout_305 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-181 .layout_266 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: none;
  }
  .title-page .block-181 .layout_290 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-181 .layout_294 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-229 {
    margin-left: 0;
  }
  .title-page .widget-255 {
    margin-bottom: 0;
  }
  .title-page .widget-257 {
    margin-top: -45px;
    margin-left: 376px;
  }
  .title-page .phones-294 .text_body:hover, .title-page .phones-294 .text_body.hover, .title-page .phones-294 .text_body.active {
    
  }
  .title-page .news-252 .news__title {
    font-size: 25px;
  }
  .title-page .news-252 .news__all {
    display: none;
  }
  .title-page .news-252 .body-outer {
    padding-right: 0;
  }
  .title-page .news-252 .body {
    margin-right: -10px;
    margin-left: -10px;
  }
  .title-page .news-252 .bx-wrapper {
    max-width: 600px;
  }
  .title-page .block-191 {
    margin-bottom: -180px;
  }
  .title-page .blocklist-246 .header {
    margin-bottom: 17px;
  }
  .title-page .blocklist-246 .description {
    line-height: 1.5;
  }
  .title-page .blocklist-246 .body-outer {
    overflow: hidden;
  }
  .title-page .blocklist-246 .body {
    margin-right: 0;
    margin-left: 0;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-246 .list {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .title-page .blocklist-246 .item-outer {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
  }
  .title-page .block-120 {
    display: none;
  }
  .title-page .block-84 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .title-page .widget-102 {
    padding-left: 0;
    padding-right: 0;
  }
  .title-page .blocklist-133 .header_text {
    font-size: 25px;
  }
  .title-page .blocklist-133 .body-outer {
    overflow: hidden;
  }
  .title-page .blocklist-133 .body {
    margin-right: -4px;
    margin-left: -4px;
  }
  .title-page .blocklist-133 .list {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .title-page .blocklist-133 .item {
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 10px;
  }
  .title-page .blocklist-133 .text {
    padding-left: 0;
    padding-right: 30px;
  }
  .title-page .blocklist-133 .image {
    min-height: 120px;
  }
  .title-page .blocklist-133 .img-convert {
    height: 155px;
  }
  .title-page .blocklist-133 .title {
    font-size: 17px;
  }
  .title-page .blocklist-133 .more {
    padding-right: 20px;
    max-width: 100%;
  }
  .title-page .blocklist-133 .more > a {
    width: 180px;
    max-width: 100%;
  }
  .title-page .blocklist-133 .bx-wrapper {
    max-width: 310px;
  }
  .title-page .blocklist-133 .controls {
    margin-top: -11px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .title-page .widget-192 {
    min-height: 400px;
  }
  .title-page .slider-215 .text-slider {
    bottom: auto;
    padding-left: 50px;
    padding-right: 50px;
    min-height: 400px;
  }
  .title-page .slider-215 .block-more > a {
    padding-bottom: 10px;
    padding-top: 10px;
    min-height: 55px;
  }
  .title-page .slider-215 .block-title {
    font-size: 25px;
    margin-top: 180px;
    line-height: 1.4;
  }
  .title-page .slider-215 .slider-pager > a {
    width: 32px;
    -webkit-box-shadow: inset -4px 0px 0px rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset -4px 0px 0px rgba(255, 255, 255, 0.1);
    box-shadow: inset -4px 0px 0px rgba(255, 255, 255, 0.1);
    text-align: left;
  }
  .title-page .slider-215 .slider-pager > a:hover, .title-page .slider-215 .slider-pager > a.hover, .title-page .slider-215 .slider-pager > a.active {
    -webkit-box-shadow: inset -9px 0px 0px #fff;
    -moz-box-shadow: inset -9px 0px 0px #fff;
    box-shadow: inset -9px 0px 0px #fff;
  }
  .title-page .block-133 {
    margin-top: 147px;
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .title-page .blocklist-239 .header_text {
    font-size: 25px;
  }
  .title-page .blocklist-239 .body-outer {
    overflow: hidden;
  }
  .title-page .blocklist-239 .body {
    margin-left: -1px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-239 .list {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .title-page .blocklist-239 .item-outer {
    width: 50%;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
  }
  .title-page .blocklist-239 .item {
    margin-left: 5px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-239 .img-convert {
    height: 205px;
  }
  .title-page .blocklist-239 .image-inner {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .title-page .blocklist-239 .title {
    min-height: 205px;
  }
  .title-page .block-123 {
    padding: 50px 30px 0.02px;
  }
  .title-page .widget-220 {
    padding-left: 0;
    padding-top: 0.02px;
    padding-right: 0;
  }
  .title-page .editable_block-248 .header {
    margin-bottom: 0;
  }
  .title-page .editable_block-248 .item-label {
    right: auto;
    left: 0;
    margin-top: 0;
    font-size: 101px;
    margin-left: 0;
    margin-bottom: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .editable_block-248 .title {
    margin-right: 0;
    margin-top: 140px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .editable_block-248 .image {
    margin-right: 0;
    float: none;
    margin-bottom: 5px;
  }
  .title-page .editable_block-248 .text {
    padding-right: 20px;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
  }
  .title-page .editable_block-248 .more {
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
  }
  .title-page .widget-267 {
    padding-bottom: 40px;
  }
  .title-page .blocklist-316 .header {
    font-size: 26px;
    padding-right: 0;
  }
  .title-page .blocklist-316 .header_text {
    font-size: 26px;
  }
  .title-page .blocklist-316 .title {
    font-size: 18px;
    padding-bottom: 25px;
    padding-top: 25px;
  }
  .title-page .block-92 .layout_188 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-92 .layout_223 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-201 {
    padding: 35px;
    margin-top: 15px;
    margin-bottom: 0;
  }
  .title-page .form-223 .form__header {
    font-size: 29px;
  }
  .title-page .form-223 .form-item-group {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .form-223 .form-submit button {
    width: 100%;
  }
  .title-page .form-223 .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-223 .form-captcha .form-submit-container {
    width: 100%;
  }
  .title-page .form-223 .form-captcha button {
    width: 100%;
  }
  .title-page .widget-163 {
    margin-bottom: 0;
    padding-bottom: 10px;
  }
  .title-page .editable_block-188 .header {
    font-size: 25px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .editable_block-188 .title {
    font-size: 23px;
  }
  .title-page .reviews-175 .header_text {
    font-size: 25px;
  }
  .title-page .reviews-175 .bx-wrapper {
    max-width: 600px;
  }
  .title-page .reviews-175 .list {
    width: 600px;
  }
  .title-page .reviews-175 .item {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
  }
  .title-page .reviews-175 .controls {
    border: none;
    margin-top: -12px;
    margin-bottom: 111px;
    -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 .form-211 .form__text {
    font-size: 17px;
  }
  .title-page .form-211 .form__body {
    margin-right: -9px;
  }
  .title-page .form-211 .form-item-group {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .form-211 .form-text {
    margin-right: 9px;
    padding-right: 0;
  }
  .title-page .form-211 .form-textarea {
    margin-right: 9px;
  }
  .title-page .form-211 .form-submit button {
    width: 250px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .title-page .form-211 .form-captcha {
    margin-right: 9px;
  }
  .title-page .form-211 .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-211 .form-captcha .form-submit-container {
    width: 100%;
  }
  .title-page .form-211 .form-captcha button {
    width: 250px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .title-page .form-211 .form-checkbox {
    margin-right: 9px;
  }
  .title-page .form-211 .form-radio {
    margin-right: 9px;
  }
  .title-page .form-211 .form-select {
    margin-right: 9px;
  }
  .title-page .form-211 .form-div {
    margin-right: 9px;
  }
  .title-page .form-211 .form-html {
    margin-right: 9px;
  }
  .title-page .form-211 .form-upload {
    margin-right: 9px;
  }
  .title-page .form-211 .form-calendar {
    margin-right: 9px;
  }
  .title-page .form-211 .form-calendar_interval {
    margin-right: 9px;
  }
  .title-page .block-97 .layout_199 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-97 .layout_200 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-97 .layout_201 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-97 {
    padding-bottom: 30px;
  }
  .title-page .widget-168 {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .widget-169 {
    margin-bottom: 0;
  }
  .title-page .side-panel-29 .side-panel-button {
    margin-right: auto;
    left: auto;
    right: auto;
  }
}
@media all and (max-width: 480px) {
  .title-page .widget-273 {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .block-187 .layout_322 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-187 .layout_323 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .text-2 {
    font-size: 23px;
    text-align: center;
  }
  .title-page .block-188 .layout_324 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: none;
  }
  .title-page .block-188 .layout_325 {
    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-188 .layout_326 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-270 {
    margin-top: 15px;
    margin-left: auto;
    display: none;
  }
  .title-page .widget-271 {
    text-align: center;
    margin-left: auto;
    margin-bottom: 15px;
    display: block;
  }
  .title-page .email-325 .cell-text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .email-325 .title {
    padding-right: 0;
  }
  .title-page .email-325 .text_body {
    text-align: center;
    margin-top: 0;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .widget-272 {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: auto;
    padding-left: 0;
  }
  .title-page .phones-326 .title {
    text-align: center;
  }
  .title-page .phones-326 .text_body {
    margin-top: 14px;
    text-align: center;
  }
  .title-page .widget-189 {
    background: url("../images/ывывыв.png?1555473819751") right -25px bottom -26px / 190px no-repeat, repeating-linear-gradient(to top right, #24347d 0%, #0045e6 41.8%, #00b3ff 100%) #00a74f;
  }
  .title-page .blocklist-212 .body-outer {
    overflow: hidden;
  }
  .title-page .blocklist-212 .body {
    margin-right: 0;
    margin-left: 0;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-212 .list {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .title-page .blocklist-212 .item-outer {
    width: 100%;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
  }
  .title-page .blocklist-212 .item {
    margin-right: 0;
    margin-left: 0;
    padding-bottom: 20px;
  }
  .title-page .blocklist-212 .image {
    margin-bottom: 17px;
  }
  .title-page .blocklist-212 .title {
    font-size: 18px;
  }
  .title-page .blocklist-313 .header {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .blocklist-313 .description {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .blocklist-313 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-313 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-313 .image {
    margin-bottom: 20px;
  }
  .title-page .blocklist-313 .bx-wrapper {
    max-width: 260px;
  }
  .title-page .block-176 {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
  .title-page .block-177 .layout_278 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-177 .layout_302 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-177 .layout_303 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-179 .layout_297 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-179 .layout_307 {
    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: none;
  }
  .title-page .block-179 {
    margin-top: 15px;
    -webkit-justify-content: normal;
    -moz-justify-content: normal;
    justify-content: normal;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .widget-263 {
    margin: 15px auto 0;
    display: none;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .widget-258 {
    text-align: center;
    margin-top: 0;
    margin-left: auto;
    margin-bottom: 0;
  }
  .title-page .widget-235 {
    margin-left: auto;
    margin-right: auto;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
  }
  .title-page .widget-262 {
    width: 130px;
  }
  .title-page .block-173 .layout_298 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-173 .layout_305 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-181 .layout_266 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-181 .layout_290 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    display: none;
  }
  .title-page .block-181 .layout_294 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-229 {
    margin-bottom: 20px;
    display: block;
  }
  .title-page .email-266 .cell-text {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .email-266 .title {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .email-266 .title:hover, .title-page .email-266 .title.hover, .title-page .email-266 .title.active {
    font-weight: bold;
  }
  .title-page .email-266 .text_body {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-255 {
    margin-left: auto;
    display: none;
  }
  .title-page .widget-257 {
    margin-top: 0;
    margin-left: 0;
  }
  .title-page .block-146 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .title-page .news-252 .news__title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    font-size: 23px;
    text-align: center;
  }
  .title-page .news-252 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .news-252 .item-outer {
    width: 100%;
  }
  .title-page .news-252 .item {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .title-page .news-252 .item__image {
    margin-right: 0;
  }
  .title-page .news-252 .bx-wrapper {
    max-width: 440px;
  }
  .title-page .block-143 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .block-191 {
    margin-bottom: -233px;
  }
  .title-page .widget-219 {
    text-align: center;
  }
  .title-page .blocklist-246 .header {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .blocklist-246 .header_text {
    font-size: 20px;
    padding-right: 20px;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    width: auto;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    padding-left: 20px;
  }
  .title-page .blocklist-246 .all-in_header {
    display: none;
  }
  .title-page .blocklist-246 .description {
    margin-bottom: 37px;
    text-align: center;
  }
  .title-page .blocklist-246 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-246 .item {
    margin-right: 0;
    margin-left: 0;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-246 .image {
    margin-bottom: 30px;
  }
  .title-page .blocklist-246 .bx-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .block-120 {
    display: block;
  }
  .title-page .block-84 {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 25px;
  }
  .title-page .blocklist-133 .header_text {
    font-size: 23px;
  }
  .title-page .blocklist-133 .description {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    font-size: 17px;
  }
  .title-page .blocklist-133 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-133 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-133 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-133 .text {
    padding-right: 0;
  }
  .title-page .blocklist-133 .image {
    margin-bottom: 4px;
  }
  .title-page .blocklist-133 .img-convert {
    height: 120px;
  }
  .title-page .blocklist-133 .title {
    padding-right: 0;
    font-size: 18px;
  }
  .title-page .blocklist-133 .more > a {
    padding-left: 10px;
    line-height: 1;
  }
  .title-page .blocklist-133 .bx-wrapper {
    max-width: 260px;
  }
  .title-page .blocklist-133 .controls {
    margin-top: -19px;
  }
  .title-page .widget-192 {
    min-height: 300px;
  }
  .title-page .slider-215 .text-slider {
    padding-top: 0.02px;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 300px;
  }
  .title-page .slider-215 .block-body {
    font-size: 13px;
    line-height: 1.3;
  }
  .title-page .slider-215 .block-more > a {
    font-size: 14px;
  }
  .title-page .slider-215 .block-title {
    font-size: 20px;
    margin-top: 100px;
  }
  .title-page .slider-215 .slider-controls {
    margin-bottom: 32px;
  }
  .title-page .slider-215 .slider-pager-wrap {
    margin-bottom: 60px;
  }
  .title-page .slider-215 .slider-pager > a {
    font-size: 20px;
  }
  .title-page .block-133 {
    margin-top: 202px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .widget-212 {
    padding-bottom: 35px;
  }
  .title-page .blocklist-239 .header {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .blocklist-239 .header_text {
    font-size: 23px;
  }
  .title-page .blocklist-239 .description {
    padding-right: 0;
    font-size: 16px;
    margin-bottom: 15px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .blocklist-239 .body {
    margin-left: 0;
  }
  .title-page .blocklist-239 .list {
    width: 440px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-239 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-239 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-239 .img-convert {
    height: 200px;
  }
  .title-page .blocklist-239 .title {
    min-height: 287px;
  }
  .title-page .blocklist-239 .bx-wrapper {
    max-width: 440px;
  }
  .title-page .blocklist-239 .bx-pager a {
    border: none;
    text-align: left;
    width: 15px;
    min-height: 15px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    background: rgba(0, 0, 0, 0.13);
  }
  .title-page .blocklist-239 .bx-pager a:hover, .title-page .blocklist-239 .bx-pager a.hover, .title-page .blocklist-239 .bx-pager a.active {
    background: #64b900;
  }
  .title-page .block-123 {
    padding-top: 35px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .widget-220 {
    padding-bottom: 40px;
  }
  .title-page .editable_block-248 .header:hover, .title-page .editable_block-248 .header.hover, .title-page .editable_block-248 .header.active {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .editable_block-248 .item-label {
    left: 50%;
    font-size: 80px;
    margin-left: -88.5px;
  }
  .title-page .editable_block-248 .item-label:hover, .title-page .editable_block-248 .item-label.hover, .title-page .editable_block-248 .item-label.active {
    font-weight: bold;
  }
  .title-page .editable_block-248 .title {
    font-size: 20px;
    margin-top: 125px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .editable_block-248 .text {
    font-size: 13px;
    padding-right: 15px;
  }
  .title-page .block-91 {
    padding: 35px 20px;
  }
  .title-page .widget-267 {
    display: none;
  }
  .title-page .blocklist-316 .header {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: flex-start;
    font-size: 34px;
  }
  .title-page .blocklist-316 .header_text {
    font-size: 22px;
    text-align: center;
  }
  .title-page .blocklist-316 .image {
    margin-bottom: 5px;
  }
  .title-page .blocklist-316 .title {
    padding-right: 60px;
    margin-top: -355px;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .title-page .block-92 .layout_188 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-92 .layout_223 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .form-223 .form__header {
    font-size: 23px;
  }
  .title-page .editable_block-188 .header {
    font-size: 23px;
    text-align: center;
  }
  .title-page .editable_block-188 .header:hover, .title-page .editable_block-188 .header.hover, .title-page .editable_block-188 .header.active {
    font-weight: 800;
  }
  .title-page .editable_block-188 .title {
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.3;
  }
  .title-page .editable_block-188 .image {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .editable_block-188 .text {
    text-align: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .editable_block-188 .more {
    text-align: center;
  }
  .title-page .block-59 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .widget-159 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .title-page .reviews-175 .header {
    margin-bottom: 19px;
  }
  .title-page .reviews-175 .header_text {
    font-size: 23px;
  }
  .title-page .reviews-175 .body {
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .reviews-175 .bx-wrapper {
    max-width: 440px;
  }
  .title-page .reviews-175 .list {
    width: 440px;
  }
  .title-page .reviews-175 .item-outer {
    width: 100%;
  }
  .title-page .reviews-175 .item {
    margin-right: 0;
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
  }
  .title-page .reviews-175 .controls {
    margin-top: -15px;
    margin-bottom: 26px;
  }
  .title-page .reviews-175 .prev {
    width: 34px;
    min-height: 55px;
    background: url("../images/left.png?1542954522720") left 50% top 50% / 15px no-repeat rgba(255, 255, 255, 0.1);
  }
  .title-page .reviews-175 .prev:hover, .title-page .reviews-175 .prev.hover, .title-page .reviews-175 .prev.active {
    background: url("../images/left.png?1542954522720") left 50% top 50% / 15px no-repeat rgba(255, 255, 255, 0.05);
  }
  .title-page .reviews-175 .next {
    min-height: 55px;
    width: 34px;
    background: url("../images/right.png?1542954522661") left 50% top 50% / 15px no-repeat rgba(255, 255, 255, 0.1);
  }
  .title-page .reviews-175 .next:hover, .title-page .reviews-175 .next.hover, .title-page .reviews-175 .next.active {
    background: url("../images/right.png?1542954522661") left 50% top 50% / 15px no-repeat rgba(255, 255, 255, 0.05);
  }
  .title-page .reviews-175 .bx-auto_controls {
    margin-bottom: 44px;
  }
  .title-page .block-95 {
    margin-top: -1px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .title-page .widget-175 {
    padding-top: 25px;
    padding-bottom: 25px;
    display: none;
  }
  .title-page .form-211 .form__header {
    font-size: 17px;
  }
  .title-page .form-211 .form__text {
    margin-bottom: 15px;
    line-height: 1.1;
  }
  .title-page .form-211 .form-submit button {
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
  }
  .title-page .form-211 .form-captcha button {
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
  }
  .title-page .block-97 .layout_199 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-97 .layout_200 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-97 .layout_201 {
    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-97 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.title-page .side-panel .widget-259 {
  margin: 5px 10px 5px 300px;
  border: none;
  z-index: 2;
  pointer-events: auto;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  left: 0;
  top: 0;
  position: relative;
  font-size: 14px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: none, url("../images/lib_803302_letter.png?1555305082032") left 20px top 50% / 24px no-repeat, repeating-linear-gradient(to bottom left, #00abfd 0%, #2c2892 100%);
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  width: 200px;
  min-height: 52px;
  text-align: left;
  line-height: 1.3;
  letter-spacing: 1px;
  text-decoration: none;
  box-sizing: border-box;
  display: none;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-order: 2;
  -moz-order: 2;
  order: 2;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  padding-right: 15px;
  padding-left: 59px;
}
.title-page .side-panel .widget-259:hover, .title-page .side-panel .widget-259.hover, .title-page .side-panel .widget-259.active {
  background: linear-gradient(#00cc5f, #00cc5f), url("../images/lib_803302_letter.png?1555305082032") left 20px top 50% / 24px no-repeat, none;
  -webkit-box-shadow: 0px 18px 42px 0px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 18px 42px 0px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 18px 42px 0px rgba(0, 0, 0, 0.22);
}
.title-page .popover-wrap-298 .popover-body .s3_button_large:hover, .title-page .popover-wrap-298 .popover-body .s3_button_large.hover, .title-page .popover-wrap-298 .popover-body .s3_button_large.active {
  background: none #fff;
  color: #4bab00;
}
.title-page .popover-wrap-298 .popover-body .s3_button_large:active, .title-page .popover-wrap-298 .popover-body .s3_button_large.active {
  background: repeating-linear-gradient(to top right, #199400 0%, #71bd00 100%) #00a74f;
  color: #fff;
}
.title-page .side-panel .widget-153 {
  padding: 30px;
  margin: 0;
  border: none;
  z-index: 10;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: auto;
  left: 0;
  top: 0;
  position: relative;
  right: 0;
  text-align: left;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .side-panel .menu-167 .menu-scroll > ul {
  display: block;
}
.title-page .side-panel .menu-167 .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-167 .menu-scroll > ul > li.menu-item {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .side-panel .menu-167 .menu-scroll > ul ul {
  padding: 10px;
  position: static;
  width: auto;
  margin-top: 0;
  margin-left: 2px;
  margin-right: 2px;
}
.title-page .side-panel .menu-167 .menu-scroll > ul ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  background: none;
  min-height: 0;
}
.title-page .side-panel .menu-167 .menu-scroll > ul ul > li > a:hover, .title-page .side-panel .menu-167 .menu-scroll > ul ul > li > a.hover, .title-page .side-panel .menu-167 .menu-scroll > ul ul > li > a.active {
 background: none #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #31258a;
}
.title-page .side-panel .menu-167 .menu-scroll > ul ul > li > a:active, .title-page .side-panel .menu-167 .menu-scroll > ul ul > li > a.active {
 /*  background: repeating-linear-gradient(to top right, #00632c 0%, #01672c 41.8%, #7eb51c 100%) transparent;
 color: #31258a;
 -webkit-border-radius: 15px;
 -moz-border-radius: 15px;
 border-radius: 15px; */
}
.title-page .side-panel .menu-167 .menu-scroll > ul ul ul {
  position: static;
  width: auto;
}
.title-page .side-panel .menu-167 .menu-scroll > ul > li.menu-item > a {
  width: auto;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 0;
  margin-bottom: 0;
  color: #000;
  -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: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.title-page .side-panel .menu-167 .menu-scroll > ul > li.menu-item > a:hover, .title-page .side-panel .menu-167 .menu-scroll > ul > li.menu-item > a.hover, .title-page .side-panel .menu-167 .menu-scroll > ul > li.menu-item > a.active {
  background: repeating-linear-gradient(to top right, #31258a 0%, #0045e6 42.3%, #00b3ff 100%) #71bd00;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
}
.title-page .side-panel .menu-167 .menu-scroll > ul > li.menu-item > a:active, .title-page .side-panel .menu-167 .menu-scroll > ul > li.menu-item > a.active {
  background: repeating-linear-gradient(to top right, #392d88 0%, #0045e6 49.8%, #00a1e6 100%) #71bd00;
}
.title-page .side-panel .menu-167 .menu-scroll > ul > li.more-button > a:hover, .title-page .side-panel .menu-167 .menu-scroll > ul > li.more-button > a.hover, .title-page .side-panel .menu-167 .menu-scroll > ul > li.more-button > a.active {
  background: url("../images/more.png?1542866068078") left 50% top 50% / 22px no-repeat rgba(255, 255, 255, 0.1);
}