@import "https://aviaperevozki.su/t/v22/images/css/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 {
  background: #fff;
}
.title-page .wrapper {
  border: none;
  position: relative;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  padding-bottom: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-37 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 221px;
  max-width: 100%;
  z-index: 12;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  right: 0;
}
.title-page .block-4 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: url("https://aviaperevozki.su/t/v22/images/images/globe.svg") left calc(50% - 673px) top -55px / auto auto no-repeat, url("https://aviaperevozki.su/t/v22/images/images/bluerectangle.png?1549943376229") left 50% top 0px / auto auto no-repeat;
  max-width: 100%;
  z-index: 1;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  right: 0;
  padding-top: 0.02px;
  padding-bottom: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-3 .layout_6 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-3 .layout_7 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-3 {
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1300px;
  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;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-2 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 400px;
  min-height: 0;
  background: url("https://aviaperevozki.su/t/v22/images/images/globe.svg") left calc(50% - 273px) top -55px / auto auto no-repeat #179aff;
  z-index: 2;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  padding-right: 20px;
  padding-top: 30px;
  padding-bottom: 33px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-4 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 1px;
  text-align: left;
  text-decoration: none;
  font-size: 13px;
  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: 300;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .widget-3 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  box-sizing: border-box;
  width: 400px;
  min-height: 0;
  font-size: 25px;
  font-family: Verdana, Geneva, sans-serif;
}
.title-page .site-name-4 .sn-wrap {
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
}
.title-page .site-name-4 .sn-logo {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  max-width: 100%;
  margin-right: 20px;
}
.title-page .site-name-4 img {
  box-sizing: border-box;
  display: block;
  max-width: 100%;
  border: none;
  width: 40px;
}
.title-page .site-name-4 .sn-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  color: #fff;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-top: 0;
  align-self: auto;
}
.title-page .site-name-4 a {
  text-decoration: none;
  outline: none;
}
.title-page .widget-5 {
  margin: 0 0 auto 50px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  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;
}
.title-page .menu-7 .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-7 .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-7 .menu-scroll {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .menu-7 .menu-scroll > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .menu-7 .menu-scroll > ul > li.home-button > a {
  padding: 5px 15px;
  margin: 2px;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  background: url("https://aviaperevozki.su/t/v22/images/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-7 .menu-scroll > ul > li.delimiter {
  margin: auto 2px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: 0;
  width: 10px;
  min-height: 10px;
  background: #d6d6d6;
  box-sizing: border-box;
}
.title-page .menu-7 .menu-scroll > ul > li.menu-item {
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  flex: 0 1 auto;
  box-sizing: border-box;
  position: relative;
}
.title-page .menu-7 .menu-scroll > ul ul {
  padding: 10px;
  margin: 0;
  border: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #0c61a3;
  list-style: none;
  width: 240px;
  display: none;
  z-index: 10;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  align-self: auto;
}
.title-page .menu-7 .menu-scroll > ul ul > li {
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
}
.title-page .menu-7 .menu-scroll > ul ul > li > a {
  padding: 10px;
  border: none;
  cursor: pointer;
  display: block;
  background: transparent;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
}
.title-page .menu-7 .menu-scroll > ul ul > li > a:hover, .title-page .menu-7 .menu-scroll > ul ul > li > a.hover, .title-page .menu-7 .menu-scroll > ul ul > li > a.active {
  background: #fcd80f;
  color: #000;
}
.title-page .menu-7 .menu-scroll > ul ul > li.delimiter {
  box-sizing: border-box;
  margin-top: 3px;
  margin-bottom: 3px;
  min-height: 2px;
  height: auto;
  width: auto;
  background: #999;
}
.title-page .menu-7 .menu-scroll > ul > li.menu-item ul li.delimiter:first-child {
  display: none;
}
.title-page .menu-7 .menu-scroll > ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}
.title-page .menu-7 .menu-scroll > ul > li.menu-item > a {
  padding: 45px 0 40px;
  margin: 0 30px 0 0;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  box-sizing: border-box;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  position: relative;
  font-style: normal;
  letter-spacing: 0;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-transform: none;
  font-weight: 500;
  align-self: auto;
  min-height: 50px;
}
.title-page .menu-7 .menu-scroll > ul > li.menu-item > a:hover, .title-page .menu-7 .menu-scroll > ul > li.menu-item > a.hover, .title-page .menu-7 .menu-scroll > ul > li.menu-item > a.active {
  color: #fcd80f;
}
.title-page .menu-7 .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-7 .menu-scroll > ul > li.menu-item > a .menu-item-image {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 5px;
  font-size: 0;
  line-height: 0;
  text-align: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  min-height: 40px;
  width: 40px;
  overflow: hidden;
}
.title-page .menu-7 .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-7 .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-7 .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-7 .menu-scroll > ul > li.home-button {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .menu-7 .menu-scroll > ul > li.more-button {
  display: -webkit-flex;
  display: flex;
  margin-left: auto;
  position: relative;
}
.title-page .menu-7 .menu-scroll > ul > li.more-button > a {
  padding: 45px 10px 40px;
  margin: 0;
  border: none;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  background: rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-style: normal;
  letter-spacing: 2px;
  text-transform: none;
  align-self: auto;
  min-height: 106px;
  width: 50px;
  text-align: center;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .menu-7 .menu-scroll > ul > li.more-button > a:hover, .title-page .menu-7 .menu-scroll > ul > li.more-button > a.hover, .title-page .menu-7 .menu-scroll > ul > li.more-button > a.active {
  background: #6e17ff;
}
.title-page .menu-7 .menu-scroll > ul > li.more-button > ul {
  left: auto;
  right: 0;
}
.title-page .menu-7 .menu-scroll > ul > li.more-button.disabled {
  display: none;
}
.title-page .menu-7 .menu-scroll > ul > li.more-button .menu-item-image {
  display: none;
}
.title-page .block-8 {
  margin: -130px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: url("https://aviaperevozki.su/t/v22/images/images/whiterectangle.png?1547198987653") left calc(50% + 20px) top 0px / auto auto no-repeat;
  max-width: 100%;
  z-index: 11;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-7 .layout_15 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-7 .layout_77 {
  -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-7 {
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1300px;
  min-height: 0;
  z-index: 1;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  text-decoration: none;
  max-width: 100%;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding-right: 50px;
  padding-left: 50px;
}
.title-page .block-40 {
  margin: 40px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 2;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
}
.title-page .widget-13 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
}
.title-page .popover-wrap-23 .popover-body {
  padding: 40px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  position: relative;
  display: inline-block;
  width: 300px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-23 .popover-body .form_text input {
  padding: 2px 30px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
  min-height: 50px;
  -webkit-box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  background: rgba(0, 0, 0, 0.03);
}
.title-page .popover-wrap-23 .popover-body .form_text input:hover, .title-page .popover-wrap-23 .popover-body .form_text input.hover, .title-page .popover-wrap-23 .popover-body .form_text input.active {
  -webkit-box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
}
.title-page .popover-wrap-23 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-23 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-23 .popover-body textarea {
  padding: 10px 30px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  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: 15px;
  font-weight: normal;
  -webkit-box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  background: rgba(0, 0, 0, 0.03);
}
.title-page .popover-wrap-23 .popover-body textarea:hover, .title-page .popover-wrap-23 .popover-body textarea.hover, .title-page .popover-wrap-23 .popover-body textarea.active {
  -webkit-box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
}
.title-page .popover-wrap-23 .popover-body .s3_button_large {
  padding: 8px 20px;
  border: none;
  background: repeating-linear-gradient(to top left, rgba(252, 216, 15, 0.32) 0%, rgba(255, 255, 255, 0) 100%) #179aff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 transparent, 0px 15px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0 transparent, 0px 15px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 transparent, 0px 15px 20px rgba(0, 0, 0, 0.1);
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 50px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 20px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-23 .popover-body .s3_button_large:hover, .title-page .popover-wrap-23 .popover-body .s3_button_large.hover, .title-page .popover-wrap-23 .popover-body .s3_button_large.active {
  background: none #179aff;
  -webkit-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  box-shadow: 0 0 0 transparent, 0 0 0 transparent;
}
.title-page .popover-wrap-23 .popover-body .s3_button_large:active, .title-page .popover-wrap-23 .popover-body .s3_button_large.active {
  background: none transparent;
  -webkit-box-shadow: inset 0px 0px 0px 2px #179aff, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px #179aff, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px #179aff, 0 0 0 transparent;
}
.title-page .popover-wrap-23 .popover-body .s3_message {
  padding: 12px;
  border: none;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: rgba(36, 32, 43, 0.93);
  color: rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-23 .popover-close {
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box;
  width: 50px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgd2lkdGg9IjQ4IiBpZD0ic3ZnLTEiPjxwYXRoIGQ9Ik0zOCAxMi44MyAzNS4xNyAxMCAyNCAyMS4xN2wtMTEuMTctMTEuMTctMi44MyAyLjgzTDIxLjE3IDI0bC0xMS4xNyAxMS4xNyAyLjgzIDIuODNMMjQgMjYuODMgMzUuMTcgMzggMzggMzUuMTcgMjYuODMgMjR6IiBpZD0icGF0aC0yIiBmaWxsLW9wYWNpdHk9IjAuMyIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iIzAwMDAwMCI+PC9wYXRoPjxwYXRoIGQ9Ik0wIDBoNDh2NDhIMHoiIGZpbGw9Im5vbmUiIGlkPSJwYXRoLTMiPjwvcGF0aD48L3N2Zz4=") left 50% top 50% / 29px no-repeat rgba(0, 0, 0, 0.03);
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 50px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  left: auto;
  margin-right: 0;
  bottom: auto;
  margin-top: 0;
}
.title-page .popover-wrap-23 .popover-close:hover, .title-page .popover-wrap-23 .popover-close.hover, .title-page .popover-wrap-23 .popover-close.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgd2lkdGg9IjQ4IiBpZD0ic3ZnLTEiPjxwYXRoIGQ9Ik0zOCAxMi44MyAzNS4xNyAxMCAyNCAyMS4xN2wtMTEuMTctMTEuMTctMi44MyAyLjgzTDIxLjE3IDI0bC0xMS4xNyAxMS4xNyAyLjgzIDIuODNMMjQgMjYuODMgMzUuMTcgMzggMzggMzUuMTcgMjYuODMgMjR6IiBpZD0icGF0aC0yIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiIGZpbGw9IiMxNzlhZmYiPjwvcGF0aD48cGF0aCBkPSJNMCAwaDQ4djQ4SDB6IiBmaWxsPSJub25lIiBpZD0icGF0aC0zIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 29px no-repeat rgba(0, 0, 0, 0.03);
}
.title-page .popover-wrap-23 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("https://aviaperevozki.su/t/v22/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-23 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("https://aviaperevozki.su/t/v22/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-23 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("https://aviaperevozki.su/t/v22/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-23 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("https://aviaperevozki.su/t/v22/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .blocklist-23 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-23 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-23 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 15px;
  text-align: left;
  box-sizing: border-box;
}
.title-page .blocklist-23 .header_text {
  font-size: 20px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-23 .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-23 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-23 .body-outer {
  box-sizing: border-box;
  position: relative;
}
.title-page .blocklist-23 .body {
  margin: 0 -20px;
  box-sizing: border-box;
}
.title-page .blocklist-23 .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-23 .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-23 .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-23 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 50%;
}
.title-page .blocklist-23 .item {
  margin: 0 20px;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  display: block;
  text-align: left;
  left: 0;
  right: 0;
  flex-basis: 100%;
  align-self: auto;
}
.title-page .blocklist-23 .text {
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.title-page .blocklist-23 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-23 .image {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 5px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  float: left;
  margin-right: 15px;
  margin-left: 0;
}
.title-page .blocklist-23 .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-23 .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-23 .img-convert {
  box-sizing: border-box;
  width: 29px;
  height: 27px;
  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-23 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-23 .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-23 .title {
  font-weight: normal;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 14px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  margin-top: 7px;
  padding-right: 0;
}
.title-page .blocklist-23 .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-23 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-23 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-23 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-23 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-23 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-23 .more {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-23 .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-23 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-23 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-23 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-23 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-23 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-23 .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-23 .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-23 .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-23 .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-23 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-23 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-23 .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-23 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-23 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-23 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-23 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-23 .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-23 .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-23 .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-23 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-23 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-23 .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-23 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-23 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-23 .popover-form-title {
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 30px;
  box-sizing: border-box;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #555;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
}
.title-page .popover-wrap-23 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-23 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 15px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-23 .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-23 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-23 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-23 .popover-body .s3_form_item.form_div {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}
.title-page .popover-wrap-23 .popover-body .s3_form_item.form_html_block {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-23 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-23 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-23 .popover-body .s3_form_item.form_checkbox {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .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-23 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-23 .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-23 .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-23 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-23 .popover-body .s3_form_item.form_radio {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .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-23 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-23 .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-23 .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-23 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-23 .popover-body .s3_form_item.form_select {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .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-23 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-23 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .s3_form_item.form_calendar {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .s3_form_item.form_calendar_interval {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .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-23 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-23 .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-23 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.title-page .popover-wrap-23 .popover-body .s3_form_item.form_upload {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-23 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-23 .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-23 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-23 .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-23 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-23 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-23 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-6 {
  margin: 0 0 auto 30px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 400px;
  min-height: 130px;
  background: url("https://aviaperevozki.su/t/v22/images/images/bgphone.png?1547183804558") right 165px top 50% / auto auto no-repeat #179aff;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-right: 50px;
}
.title-page .block-5 {
  margin: 0 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 232px;
  min-height: 0;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
}
.title-page .widget-7 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: undefined;
  box-sizing: border-box;
  width: 232px;
}
.title-page .phones-12 p:first-child {
  margin-top: 0;
}
.title-page .phones-12 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-12 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .phones-12 .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-12 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyOC42MjUiIHZpZXdCb3g9IjAgMCAyNSAyOC42MjUiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJwaG9uZS5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTEyMTIuNTIsNTMuNDEyYTEuMDUzLDEuMDUzLDAsMSwwLTEuNDctLjIyOEExLjA1OCwxLjA1OCwwLDAsMCwxMjEyLjUyLDUzLjQxMlptLTIuOTgsMi4xOGExLjA1MywxLjA1MywwLDEsMC0xLjQ3LS4yMjlBMS4wNTksMS4wNTksMCwwLDAsMTIwOS41NCw1NS41OTJabS0yLjk4LDIuMTc5YTEuMDUzLDEuMDUzLDAsMSwwLTEuNDctLjIyOUExLjA1OSwxLjA1OSwwLDAsMCwxMjA2LjU2LDU3Ljc3MVptNC45MywxMy45MzZhMC4xOCwwLjE4LDAsMCwwLS4wMi0wLjA3Yy0wLjAxLS4wMjMtMC4wMS0wLjA0Ny0wLjAyLTAuMDdsLTAuMDMtLjA1NWMtMC4wMi0uMDI1LTAuMDMtMC4wNTEtMC4wNS0wLjA3NVY3MS40MjhjLTAuMDItLjAxOC0wLjAzLTAuMDMyLTAuMDUtMC4wNDhzLTAuMDMtLjAzNC0wLjA0LTAuMDVsLTMuMzMtMy4xM2EwLjc1NiwwLjc1NiwwLDAsMC0xLjA0LDEuMWwyLjY2LDIuNWE3LjIxOCw3LjIxOCwwLDAsMS0zLjU0LDEuNDk0aDBhMi40MDksMi40MDksMCwwLDEtMS4xNC0uMjc0aDBxLTAuMDMtLjAxOS0wLjA2LTAuMDM0YTMxLjA5NCwzMS4wOTQsMCwwLDEtOC45OS03LjhsLTAuMjUtLjMyMWEzMC45MDgsMzAuOTA4LDAsMCwxLTUuMzUtMTAuNjI4Yy0wLjAxLS4wMTUtMC4wMS0wLjAzMi0wLjAyLTAuMDQ2YTIuMTIsMi4xMiwwLDAsMS0uMDEtMS4xMjgsOS40NTYsOS40NTYsMCwwLDEsMS43OC0yLjg1NGwyLjAxLDMuMjQ5YTAuNzQ0LDAuNzQ0LDAsMCwwLDEuMDMuMjQ0LDAuNzQ4LDAuNzQ4LDAsMCwwLC4yNS0xLjAzN2wtMi40OS00LjAyM2EwLjg0OSwwLjg0OSwwLDAsMC0uMTQtMC4xNjdsLTAuMDMtLjAzNGEwLjc1OCwwLjc1OCwwLDAsMC0xLjA3LjAxMSwxMS44LDExLjgsMCwwLDAtMi43Niw0LjEsMy40MiwzLjQyLDAsMCwwLS4wMSwyLjA2OCwzMi42MzYsMzIuNjM2LDAsMCwwLDUuNjIsMTEuMTcybDAuMjUsMC4zMjFhMzIuNjQ0LDMyLjY0NCwwLDAsMCw5LjQ1LDguMTkyLDMuOTIyLDMuOTIyLDAsMCwwLDEuOTMuNWgwYzEuMzgsMCwzLjEyLS43NzksNS4xOC0yLjMxNiwwLjAyLS4wMTUuMDQtMC4wMzQsMC4wNi0wLjA1MXMwLjAzLS4wMjMuMDQtMC4wMzcsMC0uMDA1LjAxLTAuMDA4YzAuMDItLjAyMi4wMy0wLjA0NiwwLjA1LTAuMDdzMC4wMy0uMDMzLjA0LTAuMDVsMC4wMy0uMDcyLDAuMDMtLjA2MmMwLjAxLS4wMjMuMDEtMC4wNDgsMC4wMi0wLjA3MmEwLjE4LDAuMTgsMCwwLDEsLjAyLTAuMDY5VjcxLjg1YTAuMjE4LDAuMjE4LDAsMCwwLS4wMS0wLjA4QTAuMTQsMC4xNCwwLDAsMCwxMjExLjQ5LDcxLjcwNlptMS4yMS00LjI1OGE0Mi4yNDksNDIuMjQ5LDAsMCwwLTQuMTgtMy44MjQsMS45NDEsMS45NDEsMCwwLDAtMS40OS0uNDgyLDIuMywyLjMsMCwwLDAtMS40OS45MjljLTAuMjIuMjc3LS42MSwwLjc2MS0wLjc1LDAuOTIyLTAuOSwxLjA2NC0xLjU0LjcxLTEuOTYsMC40NDFhMjQuMTM0LDI0LjEzNCwwLDAsMS0zLjI2LTMuNTgxLDAuMjI5LDAuMjI5LDAsMCwxLS4wNC0wLjA1M2MtMC4wMSwwLS4wMS0wLjAwNi0wLjAxLTAuMDA5YTAuMTU4LDAuMTU4LDAsMCwwLS4wNC0wLjA0NywyNS4wMDgsMjUuMDA4LDAsMCwxLTIuNjgtNC4wNTNjLTAuMTUtLjQ3NS0wLjM1LTEuMTcuOTEtMS43OTFhMC45ODUsMC45ODUsMCwwLDEsLjEtMC4wNDIsNiw2LDAsMCwwLDEuNzktMS4wOCwxLjk4NywxLjk4NywwLDAsMCwuNDItMi4zNTgsNDQuMTE3LDQ0LjExNywwLDAsMC0zLjE3LTUuMjE5LDIuMjExLDIuMjExLDAsMCwwLTMuMTEtLjY1MmwwLjgzLDEuMjU3YTAuNzA4LDAuNzA4LDAsMCwxLDEuMDYuMjgsNDIuMzgxLDQyLjM4MSwwLDAsMSwzLjA0LDQuOTkzLDAuNDgzLDAuNDgzLDAsMCwxLS4xNC42MzMsNC41OTMsNC41OTMsMCwwLDEtMS4zMS43NTljLTAuMDguMDM0LS4xNCwwLjA2LTAuMTcsMC4wNzdhMi44LDIuOCwwLDAsMC0xLjY2LDMuNjYzbDAuMDMsMC4wNzdhMjQuNywyNC43LDAsMCwwLDIuODksNC40YzAuMDEsMC4wMDcuMDEsMC4wMTUsMC4wMiwwLjAyMmwwLjAzLDAuMDRhMjUuMzM5LDI1LjMzOSwwLDAsMCwzLjU1LDMuODc5LDAuNjMxLDAuNjMxLDAsMCwxLC4wNy4wNTEsMi44MDksMi44MDksMCwwLDAsMy45Ni0uNzFjMC4xNi0uMTkyLjYtMC43MywwLjc4LTAuOTZhMC4wNDUsMC4wNDUsMCwwLDEsLjAyLTAuMDI2LDAuODQsMC44NCwwLDAsMSwuNDctMC4zNDcsMC41MjEsMC41MjEsMCwwLDEsLjM2LjE1NCw0MC45ODcsNDAuOTg3LDAsMCwxLDMuOTcsMy42MTljMC4wMiwwLjAyNi4wNSwwLjA1LDAuMDcsMC4wNzIsMC43MiwwLjcxNy41LDEuMTQ2LDAuNDIsMS4yODdhMC43NTYsMC43NTYsMCwwLDAsLjMyLDEuMDE3LDAuNzQ3LDAuNzQ3LDAsMCwwLC4zNS4wODYsMC43NjQsMC43NjQsMCwwLDAsLjY3LTAuNEEyLjQ3LDIuNDcsMCwwLDAsMTIxMi43LDY3LjQ0OFptLTkuMTItNy41YTEuMDUzLDEuMDUzLDAsMSwwLTEuNDctLjIyOUExLjA1OSwxLjA1OSwwLDAsMCwxMjAzLjU4LDU5Ljk1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTExODguNjMgLTQ2LjE4OCkiIGZpbGw9IiNmY2Q4MGYiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left 0px top 0px / auto auto no-repeat;
  margin-right: 10px;
  min-height: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .phones-12 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .phones-12 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .phones-12 .title {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-12 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: right;
  color: #fff;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  text-decoration: none;
  font-size: 20px;
  margin-top: 3px;
  font-weight: 300;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .phones-12 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-12 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-12 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-8 {
  margin: 0 0 0 103px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: 129px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  min-height: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  border-top: 0px dashed #fcd80f;
  border-right: 0px dashed #fcd80f;
  border-bottom: 1px dashed #fcd80f;
  border-left: 0px dashed #fcd80f;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding-bottom: 3px;
  font-weight: 500;
}
.title-page .popover-wrap-13 .popover-body {
  padding: 40px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  position: relative;
  display: inline-block;
  width: 300px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-13 .popover-body .form_text input {
  padding: 2px 30px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
  min-height: 50px;
  -webkit-box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  background: rgba(0, 0, 0, 0.03);
}
.title-page .popover-wrap-13 .popover-body .form_text input:hover, .title-page .popover-wrap-13 .popover-body .form_text input.hover, .title-page .popover-wrap-13 .popover-body .form_text input.active {
  -webkit-box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
}
.title-page .popover-wrap-13 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-13 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-13 .popover-body textarea {
  padding: 10px 30px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  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: 15px;
  font-weight: normal;
  -webkit-box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  background: rgba(0, 0, 0, 0.03);
}
.title-page .popover-wrap-13 .popover-body textarea:hover, .title-page .popover-wrap-13 .popover-body textarea.hover, .title-page .popover-wrap-13 .popover-body textarea.active {
  -webkit-box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
}
.title-page .popover-wrap-13 .popover-body .s3_button_large {
  padding: 8px 20px;
  border: none;
  background: repeating-linear-gradient(to top left, rgba(252, 216, 15, 0.32) 0%, rgba(255, 255, 255, 0) 100%) #179aff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 transparent, 0px 15px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0 transparent, 0px 15px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 transparent, 0px 15px 20px rgba(0, 0, 0, 0.1);
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 50px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 20px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-13 .popover-body .s3_button_large:hover, .title-page .popover-wrap-13 .popover-body .s3_button_large.hover, .title-page .popover-wrap-13 .popover-body .s3_button_large.active {
  background: none #179aff;
  -webkit-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  box-shadow: 0 0 0 transparent, 0 0 0 transparent;
}
.title-page .popover-wrap-13 .popover-body .s3_button_large:active, .title-page .popover-wrap-13 .popover-body .s3_button_large.active {
  background: none transparent;
  -webkit-box-shadow: inset 0px 0px 0px 2px #179aff, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px #179aff, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px #179aff, 0 0 0 transparent;
}
.title-page .popover-wrap-13 .popover-body .s3_message {
  padding: 12px;
  border: none;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: rgba(36, 32, 43, 0.93);
  color: rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-13 .popover-close {
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box;
  width: 50px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgd2lkdGg9IjQ4IiBpZD0ic3ZnLTEiPjxwYXRoIGQ9Ik0zOCAxMi44MyAzNS4xNyAxMCAyNCAyMS4xN2wtMTEuMTctMTEuMTctMi44MyAyLjgzTDIxLjE3IDI0bC0xMS4xNyAxMS4xNyAyLjgzIDIuODNMMjQgMjYuODMgMzUuMTcgMzggMzggMzUuMTcgMjYuODMgMjR6IiBpZD0icGF0aC0yIiBmaWxsLW9wYWNpdHk9IjAuMyIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iIzAwMDAwMCI+PC9wYXRoPjxwYXRoIGQ9Ik0wIDBoNDh2NDhIMHoiIGZpbGw9Im5vbmUiIGlkPSJwYXRoLTMiPjwvcGF0aD48L3N2Zz4=") left 50% top 50% / 29px no-repeat rgba(0, 0, 0, 0.03);
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 50px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  left: auto;
  margin-right: 0;
  bottom: auto;
  margin-top: 0;
}
.title-page .popover-wrap-13 .popover-close:hover, .title-page .popover-wrap-13 .popover-close.hover, .title-page .popover-wrap-13 .popover-close.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgd2lkdGg9IjQ4IiBpZD0ic3ZnLTEiPjxwYXRoIGQ9Ik0zOCAxMi44MyAzNS4xNyAxMCAyNCAyMS4xN2wtMTEuMTctMTEuMTctMi44MyAyLjgzTDIxLjE3IDI0bC0xMS4xNyAxMS4xNyAyLjgzIDIuODNMMjQgMjYuODMgMzUuMTcgMzggMzggMzUuMTcgMjYuODMgMjR6IiBpZD0icGF0aC0yIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiIGZpbGw9IiMxNzlhZmYiPjwvcGF0aD48cGF0aCBkPSJNMCAwaDQ4djQ4SDB6IiBmaWxsPSJub25lIiBpZD0icGF0aC0zIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 29px no-repeat rgba(0, 0, 0, 0.03);
}
.title-page .popover-wrap-13 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("https://aviaperevozki.su/t/v22/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-13 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("https://aviaperevozki.su/t/v22/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-13 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("https://aviaperevozki.su/t/v22/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-13 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("https://aviaperevozki.su/t/v22/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .button-13 > * {
  box-sizing: border-box;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}
.title-page .popover-container-13 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-13 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-13 .popover-form-title {
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 30px;
  box-sizing: border-box;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #555;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
}
.title-page .popover-wrap-13 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-13 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 15px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-13 .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-13 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-13 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-13 .popover-body .s3_form_item.form_div {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}
.title-page .popover-wrap-13 .popover-body .s3_form_item.form_html_block {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-13 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-13 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-13 .popover-body .s3_form_item.form_checkbox {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .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-13 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-13 .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-13 .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-13 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-13 .popover-body .s3_form_item.form_radio {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .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-13 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-13 .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-13 .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-13 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-13 .popover-body .s3_form_item.form_select {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .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-13 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-13 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .popover-body .s3_form_item.form_calendar {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .popover-body .s3_form_item.form_calendar_interval {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .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-13 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-13 .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-13 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.title-page .popover-wrap-13 .popover-body .s3_form_item.form_upload {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-13 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .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-13 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-13 .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-13 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-13 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-13 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .widget-2 {
  margin: -221px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
  text-align: center;
  width: auto;
  height: 0;
  min-height: 750px;
  box-sizing: border-box;
  background: url("../images/wm_slider_spacer.gif") left 50% top 50% / cover no-repeat, linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 31.6%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.4) 99.7%);
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-family: Verdana, Geneva, sans-serif;
}
.title-page .popover-wrap-3 .popover-body {
  padding: 40px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  position: relative;
  display: inline-block;
  width: 300px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-3 .popover-body .form_text input {
  padding: 2px 30px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
  min-height: 50px;
  -webkit-box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  background: rgba(0, 0, 0, 0.03);
}
.title-page .popover-wrap-3 .popover-body .form_text input:hover, .title-page .popover-wrap-3 .popover-body .form_text input.hover, .title-page .popover-wrap-3 .popover-body .form_text input.active {
  -webkit-box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
}
.title-page .popover-wrap-3 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-3 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-3 .popover-body textarea {
  padding: 10px 30px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  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: 15px;
  font-weight: normal;
  -webkit-box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  background: rgba(0, 0, 0, 0.03);
}
.title-page .popover-wrap-3 .popover-body textarea:hover, .title-page .popover-wrap-3 .popover-body textarea.hover, .title-page .popover-wrap-3 .popover-body textarea.active {
  -webkit-box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
}
.title-page .popover-wrap-3 .popover-body .s3_button_large {
  padding: 8px 20px;
  border: none;
  background: repeating-linear-gradient(to top left, rgba(252, 216, 15, 0.32) 0%, rgba(255, 255, 255, 0) 100%) #179aff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 transparent, 0px 15px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0 transparent, 0px 15px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 transparent, 0px 15px 20px rgba(0, 0, 0, 0.1);
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 50px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 20px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-3 .popover-body .s3_button_large:hover, .title-page .popover-wrap-3 .popover-body .s3_button_large.hover, .title-page .popover-wrap-3 .popover-body .s3_button_large.active {
  background: none #179aff;
  -webkit-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  box-shadow: 0 0 0 transparent, 0 0 0 transparent;
}
.title-page .popover-wrap-3 .popover-body .s3_button_large:active, .title-page .popover-wrap-3 .popover-body .s3_button_large.active {
  background: none transparent;
  -webkit-box-shadow: inset 0px 0px 0px 2px #179aff, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px #179aff, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px #179aff, 0 0 0 transparent;
}
.title-page .popover-wrap-3 .popover-body .s3_message {
  padding: 12px;
  border: none;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: rgba(36, 32, 43, 0.93);
  color: rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-3 .popover-close {
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box;
  width: 50px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgd2lkdGg9IjQ4IiBpZD0ic3ZnLTEiPjxwYXRoIGQ9Ik0zOCAxMi44MyAzNS4xNyAxMCAyNCAyMS4xN2wtMTEuMTctMTEuMTctMi44MyAyLjgzTDIxLjE3IDI0bC0xMS4xNyAxMS4xNyAyLjgzIDIuODNMMjQgMjYuODMgMzUuMTcgMzggMzggMzUuMTcgMjYuODMgMjR6IiBpZD0icGF0aC0yIiBmaWxsLW9wYWNpdHk9IjAuMyIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iIzAwMDAwMCI+PC9wYXRoPjxwYXRoIGQ9Ik0wIDBoNDh2NDhIMHoiIGZpbGw9Im5vbmUiIGlkPSJwYXRoLTMiPjwvcGF0aD48L3N2Zz4=") left 50% top 50% / 29px no-repeat rgba(0, 0, 0, 0.03);
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 50px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  left: auto;
  margin-right: 0;
  bottom: auto;
  margin-top: 0;
}
.title-page .popover-wrap-3 .popover-close:hover, .title-page .popover-wrap-3 .popover-close.hover, .title-page .popover-wrap-3 .popover-close.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgd2lkdGg9IjQ4IiBpZD0ic3ZnLTEiPjxwYXRoIGQ9Ik0zOCAxMi44MyAzNS4xNyAxMCAyNCAyMS4xN2wtMTEuMTctMTEuMTctMi44MyAyLjgzTDIxLjE3IDI0bC0xMS4xNyAxMS4xNyAyLjgzIDIuODNMMjQgMjYuODMgMzUuMTcgMzggMzggMzUuMTcgMjYuODMgMjR6IiBpZD0icGF0aC0yIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiIGZpbGw9IiMxNzlhZmYiPjwvcGF0aD48cGF0aCBkPSJNMCAwaDQ4djQ4SDB6IiBmaWxsPSJub25lIiBpZD0icGF0aC0zIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 29px no-repeat rgba(0, 0, 0, 0.03);
}
.title-page .popover-wrap-3 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("https://aviaperevozki.su/t/v22/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-3 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("https://aviaperevozki.su/t/v22/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-3 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("https://aviaperevozki.su/t/v22/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-3 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("https://aviaperevozki.su/t/v22/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .slider-3 .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-3 .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-3 .text_wrapper .bx-viewport {
  position: relative !important;
}
.title-page .slider-3 .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-3 .slider-item {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-size: inherit;
  background-position: inherit;
  background-repeat: no-repeat;
}
.title-page .slider-3 .text-slider {
  box-sizing: border-box;
  position: absolute;
  top: auto;
  left: 50%;
  z-index: 6;
  text-align: left;
  bottom: 0;
  margin-top: -103px;
  right: auto;
  margin-left: -650px;
  width: 1300px;
  max-width: 100%;
  padding-left: 50px;
  margin-bottom: 250px;
}
.title-page .slider-3 .text-slider-wp {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  display: inline-block;
  max-width: 100%;
}
.title-page .slider-3 .block-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;
}
.title-page .slider-3 .block-more {
  box-sizing: border-box;
}
.title-page .slider-3 .block-more > a {
  padding: 8px 20px;
  border: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: center;
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-weight: bold;
  -webkit-box-shadow: 0 0 0 transparent, 0px 15px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0 transparent, 0px 15px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 transparent, 0px 15px 20px rgba(0, 0, 0, 0.1);
  background: repeating-linear-gradient(to top left, rgba(252, 216, 15, 0.32) 0%, rgba(255, 255, 255, 0) 100%) #179aff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  min-height: 50px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .slider-3 .block-more > a:hover, .title-page .slider-3 .block-more > a.hover, .title-page .slider-3 .block-more > a.active {
  -webkit-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  background: none #179aff;
}
.title-page .slider-3 .block-more > a:active, .title-page .slider-3 .block-more > a.active {
  -webkit-box-shadow: inset 0px 0px 0px 2px #179aff, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px #179aff, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px #179aff, 0 0 0 transparent;
  background: none transparent;
}
.title-page .slider-3 .block-title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  color: #fff;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 40px;
  font-weight: normal;
  margin-bottom: 30px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  width: 700px;
}
.title-page .slider-3 .slider-item > a {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 5;
}
.title-page .slider-3 .slider-controls {
  margin: 0 650px 130px -650px;
  box-sizing: border-box;
  visibility: hidden;
  position: absolute;
  top: auto;
  left: 50%;
  right: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  bottom: 0;
  width: 1300px;
  max-width: 100%;
  padding-left: 0;
  padding-right: 50px;
}
.title-page .slider-3 .slider-prev {
  border: none;
  box-sizing: border-box;
  position: relative;
  z-index: 100;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA5NiA5NiIgaGVpZ2h0PSI5NnB4IiBpZD0iYXJyb3dfbGVmdCIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgOTYgOTYiIHdpZHRoPSI5NnB4IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBkPSJNODQsNDRIMjEuNjU2bDIxLjQ1Ni0yMS40NTZjMS41NjItMS41NjIsMS41NjItNC4wOTUsMC4wMDEtNS42NTdjLTEuNTYyLTEuNTYyLTQuMDk2LTEuNTYyLTUuNjU4LDBMOS4xNzIsNDUuMTcxbDAsMCAgYy0wLjE4NiwwLjE4Ni0wLjM1MiwwLjM5MS0wLjQ5OCwwLjYxYy0wLjA2NywwLjEwMS0wLjExNCwwLjIxLTAuMTcxLDAuMzE1Yy0wLjA2NywwLjEyNC0wLjE0MiwwLjI0Mi0wLjE5NiwwLjM3MyAgYy0wLjA1NiwwLjEzNS0wLjA4OCwwLjI3Ni0wLjEyOSwwLjQxNmMtMC4wMzIsMC4xMTEtMC4wNzUsMC4yMTctMC4wOTgsMC4zMzFDOC4wMjgsNDcuNDc1LDgsNDcuNzM3LDgsNDhsMCwwICBjMCwwLjAwMywwLjAwMSwwLjAwNSwwLjAwMSwwLjAwOGMwLDAuMjU5LDAuMDI3LDAuNTE5LDAuMDc4LDAuNzc0YzAuMDI0LDAuMTIxLDAuMDY5LDAuMjMyLDAuMTA0LDAuMzQ5ICBjMC4wMzksMC4xMzMsMC4wNywwLjI2OCwwLjEyMywwLjM5N2MwLjA1OCwwLjEzOSwwLjEzNiwwLjI2NSwwLjIwOCwwLjM5NmMwLjA1NCwwLjA5OCwwLjA5NiwwLjE5OCwwLjE1OSwwLjI5MiAgYzAuMTQ3LDAuMjIxLDAuMzE0LDAuNDI3LDAuNTAxLDAuNjE0bDI4LjI4MiwyOC4yODFjMS41NjIsMS41NjIsNC4wOTUsMS41NjIsNS42NTcsMC4wMDFjMS41NjItMS41NjIsMS41NjItNC4wOTYsMC01LjY1OCAgTDIxLjY1Nyw1Mkg4NGMyLjIwOSwwLDQtMS43OTEsNC00Uzg2LjIwOSw0NCw4NCw0NHoiIGlkPSJwYXRoLTIiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iIzE3OWFmZiI+PC9wYXRoPjwvc3ZnPg==") left 50% top 50% / 19px no-repeat #fff;
  min-height: 50px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-left: auto;
  margin-right: 0;
}
.title-page .slider-3 .slider-prev:hover, .title-page .slider-3 .slider-prev.hover, .title-page .slider-3 .slider-prev.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA5NiA5NiIgaGVpZ2h0PSI5NnB4IiBpZD0iYXJyb3dfbGVmdCIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgOTYgOTYiIHdpZHRoPSI5NnB4IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBkPSJNODQsNDRIMjEuNjU2bDIxLjQ1Ni0yMS40NTZjMS41NjItMS41NjIsMS41NjItNC4wOTUsMC4wMDEtNS42NTdjLTEuNTYyLTEuNTYyLTQuMDk2LTEuNTYyLTUuNjU4LDBMOS4xNzIsNDUuMTcxbDAsMCAgYy0wLjE4NiwwLjE4Ni0wLjM1MiwwLjM5MS0wLjQ5OCwwLjYxYy0wLjA2NywwLjEwMS0wLjExNCwwLjIxLTAuMTcxLDAuMzE1Yy0wLjA2NywwLjEyNC0wLjE0MiwwLjI0Mi0wLjE5NiwwLjM3MyAgYy0wLjA1NiwwLjEzNS0wLjA4OCwwLjI3Ni0wLjEyOSwwLjQxNmMtMC4wMzIsMC4xMTEtMC4wNzUsMC4yMTctMC4wOTgsMC4zMzFDOC4wMjgsNDcuNDc1LDgsNDcuNzM3LDgsNDhsMCwwICBjMCwwLjAwMywwLjAwMSwwLjAwNSwwLjAwMSwwLjAwOGMwLDAuMjU5LDAuMDI3LDAuNTE5LDAuMDc4LDAuNzc0YzAuMDI0LDAuMTIxLDAuMDY5LDAuMjMyLDAuMTA0LDAuMzQ5ICBjMC4wMzksMC4xMzMsMC4wNywwLjI2OCwwLjEyMywwLjM5N2MwLjA1OCwwLjEzOSwwLjEzNiwwLjI2NSwwLjIwOCwwLjM5NmMwLjA1NCwwLjA5OCwwLjA5NiwwLjE5OCwwLjE1OSwwLjI5MiAgYzAuMTQ3LDAuMjIxLDAuMzE0LDAuNDI3LDAuNTAxLDAuNjE0bDI4LjI4MiwyOC4yODFjMS41NjIsMS41NjIsNC4wOTUsMS41NjIsNS42NTcsMC4wMDFjMS41NjItMS41NjIsMS41NjItNC4wOTYsMC01LjY1OCAgTDIxLjY1Nyw1Mkg4NGMyLjIwOSwwLDQtMS43OTEsNC00Uzg2LjIwOSw0NCw4NCw0NHoiIGlkPSJwYXRoLTIiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iI2ZjZDgwZiI+PC9wYXRoPjwvc3ZnPg==") left 50% top 50% / 19px no-repeat #fff;
}
.title-page .slider-3 .slider-next {
  border: none;
  box-sizing: border-box;
  position: relative;
  z-index: 100;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA5NiA5NiIgaGVpZ2h0PSI5NnB4IiBpZD0iYXJyb3dfcmlnaHQiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDk2IDk2IiB3aWR0aD0iOTZweCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTEyLDUyaDYyLjM0NEw1Mi44ODgsNzMuNDU2Yy0xLjU2MiwxLjU2Mi0xLjU2Miw0LjA5NS0wLjAwMSw1LjY1NmMxLjU2MiwxLjU2Miw0LjA5NiwxLjU2Miw1LjY1OCwwbDI4LjI4My0yOC4yODRsMCwwICBjMC4xODYtMC4xODYsMC4zNTItMC4zOTEsMC40OTgtMC42MDljMC4wNjctMC4xMDEsMC4xMTQtMC4yMSwwLjE3Mi0wLjMxNWMwLjA2Ni0wLjEyNCwwLjE0Mi0wLjI0MiwwLjE5NS0wLjM3MyAgYzAuMDU3LTAuMTM1LDAuMDg5LTAuMjc1LDAuMTI5LTAuNDE1YzAuMDMzLTAuMTExLDAuMDc2LTAuMjE3LDAuMDk5LTAuMzMxQzg3Ljk3Myw0OC41MjUsODgsNDguMjYzLDg4LDQ4bDAsMCAgYzAtMC4wMDMtMC4wMDEtMC4wMDYtMC4wMDEtMC4wMDljLTAuMDAxLTAuMjU5LTAuMDI3LTAuNTE5LTAuMDc4LTAuNzc0Yy0wLjAyNC0wLjEyLTAuMDY5LTAuMjMxLTAuMTA0LTAuMzQ5ICBjLTAuMDM5LTAuMTMzLTAuMDY5LTAuMjY4LTAuMTIzLTAuMzk3Yy0wLjA1OC0wLjEzOS0wLjEzNi0wLjI2NS0wLjIwOC0wLjM5NmMtMC4wNTQtMC4wOTgtMC4wOTctMC4xOTgtMC4xNTktMC4yOTIgIGMtMC4xNDYtMC4yMjEtMC4zMTQtMC40MjctMC41MDEtMC42MTRMNTguNTQ0LDE2Ljg4OGMtMS41NjItMS41NjItNC4wOTUtMS41NjItNS42NTctMC4wMDFjLTEuNTYyLDEuNTYyLTEuNTYyLDQuMDk1LDAsNS42NTggIEw3NC4zNDMsNDRMMTIsNDRjLTIuMjA5LDAtNCwxLjc5MS00LDRDOCw1MC4yMDksOS43OTEsNTIsMTIsNTJ6IiBpZD0icGF0aC0yIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiIGZpbGw9IiNmZmZmZmYiPjwvcGF0aD48L3N2Zz4=") left 50% top 50% / 19px no-repeat #179aff;
  min-height: 50px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
}
.title-page .slider-3 .slider-next:hover, .title-page .slider-3 .slider-next.hover, .title-page .slider-3 .slider-next.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA5NiA5NiIgaGVpZ2h0PSI5NnB4IiBpZD0iYXJyb3dfcmlnaHQiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDk2IDk2IiB3aWR0aD0iOTZweCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTEyLDUyaDYyLjM0NEw1Mi44ODgsNzMuNDU2Yy0xLjU2MiwxLjU2Mi0xLjU2Miw0LjA5NS0wLjAwMSw1LjY1NmMxLjU2MiwxLjU2Miw0LjA5NiwxLjU2Miw1LjY1OCwwbDI4LjI4My0yOC4yODRsMCwwICBjMC4xODYtMC4xODYsMC4zNTItMC4zOTEsMC40OTgtMC42MDljMC4wNjctMC4xMDEsMC4xMTQtMC4yMSwwLjE3Mi0wLjMxNWMwLjA2Ni0wLjEyNCwwLjE0Mi0wLjI0MiwwLjE5NS0wLjM3MyAgYzAuMDU3LTAuMTM1LDAuMDg5LTAuMjc1LDAuMTI5LTAuNDE1YzAuMDMzLTAuMTExLDAuMDc2LTAuMjE3LDAuMDk5LTAuMzMxQzg3Ljk3Myw0OC41MjUsODgsNDguMjYzLDg4LDQ4bDAsMCAgYzAtMC4wMDMtMC4wMDEtMC4wMDYtMC4wMDEtMC4wMDljLTAuMDAxLTAuMjU5LTAuMDI3LTAuNTE5LTAuMDc4LTAuNzc0Yy0wLjAyNC0wLjEyLTAuMDY5LTAuMjMxLTAuMTA0LTAuMzQ5ICBjLTAuMDM5LTAuMTMzLTAuMDY5LTAuMjY4LTAuMTIzLTAuMzk3Yy0wLjA1OC0wLjEzOS0wLjEzNi0wLjI2NS0wLjIwOC0wLjM5NmMtMC4wNTQtMC4wOTgtMC4wOTctMC4xOTgtMC4xNTktMC4yOTIgIGMtMC4xNDYtMC4yMjEtMC4zMTQtMC40MjctMC41MDEtMC42MTRMNTguNTQ0LDE2Ljg4OGMtMS41NjItMS41NjItNC4wOTUtMS41NjItNS42NTctMC4wMDFjLTEuNTYyLDEuNTYyLTEuNTYyLDQuMDk1LDAsNS42NTggIEw3NC4zNDMsNDRMMTIsNDRjLTIuMjA5LDAtNCwxLjc5MS00LDRDOCw1MC4yMDksOS43OTEsNTIsMTIsNTJ6IiBpZD0icGF0aC0yIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiIGZpbGw9IiNmY2Q4MGYiPjwvcGF0aD48L3N2Zz4=") left 50% top 50% / 19px no-repeat #179aff;
}
.title-page .slider-3 .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-3 .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-3 .slider-pager-wrap {
  margin: 0 0 130px;
  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;
  width: auto;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  top: auto;
}
.title-page .slider-3 .bx-auto_controls {
  margin: auto 0 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.title-page .slider-3 .slider-pager {
  box-sizing: border-box;
  text-align: left;
  padding-right: 0;
  width: 1300px;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
  margin-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.title-page .slider-3 .slider-pager > a {
  padding: 18px 0 1px;
  margin: 0 0 0 auto;
  border: none;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 50px;
  min-height: 50px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-size: 15px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}
.title-page .slider-3 .slider-pager > a:hover, .title-page .slider-3 .slider-pager > a.hover, .title-page .slider-3 .slider-pager > a.active {
  color: #fff;
}
.title-page .slider-3 .slider-pager > a:active, .title-page .slider-3 .slider-pager > a.active {
  color: #fcd80f;
}
.title-page .slider-3 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .slider-3 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .slider-3 .bx-controls-auto-item {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .slider-3 .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-3 .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-3 .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-3 .text-slider p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .slider-3 .text-slider p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .slider-3 .text_wrapper {
  box-sizing: border-box;
  width: 150px;
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100px;
  z-index: 100;
}
.title-page .slider-3 .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-3 .text_wrapper .text_slider {
  box-sizing: border-box;
  position: static;
  text-align: inherit;
}
.title-page .slider-3 .text_wrapper .text_slider p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .slider-3 .text_wrapper .text_slider p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .slider-3 .block-title a {
  box-sizing: border-box;
  color: inherit;
  text-decoration: none;
}
.title-page .popover-container-3 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-3 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-3 .popover-form-title {
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 30px;
  box-sizing: border-box;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #555;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
}
.title-page .popover-wrap-3 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-3 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 15px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-3 .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-3 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-3 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-3 .popover-body .s3_form_item.form_div {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-3 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}
.title-page .popover-wrap-3 .popover-body .s3_form_item.form_html_block {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-3 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-3 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-3 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-3 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-3 .popover-body .s3_form_item.form_checkbox {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-3 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-3 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-3 .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-3 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-3 .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-3 .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-3 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-3 .popover-body .s3_form_item.form_radio {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-3 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-3 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-3 .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-3 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-3 .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-3 .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-3 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-3 .popover-body .s3_form_item.form_select {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-3 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-3 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-3 .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-3 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-3 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-3 .popover-body .s3_form_item.form_calendar {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-3 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-3 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-3 .popover-body .s3_form_item.form_calendar_interval {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-3 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-3 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-3 .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-3 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-3 .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-3 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.title-page .popover-wrap-3 .popover-body .s3_form_item.form_upload {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-3 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-3 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-3 .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-3 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-3 .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-3 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-3 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-3 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-11 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), linear-gradient(to bottom, rgba(255, 255, 255, 0.73) 0%, rgba(255, 255, 255, 0) 50.5%), url("../images/map.jpg") left 50% top calc(50% + 50px) / auto auto no-repeat;
  max-width: 100%;
  z-index: 9;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  padding-top: 100px;
  padding-bottom: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-decoration: none;
}
.title-page .block-12 .layout_26 {
  -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-12 .layout_25_id_27 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  left: 0;
  top: 0;
  position: relative;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: auto;
}
.title-page .block-12 {
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1300px;
  min-height: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MCIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgNTAgNSIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIDxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9ImxpbmUuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik0zMDUsODQwdi01aDUwdjVIMzA1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMwNSAtODM1KSIgZmlsbD0iI2ZjZDgwZiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIi8+Cjwvc3ZnPg==") left -30px top 18px / auto auto no-repeat;
  z-index: 1;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  padding-right: 50px;
  padding-left: 50px;
  max-width: 100%;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
}
.title-page .widget-16 {
  padding: 8px 20px;
  margin: 50px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 4;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: 260px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  min-height: 50px;
  background: repeating-linear-gradient(to top left, rgba(252, 216, 15, 0.32) 0%, rgba(255, 255, 255, 0) 100%) #179aff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-shadow: 0 0 0 transparent, 0px 15px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0 transparent, 0px 15px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 transparent, 0px 15px 20px rgba(0, 0, 0, 0.1);
  font-weight: bold;
}
.title-page .widget-16:hover, .title-page .widget-16.hover, .title-page .widget-16.active {
  background: none #179aff;
  -webkit-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  box-shadow: 0 0 0 transparent, 0 0 0 transparent;
}
.title-page .widget-16:active, .title-page .widget-16.active {
  background: none transparent;
  -webkit-box-shadow: inset 0px 0px 0px 2px #179aff, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px #179aff, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px #179aff, 0 0 0 transparent;
}
.title-page .popover-wrap-28 .popover-body {
  padding: 40px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  position: relative;
  display: inline-block;
  width: 300px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-28 .popover-body .form_text input {
  padding: 2px 30px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
  min-height: 50px;
  -webkit-box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  background: rgba(0, 0, 0, 0.03);
}
.title-page .popover-wrap-28 .popover-body .form_text input:hover, .title-page .popover-wrap-28 .popover-body .form_text input.hover, .title-page .popover-wrap-28 .popover-body .form_text input.active {
  -webkit-box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
}
.title-page .popover-wrap-28 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-28 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-28 .popover-body textarea {
  padding: 10px 30px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  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: 15px;
  font-weight: normal;
  -webkit-box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  background: rgba(0, 0, 0, 0.03);
}
.title-page .popover-wrap-28 .popover-body textarea:hover, .title-page .popover-wrap-28 .popover-body textarea.hover, .title-page .popover-wrap-28 .popover-body textarea.active {
  -webkit-box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
}
.title-page .popover-wrap-28 .popover-body .s3_button_large {
  padding: 8px 20px;
  border: none;
  background: repeating-linear-gradient(to top left, rgba(252, 216, 15, 0.32) 0%, rgba(255, 255, 255, 0) 100%) #179aff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 transparent, 0px 15px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0 transparent, 0px 15px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 transparent, 0px 15px 20px rgba(0, 0, 0, 0.1);
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 50px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 20px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-28 .popover-body .s3_button_large:hover, .title-page .popover-wrap-28 .popover-body .s3_button_large.hover, .title-page .popover-wrap-28 .popover-body .s3_button_large.active {
  background: none #179aff;
  -webkit-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  box-shadow: 0 0 0 transparent, 0 0 0 transparent;
}
.title-page .popover-wrap-28 .popover-body .s3_button_large:active, .title-page .popover-wrap-28 .popover-body .s3_button_large.active {
  background: none transparent;
  -webkit-box-shadow: inset 0px 0px 0px 2px #179aff, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px #179aff, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px #179aff, 0 0 0 transparent;
}
.title-page .popover-wrap-28 .popover-body .s3_message {
  padding: 12px;
  border: none;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: rgba(36, 32, 43, 0.93);
  color: rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-28 .popover-close {
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box;
  width: 50px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgd2lkdGg9IjQ4IiBpZD0ic3ZnLTEiPjxwYXRoIGQ9Ik0zOCAxMi44MyAzNS4xNyAxMCAyNCAyMS4xN2wtMTEuMTctMTEuMTctMi44MyAyLjgzTDIxLjE3IDI0bC0xMS4xNyAxMS4xNyAyLjgzIDIuODNMMjQgMjYuODMgMzUuMTcgMzggMzggMzUuMTcgMjYuODMgMjR6IiBpZD0icGF0aC0yIiBmaWxsLW9wYWNpdHk9IjAuMyIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iIzAwMDAwMCI+PC9wYXRoPjxwYXRoIGQ9Ik0wIDBoNDh2NDhIMHoiIGZpbGw9Im5vbmUiIGlkPSJwYXRoLTMiPjwvcGF0aD48L3N2Zz4=") left 50% top 50% / 29px no-repeat rgba(0, 0, 0, 0.03);
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 50px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  left: auto;
  margin-right: 0;
  bottom: auto;
  margin-top: 0;
}
.title-page .popover-wrap-28 .popover-close:hover, .title-page .popover-wrap-28 .popover-close.hover, .title-page .popover-wrap-28 .popover-close.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgd2lkdGg9IjQ4IiBpZD0ic3ZnLTEiPjxwYXRoIGQ9Ik0zOCAxMi44MyAzNS4xNyAxMCAyNCAyMS4xN2wtMTEuMTctMTEuMTctMi44MyAyLjgzTDIxLjE3IDI0bC0xMS4xNyAxMS4xNyAyLjgzIDIuODNMMjQgMjYuODMgMzUuMTcgMzggMzggMzUuMTcgMjYuODMgMjR6IiBpZD0icGF0aC0yIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiIGZpbGw9IiMxNzlhZmYiPjwvcGF0aD48cGF0aCBkPSJNMCAwaDQ4djQ4SDB6IiBmaWxsPSJub25lIiBpZD0icGF0aC0zIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 29px no-repeat rgba(0, 0, 0, 0.03);
}
.title-page .popover-wrap-28 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("https://aviaperevozki.su/t/v22/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-28 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("https://aviaperevozki.su/t/v22/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-28 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("https://aviaperevozki.su/t/v22/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-28 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("https://aviaperevozki.su/t/v22/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .button-28 > * {
  box-sizing: border-box;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}
.title-page .popover-container-28 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-28 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-28 .popover-form-title {
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 30px;
  box-sizing: border-box;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #555;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
}
.title-page .popover-wrap-28 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-28 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 15px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-28 .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-28 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-28 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-28 .popover-body .s3_form_item.form_div {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-28 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}
.title-page .popover-wrap-28 .popover-body .s3_form_item.form_html_block {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-28 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-28 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-28 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-28 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-28 .popover-body .s3_form_item.form_checkbox {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-28 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-28 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-28 .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-28 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-28 .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-28 .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-28 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-28 .popover-body .s3_form_item.form_radio {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-28 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-28 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-28 .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-28 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-28 .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-28 .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-28 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-28 .popover-body .s3_form_item.form_select {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-28 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-28 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-28 .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-28 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-28 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-28 .popover-body .s3_form_item.form_calendar {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-28 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-28 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-28 .popover-body .s3_form_item.form_calendar_interval {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-28 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-28 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-28 .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-28 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-28 .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-28 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.title-page .popover-wrap-28 .popover-body .s3_form_item.form_upload {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-28 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-28 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-28 .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-28 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-28 .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-28 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-28 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-28 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .widget-15 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: center;
  box-sizing: border-box;
  min-height: 0;
  width: 380px;
  padding-right: 70px;
  right: auto;
}
.title-page .popover-wrap-27 .popover-body {
  padding: 40px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  position: relative;
  display: inline-block;
  width: 300px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-27 .popover-body .form_text input {
  padding: 2px 30px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
  min-height: 50px;
  -webkit-box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  background: rgba(0, 0, 0, 0.03);
}
.title-page .popover-wrap-27 .popover-body .form_text input:hover, .title-page .popover-wrap-27 .popover-body .form_text input.hover, .title-page .popover-wrap-27 .popover-body .form_text input.active {
  -webkit-box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
}
.title-page .popover-wrap-27 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-27 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-27 .popover-body textarea {
  padding: 10px 30px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  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: 15px;
  font-weight: normal;
  -webkit-box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  background: rgba(0, 0, 0, 0.03);
}
.title-page .popover-wrap-27 .popover-body textarea:hover, .title-page .popover-wrap-27 .popover-body textarea.hover, .title-page .popover-wrap-27 .popover-body textarea.active {
  -webkit-box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
}
.title-page .popover-wrap-27 .popover-body .s3_button_large {
  padding: 8px 20px;
  border: none;
  background: repeating-linear-gradient(to top left, rgba(252, 216, 15, 0.32) 0%, rgba(255, 255, 255, 0) 100%) #179aff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 transparent, 0px 15px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0 transparent, 0px 15px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 transparent, 0px 15px 20px rgba(0, 0, 0, 0.1);
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 50px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 20px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-27 .popover-body .s3_button_large:hover, .title-page .popover-wrap-27 .popover-body .s3_button_large.hover, .title-page .popover-wrap-27 .popover-body .s3_button_large.active {
  background: none #179aff;
  -webkit-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  box-shadow: 0 0 0 transparent, 0 0 0 transparent;
}
.title-page .popover-wrap-27 .popover-body .s3_button_large:active, .title-page .popover-wrap-27 .popover-body .s3_button_large.active {
  background: none transparent;
  -webkit-box-shadow: inset 0px 0px 0px 2px #179aff, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px #179aff, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px #179aff, 0 0 0 transparent;
}
.title-page .popover-wrap-27 .popover-body .s3_message {
  padding: 12px;
  border: none;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: rgba(36, 32, 43, 0.93);
  color: rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-27 .popover-close {
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box;
  width: 50px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgd2lkdGg9IjQ4IiBpZD0ic3ZnLTEiPjxwYXRoIGQ9Ik0zOCAxMi44MyAzNS4xNyAxMCAyNCAyMS4xN2wtMTEuMTctMTEuMTctMi44MyAyLjgzTDIxLjE3IDI0bC0xMS4xNyAxMS4xNyAyLjgzIDIuODNMMjQgMjYuODMgMzUuMTcgMzggMzggMzUuMTcgMjYuODMgMjR6IiBpZD0icGF0aC0yIiBmaWxsLW9wYWNpdHk9IjAuMyIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iIzAwMDAwMCI+PC9wYXRoPjxwYXRoIGQ9Ik0wIDBoNDh2NDhIMHoiIGZpbGw9Im5vbmUiIGlkPSJwYXRoLTMiPjwvcGF0aD48L3N2Zz4=") left 50% top 50% / 29px no-repeat rgba(0, 0, 0, 0.03);
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 50px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  left: auto;
  margin-right: 0;
  bottom: auto;
  margin-top: 0;
}
.title-page .popover-wrap-27 .popover-close:hover, .title-page .popover-wrap-27 .popover-close.hover, .title-page .popover-wrap-27 .popover-close.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgd2lkdGg9IjQ4IiBpZD0ic3ZnLTEiPjxwYXRoIGQ9Ik0zOCAxMi44MyAzNS4xNyAxMCAyNCAyMS4xN2wtMTEuMTctMTEuMTctMi44MyAyLjgzTDIxLjE3IDI0bC0xMS4xNyAxMS4xNyAyLjgzIDIuODNMMjQgMjYuODMgMzUuMTcgMzggMzggMzUuMTcgMjYuODMgMjR6IiBpZD0icGF0aC0yIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiIGZpbGw9IiMxNzlhZmYiPjwvcGF0aD48cGF0aCBkPSJNMCAwaDQ4djQ4SDB6IiBmaWxsPSJub25lIiBpZD0icGF0aC0zIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 29px no-repeat rgba(0, 0, 0, 0.03);
}
.title-page .popover-wrap-27 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("https://aviaperevozki.su/t/v22/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-27 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("https://aviaperevozki.su/t/v22/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-27 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("https://aviaperevozki.su/t/v22/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-27 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("https://aviaperevozki.su/t/v22/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .editable_block-27 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-27 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-27 .header {
  box-sizing: border-box;
  font-size: 40px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #555;
  line-height: 1.1;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 300;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .editable_block-27 .body {
  box-sizing: border-box;
  display: block;
  position: relative;
  min-width: 0;
  min-height: 0;
}
.title-page .editable_block-27 .title {
  box-sizing: border-box;
  font-size: 18px;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  pointer-events: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #179aff;
  line-height: 1.4;
  text-decoration: none;
  font-weight: normal;
  margin-top: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .editable_block-27 .image {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-27 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  text-align: left;
}
.title-page .editable_block-27 .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-27 .img-convert {
  box-sizing: border-box;
  width: 180px;
  height: 100px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}
.title-page .editable_block-27 .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-27 .text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  pointer-events: auto;
  color: #777;
  line-height: 1.8;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 16px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .editable_block-27 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-27 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-27 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-27 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-27 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-27 .more {
  box-sizing: border-box;
  margin-top: 5px;
  pointer-events: auto;
}
.title-page .editable_block-27 .more > a {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  height: 0;
  min-height: 14px;
}
.title-page .editable_block-27 .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-27 .clear {
  clear: both;
}
.title-page .popover-container-27 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-27 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-27 .popover-form-title {
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 30px;
  box-sizing: border-box;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #555;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
}
.title-page .popover-wrap-27 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-27 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 15px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-27 .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-27 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-27 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-27 .popover-body .s3_form_item.form_div {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}
.title-page .popover-wrap-27 .popover-body .s3_form_item.form_html_block {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-27 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-27 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-27 .popover-body .s3_form_item.form_checkbox {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .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-27 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-27 .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-27 .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-27 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-27 .popover-body .s3_form_item.form_radio {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .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-27 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-27 .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-27 .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-27 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-27 .popover-body .s3_form_item.form_select {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .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-27 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-27 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .s3_form_item.form_calendar {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .s3_form_item.form_calendar_interval {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .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-27 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-27 .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-27 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.title-page .popover-wrap-27 .popover-body .s3_form_item.form_upload {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-27 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .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-27 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-27 .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-27 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-27 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-27 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .widget-14 {
  margin: 0 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: right;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  padding-bottom: 0.02px;
  padding-left: 0;
  padding-top: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-26 .popover-body {
  padding: 40px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  position: relative;
  display: inline-block;
  width: 300px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-26 .popover-body .form_text input {
  padding: 2px 30px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
  min-height: 50px;
  -webkit-box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  background: rgba(0, 0, 0, 0.03);
}
.title-page .popover-wrap-26 .popover-body .form_text input:hover, .title-page .popover-wrap-26 .popover-body .form_text input.hover, .title-page .popover-wrap-26 .popover-body .form_text input.active {
  -webkit-box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
}
.title-page .popover-wrap-26 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-26 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-26 .popover-body textarea {
  padding: 10px 30px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  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: 15px;
  font-weight: normal;
  -webkit-box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  background: rgba(0, 0, 0, 0.03);
}
.title-page .popover-wrap-26 .popover-body textarea:hover, .title-page .popover-wrap-26 .popover-body textarea.hover, .title-page .popover-wrap-26 .popover-body textarea.active {
  -webkit-box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
}
.title-page .popover-wrap-26 .popover-body .s3_button_large {
  padding: 8px 20px;
  border: none;
  background: repeating-linear-gradient(to top left, rgba(252, 216, 15, 0.32) 0%, rgba(255, 255, 255, 0) 100%) #179aff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 transparent, 0px 15px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0 transparent, 0px 15px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 transparent, 0px 15px 20px rgba(0, 0, 0, 0.1);
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 50px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 20px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-26 .popover-body .s3_button_large:hover, .title-page .popover-wrap-26 .popover-body .s3_button_large.hover, .title-page .popover-wrap-26 .popover-body .s3_button_large.active {
  background: none #179aff;
  -webkit-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  box-shadow: 0 0 0 transparent, 0 0 0 transparent;
}
.title-page .popover-wrap-26 .popover-body .s3_button_large:active, .title-page .popover-wrap-26 .popover-body .s3_button_large.active {
  background: none transparent;
  -webkit-box-shadow: inset 0px 0px 0px 2px #179aff, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px #179aff, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px #179aff, 0 0 0 transparent;
}
.title-page .popover-wrap-26 .popover-body .s3_message {
  padding: 12px;
  border: none;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: rgba(36, 32, 43, 0.93);
  color: rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-26 .popover-close {
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box;
  width: 50px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgd2lkdGg9IjQ4IiBpZD0ic3ZnLTEiPjxwYXRoIGQ9Ik0zOCAxMi44MyAzNS4xNyAxMCAyNCAyMS4xN2wtMTEuMTctMTEuMTctMi44MyAyLjgzTDIxLjE3IDI0bC0xMS4xNyAxMS4xNyAyLjgzIDIuODNMMjQgMjYuODMgMzUuMTcgMzggMzggMzUuMTcgMjYuODMgMjR6IiBpZD0icGF0aC0yIiBmaWxsLW9wYWNpdHk9IjAuMyIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iIzAwMDAwMCI+PC9wYXRoPjxwYXRoIGQ9Ik0wIDBoNDh2NDhIMHoiIGZpbGw9Im5vbmUiIGlkPSJwYXRoLTMiPjwvcGF0aD48L3N2Zz4=") left 50% top 50% / 29px no-repeat rgba(0, 0, 0, 0.03);
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 50px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  left: auto;
  margin-right: 0;
  bottom: auto;
  margin-top: 0;
}
.title-page .popover-wrap-26 .popover-close:hover, .title-page .popover-wrap-26 .popover-close.hover, .title-page .popover-wrap-26 .popover-close.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgd2lkdGg9IjQ4IiBpZD0ic3ZnLTEiPjxwYXRoIGQ9Ik0zOCAxMi44MyAzNS4xNyAxMCAyNCAyMS4xN2wtMTEuMTctMTEuMTctMi44MyAyLjgzTDIxLjE3IDI0bC0xMS4xNyAxMS4xNyAyLjgzIDIuODNMMjQgMjYuODMgMzUuMTcgMzggMzggMzUuMTcgMjYuODMgMjR6IiBpZD0icGF0aC0yIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiIGZpbGw9IiMxNzlhZmYiPjwvcGF0aD48cGF0aCBkPSJNMCAwaDQ4djQ4SDB6IiBmaWxsPSJub25lIiBpZD0icGF0aC0zIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 29px no-repeat rgba(0, 0, 0, 0.03);
}
.title-page .popover-wrap-26 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("https://aviaperevozki.su/t/v22/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-26 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("https://aviaperevozki.su/t/v22/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-26 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("https://aviaperevozki.su/t/v22/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-26 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("https://aviaperevozki.su/t/v22/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .blocklist-26 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-26 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-26 .header {
  border: none;
  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: 40px;
  text-align: left;
  box-sizing: border-box;
  padding-left: 0;
  padding-bottom: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 0.02px;
}
.title-page .blocklist-26 .header_text {
  border: none;
  font-size: 40px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  -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-26 .header_text:hover, .title-page .blocklist-26 .header_text.hover, .title-page .blocklist-26 .header_text.active {
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-26 .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-26 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-26 .body-outer {
  padding: 0.02px 0;
  border: none;
  box-sizing: border-box;
  position: relative;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-right: 0;
  margin-left: 0;
  width: auto;
  left: 0;
  right: 0;
}
.title-page .blocklist-26 .body {
  margin: 0 -10px;
  box-sizing: border-box;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.title-page .blocklist-26 .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-26 .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-26 .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-26 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 50%;
}
.title-page .blocklist-26 .item {
  padding: 20px;
  margin: 0 10px 20px;
  border: none;
  position: relative;
  width: 400px;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  text-align: center;
  left: 0;
  right: 0;
  flex-basis: 100%;
  align-self: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: #fafafa;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-26 .item:hover, .title-page .blocklist-26 .item.hover, .title-page .blocklist-26 .item.active {
  -webkit-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.05);
  background: #fff;
}
.title-page .blocklist-26 .text {
  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-26 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-26 .image {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0;
  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-26 .item-label {
  padding: 0.02px 0;
  border: none;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: auto;
  z-index: 5;
  color: rgba(255, 255, 255, 0.7);
  text-align: left;
  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;
  text-decoration: none;
  font-size: 14px;
  bottom: 0;
  margin-bottom: 40px;
  margin-left: 40px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-26 .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-26 .img-convert {
  border: none;
  box-sizing: border-box;
  width: auto;
  height: 200px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.title-page .blocklist-26 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-26 .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-26 .title {
  padding: 20px 0 0.02px;
  margin: -5px 0 0;
  border: none;
  font-weight: normal;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  text-decoration: none;
  font-size: 17px;
  width: auto;
  left: 0;
  right: 0;
  min-height: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MCIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgNTAgNSIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIDxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9ImxpbmUuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik0zMDUsODQwdi01aDUwdjVIMzA1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMwNSAtODM1KSIgZmlsbD0iI2ZjZDgwZiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIi8+Cjwvc3ZnPg==") left 0px top 0px / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-26 .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-26 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-26 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-26 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-26 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-26 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-26 .more {
  text-align: left;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-26 .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-26 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-26 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-26 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-26 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-26 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-26 .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-26 .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-26 .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-26 .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-26 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-26 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-26 .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-26 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-26 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-26 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-26 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-26 .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-26 .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-26 .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-26 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-26 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-26 .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-26 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-26 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-26 .popover-form-title {
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 30px;
  box-sizing: border-box;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #555;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
}
.title-page .popover-wrap-26 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-26 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 15px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-26 .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-26 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-26 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-26 .popover-body .s3_form_item.form_div {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-26 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}
.title-page .popover-wrap-26 .popover-body .s3_form_item.form_html_block {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-26 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-26 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-26 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-26 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-26 .popover-body .s3_form_item.form_checkbox {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-26 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-26 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-26 .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-26 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-26 .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-26 .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-26 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-26 .popover-body .s3_form_item.form_radio {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-26 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-26 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-26 .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-26 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-26 .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-26 .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-26 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-26 .popover-body .s3_form_item.form_select {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-26 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-26 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-26 .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-26 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-26 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-26 .popover-body .s3_form_item.form_calendar {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-26 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-26 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-26 .popover-body .s3_form_item.form_calendar_interval {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-26 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-26 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-26 .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-26 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-26 .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-26 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.title-page .popover-wrap-26 .popover-body .s3_form_item.form_upload {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-26 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-26 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-26 .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-26 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-26 .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-26 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-26 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-26 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-13 {
  margin: 100px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: linear-gradient(rgba(12, 97, 163, 0.9), rgba(12, 97, 163, 0.9)), url("../images/54650906.jpg%3F1547281065112") left 50% top 50% / cover no-repeat fixed;
  max-width: 100%;
  z-index: 8;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 130px;
  padding-bottom: 130px;
}
.title-page .block-14 .layout_31 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-14 .layout_33 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-14 .layout_30_id_31 {
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  left: 0;
  top: 0;
  position: relative;
  margin: 0;
}
.title-page .block-14 {
  padding: 0.02px 50px;
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1300px;
  min-height: 0;
  max-width: 100%;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MCIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgNTAgNSIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIDxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9ImxpbmUuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik0zMDUsODQwdi01aDUwdjVIMzA1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMwNSAtODM1KSIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1vcGFjaXR5PSIwLjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left -30px top 20px / auto auto no-repeat;
  z-index: 1;
  text-align: center;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  font-size: 14px;
}
.title-page .text-2 {
  margin: 81px 0 auto 40px;
  position: relative;
  top: 0;
  left: 0;
  width: 341px;
  min-height: 37px;
  z-index: 3;
  color: rgba(255, 255, 255, 0.5);
  text-align: left;
  text-decoration: none;
}
.title-page .widget-17 {
  padding: 8px 20px;
  margin: 70px 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: 260px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  min-height: 50px;
  background: repeating-linear-gradient(to top left, rgba(252, 216, 15, 0.32) 0%, rgba(255, 255, 255, 0) 100%) #179aff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-shadow: 0 0 0 transparent, 0px 15px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0 transparent, 0px 15px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 transparent, 0px 15px 20px rgba(0, 0, 0, 0.1);
  font-weight: bold;
}
.title-page .widget-17:hover, .title-page .widget-17.hover, .title-page .widget-17.active {
  background: none #179aff;
  -webkit-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  box-shadow: 0 0 0 transparent, 0 0 0 transparent;
}
.title-page .widget-17:active, .title-page .widget-17.active {
  background: none transparent;
  -webkit-box-shadow: inset 0px 0px 0px 2px #179aff, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px #179aff, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px #179aff, 0 0 0 transparent;
}
.title-page .popover-wrap-31 .popover-body {
  padding: 40px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  position: relative;
  display: inline-block;
  width: 300px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-31 .popover-body .form_text input {
  padding: 2px 30px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
  min-height: 50px;
  -webkit-box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  background: rgba(0, 0, 0, 0.03);
}
.title-page .popover-wrap-31 .popover-body .form_text input:hover, .title-page .popover-wrap-31 .popover-body .form_text input.hover, .title-page .popover-wrap-31 .popover-body .form_text input.active {
  -webkit-box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
}
.title-page .popover-wrap-31 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-31 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-31 .popover-body textarea {
  padding: 10px 30px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  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: 15px;
  font-weight: normal;
  -webkit-box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  background: rgba(0, 0, 0, 0.03);
}
.title-page .popover-wrap-31 .popover-body textarea:hover, .title-page .popover-wrap-31 .popover-body textarea.hover, .title-page .popover-wrap-31 .popover-body textarea.active {
  -webkit-box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
}
.title-page .popover-wrap-31 .popover-body .s3_button_large {
  padding: 8px 20px;
  border: none;
  background: repeating-linear-gradient(to top left, rgba(252, 216, 15, 0.32) 0%, rgba(255, 255, 255, 0) 100%) #179aff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 transparent, 0px 15px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0 transparent, 0px 15px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 transparent, 0px 15px 20px rgba(0, 0, 0, 0.1);
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 50px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 20px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-31 .popover-body .s3_button_large:hover, .title-page .popover-wrap-31 .popover-body .s3_button_large.hover, .title-page .popover-wrap-31 .popover-body .s3_button_large.active {
  background: none #179aff;
  -webkit-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  box-shadow: 0 0 0 transparent, 0 0 0 transparent;
}
.title-page .popover-wrap-31 .popover-body .s3_button_large:active, .title-page .popover-wrap-31 .popover-body .s3_button_large.active {
  background: none transparent;
  -webkit-box-shadow: inset 0px 0px 0px 2px #179aff, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px #179aff, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px #179aff, 0 0 0 transparent;
}
.title-page .popover-wrap-31 .popover-body .s3_message {
  padding: 12px;
  border: none;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: rgba(36, 32, 43, 0.93);
  color: rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-31 .popover-close {
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box;
  width: 50px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgd2lkdGg9IjQ4IiBpZD0ic3ZnLTEiPjxwYXRoIGQ9Ik0zOCAxMi44MyAzNS4xNyAxMCAyNCAyMS4xN2wtMTEuMTctMTEuMTctMi44MyAyLjgzTDIxLjE3IDI0bC0xMS4xNyAxMS4xNyAyLjgzIDIuODNMMjQgMjYuODMgMzUuMTcgMzggMzggMzUuMTcgMjYuODMgMjR6IiBpZD0icGF0aC0yIiBmaWxsLW9wYWNpdHk9IjAuMyIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iIzAwMDAwMCI+PC9wYXRoPjxwYXRoIGQ9Ik0wIDBoNDh2NDhIMHoiIGZpbGw9Im5vbmUiIGlkPSJwYXRoLTMiPjwvcGF0aD48L3N2Zz4=") left 50% top 50% / 29px no-repeat rgba(0, 0, 0, 0.03);
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 50px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  left: auto;
  margin-right: 0;
  bottom: auto;
  margin-top: 0;
}
.title-page .popover-wrap-31 .popover-close:hover, .title-page .popover-wrap-31 .popover-close.hover, .title-page .popover-wrap-31 .popover-close.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgd2lkdGg9IjQ4IiBpZD0ic3ZnLTEiPjxwYXRoIGQ9Ik0zOCAxMi44MyAzNS4xNyAxMCAyNCAyMS4xN2wtMTEuMTctMTEuMTctMi44MyAyLjgzTDIxLjE3IDI0bC0xMS4xNyAxMS4xNyAyLjgzIDIuODNMMjQgMjYuODMgMzUuMTcgMzggMzggMzUuMTcgMjYuODMgMjR6IiBpZD0icGF0aC0yIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiIGZpbGw9IiMxNzlhZmYiPjwvcGF0aD48cGF0aCBkPSJNMCAwaDQ4djQ4SDB6IiBmaWxsPSJub25lIiBpZD0icGF0aC0zIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 29px no-repeat rgba(0, 0, 0, 0.03);
}
.title-page .popover-wrap-31 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("https://aviaperevozki.su/t/v22/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-31 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("https://aviaperevozki.su/t/v22/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-31 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("https://aviaperevozki.su/t/v22/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-31 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("https://aviaperevozki.su/t/v22/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .button-31 > * {
  box-sizing: border-box;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}
.title-page .popover-container-31 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-31 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-31 .popover-form-title {
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 30px;
  box-sizing: border-box;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #555;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
}
.title-page .popover-wrap-31 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-31 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 15px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-31 .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-31 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-31 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-31 .popover-body .s3_form_item.form_div {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-31 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}
.title-page .popover-wrap-31 .popover-body .s3_form_item.form_html_block {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-31 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-31 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-31 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-31 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-31 .popover-body .s3_form_item.form_checkbox {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-31 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-31 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-31 .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-31 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-31 .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-31 .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-31 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-31 .popover-body .s3_form_item.form_radio {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-31 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-31 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-31 .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-31 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-31 .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-31 .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-31 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-31 .popover-body .s3_form_item.form_select {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-31 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-31 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-31 .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-31 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-31 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-31 .popover-body .s3_form_item.form_calendar {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-31 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-31 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-31 .popover-body .s3_form_item.form_calendar_interval {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-31 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-31 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-31 .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-31 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-31 .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-31 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.title-page .popover-wrap-31 .popover-body .s3_form_item.form_upload {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-31 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-31 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-31 .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-31 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-31 .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-31 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-31 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-31 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .widget-18 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-32 .popover-body {
  padding: 40px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  position: relative;
  display: inline-block;
  width: 300px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-32 .popover-body .form_text input {
  padding: 2px 30px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
  min-height: 50px;
  -webkit-box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  background: rgba(0, 0, 0, 0.03);
}
.title-page .popover-wrap-32 .popover-body .form_text input:hover, .title-page .popover-wrap-32 .popover-body .form_text input.hover, .title-page .popover-wrap-32 .popover-body .form_text input.active {
  -webkit-box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
}
.title-page .popover-wrap-32 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-32 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-32 .popover-body textarea {
  padding: 10px 30px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  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: 15px;
  font-weight: normal;
  -webkit-box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  background: rgba(0, 0, 0, 0.03);
}
.title-page .popover-wrap-32 .popover-body textarea:hover, .title-page .popover-wrap-32 .popover-body textarea.hover, .title-page .popover-wrap-32 .popover-body textarea.active {
  -webkit-box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
}
.title-page .popover-wrap-32 .popover-body .s3_button_large {
  padding: 8px 20px;
  border: none;
  background: repeating-linear-gradient(to top left, rgba(252, 216, 15, 0.32) 0%, rgba(255, 255, 255, 0) 100%) #179aff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 transparent, 0px 15px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0 transparent, 0px 15px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 transparent, 0px 15px 20px rgba(0, 0, 0, 0.1);
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 50px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 20px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-32 .popover-body .s3_button_large:hover, .title-page .popover-wrap-32 .popover-body .s3_button_large.hover, .title-page .popover-wrap-32 .popover-body .s3_button_large.active {
  background: none #179aff;
  -webkit-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  box-shadow: 0 0 0 transparent, 0 0 0 transparent;
}
.title-page .popover-wrap-32 .popover-body .s3_button_large:active, .title-page .popover-wrap-32 .popover-body .s3_button_large.active {
  background: none transparent;
  -webkit-box-shadow: inset 0px 0px 0px 2px #179aff, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px #179aff, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px #179aff, 0 0 0 transparent;
}
.title-page .popover-wrap-32 .popover-body .s3_message {
  padding: 12px;
  border: none;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: rgba(36, 32, 43, 0.93);
  color: rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-32 .popover-close {
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box;
  width: 50px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgd2lkdGg9IjQ4IiBpZD0ic3ZnLTEiPjxwYXRoIGQ9Ik0zOCAxMi44MyAzNS4xNyAxMCAyNCAyMS4xN2wtMTEuMTctMTEuMTctMi44MyAyLjgzTDIxLjE3IDI0bC0xMS4xNyAxMS4xNyAyLjgzIDIuODNMMjQgMjYuODMgMzUuMTcgMzggMzggMzUuMTcgMjYuODMgMjR6IiBpZD0icGF0aC0yIiBmaWxsLW9wYWNpdHk9IjAuMyIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iIzAwMDAwMCI+PC9wYXRoPjxwYXRoIGQ9Ik0wIDBoNDh2NDhIMHoiIGZpbGw9Im5vbmUiIGlkPSJwYXRoLTMiPjwvcGF0aD48L3N2Zz4=") left 50% top 50% / 29px no-repeat rgba(0, 0, 0, 0.03);
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 50px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  left: auto;
  margin-right: 0;
  bottom: auto;
  margin-top: 0;
}
.title-page .popover-wrap-32 .popover-close:hover, .title-page .popover-wrap-32 .popover-close.hover, .title-page .popover-wrap-32 .popover-close.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgd2lkdGg9IjQ4IiBpZD0ic3ZnLTEiPjxwYXRoIGQ9Ik0zOCAxMi44MyAzNS4xNyAxMCAyNCAyMS4xN2wtMTEuMTctMTEuMTctMi44MyAyLjgzTDIxLjE3IDI0bC0xMS4xNyAxMS4xNyAyLjgzIDIuODNMMjQgMjYuODMgMzUuMTcgMzggMzggMzUuMTcgMjYuODMgMjR6IiBpZD0icGF0aC0yIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiIGZpbGw9IiMxNzlhZmYiPjwvcGF0aD48cGF0aCBkPSJNMCAwaDQ4djQ4SDB6IiBmaWxsPSJub25lIiBpZD0icGF0aC0zIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 29px no-repeat rgba(0, 0, 0, 0.03);
}
.title-page .popover-wrap-32 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("https://aviaperevozki.su/t/v22/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-32 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("https://aviaperevozki.su/t/v22/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-32 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("https://aviaperevozki.su/t/v22/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-32 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("https://aviaperevozki.su/t/v22/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .blocklist-32 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-32 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-32 .header {
  border: none;
  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: 10px;
  box-sizing: border-box;
  margin-right: 0;
  padding-top: 0.02px;
  padding-left: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-bottom: 0.02px;
  width: auto;
  margin-left: 0;
}
.title-page .blocklist-32 .header_text {
  font-size: 40px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  font-weight: 300;
}
.title-page .blocklist-32 .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-32 .description {
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 50px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  font-size: 18px;
  color: #fcd80f;
  text-decoration: none;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  font-weight: normal;
}
.title-page .blocklist-32 .body-outer {
  box-sizing: border-box;
  position: relative;
  margin-left: 0;
  width: auto;
  left: 0;
  right: 0;
  margin-right: 0;
}
.title-page .blocklist-32 .body {
  margin: 0;
  box-sizing: border-box;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .blocklist-32 .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-32 .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-32 .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-32 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 25%;
}
.title-page .blocklist-32 .item {
  margin: 0 0 auto;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  text-align: center;
  left: 0;
  right: 0;
  flex-basis: 100%;
  align-self: auto;
  padding-left: 0;
  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;
  padding-right: 30px;
}
.title-page .blocklist-32 .item-label {
  padding: 0.02px 0;
  border: none;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: rgba(0, 0, 0, 0.03);
  color: #ff4160;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 20px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  bottom: auto;
  margin-bottom: 0;
  margin-top: 70px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 30px;
  min-height: 30px;
  margin-left: 4px;
  font-weight: bold;
}
.title-page .blocklist-32 .text {
  border: none;
  margin-bottom: 5px;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #777;
  line-height: 1.6;
  text-decoration: none;
  margin-left: 30px;
  font-weight: 500;
  padding-left: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-32 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-32 .image {
  margin: 3px 0 10px;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  float: none;
  max-width: 100%;
}
.title-page .blocklist-32 .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-32 .img-convert {
  border: none;
  box-sizing: border-box;
  width: 42px;
  height: 50px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-left: 0;
  margin-right: auto;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-32 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-32 .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-32 .title {
  border: none;
  font-weight: normal;
  margin-bottom: 0;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.3;
  text-decoration: none;
  margin-left: 0;
  padding-top: 0.02px;
  padding-left: 0;
  padding-bottom: 10px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-32 .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-32 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-32 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-32 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-32 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-32 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-32 .more {
  text-align: left;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-32 .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-32 .bx-wrapper {
  margin-left: 0;
  margin-right: auto;
}
.title-page .blocklist-32 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-32 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-32 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-32 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-32 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-32 .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-32 .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-32 .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-32 .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-32 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-32 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-32 .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-32 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-32 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-32 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-32 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-32 .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-32 .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-32 .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-32 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-32 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-32 .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-32 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-32 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-32 .popover-form-title {
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 30px;
  box-sizing: border-box;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #555;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
}
.title-page .popover-wrap-32 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-32 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 15px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-32 .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-32 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-32 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-32 .popover-body .s3_form_item.form_div {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-32 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}
.title-page .popover-wrap-32 .popover-body .s3_form_item.form_html_block {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-32 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-32 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-32 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-32 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-32 .popover-body .s3_form_item.form_checkbox {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-32 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-32 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-32 .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-32 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-32 .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-32 .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-32 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-32 .popover-body .s3_form_item.form_radio {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-32 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-32 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-32 .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-32 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-32 .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-32 .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-32 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-32 .popover-body .s3_form_item.form_select {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-32 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-32 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-32 .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-32 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-32 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-32 .popover-body .s3_form_item.form_calendar {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-32 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-32 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-32 .popover-body .s3_form_item.form_calendar_interval {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-32 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-32 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-32 .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-32 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-32 .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-32 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.title-page .popover-wrap-32 .popover-body .s3_form_item.form_upload {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-32 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-32 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-32 .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-32 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-32 .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-32 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-32 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-32 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-17 {
  margin: 100px auto 0;
  position: relative;
  top: 0;
  left: 0;
  width: 1300px;
  min-height: 0;
  z-index: 7;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  padding-right: 50px;
  padding-left: 50px;
  text-decoration: none;
}
.title-page .widget-20 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
}
.title-page .popover-wrap-37 .popover-body {
  padding: 40px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  position: relative;
  display: inline-block;
  width: 300px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-37 .popover-body .form_text input {
  padding: 2px 30px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
  min-height: 50px;
  -webkit-box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  background: rgba(0, 0, 0, 0.03);
}
.title-page .popover-wrap-37 .popover-body .form_text input:hover, .title-page .popover-wrap-37 .popover-body .form_text input.hover, .title-page .popover-wrap-37 .popover-body .form_text input.active {
  -webkit-box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
}
.title-page .popover-wrap-37 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-37 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-37 .popover-body textarea {
  padding: 10px 30px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  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: 15px;
  font-weight: normal;
  -webkit-box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  background: rgba(0, 0, 0, 0.03);
}
.title-page .popover-wrap-37 .popover-body textarea:hover, .title-page .popover-wrap-37 .popover-body textarea.hover, .title-page .popover-wrap-37 .popover-body textarea.active {
  -webkit-box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
}
.title-page .popover-wrap-37 .popover-body .s3_button_large {
  padding: 8px 20px;
  border: none;
  background: repeating-linear-gradient(to top left, rgba(252, 216, 15, 0.32) 0%, rgba(255, 255, 255, 0) 100%) #179aff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 transparent, 0px 15px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0 transparent, 0px 15px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 transparent, 0px 15px 20px rgba(0, 0, 0, 0.1);
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 50px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 20px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-37 .popover-body .s3_button_large:hover, .title-page .popover-wrap-37 .popover-body .s3_button_large.hover, .title-page .popover-wrap-37 .popover-body .s3_button_large.active {
  background: none #179aff;
  -webkit-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  box-shadow: 0 0 0 transparent, 0 0 0 transparent;
}
.title-page .popover-wrap-37 .popover-body .s3_button_large:active, .title-page .popover-wrap-37 .popover-body .s3_button_large.active {
  background: none transparent;
  -webkit-box-shadow: inset 0px 0px 0px 2px #179aff, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px #179aff, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px #179aff, 0 0 0 transparent;
}
.title-page .popover-wrap-37 .popover-body .s3_message {
  padding: 12px;
  border: none;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: rgba(36, 32, 43, 0.93);
  color: rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-37 .popover-close {
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box;
  width: 50px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgd2lkdGg9IjQ4IiBpZD0ic3ZnLTEiPjxwYXRoIGQ9Ik0zOCAxMi44MyAzNS4xNyAxMCAyNCAyMS4xN2wtMTEuMTctMTEuMTctMi44MyAyLjgzTDIxLjE3IDI0bC0xMS4xNyAxMS4xNyAyLjgzIDIuODNMMjQgMjYuODMgMzUuMTcgMzggMzggMzUuMTcgMjYuODMgMjR6IiBpZD0icGF0aC0yIiBmaWxsLW9wYWNpdHk9IjAuMyIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iIzAwMDAwMCI+PC9wYXRoPjxwYXRoIGQ9Ik0wIDBoNDh2NDhIMHoiIGZpbGw9Im5vbmUiIGlkPSJwYXRoLTMiPjwvcGF0aD48L3N2Zz4=") left 50% top 50% / 29px no-repeat rgba(0, 0, 0, 0.03);
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 50px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  left: auto;
  margin-right: 0;
  bottom: auto;
  margin-top: 0;
}
.title-page .popover-wrap-37 .popover-close:hover, .title-page .popover-wrap-37 .popover-close.hover, .title-page .popover-wrap-37 .popover-close.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgd2lkdGg9IjQ4IiBpZD0ic3ZnLTEiPjxwYXRoIGQ9Ik0zOCAxMi44MyAzNS4xNyAxMCAyNCAyMS4xN2wtMTEuMTctMTEuMTctMi44MyAyLjgzTDIxLjE3IDI0bC0xMS4xNyAxMS4xNyAyLjgzIDIuODNMMjQgMjYuODMgMzUuMTcgMzggMzggMzUuMTcgMjYuODMgMjR6IiBpZD0icGF0aC0yIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiIGZpbGw9IiMxNzlhZmYiPjwvcGF0aD48cGF0aCBkPSJNMCAwaDQ4djQ4SDB6IiBmaWxsPSJub25lIiBpZD0icGF0aC0zIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 29px no-repeat rgba(0, 0, 0, 0.03);
}
.title-page .popover-wrap-37 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("https://aviaperevozki.su/t/v22/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-37 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("https://aviaperevozki.su/t/v22/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-37 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("https://aviaperevozki.su/t/v22/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-37 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("https://aviaperevozki.su/t/v22/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .blocklist-37 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-37 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-37 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 15px;
  text-align: left;
  box-sizing: border-box;
}
.title-page .blocklist-37 .header_text {
  font-size: 20px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-37 .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-37 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-37 .body-outer {
  box-sizing: border-box;
  position: relative;
  text-align: left;
  padding-bottom: 0.02px;
}
.title-page .blocklist-37 .body {
  margin: 0 -15px;
  box-sizing: border-box;
}
.title-page .blocklist-37 .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-37 .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-37 .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-37 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 25%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .blocklist-37 .item {
  padding: 20px 30px 25px;
  margin: 0 15px;
  border: none;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  left: 0;
  right: 0;
  flex-basis: 100%;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  align-self: auto;
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.02);
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.02);
  background: #fff;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-37 .text {
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  color: #555;
  text-decoration: none;
  font-size: 14px;
  padding-right: 0;
  margin-left: 0;
  margin-top: 10px;
}
.title-page .blocklist-37 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-37 .image {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 5px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-37 .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-37 .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-37 .img-convert {
  box-sizing: border-box;
  width: 180px;
  height: 100px;
  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-37 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-37 .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-37 .title {
  font-weight: normal;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 16px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  margin-left: 0;
}
.title-page .blocklist-37 .sub-title {
  border: none;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #179aff;
  text-decoration: none;
  font-size: 30px;
  font-weight: normal;
  margin-left: 0;
  padding-left: 0;
  padding-bottom: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-37 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-37 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-37 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-37 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-37 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-37 .more {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .blocklist-37 .more > a {
  border: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  padding-bottom: 5px;
  -webkit-box-shadow: inset 0px -1px 0px #fab31c;
  -moz-box-shadow: inset 0px -1px 0px #fab31c;
  box-shadow: inset 0px -1px 0px #fab31c;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-37 .more > a:hover, .title-page .blocklist-37 .more > a.hover, .title-page .blocklist-37 .more > a.active {
  color: #fab31c;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .blocklist-37 .bx-wrapper {
  max-width: 550px;
}
.title-page .blocklist-37 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-37 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-37 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-37 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-37 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-37 .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-37 .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-37 .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-37 .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-37 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-37 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-37 .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-37 .bx-auto_controls {
  margin: auto auto 0 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
  width: auto;
}
.title-page .blocklist-37 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-37 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-37 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-37 .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-37 .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-37 .pager-wrap {
  box-sizing: border-box;
  display: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-37 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  width: auto;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-37 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-37 .bx-pager a {
  padding: 1px;
  margin: 2px 8px 2px 0;
  border: none;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: transparent;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  box-sizing: border-box;
  text-decoration: none;
  color: #000;
  -webkit-box-shadow: inset 0px 0px 0px 2px #fff;
  -moz-box-shadow: inset 0px 0px 0px 2px #fff;
  box-shadow: inset 0px 0px 0px 2px #fff;
}
.title-page .blocklist-37 .bx-pager a:hover, .title-page .blocklist-37 .bx-pager a.hover, .title-page .blocklist-37 .bx-pager a.active {
  background: #fff;
}
.title-page .blocklist-37 .bx-pager a:active, .title-page .blocklist-37 .bx-pager a.active {
  background: #ffb300;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .popover-container-37 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-37 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-37 .popover-form-title {
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 30px;
  box-sizing: border-box;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #555;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
}
.title-page .popover-wrap-37 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-37 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 15px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-37 .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-37 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-37 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-37 .popover-body .s3_form_item.form_div {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-37 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}
.title-page .popover-wrap-37 .popover-body .s3_form_item.form_html_block {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-37 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-37 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-37 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-37 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-37 .popover-body .s3_form_item.form_checkbox {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-37 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-37 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-37 .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-37 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-37 .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-37 .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-37 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-37 .popover-body .s3_form_item.form_radio {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-37 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-37 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-37 .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-37 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-37 .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-37 .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-37 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-37 .popover-body .s3_form_item.form_select {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-37 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-37 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-37 .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-37 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-37 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-37 .popover-body .s3_form_item.form_calendar {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-37 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-37 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-37 .popover-body .s3_form_item.form_calendar_interval {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-37 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-37 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-37 .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-37 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-37 .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-37 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.title-page .popover-wrap-37 .popover-body .s3_form_item.form_upload {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-37 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-37 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-37 .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-37 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-37 .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-37 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-37 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-37 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-16 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: rgba(0, 0, 0, 0.03);
  max-width: 100%;
  z-index: 6;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-15 {
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1300px;
  min-height: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MCIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgNTAgNSIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIDxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9ImxpbmUuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik0zMDUsODQwdi01aDUwdjVIMzA1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMwNSAtODM1KSIgZmlsbD0iI2ZjZDgwZiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIi8+Cjwvc3ZnPg==") left -30px top 18px / auto auto no-repeat;
  z-index: 1;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  padding-right: 50px;
  padding-left: 50px;
  max-width: 100%;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-19 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  padding-bottom: 50px;
}
.title-page .popover-wrap-35 .popover-body {
  padding: 40px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  position: relative;
  display: inline-block;
  width: 300px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-35 .popover-body .form_text input {
  padding: 2px 30px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
  min-height: 50px;
  -webkit-box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  background: rgba(0, 0, 0, 0.03);
}
.title-page .popover-wrap-35 .popover-body .form_text input:hover, .title-page .popover-wrap-35 .popover-body .form_text input.hover, .title-page .popover-wrap-35 .popover-body .form_text input.active {
  -webkit-box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
}
.title-page .popover-wrap-35 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-35 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-35 .popover-body textarea {
  padding: 10px 30px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  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: 15px;
  font-weight: normal;
  -webkit-box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  background: rgba(0, 0, 0, 0.03);
}
.title-page .popover-wrap-35 .popover-body textarea:hover, .title-page .popover-wrap-35 .popover-body textarea.hover, .title-page .popover-wrap-35 .popover-body textarea.active {
  -webkit-box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
}
.title-page .popover-wrap-35 .popover-body .s3_button_large {
  padding: 8px 20px;
  border: none;
  background: repeating-linear-gradient(to top left, rgba(252, 216, 15, 0.32) 0%, rgba(255, 255, 255, 0) 100%) #179aff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 transparent, 0px 15px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0 transparent, 0px 15px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 transparent, 0px 15px 20px rgba(0, 0, 0, 0.1);
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 50px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 20px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-35 .popover-body .s3_button_large:hover, .title-page .popover-wrap-35 .popover-body .s3_button_large.hover, .title-page .popover-wrap-35 .popover-body .s3_button_large.active {
  background: none #179aff;
  -webkit-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  box-shadow: 0 0 0 transparent, 0 0 0 transparent;
}
.title-page .popover-wrap-35 .popover-body .s3_button_large:active, .title-page .popover-wrap-35 .popover-body .s3_button_large.active {
  background: none transparent;
  -webkit-box-shadow: inset 0px 0px 0px 2px #179aff, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px #179aff, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px #179aff, 0 0 0 transparent;
}
.title-page .popover-wrap-35 .popover-body .s3_message {
  padding: 12px;
  border: none;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: rgba(36, 32, 43, 0.93);
  color: rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-35 .popover-close {
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box;
  width: 50px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgd2lkdGg9IjQ4IiBpZD0ic3ZnLTEiPjxwYXRoIGQ9Ik0zOCAxMi44MyAzNS4xNyAxMCAyNCAyMS4xN2wtMTEuMTctMTEuMTctMi44MyAyLjgzTDIxLjE3IDI0bC0xMS4xNyAxMS4xNyAyLjgzIDIuODNMMjQgMjYuODMgMzUuMTcgMzggMzggMzUuMTcgMjYuODMgMjR6IiBpZD0icGF0aC0yIiBmaWxsLW9wYWNpdHk9IjAuMyIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iIzAwMDAwMCI+PC9wYXRoPjxwYXRoIGQ9Ik0wIDBoNDh2NDhIMHoiIGZpbGw9Im5vbmUiIGlkPSJwYXRoLTMiPjwvcGF0aD48L3N2Zz4=") left 50% top 50% / 29px no-repeat rgba(0, 0, 0, 0.03);
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 50px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  left: auto;
  margin-right: 0;
  bottom: auto;
  margin-top: 0;
}
.title-page .popover-wrap-35 .popover-close:hover, .title-page .popover-wrap-35 .popover-close.hover, .title-page .popover-wrap-35 .popover-close.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgd2lkdGg9IjQ4IiBpZD0ic3ZnLTEiPjxwYXRoIGQ9Ik0zOCAxMi44MyAzNS4xNyAxMCAyNCAyMS4xN2wtMTEuMTctMTEuMTctMi44MyAyLjgzTDIxLjE3IDI0bC0xMS4xNyAxMS4xNyAyLjgzIDIuODNMMjQgMjYuODMgMzUuMTcgMzggMzggMzUuMTcgMjYuODMgMjR6IiBpZD0icGF0aC0yIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiIGZpbGw9IiMxNzlhZmYiPjwvcGF0aD48cGF0aCBkPSJNMCAwaDQ4djQ4SDB6IiBmaWxsPSJub25lIiBpZD0icGF0aC0zIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 29px no-repeat rgba(0, 0, 0, 0.03);
}
.title-page .popover-wrap-35 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("https://aviaperevozki.su/t/v22/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-35 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("https://aviaperevozki.su/t/v22/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-35 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("https://aviaperevozki.su/t/v22/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-35 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("https://aviaperevozki.su/t/v22/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .blocklist-35 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-35 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-35 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: 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;
  box-sizing: border-box;
}
.title-page .blocklist-35 .header_text {
  font-size: 40px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #555;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 300;
}
.title-page .blocklist-35 .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-35 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-35 .body-outer {
  box-sizing: border-box;
  position: relative;
  text-align: left;
}
.title-page .blocklist-35 .body {
  margin: 0 -15px;
  box-sizing: border-box;
}
.title-page .blocklist-35 .swipe-shadow-left {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.258824) 100%);
}
.title-page .blocklist-35 .swipe-shadow-right {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.258824) 0%, rgba(0, 0, 0, 0) 100%);
}
.title-page .blocklist-35 .bx-wrapper {
  max-width: 1210px;
}
.title-page .blocklist-35 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-35 .list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  box-sizing: border-box;
  width: 1210px;
}
.title-page .blocklist-35 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 20%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .blocklist-35 .item {
  margin: 0 15px;
  border: none;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  align-self: auto;
  left: 0;
  right: 0;
  flex-basis: 100%;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  background: #fff;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-35 .text {
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.title-page .blocklist-35 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-35 .image {
  border: none;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 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;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-35 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  text-align: left;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-35 .image a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .blocklist-35 .img-convert {
  box-sizing: border-box;
  width: 180px;
  height: 100px;
  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-35 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-35 .image-inner {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .blocklist-35 .title {
  font-weight: bold;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.title-page .blocklist-35 .sub-title {
  font-style: italic;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.title-page .blocklist-35 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-35 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-35 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-35 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-35 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-35 .more {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-35 .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-35 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-35 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-35 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-35 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-35 .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-35 .controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: none;
  box-sizing: border-box;
  margin-top: -10px;
  z-index: 1;
}
.title-page .blocklist-35 .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-35 .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-35 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-35 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-35 .bx-pager-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  visibility: hidden;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-35 .bx-auto_controls {
  margin: auto auto 0 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
}
.title-page .blocklist-35 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-35 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-35 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-35 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_pause.png") center center / auto no-repeat;
}
.title-page .blocklist-35 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_play.png") center center / auto no-repeat;
}
.title-page .blocklist-35 .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-35 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  margin-left: 0;
  margin-right: auto;
}
.title-page .blocklist-35 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-35 .bx-pager a {
  padding: 1px;
  margin: 2px 15px 2px 0;
  border: none;
  display: inline-block;
  width: 8px;
  min-height: 8px;
  background: rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  box-sizing: border-box;
  text-decoration: none;
  color: #000;
  text-align: left;
}
.title-page .blocklist-35 .bx-pager a:hover, .title-page .blocklist-35 .bx-pager a.hover, .title-page .blocklist-35 .bx-pager a.active {
  background: #fcd80f;
}
.title-page .blocklist-35 .bx-pager a:active, .title-page .blocklist-35 .bx-pager a.active {
  background: #179aff;
}
.title-page .popover-container-35 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-35 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-35 .popover-form-title {
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 30px;
  box-sizing: border-box;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #555;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
}
.title-page .popover-wrap-35 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-35 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 15px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-35 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-35 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-35 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-35 .popover-body .s3_form_item.form_div {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}
.title-page .popover-wrap-35 .popover-body .s3_form_item.form_html_block {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-35 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-35 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-35 .popover-body .s3_form_item.form_checkbox {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .form_checkbox .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-35 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-35 .popover-body .form_checkbox label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-35 .popover-body .form_checkbox input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-35 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-35 .popover-body .s3_form_item.form_radio {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .form_radio .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-35 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-35 .popover-body .form_radio label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-35 .popover-body .form_radio input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-35 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-35 .popover-body .s3_form_item.form_select {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-35 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-35 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .s3_form_item.form_calendar {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .s3_form_item.form_calendar_interval {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .form_calendar_interval .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-35 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-35 .popover-body .form_calendar_interval label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-35 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.title-page .popover-wrap-35 .popover-body .s3_form_item.form_upload {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-35 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .s3_form_field_content .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-35 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-35 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .popover-wrap-35 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-35 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-35 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-19 {
  margin: 100px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  z-index: 5;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-20 {
  padding: 0.02px 50px;
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1300px;
  min-height: 0;
  max-width: 100%;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MCIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgNTAgNSIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIDxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9ImxpbmUuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik0zMDUsODQwdi01aDUwdjVIMzA1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMwNSAtODM1KSIgZmlsbD0iI2ZjZDgwZiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIi8+Cjwvc3ZnPg==") left -30px top 18px / auto auto no-repeat;
  z-index: 1;
  text-align: center;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  font-size: 14px;
}
.title-page .block-18 .layout_39 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-18 .layout_40 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-18 {
  margin: -50px 0 0;
  position: relative;
  top: 0;
  left: 0;
  width: 829px;
  min-height: 0;
  z-index: 2;
  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;
  font-size: 12px;
}
.title-page .widget-21 {
  padding: 8px 20px;
  margin: 0 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: 260px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  min-height: 50px;
  background: repeating-linear-gradient(to top left, rgba(252, 216, 15, 0.32) 0%, rgba(255, 255, 255, 0) 100%) #179aff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-shadow: 0 0 0 transparent, 0px 15px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0 transparent, 0px 15px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 transparent, 0px 15px 20px rgba(0, 0, 0, 0.1);
  font-weight: bold;
}
.title-page .widget-21:hover, .title-page .widget-21.hover, .title-page .widget-21.active {
  background: none #179aff;
  -webkit-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  box-shadow: 0 0 0 transparent, 0 0 0 transparent;
}
.title-page .widget-21:active, .title-page .widget-21.active {
  background: none transparent;
  -webkit-box-shadow: inset 0px 0px 0px 2px #179aff, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px #179aff, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px #179aff, 0 0 0 transparent;
}
.title-page .popover-wrap-39 .popover-body {
  padding: 40px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  position: relative;
  display: inline-block;
  width: 300px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-39 .popover-body .form_text input {
  padding: 2px 30px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
  min-height: 50px;
  -webkit-box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  background: rgba(0, 0, 0, 0.03);
}
.title-page .popover-wrap-39 .popover-body .form_text input:hover, .title-page .popover-wrap-39 .popover-body .form_text input.hover, .title-page .popover-wrap-39 .popover-body .form_text input.active {
  -webkit-box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
}
.title-page .popover-wrap-39 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-39 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-39 .popover-body textarea {
  padding: 10px 30px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  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: 15px;
  font-weight: normal;
  -webkit-box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  background: rgba(0, 0, 0, 0.03);
}
.title-page .popover-wrap-39 .popover-body textarea:hover, .title-page .popover-wrap-39 .popover-body textarea.hover, .title-page .popover-wrap-39 .popover-body textarea.active {
  -webkit-box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
}
.title-page .popover-wrap-39 .popover-body .s3_button_large {
  padding: 8px 20px;
  border: none;
  background: repeating-linear-gradient(to top left, rgba(252, 216, 15, 0.32) 0%, rgba(255, 255, 255, 0) 100%) #179aff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 transparent, 0px 15px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0 transparent, 0px 15px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 transparent, 0px 15px 20px rgba(0, 0, 0, 0.1);
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 50px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 20px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-39 .popover-body .s3_button_large:hover, .title-page .popover-wrap-39 .popover-body .s3_button_large.hover, .title-page .popover-wrap-39 .popover-body .s3_button_large.active {
  background: none #179aff;
  -webkit-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  box-shadow: 0 0 0 transparent, 0 0 0 transparent;
}
.title-page .popover-wrap-39 .popover-body .s3_button_large:active, .title-page .popover-wrap-39 .popover-body .s3_button_large.active {
  background: none transparent;
  -webkit-box-shadow: inset 0px 0px 0px 2px #179aff, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px #179aff, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px #179aff, 0 0 0 transparent;
}
.title-page .popover-wrap-39 .popover-body .s3_message {
  padding: 12px;
  border: none;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: rgba(36, 32, 43, 0.93);
  color: rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-39 .popover-close {
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box;
  width: 50px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgd2lkdGg9IjQ4IiBpZD0ic3ZnLTEiPjxwYXRoIGQ9Ik0zOCAxMi44MyAzNS4xNyAxMCAyNCAyMS4xN2wtMTEuMTctMTEuMTctMi44MyAyLjgzTDIxLjE3IDI0bC0xMS4xNyAxMS4xNyAyLjgzIDIuODNMMjQgMjYuODMgMzUuMTcgMzggMzggMzUuMTcgMjYuODMgMjR6IiBpZD0icGF0aC0yIiBmaWxsLW9wYWNpdHk9IjAuMyIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iIzAwMDAwMCI+PC9wYXRoPjxwYXRoIGQ9Ik0wIDBoNDh2NDhIMHoiIGZpbGw9Im5vbmUiIGlkPSJwYXRoLTMiPjwvcGF0aD48L3N2Zz4=") left 50% top 50% / 29px no-repeat rgba(0, 0, 0, 0.03);
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 50px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  left: auto;
  margin-right: 0;
  bottom: auto;
  margin-top: 0;
}
.title-page .popover-wrap-39 .popover-close:hover, .title-page .popover-wrap-39 .popover-close.hover, .title-page .popover-wrap-39 .popover-close.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgd2lkdGg9IjQ4IiBpZD0ic3ZnLTEiPjxwYXRoIGQ9Ik0zOCAxMi44MyAzNS4xNyAxMCAyNCAyMS4xN2wtMTEuMTctMTEuMTctMi44MyAyLjgzTDIxLjE3IDI0bC0xMS4xNyAxMS4xNyAyLjgzIDIuODNMMjQgMjYuODMgMzUuMTcgMzggMzggMzUuMTcgMjYuODMgMjR6IiBpZD0icGF0aC0yIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiIGZpbGw9IiMxNzlhZmYiPjwvcGF0aD48cGF0aCBkPSJNMCAwaDQ4djQ4SDB6IiBmaWxsPSJub25lIiBpZD0icGF0aC0zIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 29px no-repeat rgba(0, 0, 0, 0.03);
}
.title-page .popover-wrap-39 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("https://aviaperevozki.su/t/v22/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-39 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("https://aviaperevozki.su/t/v22/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-39 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("https://aviaperevozki.su/t/v22/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-39 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("https://aviaperevozki.su/t/v22/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .button-39 > * {
  box-sizing: border-box;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}
.title-page .popover-container-39 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-39 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-39 .popover-form-title {
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 30px;
  box-sizing: border-box;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #555;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
}
.title-page .popover-wrap-39 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-39 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 15px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-39 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-39 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-39 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-39 .popover-body .s3_form_item.form_div {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}
.title-page .popover-wrap-39 .popover-body .s3_form_item.form_html_block {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-39 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-39 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-39 .popover-body .s3_form_item.form_checkbox {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .form_checkbox .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-39 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-39 .popover-body .form_checkbox label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-39 .popover-body .form_checkbox input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-39 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-39 .popover-body .s3_form_item.form_radio {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .form_radio .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-39 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-39 .popover-body .form_radio label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-39 .popover-body .form_radio input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-39 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-39 .popover-body .s3_form_item.form_select {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-39 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-39 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .s3_form_item.form_calendar {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .s3_form_item.form_calendar_interval {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .form_calendar_interval .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-39 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-39 .popover-body .form_calendar_interval label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-39 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.title-page .popover-wrap-39 .popover-body .s3_form_item.form_upload {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-39 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .s3_form_field_content .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-39 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-39 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .popover-wrap-39 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-39 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-39 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .text-3 {
  margin: 7px 0 auto 46px;
  position: relative;
  top: 0;
  left: 0;
  width: 260px;
  min-height: 37px;
  z-index: 1;
  color: #777;
  text-decoration: none;
  font-size: 14px;
}
.title-page .text-3:hover, .title-page .text-3.hover, .title-page .text-3.active {
  border: none;
}
.title-page .widget-23 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  background: url("../images/man.png%3F1547448922032") right 0px bottom 0px / 424px no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-bottom: 70px;
}
.title-page .popover-wrap-45 .popover-body {
  padding: 40px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  position: relative;
  display: inline-block;
  width: 300px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-45 .popover-body .form_text input {
  padding: 2px 30px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
  min-height: 50px;
  -webkit-box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  background: rgba(0, 0, 0, 0.03);
}
.title-page .popover-wrap-45 .popover-body .form_text input:hover, .title-page .popover-wrap-45 .popover-body .form_text input.hover, .title-page .popover-wrap-45 .popover-body .form_text input.active {
  -webkit-box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
}
.title-page .popover-wrap-45 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-45 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-45 .popover-body textarea {
  padding: 10px 30px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  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: 15px;
  font-weight: normal;
  -webkit-box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  background: rgba(0, 0, 0, 0.03);
}
.title-page .popover-wrap-45 .popover-body textarea:hover, .title-page .popover-wrap-45 .popover-body textarea.hover, .title-page .popover-wrap-45 .popover-body textarea.active {
  -webkit-box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
}
.title-page .popover-wrap-45 .popover-body .s3_button_large {
  padding: 8px 20px;
  border: none;
  background: repeating-linear-gradient(to top left, rgba(252, 216, 15, 0.32) 0%, rgba(255, 255, 255, 0) 100%) #179aff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 transparent, 0px 15px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0 transparent, 0px 15px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 transparent, 0px 15px 20px rgba(0, 0, 0, 0.1);
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 50px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 20px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-45 .popover-body .s3_button_large:hover, .title-page .popover-wrap-45 .popover-body .s3_button_large.hover, .title-page .popover-wrap-45 .popover-body .s3_button_large.active {
  background: none #179aff;
  -webkit-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  box-shadow: 0 0 0 transparent, 0 0 0 transparent;
}
.title-page .popover-wrap-45 .popover-body .s3_button_large:active, .title-page .popover-wrap-45 .popover-body .s3_button_large.active {
  background: none transparent;
  -webkit-box-shadow: inset 0px 0px 0px 2px #179aff, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px #179aff, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px #179aff, 0 0 0 transparent;
}
.title-page .popover-wrap-45 .popover-body .s3_message {
  padding: 12px;
  border: none;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: rgba(36, 32, 43, 0.93);
  color: rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-45 .popover-close {
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box;
  width: 50px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgd2lkdGg9IjQ4IiBpZD0ic3ZnLTEiPjxwYXRoIGQ9Ik0zOCAxMi44MyAzNS4xNyAxMCAyNCAyMS4xN2wtMTEuMTctMTEuMTctMi44MyAyLjgzTDIxLjE3IDI0bC0xMS4xNyAxMS4xNyAyLjgzIDIuODNMMjQgMjYuODMgMzUuMTcgMzggMzggMzUuMTcgMjYuODMgMjR6IiBpZD0icGF0aC0yIiBmaWxsLW9wYWNpdHk9IjAuMyIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iIzAwMDAwMCI+PC9wYXRoPjxwYXRoIGQ9Ik0wIDBoNDh2NDhIMHoiIGZpbGw9Im5vbmUiIGlkPSJwYXRoLTMiPjwvcGF0aD48L3N2Zz4=") left 50% top 50% / 29px no-repeat rgba(0, 0, 0, 0.03);
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 50px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  left: auto;
  margin-right: 0;
  bottom: auto;
  margin-top: 0;
}
.title-page .popover-wrap-45 .popover-close:hover, .title-page .popover-wrap-45 .popover-close.hover, .title-page .popover-wrap-45 .popover-close.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgd2lkdGg9IjQ4IiBpZD0ic3ZnLTEiPjxwYXRoIGQ9Ik0zOCAxMi44MyAzNS4xNyAxMCAyNCAyMS4xN2wtMTEuMTctMTEuMTctMi44MyAyLjgzTDIxLjE3IDI0bC0xMS4xNyAxMS4xNyAyLjgzIDIuODNMMjQgMjYuODMgMzUuMTcgMzggMzggMzUuMTcgMjYuODMgMjR6IiBpZD0icGF0aC0yIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiIGZpbGw9IiMxNzlhZmYiPjwvcGF0aD48cGF0aCBkPSJNMCAwaDQ4djQ4SDB6IiBmaWxsPSJub25lIiBpZD0icGF0aC0zIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 29px no-repeat rgba(0, 0, 0, 0.03);
}
.title-page .popover-wrap-45 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("https://aviaperevozki.su/t/v22/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-45 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("https://aviaperevozki.su/t/v22/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-45 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("https://aviaperevozki.su/t/v22/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-45 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("https://aviaperevozki.su/t/v22/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .blocklist-45 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-45 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-45 .header {
  border: none;
  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: 10px;
  box-sizing: border-box;
  margin-right: 0;
  padding-top: 0.02px;
  padding-left: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-bottom: 0.02px;
  width: auto;
  margin-left: 0;
}
.title-page .blocklist-45 .header_text {
  font-size: 40px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #555;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  font-weight: 300;
}
.title-page .blocklist-45 .all-in_header {
  display: none;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-45 .description {
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 50px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  font-size: 18px;
  color: #179aff;
  text-decoration: none;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  font-weight: normal;
}
.title-page .blocklist-45 .body-outer {
  box-sizing: border-box;
  position: relative;
  margin-left: 0;
  width: auto;
  left: 0;
  right: 0;
  margin-right: 0;
  padding-right: 150px;
}
.title-page .blocklist-45 .body {
  margin: 0;
  box-sizing: border-box;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .blocklist-45 .swipe-shadow-left {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.258824) 100%);
}
.title-page .blocklist-45 .swipe-shadow-right {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.258824) 0%, rgba(0, 0, 0, 0) 100%);
}
.title-page .blocklist-45 .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-45 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: auto;
}
.title-page .blocklist-45 .item {
  margin: 0 0 30px;
  position: relative;
  width: 550px;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  text-align: center;
  left: 0;
  right: 0;
  flex-basis: auto;
  align-self: auto;
  padding-left: 0;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding-right: 30px;
}
.title-page .blocklist-45 .item-label {
  padding: 0.02px 0;
  border: none;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  color: #179aff;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 20px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  bottom: auto;
  margin-bottom: 0;
  margin-top: -4px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 30px;
  min-height: 0;
  margin-left: 83px;
  font-weight: 500;
}
.title-page .blocklist-45 .text {
  border: none;
  margin-bottom: 5px;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #555;
  line-height: 1.6;
  text-decoration: none;
  margin-left: 50px;
  font-weight: normal;
  padding-left: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-45 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-45 .image {
  margin: 0 30px 20px 0;
  border: none;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  float: left;
  max-width: 100%;
  width: 60px;
  min-height: 60px;
  background: rgba(0, 0, 0, 0.03);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-45 .image a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .blocklist-45 .img-convert {
  border: none;
  box-sizing: border-box;
  width: 42px;
  height: 50px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-45 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-45 .image-inner {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .blocklist-45 .title {
  border: none;
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  font-size: 20px;
  line-height: 1.1;
  text-decoration: none;
  margin-left: 50px;
  padding-top: 0.02px;
  padding-left: 0;
  padding-bottom: 10px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-top: 24px;
}
.title-page .blocklist-45 .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-45 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-45 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-45 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-45 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-45 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-45 .more {
  text-align: left;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-45 .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-45 .bx-wrapper {
  margin-left: 0;
  margin-right: auto;
}
.title-page .blocklist-45 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-45 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-45 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-45 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-45 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-45 .all {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-45 .controls {
  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-45 .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-45 .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-45 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-45 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-45 .bx-pager-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  display: 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-45 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-45 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-45 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-45 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-45 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_pause.png") center center / auto no-repeat;
}
.title-page .blocklist-45 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_play.png") center center / auto no-repeat;
}
.title-page .blocklist-45 .pager-wrap {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-45 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-45 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-45 .bx-pager a {
  margin: 2px;
  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-45 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-45 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-45 .popover-form-title {
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 30px;
  box-sizing: border-box;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #555;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
}
.title-page .popover-wrap-45 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-45 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 15px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-45 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-45 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-45 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-45 .popover-body .s3_form_item.form_div {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}
.title-page .popover-wrap-45 .popover-body .s3_form_item.form_html_block {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-45 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-45 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-45 .popover-body .s3_form_item.form_checkbox {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_checkbox .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-45 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-45 .popover-body .form_checkbox label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-45 .popover-body .form_checkbox input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-45 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-45 .popover-body .s3_form_item.form_radio {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_radio .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-45 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-45 .popover-body .form_radio label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-45 .popover-body .form_radio input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-45 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-45 .popover-body .s3_form_item.form_select {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-45 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-45 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .s3_form_item.form_calendar {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .s3_form_item.form_calendar_interval {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_calendar_interval .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-45 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-45 .popover-body .form_calendar_interval label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-45 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.title-page .popover-wrap-45 .popover-body .s3_form_item.form_upload {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-45 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .s3_form_field_content .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-45 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-45 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .popover-wrap-45 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-45 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-45 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-23 {
  margin: -80px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  z-index: 4;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-bottom: 0.02px;
  padding-top: 0.02px;
}
.title-page .block-25 .layout_55 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-25 .layout_56 {
  -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-25 {
  padding: 0.02px 50px;
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1300px;
  min-height: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MCIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgNTAgNSIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIDxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9ImxpbmUuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik0zMDUsODQwdi01aDUwdjVIMzA1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMwNSAtODM1KSIgZmlsbD0iI2ZjZDgwZiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIi8+Cjwvc3ZnPg==") left -30px top 200px / auto auto no-repeat;
  z-index: 2;
  display: -webkit-flex;
  display: flex;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  max-width: 100%;
  -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;
}
.title-page .block-26 {
  margin: 0 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 440px;
  min-height: 543px;
  background: url("https://aviaperevozki.su/t/v22/images/images/girl.png?1547448936748") right 0px top 30px / 391px no-repeat #fff;
  z-index: 2;
  text-align: center;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-27 {
  margin: 180px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 1;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
}
.title-page .widget-26 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  box-sizing: border-box;
  width: auto;
  right: 0;
  min-height: 0;
  padding-left: 0;
  padding-right: 0;
}
.title-page .form-53 .form__header {
  box-sizing: border-box;
  font-size: 40px;
  margin-bottom: 10px;
  color: #555;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 300;
  padding-bottom: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-top: 0;
  padding-top: 0.02px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .form-53 .form__text {
  box-sizing: border-box;
  font-size: 18px;
  margin-bottom: 50px;
  overflow: hidden;
  color: #179aff;
  line-height: 1.3;
  letter-spacing: 0.3px;
  text-decoration: none;
  padding-left: 0;
  padding-right: 0;
  font-weight: normal;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .form-53 .form__text p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .form-53 .form__text p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .form-53 .form__body {
  box-sizing: border-box;
  margin-right: -6px;
  margin-bottom: -5px;
  width: auto;
  margin-left: -6px;
}
.title-page .form-53 .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-53 .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-53 .form-item-group {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  width: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .form-53 .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-53 .form-text {
  box-sizing: border-box;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  width: 50%;
  padding-left: 6px;
  padding-right: 6px;
}
.title-page .form-53 .form-item__error {
  box-sizing: border-box;
  color: #f00;
}
.title-page .form-53 .form-item__note {
  box-sizing: border-box;
  font-size: 11px;
  color: #999;
  display: none;
}
.title-page .form-53 .form-item__body {
  box-sizing: border-box;
  display: block;
}
.title-page .form-53 .form-text input {
  padding: 2px 30px;
  border: none;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.03);
  width: 100%;
  min-width: 100px;
  min-height: 22px;
  outline: none;
  text-align: start;
  font-size: 15px;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  height: 50px;
  -webkit-appearance: none;
}
.title-page .form-53 .form-text input:hover, .title-page .form-53 .form-text input.hover, .title-page .form-53 .form-text input.active {
  -webkit-box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
}
.title-page .form-53 .form-textarea textarea {
  padding: 2px 4px;
  border: none;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.03);
  width: 100%;
  min-width: 100px;
  resize: vertical;
  min-height: 40px;
  outline: none;
  display: block;
  text-align: start;
  font-size: 15px;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-appearance: none;
}
.title-page .form-53 .form-textarea textarea:hover, .title-page .form-53 .form-textarea textarea.hover, .title-page .form-53 .form-textarea textarea.active {
  -webkit-box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
}
.title-page .form-53 .icon.img_name {
  box-sizing: border-box;
  position: absolute;
  background: url("https://aviaperevozki.su/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
  width: 30px;
  height: 30px;
  min-height: 30px;
  margin-top: 10px;
  margin-left: 20px;
}
.title-page .form-53 .icon.img_email {
  box-sizing: border-box;
  position: absolute;
  background: url("https://aviaperevozki.su/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
  width: 30px;
  height: 30px;
  min-height: 30px;
  margin-top: 10px;
  margin-left: 20px;
}
.title-page .form-53 .icon.img_phone {
  box-sizing: border-box;
  position: absolute;
  background: url("https://aviaperevozki.su/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
  width: 30px;
  height: 30px;
  min-height: 30px;
  margin-top: 10px;
  margin-left: 20px;
}
.title-page .form-53 .icon.img_comments {
  box-sizing: border-box;
  position: absolute;
  background: url("https://aviaperevozki.su/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
  width: 30px;
  height: 30px;
  min-height: 30px;
}
.title-page .form-53 .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .form-53 .form-select select {
  box-sizing: border-box;
  width: 100%;
  min-width: 100px;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: start;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  min-height: 50px;
}
.title-page .form-53 .form-upload .form-item__body .no-more {
  box-sizing: border-box;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}
.title-page .form-53 .form-text .form-item__body {
  box-sizing: border-box;
}
.title-page .form-53 .form-item__header {
  display: block;
}
.title-page .form-53 .form-item__title {
  box-sizing: border-box;
  display: inline-block;
  min-width: 15px;
  color: #fff;
  text-decoration: none;
  text-align: left;
  font-size: 16px;
}
.title-page .form-53 .form-item__required {
  box-sizing: border-box;
  color: #f00;
}
.title-page .form-53 .form-radio .form-item__title {
  color: #fff;
  font-size: 16px;
  text-align: left;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-top: 5px;
}
.title-page .form-53 .form-textarea {
  border: none;
  box-sizing: border-box;
  margin-left: 6px;
  margin-right: 6px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .form-53 .form-textarea .form-item__body {
  box-sizing: border-box;
}
.title-page .form-53 .form-submit {
  border: none;
  box-sizing: border-box;
  margin-left: 6px;
  margin-right: 5px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .form-53 .form-submit .form-item__header {
  box-sizing: border-box;
  display: block;
}
.title-page .form-53 .form-submit .form-item__body {
  box-sizing: border-box;
}
.title-page .form-53 .form-submit button {
  padding: 8px 20px;
  border: none;
  box-sizing: border-box;
  text-align: center;
  background: repeating-linear-gradient(to top left, rgba(252, 216, 15, 0.32) 0%, rgba(255, 255, 255, 0) 100%) #179aff;
  outline: none;
  font-size: 15px;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  min-height: 50px;
  width: 200px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 transparent, 0px 15px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0 transparent, 0px 15px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 transparent, 0px 15px 20px rgba(0, 0, 0, 0.1);
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-appearance: none;
  font-weight: bold;
}
.title-page .form-53 .form-submit button:hover, .title-page .form-53 .form-submit button.hover, .title-page .form-53 .form-submit button.active {
  background: none #179aff;
  -webkit-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  box-shadow: 0 0 0 transparent, 0 0 0 transparent;
}
.title-page .form-53 .form-submit button:active, .title-page .form-53 .form-submit button.active {
  background: none transparent;
  -webkit-box-shadow: inset 0px 0px 0px 2px #179aff, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px #179aff, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px #179aff, 0 0 0 transparent;
}
.title-page .form-53 .form-submit button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 20px;
}
.title-page .form-53 .form-captcha {
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-left: 6px;
  margin-right: 6px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .form-53 .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-53 .form-captcha input {
  padding: 2px 4px;
  border: none;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.03);
  width: auto;
  min-width: 50px;
  min-height: 22px;
  outline: none;
  text-align: start;
  font-size: 15px;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-appearance: none;
}
.title-page .form-53 .form-captcha input:hover, .title-page .form-53 .form-captcha input.hover, .title-page .form-53 .form-captcha input.active {
  -webkit-box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
}
.title-page .form-53 .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-53 .form-captcha .form-submit-container {
  box-sizing: border-box;
}
.title-page .form-53 .form-captcha button {
  padding: 8px 20px;
  border: none;
  box-sizing: border-box;
  text-align: center;
  background: repeating-linear-gradient(to top left, rgba(252, 216, 15, 0.32) 0%, rgba(255, 255, 255, 0) 100%) #179aff;
  outline: none;
  font-size: 15px;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  min-height: 50px;
  width: 200px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 transparent, 0px 15px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0 transparent, 0px 15px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 transparent, 0px 15px 20px rgba(0, 0, 0, 0.1);
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-appearance: none;
  font-weight: bold;
}
.title-page .form-53 .form-captcha button:hover, .title-page .form-53 .form-captcha button.hover, .title-page .form-53 .form-captcha button.active {
  background: none #179aff;
  -webkit-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  box-shadow: 0 0 0 transparent, 0 0 0 transparent;
}
.title-page .form-53 .form-captcha button:active, .title-page .form-53 .form-captcha button.active {
  background: none transparent;
  -webkit-box-shadow: inset 0px 0px 0px 2px #179aff, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px #179aff, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px #179aff, 0 0 0 transparent;
}
.title-page .form-53 .form-captcha button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 20px;
}
.title-page .form-53 .form-captcha .mgCaptcha-block {
  box-sizing: border-box;
  line-height: 0;
  font-size: 0;
  min-width: 112px;
}
.title-page .form-53 .form-captcha .mgCaptcha-block img {
  box-sizing: border-box;
  vertical-align: middle;
  border: none;
  margin-right: 5px;
}
.title-page .form-53 .form-captcha .mgCaptcha-input {
  box-sizing: border-box;
}
.title-page .form-53 .form-checkbox {
  box-sizing: border-box;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 6px;
  padding-right: 6px;
}
.title-page .form-53 .form-checkbox .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .form-53 .form-checkbox .form-item__title {
  color: #fff;
  font-size: 16px;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-top: 5px;
}
.title-page .form-53 .form-checkbox input {
  margin: 5px 5px 0 0;
}
.title-page .form-53 .form-checkbox .form-item__body label.form-item__title {
  color: #fff;
  font-size: 13px;
}
.title-page .form-53 .form-radio {
  box-sizing: border-box;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 6px;
  padding-right: 6px;
}
.title-page .form-53 .form-radio .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .form-53 .form-radio input {
  margin: 5px 5px 0 0;
}
.title-page .form-53 .form-radio .form-item__body label.form-item__title {
  color: #fff;
  font-size: 13px;
}
.title-page .form-53 .form-select {
  box-sizing: border-box;
  text-align: center;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 6px;
  padding-right: 6px;
}
.title-page .form-53 .form-div {
  box-sizing: border-box;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 6px;
  padding-right: 6px;
}
.title-page .form-53 .form-html {
  box-sizing: border-box;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 6px;
  padding-right: 6px;
}
.title-page .form-53 .form-html .form-item__body {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.title-page .form-53 .form-upload {
  box-sizing: border-box;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 6px;
  padding-right: 6px;
}
.title-page .form-53 .form-calendar {
  box-sizing: border-box;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 6px;
  padding-right: 6px;
}
.title-page .form-53 .form-calendar input {
  padding: 2px 4px;
  border: 1px solid #bbb;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-height: 50px;
  outline: none;
  -webkit-appearance: none;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  height: 50px;
}
.title-page .form-53 .form-calendar_interval {
  box-sizing: border-box;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 6px;
  padding-right: 6px;
}
.title-page .form-53 .form-calendar_interval input {
  padding: 2px 4px;
  border: 1px solid #bbb;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-height: 50px;
  outline: none;
  -webkit-appearance: none;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: start;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  height: 50px;
}
.title-page .form-53 .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-53 .form-calendar_interval .label_from {
  box-sizing: border-box;
  margin-right: 5px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  -webkit-flex: 0;
  -moz-flex: 0;
  flex: 0;
}
.title-page .form-53 .form-calendar_interval .label_to {
  box-sizing: border-box;
  margin-right: 5px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  -webkit-flex: 0;
  -moz-flex: 0;
  flex: 0;
}
.title-page .form-53 .form-calendar_interval .field_from {
  box-sizing: border-box;
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1;
  margin-right: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .form-53 .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-53 .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-53 .group-textarea {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-right: 0;
}
.title-page .form-53 .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-53 .group-button {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-right: 0;
}
.title-page .form-53 .form-success {
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
}
.title-page .form-53 ::-webkit-input-placeholder {
  color: #828282;
}
.title-page .form-53 ::-moz-placeholder {
  color: #828282;
}
.title-page .form-53 :-ms-input-placeholder {
  color: #828282;
}
.title-page .block-21 {
  margin: 100px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: linear-gradient(rgba(12, 97, 163, 0.9), rgba(12, 97, 163, 0.9)), url("../images/54650906.jpg%3F1547281065112") left 50% top 50% / auto auto no-repeat fixed;
  max-width: 100%;
  z-index: 3;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-bottom: 100px;
  text-decoration: none;
  padding-top: 100px;
}
.title-page .block-22 {
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1300px;
  min-height: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MCIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgNTAgNSIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIDxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9ImxpbmUuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik0zMDUsODQwdi01aDUwdjVIMzA1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMwNSAtODM1KSIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1vcGFjaXR5PSIwLjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left -30px top 18px / auto auto no-repeat;
  z-index: 1;
  text-align: left;
  display: block;
  right: 0;
  padding-top: 0.02px;
  padding-bottom: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  text-decoration: none;
}
.title-page .widget-24 {
  padding: 8px 20px;
  margin: -50px 0 0 50px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: 230px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  min-height: 50px;
  background: repeating-linear-gradient(to top left, rgba(252, 216, 15, 0.32) 0%, rgba(255, 255, 255, 0) 100%) #179aff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-shadow: 0 0 0 transparent, 0px 15px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0 transparent, 0px 15px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 transparent, 0px 15px 20px rgba(0, 0, 0, 0.1);
  font-weight: bold;
}
.title-page .widget-24:hover, .title-page .widget-24.hover, .title-page .widget-24.active {
  background: none #179aff;
  -webkit-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  box-shadow: 0 0 0 transparent, 0 0 0 transparent;
}
.title-page .widget-24:active, .title-page .widget-24.active {
  background: none transparent;
  -webkit-box-shadow: inset 0px 0px 0px 2px #179aff, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px #179aff, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px #179aff, 0 0 0 transparent;
}
.title-page .popover-wrap-48 .popover-body {
  padding: 40px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  position: relative;
  display: inline-block;
  width: 300px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-48 .popover-body .form_text input {
  padding: 2px 30px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
  min-height: 50px;
  -webkit-box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  background: rgba(0, 0, 0, 0.03);
}
.title-page .popover-wrap-48 .popover-body .form_text input:hover, .title-page .popover-wrap-48 .popover-body .form_text input.hover, .title-page .popover-wrap-48 .popover-body .form_text input.active {
  -webkit-box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
}
.title-page .popover-wrap-48 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-48 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-48 .popover-body textarea {
  padding: 10px 30px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  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: 15px;
  font-weight: normal;
  -webkit-box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  background: rgba(0, 0, 0, 0.03);
}
.title-page .popover-wrap-48 .popover-body textarea:hover, .title-page .popover-wrap-48 .popover-body textarea.hover, .title-page .popover-wrap-48 .popover-body textarea.active {
  -webkit-box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
}
.title-page .popover-wrap-48 .popover-body .s3_button_large {
  padding: 8px 20px;
  border: none;
  background: repeating-linear-gradient(to top left, rgba(252, 216, 15, 0.32) 0%, rgba(255, 255, 255, 0) 100%) #179aff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 transparent, 0px 15px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0 transparent, 0px 15px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 transparent, 0px 15px 20px rgba(0, 0, 0, 0.1);
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 50px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 20px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-48 .popover-body .s3_button_large:hover, .title-page .popover-wrap-48 .popover-body .s3_button_large.hover, .title-page .popover-wrap-48 .popover-body .s3_button_large.active {
  background: none #179aff;
  -webkit-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  box-shadow: 0 0 0 transparent, 0 0 0 transparent;
}
.title-page .popover-wrap-48 .popover-body .s3_button_large:active, .title-page .popover-wrap-48 .popover-body .s3_button_large.active {
  background: none transparent;
  -webkit-box-shadow: inset 0px 0px 0px 2px #179aff, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px #179aff, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px #179aff, 0 0 0 transparent;
}
.title-page .popover-wrap-48 .popover-body .s3_message {
  padding: 12px;
  border: none;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: rgba(36, 32, 43, 0.93);
  color: rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-48 .popover-close {
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box;
  width: 50px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgd2lkdGg9IjQ4IiBpZD0ic3ZnLTEiPjxwYXRoIGQ9Ik0zOCAxMi44MyAzNS4xNyAxMCAyNCAyMS4xN2wtMTEuMTctMTEuMTctMi44MyAyLjgzTDIxLjE3IDI0bC0xMS4xNyAxMS4xNyAyLjgzIDIuODNMMjQgMjYuODMgMzUuMTcgMzggMzggMzUuMTcgMjYuODMgMjR6IiBpZD0icGF0aC0yIiBmaWxsLW9wYWNpdHk9IjAuMyIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iIzAwMDAwMCI+PC9wYXRoPjxwYXRoIGQ9Ik0wIDBoNDh2NDhIMHoiIGZpbGw9Im5vbmUiIGlkPSJwYXRoLTMiPjwvcGF0aD48L3N2Zz4=") left 50% top 50% / 29px no-repeat rgba(0, 0, 0, 0.03);
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 50px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  left: auto;
  margin-right: 0;
  bottom: auto;
  margin-top: 0;
}
.title-page .popover-wrap-48 .popover-close:hover, .title-page .popover-wrap-48 .popover-close.hover, .title-page .popover-wrap-48 .popover-close.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgd2lkdGg9IjQ4IiBpZD0ic3ZnLTEiPjxwYXRoIGQ9Ik0zOCAxMi44MyAzNS4xNyAxMCAyNCAyMS4xN2wtMTEuMTctMTEuMTctMi44MyAyLjgzTDIxLjE3IDI0bC0xMS4xNyAxMS4xNyAyLjgzIDIuODNMMjQgMjYuODMgMzUuMTcgMzggMzggMzUuMTcgMjYuODMgMjR6IiBpZD0icGF0aC0yIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiIGZpbGw9IiMxNzlhZmYiPjwvcGF0aD48cGF0aCBkPSJNMCAwaDQ4djQ4SDB6IiBmaWxsPSJub25lIiBpZD0icGF0aC0zIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 29px no-repeat rgba(0, 0, 0, 0.03);
}
.title-page .popover-wrap-48 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("https://aviaperevozki.su/t/v22/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-48 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("https://aviaperevozki.su/t/v22/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-48 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("https://aviaperevozki.su/t/v22/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-48 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("https://aviaperevozki.su/t/v22/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .button-48 > * {
  box-sizing: border-box;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}
.title-page .popover-container-48 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-48 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-48 .popover-form-title {
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 30px;
  box-sizing: border-box;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #555;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
}
.title-page .popover-wrap-48 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-48 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 15px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-48 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-48 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-48 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-48 .popover-body .s3_form_item.form_div {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-48 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}
.title-page .popover-wrap-48 .popover-body .s3_form_item.form_html_block {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-48 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-48 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-48 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-48 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-48 .popover-body .s3_form_item.form_checkbox {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-48 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-48 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-48 .popover-body .form_checkbox .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-48 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-48 .popover-body .form_checkbox label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-48 .popover-body .form_checkbox input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-48 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-48 .popover-body .s3_form_item.form_radio {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-48 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-48 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-48 .popover-body .form_radio .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-48 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-48 .popover-body .form_radio label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-48 .popover-body .form_radio input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-48 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-48 .popover-body .s3_form_item.form_select {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-48 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-48 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-48 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-48 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-48 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-48 .popover-body .s3_form_item.form_calendar {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-48 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-48 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-48 .popover-body .s3_form_item.form_calendar_interval {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-48 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-48 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-48 .popover-body .form_calendar_interval .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-48 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-48 .popover-body .form_calendar_interval label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-48 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.title-page .popover-wrap-48 .popover-body .s3_form_item.form_upload {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-48 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-48 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-48 .popover-body .s3_form_field_content .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-48 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-48 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .popover-wrap-48 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-48 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-48 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .widget-25 {
  margin: 0 50px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  box-sizing: border-box;
  width: auto;
  max-width: 100%;
  min-height: 0;
  right: 0;
  padding-bottom: 100px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 0.02px;
  padding-left: 0;
}
.title-page .reviews-49 p:first-child {
  margin-top: 0;
}
.title-page .reviews-49 p:last-child {
  margin-bottom: 0;
}
.title-page .reviews-49 .header {
  border: none;
  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: 10px;
  text-align: left;
  padding-bottom: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .reviews-49 .header_text {
  box-sizing: border-box;
  font-size: 40px;
  display: -webkit-flex;
  display: flex;
  color: #fff;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 300;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .reviews-49 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 50px;
  color: #fcd80f;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 20px;
  font-weight: normal;
}
.title-page .reviews-49 .list-wr {
  border: none;
  box-sizing: border-box;
  position: relative;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-left: 0;
  margin-bottom: 0;
  margin-right: 0;
  width: auto;
  left: 0;
  right: 0;
}
.title-page .reviews-49 .body {
  margin: 0 -15px;
  box-sizing: border-box;
}
.title-page .reviews-49 .swipe-shadow-left {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.258824) 100%);
}
.title-page .reviews-49 .swipe-shadow-right {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.258824) 0%, rgba(0, 0, 0, 0) 100%);
}
.title-page .reviews-49 .bx-wrapper {
  max-width: 1210px;
}
.title-page .reviews-49 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .reviews-49 .list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  flex-wrap: nowrap;
  box-sizing: border-box;
  width: 1210px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .reviews-49 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 50%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .reviews-49 .item {
  padding: 40px;
  margin: 0 15px;
  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;
  text-align: center;
  align-self: auto;
  background: #0c61a3;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .reviews-49 .image {
  border: none;
  box-sizing: border-box;
  margin-bottom: 5px;
  font-size: 0;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .reviews-49 .img-convert {
  border: none;
  box-sizing: border-box;
  width: 180px;
  height: 180px;
  -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;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .reviews-49 .image img {
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-width: 100%;
  display: -webkit-flex;
  display: flex;
}
.title-page .reviews-49 .text {
  display: -webkit-flex;
  display: flex;
  text-align: left;
  box-sizing: border-box;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.8;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 15px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  width: auto;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
  font-weight: 500;
}
.title-page .reviews-49 .text .align-elem {
  flex-basis: 100%;
}
.title-page .reviews-49 .author {
  text-align: left;
  box-sizing: border-box;
  color: #4095bf;
  margin-bottom: 5px;
  position: relative;
  z-index: 1;
}
.title-page .reviews-49 .name {
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 16px;
  color: #f7f7f4;
  -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;
}
.title-page .reviews-49 .date {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  margin-left: 5px;
  text-transform: lowercase;
  font-size: 11px;
  color: #999;
  text-decoration: none;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .reviews-49 .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-49 .footer {
  text-align: left;
  box-sizing: border-box;
  width: 590px;
  margin-left: auto;
  margin-right: 0;
}
.title-page .reviews-49 .all {
  border: none;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  padding-bottom: 5px;
  -webkit-box-shadow: inset 0px -1px 0px 0px #ff4949;
  -moz-box-shadow: inset 0px -1px 0px 0px #ff4949;
  box-shadow: inset 0px -1px 0px 0px #ff4949;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .reviews-49 .all:hover, .title-page .reviews-49 .all.hover, .title-page .reviews-49 .all.active {
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .reviews-49 .controls {
  margin: 0 0 0 230px;
  z-index: 1;
  position: absolute;
  top: auto;
  left: 0;
  right: auto;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  text-align: justify;
  width: 100px;
  bottom: 0;
}
.title-page .reviews-49 .prev {
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA5NiA5NiIgaGVpZ2h0PSI5NnB4IiBpZD0iYXJyb3dfbGVmdCIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgOTYgOTYiIHdpZHRoPSI5NnB4IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBkPSJNODQsNDRIMjEuNjU2bDIxLjQ1Ni0yMS40NTZjMS41NjItMS41NjIsMS41NjItNC4wOTUsMC4wMDEtNS42NTdjLTEuNTYyLTEuNTYyLTQuMDk2LTEuNTYyLTUuNjU4LDBMOS4xNzIsNDUuMTcxbDAsMCAgYy0wLjE4NiwwLjE4Ni0wLjM1MiwwLjM5MS0wLjQ5OCwwLjYxYy0wLjA2NywwLjEwMS0wLjExNCwwLjIxLTAuMTcxLDAuMzE1Yy0wLjA2NywwLjEyNC0wLjE0MiwwLjI0Mi0wLjE5NiwwLjM3MyAgYy0wLjA1NiwwLjEzNS0wLjA4OCwwLjI3Ni0wLjEyOSwwLjQxNmMtMC4wMzIsMC4xMTEtMC4wNzUsMC4yMTctMC4wOTgsMC4zMzFDOC4wMjgsNDcuNDc1LDgsNDcuNzM3LDgsNDhsMCwwICBjMCwwLjAwMywwLjAwMSwwLjAwNSwwLjAwMSwwLjAwOGMwLDAuMjU5LDAuMDI3LDAuNTE5LDAuMDc4LDAuNzc0YzAuMDI0LDAuMTIxLDAuMDY5LDAuMjMyLDAuMTA0LDAuMzQ5ICBjMC4wMzksMC4xMzMsMC4wNywwLjI2OCwwLjEyMywwLjM5N2MwLjA1OCwwLjEzOSwwLjEzNiwwLjI2NSwwLjIwOCwwLjM5NmMwLjA1NCwwLjA5OCwwLjA5NiwwLjE5OCwwLjE1OSwwLjI5MiAgYzAuMTQ3LDAuMjIxLDAuMzE0LDAuNDI3LDAuNTAxLDAuNjE0bDI4LjI4MiwyOC4yODFjMS41NjIsMS41NjIsNC4wOTUsMS41NjIsNS42NTcsMC4wMDFjMS41NjItMS41NjIsMS41NjItNC4wOTYsMC01LjY1OCAgTDIxLjY1Nyw1Mkg4NGMyLjIwOSwwLDQtMS43OTEsNC00Uzg2LjIwOSw0NCw4NCw0NHoiIGlkPSJwYXRoLTIiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iIzE3OWFmZiI+PC9wYXRoPjwvc3ZnPg==") left 50% top 50% / 19px no-repeat #fff;
  box-sizing: border-box;
  min-height: 50px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-left: auto;
  margin-right: 0;
}
.title-page .reviews-49 .prev:hover, .title-page .reviews-49 .prev.hover, .title-page .reviews-49 .prev.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA5NiA5NiIgaGVpZ2h0PSI5NnB4IiBpZD0iYXJyb3dfbGVmdCIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgOTYgOTYiIHdpZHRoPSI5NnB4IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBkPSJNODQsNDRIMjEuNjU2bDIxLjQ1Ni0yMS40NTZjMS41NjItMS41NjIsMS41NjItNC4wOTUsMC4wMDEtNS42NTdjLTEuNTYyLTEuNTYyLTQuMDk2LTEuNTYyLTUuNjU4LDBMOS4xNzIsNDUuMTcxbDAsMCAgYy0wLjE4NiwwLjE4Ni0wLjM1MiwwLjM5MS0wLjQ5OCwwLjYxYy0wLjA2NywwLjEwMS0wLjExNCwwLjIxLTAuMTcxLDAuMzE1Yy0wLjA2NywwLjEyNC0wLjE0MiwwLjI0Mi0wLjE5NiwwLjM3MyAgYy0wLjA1NiwwLjEzNS0wLjA4OCwwLjI3Ni0wLjEyOSwwLjQxNmMtMC4wMzIsMC4xMTEtMC4wNzUsMC4yMTctMC4wOTgsMC4zMzFDOC4wMjgsNDcuNDc1LDgsNDcuNzM3LDgsNDhsMCwwICBjMCwwLjAwMywwLjAwMSwwLjAwNSwwLjAwMSwwLjAwOGMwLDAuMjU5LDAuMDI3LDAuNTE5LDAuMDc4LDAuNzc0YzAuMDI0LDAuMTIxLDAuMDY5LDAuMjMyLDAuMTA0LDAuMzQ5ICBjMC4wMzksMC4xMzMsMC4wNywwLjI2OCwwLjEyMywwLjM5N2MwLjA1OCwwLjEzOSwwLjEzNiwwLjI2NSwwLjIwOCwwLjM5NmMwLjA1NCwwLjA5OCwwLjA5NiwwLjE5OCwwLjE1OSwwLjI5MiAgYzAuMTQ3LDAuMjIxLDAuMzE0LDAuNDI3LDAuNTAxLDAuNjE0bDI4LjI4MiwyOC4yODFjMS41NjIsMS41NjIsNC4wOTUsMS41NjIsNS42NTcsMC4wMDFjMS41NjItMS41NjIsMS41NjItNC4wOTYsMC01LjY1OCAgTDIxLjY1Nyw1Mkg4NGMyLjIwOSwwLDQtMS43OTEsNC00Uzg2LjIwOSw0NCw4NCw0NHoiIGlkPSJwYXRoLTIiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iI2ZjZDgwZiI+PC9wYXRoPjwvc3ZnPg==") left 50% top 50% / 19px no-repeat #fff;
}
.title-page .reviews-49 .next {
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA5NiA5NiIgaGVpZ2h0PSI5NnB4IiBpZD0iYXJyb3dfcmlnaHQiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDk2IDk2IiB3aWR0aD0iOTZweCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTEyLDUyaDYyLjM0NEw1Mi44ODgsNzMuNDU2Yy0xLjU2MiwxLjU2Mi0xLjU2Miw0LjA5NS0wLjAwMSw1LjY1NmMxLjU2MiwxLjU2Miw0LjA5NiwxLjU2Miw1LjY1OCwwbDI4LjI4My0yOC4yODRsMCwwICBjMC4xODYtMC4xODYsMC4zNTItMC4zOTEsMC40OTgtMC42MDljMC4wNjctMC4xMDEsMC4xMTQtMC4yMSwwLjE3Mi0wLjMxNWMwLjA2Ni0wLjEyNCwwLjE0Mi0wLjI0MiwwLjE5NS0wLjM3MyAgYzAuMDU3LTAuMTM1LDAuMDg5LTAuMjc1LDAuMTI5LTAuNDE1YzAuMDMzLTAuMTExLDAuMDc2LTAuMjE3LDAuMDk5LTAuMzMxQzg3Ljk3Myw0OC41MjUsODgsNDguMjYzLDg4LDQ4bDAsMCAgYzAtMC4wMDMtMC4wMDEtMC4wMDYtMC4wMDEtMC4wMDljLTAuMDAxLTAuMjU5LTAuMDI3LTAuNTE5LTAuMDc4LTAuNzc0Yy0wLjAyNC0wLjEyLTAuMDY5LTAuMjMxLTAuMTA0LTAuMzQ5ICBjLTAuMDM5LTAuMTMzLTAuMDY5LTAuMjY4LTAuMTIzLTAuMzk3Yy0wLjA1OC0wLjEzOS0wLjEzNi0wLjI2NS0wLjIwOC0wLjM5NmMtMC4wNTQtMC4wOTgtMC4wOTctMC4xOTgtMC4xNTktMC4yOTIgIGMtMC4xNDYtMC4yMjEtMC4zMTQtMC40MjctMC41MDEtMC42MTRMNTguNTQ0LDE2Ljg4OGMtMS41NjItMS41NjItNC4wOTUtMS41NjItNS42NTctMC4wMDFjLTEuNTYyLDEuNTYyLTEuNTYyLDQuMDk1LDAsNS42NTggIEw3NC4zNDMsNDRMMTIsNDRjLTIuMjA5LDAtNCwxLjc5MS00LDRDOCw1MC4yMDksOS43OTEsNTIsMTIsNTJ6IiBpZD0icGF0aC0yIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiIGZpbGw9IiMxNzlhZmYiPjwvcGF0aD48L3N2Zz4=") left 50% top 50% / 19px no-repeat #fff;
  box-sizing: border-box;
  text-align: left;
  min-height: 50px;
  margin-left: 0;
  margin-right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .reviews-49 .next:hover, .title-page .reviews-49 .next.hover, .title-page .reviews-49 .next.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA5NiA5NiIgaGVpZ2h0PSI5NnB4IiBpZD0iYXJyb3dfcmlnaHQiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDk2IDk2IiB3aWR0aD0iOTZweCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTEyLDUyaDYyLjM0NEw1Mi44ODgsNzMuNDU2Yy0xLjU2MiwxLjU2Mi0xLjU2Miw0LjA5NS0wLjAwMSw1LjY1NmMxLjU2MiwxLjU2Miw0LjA5NiwxLjU2Miw1LjY1OCwwbDI4LjI4My0yOC4yODRsMCwwICBjMC4xODYtMC4xODYsMC4zNTItMC4zOTEsMC40OTgtMC42MDljMC4wNjctMC4xMDEsMC4xMTQtMC4yMSwwLjE3Mi0wLjMxNWMwLjA2Ni0wLjEyNCwwLjE0Mi0wLjI0MiwwLjE5NS0wLjM3MyAgYzAuMDU3LTAuMTM1LDAuMDg5LTAuMjc1LDAuMTI5LTAuNDE1YzAuMDMzLTAuMTExLDAuMDc2LTAuMjE3LDAuMDk5LTAuMzMxQzg3Ljk3Myw0OC41MjUsODgsNDguMjYzLDg4LDQ4bDAsMCAgYzAtMC4wMDMtMC4wMDEtMC4wMDYtMC4wMDEtMC4wMDljLTAuMDAxLTAuMjU5LTAuMDI3LTAuNTE5LTAuMDc4LTAuNzc0Yy0wLjAyNC0wLjEyLTAuMDY5LTAuMjMxLTAuMTA0LTAuMzQ5ICBjLTAuMDM5LTAuMTMzLTAuMDY5LTAuMjY4LTAuMTIzLTAuMzk3Yy0wLjA1OC0wLjEzOS0wLjEzNi0wLjI2NS0wLjIwOC0wLjM5NmMtMC4wNTQtMC4wOTgtMC4wOTctMC4xOTgtMC4xNTktMC4yOTIgIGMtMC4xNDYtMC4yMjEtMC4zMTQtMC40MjctMC41MDEtMC42MTRMNTguNTQ0LDE2Ljg4OGMtMS41NjItMS41NjItNC4wOTUtMS41NjItNS42NTctMC4wMDFjLTEuNTYyLDEuNTYyLTEuNTYyLDQuMDk1LDAsNS42NTggIEw3NC4zNDMsNDRMMTIsNDRjLTIuMjA5LDAtNCwxLjc5MS00LDRDOCw1MC4yMDksOS43OTEsNTIsMTIsNTJ6IiBpZD0icGF0aC0yIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiIGZpbGw9IiNmY2Q4MGYiPjwvcGF0aD48L3N2Zz4=") left 50% top 50% / 19px no-repeat #fff;
}
.title-page .reviews-49 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .reviews-49 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .reviews-49 .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-49 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .reviews-49 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .reviews-49 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .reviews-49 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .reviews-49 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_reviews_pause.png") center center / auto no-repeat;
}
.title-page .reviews-49 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_reviews_play.png") center center / auto no-repeat;
}
.title-page .reviews-49 .pager-wrap {
  box-sizing: border-box;
  display: none;
}
.title-page .reviews-49 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .reviews-49 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .reviews-49 .bx-pager a {
  margin: 2px 8px;
  border: none;
  display: inline-block;
  width: 7px;
  min-height: 7px;
  background: rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .reviews-49 .bx-pager a:hover, .title-page .reviews-49 .bx-pager a.hover, .title-page .reviews-49 .bx-pager a.active {
  background: #000;
}
.title-page .reviews-49 .bx-pager a:active, .title-page .reviews-49 .bx-pager a.active {
  background: #ffc21c;
}
.title-page .block-41 {
  margin: 100px auto 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1300px;
  min-height: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MCIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgNTAgNSIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIDxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9ImxpbmUuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik0zMDUsODQwdi01aDUwdjVIMzA1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMwNSAtODM1KSIgZmlsbD0iI2ZjZDgwZiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIi8+Cjwvc3ZnPg==") left -30px top 20px / auto auto no-repeat;
  z-index: 2;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  max-width: 100%;
}
.title-page .widget-39 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  box-sizing: border-box;
  min-height: 0;
  width: auto;
  right: 0;
}
.title-page .popover-wrap-78 .popover-body {
  padding: 40px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  position: relative;
  display: inline-block;
  width: 300px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-78 .popover-body .form_text input {
  padding: 2px 30px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
  min-height: 50px;
  -webkit-box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  background: rgba(0, 0, 0, 0.03);
}
.title-page .popover-wrap-78 .popover-body .form_text input:hover, .title-page .popover-wrap-78 .popover-body .form_text input.hover, .title-page .popover-wrap-78 .popover-body .form_text input.active {
  -webkit-box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
}
.title-page .popover-wrap-78 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-78 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-78 .popover-body textarea {
  padding: 10px 30px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  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: 15px;
  font-weight: normal;
  -webkit-box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  background: rgba(0, 0, 0, 0.03);
}
.title-page .popover-wrap-78 .popover-body textarea:hover, .title-page .popover-wrap-78 .popover-body textarea.hover, .title-page .popover-wrap-78 .popover-body textarea.active {
  -webkit-box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.05);
}
.title-page .popover-wrap-78 .popover-body .s3_button_large {
  padding: 8px 20px;
  border: none;
  background: repeating-linear-gradient(to top left, rgba(252, 216, 15, 0.32) 0%, rgba(255, 255, 255, 0) 100%) #179aff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 transparent, 0px 15px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0 transparent, 0px 15px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 transparent, 0px 15px 20px rgba(0, 0, 0, 0.1);
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 50px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 20px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-78 .popover-body .s3_button_large:hover, .title-page .popover-wrap-78 .popover-body .s3_button_large.hover, .title-page .popover-wrap-78 .popover-body .s3_button_large.active {
  background: none #179aff;
  -webkit-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  box-shadow: 0 0 0 transparent, 0 0 0 transparent;
}
.title-page .popover-wrap-78 .popover-body .s3_button_large:active, .title-page .popover-wrap-78 .popover-body .s3_button_large.active {
  background: none transparent;
  -webkit-box-shadow: inset 0px 0px 0px 2px #179aff, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px #179aff, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px #179aff, 0 0 0 transparent;
}
.title-page .popover-wrap-78 .popover-body .s3_message {
  padding: 12px;
  border: none;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: rgba(36, 32, 43, 0.93);
  color: rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-78 .popover-close {
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box;
  width: 50px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgd2lkdGg9IjQ4IiBpZD0ic3ZnLTEiPjxwYXRoIGQ9Ik0zOCAxMi44MyAzNS4xNyAxMCAyNCAyMS4xN2wtMTEuMTctMTEuMTctMi44MyAyLjgzTDIxLjE3IDI0bC0xMS4xNyAxMS4xNyAyLjgzIDIuODNMMjQgMjYuODMgMzUuMTcgMzggMzggMzUuMTcgMjYuODMgMjR6IiBpZD0icGF0aC0yIiBmaWxsLW9wYWNpdHk9IjAuMyIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iIzAwMDAwMCI+PC9wYXRoPjxwYXRoIGQ9Ik0wIDBoNDh2NDhIMHoiIGZpbGw9Im5vbmUiIGlkPSJwYXRoLTMiPjwvcGF0aD48L3N2Zz4=") left 50% top 50% / 29px no-repeat rgba(0, 0, 0, 0.03);
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 50px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  left: auto;
  margin-right: 0;
  bottom: auto;
  margin-top: 0;
}
.title-page .popover-wrap-78 .popover-close:hover, .title-page .popover-wrap-78 .popover-close.hover, .title-page .popover-wrap-78 .popover-close.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgd2lkdGg9IjQ4IiBpZD0ic3ZnLTEiPjxwYXRoIGQ9Ik0zOCAxMi44MyAzNS4xNyAxMCAyNCAyMS4xN2wtMTEuMTctMTEuMTctMi44MyAyLjgzTDIxLjE3IDI0bC0xMS4xNyAxMS4xNyAyLjgzIDIuODNMMjQgMjYuODMgMzUuMTcgMzggMzggMzUuMTcgMjYuODMgMjR6IiBpZD0icGF0aC0yIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiIGZpbGw9IiMxNzlhZmYiPjwvcGF0aD48cGF0aCBkPSJNMCAwaDQ4djQ4SDB6IiBmaWxsPSJub25lIiBpZD0icGF0aC0zIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 29px no-repeat rgba(0, 0, 0, 0.03);
}
.title-page .popover-wrap-78 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("https://aviaperevozki.su/t/v22/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-78 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("https://aviaperevozki.su/t/v22/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-78 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("https://aviaperevozki.su/t/v22/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-78 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("https://aviaperevozki.su/t/v22/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .editable_block-78 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-78 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-78 .header {
  box-sizing: border-box;
  font-size: 40px;
  margin-bottom: 30px;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  color: #555;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 300;
}
.title-page .editable_block-78 .body {
  box-sizing: border-box;
  display: block;
  position: relative;
  min-width: 0;
  min-height: 0;
}
.title-page .editable_block-78 .title {
  box-sizing: border-box;
  font-size: 18px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  pointer-events: auto;
}
.title-page .editable_block-78 .image {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-78 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  text-align: left;
}
.title-page .editable_block-78 .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-78 .img-convert {
  box-sizing: border-box;
  width: 180px;
  height: 100px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}
.title-page .editable_block-78 .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-78 .text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  pointer-events: auto;
  color: #555;
  line-height: 1.8;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 16px;
  margin-bottom: 30px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .editable_block-78 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-78 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-78 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-78 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-78 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-78 .more {
  box-sizing: border-box;
  margin-top: 5px;
  pointer-events: auto;
  text-align: left;
}
.title-page .editable_block-78 .more > a {
  padding: 8px 20px;
  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: 50px;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  -webkit-box-shadow: 0 0 0 transparent, 0px 15px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0 transparent, 0px 15px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 transparent, 0px 15px 20px rgba(0, 0, 0, 0.1);
  background: repeating-linear-gradient(to top left, rgba(252, 216, 15, 0.32) 0%, rgba(255, 255, 255, 0) 100%) #179aff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: bold;
}
.title-page .editable_block-78 .more > a:hover, .title-page .editable_block-78 .more > a.hover, .title-page .editable_block-78 .more > a.active {
  background: none #179aff;
  -webkit-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  box-shadow: 0 0 0 transparent, 0 0 0 transparent;
}
.title-page .editable_block-78 .more > a:active, .title-page .editable_block-78 .more > a.active {
  background: none transparent;
  -webkit-box-shadow: inset 0px 0px 0px 2px #179aff, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px #179aff, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px #179aff, 0 0 0 transparent;
}
.title-page .editable_block-78 .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-78 .clear {
  clear: both;
}
.title-page .popover-container-78 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-78 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-78 .popover-form-title {
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 30px;
  box-sizing: border-box;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #555;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
}
.title-page .popover-wrap-78 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-78 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 15px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-78 .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-78 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-78 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-78 .popover-body .s3_form_item.form_div {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-78 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}
.title-page .popover-wrap-78 .popover-body .s3_form_item.form_html_block {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-78 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-78 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-78 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-78 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-78 .popover-body .s3_form_item.form_checkbox {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-78 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-78 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-78 .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-78 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-78 .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-78 .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-78 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-78 .popover-body .s3_form_item.form_radio {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-78 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-78 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-78 .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-78 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-78 .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-78 .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-78 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-78 .popover-body .s3_form_item.form_select {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-78 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-78 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-78 .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-78 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-78 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-78 .popover-body .s3_form_item.form_calendar {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-78 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-78 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-78 .popover-body .s3_form_item.form_calendar_interval {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-78 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-78 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-78 .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-78 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-78 .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-78 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.title-page .popover-wrap-78 .popover-body .s3_form_item.form_upload {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-78 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-78 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-78 .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-78 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-78 .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-78 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-78 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-78 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-28 {
  margin: 100px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 1;
  text-align: left;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  padding-top: 0.02px;
  padding-bottom: 30px;
  max-width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
}
.title-page .block-29 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1300px;
  min-height: 0;
  z-index: 3;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  max-width: 100%;
}
.title-page .widget-27 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  box-sizing: border-box;
  width: 50px;
  min-height: 50px;
  padding-top: 1px;
  padding-bottom: 1px;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
  max-width: 100%;
  font-family: Montserrat, sans-serif;
}
.title-page .up-59 .icon {
  border: none;
  box-sizing: border-box;
  margin-top: 0;
  height: 20px;
  width: 50px;
  display: inline-block;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIzMSIgdmlld0JveD0iMCAwIDIwIDMxIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0idXAuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik0yMTMuOTg4LDYyOS41OTRMMjI0LDYxOC45ODdsMTAuMDEyLDEwLjYwNy0xLjMzNSwxLjQxNEwyMjUsNjIyLjg3NVY2NTBoLTJWNjIyLjg3NWwtNy42NzcsOC4xMzNaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjE0IC02MTkpIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiIGZpbGw9IiMxNzlhZmYiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / 12px no-repeat #fff;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 50px;
}
.title-page .up-59 .icon:hover, .title-page .up-59 .icon.hover, .title-page .up-59 .icon.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIzMSIgdmlld0JveD0iMCAwIDIwIDMxIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0idXAuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik0yMTMuOTg4LDYyOS41OTRMMjI0LDYxOC45ODdsMTAuMDEyLDEwLjYwNy0xLjMzNSwxLjQxNEwyMjUsNjIyLjg3NVY2NTBoLTJWNjIyLjg3NWwtNy42NzcsOC4xMzNaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjE0IC02MTkpIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiIGZpbGw9IiNmY2Q4MGYiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / 12px no-repeat #fff;
}
.title-page .up-59 .title {
  box-sizing: border-box;
  color: #000;
  margin-top: 14px;
  margin-bottom: 5px;
  -webkit-order: 5;
  -moz-order: 5;
  order: 5;
}
.title-page .block-30 {
  margin: -25px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: rgba(0, 0, 0, 0.03);
  max-width: 100%;
  z-index: 2;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  right: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-31 .layout_64 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-31 .layout_68 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-31 .layout_74 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-31 {
  padding: 0.02px 50px;
  margin: 6px auto 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1300px;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  text-align: left;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-decoration: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .block-34 {
  margin: 0 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 120px;
  z-index: 3;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  padding-left: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
  padding-right: 50px;
}
.title-page .widget-32 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  color: #777;
  text-align: left;
  text-decoration: none;
  font-size: 14px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-weight: normal;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  right: 0;
}
.title-page .block-33 {
  margin: 0 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 120px;
  z-index: 2;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  padding-right: 50px;
  padding-left: 50px;
  max-width: 100%;
  -webkit-box-shadow: inset 1px 0px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 1px 0px 0px rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 0px 0px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-29 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
  min-height: 0;
}
.title-page .phones-66 p:first-child {
  margin-top: 0;
}
.title-page .phones-66 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-66 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .phones-66 .cell-icon {
  box-sizing: border-box;
  display: none;
  position: relative;
  z-index: 5;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .phones-66 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 18px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNS42ODciIGhlaWdodD0iMTcuNzgxIiB2aWV3Qm94PSIwIDAgMTUuNjg3IDE3Ljc4MSIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIDxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9InBob25lLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNOTg4LjMxNiwzNi43YTAuNjUyLDAuNjUyLDAsMCwwLC4xNDMtMC45MTcsMC42NjYsMC42NjYsMCwwLDAtLjkyNS0wLjE0MiwwLjY1MSwwLjY1MSwwLDAsMC0uMTQ0LjkxN0EwLjY2NywwLjY2NywwLDAsMCw5ODguMzE2LDM2LjdabS0xLjg3MSwxLjM1NmEwLjY1MiwwLjY1MiwwLDAsMCwuMTQzLTAuOTE3QTAuNjY2LDAuNjY2LDAsMCwwLDk4NS42NjMsMzdhMC42NTEsMC42NTEsMCwwLDAtLjE0NC45MTdBMC42NjcsMC42NjcsMCwwLDAsOTg2LjQ0NSwzOC4wNTdabS0xLjg3MSwxLjM1NWEwLjY1MiwwLjY1MiwwLDAsMCwuMTQzLTAuOTE3LDAuNjY2LDAuNjY2LDAsMCwwLS45MjUtMC4xNDIsMC42NTEsMC42NTEsMCwwLDAtLjE0NC45MTdBMC42NjcsMC42NjcsMCwwLDAsOTg0LjU3NCwzOS40MTNabTMuMSw4LjY2OGMwLS4wMTUtMC4wMS0wLjAyOS0wLjAxNS0wLjA0M3MtMC4wMDktLjAzLTAuMDE1LTAuMDQ0LTAuMDE0LS4wMjMtMC4wMi0wLjAzNGEwLjQ1NCwwLjQ1NCwwLDAsMC0uMDI4LTAuMDQ3czAsMCwwLS4wMDUtMC4wMTgtLjAyLTAuMDI3LTAuMDNhMC4zMjMsMC4zMjMsMCwwLDAtLjAyOC0wLjAzMUw5ODUuNDQyLDQ1LjlhMC40NzcsMC40NzcsMCwwLDAtLjY2OS4wMjEsMC40NjYsMC40NjYsMCwwLDAsLjAyMS42NjJsMS42NzEsMS41NTVhNC41NjMsNC41NjMsMCwwLDEtMi4yMjMuOTI5aDBhMS41NTgsMS41NTgsMCwwLDEtLjcyLTAuMTcxaDBsLTAuMDM2LS4wMjFhMTkuNDY4LDE5LjQ2OCwwLDAsMS01LjY0Ni00Ljg1bC0wLjE1Ny0uMmExOS4yNzYsMTkuMjc2LDAsMCwxLTMuMzU5LTYuNjExYzAtLjAwOSwwLTAuMDItMC4wMDgtMC4wMjlhMS4yNDgsMS4yNDgsMCwwLDEtLjAwOC0wLjcsNS45LDUuOSwwLDAsMSwxLjExNS0xLjc3NWwxLjI2MSwyLjAyMWEwLjQ3NSwwLjQ3NSwwLDAsMCwuNjUxLjE1MiwwLjQ2NywwLjQ2NywwLDAsMCwuMTU0LTAuNjQ1bC0xLjU2MS0yLjVhMC40NjMsMC40NjMsMCwwLDAtLjA5MS0wLjFjLTAuMDA3LS4wMDctMC4wMTEtMC4wMTUtMC4wMTgtMC4wMjFhMC40NzYsMC40NzYsMCwwLDAtLjY2OS4wMDcsNy4zMTUsNy4zMTUsMCwwLDAtMS43MzIsMi41NDgsMi4xMzYsMi4xMzYsMCwwLDAtLjAxLDEuMjg2LDIwLjMwNiwyMC4zMDYsMCwwLDAsMy41MjgsNi45NDlsMC4xNTcsMC4yYTIwLjUxNCwyMC41MTQsMCwwLDAsNS45MzYsNS4wOTUsMi40NzYsMi40NzYsMCwwLDAsMS4yMTMuMzA4aDBhNiw2LDAsMCwwLDMuMjUyLTEuNDRjMC4wMTMtLjAwOS4wMjMtMC4wMjEsMC4wMzUtMC4wMzFzMC4wMTktLjAxNC4wMjctMC4wMjNsMCwwYTAuNDM4LDAuNDM4LDAsMCwwLC4wMzQtMC4wNDNjMC4wMDctLjAxMS4wMTYtMC4wMiwwLjAyMy0wLjAzMXMwLjAxNC0uMDI5LjAyMS0wLjA0NGEwLjMsMC4zLDAsMCwwLC4wMTgtMC4wMzgsMC4zNDUsMC4zNDUsMCwwLDAsLjAxMi0wLjA0NWMwLS4wMTQuMDA4LTAuMDI4LDAuMDExLTAuMDQyczAtLjAzMiwwLTAuMDQ5LDAtLjAyNywwLTAuMDQxYTAuNDIxLDAuNDIxLDAsMCwwLS4wMDctMC4wNUM5ODcuNjc0LDQ4LjEwNyw5ODcuNjc0LDQ4LjA5Myw5ODcuNjcxLDQ4LjA4Wm0wLjc1OS0yLjY0OGEyNy4xMzcsMjcuMTM3LDAsMCwwLTIuNjI1LTIuMzc4LDEuMjM2LDEuMjM2LDAsMCwwLS45MzgtMC4zLDEuNDM3LDEuNDM3LDAsMCwwLS45MzUuNTc4Yy0wLjEzOC4xNzItLjM4MywwLjQ3NC0wLjQ3LDAuNTc0YTAuODE2LDAuODE2LDAsMCwxLTEuMjMyLjI3NCwxNC45NywxNC45NywwLDAsMS0yLjA0OS0yLjIyOGMtMC4wMDgtLjAxMi0wLjAxNy0wLjAyMy0wLjAyNS0wLjAzM2wwLS4wMDZjLTAuMDA4LS4wMS0wLjAxNS0wLjAxOS0wLjAyNC0wLjAyOWExNC45NDQsMTQuOTQ0LDAsMCwxLTEuNjgxLTIuNTIxLDAuOCwwLjgsMCwwLDEsLjU2OC0xLjExNGwwLjA2MS0uMDI2YTMuNjcyLDMuNjcyLDAsMCwwLDEuMTI1LS42NzIsMS4yMzEsMS4yMzEsMCwwLDAsLjI2OC0xLjQ2NiwyNy45MzksMjcuOTM5LDAsMCwwLTEuOTkxLTMuMjQ2LDEuNCwxLjQsMCwwLDAtMS45NTMtLjQwNmwwLjUyMiwwLjc4MmEwLjQ0NywwLjQ0NywwLDAsMSwuNjY1LjE3NCwyNy4xNTYsMjcuMTU2LDAsMCwxLDEuOTA2LDMuMTA2LDAuMywwLjMsMCwwLDEtLjA4Ni4zOTQsMi45MywyLjkzLDAsMCwxLS44MjQuNDcyYy0wLjA1MS4wMjEtLjA4OSwwLjAzOC0wLjExLDAuMDQ4YTEuNzM3LDEuNzM3LDAsMCwwLTEuMDQsMi4yNzhjMC4wMDYsMC4wMTYuMDEyLDAuMDMyLDAuMDE5LDAuMDQ4YTE1LjYxLDE1LjYxLDAsMCwwLDEuODE1LDIuNzM5bDAuMDExLDAuMDE0LDAuMDE4LDAuMDI1YTE1LjY3OSwxNS42NzksMCwwLDAsMi4yMzQsMi40MTMsMC4zODQsMC4zODQsMCwwLDAsLjA0NC4wMzIsMS43NzEsMS43NzEsMCwwLDAsMi40ODMtLjQ0MmMwLjEtLjEyLjM3NS0wLjQ1NCwwLjQ5LTAuNmwwLjAxMi0uMDE2YTAuNTIzLDAuNTIzLDAsMCwxLC4zLTAuMjE2LDAuMzMzLDAuMzMzLDAsMCwxLC4yMjcuMSwyNS44NDMsMjUuODQzLDAsMCwxLDIuNSwyLjI1MWMwLjAxMywwLjAxNi4wMjYsMC4wMzEsMC4wNCwwLjA0NSwwLjQ1MywwLjQ0Ni4zMTIsMC43MTMsMC4yNjYsMC44YTAuNDY2LDAuNDY2LDAsMCwwLC4yLjYzMywwLjQ3NiwwLjQ3NiwwLDAsMCwuNjM5LTAuMkExLjUyOCwxLjUyOCwwLDAsMCw5ODguNDMsNDUuNDMyWk05ODIuNyw0MC43NjhhMC42NTIsMC42NTIsMCwwLDAsLjE0My0wLjkxNywwLjY2NiwwLjY2NiwwLDAsMC0uOTI1LTAuMTQyLDAuNjUxLDAuNjUxLDAsMCwwLS4xNDQuOTE3QTAuNjY3LDAuNjY3LDAsMCwwLDk4Mi43LDQwLjc2OFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC05NzMuMzEzIC0zMi4yMTkpIiBmaWxsPSIjZmZkNDI2IiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / auto auto no-repeat;
  margin-right: 10px;
  min-height: 18px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .phones-66 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .phones-66 .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-66 .title {
  box-sizing: border-box;
  display: none;
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 10px;
}
.title-page .phones-66 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 15px;
  font-weight: normal;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .phones-66 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-66 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-66 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-30 {
  margin: 25px 0 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  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: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: 0;
}
.title-page .widgetsocial-67 .soc-header {
  box-sizing: border-box;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 10px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}
.title-page .widgetsocial-67 .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-67 .soc-item {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  vertical-align: middle;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
}
.title-page .widgetsocial-67 .soc {
  margin: 0 10px 0 0;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  vertical-align: middle;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-decoration: none;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  text-align: center;
  align-self: auto;
}
.title-page .widgetsocial-67 .vk .wg-soc-icon {
  background: url("https://aviaperevozki.su/t/v22/images/images/wm_social_links_vk.png") left 50% top 50% / cover no-repeat;
  width: 30px;
  min-height: 30px;
  text-align: left;
  height: 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.title-page .widgetsocial-67 .vk .wg-soc-icon:hover, .title-page .widgetsocial-67 .vk .wg-soc-icon.hover, .title-page .widgetsocial-67 .vk .wg-soc-icon.active {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.title-page .widgetsocial-67 .fb .wg-soc-icon {
  background: url("https://aviaperevozki.su/t/v22/images/images/wm_social_links_fb.png") left 50% top 50% / cover no-repeat;
  width: 30px;
  min-height: 30px;
  text-align: left;
  height: 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.title-page .widgetsocial-67 .fb .wg-soc-icon:hover, .title-page .widgetsocial-67 .fb .wg-soc-icon.hover, .title-page .widgetsocial-67 .fb .wg-soc-icon.active {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.title-page .widgetsocial-67 .tw .wg-soc-icon {
  background: url("https://aviaperevozki.su/t/v22/images/images/wm_social_links_tw.png") left 50% top 50% / cover no-repeat;
  width: 30px;
  min-height: 30px;
  text-align: left;
  height: 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.title-page .widgetsocial-67 .tw .wg-soc-icon:hover, .title-page .widgetsocial-67 .tw .wg-soc-icon.hover, .title-page .widgetsocial-67 .tw .wg-soc-icon.active {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.title-page .widgetsocial-67 .google .wg-soc-icon {
  background: url("https://aviaperevozki.su/t/v22/images/images/wm_social_links_google.png") left 50% top 50% / cover no-repeat;
  width: 30px;
  min-height: 30px;
  text-align: left;
  height: 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.title-page .widgetsocial-67 .google .wg-soc-icon:hover, .title-page .widgetsocial-67 .google .wg-soc-icon.hover, .title-page .widgetsocial-67 .google .wg-soc-icon.active {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.title-page .widgetsocial-67 .ins .wg-soc-icon {
  background: url("https://aviaperevozki.su/t/v22/images/images/wm_social_links_ins.png") left 50% top 50% / cover no-repeat;
  width: 30px;
  min-height: 30px;
  text-align: left;
  height: 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.title-page .widgetsocial-67 .ok .wg-soc-icon {
  background: url("https://aviaperevozki.su/t/v22/images/images/wm_social_links_ok.png") left 50% top 50% / cover no-repeat;
  width: 30px;
  min-height: 30px;
  text-align: left;
  height: 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.title-page .widgetsocial-67 .ok .wg-soc-icon:hover, .title-page .widgetsocial-67 .ok .wg-soc-icon.hover, .title-page .widgetsocial-67 .ok .wg-soc-icon.active {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.title-page .widgetsocial-67 .mail .wg-soc-icon {
  background: url("https://aviaperevozki.su/t/v22/images/images/wm_social_links_mail.png") left 50% top 50% / cover no-repeat;
  width: 30px;
  min-height: 30px;
  text-align: left;
  height: 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.title-page .widgetsocial-67 .mail .wg-soc-icon:hover, .title-page .widgetsocial-67 .mail .wg-soc-icon.hover, .title-page .widgetsocial-67 .mail .wg-soc-icon.active {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.title-page .widgetsocial-67 .pin .wg-soc-icon {
  background: url("https://aviaperevozki.su/t/v22/images/images/wm_social_links_pin.png") left 50% top 50% / cover no-repeat;
  width: 30px;
  min-height: 30px;
  text-align: left;
  height: 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.title-page .widgetsocial-67 .pin .wg-soc-icon:hover, .title-page .widgetsocial-67 .pin .wg-soc-icon.hover, .title-page .widgetsocial-67 .pin .wg-soc-icon.active {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.title-page .widgetsocial-67 .lj .wg-soc-icon {
  background: url("https://aviaperevozki.su/t/v22/images/images/wm_social_links_lj.png") left 50% top 50% / cover no-repeat;
  width: 30px;
  min-height: 30px;
  text-align: left;
  height: 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.title-page .widgetsocial-67 .lj .wg-soc-icon:hover, .title-page .widgetsocial-67 .lj .wg-soc-icon.hover, .title-page .widgetsocial-67 .lj .wg-soc-icon.active {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.title-page .widgetsocial-67 .my .wg-soc-icon {
  background: url("https://aviaperevozki.su/t/v22/images/images/wm_social_links_my.png") left 50% top 50% / cover no-repeat;
  width: 30px;
  min-height: 30px;
  text-align: left;
  height: 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.title-page .widgetsocial-67 .my .wg-soc-icon:hover, .title-page .widgetsocial-67 .my .wg-soc-icon.hover, .title-page .widgetsocial-67 .my .wg-soc-icon.active {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.title-page .widgetsocial-67 .youtube .wg-soc-icon {
  background: url("https://aviaperevozki.su/t/v22/images/images/wm_social_links_youtube.png") left 50% top 50% / cover no-repeat;
  width: 30px;
  min-height: 30px;
  text-align: left;
  height: 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.title-page .widgetsocial-67 .youtube .wg-soc-icon:hover, .title-page .widgetsocial-67 .youtube .wg-soc-icon.hover, .title-page .widgetsocial-67 .youtube .wg-soc-icon.active {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.title-page .widgetsocial-67 .telegram .wg-soc-icon {
  background: url("https://aviaperevozki.su/t/v22/images/images/wm_social_links_tg.png") left 50% top 50% / cover no-repeat;
  width: 30px;
  min-height: 30px;
  text-align: left;
  height: 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.title-page .widgetsocial-67 .telegram .wg-soc-icon:hover, .title-page .widgetsocial-67 .telegram .wg-soc-icon.hover, .title-page .widgetsocial-67 .telegram .wg-soc-icon.active {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.title-page .widgetsocial-67 .whatsapp .wg-soc-icon {
  background: url("https://aviaperevozki.su/t/v22/images/images/wm_social_links_wa.png") left 50% top 50% / cover no-repeat;
  width: 30px;
  min-height: 30px;
  text-align: left;
  height: 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.title-page .widgetsocial-67 .whatsapp .wg-soc-icon:hover, .title-page .widgetsocial-67 .whatsapp .wg-soc-icon.hover, .title-page .widgetsocial-67 .whatsapp .wg-soc-icon.active {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.title-page .widgetsocial-67 .wg-soc-icon {
  box-sizing: border-box;
  min-width: 20px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .widgetsocial-67 .wg-soc-title {
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
  box-sizing: border-box;
  color: #000;
  font-size: 14px;
  line-height: 1;
  word-break: break-word;
}
.title-page .block-36 {
  margin: 0 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 120px;
  z-index: 1;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  padding-left: 50px;
  -webkit-box-shadow: inset 1px 0px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 1px 0px 0px rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 0px 0px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-right: 50px;
}
.title-page .widget-34 {
  margin: 30px 0 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  color: #777;
  text-align: left;
  text-decoration: none;
  width: 195px;
  right: 0;
}
.title-page .widget-33 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  box-sizing: border-box;
  width: 286px;
  right: 0;
}
.title-page .widget-35 {
  top: 0;
  left: 0;
  position: fixed;
  width: auto;
  text-align: center;
  right: 0;
  z-index: 1450;
  margin-left: 0;
  margin-right: 0;
}
.title-page .side-panel-75 .side-panel-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  pointer-events: auto;
}
.title-page .side-panel-75 .side-panel-content {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 265px;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
}
.title-page .side-panel-75 .side-panel-close {
  position: absolute;
  z-index: 1;
  left: 100%;
  top: 0;
  box-sizing: border-box;
  font-size: 0;
  width: 29px;
  min-height: 29px;
  background: url("https://aviaperevozki.su/t/v22/images/images/wm_side_panel_cross.png") left 50% top 50% / auto no-repeat #eee;
  cursor: pointer;
}
.title-page .side-panel-75 .side-panel-content-inner {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  position: relative;
  z-index: 0;
}
.title-page .side-panel-75 .side-panel-top {
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .side-panel-75 .side-panel-button {
  padding: 4px 5px 7px;
  box-sizing: border-box;
  font-size: 0;
  width: 29px;
  min-height: 0;
  background: #eee;
  cursor: pointer;
  -webkit-order: 2;
  -moz-order: 2;
  order: 2;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  pointer-events: auto;
  position: relative;
  z-index: 10;
  text-align: center;
}
.title-page .side-panel-75 .side-panel-button-icon {
  display: block;
}
.title-page .side-panel-75 .side-panel-button-icon-line {
  box-sizing: border-box;
  display: block;
  min-height: 3px;
  margin-top: 3px;
  background: #000;
}
.title-page .side-panel-75 .side-panel-top-inner {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-order: 1;
  -moz-order: 1;
  order: 1;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
@media all and (max-width: 960px) {
  .title-page .editorElement {
    max-width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .layout {
    max-width: 100%;
  }
  .title-page .layout.layout_center {
    box-sizing: border-box;
  }
  .title-page .wrapper {
    background: none;
  }
  .title-page .block-37 {
    -webkit-order: 9;
    -moz-order: 9;
    order: 9;
  }
  .title-page .block-3 .layout_6 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-3 .layout_7 {
    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-3 {
    width: auto;
    background: none;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
  }
  .title-page .block-2 {
    padding-right: 30px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .widget-4 {
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-3 {
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .block-8 {
    -webkit-order: 12;
    -moz-order: 12;
    order: 12;
  }
  .title-page .block-7 .layout_15 {
    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-7 .layout_77 {
    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-7 {
    width: auto;
    background: none;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .title-page .block-40 {
    border: none;
    display: none;
    margin-top: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .title-page .widget-13 {
    margin-top: 50px;
    margin-left: 30px;
    margin-right: 30px;
    -webkit-order: 7;
    -moz-order: 7;
    order: 7;
    display: none;
  }
  .title-page .popover-wrap-23 .popover-body .s3_message {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .blocklist-23 .body-outer {
    width: auto;
  }
  .title-page .blocklist-23 .body {
    width: auto;
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-23 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-23 .item {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-bottom: 15px;
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-23 .image {
    border: none;
    margin-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    width: 50px;
    min-height: 50px;
  }
  .title-page .blocklist-23 .title {
    color: rgba(0, 0, 0, 0.7);
  }
  .title-page .block-6 {
    margin-left: auto;
    padding-right: 0;
  }
  .title-page .block-5 {
    width: auto;
    margin-left: 0;
  }
  .title-page .widget-7 {
    text-align: right;
    width: auto;
    margin-left: 30px;
    margin-right: 30px;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    right: 0;
    display: block;
  }
  .title-page .phones-12 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .phones-12 .block-body-drop {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    margin-left: 0;
  }
  .title-page .widget-8 {
    background: none;
    margin-left: auto;
    margin-right: 30px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    right: auto;
  }
  .title-page .popover-wrap-13 .popover-body .s3_message {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .widget-2 {
    -webkit-order: 10;
    -moz-order: 10;
    order: 10;
    display: block;
  }
  .title-page .popover-wrap-3 .popover-body .s3_message {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .slider-3 .text-slider {
    margin-top: 0;
    right: 0;
    left: 0;
    margin-left: 30px;
    width: auto;
    padding-left: 0;
    margin-right: 30px;
  }
  .title-page .slider-3 .block-more {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .slider-3 .block-title {
    font-size: 35px;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .slider-3 .slider-controls {
    left: 0;
    right: 0;
    width: auto;
    margin-left: 0;
    padding-right: 0;
    margin-right: 0;
  }
  .title-page .slider-3 .slider-prev {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .title-page .slider-3 .slider-next {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .title-page .slider-3 .slider-pager > a {
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .block-11 {
    padding-top: 80px;
    padding-bottom: 80px;
    -webkit-order: 13;
    -moz-order: 13;
    order: 13;
  }
  .title-page .block-12 .layout_26 {
    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-12 .layout_25_id_27 {
    margin: 15px 0 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    flex-basis: auto;
    width: auto;
  }
  .title-page .block-12 {
    width: auto;
    background: none;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .title-page .widget-16 {
    text-align: left;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    margin-left: 30px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .popover-wrap-28 .popover-body .s3_message {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .widget-15 {
    width: auto;
    margin-left: 30px;
    margin-right: 30px;
    padding-right: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .popover-wrap-27 .popover-body .s3_message {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .editable_block-27 .header {
    font-size: 35px;
  }
  .title-page .editable_block-27 .body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .editable_block-27 .more {
    clear: none;
  }
  .title-page .widget-14 {
    margin-right: 30px;
    margin-left: 30px;
    margin-top: 50px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .popover-wrap-26 .popover-body .s3_message {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .blocklist-26 .header {
    margin-bottom: 30px;
  }
  .title-page .blocklist-26 .body {
    width: auto;
  }
  .title-page .blocklist-26 .item {
    width: auto;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .blocklist-26 .text {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-26 .image {
    float: none;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-26 .title {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-26 .sub-title {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-26 .price {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-26 .more {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .block-13 {
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 80px;
    -webkit-order: 14;
    -moz-order: 14;
    order: 14;
  }
  .title-page .block-14 .layout_31 {
    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-14 .layout_33 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    margin-left: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-14 .layout_30_id_31 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    margin-left: 0;
    margin-right: 0;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .block-14 {
    width: auto;
    background: none;
    margin-left: 0;
    margin-right: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    padding-right: 30px;
    padding-left: 30px;
  }
  .title-page .text-2 {
    margin-top: 15px;
    margin-left: auto;
  }
  .title-page .widget-17 {
    margin-top: 20px;
    margin-right: auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .popover-wrap-31 .popover-body .s3_message {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .widget-18 {
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .popover-wrap-32 .popover-body .s3_message {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .blocklist-32 .header {
    margin-bottom: 0;
  }
  .title-page .blocklist-32 .header_text {
    font-size: 35px;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    margin-bottom: 5px;
  }
  .title-page .blocklist-32 .body {
    width: auto;
  }
  .title-page .blocklist-32 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-32 .item {
    margin-bottom: 30px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-32 .image {
    margin-left: 3px;
  }
  .title-page .block-17 {
    padding-right: 0;
    padding-left: 0;
    -webkit-order: 16;
    -moz-order: 16;
    order: 16;
  }
  .title-page .widget-20 {
    margin-left: 30px;
    margin-right: 30px;
    -webkit-order: 11;
    -moz-order: 11;
    order: 11;
    display: block;
  }
  .title-page .popover-wrap-37 .popover-body .s3_message {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .blocklist-37 .body-outer {
    width: auto;
  }
  .title-page .blocklist-37 .body {
    width: auto;
  }
  .title-page .blocklist-37 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-37 .item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-37 .image {
    margin-right: 0;
    margin-bottom: 0;
    float: none;
  }
  .title-page .blocklist-37 .sub-title {
    background: none;
  }
  .title-page .blocklist-37 .bx-wrapper {
    max-width: 708px;
  }
  .title-page .block-16 {
    padding-top: 80px;
    -webkit-order: 15;
    -moz-order: 15;
    order: 15;
  }
  .title-page .block-15 {
    width: auto;
    background: none;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .widget-19 {
    margin-left: 30px;
    margin-right: 30px;
    -webkit-order: 13;
    -moz-order: 13;
    order: 13;
    display: block;
  }
  .title-page .popover-wrap-35 .popover-body .s3_message {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .blocklist-35 .header_text {
    font-size: 35px;
  }
  .title-page .blocklist-35 .body-outer {
    width: auto;
  }
  .title-page .blocklist-35 .body {
    width: auto;
  }
  .title-page .blocklist-35 .bx-wrapper {
    max-width: 738px;
  }
  .title-page .blocklist-35 .list {
    width: 738px;
  }
  .title-page .blocklist-35 .item-outer {
    width: 33.33%;
  }
  .title-page .blocklist-35 .item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .blocklist-35 .image {
    margin-right: 0;
    float: none;
    background: none;
  }
  .title-page .block-19 {
    background: none;
    -webkit-order: 17;
    -moz-order: 17;
    order: 17;
  }
  .title-page .block-20 {
    width: auto;
    background: none;
    margin-left: 0;
    margin-right: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    padding-right: 30px;
    padding-left: 30px;
  }
  .title-page .block-18 .layout_39 {
    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-18 .layout_40 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    margin-left: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-18 {
    width: 571px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .widget-21 {
    margin-right: 30px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .popover-wrap-39 .popover-body .s3_message {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .text-3 {
    margin-top: 8px;
    margin-left: 0;
    right: auto;
  }
  .title-page .widget-23 {
    -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-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .popover-wrap-45 .popover-body .s3_message {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .blocklist-45 .header {
    margin-bottom: 30px;
    background: none;
  }
  .title-page .blocklist-45 .header_text {
    font-size: 35px;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
  }
  .title-page .blocklist-45 .body-outer {
    padding-right: 0;
  }
  .title-page .blocklist-45 .body {
    width: auto;
    margin-right: -15px;
    margin-left: -15px;
  }
  .title-page .blocklist-45 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-45 .item {
    width: auto;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    display: -webkit-flex;
    display: flex;
    margin-right: 15px;
    margin-left: 15px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
    padding-right: 0;
    flex-basis: 100%;
  }
  .title-page .blocklist-45 .item-label {
    background: none;
    margin-top: 78px;
    width: 13px;
    margin-left: 0;
    right: auto;
  }
  .title-page .blocklist-45 .text {
    margin-left: 40px;
    background: none;
  }
  .title-page .blocklist-45 .image {
    margin-right: 0;
    float: none;
  }
  .title-page .blocklist-45 .img-convert {
    background: none;
  }
  .title-page .blocklist-45 .title {
    margin-left: 40px;
    background: none;
    margin-top: 0;
  }
  .title-page .block-23 {
    background: none;
    margin-top: 0;
    padding-bottom: 100px;
    padding-top: 80px;
    -webkit-order: 19;
    -moz-order: 19;
    order: 19;
  }
  .title-page .block-25 .layout_55 {
    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-25 .layout_56 {
    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-25 {
    width: auto;
    background: none;
    margin-left: 0;
    margin-right: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    padding-right: 30px;
    padding-left: 30px;
  }
  .title-page .block-26 {
    display: none;
  }
  .title-page .block-27 {
    margin-top: 0;
  }
  .title-page .widget-26 {
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .form-53 .form__header {
    font-size: 35px;
    background: none;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .form-53 .form__text {
    margin-bottom: 20px;
  }
  .title-page .form-53 .form-text {
    margin-left: 6px;
    margin-right: 6px;
  }
  .title-page .form-53 .form-text input {
    min-height: 50px;
  }
  .title-page .form-53 .form-submit button {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .block-21 {
    background: linear-gradient(rgba(12, 97, 163, 0.9), rgba(12, 97, 163, 0.9));
    padding-bottom: 80px;
    padding-top: 80px;
    -webkit-order: 18;
    -moz-order: 18;
    order: 18;
  }
  .title-page .block-22 {
    width: auto;
    background: none;
    margin-left: 0;
    margin-right: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    padding-right: 0;
    padding-left: 0;
  }
  .title-page .widget-24 {
    margin-left: 30px;
    margin-right: auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .popover-wrap-48 .popover-body .s3_message {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .widget-25 {
    margin-left: 30px;
    margin-right: 30px;
    background: none;
    height: auto;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .reviews-49 .header_text {
    font-size: 35px;
  }
  .title-page .reviews-49 .list-wr {
    overflow: visible;
  }
  .title-page .reviews-49 .body {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .reviews-49 .bx-wrapper {
    max-width: 708px;
  }
  .title-page .reviews-49 .list {
    width: 708px;
    overflow-x: visible;
    overflow-y: visible;
  }
  .title-page .reviews-49 .item-outer {
    width: 100%;
  }
  .title-page .reviews-49 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .reviews-49 .footer {
    margin-left: 0;
  }
  .title-page .reviews-49 .prev {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .block-41 {
    background: none;
    margin-top: 0;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-order: 20;
    -moz-order: 20;
    order: 20;
  }
  .title-page .widget-39 {
    -webkit-order: 19;
    -moz-order: 19;
    order: 19;
    display: block;
  }
  .title-page .popover-wrap-78 .popover-body .s3_message {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .editable_block-78 .header {
    font-size: 35px;
  }
  .title-page .editable_block-78 .body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .editable_block-78 .more {
    clear: none;
  }
  .title-page .block-28 {
    background: none;
    padding-right: 0;
    padding-left: 0;
    -webkit-order: 20;
    -moz-order: 20;
    order: 20;
  }
  .title-page .block-29 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .widget-27 {
    background: none;
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-30 {
    padding-bottom: 50px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-31 .layout_64 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-31 .layout_68 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-31 .layout_74 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    width: 100%;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-31 {
    width: auto;
    background: none;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .block-34 {
    width: 784px;
    min-height: 0;
    background: none;
    margin-left: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    padding-right: 0;
    padding-bottom: 0.02px;
  }
  .title-page .widget-32 {
    text-align: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-33 {
    width: 1048px;
    min-height: 0;
    background: none;
    text-align: center;
    margin-top: 30px;
    padding-right: 0;
    padding-left: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .widget-29 {
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .phones-66 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .phones-66 .block-body-drop {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    margin-left: 0;
  }
  .title-page .phones-66 .title {
    text-align: center;
  }
  .title-page .phones-66 .text_body {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .widget-30 {
    text-align: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widgetsocial-67 .vk .wg-soc-icon {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .widgetsocial-67 .fb .wg-soc-icon {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .widgetsocial-67 .tw .wg-soc-icon {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .widgetsocial-67 .google .wg-soc-icon {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .widgetsocial-67 .ins .wg-soc-icon {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .widgetsocial-67 .ok .wg-soc-icon {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .widgetsocial-67 .mail .wg-soc-icon {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .widgetsocial-67 .pin .wg-soc-icon {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .widgetsocial-67 .lj .wg-soc-icon {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .widgetsocial-67 .my .wg-soc-icon {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .widgetsocial-67 .youtube .wg-soc-icon {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .widgetsocial-67 .telegram .wg-soc-icon {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .widgetsocial-67 .whatsapp .wg-soc-icon {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .block-36 {
    min-height: 0;
    background: none;
    margin-top: 30px;
    margin-bottom: 0;
    padding-left: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    padding-right: 0;
  }
  .title-page .widget-34 {
    text-align: center;
    width: auto;
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .widget-33 {
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: none;
  }
  .title-page .widget-35 {
    box-sizing: border-box;
    -webkit-order: 8;
    -moz-order: 8;
    order: 8;
    display: block;
  }
  .title-page .side-panel-75 .side-panel-content {
    left: auto;
    right: 0;
  }
  .title-page .side-panel-75 .side-panel-close {
    border: none;
    left: auto;
    right: 0;
    width: 50px;
    min-height: 50px;
    margin-right: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgd2lkdGg9IjQ4IiBpZD0ic3ZnLTEiPjxwYXRoIGQ9Ik0zOCAxMi44MyAzNS4xNyAxMCAyNCAyMS4xN2wtMTEuMTctMTEuMTctMi44MyAyLjgzTDIxLjE3IDI0bC0xMS4xNyAxMS4xNyAyLjgzIDIuODNMMjQgMjYuODMgMzUuMTcgMzggMzggMzUuMTcgMjYuODMgMjR6IiBpZD0icGF0aC0yIiBmaWxsLW9wYWNpdHk9IjAuNSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iIzAwMDAwMCI+PC9wYXRoPjxwYXRoIGQ9Ik0wIDBoNDh2NDhIMHoiIGZpbGw9Im5vbmUiIGlkPSJwYXRoLTMiPjwvcGF0aD48L3N2Zz4=") left 50% top 50% / 29px no-repeat #eee;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .title-page .side-panel-75 .side-panel-close:hover, .title-page .side-panel-75 .side-panel-close.hover, .title-page .side-panel-75 .side-panel-close.active {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgd2lkdGg9IjQ4IiBpZD0ic3ZnLTEiPjxwYXRoIGQ9Ik0zOCAxMi44MyAzNS4xNyAxMCAyNCAyMS4xN2wtMTEuMTctMTEuMTctMi44MyAyLjgzTDIxLjE3IDI0bC0xMS4xNyAxMS4xNyAyLjgzIDIuODNMMjQgMjYuODMgMzUuMTcgMzggMzggMzUuMTcgMjYuODMgMjR6IiBpZD0icGF0aC0yIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiIGZpbGw9IiM2ZTE3ZmYiPjwvcGF0aD48cGF0aCBkPSJNMCAwaDQ4djQ4SDB6IiBmaWxsPSJub25lIiBpZD0icGF0aC0zIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 29px no-repeat #eee;
  }
  .title-page .side-panel-75 .side-panel-top {
    width: auto;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .title-page .side-panel-75 .side-panel-button {
    border: none;
    width: 50px;
    min-height: 50px;
    padding-top: 11px;
    padding-right: 12px;
    padding-left: 12px;
    -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 .side-panel-75 .side-panel-button-icon-line {
    border: none;
    margin-top: 5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: #179aff;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
}
@media all and (max-width: 768px) {
  .title-page .block-37 {
    margin-top: auto;
    margin-bottom: auto;
  }
  .title-page .block-3 .layout_6 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-3 .layout_7 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-7 .layout_15 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-7 .layout_77 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .blocklist-23 .image {
    background: rgba(0, 0, 0, 0.03);
  }
  .title-page .blocklist-23 .title {
    margin-top: 18px;
  }
  .title-page .block-5 {
    text-align: right;
  }
  .title-page .slider-3 .text-slider {
    overflow: hidden;
  }
  .title-page .block-12 .layout_26 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-12 .layout_25_id_27 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .widget-16 {
    margin-right: auto;
  }
  .title-page .blocklist-26 .body {
    margin-right: -15px;
    margin-left: -15px;
  }
  .title-page .block-14 .layout_31 {
    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-14 .layout_33 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-14 .layout_30_id_31 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-14:hover, .title-page .block-14.hover, .title-page .block-14.active {
    background: none;
  }
  .title-page .text-2 {
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .widget-17 {
    margin-top: 15px;
  }
  .title-page .blocklist-32 .header {
    margin-bottom: 10px;
  }
  .title-page .blocklist-32 .body {
    margin-right: -15px;
    margin-left: -15px;
  }
  .title-page .blocklist-32 .item {
    margin-right: 15px;
    margin-left: 15px;
  }
  .title-page .blocklist-37 .bx-wrapper {
    max-width: 580px;
  }
  .title-page .block-15:hover, .title-page .block-15.hover, .title-page .block-15.active {
    background: none;
  }
  .title-page .blocklist-35 .bx-wrapper {
    max-width: 610px;
  }
  .title-page .blocklist-35 .list {
    width: 610px;
  }
  .title-page .blocklist-35 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-35 .image {
    margin-left: 0;
  }
  .title-page .block-20:hover, .title-page .block-20.hover, .title-page .block-20.active {
    background: none;
  }
  .title-page .block-18 .layout_39 {
    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-18 .layout_40 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-18 {
    width: auto;
  }
  .title-page .text-3 {
    margin-top: 7px;
    margin-left: auto;
  }
  .title-page .widget-23:hover, .title-page .widget-23.hover, .title-page .widget-23.active {
    background: none;
  }
  .title-page .blocklist-45 .header {
    margin-bottom: 10px;
  }
  .title-page .block-25 .layout_55 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-25 .layout_56 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-25:hover, .title-page .block-25.hover, .title-page .block-25.active {
    background: none;
  }
  .title-page .form-53 .form__text {
    margin-bottom: 40px;
  }
  .title-page .form-53 .form__body {
    margin: 0 -15px -20px 0;
  }
  .title-page .form-53 .form-table {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .form-53 .form-tbody {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .form-53 .form-text {
    margin: 0 15px 20px 0;
    align-self: auto;
    padding-right: 0;
    padding-left: 0;
  }
  .title-page .form-53 .form-text input {
    margin-left: 0;
  }
  .title-page .form-53 .form-textarea {
    margin: 0 15px 20px 0;
    align-self: auto;
  }
  .title-page .form-53 .form-submit {
    margin-top: 10px;
    align-self: auto;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
  }
  .title-page .form-53 .form-submit .form-item__header {
    display: none;
  }
  .title-page .form-53 .form-captcha {
    margin: 0 15px 20px 0;
    align-self: auto;
  }
  .title-page .form-53 .form-checkbox {
    margin-right: 15px;
    margin-top: 0;
    align-self: auto;
    margin-bottom: 20px;
  }
  .title-page .form-53 .form-radio {
    margin-right: 15px;
    margin-top: 0;
    align-self: auto;
    margin-bottom: 20px;
  }
  .title-page .form-53 .form-select {
    margin-right: 15px;
    margin-top: 0;
    align-self: auto;
    margin-bottom: 20px;
  }
  .title-page .form-53 .form-div {
    margin-right: 15px;
    margin-top: 0;
    align-self: auto;
    margin-bottom: 20px;
  }
  .title-page .form-53 .form-html {
    margin-right: 15px;
    margin-top: 0;
    align-self: auto;
    margin-bottom: 20px;
  }
  .title-page .form-53 .form-upload {
    margin-right: 15px;
    margin-top: 0;
    align-self: auto;
    margin-bottom: 20px;
  }
  .title-page .form-53 .form-calendar {
    margin-right: 15px;
    margin-top: 0;
    align-self: auto;
    margin-bottom: 20px;
  }
  .title-page .form-53 .form-calendar_interval {
    margin-right: 15px;
    margin-top: 0;
    align-self: auto;
    margin-bottom: 20px;
  }
  .title-page .block-22:hover, .title-page .block-22.hover, .title-page .block-22.active {
    background: none;
  }
  .title-page .reviews-49 .body {
    margin-left: - 10px;
  }
  .title-page .reviews-49 .bx-wrapper {
    max-width: 580px;
  }
  .title-page .reviews-49 .list {
    width: 580px;
  }
  .title-page .reviews-49 .image {
    max-width: 100%;
    float: none;
  }
  .title-page .reviews-49 .item__image__title {
    box-sizing: border-box;
    position: absolute;
  }
  .title-page .block-41:hover, .title-page .block-41.hover, .title-page .block-41.active {
    background: none;
  }
  .title-page .block-31 .layout_64 {
    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-31 .layout_68 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-31 .layout_74 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-31 {
    margin-top: 0;
  }
  .title-page .block-34 {
    width: auto;
    margin-left: 0;
    margin-bottom: 0;
  }
  .title-page .block-33 {
    margin-bottom: 0;
  }
  .title-page .phones-66 .text_body {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .widget-33 {
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 640px) {
  .title-page .block-3 .layout_6 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-3 .layout_7 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    flex-basis: auto;
    display: none;
  }
  .title-page .block-3 {
    padding-left: 20px;
  }
  .title-page .block-7 .layout_15 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-7 .layout_77 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .widget-13 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .title-page .widget-7 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .title-page .widget-8 {
    margin-right: 20px;
  }
  .title-page .widget-2 {
    min-height: 700px;
  }
  .title-page .slider-3 .text-slider {
    margin-right: 20px;
    margin-left: 20px;
  }
  .title-page .slider-3 .block-title {
    font-size: 30px;
  }
  .title-page .block-12 .layout_26 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-12 .layout_25_id_27 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .widget-16 {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin-left: 20px;
  }
  .title-page .widget-15 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .title-page .editable_block-27 .header {
    font-size: 30px;
  }
  .title-page .editable_block-27 .title {
    margin-bottom: 30px;
  }
  .title-page .widget-14 {
    margin-left: 20px;
    margin-bottom: 0;
    margin-right: 20px;
  }
  .title-page .blocklist-26 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-26 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-26 .item {
    width: 210px;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    margin-right: 0;
    margin-left: 0;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .blocklist-26 .img-convert {
    height: 150px;
  }
  .title-page .block-14 .layout_31 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-14 .layout_33 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-14 .layout_30_id_31 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .block-14 {
    padding-right: 0;
    padding-left: 0;
  }
  .title-page .text-2 {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
  .title-page .widget-17 {
    margin-left: 20px;
  }
  .title-page .widget-18 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .title-page .blocklist-32 .header_text {
    font-size: 30px;
  }
  .title-page .blocklist-32 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-32 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-32 .item {
    margin-right: 0;
    margin-left: 0;
    display: block;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .blocklist-32 .image {
    margin-right: 15px;
    float: left;
    margin-top: 0;
    margin-left: 0;
  }
  .title-page .blocklist-32 .title {
    margin-top: 6px;
  }
  .title-page .widget-20 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .title-page .blocklist-37 .bx-wrapper {
    max-width: 440px;
  }
  .title-page .block-16 {
    padding-bottom: 80px;
  }
  .title-page .block-15 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .title-page .widget-19 {
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .blocklist-35 .header_text {
    font-size: 30px;
  }
  .title-page .blocklist-35 .body {
    margin-right: 0;
  }
  .title-page .blocklist-35 .bx-wrapper {
    max-width: 616px;
  }
  .title-page .blocklist-35 .list {
    width: 615px;
  }
  .title-page .block-20 {
    padding-right: 0;
    padding-left: 0;
  }
  .title-page .block-18 .layout_39 {
    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-18 .layout_40 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    margin-left: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-18 {
    margin-top: 0;
    margin-left: 20px;
    margin-right: 20px;
  }
  .title-page .text-3 {
    margin-top: 15px;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .widget-23 {
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 0.02px;
  }
  .title-page .blocklist-45 .header_text {
    font-size: 30px;
  }
  .title-page .blocklist-45 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-45 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-45 .item {
    margin-right: 0;
    margin-left: 0;
    display: block;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .blocklist-45 .item-label {
    margin-top: 0;
    margin-left: 76px;
  }
  .title-page .blocklist-45 .image {
    margin-right: 15px;
    float: left;
  }
  .title-page .blocklist-45 .title {
    margin-top: 30px;
  }
  .title-page .block-25 .layout_55 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    flex-basis: auto;
    display: none;
  }
  .title-page .block-25 .layout_56 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-25 {
    background: url("https://aviaperevozki.su/t/v22/images/images/lib_1726901_skew.png?1507724295595") left 50% bottom 0px / auto auto no-repeat, url("https://aviaperevozki.su/t/v22/images/images/lib_1726901_skew_up.png") left 50% top 0px / auto auto no-repeat, url("https://aviaperevozki.su/t/v22/images/images/lib_658201_formatrubka.png") left calc(50% - 102px) top calc(50% + 37px) / auto auto no-repeat;
  }
  .title-page .block-25:hover, .title-page .block-25.hover, .title-page .block-25.active {
    background: url("https://aviaperevozki.su/t/v22/images/images/lib_1726901_skew.png?1507724295595") left 50% bottom 0px / auto auto no-repeat, url("https://aviaperevozki.su/t/v22/images/images/lib_1726901_skew_up.png") left 50% top 0px / auto auto no-repeat, url("https://aviaperevozki.su/t/v22/images/images/lib_658201_formatrubka.png") left calc(50% - 102px) top calc(50% + 37px) / auto auto no-repeat;
  }
  .title-page .block-26 {
    width: auto;
    margin-top: 15px;
    margin-bottom: 0;
  }
  .title-page .form-53 .form__header {
    font-size: 30px;
    text-align: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .form-53 .form__text {
    text-align: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .form-53 .form__body {
    margin-right: 0;
    margin-bottom: -5px;
  }
  .title-page .form-53 .form-item-group {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .form-53 .form-text {
    margin-right: 0;
    margin-top: 10px;
    margin-bottom: 5px;
    width: 100%;
  }
  .title-page .form-53 .form-textarea {
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .title-page .form-53 .form-submit button {
    width: 100%;
  }
  .title-page .form-53 .form-captcha {
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .title-page .form-53 .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-53 .form-captcha .form-submit-container {
    width: 100%;
  }
  .title-page .form-53 .form-captcha button {
    width: 100%;
  }
  .title-page .form-53 .form-checkbox {
    margin-right: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 5px;
  }
  .title-page .form-53 .form-radio {
    margin-right: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 5px;
  }
  .title-page .form-53 .form-select {
    margin-right: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 5px;
  }
  .title-page .form-53 .form-div {
    margin-right: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 5px;
  }
  .title-page .form-53 .form-html {
    margin-right: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 5px;
  }
  .title-page .form-53 .form-upload {
    margin-right: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 5px;
  }
  .title-page .form-53 .form-calendar {
    margin-right: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 5px;
  }
  .title-page .form-53 .form-calendar_interval {
    margin-right: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 5px;
  }
  .title-page .widget-24 {
    margin-left: 20px;
  }
  .title-page .widget-25 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .title-page .reviews-49 .header {
    margin-bottom: 5px;
  }
  .title-page .reviews-49 .header_text {
    font-size: 30px;
  }
  .title-page .reviews-49 .description {
    margin-bottom: 30px;
    font-size: 18px;
  }
  .title-page .reviews-49 .body {
    margin-left: 0;
  }
  .title-page .reviews-49 .bx-wrapper {
    max-width: 600px;
  }
  .title-page .reviews-49 .list {
    width: 600px;
  }
  .title-page .editable_block-78 .header {
    font-size: 30px;
  }
  .title-page .block-30 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .title-page .block-31 .layout_64 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-31 .layout_68 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-31 .layout_74 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-34 {
    margin-top: 15px;
  }
  .title-page .block-33 {
    width: auto;
  }
  .title-page .widget-34 {
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 480px) {
  .title-page .block-3 .layout_6 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-3 .layout_7 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-3 {
    padding-right: 0;
    padding-left: 0;
  }
  .title-page .block-2 {
    padding-right: 20px;
    padding-top: 40px;
    padding-left: 20px;
  }
  .title-page .block-7 .layout_15 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-7 .layout_77 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .blocklist-23 .image {
    margin-right: 20px;
  }
  .title-page .slider-3 .block-title {
    font-size: 25px;
  }
  .title-page .block-12 .layout_26 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-12 .layout_25_id_27 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .editable_block-27 .header {
    font-size: 25px;
  }
  .title-page .editable_block-27 .title {
    line-height: 1.2;
  }
  .title-page .editable_block-27 .image {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .blocklist-26 .item {
    width: auto;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
  }
  .title-page .blocklist-26 .img-convert {
    height: 120px;
  }
  .title-page .block-14 .layout_31 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-14 .layout_33 {
    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-14 .layout_30_id_31 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .text-2 {
    margin-bottom: 0;
  }
  .title-page .widget-17 {
    margin-bottom: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .blocklist-32 .header_text {
    font-size: 25px;
  }
  .title-page .blocklist-32 .description {
    margin-bottom: 30px;
  }
  .title-page .blocklist-32 .item {
    margin-bottom: 15px;
    padding-right: 0;
  }
  .title-page .blocklist-32 .text {
    margin-bottom: 0;
  }
  .title-page .blocklist-32 .image {
    margin-right: 20px;
    margin-bottom: 0;
  }
  .title-page .blocklist-37 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-37 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-37 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-37 .image {
    margin-bottom: 5px;
  }
  .title-page .blocklist-37 .bx-wrapper {
    max-width: 280px;
  }
  .title-page .blocklist-35 .header_text {
    font-size: 25px;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
  }
  .title-page .blocklist-35 .body {
    margin-left: 0;
  }
  .title-page .blocklist-35 .bx-wrapper {
    max-width: 280px;
  }
  .title-page .blocklist-35 .list {
    width: 280px;
  }
  .title-page .blocklist-35 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-35 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-35 .img-convert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
  }
  .title-page .block-18 .layout_39 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-18 .layout_40 {
    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-18 {
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-21 {
    margin: 15px auto 0 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 .text-3 {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 0;
  }
  .title-page .blocklist-45 .header_text {
    font-size: 25px;
  }
  .title-page .blocklist-45 .description {
    margin-bottom: 30px;
  }
  .title-page .blocklist-45 .item-label {
    margin-left: 81px;
  }
  .title-page .blocklist-45 .text {
    margin-left: 81px;
    margin-bottom: 0;
  }
  .title-page .blocklist-45 .image {
    margin-right: 20px;
    margin-bottom: 0;
  }
  .title-page .block-25 .layout_55 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-25 .layout_56 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-25 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .title-page .form-53 .form__header {
    font-size: 25px;
  }
  .title-page .form-53 .form-text {
    margin-top: 0;
  }
  .title-page .widget-24 {
    margin-top: 0;
  }
  .title-page .reviews-49 .header_text {
    font-size: 25px;
  }
  .title-page .reviews-49 .bx-wrapper {
    max-width: 280px;
  }
  .title-page .reviews-49 .list {
    width: 280px;
  }
  .title-page .reviews-49 .item {
    padding: 30px;
  }
  .title-page .reviews-49 .controls {
    margin-left: 0;
  }
  .title-page .reviews-49 .prev {
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .editable_block-78 .image {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .block-31 .layout_64 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-31 .layout_68 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-31 .layout_74 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    width: 100%;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-32 {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .block-33 {
    width: 420px;
  }
  .title-page .widgetsocial-67 .google .wg-soc-icon {
    width: 40px;
    min-height: 40px;
  }
  .title-page .widgetsocial-67 .ok .wg-soc-icon {
    width: 40px;
    min-height: 40px;
  }
  .title-page .widgetsocial-67 .mail .wg-soc-icon {
    width: 40px;
    min-height: 40px;
  }
  .title-page .widgetsocial-67 .pin .wg-soc-icon {
    width: 40px;
    min-height: 40px;
  }
  .title-page .widgetsocial-67 .lj .wg-soc-icon {
    width: 40px;
    min-height: 40px;
  }
  .title-page .widgetsocial-67 .my .wg-soc-icon {
    width: 40px;
    min-height: 40px;
  }
  .title-page .widgetsocial-67 .youtube .wg-soc-icon {
    width: 40px;
    min-height: 40px;
  }
  .title-page .widgetsocial-67 .telegram .wg-soc-icon {
    width: 40px;
    min-height: 40px;
  }
  .title-page .widgetsocial-67 .whatsapp .wg-soc-icon {
    width: 40px;
    min-height: 40px;
  }
  .title-page .block-36 {
    margin-top: 15px;
  }
  .title-page .widget-34 {
    width: 420px;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }
}
.title-page .side-panel .widget-5 {
  margin: 50px 20px 20px;
  z-index: 1;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: auto;
  left: 0;
  top: 0;
  position: relative;
  right: 0;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  display: -webkit-flex;
  display: flex;
}
.title-page .side-panel .menu-7 .menu-scroll > ul {
  display: block;
}
.title-page .side-panel .menu-7 .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-7 .menu-scroll > ul > li.menu-item {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .side-panel .menu-7 .menu-scroll > ul ul {
  position: static;
  width: auto;
}
.title-page .side-panel .menu-7 .menu-scroll > ul ul > li > a {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
}
.title-page .side-panel .menu-7 .menu-scroll > ul ul > li > a:hover, .title-page .side-panel .menu-7 .menu-scroll > ul ul > li > a.hover, .title-page .side-panel .menu-7 .menu-scroll > ul ul > li > a.active {
  background: #fcd80f;
  color: #000;
}
.title-page .side-panel .menu-7 .menu-scroll > ul ul > li > a:active, .title-page .side-panel .menu-7 .menu-scroll > ul ul > li > a.active {
  background: #179aff;
}
.title-page .side-panel .menu-7 .menu-scroll > ul ul ul {
  position: static;
  width: auto;
}
.title-page .side-panel .menu-7 .menu-scroll > ul > li.menu-item > a {
  padding: 15px;
  width: auto;
  color: rgba(0, 0, 0, 0.7);
  margin-right: 0;
}
.title-page .side-panel .menu-7 .menu-scroll > ul > li.menu-item > a:hover, .title-page .side-panel .menu-7 .menu-scroll > ul > li.menu-item > a.hover, .title-page .side-panel .menu-7 .menu-scroll > ul > li.menu-item > a.active {
  color: #fcd80f;
}
.title-page .side-panel .menu-7 .menu-scroll > ul > li.more-button {
  display: none;
}
.title-page .side-panel .menu-7 .menu-scroll > ul > li.more-button > a:hover, .title-page .side-panel .menu-7 .menu-scroll > ul > li.more-button > a.hover, .title-page .side-panel .menu-7 .menu-scroll > ul > li.more-button > a.active {
  background: #6e17ff;
}
