@charset "UTF-8";
.fl {
  float: left; }

.fr {
  float: right; }

.clear:after, .clear:before {
  content: "";
  display: table; }

.clear:after {
  clear: both; }

.rel {
  position: relative; }

.hidden {
  display: none; }

.big-z {
  z-index: 100; }

.flexible-maps-container {
  position: relative;
  overflow: hidden; }

.flexible-maps-container iframe,
.flexible-maps-container object,
.flexible-maps-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.flexible-video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px; }
  .flexible-video-container.noPadding {
    padding: 0; }
  .flexible-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.center-aligner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .center-aligner .align-item {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }

.text-floating {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: keep-all;
  line-break: normal;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none; }

.text-static, .text-overflow {
  overflow-wrap: normal;
  /* не поддерживает IE, Firefox; является копией word-wrap */
  word-wrap: normal;
  word-break: normal;
  /* не поддерживает Opera12.14, значение keep-all не поддерживается IE, Chrome */
  line-break: auto;
  /* нет поддержки для русского языка */
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual; }

.text-overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block; }

.text-align-left {
  text-align: left; }

.text-align-center {
  text-align: center; }

.text-align-right {
  text-align: right; }

.scaling-svg-container {
  position: relative;
  height: 0;
  width: 100%;
  padding: 0;
  padding-bottom: 100%; }
  .scaling-svg-container svg {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0; }

.no-font-boost {
  max-height: 999999px; }

.hidden-xs {
  display: none !important; }

.visible-xs {
  display: block; }

@media (min-width: 48em) {
  .hidden-sm {
    display: none !important; }
  .visible-sm {
    display: block !important; } }

@media (min-width: 62em) {
  .hidden-md {
    display: none !important; }
  .visible-md {
    display: block !important; } }

@media (min-width: 75em) {
  .hidden-lg {
    display: none !important; }
  .visible-lg {
    display: block !important; } }

.inline {
  display: inline; }
