/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  box-sizing: inherit; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #007bff !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #007bff !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 936px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 936px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 936px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1254px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 936px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 936px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 936px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1254px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 936px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 936px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 936px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1254px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 936px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 936px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 936px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1254px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 936px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 936px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 936px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1254px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important; }

.text-muted {
  color: #6c757d !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

.container {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 936px) {
    .container {
      max-width: 936px; } }
  @media (min-width: 936px) {
    .container {
      max-width: 936px; } }
  @media (min-width: 936px) {
    .container {
      max-width: 936px; } }
  @media (min-width: 1254px) {
    .container {
      max-width: 1254px; } }

.container-fluid {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col,
.col-auto, .col-sm,
.col-sm-auto, .col-md,
.col-md-auto, .col-lg,
.col-lg-auto, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
  margin-right: 18px; }
  .col:last-child,
  .col-auto:last-child, .col-sm:last-child,
  .col-sm-auto:last-child, .col-md:last-child,
  .col-md-auto:last-child, .col-lg:last-child,
  .col-lg-auto:last-child, .col-xl:last-child,
  .col-xl-auto:last-child {
    margin-right: 0; }

.col-1 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 88px;
  max-width: 88px; }

.col-2 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 194px;
  max-width: 194px; }

.col-3 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 300px;
  max-width: 300px; }

.col-4 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 406px;
  max-width: 406px; }

.col-5 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 512px;
  max-width: 512px; }

.col-6 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 618px;
  max-width: 618px; }

.col-7 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 724px;
  max-width: 724px; }

.col-8 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 830px;
  max-width: 830px; }

.col-9 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 936px;
  max-width: 936px; }

.col-10 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 1042px;
  max-width: 1042px; }

.col-11 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 1148px;
  max-width: 1148px; }

.col-12 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 1254px;
  max-width: 1254px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 88px;
  max-width: 88px; }

.col-2 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 194px;
  max-width: 194px; }

.col-3 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 300px;
  max-width: 300px; }

.col-4 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 406px;
  max-width: 406px; }

.col-5 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 512px;
  max-width: 512px; }

.col-6 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 618px;
  max-width: 618px; }

.col-7 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 724px;
  max-width: 724px; }

.col-8 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 830px;
  max-width: 830px; }

.col-9 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 936px;
  max-width: 936px; }

.col-10 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 1042px;
  max-width: 1042px; }

.col-11 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 1148px;
  max-width: 1148px; }

.col-12 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 1254px;
  max-width: 1254px; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 106px; }

.offset-2 {
  margin-left: 212px; }

.offset-3 {
  margin-left: 318px; }

.offset-4 {
  margin-left: 424px; }

.offset-5 {
  margin-left: 530px; }

.offset-6 {
  margin-left: 636px; }

.offset-7 {
  margin-left: 742px; }

.offset-8 {
  margin-left: 848px; }

.offset-9 {
  margin-left: 954px; }

.offset-10 {
  margin-left: 1060px; }

.offset-11 {
  margin-left: 1166px; }

.col-1 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 88px;
  max-width: 88px; }

.col-2 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 194px;
  max-width: 194px; }

.col-3 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 300px;
  max-width: 300px; }

.col-4 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 406px;
  max-width: 406px; }

.col-5 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 512px;
  max-width: 512px; }

.col-6 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 618px;
  max-width: 618px; }

.col-7 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 724px;
  max-width: 724px; }

.col-8 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 830px;
  max-width: 830px; }

.col-9 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 936px;
  max-width: 936px; }

.col-10 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 1042px;
  max-width: 1042px; }

.col-11 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 1148px;
  max-width: 1148px; }

.col-12 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 1254px;
  max-width: 1254px; }

@media (min-width: 936px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 88px;
    max-width: 88px; }
  .col-sm-2 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 194px;
    max-width: 194px; }
  .col-sm-3 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 300px;
    max-width: 300px; }
  .col-sm-4 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 406px;
    max-width: 406px; }
  .col-sm-5 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 512px;
    max-width: 512px; }
  .col-sm-6 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 618px;
    max-width: 618px; }
  .col-sm-7 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 724px;
    max-width: 724px; }
  .col-sm-8 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 830px;
    max-width: 830px; }
  .col-sm-9 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 936px;
    max-width: 936px; }
  .col-sm-10 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 1042px;
    max-width: 1042px; }
  .col-sm-11 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 1148px;
    max-width: 1148px; }
  .col-sm-12 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 1254px;
    max-width: 1254px; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 106px; }
  .offset-sm-2 {
    margin-left: 212px; }
  .offset-sm-3 {
    margin-left: 318px; }
  .offset-sm-4 {
    margin-left: 424px; }
  .offset-sm-5 {
    margin-left: 530px; }
  .offset-sm-6 {
    margin-left: 636px; }
  .offset-sm-7 {
    margin-left: 742px; }
  .offset-sm-8 {
    margin-left: 848px; }
  .offset-sm-9 {
    margin-left: 954px; }
  .offset-sm-10 {
    margin-left: 1060px; }
  .offset-sm-11 {
    margin-left: 1166px; } }

.col-1 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 88px;
  max-width: 88px; }

.col-2 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 194px;
  max-width: 194px; }

.col-3 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 300px;
  max-width: 300px; }

.col-4 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 406px;
  max-width: 406px; }

.col-5 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 512px;
  max-width: 512px; }

.col-6 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 618px;
  max-width: 618px; }

.col-7 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 724px;
  max-width: 724px; }

.col-8 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 830px;
  max-width: 830px; }

.col-9 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 936px;
  max-width: 936px; }

.col-10 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 1042px;
  max-width: 1042px; }

.col-11 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 1148px;
  max-width: 1148px; }

.col-12 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 1254px;
  max-width: 1254px; }

@media (min-width: 936px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 88px;
    max-width: 88px; }
  .col-md-2 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 194px;
    max-width: 194px; }
  .col-md-3 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 300px;
    max-width: 300px; }
  .col-md-4 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 406px;
    max-width: 406px; }
  .col-md-5 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 512px;
    max-width: 512px; }
  .col-md-6 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 618px;
    max-width: 618px; }
  .col-md-7 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 724px;
    max-width: 724px; }
  .col-md-8 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 830px;
    max-width: 830px; }
  .col-md-9 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 936px;
    max-width: 936px; }
  .col-md-10 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 1042px;
    max-width: 1042px; }
  .col-md-11 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 1148px;
    max-width: 1148px; }
  .col-md-12 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 1254px;
    max-width: 1254px; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 106px; }
  .offset-md-2 {
    margin-left: 212px; }
  .offset-md-3 {
    margin-left: 318px; }
  .offset-md-4 {
    margin-left: 424px; }
  .offset-md-5 {
    margin-left: 530px; }
  .offset-md-6 {
    margin-left: 636px; }
  .offset-md-7 {
    margin-left: 742px; }
  .offset-md-8 {
    margin-left: 848px; }
  .offset-md-9 {
    margin-left: 954px; }
  .offset-md-10 {
    margin-left: 1060px; }
  .offset-md-11 {
    margin-left: 1166px; } }

.col-1 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 88px;
  max-width: 88px; }

.col-2 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 194px;
  max-width: 194px; }

.col-3 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 300px;
  max-width: 300px; }

.col-4 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 406px;
  max-width: 406px; }

.col-5 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 512px;
  max-width: 512px; }

.col-6 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 618px;
  max-width: 618px; }

.col-7 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 724px;
  max-width: 724px; }

.col-8 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 830px;
  max-width: 830px; }

.col-9 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 936px;
  max-width: 936px; }

.col-10 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 1042px;
  max-width: 1042px; }

.col-11 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 1148px;
  max-width: 1148px; }

.col-12 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 1254px;
  max-width: 1254px; }

@media (min-width: 936px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 88px;
    max-width: 88px; }
  .col-lg-2 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 194px;
    max-width: 194px; }
  .col-lg-3 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 300px;
    max-width: 300px; }
  .col-lg-4 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 406px;
    max-width: 406px; }
  .col-lg-5 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 512px;
    max-width: 512px; }
  .col-lg-6 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 618px;
    max-width: 618px; }
  .col-lg-7 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 724px;
    max-width: 724px; }
  .col-lg-8 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 830px;
    max-width: 830px; }
  .col-lg-9 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 936px;
    max-width: 936px; }
  .col-lg-10 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 1042px;
    max-width: 1042px; }
  .col-lg-11 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 1148px;
    max-width: 1148px; }
  .col-lg-12 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 1254px;
    max-width: 1254px; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 106px; }
  .offset-lg-2 {
    margin-left: 212px; }
  .offset-lg-3 {
    margin-left: 318px; }
  .offset-lg-4 {
    margin-left: 424px; }
  .offset-lg-5 {
    margin-left: 530px; }
  .offset-lg-6 {
    margin-left: 636px; }
  .offset-lg-7 {
    margin-left: 742px; }
  .offset-lg-8 {
    margin-left: 848px; }
  .offset-lg-9 {
    margin-left: 954px; }
  .offset-lg-10 {
    margin-left: 1060px; }
  .offset-lg-11 {
    margin-left: 1166px; } }

.col-1 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 88px;
  max-width: 88px; }

.col-2 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 194px;
  max-width: 194px; }

.col-3 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 300px;
  max-width: 300px; }

.col-4 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 406px;
  max-width: 406px; }

.col-5 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 512px;
  max-width: 512px; }

.col-6 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 618px;
  max-width: 618px; }

.col-7 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 724px;
  max-width: 724px; }

.col-8 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 830px;
  max-width: 830px; }

.col-9 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 936px;
  max-width: 936px; }

.col-10 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 1042px;
  max-width: 1042px; }

.col-11 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 1148px;
  max-width: 1148px; }

.col-12 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 1254px;
  max-width: 1254px; }

@media (min-width: 1254px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 88px;
    max-width: 88px; }
  .col-xl-2 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 194px;
    max-width: 194px; }
  .col-xl-3 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 300px;
    max-width: 300px; }
  .col-xl-4 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 406px;
    max-width: 406px; }
  .col-xl-5 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 512px;
    max-width: 512px; }
  .col-xl-6 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 618px;
    max-width: 618px; }
  .col-xl-7 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 724px;
    max-width: 724px; }
  .col-xl-8 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 830px;
    max-width: 830px; }
  .col-xl-9 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 936px;
    max-width: 936px; }
  .col-xl-10 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 1042px;
    max-width: 1042px; }
  .col-xl-11 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 1148px;
    max-width: 1148px; }
  .col-xl-12 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 1254px;
    max-width: 1254px; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 106px; }
  .offset-xl-2 {
    margin-left: 212px; }
  .offset-xl-3 {
    margin-left: 318px; }
  .offset-xl-4 {
    margin-left: 424px; }
  .offset-xl-5 {
    margin-left: 530px; }
  .offset-xl-6 {
    margin-left: 636px; }
  .offset-xl-7 {
    margin-left: 742px; }
  .offset-xl-8 {
    margin-left: 848px; }
  .offset-xl-9 {
    margin-left: 954px; }
  .offset-xl-10 {
    margin-left: 1060px; }
  .offset-xl-11 {
    margin-left: 1166px; } }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 936px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 936px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 936px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1254px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 936px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 936px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 936px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1254px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: 0.5rem 0.5rem 0; }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: 1px;
    border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: 0.5rem 0.5rem 0.5rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    left: 1px;
    border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
    top: calc((0.5rem + 1px) * -1); }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 0.5rem 0.5rem 0.5rem; }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 1px;
    border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: 0.5rem 0 0.5rem 0.5rem; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    right: 1px;
    border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #fff url('/img/slick/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Icons */
}
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('/font/slick.eot');
  src: url('/font/slick.eot?#iefix') format('embedded-opentype'), url('/font/slick.woff') format('woff'), url('/font/slick.ttf') format('truetype'), url('/font/slick.svg#slick') format('svg');
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  top: -25px;
  left: 150px;
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
.slick-list {
  width: 92%;
  margin: 0 auto;
}

/*!
 *  Weather Icons 2.0.8
 *  Updated September 19, 2015
 *  Weather themed icons for Bootstrap
 *  Author - Erik Flowers - erik@helloerik.com
 *  Email: erik@helloerik.com
 *  Twitter: http://twitter.com/Erik_UX
 *  ------------------------------------------------------------------------------
 *  Maintained at http://erikflowers.github.io/weather-icons
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - Font licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - CSS, SCSS and LESS are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Inspired by and works great as a companion with Font Awesome
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 */
@font-face {
  font-family: 'weathericons';
  src: url('https://obj.altapress.ru/font/weathericons-regular-webfont.eot');
  src: url('https://obj.altapress.ru/font/weathericons-regular-webfont.eot?#iefix') format('embedded-opentype'), url('https://obj.altapress.ru/font/weathericons-regular-webfont.woff2') format('woff2'), url('../font/weathericons-regular-webfont.woff') format('woff'), url('../font/weathericons-regular-webfont.ttf') format('truetype'), url('../font/weathericons-regular-webfont.svg#weather_iconsregular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.wi {
  display: inline-block;
  font-family: 'weathericons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wi-fw {
  text-align: center;
  width: 1.4em;
}
.wi-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.wi-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.wi-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.wi-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.wi-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
.wi-day-sunny:before {
  content: "\f00d";
}
.wi-day-cloudy:before {
  content: "\f002";
}
.wi-day-cloudy-gusts:before {
  content: "\f000";
}
.wi-day-cloudy-windy:before {
  content: "\f001";
}
.wi-day-fog:before {
  content: "\f003";
}
.wi-day-hail:before {
  content: "\f004";
}
.wi-day-haze:before {
  content: "\f0b6";
}
.wi-day-lightning:before {
  content: "\f005";
}
.wi-day-rain:before {
  content: "\f008";
}
.wi-day-rain-mix:before {
  content: "\f006";
}
.wi-day-rain-wind:before {
  content: "\f007";
}
.wi-day-showers:before {
  content: "\f009";
}
.wi-day-sleet:before {
  content: "\f0b2";
}
.wi-day-sleet-storm:before {
  content: "\f068";
}
.wi-day-snow:before {
  content: "\f00a";
}
.wi-day-snow-thunderstorm:before {
  content: "\f06b";
}
.wi-day-snow-wind:before {
  content: "\f065";
}
.wi-day-sprinkle:before {
  content: "\f00b";
}
.wi-day-storm-showers:before {
  content: "\f00e";
}
.wi-day-sunny-overcast:before {
  content: "\f00c";
}
.wi-day-thunderstorm:before {
  content: "\f010";
}
.wi-day-windy:before {
  content: "\f085";
}
.wi-solar-eclipse:before {
  content: "\f06e";
}
.wi-hot:before {
  content: "\f072";
}
.wi-day-cloudy-high:before {
  content: "\f07d";
}
.wi-day-light-wind:before {
  content: "\f0c4";
}
.wi-night-clear:before {
  content: "\f02e";
}
.wi-night-alt-cloudy:before {
  content: "\f086";
}
.wi-night-alt-cloudy-gusts:before {
  content: "\f022";
}
.wi-night-alt-cloudy-windy:before {
  content: "\f023";
}
.wi-night-alt-hail:before {
  content: "\f024";
}
.wi-night-alt-lightning:before {
  content: "\f025";
}
.wi-night-alt-rain:before {
  content: "\f028";
}
.wi-night-alt-rain-mix:before {
  content: "\f026";
}
.wi-night-alt-rain-wind:before {
  content: "\f027";
}
.wi-night-alt-showers:before {
  content: "\f029";
}
.wi-night-alt-sleet:before {
  content: "\f0b4";
}
.wi-night-alt-sleet-storm:before {
  content: "\f06a";
}
.wi-night-alt-snow:before {
  content: "\f02a";
}
.wi-night-alt-snow-thunderstorm:before {
  content: "\f06d";
}
.wi-night-alt-snow-wind:before {
  content: "\f067";
}
.wi-night-alt-sprinkle:before {
  content: "\f02b";
}
.wi-night-alt-storm-showers:before {
  content: "\f02c";
}
.wi-night-alt-thunderstorm:before {
  content: "\f02d";
}
.wi-night-cloudy:before {
  content: "\f031";
}
.wi-night-cloudy-gusts:before {
  content: "\f02f";
}
.wi-night-cloudy-windy:before {
  content: "\f030";
}
.wi-night-fog:before {
  content: "\f04a";
}
.wi-night-hail:before {
  content: "\f032";
}
.wi-night-lightning:before {
  content: "\f033";
}
.wi-night-partly-cloudy:before {
  content: "\f083";
}
.wi-night-rain:before {
  content: "\f036";
}
.wi-night-rain-mix:before {
  content: "\f034";
}
.wi-night-rain-wind:before {
  content: "\f035";
}
.wi-night-showers:before {
  content: "\f037";
}
.wi-night-sleet:before {
  content: "\f0b3";
}
.wi-night-sleet-storm:before {
  content: "\f069";
}
.wi-night-snow:before {
  content: "\f038";
}
.wi-night-snow-thunderstorm:before {
  content: "\f06c";
}
.wi-night-snow-wind:before {
  content: "\f066";
}
.wi-night-sprinkle:before {
  content: "\f039";
}
.wi-night-storm-showers:before {
  content: "\f03a";
}
.wi-night-thunderstorm:before {
  content: "\f03b";
}
.wi-lunar-eclipse:before {
  content: "\f070";
}
.wi-stars:before {
  content: "\f077";
}
.wi-storm-showers:before {
  content: "\f01d";
}
.wi-thunderstorm:before {
  content: "\f01e";
}
.wi-night-alt-cloudy-high:before {
  content: "\f07e";
}
.wi-night-cloudy-high:before {
  content: "\f080";
}
.wi-night-alt-partly-cloudy:before {
  content: "\f081";
}
.wi-cloud:before {
  content: "\f041";
}
.wi-cloudy:before {
  content: "\f013";
}
.wi-cloudy-gusts:before {
  content: "\f011";
}
.wi-cloudy-windy:before {
  content: "\f012";
}
.wi-fog:before {
  content: "\f014";
}
.wi-hail:before {
  content: "\f015";
}
.wi-rain:before {
  content: "\f019";
}
.wi-rain-mix:before {
  content: "\f017";
}
.wi-rain-wind:before {
  content: "\f018";
}
.wi-showers:before {
  content: "\f01a";
}
.wi-sleet:before {
  content: "\f0b5";
}
.wi-snow:before {
  content: "\f01b";
}
.wi-sprinkle:before {
  content: "\f01c";
}
.wi-storm-showers:before {
  content: "\f01d";
}
.wi-thunderstorm:before {
  content: "\f01e";
}
.wi-snow-wind:before {
  content: "\f064";
}
.wi-snow:before {
  content: "\f01b";
}
.wi-smog:before {
  content: "\f074";
}
.wi-smoke:before {
  content: "\f062";
}
.wi-lightning:before {
  content: "\f016";
}
.wi-raindrops:before {
  content: "\f04e";
}
.wi-raindrop:before {
  content: "\f078";
}
.wi-dust:before {
  content: "\f063";
}
.wi-snowflake-cold:before {
  content: "\f076";
}
.wi-windy:before {
  content: "\f021";
}
.wi-strong-wind:before {
  content: "\f050";
}
.wi-sandstorm:before {
  content: "\f082";
}
.wi-earthquake:before {
  content: "\f0c6";
}
.wi-fire:before {
  content: "\f0c7";
}
.wi-flood:before {
  content: "\f07c";
}
.wi-meteor:before {
  content: "\f071";
}
.wi-tsunami:before {
  content: "\f0c5";
}
.wi-volcano:before {
  content: "\f0c8";
}
.wi-hurricane:before {
  content: "\f073";
}
.wi-tornado:before {
  content: "\f056";
}
.wi-small-craft-advisory:before {
  content: "\f0cc";
}
.wi-gale-warning:before {
  content: "\f0cd";
}
.wi-storm-warning:before {
  content: "\f0ce";
}
.wi-hurricane-warning:before {
  content: "\f0cf";
}
.wi-wind-direction:before {
  content: "\f0b1";
}
.wi-alien:before {
  content: "\f075";
}
.wi-celsius:before {
  content: "\f03c";
}
.wi-fahrenheit:before {
  content: "\f045";
}
.wi-degrees:before {
  content: "\f042";
}
.wi-thermometer:before {
  content: "\f055";
}
.wi-thermometer-exterior:before {
  content: "\f053";
}
.wi-thermometer-internal:before {
  content: "\f054";
}
.wi-cloud-down:before {
  content: "\f03d";
}
.wi-cloud-up:before {
  content: "\f040";
}
.wi-cloud-refresh:before {
  content: "\f03e";
}
.wi-horizon:before {
  content: "\f047";
}
.wi-horizon-alt:before {
  content: "\f046";
}
.wi-sunrise:before {
  content: "\f051";
}
.wi-sunset:before {
  content: "\f052";
}
.wi-moonrise:before {
  content: "\f0c9";
}
.wi-moonset:before {
  content: "\f0ca";
}
.wi-refresh:before {
  content: "\f04c";
}
.wi-refresh-alt:before {
  content: "\f04b";
}
.wi-umbrella:before {
  content: "\f084";
}
.wi-barometer:before {
  content: "\f079";
}
.wi-humidity:before {
  content: "\f07a";
}
.wi-na:before {
  content: "\f07b";
}
.wi-train:before {
  content: "\f0cb";
}
.wi-moon-new:before {
  content: "\f095";
}
.wi-moon-waxing-crescent-1:before {
  content: "\f096";
}
.wi-moon-waxing-crescent-2:before {
  content: "\f097";
}
.wi-moon-waxing-crescent-3:before {
  content: "\f098";
}
.wi-moon-waxing-crescent-4:before {
  content: "\f099";
}
.wi-moon-waxing-crescent-5:before {
  content: "\f09a";
}
.wi-moon-waxing-crescent-6:before {
  content: "\f09b";
}
.wi-moon-first-quarter:before {
  content: "\f09c";
}
.wi-moon-waxing-gibbous-1:before {
  content: "\f09d";
}
.wi-moon-waxing-gibbous-2:before {
  content: "\f09e";
}
.wi-moon-waxing-gibbous-3:before {
  content: "\f09f";
}
.wi-moon-waxing-gibbous-4:before {
  content: "\f0a0";
}
.wi-moon-waxing-gibbous-5:before {
  content: "\f0a1";
}
.wi-moon-waxing-gibbous-6:before {
  content: "\f0a2";
}
.wi-moon-full:before {
  content: "\f0a3";
}
.wi-moon-waning-gibbous-1:before {
  content: "\f0a4";
}
.wi-moon-waning-gibbous-2:before {
  content: "\f0a5";
}
.wi-moon-waning-gibbous-3:before {
  content: "\f0a6";
}
.wi-moon-waning-gibbous-4:before {
  content: "\f0a7";
}
.wi-moon-waning-gibbous-5:before {
  content: "\f0a8";
}
.wi-moon-waning-gibbous-6:before {
  content: "\f0a9";
}
.wi-moon-third-quarter:before {
  content: "\f0aa";
}
.wi-moon-waning-crescent-1:before {
  content: "\f0ab";
}
.wi-moon-waning-crescent-2:before {
  content: "\f0ac";
}
.wi-moon-waning-crescent-3:before {
  content: "\f0ad";
}
.wi-moon-waning-crescent-4:before {
  content: "\f0ae";
}
.wi-moon-waning-crescent-5:before {
  content: "\f0af";
}
.wi-moon-waning-crescent-6:before {
  content: "\f0b0";
}
.wi-moon-alt-new:before {
  content: "\f0eb";
}
.wi-moon-alt-waxing-crescent-1:before {
  content: "\f0d0";
}
.wi-moon-alt-waxing-crescent-2:before {
  content: "\f0d1";
}
.wi-moon-alt-waxing-crescent-3:before {
  content: "\f0d2";
}
.wi-moon-alt-waxing-crescent-4:before {
  content: "\f0d3";
}
.wi-moon-alt-waxing-crescent-5:before {
  content: "\f0d4";
}
.wi-moon-alt-waxing-crescent-6:before {
  content: "\f0d5";
}
.wi-moon-alt-first-quarter:before {
  content: "\f0d6";
}
.wi-moon-alt-waxing-gibbous-1:before {
  content: "\f0d7";
}
.wi-moon-alt-waxing-gibbous-2:before {
  content: "\f0d8";
}
.wi-moon-alt-waxing-gibbous-3:before {
  content: "\f0d9";
}
.wi-moon-alt-waxing-gibbous-4:before {
  content: "\f0da";
}
.wi-moon-alt-waxing-gibbous-5:before {
  content: "\f0db";
}
.wi-moon-alt-waxing-gibbous-6:before {
  content: "\f0dc";
}
.wi-moon-alt-full:before {
  content: "\f0dd";
}
.wi-moon-alt-waning-gibbous-1:before {
  content: "\f0de";
}
.wi-moon-alt-waning-gibbous-2:before {
  content: "\f0df";
}
.wi-moon-alt-waning-gibbous-3:before {
  content: "\f0e0";
}
.wi-moon-alt-waning-gibbous-4:before {
  content: "\f0e1";
}
.wi-moon-alt-waning-gibbous-5:before {
  content: "\f0e2";
}
.wi-moon-alt-waning-gibbous-6:before {
  content: "\f0e3";
}
.wi-moon-alt-third-quarter:before {
  content: "\f0e4";
}
.wi-moon-alt-waning-crescent-1:before {
  content: "\f0e5";
}
.wi-moon-alt-waning-crescent-2:before {
  content: "\f0e6";
}
.wi-moon-alt-waning-crescent-3:before {
  content: "\f0e7";
}
.wi-moon-alt-waning-crescent-4:before {
  content: "\f0e8";
}
.wi-moon-alt-waning-crescent-5:before {
  content: "\f0e9";
}
.wi-moon-alt-waning-crescent-6:before {
  content: "\f0ea";
}
.wi-moon-0:before {
  content: "\f095";
}
.wi-moon-1:before {
  content: "\f096";
}
.wi-moon-2:before {
  content: "\f097";
}
.wi-moon-3:before {
  content: "\f098";
}
.wi-moon-4:before {
  content: "\f099";
}
.wi-moon-5:before {
  content: "\f09a";
}
.wi-moon-6:before {
  content: "\f09b";
}
.wi-moon-7:before {
  content: "\f09c";
}
.wi-moon-8:before {
  content: "\f09d";
}
.wi-moon-9:before {
  content: "\f09e";
}
.wi-moon-10:before {
  content: "\f09f";
}
.wi-moon-11:before {
  content: "\f0a0";
}
.wi-moon-12:before {
  content: "\f0a1";
}
.wi-moon-13:before {
  content: "\f0a2";
}
.wi-moon-14:before {
  content: "\f0a3";
}
.wi-moon-15:before {
  content: "\f0a4";
}
.wi-moon-16:before {
  content: "\f0a5";
}
.wi-moon-17:before {
  content: "\f0a6";
}
.wi-moon-18:before {
  content: "\f0a7";
}
.wi-moon-19:before {
  content: "\f0a8";
}
.wi-moon-20:before {
  content: "\f0a9";
}
.wi-moon-21:before {
  content: "\f0aa";
}
.wi-moon-22:before {
  content: "\f0ab";
}
.wi-moon-23:before {
  content: "\f0ac";
}
.wi-moon-24:before {
  content: "\f0ad";
}
.wi-moon-25:before {
  content: "\f0ae";
}
.wi-moon-26:before {
  content: "\f0af";
}
.wi-moon-27:before {
  content: "\f0b0";
}
.wi-time-1:before {
  content: "\f08a";
}
.wi-time-2:before {
  content: "\f08b";
}
.wi-time-3:before {
  content: "\f08c";
}
.wi-time-4:before {
  content: "\f08d";
}
.wi-time-5:before {
  content: "\f08e";
}
.wi-time-6:before {
  content: "\f08f";
}
.wi-time-7:before {
  content: "\f090";
}
.wi-time-8:before {
  content: "\f091";
}
.wi-time-9:before {
  content: "\f092";
}
.wi-time-10:before {
  content: "\f093";
}
.wi-time-11:before {
  content: "\f094";
}
.wi-time-12:before {
  content: "\f089";
}
.wi-direction-up:before {
  content: "\f058";
}
.wi-direction-up-right:before {
  content: "\f057";
}
.wi-direction-right:before {
  content: "\f04d";
}
.wi-direction-down-right:before {
  content: "\f088";
}
.wi-direction-down:before {
  content: "\f044";
}
.wi-direction-down-left:before {
  content: "\f043";
}
.wi-direction-left:before {
  content: "\f048";
}
.wi-direction-up-left:before {
  content: "\f087";
}
.wi-wind-beaufort-0:before {
  content: "\f0b7";
}
.wi-wind-beaufort-1:before {
  content: "\f0b8";
}
.wi-wind-beaufort-2:before {
  content: "\f0b9";
}
.wi-wind-beaufort-3:before {
  content: "\f0ba";
}
.wi-wind-beaufort-4:before {
  content: "\f0bb";
}
.wi-wind-beaufort-5:before {
  content: "\f0bc";
}
.wi-wind-beaufort-6:before {
  content: "\f0bd";
}
.wi-wind-beaufort-7:before {
  content: "\f0be";
}
.wi-wind-beaufort-8:before {
  content: "\f0bf";
}
.wi-wind-beaufort-9:before {
  content: "\f0c0";
}
.wi-wind-beaufort-10:before {
  content: "\f0c1";
}
.wi-wind-beaufort-11:before {
  content: "\f0c2";
}
.wi-wind-beaufort-12:before {
  content: "\f0c3";
}
.wi-yahoo-0:before {
  content: "\f056";
}
.wi-yahoo-1:before {
  content: "\f00e";
}
.wi-yahoo-2:before {
  content: "\f073";
}
.wi-yahoo-3:before {
  content: "\f01e";
}
.wi-yahoo-4:before {
  content: "\f01e";
}
.wi-yahoo-5:before {
  content: "\f017";
}
.wi-yahoo-6:before {
  content: "\f017";
}
.wi-yahoo-7:before {
  content: "\f017";
}
.wi-yahoo-8:before {
  content: "\f015";
}
.wi-yahoo-9:before {
  content: "\f01a";
}
.wi-yahoo-10:before {
  content: "\f015";
}
.wi-yahoo-11:before {
  content: "\f01a";
}
.wi-yahoo-12:before {
  content: "\f01a";
}
.wi-yahoo-13:before {
  content: "\f01b";
}
.wi-yahoo-14:before {
  content: "\f00a";
}
.wi-yahoo-15:before {
  content: "\f064";
}
.wi-yahoo-16:before {
  content: "\f01b";
}
.wi-yahoo-17:before {
  content: "\f015";
}
.wi-yahoo-18:before {
  content: "\f017";
}
.wi-yahoo-19:before {
  content: "\f063";
}
.wi-yahoo-20:before {
  content: "\f014";
}
.wi-yahoo-21:before {
  content: "\f021";
}
.wi-yahoo-22:before {
  content: "\f062";
}
.wi-yahoo-23:before {
  content: "\f050";
}
.wi-yahoo-24:before {
  content: "\f050";
}
.wi-yahoo-25:before {
  content: "\f076";
}
.wi-yahoo-26:before {
  content: "\f013";
}
.wi-yahoo-27:before {
  content: "\f031";
}
.wi-yahoo-28:before {
  content: "\f002";
}
.wi-yahoo-29:before {
  content: "\f031";
}
.wi-yahoo-30:before {
  content: "\f002";
}
.wi-yahoo-31:before {
  content: "\f02e";
}
.wi-yahoo-32:before {
  content: "\f00d";
}
.wi-yahoo-33:before {
  content: "\f083";
}
.wi-yahoo-34:before {
  content: "\f00c";
}
.wi-yahoo-35:before {
  content: "\f017";
}
.wi-yahoo-36:before {
  content: "\f072";
}
.wi-yahoo-37:before {
  content: "\f00e";
}
.wi-yahoo-38:before {
  content: "\f00e";
}
.wi-yahoo-39:before {
  content: "\f00e";
}
.wi-yahoo-40:before {
  content: "\f01a";
}
.wi-yahoo-41:before {
  content: "\f064";
}
.wi-yahoo-42:before {
  content: "\f01b";
}
.wi-yahoo-43:before {
  content: "\f064";
}
.wi-yahoo-44:before {
  content: "\f00c";
}
.wi-yahoo-45:before {
  content: "\f00e";
}
.wi-yahoo-46:before {
  content: "\f01b";
}
.wi-yahoo-47:before {
  content: "\f00e";
}
.wi-yahoo-3200:before {
  content: "\f077";
}
.wi-forecast-io-clear-day:before {
  content: "\f00d";
}
.wi-forecast-io-clear-night:before {
  content: "\f02e";
}
.wi-forecast-io-rain:before {
  content: "\f019";
}
.wi-forecast-io-snow:before {
  content: "\f01b";
}
.wi-forecast-io-sleet:before {
  content: "\f0b5";
}
.wi-forecast-io-wind:before {
  content: "\f050";
}
.wi-forecast-io-fog:before {
  content: "\f014";
}
.wi-forecast-io-cloudy:before {
  content: "\f013";
}
.wi-forecast-io-partly-cloudy-day:before {
  content: "\f002";
}
.wi-forecast-io-partly-cloudy-night:before {
  content: "\f031";
}
.wi-forecast-io-hail:before {
  content: "\f015";
}
.wi-forecast-io-thunderstorm:before {
  content: "\f01e";
}
.wi-forecast-io-tornado:before {
  content: "\f056";
}
.wi-wmo4680-0:before,
.wi-wmo4680-00:before {
  content: "\f055";
}
.wi-wmo4680-1:before,
.wi-wmo4680-01:before {
  content: "\f013";
}
.wi-wmo4680-2:before,
.wi-wmo4680-02:before {
  content: "\f055";
}
.wi-wmo4680-3:before,
.wi-wmo4680-03:before {
  content: "\f013";
}
.wi-wmo4680-4:before,
.wi-wmo4680-04:before {
  content: "\f014";
}
.wi-wmo4680-5:before,
.wi-wmo4680-05:before {
  content: "\f014";
}
.wi-wmo4680-10:before {
  content: "\f014";
}
.wi-wmo4680-11:before {
  content: "\f014";
}
.wi-wmo4680-12:before {
  content: "\f016";
}
.wi-wmo4680-18:before {
  content: "\f050";
}
.wi-wmo4680-20:before {
  content: "\f014";
}
.wi-wmo4680-21:before {
  content: "\f017";
}
.wi-wmo4680-22:before {
  content: "\f017";
}
.wi-wmo4680-23:before {
  content: "\f019";
}
.wi-wmo4680-24:before {
  content: "\f01b";
}
.wi-wmo4680-25:before {
  content: "\f015";
}
.wi-wmo4680-26:before {
  content: "\f01e";
}
.wi-wmo4680-27:before {
  content: "\f063";
}
.wi-wmo4680-28:before {
  content: "\f063";
}
.wi-wmo4680-29:before {
  content: "\f063";
}
.wi-wmo4680-30:before {
  content: "\f014";
}
.wi-wmo4680-31:before {
  content: "\f014";
}
.wi-wmo4680-32:before {
  content: "\f014";
}
.wi-wmo4680-33:before {
  content: "\f014";
}
.wi-wmo4680-34:before {
  content: "\f014";
}
.wi-wmo4680-35:before {
  content: "\f014";
}
.wi-wmo4680-40:before {
  content: "\f017";
}
.wi-wmo4680-41:before {
  content: "\f01c";
}
.wi-wmo4680-42:before {
  content: "\f019";
}
.wi-wmo4680-43:before {
  content: "\f01c";
}
.wi-wmo4680-44:before {
  content: "\f019";
}
.wi-wmo4680-45:before {
  content: "\f015";
}
.wi-wmo4680-46:before {
  content: "\f015";
}
.wi-wmo4680-47:before {
  content: "\f01b";
}
.wi-wmo4680-48:before {
  content: "\f01b";
}
.wi-wmo4680-50:before {
  content: "\f01c";
}
.wi-wmo4680-51:before {
  content: "\f01c";
}
.wi-wmo4680-52:before {
  content: "\f019";
}
.wi-wmo4680-53:before {
  content: "\f019";
}
.wi-wmo4680-54:before {
  content: "\f076";
}
.wi-wmo4680-55:before {
  content: "\f076";
}
.wi-wmo4680-56:before {
  content: "\f076";
}
.wi-wmo4680-57:before {
  content: "\f01c";
}
.wi-wmo4680-58:before {
  content: "\f019";
}
.wi-wmo4680-60:before {
  content: "\f01c";
}
.wi-wmo4680-61:before {
  content: "\f01c";
}
.wi-wmo4680-62:before {
  content: "\f019";
}
.wi-wmo4680-63:before {
  content: "\f019";
}
.wi-wmo4680-64:before {
  content: "\f015";
}
.wi-wmo4680-65:before {
  content: "\f015";
}
.wi-wmo4680-66:before {
  content: "\f015";
}
.wi-wmo4680-67:before {
  content: "\f017";
}
.wi-wmo4680-68:before {
  content: "\f017";
}
.wi-wmo4680-70:before {
  content: "\f01b";
}
.wi-wmo4680-71:before {
  content: "\f01b";
}
.wi-wmo4680-72:before {
  content: "\f01b";
}
.wi-wmo4680-73:before {
  content: "\f01b";
}
.wi-wmo4680-74:before {
  content: "\f076";
}
.wi-wmo4680-75:before {
  content: "\f076";
}
.wi-wmo4680-76:before {
  content: "\f076";
}
.wi-wmo4680-77:before {
  content: "\f01b";
}
.wi-wmo4680-78:before {
  content: "\f076";
}
.wi-wmo4680-80:before {
  content: "\f019";
}
.wi-wmo4680-81:before {
  content: "\f01c";
}
.wi-wmo4680-82:before {
  content: "\f019";
}
.wi-wmo4680-83:before {
  content: "\f019";
}
.wi-wmo4680-84:before {
  content: "\f01d";
}
.wi-wmo4680-85:before {
  content: "\f017";
}
.wi-wmo4680-86:before {
  content: "\f017";
}
.wi-wmo4680-87:before {
  content: "\f017";
}
.wi-wmo4680-89:before {
  content: "\f015";
}
.wi-wmo4680-90:before {
  content: "\f016";
}
.wi-wmo4680-91:before {
  content: "\f01d";
}
.wi-wmo4680-92:before {
  content: "\f01e";
}
.wi-wmo4680-93:before {
  content: "\f01e";
}
.wi-wmo4680-94:before {
  content: "\f016";
}
.wi-wmo4680-95:before {
  content: "\f01e";
}
.wi-wmo4680-96:before {
  content: "\f01e";
}
.wi-wmo4680-99:before {
  content: "\f056";
}
.wi-owm-200:before {
  content: "\f01e";
}
.wi-owm-201:before {
  content: "\f01e";
}
.wi-owm-202:before {
  content: "\f01e";
}
.wi-owm-210:before {
  content: "\f016";
}
.wi-owm-211:before {
  content: "\f016";
}
.wi-owm-212:before {
  content: "\f016";
}
.wi-owm-221:before {
  content: "\f016";
}
.wi-owm-230:before {
  content: "\f01e";
}
.wi-owm-231:before {
  content: "\f01e";
}
.wi-owm-232:before {
  content: "\f01e";
}
.wi-owm-300:before {
  content: "\f01c";
}
.wi-owm-301:before {
  content: "\f01c";
}
.wi-owm-302:before {
  content: "\f019";
}
.wi-owm-310:before {
  content: "\f017";
}
.wi-owm-311:before {
  content: "\f019";
}
.wi-owm-312:before {
  content: "\f019";
}
.wi-owm-313:before {
  content: "\f01a";
}
.wi-owm-314:before {
  content: "\f019";
}
.wi-owm-321:before {
  content: "\f01c";
}
.wi-owm-500:before {
  content: "\f01c";
}
.wi-owm-501:before {
  content: "\f019";
}
.wi-owm-502:before {
  content: "\f019";
}
.wi-owm-503:before {
  content: "\f019";
}
.wi-owm-504:before {
  content: "\f019";
}
.wi-owm-511:before {
  content: "\f017";
}
.wi-owm-520:before {
  content: "\f01a";
}
.wi-owm-521:before {
  content: "\f01a";
}
.wi-owm-522:before {
  content: "\f01a";
}
.wi-owm-531:before {
  content: "\f01d";
}
.wi-owm-600:before {
  content: "\f01b";
}
.wi-owm-601:before {
  content: "\f01b";
}
.wi-owm-602:before {
  content: "\f0b5";
}
.wi-owm-611:before {
  content: "\f017";
}
.wi-owm-612:before {
  content: "\f017";
}
.wi-owm-615:before {
  content: "\f017";
}
.wi-owm-616:before {
  content: "\f017";
}
.wi-owm-620:before {
  content: "\f017";
}
.wi-owm-621:before {
  content: "\f01b";
}
.wi-owm-622:before {
  content: "\f01b";
}
.wi-owm-701:before {
  content: "\f01a";
}
.wi-owm-711:before {
  content: "\f062";
}
.wi-owm-721:before {
  content: "\f0b6";
}
.wi-owm-731:before {
  content: "\f063";
}
.wi-owm-741:before {
  content: "\f014";
}
.wi-owm-761:before {
  content: "\f063";
}
.wi-owm-762:before {
  content: "\f063";
}
.wi-owm-771:before {
  content: "\f011";
}
.wi-owm-781:before {
  content: "\f056";
}
.wi-owm-800:before {
  content: "\f00d";
}
.wi-owm-801:before {
  content: "\f011";
}
.wi-owm-802:before {
  content: "\f011";
}
.wi-owm-803:before {
  content: "\f012";
}
.wi-owm-804:before {
  content: "\f013";
}
.wi-owm-900:before {
  content: "\f056";
}
.wi-owm-901:before {
  content: "\f01d";
}
.wi-owm-902:before {
  content: "\f073";
}
.wi-owm-903:before {
  content: "\f076";
}
.wi-owm-904:before {
  content: "\f072";
}
.wi-owm-905:before {
  content: "\f021";
}
.wi-owm-906:before {
  content: "\f015";
}
.wi-owm-957:before {
  content: "\f050";
}
.wi-owm-day-200:before {
  content: "\f010";
}
.wi-owm-day-201:before {
  content: "\f010";
}
.wi-owm-day-202:before {
  content: "\f010";
}
.wi-owm-day-210:before {
  content: "\f005";
}
.wi-owm-day-211:before {
  content: "\f005";
}
.wi-owm-day-212:before {
  content: "\f005";
}
.wi-owm-day-221:before {
  content: "\f005";
}
.wi-owm-day-230:before {
  content: "\f010";
}
.wi-owm-day-231:before {
  content: "\f010";
}
.wi-owm-day-232:before {
  content: "\f010";
}
.wi-owm-day-300:before {
  content: "\f00b";
}
.wi-owm-day-301:before {
  content: "\f00b";
}
.wi-owm-day-302:before {
  content: "\f008";
}
.wi-owm-day-310:before {
  content: "\f008";
}
.wi-owm-day-311:before {
  content: "\f008";
}
.wi-owm-day-312:before {
  content: "\f008";
}
.wi-owm-day-313:before {
  content: "\f008";
}
.wi-owm-day-314:before {
  content: "\f008";
}
.wi-owm-day-321:before {
  content: "\f00b";
}
.wi-owm-day-500:before {
  content: "\f00b";
}
.wi-owm-day-501:before {
  content: "\f008";
}
.wi-owm-day-502:before {
  content: "\f008";
}
.wi-owm-day-503:before {
  content: "\f008";
}
.wi-owm-day-504:before {
  content: "\f008";
}
.wi-owm-day-511:before {
  content: "\f006";
}
.wi-owm-day-520:before {
  content: "\f009";
}
.wi-owm-day-521:before {
  content: "\f009";
}
.wi-owm-day-522:before {
  content: "\f009";
}
.wi-owm-day-531:before {
  content: "\f00e";
}
.wi-owm-day-600:before {
  content: "\f00a";
}
.wi-owm-day-601:before {
  content: "\f0b2";
}
.wi-owm-day-602:before {
  content: "\f00a";
}
.wi-owm-day-611:before {
  content: "\f006";
}
.wi-owm-day-612:before {
  content: "\f006";
}
.wi-owm-day-615:before {
  content: "\f006";
}
.wi-owm-day-616:before {
  content: "\f006";
}
.wi-owm-day-620:before {
  content: "\f006";
}
.wi-owm-day-621:before {
  content: "\f00a";
}
.wi-owm-day-622:before {
  content: "\f00a";
}
.wi-owm-day-701:before {
  content: "\f009";
}
.wi-owm-day-711:before {
  content: "\f062";
}
.wi-owm-day-721:before {
  content: "\f0b6";
}
.wi-owm-day-731:before {
  content: "\f063";
}
.wi-owm-day-741:before {
  content: "\f003";
}
.wi-owm-day-761:before {
  content: "\f063";
}
.wi-owm-day-762:before {
  content: "\f063";
}
.wi-owm-day-781:before {
  content: "\f056";
}
.wi-owm-day-800:before {
  content: "\f00d";
}
.wi-owm-day-801:before {
  content: "\f000";
}
.wi-owm-day-802:before {
  content: "\f000";
}
.wi-owm-day-803:before {
  content: "\f000";
}
.wi-owm-day-804:before {
  content: "\f00c";
}
.wi-owm-day-900:before {
  content: "\f056";
}
.wi-owm-day-902:before {
  content: "\f073";
}
.wi-owm-day-903:before {
  content: "\f076";
}
.wi-owm-day-904:before {
  content: "\f072";
}
.wi-owm-day-906:before {
  content: "\f004";
}
.wi-owm-day-957:before {
  content: "\f050";
}
.wi-owm-night-200:before {
  content: "\f02d";
}
.wi-owm-night-201:before {
  content: "\f02d";
}
.wi-owm-night-202:before {
  content: "\f02d";
}
.wi-owm-night-210:before {
  content: "\f025";
}
.wi-owm-night-211:before {
  content: "\f025";
}
.wi-owm-night-212:before {
  content: "\f025";
}
.wi-owm-night-221:before {
  content: "\f025";
}
.wi-owm-night-230:before {
  content: "\f02d";
}
.wi-owm-night-231:before {
  content: "\f02d";
}
.wi-owm-night-232:before {
  content: "\f02d";
}
.wi-owm-night-300:before {
  content: "\f02b";
}
.wi-owm-night-301:before {
  content: "\f02b";
}
.wi-owm-night-302:before {
  content: "\f028";
}
.wi-owm-night-310:before {
  content: "\f028";
}
.wi-owm-night-311:before {
  content: "\f028";
}
.wi-owm-night-312:before {
  content: "\f028";
}
.wi-owm-night-313:before {
  content: "\f028";
}
.wi-owm-night-314:before {
  content: "\f028";
}
.wi-owm-night-321:before {
  content: "\f02b";
}
.wi-owm-night-500:before {
  content: "\f02b";
}
.wi-owm-night-501:before {
  content: "\f028";
}
.wi-owm-night-502:before {
  content: "\f028";
}
.wi-owm-night-503:before {
  content: "\f028";
}
.wi-owm-night-504:before {
  content: "\f028";
}
.wi-owm-night-511:before {
  content: "\f026";
}
.wi-owm-night-520:before {
  content: "\f029";
}
.wi-owm-night-521:before {
  content: "\f029";
}
.wi-owm-night-522:before {
  content: "\f029";
}
.wi-owm-night-531:before {
  content: "\f02c";
}
.wi-owm-night-600:before {
  content: "\f02a";
}
.wi-owm-night-601:before {
  content: "\f0b4";
}
.wi-owm-night-602:before {
  content: "\f02a";
}
.wi-owm-night-611:before {
  content: "\f026";
}
.wi-owm-night-612:before {
  content: "\f026";
}
.wi-owm-night-615:before {
  content: "\f026";
}
.wi-owm-night-616:before {
  content: "\f026";
}
.wi-owm-night-620:before {
  content: "\f026";
}
.wi-owm-night-621:before {
  content: "\f02a";
}
.wi-owm-night-622:before {
  content: "\f02a";
}
.wi-owm-night-701:before {
  content: "\f029";
}
.wi-owm-night-711:before {
  content: "\f062";
}
.wi-owm-night-721:before {
  content: "\f0b6";
}
.wi-owm-night-731:before {
  content: "\f063";
}
.wi-owm-night-741:before {
  content: "\f04a";
}
.wi-owm-night-761:before {
  content: "\f063";
}
.wi-owm-night-762:before {
  content: "\f063";
}
.wi-owm-night-781:before {
  content: "\f056";
}
.wi-owm-night-800:before {
  content: "\f02e";
}
.wi-owm-night-801:before {
  content: "\f022";
}
.wi-owm-night-802:before {
  content: "\f022";
}
.wi-owm-night-803:before {
  content: "\f022";
}
.wi-owm-night-804:before {
  content: "\f086";
}
.wi-owm-night-900:before {
  content: "\f056";
}
.wi-owm-night-902:before {
  content: "\f073";
}
.wi-owm-night-903:before {
  content: "\f076";
}
.wi-owm-night-904:before {
  content: "\f072";
}
.wi-owm-night-906:before {
  content: "\f024";
}
.wi-owm-night-957:before {
  content: "\f050";
}
.wi-wu-chanceflurries:before {
  content: "\f064";
}
.wi-wu-chancerain:before {
  content: "\f019";
}
.wi-wu-chancesleat:before {
  content: "\f0b5";
}
.wi-wu-chancesnow:before {
  content: "\f01b";
}
.wi-wu-chancetstorms:before {
  content: "\f01e";
}
.wi-wu-clear:before {
  content: "\f00d";
}
.wi-wu-cloudy:before {
  content: "\f002";
}
.wi-wu-flurries:before {
  content: "\f064";
}
.wi-wu-hazy:before {
  content: "\f0b6";
}
.wi-wu-mostlycloudy:before {
  content: "\f002";
}
.wi-wu-mostlysunny:before {
  content: "\f00d";
}
.wi-wu-partlycloudy:before {
  content: "\f002";
}
.wi-wu-partlysunny:before {
  content: "\f00d";
}
.wi-wu-rain:before {
  content: "\f01a";
}
.wi-wu-sleat:before {
  content: "\f0b5";
}
.wi-wu-snow:before {
  content: "\f01b";
}
.wi-wu-sunny:before {
  content: "\f00d";
}
.wi-wu-tstorms:before {
  content: "\f01e";
}
.wi-wu-unknown:before {
  content: "\f00d";
}

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../font/fontawesome-webfont.eot?v=4.6.3');
  src: url('../font/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../font/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../font/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../font/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../font/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
	background: red;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #dde;
	position: relative;
}

.jspDrag
{
	background: #bbd;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}
/*!
 * Fotorama 4.6.4 | http://fotorama.io/license/
 */
.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__html,.fotorama__img,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video iframe{position:absolute;width:100%;height:100%;top:0;right:0;left:0;bottom:0}.fotorama--fullscreen,.fotorama__img{max-width:99999px!important;max-height:99999px!important;min-width:0!important;min-height:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important}.fotorama__wrap .fotorama__grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.fotorama__grabbing *{cursor:move;cursor:-webkit-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.fotorama__spinner{position:absolute!important;top:50%!important;left:50%!important}.fotorama__wrap--css3 .fotorama__arr,.fotorama__wrap--css3 .fotorama__fullscreen-icon,.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border,.fotorama__wrap--css3 .fotorama__video-close,.fotorama__wrap--css3 .fotorama__video-play{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__caption,.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before,.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__nav,.fotorama__wrap--css3 .fotorama__spinner,.fotorama__wrap--css3 .fotorama__stage,.fotorama__wrap--css3 .fotorama__stage .fotorama__img,.fotorama__wrap--css3 .fotorama__stage__frame{-webkit-transform:translateZ(0);transform:translateZ(0)}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus,.fotorama__nav__frame{outline:0}.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after{content:'';border-radius:inherit;background-color:rgba(0,175,234,.5)}.fotorama__wrap--video .fotorama__stage,.fotorama__wrap--video .fotorama__stage__frame--video,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.fotorama__wrap--video .fotorama__stage__shaft{-webkit-transform:none!important;transform:none!important}.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border{transition-property:-webkit-transform,width;transition-property:transform,width;transition-timing-function:cubic-bezier(0.1,0,.25,1);transition-duration:0ms}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__no-select,.fotorama__video-close,.fotorama__video-play,.fotorama__wrap{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fotorama__select{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.fotorama__nav,.fotorama__nav__frame{margin:auto;padding:0}.fotorama__caption__wrap,.fotorama__nav__frame,.fotorama__nav__shaft{-moz-box-orient:vertical;display:inline-block;vertical-align:middle;*display:inline;*zoom:1}.fotorama__nav__frame,.fotorama__thumb-border{box-sizing:content-box}.fotorama__caption__wrap{box-sizing:border-box}.fotorama--hidden,.fotorama__load{position:absolute;left:-99999px;top:-99999px;z-index:-1}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__nav,.fotorama__nav__frame,.fotorama__nav__shaft,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video-close,.fotorama__video-play{-webkit-tap-highlight-color:transparent}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(/img/fotorama/fotorama.png) no-repeat}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:2dppx){.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(/img/fotorama/fotorama@2x.png) 0 0/96px 160px no-repeat}}.fotorama__thumb{background-color:#7f7f7f;background-color:rgba(127,127,127,.2)}@media print{.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__thumb-border,.fotorama__video-close,.fotorama__video-play{background:none!important}}.fotorama{min-width:1px;overflow:hidden}.fotorama:not(.fotorama--unobtrusive)>*:not(:first-child){display:none}.fullscreen{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;margin:0!important;padding:0!important;overflow:hidden!important;background:#000}.fotorama--fullscreen{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;float:none!important;z-index:2147483647!important;background:#000;width:100%!important;height:100%!important;margin:0!important}.fotorama--fullscreen .fotorama__nav,.fotorama--fullscreen .fotorama__stage{background:#000}.fotorama__wrap{-webkit-text-size-adjust:100%;position:relative;direction:ltr;z-index:0}.fotorama__wrap--rtl .fotorama__stage__frame{direction:rtl}.fotorama__nav,.fotorama__stage{overflow:hidden;position:relative;max-width:100%}.fotorama__wrap--pan-y{-ms-touch-action:pan-y}.fotorama__wrap .fotorama__pointer{cursor:pointer}.fotorama__wrap--slide .fotorama__stage__frame{opacity:1!important}.fotorama__stage__frame{overflow:hidden}.fotorama__stage__frame.fotorama__active{z-index:8}.fotorama__wrap--fade .fotorama__stage__frame{display:none}.fotorama__wrap--fade .fotorama__fade-front,.fotorama__wrap--fade .fotorama__fade-rear,.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active{display:block;left:0;top:0}.fotorama__wrap--fade .fotorama__fade-front{z-index:8}.fotorama__wrap--fade .fotorama__fade-rear{z-index:7}.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active{z-index:9}.fotorama__wrap--fade .fotorama__stage .fotorama__shadow{display:none}.fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0;border:none!important}.fotorama__error .fotorama__img,.fotorama__loaded .fotorama__img{-ms-filter:"alpha(Opacity=100)";filter:alpha(opacity=100);opacity:1}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,.fotorama__img--full{display:none}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full{display:block}.fotorama__wrap--only-active .fotorama__nav,.fotorama__wrap--only-active .fotorama__stage{max-width:99999px!important}.fotorama__wrap--only-active .fotorama__stage__frame{visibility:hidden}.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active{visibility:visible}.fotorama__nav{font-size:0;line-height:0;text-align:center;display:none;white-space:nowrap;z-index:5}.fotorama__nav__shaft{position:relative;left:0;top:0;text-align:left}.fotorama__nav__frame{position:relative;cursor:pointer}.fotorama__nav--dots{display:block}.fotorama__nav--dots .fotorama__nav__frame{width:18px;height:30px}.fotorama__nav--dots .fotorama__nav__frame--thumb,.fotorama__nav--dots .fotorama__thumb-border{display:none}.fotorama__nav--thumbs{display:block}.fotorama__nav--thumbs .fotorama__nav__frame{padding-left:0!important}.fotorama__nav--thumbs .fotorama__nav__frame:last-child{padding-right:0!important}.fotorama__nav--thumbs .fotorama__nav__frame--dot{display:none}.fotorama__dot{display:block;width:4px;height:4px;position:relative;top:12px;left:6px;border-radius:6px;border:1px solid #7f7f7f}.fotorama__nav__frame:focus .fotorama__dot:after{padding:1px;top:-1px;left:-1px}.fotorama__nav__frame.fotorama__active .fotorama__dot{width:0;height:0;border-width:3px}.fotorama__nav__frame.fotorama__active .fotorama__dot:after{padding:3px;top:-3px;left:-3px}.fotorama__thumb{overflow:hidden;position:relative;width:100%;height:100%}.fotorama__nav__frame:focus .fotorama__thumb{z-index:2}.fotorama__thumb-border{position:absolute;z-index:9;top:0;left:0;border-style:solid;border-color:#00afea;background-image:linear-gradient(to bottom right,rgba(255,255,255,.25),rgba(64,64,64,.1))}.fotorama__caption{position:absolute;z-index:12;bottom:0;left:0;right:0;font-family:'Helvetica Neue',Arial,sans-serif;font-size:14px;line-height:1.5;color:#000}.fotorama__caption a{text-decoration:none;color:#000;border-bottom:1px solid;border-color:rgba(0,0,0,.5)}.fotorama__caption a:hover{color:#333;border-color:rgba(51,51,51,.5)}.fotorama__wrap--rtl .fotorama__caption{left:auto;right:0}.fotorama__wrap--no-captions .fotorama__caption,.fotorama__wrap--video .fotorama__caption{display:none}.fotorama__caption__wrap{background-color:#fff;background-color:rgba(255,255,255,.9);padding:5px 10px}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fotorama__wrap--css3 .fotorama__spinner{-webkit-animation:spinner 24s infinite linear;animation:spinner 24s infinite linear}.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__stage .fotorama__img{transition-property:opacity;transition-timing-function:linear;transition-duration:.3s}.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0}.fotorama__select{cursor:auto}.fotorama__video{top:32px;right:0;bottom:0;left:0;position:absolute;z-index:10}@-moz-document url-prefix(){.fotorama__active{box-shadow:0 0 0 transparent}}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{position:absolute;z-index:11;cursor:pointer}.fotorama__arr{position:absolute;width:32px;height:32px;top:50%;margin-top:-16px}.fotorama__arr--prev{left:2px;background-position:0 0}.fotorama__arr--next{right:2px;background-position:-32px 0}.fotorama__arr--disabled{pointer-events:none;cursor:default;*display:none;opacity:.1}.fotorama__fullscreen-icon{width:32px;height:32px;top:2px;right:2px;background-position:0 -32px;z-index:20}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus{border-radius:50%}.fotorama--fullscreen .fotorama__fullscreen-icon{background-position:-32px -32px}.fotorama__video-play{width:96px;height:96px;left:50%;top:50%;margin-left:-48px;margin-top:-48px;background-position:0 -64px;opacity:0}.fotorama__wrap--css2 .fotorama__video-play,.fotorama__wrap--video .fotorama__stage .fotorama__video-play{display:none}.fotorama__error .fotorama__video-play,.fotorama__loaded .fotorama__video-play,.fotorama__nav__frame .fotorama__video-play{opacity:1;display:block}.fotorama__nav__frame .fotorama__video-play{width:32px;height:32px;margin-left:-16px;margin-top:-16px;background-position:-64px -32px}.fotorama__video-close{width:32px;height:32px;top:0;right:0;background-position:-64px 0;z-index:20;opacity:0}.fotorama__wrap--css2 .fotorama__video-close{display:none}.fotorama__wrap--css3 .fotorama__video-close{-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--video .fotorama__video-close{display:block;opacity:1}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{opacity:0}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{opacity:1}.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--video .fotorama__fullscreen-icon{opacity:0!important}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{display:none}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{display:block}.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon{display:none!important}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus){-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus){-webkit-transform:translate3d(-48px,0,0);transform:translate3d(-48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus){-webkit-transform:translate3d(48px,0,0);transform:translate3d(48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon{-webkit-transform:translate3d(32px,-32px,0)!important;transform:translate3d(32px,-32px,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev{-webkit-transform:translate3d(-48px,0,0)!important;transform:translate3d(-48px,0,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next{-webkit-transform:translate3d(48px,0,0)!important;transform:translate3d(48px,0,0)!important}.fotorama__wrap--css3 .fotorama__arr:not(:focus),.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),.fotorama__wrap--css3 .fotorama__video-close:not(:focus),.fotorama__wrap--css3 .fotorama__video-play:not(:focus){transition-property:-webkit-transform,opacity;transition-property:transform,opacity;transition-duration:.3s}.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before{content:"";display:block;position:absolute;text-decoration:none;top:0;bottom:0;width:10px;height:auto;z-index:10;pointer-events:none;background-repeat:no-repeat;background-size:1px 100%,5px 100%}.fotorama__nav:before,.fotorama__stage:before{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.4),transparent);background-position:0 0,0 0;left:-10px}.fotorama__nav.fotorama__shadows--left:before,.fotorama__stage.fotorama__shadows--left:before{left:0}.fotorama__nav:after,.fotorama__stage:after{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.4),transparent);background-position:100% 0,100% 0;right:-10px}.fotorama__nav.fotorama__shadows--right:after,.fotorama__stage.fotorama__shadows--right:after{right:0}.fotorama--fullscreen .fotorama__nav:after,.fotorama--fullscreen .fotorama__nav:before,.fotorama--fullscreen .fotorama__stage:after,.fotorama--fullscreen .fotorama__stage:before,.fotorama__wrap--fade .fotorama__stage:after,.fotorama__wrap--fade .fotorama__stage:before,.fotorama__wrap--no-shadows .fotorama__nav:after,.fotorama__wrap--no-shadows .fotorama__nav:before,.fotorama__wrap--no-shadows .fotorama__stage:after,.fotorama__wrap--no-shadows .fotorama__stage:before{display:none}
/*
 * Dropit v1.1.0
 * http://dev7studios.com/dropit
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/* These styles assume you are using ul and li */
.dropit {
    list-style: none;
	padding: 0;
	margin: 0;
}
.dropit .dropit-trigger { position: relative; }
.dropit .dropit-submenu {
    position: absolute;
    top: 100%;
    left: 0; /* dropdown left or right */
    z-index: 1000;
    display: none;
    min-width: 150px;
    list-style: none;
	padding: 0;
	margin: 0;
}
.dropit .dropit-open .dropit-submenu { display: block; }

/*
 * jsCalendar v1.4.4
 * 
 * 
 * MIT License
 * 
 * Copyright (c) 2019 Grammatopoulos Athanasios-Vasileios
 * 
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 * 
 * The above copyright notice and this permission notice shall be included in all
 * copies or substantial portions of the Software.
 * 
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 * SOFTWARE.
 * 
 */


/* Default Theme */
	/* General style */
		.jsCalendar * {
			margin: 0;
			padding: 0;
		}
		.jsCalendar table,
		.jsCalendar table th,
		.jsCalendar table td {
			border: 0;
		}
	/* Blue default */
		.jsCalendar table {
			background-color: #FFFFFF;
			border-collapse: collapse;
			border-radius: 4px;
			box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
			color: #000000;
			font-family: Tahoma, Geneva, sans-serif;
			margin: 5px;
		}
		.jsCalendar thead .jsCalendar-title {
			height: 40px;
			line-height: 40px;
		}
		.jsCalendar thead .jsCalendar-title-left {
			float: left;
		}
		.jsCalendar thead .jsCalendar-title-right {
			float: right;
		}
		.jsCalendar thead .jsCalendar-nav-left,
		.jsCalendar thead .jsCalendar-nav-right {
			border-radius: 10px;
			color: #999999;
			cursor: pointer;
			font-family: "Courier New", Courier, monospace;
			font-size: 12px;
			font-weight: bold;
			height: 20px;
			line-height: 20px;
			margin: 10px 8px;
			text-align: center;
			transition: color 0.2s, background-color 0.2s;
			width: 20px;
		}
		.jsCalendar thead .jsCalendar-nav-left:hover,
		.jsCalendar thead .jsCalendar-nav-right:hover {
			background-color: #E2E2E2;
			color: #000000;
		}
		.jsCalendar thead .jsCalendar-nav-left {
			float: left;
		}
		.jsCalendar thead .jsCalendar-nav-right {
			float: right;
		}
		.jsCalendar thead .jsCalendar-title-name {
			cursor: default;
			float: left;
			font-size: 18px;
			font-weight: lighter;
			padding: 0 20px;
		}
		.jsCalendar thead .jsCalendar-nav-left:after {
			content: "<";
		}
		.jsCalendar thead .jsCalendar-nav-right:after {
			content: ">";
		}
		.jsCalendar thead .jsCalendar-week-days th {
			text-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
		}
		.jsCalendar thead .jsCalendar-week-days th,
		.jsCalendar tbody td {
			border-radius: 18px;
			cursor: default;
			display: inline-block;
			font-size: 12px;
			font-weight: lighter;
			height: 36px;
			line-height: 36px;
			margin: 1px 2px;
			text-align: center;
			transition: color 0.1s, background-color 0.2s;
			width: 36px;
		}
		.jsCalendar tbody td:hover {
			background-color: #E6E6E6;
		}
		.jsCalendar tbody td.jsCalendar-selected {
			background-color: #FFFFFF;
			border: 2px solid #E6E6E6;
			box-sizing: content-box;
			height: 32px;
			line-height: 32px;
			width: 32px;
		}
		.jsCalendar tbody td.jsCalendar-current {
			background-color: #52C9FF;
			border-radius: 18px;
			color: #FFFFFF;
		}
		.jsCalendar tbody td.jsCalendar-previous,
		.jsCalendar tbody td.jsCalendar-next {
			color: #CACACA;
		}
		.jsCalendar tbody td.jsCalendar-previous:hover,
		.jsCalendar tbody td.jsCalendar-next:hover {
			color: #FFFFFF;
		}

		.jsCalendar thead {
			display: block;
			margin: 4px 4px 0 4px;
		}
		.jsCalendar tbody {
			display: block;
			margin: 0 4px 4px 4px;
		}
		.jsCalendar ::-moz-selection {
			background: #83D8FF;
		}
		.jsCalendar ::selection {
			background: #83D8FF;
		}
	/* Yellow */
		.jsCalendar.yellow tbody td.jsCalendar-current {
			background-color: #FFE31B;
		}
		.jsCalendar.yellow ::-moz-selection {
			background: #FDE74C;
		}
		.jsCalendar.yellow ::selection {
			background: #FDE74C;
		}
	/* Orange */
		.jsCalendar.orange tbody td.jsCalendar-current {
			background-color: #FFB400;
		}
		.jsCalendar.orange ::-moz-selection {
			background: #FFB400;
		}
		.jsCalendar.orange ::selection {
			background: #FFB400;
		}
	/* Red */
		.jsCalendar.red tbody td.jsCalendar-current {
			background-color: #F6511D;
		}
		.jsCalendar.red ::-moz-selection {
			background: #F6511D;
		}
		.jsCalendar.red ::selection {
			background: #F6511D;
		}
	/* Green */
		.jsCalendar.green tbody td.jsCalendar-current {
			background-color: #7FB800;
		}
		.jsCalendar.green ::-moz-selection {
			background: #7FB800;
		}
		.jsCalendar.green ::selection {
			background: #7FB800;
		}


/* Material Theme */
	/* Blue default */
		.jsCalendar.material-theme table {
			border-radius: 0;
		}
		.jsCalendar.material-theme thead {
			background-color: #52C9FF;
			color: #FFFFFF;
			margin: 0;
			padding: 4px 4px 0 4px;
		}
		.jsCalendar.material-theme thead .jsCalendar-title {
			display: block;
			position: relative;
		}
		.jsCalendar.material-theme thead .jsCalendar-title-name {
			border-bottom: 1px solid rgba(255, 255, 255, 0.4);
			color: #FFFFFF;
			font-size: 16px;
			left: 15px;
			position: absolute;
			right: 15px;
			text-align: center;
		}
		.jsCalendar.material-theme thead .jsCalendar-title-left,
		.jsCalendar.material-theme thead .jsCalendar-title-right {
			position: absolute;
			z-index: 1;
		}
		.jsCalendar.material-theme thead .jsCalendar-nav-left,
		.jsCalendar.material-theme thead .jsCalendar-nav-right {
			color: #FFFFFF;
		}
		.jsCalendar.material-theme thead .jsCalendar-nav-left:hover,
		.jsCalendar.material-theme thead .jsCalendar-nav-right:hover {
			background-color: #03A9F4;
		}
		.jsCalendar.material-theme thead .jsCalendar-title-right {
			right: 0;
		}
		.jsCalendar.material-theme thead .jsCalendar-week-days th {
			font-size: 14px;
			text-shadow: none;
		}
	/* Yellow */
		.jsCalendar.material-theme.yellow thead {
			background-color: #FFE31B;
		}
		.jsCalendar.material-theme.yellow thead .jsCalendar-nav-left:hover,
		.jsCalendar.material-theme.yellow thead .jsCalendar-nav-right:hover {
			background-color: #E2CA23;
		}
	/* Orange */
		.jsCalendar.material-theme.orange thead {
			background-color: #FFB400;
		}
		.jsCalendar.material-theme.orange thead .jsCalendar-nav-left:hover,
		.jsCalendar.material-theme.orange thead .jsCalendar-nav-right:hover {
			background-color: #D49600;
		}
	/* Red */
		.jsCalendar.material-theme.red thead {
			background-color: #F6511D;
		}
		.jsCalendar.material-theme.red thead .jsCalendar-nav-left:hover,
		.jsCalendar.material-theme.red thead .jsCalendar-nav-right:hover {
			background-color: #BB3D16;
		}
	/* Green */
		.jsCalendar.material-theme.green thead {
			background-color: #7FB800;
		}
		.jsCalendar.material-theme.green thead .jsCalendar-nav-left:hover,
		.jsCalendar.material-theme.green thead .jsCalendar-nav-right:hover {
			background-color: #639000;
		}



/* Classic Theme */
	/* Blue default */
		.jsCalendar.classic-theme table,
		.jsCalendar.classic-theme thead .jsCalendar-nav-left,
		.jsCalendar.classic-theme thead .jsCalendar-nav-right,
		.jsCalendar.classic-theme thead .jsCalendar-week-days th,
		.jsCalendar.classic-theme tbody td,
		.jsCalendar.classic-theme tbody td.jsCalendar-current {
			border-radius: 0;
		}
		.jsCalendar.classic-theme thead {
			background-color: #52C9FF;
			margin: 0;
			padding: 4px 4px 0 4px;
		}
		.jsCalendar.classic-theme thead .jsCalendar-title-row,
		.jsCalendar.classic-theme thead .jsCalendar-title {
			display: block;
			width: 100%;
		}
		.jsCalendar.classic-theme thead .jsCalendar-title {
			position: relative;
		}
		.jsCalendar.classic-theme thead .jsCalendar-title-name {
			color: #FFFFFF;
			font-size: 16px;
			left: 41px;
			position: absolute;
			right: 41px;
			text-align: center;
			text-shadow: none;
		}
		.jsCalendar.classic-theme thead .jsCalendar-title-left,
		.jsCalendar.classic-theme thead .jsCalendar-title-right {
			position: absolute;
			z-index: 1;
		}
		.jsCalendar.classic-theme thead .jsCalendar-title-right {
			right: 0;
		}
		.jsCalendar.classic-theme thead .jsCalendar-nav-left,
		.jsCalendar.classic-theme thead .jsCalendar-nav-right {
			color: #FFFFFF;
			text-shadow: none;
		}
		.jsCalendar.classic-theme thead .jsCalendar-nav-left:hover,
		.jsCalendar.classic-theme thead .jsCalendar-nav-right:hover {
			background-color: #03A9F4;
		}
		.jsCalendar.classic-theme thead .jsCalendar-week-days {
			background-color: #FFFFFF;
			display: block;
			margin: 0 -4px;
		}
		.jsCalendar.classic-theme thead .jsCalendar-week-days th {
			font-size: 10px;
			height: 20px;
			line-height: 20px;
			text-shadow: none;
		}
		.jsCalendar.classic-theme tbody td {
			border-left: 1px solid #DADADA;
			border-top: 1px solid #DADADA;
			margin: -1px 0 0 -1px;
			padding: 1px 1px 0 1px;
			width: 38px;
		}
		.jsCalendar.classic-theme tbody {
			margin: 0;
		}
		.jsCalendar.classic-theme tbody td.jsCalendar-selected{
			background-color: #CCEFFF;
			border-bottom: 0;
			border-left: 1px solid #DADADA;
			border-right: 0;
			border-top: 1px solid #DADADA;
			height: 36px;
			line-height: 36px;
		}
		.jsCalendar.classic-theme tbody td.jsCalendar-current.jsCalendar-selected{
			background-color: #52C9FF; 
			text-shadow: 0 0 3px #000000;
		}
	/* Yellow */
		.jsCalendar.classic-theme.yellow thead {
			background-color: #FFE31B;
		}
		.jsCalendar.classic-theme.yellow thead .jsCalendar-nav-left:hover,
		.jsCalendar.classic-theme.yellow thead .jsCalendar-nav-right:hover {
			background-color: #E2CA23;
		}
	/* Orange */
		.jsCalendar.classic-theme.orange thead {
			background-color: #FFB400;
		}
		.jsCalendar.classic-theme.orange thead .jsCalendar-nav-left:hover,
		.jsCalendar.classic-theme.orange thead .jsCalendar-nav-right:hover {
			background-color: #D49600;
		}
	/* Red */
		.jsCalendar.classic-theme.red thead {
			background-color: #F6511D;
		}
		.jsCalendar.classic-theme.red thead .jsCalendar-nav-left:hover,
		.jsCalendar.classic-theme.red thead .jsCalendar-nav-right:hover {
			background-color: #BB3D16;
		}
	/* Green */
		.jsCalendar.classic-theme.green thead {
			background-color: #7FB800;
		}
		.jsCalendar.classic-theme.green thead .jsCalendar-nav-left:hover,
		.jsCalendar.classic-theme.green thead .jsCalendar-nav-right:hover {
			background-color: #639000;
		}

/*
 * jsCalendar theme
 * Clean v1.1
 * 
 * 
 * MIT License
 * 
 * Copyright (c) 2019 Grammatopoulos Athanasios-Vasileios
 * 
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 * 
 * The above copyright notice and this permission notice shall be included in all
 * copies or substantial portions of the Software.
 * 
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 * SOFTWARE.
 * 
 */


/* Clean Theme */
	.jsCalendar.clean-theme table {
		background-color: transparent;
		box-shadow: none;
		color: #000000;
		font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	}
	.jsCalendar.clean-theme thead .jsCalendar-title-name {
		font-weight: bold;
	}
	.jsCalendar.clean-theme thead .jsCalendar-nav-left,
	.jsCalendar.clean-theme thead .jsCalendar-nav-right {
		color: #AFAFAF;
	}
	.jsCalendar.clean-theme thead .jsCalendar-nav-left:hover,
	.jsCalendar.clean-theme thead .jsCalendar-nav-right:hover {
		background-color: transparent;
		color: #000000;
	}
	.jsCalendar.clean-theme thead .jsCalendar-week-days th {
		font-weight: bold;
	}
	.jsCalendar.clean-theme thead .jsCalendar-week-days th,
	.jsCalendar.clean-theme tbody td {
		border-radius: unset;
		font-size: 14px;
		height: 42px;
		line-height: 42px;
		margin: 2px 2px;
		width: 42px;
	}
	.jsCalendar.clean-theme tbody td:hover {
		background-color: #F0F0F0;
		color: #000000;
	}
	.jsCalendar.clean-theme tbody td.jsCalendar-selected {
		border: unset;
	}
	.jsCalendar.clean-theme tbody td.jsCalendar-current {
		background-color: transparent;
		border-bottom: 2px solid #000000;
		border-radius: unset;
		color: #000000;
		font-weight: bold;
		margin-bottom: 0;
	}
	.jsCalendar.clean-theme tbody td.jsCalendar-selected {
		background-color: #E0E0E0;
	}
	.jsCalendar.clean-theme tbody td.jsCalendar-current:hover {
		color: #000000;
	}
	.jsCalendar.clean-theme tbody td.jsCalendar-previous,
	.jsCalendar.clean-theme tbody td.jsCalendar-next {
		color: transparent;
		opacity: 0;
	}
	.jsCalendar.clean-theme tbody td.jsCalendar-previous:hover,
	.jsCalendar.clean-theme tbody td.jsCalendar-next:hover {
		color: transparent;
	}
	.jsCalendar.clean-theme ::-moz-selection {
		background: #AFAFAF;
	}
	.jsCalendar.clean-theme ::selection {
		background: #AFAFAF;
	}

/* Blue */
	.jsCalendar.clean-theme.blue tbody td:hover {
		background-color: rgba(82, 201, 255, 0.3);
	}
	.jsCalendar.clean-theme.blue tbody td.jsCalendar-current {
		background-color: rgba(82, 201, 255, 0.2);
	}
	.jsCalendar.clean-theme.blue tbody td.jsCalendar-selected {
		background-color: rgba(82, 201, 255, 0.5);
	}
	.jsCalendar.clean-theme.blue ::-moz-selection {
		background: #83D8FF;
	}
	.jsCalendar.clean-theme.blue ::selection {
		background: #83D8FF;
	}
/* Yellow */
	.jsCalendar.clean-theme.yellow tbody td:hover {
		background-color: rgba(255, 227, 27, 0.3);
	}
	.jsCalendar.clean-theme.yellow tbody td.jsCalendar-current {
		background-color: rgba(255, 227, 27, 0.2);
	}
	.jsCalendar.clean-theme.yellow tbody td.jsCalendar-selected {
		background-color: rgba(255, 227, 27, 0.5);
	}
	.jsCalendar.clean-theme.yellow ::-moz-selection {
		background: #FDE74C;
	}
	.jsCalendar.clean-theme.yellow ::selection {
		background: #FDE74C;
	}
/* Orange */
	.jsCalendar.clean-theme.orange tbody td:hover {
		background-color: rgba(255, 180, 0, 0.3);
	}
	.jsCalendar.clean-theme.orange tbody td.jsCalendar-current {
		background-color: rgba(255, 180, 0, 0.2);
	}
	.jsCalendar.clean-theme.orange tbody td.jsCalendar-selected {
		background-color: rgba(255, 180, 0, 0.5);
	}
	.jsCalendar.clean-theme.orange ::-moz-selection {
		background: #FFB400;
	}
	.jsCalendar.clean-theme.orange ::selection {
		background: #FFB400;
	}
/* Red */
	.jsCalendar.clean-theme.red tbody td:hover {
		background-color: rgba(246, 81, 29, 0.3);
	}
	.jsCalendar.clean-theme.red tbody td.jsCalendar-current {
		background-color: rgba(246, 81, 29, 0.2);
	}
	.jsCalendar.clean-theme.red tbody td.jsCalendar-selected {
		background-color: rgba(246, 81, 29, 0.5);
	}
	.jsCalendar.clean-theme.red ::-moz-selection {
		background: #F6511D;
	}
	.jsCalendar.clean-theme.red ::selection {
		background: #F6511D;
	}
/* Green */
	.jsCalendar.clean-theme.green tbody td:hover {
		background-color: rgba(127, 184, 0, 0.3);
	}
	.jsCalendar.clean-theme.green tbody td.jsCalendar-current {
		background-color: rgba(127, 184, 0, 0.2);
	}
	.jsCalendar.clean-theme.green tbody td.jsCalendar-selected {
		background-color: rgba(127, 184, 0, 0.5);
	}
	.jsCalendar.clean-theme.green ::-moz-selection {
		background: #7FB800;
	}
	.jsCalendar.clean-theme.green ::selection {
		background: #7FB800;
	}

@font-face {
  font-family: 'Merriweather';
  src: url('/font/Merriweather-BoldItalic.eot');
  src: local('Merriweather Bold Italic'), local('Merriweather-BoldItalic'), url('/font/Merriweather-BoldItalic.eot?#iefix') format('embedded-opentype'), url('/font/Merriweather-BoldItalic.woff') format('woff'), url('/font/Merriweather-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Merriweather';
  src: url('/font/Merriweather-Italic.eot');
  src: local('Merriweather Italic'), local('Merriweather-Italic'), url('/font/Merriweather-Italic.eot?#iefix') format('embedded-opentype'), url('/font/Merriweather-Italic.woff') format('woff'), url('/font/Merriweather-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Merriweather';
  src: url('/font/Merriweather-Regular.eot');
  src: local('Merriweather Regular'), local('Merriweather-Regular'), url('/font/Merriweather-Regular.eot?#iefix') format('embedded-opentype'), url('/font/Merriweather-Regular.woff') format('woff'), url('/font/Merriweather-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: '/font/Merriweather';
  src: url('/font/Merriweather-BlackItalic.eot');
  src: local('Merriweather Black Italic'), local('Merriweather-BlackItalic'), url('/font/Merriweather-BlackItalic.eot?#iefix') format('embedded-opentype'), url('/font/Merriweather-BlackItalic.woff') format('woff'), url('/font/Merriweather-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Merriweather';
  src: url('/font/Merriweather-Bold.eot');
  src: local('Merriweather Bold'), local('Merriweather-Bold'), url('/font/Merriweather-Bold.eot?#iefix') format('embedded-opentype'), url('/font/Merriweather-Bold.woff') format('woff'), url('/font/Merriweather-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Merriweather';
  src: url('/font/Merriweather-Light.eot');
  src: local('Merriweather Light'), local('Merriweather-Light'), url('/font/Merriweather-Light.eot?#iefix') format('embedded-opentype'), url('/font/Merriweather-Light.woff') format('woff'), url('/font/Merriweather-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Merriweather';
  src: url('/font/Merriweather-Black.eot');
  src: local('Merriweather Black'), local('Merriweather-Black'), url('/font/Merriweather-Black.eot?#iefix') format('embedded-opentype'), url('/font/Merriweather-Black.woff') format('woff'), url('/font/Merriweather-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Merriweather';
  src: url('/font/Merriweather-LightItalic.eot');
  src: local('Merriweather Light Italic'), local('Merriweather-LightItalic'), url('/font/Merriweather-LightItalic.eot?#iefix') format('embedded-opentype'), url('/font/Merriweather-LightItalic.woff') format('woff'), url('/font/Merriweather-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/font/OpenSans-SemiBoldItalic.eot');
  src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url('/font/OpenSans-SemiBoldItalic.eot?#iefix') format('embedded-opentype'), url('/font/OpenSans-SemiBoldItalic.woff') format('woff'), url('/font/OpenSans-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/font/OpenSans-LightItalic.eot');
  src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url('/font/OpenSans-LightItalic.eot?#iefix') format('embedded-opentype'), url('/font/OpenSans-LightItalic.woff') format('woff'), url('/font/OpenSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/font/OpenSans-Bold.eot');
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url('/font/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('/font/OpenSans-Bold.woff') format('woff'), url('/font/OpenSans-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/font/OpenSans-ExtraBoldItalic.eot');
  src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url('/font/OpenSans-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'), url('/font/OpenSans-ExtraBoldItalic.woff') format('woff'), url('/font/OpenSans-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/font/OpenSans-Light.eot');
  src: local('Open Sans Light'), local('OpenSans-Light'), url('/font/OpenSans-Light.eot?#iefix') format('embedded-opentype'), url('/font/OpenSans-Light.woff') format('woff'), url('/font/OpenSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/font/OpenSans-Italic.eot');
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url('/font/OpenSans-Italic.eot?#iefix') format('embedded-opentype'), url('/font/OpenSans-Italic.woff') format('woff'), url('/font/OpenSans-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/font/OpenSans-Regular.eot');
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url('/font/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('/font/OpenSans-Regular.woff') format('woff'), url('/font/OpenSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/font/OpenSans-SemiBold.eot');
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url('/font/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'), url('/font/OpenSans-SemiBold.woff') format('woff'), url('/font/OpenSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/font/OpenSans-ExtraBold.eot');
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url('/font/OpenSans-ExtraBold.eot?#iefix') format('embedded-opentype'), url('/font/OpenSans-ExtraBold.woff') format('woff'), url('/font/OpenSans-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/font/OpenSans-BoldItalic.eot');
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url('/font/OpenSans-BoldItalic.eot?#iefix') format('embedded-opentype'), url('/font/OpenSans-BoldItalic.woff') format('woff'), url('/font/OpenSans-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}
.a_top_place .a1_a11 {
  height: 300px;
  background: url(https://obj.altapress.ru/img/AjaxLoader.gif);
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-items: center;
  align-content: center;
  justify-content: center;
}
@media (max-width: 1254px) {
  .a_top_place .a1_a11 {
    height: 224px;
  }
}
.a {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}
.a.a_2_special {
  background-color: #f5f5f0;
  padding: 9px;
}
.a.a_2_special #adfox_156447707175761921 {
  width: 728px;
}
.a.a_2_special .aso-zone {
  margin: 0 auto;
}
.yad {
  margin-bottom: 18px;
}
#yandex_rtb_R-A-132115-25 {
  margin-bottom: 18px;
}
#yandex_rtb_R-A-132115-24 {
  margin-bottom: 18px;
}
#na_glavnoy_v_rubrike_s_partnerskimi_novostyami {
  height: 300px;
  width: 300px;
  background: #f5f5f0;
}
div.test123123 {
  background: transparent url('/img/empty.gif?rev=1722271008364') left top no-repeat;
}
.app-altapress {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
.app-altapress .wrapper {
  position: relative;
  z-index: 10;
}
.app-altapress body {
  font-family: 'Open Sans', sans-serif;
}
.app-altapress a {
  color: #000;
}
.app-altapress a:hover {
  text-decoration: none;
}
.app-altapress h1,
.app-altapress h2,
.app-altapress h3,
.app-altapress h4,
.app-altapress h5 {
  font-family: 'Open Sans', sans-serif;
}
.app-altapress hr.divider_1 {
  height: 1px;
  color: #a5a58c;
  background-color: #a5a58c;
  /* Цвет линии для браузера Firefox и Opera */
  border: none;
  /* Убираем границу для браузера Firefox */
}
.app-altapress .m-r {
  margin-right: 18px;
}
.app-altapress .m-l {
  margin-left: 18px;
}
.app-altapress .m-t {
  margin-top: 18px;
}
.app-altapress .m-b {
  margin-bottom: 18px;
}
.app-altapress .p-r {
  padding-right: 18px;
}
.app-altapress .p-l {
  padding-left: 18px;
}
.app-altapress .p-t {
  padding-top: 18px;
}
.app-altapress .p-b {
  padding-bottom: 18px;
}
.app-altapress .border-top-3 {
  border-top: 3px solid #a5a58c;
}
.app-altapress .text-orange {
  color: #f06400 !important;
}
@media (max-width: 1253px) {
  .app-altapress .m-r-lg-0 {
    margin-right: 0;
  }
}
.app-altapress .wrapper {
  margin: 0 auto;
  width: 1254px;
  background-color: white;
}
@media (max-width: 1253px) {
  .app-altapress .wrapper {
    width: 936px;
  }
}
.app-altapress .sticky_header {
  width: 100%;
  background-color: white;
  z-index: 100;
}
.app-altapress #scrollUp {
  bottom: 20px;
  right: 20px;
  padding: 10px 20px;
  background-color: #f06400;
  color: #fff;
  font: normal normal normal 14px/1 FontAwesome;
}
.app-altapress ul.page-numbers {
  overflow: hidden;
  margin: 18px auto !important;
  padding-left: 0;
  list-style: none;
  width: max-content;
}
.app-altapress ul.page-numbers li {
  float: left;
  margin-right: 18px;
  width: 36px;
  text-align: center;
}
.app-altapress ul.page-numbers li:last-child {
  margin-right: 0;
}
.app-altapress ul.page-numbers li.current {
  font-weight: bold;
}
.app-altapress ul.page-numbers li.prev a {
  color: #f06400;
}
.app-altapress ul.page-numbers li.next a {
  color: #f06400;
}
.app-altapress #mfd-currency {
  border: 1px solid #a5a58c;
  width: 19em;
  background-color: #f5f5f0;
  width: 100%;
}
.app-altapress #mfd-currency .mfd-currency-header {
  display: none;
  background: #a5a58c;
  color: #ffffff;
  font-size: 1em;
  font-style: normal;
  font-weight: bold;
  margin: 0;
  padding: 0.5em 1em;
}
.app-altapress #mfd-currency .mfd-currency-rate {
  background: #eff6fb;
  font-weight: bold;
}
.app-altapress #mfd-currency .mfd-currency-symbol a {
  font-size: 2.4em;
  text-decoration: none;
}
.app-altapress #mfd-currency .mfd-currency-table {
  width: 100%;
}
.app-altapress #mfd-currency .mfd-currency-table tr:nth-child(1) td:first-child,
.app-altapress #mfd-currency .mfd-currency-table tr:nth-child(4) td:first-child {
  /*row-span: 2 !important;*/
}
.app-altapress #mfd-currency .mfd-currency-table tr:nth-child(3),
.app-altapress #mfd-currency .mfd-currency-table tr:nth-child(6) {
  /*display: none;*/
}
.app-altapress #mfd-currency .mfd-currency-table tr:nth-child(3) td,
.app-altapress #mfd-currency .mfd-currency-table tr:nth-child(6) td {
  font-size: 0;
}
.app-altapress #mfd-currency .mfd-currency-table tr td {
  border: none;
  text-align: center;
}
.app-altapress #mfd-currency .mfd-currency-table tr td.mfd-currency-date {
  font-size: 13px;
}
.app-altapress #mfd-currency .mfd-currency-table tr td.mfd-currency-rate {
  background-color: transparent;
  color: #f06400;
}
.app-altapress #mfd-currency .mfd-d {
  color: #ff1110;
}
.app-altapress #mfd-currency .mfd-u {
  color: #199300;
}
.app-altapress #mfd-currency .mfd-z {
  color: #18479b;
}
.app-altapress .entry_meta {
  font-size: 13px;
  font-weight: bold;
  color: #a5a58c;
}
.app-altapress .entry_meta .category {
  text-transform: uppercase;
}
.app-altapress .entry_meta .time {
  color: #a5a58c;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.1em;
}
.app-altapress .entry_meta .comments {
  margin-left: 18px;
  float: right;
}
.app-altapress .entry_meta i {
  color: #f06400;
}
.app-altapress .cell_type_1 {
  background-color: #f5f5f0;
  margin-bottom: 18px;
  height: 300px;
}
.app-altapress .cell_type_1 a {
  display: block;
  height: 300px;
  width: 300px;
  overflow: hidden;
}
.app-altapress .cell_type_1 a img {
  width: 100%;
}
.app-altapress .cell_type_1 a .entry {
  width: 100%;
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 18px;
}
.app-altapress .cell_type_1 a:hover .entry .title {
  text-decoration: underline;
}
.app-altapress .cell_type_2 {
  background-color: #37372d !important;
  margin-bottom: 18px;
  height: 300px;
}
.app-altapress .cell_type_2 a {
  display: block;
  height: 300px;
  width: 618px;
  overflow: hidden;
  position: relative;
}
.app-altapress .cell_type_2 a img {
  width: 100%;
  position: absolute;
  top: 0;
}
.app-altapress .cell_type_2 a .entry {
  width: 100%;
  height: 100%;
  padding: 175px 18px 18px 18px;
  position: absolute;
  top: 0;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.1) 15%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.05) 55%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.5) 85%, rgba(0, 0, 0, 0.7) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.6)), color-stop(15%, rgba(0, 0, 0, 0.1)), color-stop(20%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(55%, rgba(0, 0, 0, 0.05)), color-stop(60%, rgba(0, 0, 0, 0.2)), color-stop(85%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(0, 0, 0, 0.7)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.1) 15%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.05) 55%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.5) 85%, rgba(0, 0, 0, 0.7) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.1) 15%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.05) 55%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.5) 85%, rgba(0, 0, 0, 0.7) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.1) 15%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.05) 55%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.5) 85%, rgba(0, 0, 0, 0.7) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.1) 15%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.05) 55%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.5) 85%, rgba(0, 0, 0, 0.7) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3000000', endColorstr='#b3000000', GradientType=0);
  /* IE6-9 */
}
.app-altapress .cell_type_2 a .entry .entry_meta {
  color: rgba(255, 255, 255, 0.8);
}
.app-altapress .cell_type_2 a .entry .entry_meta .comments {
  color: white;
}
.app-altapress .cell_type_2 a .entry .entry_meta i {
  color: #f06400;
}
.app-altapress .cell_type_2 a:hover .entry .title {
  text-decoration: underline;
}
.app-altapress .cell_type_3 {
  background-color: #37372d;
  margin-bottom: 18px;
  height: 300px;
  /*------------------ */
}
.app-altapress .cell_type_3 a {
  display: block;
  height: 300px;
  width: 300px;
  overflow: hidden;
  position: relative;
}
.app-altapress .cell_type_3 a img {
  height: 100%;
  position: absolute;
  top: 0;
}
.app-altapress .cell_type_3 a .entry {
  width: 100%;
  height: 50%;
  padding: 36px 18px 18px 18px;
  position: absolute;
  top: 50%;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0.25) 30%, rgba(0, 0, 0, 0.5) 85%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0.25) 30%, rgba(0, 0, 0, 0.5) 85%, rgba(0, 0, 0, 0.7) 100%);
}
.app-altapress .cell_type_3 a .entry .title {
  font-weight: bold;
}
.app-altapress .cell_type_3 a:hover .entry .title {
  text-decoration: underline;
}
.app-altapress .b-lenta {
  margin-bottom: 18px;
  padding-top: 18px/2;
}
.app-altapress .b-lenta .hdr {
  text-transform: uppercase;
  padding: 18px 0 18px 0;
  font-weight: bold;
  font-size: 16px;
  color: #f06400;
}
.app-altapress .b-lenta .scroll-pane {
  overflow: hidden;
  outline: none;
}
.app-altapress .b-lenta .scroll-pane ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 282px;
}
.app-altapress .b-lenta .scroll-pane ul li.item {
  padding: 9px 0 0 0;
}
.app-altapress .b-lenta .scroll-pane ul li.item a .time {
  color: #a5a58c;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.1em;
}
.app-altapress .b-lenta .scroll-pane ul li.item a .comments {
  float: none;
  font-weight: normal;
  margin-left: 9px;
}
.app-altapress .b-lenta .scroll-pane ul li.item a .comments i {
  color: #a5a58c;
}
.app-altapress .b-lenta .scroll-pane ul li.item a:hover .title {
  text-decoration: underline;
}
.app-altapress .b-lenta .scroll-pane .jspVerticalBar {
  width: 4px;
  /*&:hover {
				width: 10px
			}*/
}
.app-altapress .b-lenta .scroll-pane .jspVerticalBar .jspTrack {
  background-color: #f5f5f0;
}
.app-altapress .b-lenta .scroll-pane .jspVerticalBar .jspDrag {
  background-color: #a5a58c;
}
.app-altapress .b-lenta .link_archive {
  margin-top: 18px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
}
.app-altapress .b-lenta .link_archive a {
  color: #f06400;
}
.app-altapress .xl_dst_lenta .b-lenta .hdr {
  padding-top: 0;
}
.app-altapress .lg_dst_lenta .b-lenta .hdr {
  border-top: 3px solid #a5a58c;
}
.app-altapress .widget.b-photoreps {
  margin-top: 18px;
  margin-bottom: 18px;
  background-color: #37372d;
  padding: 18px 9px;
  height: 336px;
  overflow: hidden;
}
.app-altapress .widget.b-photoreps .hdr {
  color: white;
  margin-bottom: 18px;
  margin-left: 68px;
}
.app-altapress .widget.b-photoreps .hdr a {
  color: white;
}
.app-altapress .widget.b-photoreps #main_photorep_slider {
  width: 100%;
  margin: 0 auto;
}
.app-altapress .widget.b-photoreps #main_photorep_slider .item {
  padding: 0 18px;
  outline: none;
  height: 260px;
}
.app-altapress .widget.b-photoreps #main_photorep_slider .item a.hide {
  display: none;
}
.app-altapress .widget.b-photoreps #main_photorep_slider .item a .image {
  width: 100%;
  margin-bottom: 9px;
}
.app-altapress .widget.b-photoreps #main_photorep_slider .item a .image img {
  width: 100%;
}
.app-altapress .widget.b-photoreps #main_photorep_slider .item a .entry {
  height: 140px;
  width: 100%;
  color: white;
  outline: none;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.app-altapress .widget.b-photoreps #main_photorep_slider .item a .entry .title {
  font-weight: normal;
}
.app-altapress .widget.b-photoreps #main_photorep_slider .item a .entry .entry_meta {
  bottom: 0;
}
.app-altapress .widget.b-photoreps #main_photorep_slider .item a:hover .entry .title {
  text-decoration: underline;
}
.app-altapress .widget.b-photoreps #main_photorep_slider ul.slick-dots {
  top: -45px;
  left: 240px;
}
.app-altapress .widget.b-photoreps #main_photorep_slider ul.slick-dots li[role=presentation] {
  width: 10px;
}
.app-altapress .widget.b-photoreps #main_photorep_slider ul.slick-dots li[role=presentation] button {
  width: 10px;
}
.app-altapress .widget.b-photoreps #main_photorep_slider ul.slick-dots li[role=presentation] button:before {
  color: white;
  opacity: 1;
}
.app-altapress .widget.b-photoreps #main_photorep_slider ul.slick-dots li[role=presentation].slick-active button:before {
  color: #f06400;
  opacity: 1;
}
.app-altapress .widget.b-photoreps #main_photorep_slider button.slick-prev {
  left: 5px;
}
.app-altapress .widget.b-photoreps #main_photorep_slider button.slick-next {
  right: 5px;
}
.app-altapress .b-populyarnoe {
  margin-top: 18px;
  background-color: #a5a58c;
}
.app-altapress .b-populyarnoe .hdr {
  padding: 18px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}
.app-altapress .b-populyarnoe .item {
  width: 33.33%;
  padding: 0 18px 18px 18px;
}
.app-altapress .b-populyarnoe .item:last-child {
  margin-right: 0;
}
.app-altapress .b-populyarnoe .item .table {
  display: table;
}
.app-altapress .b-populyarnoe .item .table .position {
  font-family: 'Merriweather', serif;
  display: table-cell;
  vertical-align: top;
  width: 50px;
  font-size: 48px;
  line-height: 35px;
  color: #f5f5f0;
}
.app-altapress .b-populyarnoe .item .table .entry {
  display: table-cell;
  vertical-align: top;
  color: white;
}
.app-altapress .b-populyarnoe .item .table .entry .time {
  color: white;
  font-weight: bold;
  margin-right: 6px;
}
.app-altapress .b-populyarnoe .item .table .entry .entry_meta_comments {
  color: white;
  font-weight: bold;
  margin-left: 6px;
}
.app-altapress .b-populyarnoe .item .table .entry .entry_meta_comments i {
  color: #f06400;
}
@media (max-width: 1253px) {
  .app-altapress .b-populyarnoe .item {
    width: 50%;
  }
}
.app-altapress .b-vibor_redaktcii .hdr {
  padding: 0px 0 18px 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  color: #f06400;
  text-align: center;
}
.app-altapress .b-vibor_redaktcii .post_item {
  margin-right: 0 !important;
}
.app-altapress .b-vibor_redaktcii .post_item:nth-child(2n) {
  margin-left: 18px;
  margin-right: 0 !important;
}
.app-altapress .b-vibor_redaktcii .post_item h2,
.app-altapress .b-vibor_redaktcii .post_item h3 {
  font-size: 14px;
  font-weight: normal;
}
.app-altapress .b-samoe_interesnoe .row.lg_dst .post_item {
  margin-right: 18px;
}
.app-altapress .b-samoe_interesnoe .row.lg_dst .post_item:last-child {
  margin-right: 0;
}
.app-altapress .lt-ie9 .bModal {
  background-color: rgba(255, 255, 255, 0);
}
.app-altapress .ugc_ajax .b-ugc_form {
  display: none;
}
.app-altapress .b-ugc_form {
  background-color: white;
  background-image: url("/img/svg/spinner.svg");
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 0 25px 5px #a5a58c;
  color: #111;
  min-width: 500px;
  min-height: 456px;
}
.app-altapress .b-ugc_form .holder {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  height: 100%;
}
.app-altapress .b-ugc_form .holder .hdr {
  z-index: 100;
  background-color: #a5a58c;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  padding: 9px;
}
.app-altapress .b-ugc_form .holder .hdr .button.b-close {
  cursor: pointer;
  font-weight: normal;
  box-shadow: none;
  padding: 9px;
  position: absolute;
  right: 0;
  top: 0;
}
.app-altapress .b-ugc_form .holder .result {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  background-color: white;
  height: 100%;
  width: 100%;
}
.app-altapress .b-ugc_form .holder .result .error,
.app-altapress .b-ugc_form .holder .result .success {
  color: #a5a58c;
  font-weight: bold;
  text-align: center;
}
.app-altapress .b-ugc_form .holder .result .error {
  color: red;
}
.app-altapress .b-ugc_form .holder .result .error span {
  color: #a5a58c;
}
.app-altapress .b-ugc_form .holder form {
  background-color: white;
  margin-top: 9px;
  padding: 0 9px;
}
.app-altapress .b-ugc_form .holder form .form-group {
  margin-bottom: 18px;
}
.app-altapress .b-ugc_form .holder form .form-group label {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  color: #a5a58c;
}
.app-altapress .b-ugc_form .holder form .form-group input[type=text] {
  width: 100%;
  border: none;
  padding: 3px;
  background-color: #f5f5f0;
}
.app-altapress .b-ugc_form .holder form .form-group textarea {
  width: 100%;
  height: 110px;
  border: none;
  padding: 3px;
  background-color: #f5f5f0;
}
.app-altapress .b-ugc_form .holder form .form-group.field-ugcmessage-picture {
  display: flex;
  height: 100px;
  flex-direction: row;
  align-content: flex-start;
  align-items: center;
  overflow: hidden;
}
.app-altapress .b-ugc_form .holder form .form-group.field-ugcmessage-picture label.upload_pucture {
  flex: 1 1 100px;
  cursor: pointer;
  padding: 3px 9px;
  border: none;
  border-radius: 18px;
  color: white;
  background-color: #a5a58c;
  float: left;
  text-align: center;
}
.app-altapress .b-ugc_form .holder form .form-group.field-ugcmessage-picture label.upload_pucture span {
  text-transform: uppercase;
  font-weight: bold;
}
.app-altapress .b-ugc_form .holder form .form-group.field-ugcmessage-picture label.upload_pucture input {
  display: none;
}
.app-altapress .b-ugc_form .holder form .form-group.field-ugcmessage-picture #ugc_picture {
  flex: 3 1 100px;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.app-altapress .b-ugc_form .holder form .form-group.field-ugcmessage-picture #ugc_picture.empty {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaWQ9IkxheWVyXzEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUwIDUwOyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgNTAgNTAiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxnIGlkPSJMYXllcl8xXzFfIj48cGF0aCBkPSJNMSw0M2g0OFY3SDFWNDN6IE0zLDQxdi03LjU4NmwxMS0xMWwxMCwxMGwxNy0xN2w2LDZWNDFIM3ogTTQ3LDl2OS41ODZsLTYtNmwtMTcsMTdsLTEwLTEwbC0xMSwxMVY5SDQ3eiIvPjxwYXRoIGQ9Ik0yNCwyMmMyLjc1NywwLDUtMi4yNDMsNS01cy0yLjI0My01LTUtNXMtNSwyLjI0My01LDVTMjEuMjQzLDIyLDI0LDIyeiBNMjQsMTRjMS42NTQsMCwzLDEuMzQ2LDMsM3MtMS4zNDYsMy0zLDMgICBzLTMtMS4zNDYtMy0zUzIyLjM0NiwxNCwyNCwxNHoiLz48L2c+PC9zdmc+');
}
.app-altapress .b-ugc_form .holder form .form-group.field-ugcmessage-picture #ugc_picture img {
  height: 100%;
}
.app-altapress .b-ugc_form .holder .buttons {
  margin-top: 9px;
  margin-bottom: 9px;
  overflow: hidden;
  padding: 0 9px;
}
.app-altapress .b-ugc_form .holder .buttons button {
  padding: 3px;
  border: none;
  border-radius: 18px;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
}
.app-altapress .b-ugc_form .holder .buttons button.submit_form {
  display: block;
  cursor: pointer;
  width: 180px;
  margin: auto;
  background-color: #f06400;
}
.app-altapress .desktop .b-ugc_form {
  box-shadow: none;
  position: relative;
}
.app-altapress .desktop .b-ugc_form .holder {
  display: block;
}
.app-altapress .desktop .b-ugc_form .holder .hdr {
  padding: 0;
  font-size: 16px;
  background-color: transparent;
  color: #37372d;
}
.app-altapress .desktop .b-ugc_form .holder .hdr .button.b-close {
  display: none;
}
.app-altapress .desktop .b-ugc_form .holder form {
  padding: 0;
}
.app-altapress .desktop .b-ugc_form .holder form .form-group {
  margin: 0;
}
.app-altapress .freebirdFormviewerViewEmbedded .freebirdFormviewerViewCenteredContent {
  width: 100%;
  max-width: 100%;
}
.app-altapress .freebirdFormviewerViewEmbedded .freebirdFormviewerViewCenteredContent .freebirdFormviewerViewHeaderThemeStripe {
  background-color: #f06400;
}
.app-altapress .freebirdFormviewerViewEmbedded .freebirdFormviewerViewCenteredContent .freebirdFormviewerViewNavigationPasswordWarning {
  display: none;
}
.app-altapress .freebirdFormviewerViewEmbedded .freebirdFormviewerViewCenteredContent .freebirdFormviewerViewFooterEmbeddedBackground {
  display: none;
}
.app-altapress .pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.app-altapress .pagination ul li {
  float: left;
}
.app-altapress .widget .hdr {
  text-transform: uppercase;
  font-weight: bold;
}
.app-altapress .widget.b-company_news {
  border-top: 3px solid #a5a58c;
}
.app-altapress .widget.b-company_news ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.app-altapress .widget.b-company_news ul li a {
  display: table;
  width: 100%;
}
.app-altapress .widget.b-company_news ul li a .image {
  display: table-cell;
  vertical-align: top;
  width: 88px;
}
.app-altapress .widget.b-company_news ul li a .title {
  display: table-cell;
  vertical-align: top;
  font-size: 13px;
}
.app-altapress .widget.b-company_news ul li a:hover .title {
  text-decoration: underline;
}
.app-altapress .widget.b-company_news .footer a {
  color: #f06400;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
}
.app-altapress .b-pinned_slider {
  height: 300px;
}
.app-altapress .b-pinned_slider.hide {
  display: none;
}
.app-altapress .b-pinned_slider ul.object-slider_container {
  list-style: none;
  margin: 0;
  padding: 0;
}
.app-altapress .b-pinned_slider ul.object-slider_container .slick-list {
  width: auto;
}
.app-altapress .b-pinned_slider ul.object-slider_container .slick-list .slick-slide {
  width: auto;
}
.app-altapress .b-pinned_slider ul.object-slider_container ul.slick-dots {
  bottom: 36px;
  right: 18px;
  top: unset;
  z-index: 999;
  width: auto;
  text-align: right;
}
.app-altapress .b-pinned_slider ul.object-slider_container ul.slick-dots li {
  width: 9px;
  height: 9px;
  margin: 2px;
}
.app-altapress .b-pinned_slider ul.object-slider_container ul.slick-dots li button {
  width: 9px;
  height: 9px;
}
.app-altapress .b-pinned_slider ul.object-slider_container ul.slick-dots li button:before {
  line-height: 9px;
  width: 9px;
  height: 9px;
  color: rgba(255, 255, 255, 0.8);
  opacity: 1;
}
.app-altapress .b-pinned_slider ul.object-slider_container ul.slick-dots li.slick-active button:before {
  color: #f06400;
  opacity: 1;
}
.app-altapress .b-pinned_slider ul.object-slider_container button.slick-arrow.slick-prev,
.app-altapress .b-pinned_slider ul.object-slider_container button.slick-arrow.slick-next {
  top: 80px;
  z-index: 999;
}
.app-altapress .b-pinned_slider ul.object-slider_container button.slick-arrow.slick-prev {
  left: 9px;
}
.app-altapress .b-pinned_slider ul.object-slider_container button.slick-arrow.slick-next {
  right: 9px;
}
.app-altapress .b-pinned_slider ul.object-slider_container div.cell_type_1 {
  background-color: #37372d;
}
.app-altapress .b-pinned_slider ul.object-slider_container div.cell_type_1 a {
  color: rgba(255, 255, 255, 0.8);
}
.app-altapress .b-pinned_slider ul.object-slider_container div.cell_type_1 a .title {
  font-weight: normal;
  font-size: 14px;
}
.app-altapress .b-pinned_slider ul.object-slider_container div.cell_type_1 a .category {
  color: rgba(255, 255, 255, 0.8);
}
.app-altapress .b-social_top {
  min-height: 180px;
  padding: 18px;
  color: #a5a58c;
}
.app-altapress .b-social_top a {
  color: #f06400;
}
.app-altapress .b-social_top .subscribe {
  margin-bottom: 14px;
}
.app-altapress .b-social_top .subscribe .fa {
  margin-right: 9px;
}
.app-altapress .b-social_top .hdr {
  text-transform: uppercase;
  font-weight: normal;
}
.app-altapress .b-social_top ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin-top: 9px;
}
.app-altapress .b-social_top ul li.zen a i.zen {
  display: inline-block;
  width: 14px;
  height: 19px;
  background: transparent url('/img/icons/zen_14x14.png') center center no-repeat;
}
.app-altapress .b-search_form {
  position: relative;
}
.app-altapress .b-search_form .toggler {
  color: #f06400;
  margin-right: 3px;
}
.app-altapress .b-search_form.top:hover form,
.app-altapress .b-search_form.top:focus form {
  transform: translateX(0px) scaleX(1);
  opacity: 1;
}
.app-altapress .b-search_form.top form {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  width: 265px;
  justify-content: space-between;
  align-items: center;
  background-color: #f5f5f0;
  border-radius: 10px;
  transition: 0.3s;
}
.app-altapress .b-search_form.top form i {
  color: #f06400;
  margin-left: 5px;
  width: 2em;
  font-size: 13px;
  text-align: center;
}
.app-altapress .b-search_form.top form input {
  flex: 1;
  background-color: transparent;
  border: none;
  outline: none;
  color: #a5a58c;
  text-transform: uppercase;
  font-size: 13px;
  padding: 3px;
}
.app-altapress .b-search_form.top form button[type=submit] {
  width: 5em;
  font-size: 13px;
  padding: 3px 9px;
  border: none;
  outline: none;
  cursor: hand;
  cursor: pointer;
  text-transform: uppercase;
  background-color: #f06400;
  color: white;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media (max-width: 1253px) {
  .app-altapress #b-header .b-search_form {
    display: block;
  }
}
.app-altapress .b-social_top > .b-search_form {
  margin: 0 -18px;
}
.app-altapress .qr_code {
  background-color: #f5f5f0;
  text-align: center;
  margin: 18px 0;
}
.app-altapress .qr_code .hdr {
  background-color: #a5a58c;
  padding: 9px;
  font-weight: bold;
}
.app-altapress .b-cashbox {
  margin-bottom: 18px;
}
.app-altapress .b-cashbox .form-group input {
  width: 500px;
}
.app-altapress .b-cashbox .form-group select {
  width: 500px;
}
.app-altapress .b-companies.rubrics .item {
  display: block;
  float: left;
  width: 300px;
  height: 200px;
  margin-right: 18px;
  margin-bottom: 18px;
}
.app-altapress .b-companies.rubrics .item .hdr {
  font-weight: bold;
  margin-bottom: 9px;
  font-size: 16px;
}
.app-altapress .b-companies.rubrics .item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.app-altapress .b-companies.rubrics .item ul li a:hover {
  color: #f06400;
}
.app-altapress .b-companies.rubrics .item ul li.more a {
  color: #f06400;
}
.app-altapress .b-companies.rubric .hdr {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 18px;
}
.app-altapress .b-companies.rubric ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.app-altapress .b-companies.rubric ul li a:hover {
  color: #f06400;
}
@media (min-width: 1254px) {
  .app-altapress .b-companies.rubrics .item:nth-of-type(3n) {
    margin-right: 0;
  }
  .app-altapress .b-companies.rubrics .item:nth-of-type(3n+1):before {
    clear: both;
  }
}
@media (max-width: 1253px) {
  .app-altapress .b-companies.rubrics .item:nth-of-type(2n) {
    margin-right: 0;
  }
  .app-altapress .b-companies.rubrics .item:nth-of-type(2n+1):before {
    clear: both;
  }
}
.app-altapress .b-feedback #feedback-form .form-group {
  margin-bottom: 18px;
}
.app-altapress .b-feedback #feedback-form .form-group .control-label {
  font-weight: bold;
}
.app-altapress .b-feedback #feedback-form .form-group input {
  width: 100%;
}
.app-altapress .b-feedback #feedback-form .form-group select {
  width: 100%;
}
.app-altapress .b-feedback #feedback-form .form-group textarea {
  width: 100%;
}
.app-altapress .b-feedback #feedback-form .form-group.has-error {
  padding: 9px;
  background-color: #f5f5f0;
}
.app-altapress .b-feedback #feedback-form .form-group.has-error input,
.app-altapress .b-feedback #feedback-form .form-group.has-error textarea {
  border-color: red;
}
.app-altapress .b-feedback #feedback-form .form-group.has-error .help-block {
  color: #a5a58c;
}
.app-altapress .b-header.fir {
  background-image: url('/img/_branding/projects/topic_2154_new_year/fir_4_column.gif');
  background-position-x: 200px;
  background-position-y: bottom;
  background-repeat: no-repeat;
}
@media (max-width: 1253px) {
  .app-altapress .b-header.fir {
    background-image: url('/img/_branding/projects/topic_2154_new_year/fir_3_column.gif');
    background-position-x: 190px;
  }
}
.app-altapress .b-header .barnaul h1 {
  font-size: 14px;
  margin: 0;
}
.app-altapress .b-header .covid-19 a {
  color: #8f2525;
  text-decoration: none;
  font-weight: bold!important;
}
.app-altapress .b-header .covid-19 a:hover {
  color: #8f2525;
  text-decoration: underline;
}
.app-altapress .b-header a {
  color: #37372d;
  font-weight: bold;
}
.app-altapress .b-header a:hover {
  color: #f06400;
  text-decoration: none;
}
.app-altapress .b-header .row {
  margin: 5px 0;
}
.app-altapress .b-header .row .b-logo a {
  display: block;
  height: 100%;
  width: 100%;
}
.app-altapress .b-header .row .b-nav {
  position: relative;
}
.app-altapress .b-header .row .b-nav ul[rel=nav] {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 24px;
}
.app-altapress .b-header .row .b-nav ul[rel=nav] li {
  float: left;
  margin-right: 18px;
}
.app-altapress .b-header .row .b-nav ul[rel=nav] li > a {
  font-weight: 400;
  color: #61634e;
}
.app-altapress .b-header .row .b-nav ul[rel=nav] li.more a {
  color: #f06400;
}
.app-altapress .b-header .row .b-nav ul[rel=nav] li:last-child {
  margin-right: 0;
}
.app-altapress .b-header .row .b-nav ul[rel=nav] li.it_forum {
  font-size: 0;
  overflow: hidden;
}
.app-altapress .b-header .row .b-nav ul[rel=nav] li.it_forum a {
  font-size: 0;
  display: inline-block;
  width: 76px;
  height: 21px;
  background: transparent url(/img/_branding/projects/it_forum_2019/nav_pic.jpg) left top no-repeat;
}
.app-altapress .b-header .row .b-nav ul[rel=nav] li.field_day a {
  background-color: #4c8219;
  display: inline-block;
  padding: 0 10px 2px 10px;
  border-radius: 18px;
  text-align: center;
  color: white;
}
.app-altapress .b-header .row .b-nav ul[rel=nav] li.field_day a:hover {
  color: white;
}
.app-altapress .b-header .row .b-nav ul[rel=nav] li.afisha a {
  background-color: #f06400;
  display: inline-block;
  padding: 0 10px 2px 10px;
  border-radius: 18px;
  text-align: center;
  color: white;
}
.app-altapress .b-header .row .b-nav ul[rel=nav] li.afisha a:hover {
  color: white;
}
.app-altapress .b-header .row .b-nav ul[rel=nav] li.kuprod a {
  display: inline-block;
  width: 111px;
  height: 26px;
  position: relative;
}
.app-altapress .b-header .row .b-nav ul[rel=nav] li.kuprod a span.button {
  background-color: #f06400;
  display: block;
  padding: 0 10px 2px 10px;
  border-radius: 18px;
  text-align: center;
  color: white;
  border: none;
  font-weight: bold;
}
.app-altapress .b-header .row .b-nav ul[rel=nav] li.kuprod a span.button:hover {
  color: white;
}
.app-altapress .b-header .row .b-nav ul[rel=nav] li.kuprod a span.tooltip {
  clear: both;
  display: block;
  position: absolute;
  font-weight: normal;
  font-size: 10px;
  color: #a5a58c;
  width: 111px;
  text-align: center;
  line-height: 10px;
}
.app-altapress .b-header .row .b-nav ul[rel=nav] li.newyear a {
  background-color: #75b900;
  display: inline-block;
  padding: 0 10px 2px 10px;
  border-radius: 18px;
  color: white;
  text-align: center;
}
.app-altapress .b-header .row .b-nav ul[rel=nav] li.newyear a:hover {
  color: white;
}
.app-altapress .b-header .row .b-nav ul[rel=nav] li.gid_po_podarkam a {
  background-color: #f06400;
  display: inline-block;
  padding: 0 10px 2px 10px;
  border-radius: 18px;
  color: white;
  text-align: center;
}
.app-altapress .b-header .row .b-nav ul[rel=nav] li.gid_po_podarkam a:hover {
  color: white;
}
.app-altapress .b-header .row .b-nav ul[rel=nav] li.den-goroda a {
  color: #f06400;
}
.app-altapress .b-header .row .b-day_meta {
  font-size: 14px;
  position: relative;
}
.app-altapress .b-header .row .b-day_meta .weather i {
  color: #f06400;
}
.app-altapress .b-header .row .b-sub_nav {
  font-size: 14px;
}
.app-altapress .b-header .row .b-sub_nav ul[rel=sub_nav] {
  list-style: none;
  padding: 0;
  margin: 0;
}
.app-altapress .b-header .row .b-sub_nav ul[rel=sub_nav] li {
  float: left;
  margin-right: 10px;
}
.app-altapress .b-header .row .b-sub_nav ul[rel=sub_nav] li.more {
  float: right;
}
.app-altapress .b-header .row .b-sub_nav ul[rel=sub_nav] li.more.dropit-trigger a.more-button {
  display: block;
  width: 22px;
  height: 22px;
  text-align: center;
  color: #f06400;
}
.app-altapress .b-header .row .b-sub_nav ul[rel=sub_nav] li.more.dropit-trigger.dropit-open a.more-button i::before {
  content: "\f142";
}
.app-altapress .b-header .row .b-sub_nav ul[rel=sub_nav] li:last-child {
  margin-right: 0;
}
.app-altapress .b-header .row .b-sub_nav ul[rel=sub_nav] li > a {
  font-weight: bold;
  text-transform: uppercase;
}
.app-altapress .b-header .row .b-sub_nav ul[rel=sub_nav] li .sub_nav_dropit a {
  font-weight: normal;
}
.app-altapress .b-header .row .b-sub_nav ul[rel=sub_nav] li.more {
  position: relative;
}
.app-altapress .b-header .row .b-sub_nav ul[rel=sub_nav] li.more ul.sub_nav_dropit {
  background-color: rgba(255, 255, 255, 0.96);
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  height: 385px;
  width: 1254px;
  position: absolute;
  left: -1232px;
  top: 42px;
  z-index: 100;
  border-bottom: 1px solid #a5a58c;
  overflow: hidden;
  transition-property: height;
  transition-duration: 0.5s;
}
.app-altapress .b-header .row .b-sub_nav ul[rel=sub_nav] li.more ul.sub_nav_dropit li {
  display: block;
  float: none;
}
.app-altapress .b-header .row .b-sub_nav ul[rel=sub_nav] li.more ul.sub_nav_dropit li aside {
  position: relative;
  height: 368px;
  overflow: hidden;
}
.app-altapress .b-header .row .b-sub_nav ul[rel=sub_nav] li.more ul.sub_nav_dropit li aside:first-child {
  padding-left: 18px;
}
.app-altapress .b-header .row .b-sub_nav ul[rel=sub_nav] li.more ul.sub_nav_dropit li aside .hdr {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.app-altapress .b-header .row .b-sub_nav ul[rel=sub_nav] li.more ul.sub_nav_dropit li aside .more {
  font-size: 13px;
  text-transform: uppercase;
  position: absolute;
  bottom: 18px;
}
.app-altapress .b-header .row .b-sub_nav ul[rel=sub_nav] li.more ul.sub_nav_dropit li aside .more a {
  font-weight: bold;
}
.app-altapress .b-header .row .b-sub_nav ul[rel=sub_nav] li.more ul.sub_nav_dropit li aside.last_news .item {
  margin-bottom: 18px;
}
.app-altapress .b-header .row .b-sub_nav ul[rel=sub_nav] li.more ul.sub_nav_dropit li aside.last_news .item a {
  display: table;
  width: 100%;
}
.app-altapress .b-header .row .b-sub_nav ul[rel=sub_nav] li.more ul.sub_nav_dropit li aside.last_news .item a .image {
  display: table-cell;
  vertical-align: top;
  width: 88px;
}
.app-altapress .b-header .row .b-sub_nav ul[rel=sub_nav] li.more ul.sub_nav_dropit li aside.last_news .item a .title {
  display: table-cell;
  vertical-align: top;
}
.app-altapress .b-header .row .b-sub_nav ul[rel=sub_nav] li.more ul.sub_nav_dropit li a {
  color: #37372d;
}
.app-altapress .b-header .row .b-sub_nav ul[rel=sub_nav] li.more ul.sub_nav_dropit li a:hover {
  color: #f06400;
}
@media (max-width: 1253px) {
  .app-altapress .b-header .row .b-sub_nav ul[rel=sub_nav] li.more ul.sub_nav_dropit {
    width: 936px;
    left: -914px;
  }
}
@media (max-width: 1253px) {
  .app-altapress .b-header .row .b-nav {
    padding-left: 36px;
  }
  .app-altapress .b-header .row .b-sub_nav {
    padding-left: 36px;
  }
}
.app-altapress .b-participant {
  /*@import (multiple) "../b-post/bb/card.less";
	@import (multiple) "../b-post/bb/instagram.less";
	@import (multiple) "../b-post/bb/gallery.less";
	@import (multiple) "../b-post/bb/quote.less";
	@import (multiple) "../b-post/bb/picture.less";
	@import (multiple) "../b-post/bb/phrase.less";
	@import (multiple) "../b-post/bb/seealso.less";
	@import (multiple) "../b-post/bb/slider.less";
	@import (multiple) "../b-post/bb/story.less";
	@import (multiple) "../b-post/bb/hide.less";
	@import (multiple) "../b-post/bb/youtube.less";*/
}
.app-altapress .b-participant .breadcrumbs {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #a5a58c;
}
.app-altapress .b-participant .legenda {
  margin-top: 18px;
  font-family: 'Open Sans', sans-serif;
}
.app-altapress .b-participant .legenda ul {
  list-style: none;
  padding: 0;
}
.app-altapress .b-participant .legenda .label {
  color: #a5a58c;
}
.app-altapress .b-participant .legenda .persons {
  margin-bottom: 18px;
}
.app-altapress .b-participant .legenda .contacts {
  margin-bottom: 18px;
}
.app-altapress .b-participant .legenda .logo {
  margin-bottom: 18px;
}
.app-altapress .b-participant .legenda .socials {
  margin-bottom: 18px;
}
.app-altapress .b-participant .legenda .socials ul li {
  float: left;
  margin-right: 9px;
}
.app-altapress .b-participant .legenda .socials ul li a {
  color: #a5a58c;
  display: inline-block;
  width: 18px;
  text-align: center;
}
.app-altapress .b-participant .description {
  margin-bottom: 36px;
}
.app-altapress .b-participant .b-sidebar {
  margin-top: 18px;
}
.app-altapress .b-participant .b-header_rubric {
  margin-top: 18px;
  height: 300px;
  background-color: #a5a58c;
  background-image: url("/img/background/busines_pages.jpg");
  background-position: top right;
  background-repeat: no-repeat;
  position: relative;
}
.app-altapress .b-participant .b-header_rubric .block {
  font-size: 64px;
  font-family: 'Merriweather', serif;
  color: #f5f5f0;
  line-height: 100%;
}
.app-altapress .b-participant .b-header_rubric ul {
  position: absolute;
  bottom: 36px;
  list-style: none;
  padding: 0;
}
.app-altapress .b-participant .b-header_rubric ul li {
  float: left;
  margin-right: 9px;
}
.app-altapress .b-participant .b-header_rubric ul li a {
  display: inline-block;
  padding: 9px;
  border-radius: 21px;
  color: #f5f5f0;
}
.app-altapress .b-participant .b-header_rubric ul li a:hover {
  color: #f06400;
}
.app-altapress .b-participant .b-header_rubric ul li.active a {
  background-color: #f5f5f0;
  color: #37372d;
}
.app-altapress .b-participant .b-contacts_block {
  background-color: #f5f5f0;
  margin: 18px 0;
  padding: 18px;
}
.app-altapress .b-participant .b-contacts_block div.hdr {
  font-size: 1.5em;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 9px;
}
.app-altapress .b-participant .b-contacts_block .address,
.app-altapress .b-participant .b-contacts_block .email,
.app-altapress .b-participant .b-contacts_block .url,
.app-altapress .b-participant .b-contacts_block .telephone {
  padding-bottom: 9px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.app-altapress .b-participant .b-contacts_block .address span,
.app-altapress .b-participant .b-contacts_block .email span,
.app-altapress .b-participant .b-contacts_block .url span,
.app-altapress .b-participant .b-contacts_block .telephone span {
  display: inline-block;
}
.app-altapress .b-participant .b-contacts_block .address span.label,
.app-altapress .b-participant .b-contacts_block .email span.label,
.app-altapress .b-participant .b-contacts_block .url span.label,
.app-altapress .b-participant .b-contacts_block .telephone span.label {
  text-transform: uppercase;
  font-size: 1.5em;
  margin-right: 18px;
}
.app-altapress .b-participant .b-contacts_block .address span a,
.app-altapress .b-participant .b-contacts_block .email span a,
.app-altapress .b-participant .b-contacts_block .url span a,
.app-altapress .b-participant .b-contacts_block .telephone span a {
  color: #f06400;
}
@media (min-width: 1254px) {
  .app-altapress .b-participant .b-header_rubric {
    padding-top: 54px;
    padding-left: 106px;
  }
}
@media (max-width: 1253px) {
  .app-altapress .b-participant .b-header_rubric {
    padding-top: 90px;
    padding-left: 106px;
  }
  .app-altapress .b-participant .b-header_rubric .block {
    font-size: 48px;
  }
}
.app-altapress .b-participant h1 {
  margin-top: 18px;
  margin-bottom: 18px;
}
.app-altapress .b-participant .posts .hdr {
  padding: 18px 0;
  margin-bottom: 18px;
  border-top: 3px solid #a5a58c;
  border-bottom: 1px solid #a5a58c;
  font-weight: bold;
  text-transform: uppercase;
}
.app-altapress .b-partners {
  border-top: 3px solid #a5a58c;
  padding-top: 18px;
  margin-bottom: 18px;
}
.app-altapress .b-partners .hdr {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 18px;
}
.app-altapress .b-partners #smi_teaser_11786 {
  margin-bottom: 18px;
}
.app-altapress .b-partners #smi_teaser_11799 {
  margin-bottom: 18px;
}
.app-altapress .b-partners #moevideo {
  margin-bottom: 18px;
}
.app-altapress .b-partners #gnezdo_ru_17252 {
  margin: 0 -10px;
}
@media (max-width: 1253px) {
  .app-altapress .b-partners #gnezdo_ru_17257 .gnezdo_img {
    width: 134px;
    height: auto;
  }
}
.app-altapress .b-partners .smi2_v4_4x4 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 -10px;
}
.app-altapress .b-partners .smi2_v4_4x4 .item {
  width: 160px;
  padding: 10px;
}
.app-altapress .b-partners .smi2_v4_4x4 .item:hover {
  background: #f0f1f2;
}
.app-altapress .b-partners .smi2_v4_4x4 .item a {
  display: block;
  overflow: hidden;
}
.app-altapress .b-partners .smi2_v4_4x4 .item a img {
  display: block;
  margin-bottom: 5px;
}
.app-altapress .b-partners .smi2_v4_4x4 .item a .title {
  display: block;
}
.app-altapress .b-partners .smi2_v4_4x4.news_plus {
  margin: 0;
}
.app-altapress .b-partners .smi2_v4_4x4.news_plus .item {
  width: 181px;
}
@media (max-width: 1253px) {
  .app-altapress .b-partners .smi2_v4_4x4.news_plus .item {
    width: 160px;
  }
  .app-altapress .b-partners .smi2_v4_4x4.news_plus .item a img {
    width: 134px;
    height: auto;
  }
}
.app-altapress .b-partners .blockOfO1b2l3 {
  display: block;
  overflow: hidden;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 18px !important;
}
.app-altapress .b-partners .blockOfO1b2l3 .table-o1b2l3 .table-row-o1b2l3 a {
  padding: 10px!important;
}
.app-altapress .b-partners .blockOfO1b2l3 .table-o1b2l3 .table-row-o1b2l3 a .content-cover-o1b2l3 .text-o1b2l3 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.app-altapress .b-partners .blockOfO1b2l3 .table-o1b2l3 .table-row-o1b2l3 a .content-cover-o1b2l3 .text-o1b2l3 .title-o1b2l3 .headline-o1b2l3 {
  font-weight: normal !important;
}
.app-altapress .b-partners .blockOfO1b2l3 .table-o1b2l3 .table-row-o1b2l3 a:hover {
  background: #f0f1f2 !important;
  transition: background 0.3s ease-in-out;
}
.app-altapress .b-partners .blockOfO1b2l3 .table-o1b2l3 .table-row-o1b2l3 a:hover .content-cover-o1b2l3 .text-o1b2l3 .title-o1b2l3 .headline-o1b2l3 {
  text-decoration: none !important;
}
.app-altapress .b-rubrics_main .b-partners {
  border: none;
  padding-top: 0;
  margin-bottom: 0;
}
.app-altapress .b-popup {
  background-color: #f5f5f0;
  color: #111;
  display: none;
  width: 618px;
  min-height: 150px;
  padding: 18px;
}
.app-altapress .b-popup .button {
  background-color: #37372d;
  color: #f5f5f0;
  cursor: pointer;
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
}
.app-altapress .b-popup .button:hover {
  background-color: #1e1e1e;
}
.app-altapress .b-popup .button > span {
  font-size: 84%;
}
.app-altapress .b-popup .button.b-close {
  box-shadow: none;
  font: bold 131% sans-serif;
  padding: 0 6px 2px;
  position: absolute;
  right: 0;
  top: 0;
}
.app-altapress .b-post {
  font-family: 'Merriweather', serif;
}
.app-altapress .b-post h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 18px;
}
.app-altapress .b-post h2,
.app-altapress .b-post h3,
.app-altapress .b-post h4,
.app-altapress .b-post h5 {
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 18px;
}
.app-altapress .b-post p {
  margin-bottom: 18px;
}
.app-altapress .b-post a {
  text-decoration: underline;
  display: inline;
}
.app-altapress .b-post .article_body a {
  text-decoration: none;
  border-bottom: 1px solid #ffd9bd;
  box-shadow: inset 0 -2px 0 #ffd9bd;
  -webkit-transition: all 0.3s cubic-bezier(0.79, 0.4, 0.32, 1.84);
  -o-transition: all 0.3s cubic-bezier(0.79, 0.4, 0.32, 1.84);
  transition: all 0.3s cubic-bezier(0.79, 0.4, 0.32, 1.84);
}
.app-altapress .b-post .article_body a:hover {
  box-shadow: inset 0 -1.2em 0 #ffd9bd;
}
.app-altapress .b-post .article_body a.button {
  background: #f06400;
  color: white;
  padding: 4px 15px;
  border-radius: 7px;
  border-bottom: none;
  box-shadow: none;
}
.app-altapress .b-post .article_body .yad a {
  border: none;
  box-shadow: none;
}
.app-altapress .b-post .article_body .yad a:hover {
  box-shadow: none;
}
.app-altapress .b-post .meta {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  clear: both;
  overflow: hidden;
  margin-bottom: 18px;
}
.app-altapress .b-post .meta .tag {
  font-weight: bold;
  text-transform: uppercase;
  float: left;
  margin-right: 18px;
}
.app-altapress .b-post .meta .tag:hover {
  color: #f06400;
}
.app-altapress .b-post .meta .date {
  float: left;
  text-transform: uppercase;
  margin-right: 18px;
}
.app-altapress .b-post .meta .date i {
  color: #f06400;
}
.app-altapress .b-post .meta .views {
  float: left;
  text-transform: uppercase;
  margin-right: 18px;
}
.app-altapress .b-post .meta .views i {
  color: #f06400;
}
.app-altapress .b-post .meta .comments {
  float: left;
  text-transform: uppercase;
  margin-right: 18px;
}
.app-altapress .b-post .meta .comments i {
  color: #f06400;
}
.app-altapress .b-post .meta #story-tools {
  float: left;
  text-transform: uppercase;
  margin-right: 18px;
  border-radius: 3px;
  padding: 0 4px;
  background-color: #f06400;
}
.app-altapress .b-post .meta #story-tools i {
  color: #fff;
}
.app-altapress .b-post .meta #story-tools a {
  color: rgba(255, 255, 255, 0.8);
  text-transform: none;
  text-decoration: none;
}
.app-altapress .b-post .meta #story-tools a:hover {
  color: #fff;
}
.app-altapress .b-post .main_picture {
  overflow: hidden;
  margin-bottom: 18px;
}
.app-altapress .b-post .main_picture img {
  width: 100%;
}
.app-altapress .b-post .out_info ul.participants {
  list-style: none;
  padding: 0;
  overflow: hidden;
}
.app-altapress .b-post .out_info ul.participants li {
  float: left;
  margin-right: 9px;
}
.app-altapress .b-post .out_info ul.participants li:after {
  content: ',';
}
.app-altapress .b-post .out_info ul.participants li:first-child {
  color: #f06400;
  font-weight: bold;
}
.app-altapress .b-post .out_info ul.participants li:first-child:after {
  content: ':';
}
.app-altapress .b-post .out_info ul.participants li:last-child:after {
  content: '';
}
.app-altapress .b-post .out_info ul.companies {
  list-style: none;
  padding: 0;
  overflow: hidden;
}
.app-altapress .b-post .out_info ul.companies li {
  float: left;
  margin-right: 9px;
}
.app-altapress .b-post .out_info ul.companies li:after {
  content: ',';
}
.app-altapress .b-post .out_info ul.companies li:first-child {
  color: #f06400;
  font-weight: bold;
}
.app-altapress .b-post .out_info ul.companies li:first-child:after {
  content: ':';
}
.app-altapress .b-post .out_info ul.companies li:last-child:after {
  content: none;
}
.app-altapress .b-post .out_info ul.geо {
  list-style: none;
  padding: 0;
  overflow: hidden;
}
.app-altapress .b-post .out_info ul.geо li {
  float: left;
  margin-right: 9px;
}
.app-altapress .b-post .out_info ul.geо li:after {
  content: ',';
}
.app-altapress .b-post .out_info ul.geо li:first-child {
  color: #f06400;
  font-weight: bold;
}
.app-altapress .b-post .out_info ul.geо li:first-child:after {
  content: ':';
}
.app-altapress .b-post .out_info ul.geо li:last-child:after {
  content: '';
}
.app-altapress .b-post .out_info ul.authors {
  list-style: none;
  padding: 0;
  overflow: hidden;
  font-weight: bold;
}
.app-altapress .b-post .out_info ul.authors li {
  float: left;
  margin-right: 9px;
}
.app-altapress .b-post .out_info ul.authors li:after {
  content: ',';
}
.app-altapress .b-post .out_info ul.authors li:last-child:after {
  content: '';
}
.app-altapress .b-post .out_info ul.labels {
  list-style: none;
  padding: 0;
  overflow: hidden;
  font-weight: bold;
}
.app-altapress .b-post .out_info ul.labels li {
  float: left;
  margin-right: 9px;
  color: #f06400;
}
.app-altapress .b-post .out_info ul.labels li:after {
  content: ',';
}
.app-altapress .b-post .out_info ul.labels li:last-child:after {
  content: '';
}
.app-altapress .b-post ul li {
  margin-bottom: 9px;
}
.app-altapress .b-post.long h1 {
  font-size: 36px;
  line-height: 48px;
  font-family: 'Merriweather', serif;
}
.app-altapress .b-post.long h4 {
  font-size: 120%;
}
.app-altapress .b-post.long p {
  font-size: 120%;
}
.app-altapress .b-post.long .bb_seealso .hdr {
  font-size: 120% !important;
}
.app-altapress .b-post.long .bb_seealso ul.items li {
  font-size: 120% !important;
}
.app-altapress .b-post.qa .contents {
  background: #f5f5f0;
  border-top: 7px solid #f27c28;
  padding: 30px 20px;
  font-family: 'Open Sans', sans-serif;
}
.app-altapress .b-post.qa .contents ol li {
  font-size: 15px;
  margin-bottom: 20px;
}
.app-altapress .b-post.qa .contents ol li::marker {
  font-weight: bold;
  color: #f06400;
}
.app-altapress .b-post.qa .contents ol li a {
  text-decoration: none;
  font-weight: bold;
  color: #23252c;
}
.app-altapress .b-post.qa .contents ol li a:hover {
  color: #f06400;
}
.app-altapress .b-post.qa .post-header {
  position: relative;
  height: 300px;
  display: flex;
  align-items: center;
}
.app-altapress .b-post.qa .post-header:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.45;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.app-altapress .b-post.qa .post-header:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 2;
  background: url(https://obj.altapress.ru/img/qa_front.png);
  background-position: 20px 20px;
  background-size: 120px 57px;
  background-repeat: no-repeat;
}
.app-altapress .b-post.qa .post-header h1 {
  position: absolute;
  color: white;
  z-index: 2;
}
.app-altapress .b-post.qa .post-header .meta {
  position: absolute;
  bottom: 30px;
  margin-bottom: 0;
  z-index: 2;
  color: #f06400;
  font-size: 16px;
}
.app-altapress .b-post.qa .post-header .meta a {
  display: none;
}
.app-altapress .b-post.qa .post-header .meta .date {
  text-transform: none;
}
.app-altapress .b-post.qa .post-header .meta .date i {
  display: none;
}
.app-altapress .b-post.qa .post-header .meta .date .time {
  color: white;
}
.app-altapress .b-post .social {
  display: block;
  overflow: hidden;
}
.app-altapress .b-post .social .ya-share2 {
  float: left;
}
.app-altapress .b-post .social #ugc_buttons {
  margin-left: 18px;
  float: left;
}
.app-altapress .b-post .social #ugc_buttons button {
  outline: none;
  background: none;
  border: none;
  color: #f06400;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  cursor: pointer;
}
.app-altapress .b-post .social #ugc_buttons button:hover {
  text-decoration: underline;
}
.app-altapress .b-post .bb_awards {
  margin: 18px 0;
  font-family: 'Open Sans', sans-serif;
  width: 100%;
  overflow: hidden;
  clear: both;
}
.app-altapress .b-post .bb_awards .hdr {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 9px;
}
.app-altapress .b-post .bb_awards .award_card {
  float: left;
  width: 50%;
  margin-bottom: 9px;
}
.app-altapress .b-post .bb_awards .award_card img {
  vertical-align: top;
  display: inline-block;
  float: left;
  margin-right: 9px;
}
.app-altapress .b-post .bb_awards .award_card:nth-child(2n+1) {
  padding-left: 9px;
}
.app-altapress .b-post .bb_awards .award_card:nth-child(2n) {
  padding-right: 9px;
}
.app-altapress .b-post .bb_awards .award_card:nth-child(2n):last-child {
  float: none;
}
.app-altapress .b-post .bb_card {
  font-family: 'Open Sans', sans-serif;
  background-color: #f5f5f0;
  margin: 18px 0;
  padding: 18px;
  border-top: 3px solid #a5a58c;
}
.app-altapress .b-post .bb_card .hdr {
  padding: 18px;
  margin: -18px;
  font-weight: bold;
  margin-bottom: 18px;
  border-bottom: 1px solid #a5a58c;
}
.app-altapress .b-post .bb_card .hdr span.number {
  display: inline-block;
  width: 36px;
}
.app-altapress .b-post .bb_card ul {
  padding-left: 18px;
}
.app-altapress .b-post .bb_hide div.hdr {
  background-color: #f5f5f0;
  padding: 18px;
  margin-bottom: 18px;
}
.app-altapress .b-post .bb_hide div.content {
  display: none;
}
.app-altapress .b-post .bb_instagram {
  margin-bottom: 18px;
}
.app-altapress .b-post .bb_instagram iframe {
  width: 100%;
}
.app-altapress .b-post .bb_card iframe {
  display: block;
  margin: 0 auto;
}
.app-altapress .b-post .bb_gallery {
  background-color: #f5f5f0;
  font-family: 'Open Sans', sans-serif;
  margin: 18px 0;
  padding-bottom: 18px;
}
.app-altapress .b-post .bb_gallery .rama .any {
  height: 100%;
  box-sizing: border-box;
  display: table;
  width: 100%;
}
.app-altapress .b-post .bb_gallery .rama .any .cell {
  display: table-cell;
  vertical-align: bottom;
}
.app-altapress .b-post .bb_gallery .rama .any .cell .podpis {
  background-color: rgba(204, 204, 204, 0.85);
}
.app-altapress .b-post .bb_gallery .rama .fotorama__caption {
  display: none;
}
.app-altapress .b-post .bb_gallery .rama .fotorama__caption .fotorama__caption__wrap {
  background-color: rgba(245, 245, 240, 0.9);
}
.app-altapress .b-post .bb_gallery .caption {
  padding: 0 9px;
}
.app-altapress .b-post blockquote {
  font-family: 'Open Sans', sans-serif;
  padding: 18px 0 18px 36px;
  margin: 18px;
  position: relative;
}
.app-altapress .b-post blockquote.with-ava {
  padding-left: 100px;
}
.app-altapress .b-post blockquote::before {
  color: #a5a58c;
  font-family: "FontAwesome";
  content: "\f10d";
  font-size: 24px;
  position: absolute;
  left: 0;
}
.app-altapress .b-post blockquote .ava {
  position: absolute;
  left: 36px;
  top: 18px;
  width: 50px;
  height: 50px;
  overflow: hidden;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.app-altapress .b-post .bb_picture {
  font-family: 'Open Sans', sans-serif;
  width: 300px;
  margin-right: 18px;
  margin-bottom: 18px;
  float: left;
}
.app-altapress .b-post .bb_picture img {
  width: 100%;
}
.app-altapress .b-post .bb_picture .title {
  margin-top: 9px;
  font-size: 0.9em;
}
.app-altapress .b-post .bb_picture .origin {
  color: #a5a58c;
  font-size: 0.9em;
}
.app-altapress .b-post .bb_picture.right {
  margin-right: 0;
  margin-left: 18px;
  float: right;
}
.app-altapress .b-post .bb_picture.big {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  float: none;
  clear: both;
}
.app-altapress .b-post .bb_picture.double .half {
  width: 50%;
}
.app-altapress .b-post .bb_phrase {
  font-family: 'Open Sans', sans-serif;
  background-color: #f5f5f0;
  padding: 18px;
  margin-bottom: 18px;
}
.app-altapress .b-post .bb_recommend {
  padding-bottom: 18px;
}
.app-altapress .b-post .bb_recommend a {
  display: block;
  width: 100%;
  overflow: hidden;
  font-family: 'Open Sans', sans-serif;
  box-shadow: none;
  border: none;
}
.app-altapress .b-post .bb_recommend a .hdr {
  font-weight: bold;
  text-transform: uppercase;
  color: #f06400;
  margin-bottom: 6px;
  padding: 0 12px;
}
.app-altapress .b-post .bb_recommend a .holder {
  background-color: #fdf3ea;
  padding: 12px 12px 0 12px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  overflow: hidden;
}
.app-altapress .b-post .bb_recommend a .holder .picture {
  flex: 0 1 140px;
  margin-right: 12px;
}
.app-altapress .b-post .bb_recommend a .holder .entry {
  flex: 1 1 140px;
  position: relative;
}
.app-altapress .b-post .bb_recommend a .holder .entry .title {
  font-weight: bold;
  margin-bottom: 6px;
}
.app-altapress .b-post .bb_recommend a .holder .entry .lead {
  font-size: 14px;
  margin-right: 90px;
}
.app-altapress .b-post .bb_recommend a .holder .entry .lead p {
  font-size: 14px;
  margin-bottom: 9px;
}
.app-altapress .b-post .bb_recommend a .holder .entry .button {
  font-size: 13px;
  text-align: center;
  background-color: #f06400;
  color: white;
  border-radius: 18px;
  display: inline-block;
  width: 85px;
  position: absolute;
  right: 0;
  bottom: 9px;
}
.app-altapress .b-post .bb_seealso {
  font-family: 'Open Sans', sans-serif;
  border-top: 3px solid #a5a58c;
  padding-top: 18px;
  margin-bottom: 18px;
}
.app-altapress .b-post .bb_seealso .hdr {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.app-altapress .b-post .bb_seealso ul.items {
  list-style: none;
  padding: 0 0 0 18px;
}
.app-altapress .b-post .bb_seealso ul.items li {
  margin-left: -18px;
  padding-left: 18px;
  margin-bottom: 9px;
}
.app-altapress .b-post .bb_seealso ul.items li a:hover {
  text-decoration: underline;
}
.app-altapress .b-post .bb_seealso ul.items li:before {
  color: #f06400;
  font-family: 'FontAwesome';
  content: "\f13a";
  margin-left: -18px;
  width: 18px;
  display: inline-block;
}
.app-altapress .b-post .bb_seealso.modern ul.items li {
  display: flex;
  padding-left: 0;
  margin-bottom: 18px;
}
.app-altapress .b-post .bb_seealso.modern ul.items li:before {
  width: 0;
  margin: 0;
  content: none;
  display: none;
}
.app-altapress .b-post .bb_seealso.modern ul.items li > span {
  display: block;
  float: left;
  margin-right: 18px;
  width: 66px;
}
.app-altapress .b-post .bb_seealso.modern ul.items li a {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.app-altapress .b-post .bb_seealso.modern ul.items li a:hover {
  text-decoration: none;
}
.app-altapress .b-post .bb_seealso.modern ul.items li a:hover span.title {
  text-decoration: underline;
}
.app-altapress .b-post .bb_seealso.modern ul.items li a span.pic {
  flex: 0 1 66px;
  width: 66px;
  height: 66px;
  overflow: hidden;
  margin-right: 18px;
  border-radius: 33px;
}
.app-altapress .b-post .bb_seealso.modern ul.items li a span.pic img {
  width: 66px;
}
.app-altapress .b-post .bb_seealso.modern ul.items li a span.title {
  flex: 1 1 66px;
  width: auto;
  vertical-align: middle;
}
.app-altapress .b-post .bb_slider {
  background-color: #f5f5f0;
  padding: 18px 0;
  margin-bottom: 18px;
}
.app-altapress .b-post .bb_slider .object-slider_container {
  padding: 9px 0;
}
.app-altapress .b-post .bb_slider .object-slider_container .slick-list {
  width: 85%;
}
.app-altapress .b-post .bb_slider .object-slider_container .slick-list .slick-slide {
  display: block;
  padding-bottom: 30px;
}
.app-altapress .b-post .bb_slider .object-slider_container .slick-dots {
  bottom: 18px;
  top: auto;
  left: auto;
  text-align: center;
}
.app-altapress .b-post .bb_slider .object-slider_container button.slick-prev:before,
.app-altapress .b-post .bb_slider .object-slider_container button.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #a5a58c;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.app-altapress .b-post .bb_slider .object-slider_container button.slick-prev {
  left: 5px;
}
.app-altapress .b-post .bb_slider .object-slider_container button.slick-next {
  right: 5px;
}
.app-altapress .b-post .bb_story {
  font-family: 'Open Sans', sans-serif;
  margin-right: 18px;
  margin-bottom: 18px;
  float: left;
}
.app-altapress .b-post .bb_story a {
  display: block;
  height: 300px;
  width: 300px;
  overflow: hidden;
  position: relative;
}
.app-altapress .b-post .bb_story a img {
  height: 100%;
  position: absolute;
  top: 0;
}
.app-altapress .b-post .bb_story a .entry {
  width: 100%;
  height: 50%;
  padding: 36px 18px 18px 18px;
  position: absolute;
  top: 50%;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0.25) 30%, rgba(0, 0, 0, 0.5) 85%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0.25) 30%, rgba(0, 0, 0, 0.5) 85%, rgba(0, 0, 0, 0.7) 100%);
}
.app-altapress .b-post .bb_story a .entry .title {
  font-weight: bold;
}
.app-altapress .b-post .bb_story a:hover .entry .title {
  text-decoration: underline;
}
.app-altapress .b-post .bb_summary {
  background-color: #eee;
  border: 1px solid #ddd;
  margin: 15px 0;
  overflow: hidden;
}
.app-altapress .b-post .bb_summary .hdr {
  padding: 9px 18px;
  background-color: #ddd;
  font-weight: bold;
  cursor: hand;
  cursor: pointer;
}
.app-altapress .b-post .bb_summary .links {
  _display: none;
}
.app-altapress .b-post .bb_summary .links ul {
  list-style: none;
  padding: 9px 18px;
  margin: 0;
}
.app-altapress .b-post .bb_summary .links ul li {
  margin-bottom: 6px;
}
.app-altapress .b-post .bb_summary .links ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.app-altapress .b-post .bb_testimonials {
  margin: 18px 0;
  font-family: 'Open Sans', sans-serif;
  width: 100%;
}
.app-altapress .b-post .bb_testimonials .hdr {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 9px;
}
.app-altapress .b-post .bb_youtube {
  margin-bottom: 18px;
}
.app-altapress .b-post .bb_question {
  position: relative;
  font-family: 'Merriweather', serif;
  background-color: #f5f5f0;
  margin: 0 0 27px 0;
  padding: 27px 37px 37px 75px;
  border-top: 8px solid #dbdbdb;
}
.app-altapress .b-post .bb_question_title {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.app-altapress .b-post .bb_question_counter {
  position: absolute;
  top: 27px;
  left: 20px;
  color: white;
  font-size: 26px;
  font-weight: bold;
  width: 37px;
  height: 37px;
  background: url("https://obj.altapress.ru/img/quest.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  align-content: center;
  justify-content: center;
  line-height: 32px;
}
.app-altapress .b-post .bb_question .hdr {
  padding: 18px;
  margin: -18px;
  font-weight: bold;
  margin-bottom: 18px;
  border-bottom: 1px solid #a5a58c;
}
.app-altapress .b-post .bb_question .hdr span.number {
  display: inline-block;
  width: 36px;
}
.app-altapress .b-post .bb_question ul {
  padding-left: 18px;
}
.app-altapress .b-post .bb-subscribe {
  display: flex;
  background: #F5F6F1;
  border-top: 1px solid #A5A58E;
  padding: 20px 15px;
}
.app-altapress .b-post .bb-subscribe .buttons {
  display: flex;
  margin-left: 30px;
  flex-grow: 1;
  align-items: center;
}
.app-altapress .b-post .bb-subscribe .buttons a {
  margin-left: 10px;
  border-bottom: none;
  box-shadow: none;
}
.app-altapress .b-post .bb-subscribe .buttons a img {
  width: 30px;
  height: 30px;
}
.app-altapress .b-cackle {
  margin-bottom: 18px;
}
.app-altapress .b-cackle .cc {
  padding-top: 9px !important;
  border-top: 3px solid #a5a58c !important;
}
.app-altapress #comments_btn {
  display: block;
  background-color: #f06400;
  padding: 9px;
  margin: 18px auto;
  width: 194px;
  text-align: center;
  color: white;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
}
.app-altapress #comments_btn .cackle-comment-count i {
  display: none;
}
.app-altapress #comments_btn .tolstoycomments-cc i {
  display: none;
}
.app-altapress .sendpulse {
  color: #f06400;
}
.app-altapress .sendpulse:hover {
  cursor: pointer;
}
.app-altapress .b-subscribe .form {
  width: 618px;
  margin: 0 auto;
  background-color: #f5f5f0;
  padding: 18px;
}
.app-altapress .b-subscribe .form h1 {
  text-align: center;
  margin-bottom: 18px;
}
.app-altapress .b-subscribe .form .terms_of_use {
  font-size: 11px;
}
.app-altapress .b-subscribe .form .form-group {
  margin: 0 0 9px 0;
  display: table;
  width: 100%;
  padding: 3px;
}
.app-altapress .b-subscribe .form .form-group.has-error {
  background-color: rgba(240, 100, 0, 0.05);
}
.app-altapress .b-subscribe .form .form-group .label {
  display: table-cell;
  vertical-align: top;
  width: 212px;
  margin-right: 18px;
}
.app-altapress .b-subscribe .form .form-group .input {
  display: table-cell;
  vertical-align: top;
}
.app-altapress .b-subscribe .form .form-group .input input {
  width: 100%;
}
.app-altapress .b-subscribe .form .form-group .input input[aria-invalid=true] {
  background-color: #f2dede;
}
.app-altapress .b-subscribe .form .form-group .input input[type=checkbox] {
  width: auto;
}
.app-altapress .b-subscribe .form .form-group.submit {
  text-align: center;
}
.app-altapress .b-subscribe .form .form-group.submit button {
  background-color: #f06400;
  color: white;
  border: none;
  border-radius: 3px;
  text-transform: uppercase;
  padding: 9px;
  cursor: pointer;
}
.app-altapress .b-subscribe .form .help-block.help-block-error {
  color: red;
  font-weight: bold;
  font-size: 11px;
}
.app-altapress .b-subscribe.pod_tekstom_novosti {
  margin-bottom: 18px;
  font-family: 'Open Sans', sans-serif;
}
.app-altapress .b-subscribe.pod_tekstom_novosti .form {
  width: 100%;
}
.app-altapress .b-subscribe.pod_tekstom_novosti .form .hdr {
  font-weight: bold;
  margin: 0 9px 18px 9px;
}
.app-altapress .b-subscribe.pod_tekstom_novosti .form .form-group {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.app-altapress .b-subscribe.pod_tekstom_novosti .form .form-group .form-control {
  padding: 0 9px;
  flex: 1 0 40%;
}
.app-altapress .b-subscribe.pod_tekstom_novosti .form .form-group .form-control:last-child {
  flex: 0 0 20%;
}
.app-altapress .b-subscribe.pod_tekstom_novosti .form .form-group .form-control.agree {
  flex: 1 0 100%;
}
.app-altapress .b-subscribe.pod_tekstom_novosti .form .form-group .form-control.agree input {
  width: auto;
}
.app-altapress .b-subscribe.pod_tekstom_novosti .form .form-group .form-control.agree label span {
  text-decoration: underline;
}
.app-altapress .b-subscribe.pod_tekstom_novosti .form .form-group .form-control.agree .subscriber_agreement {
  padding-top: 9px;
  border-top: 1px solid #37372d;
  display: none;
  font-style: italic;
}
.app-altapress .b-subscribe.pod_tekstom_novosti .form .form-group .form-control button {
  width: 100%;
  border: none;
  border-radius: 18px;
  padding: 6px 9px;
  background-color: #f06400;
  color: white;
  font-weight: bold;
}
.app-altapress .b-subscribe.pod_tekstom_novosti .form .form-group .form-control input {
  outline: none;
  width: 100%;
  border: 1px solid #b9b9aa;
  border-radius: 18px;
  padding: 6px 9px;
}
.app-altapress .b-kartina_dnya > h2 {
  color: #f06400;
  margin: 0 0 25px 0;
}
.app-altapress .b-kartina_dnya .post_item {
  position: relative;
  background-color: #f5f5f0;
  margin-right: 0;
}
.app-altapress .b-kartina_dnya .post_item h2,
.app-altapress .b-kartina_dnya .post_item h3 {
  font-size: 14px;
  font-weight: normal;
}
.app-altapress .b-kartina_dnya .post_item:nth-child(1) {
  margin-right: 18px;
}
.app-altapress .b-kartina_dnya .post_item:nth-child(1).cell_type_2 .entry .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.15;
}
.app-altapress .b-kartina_dnya .post_item:nth-child(2n) {
  margin-right: 18px;
}
.app-altapress .b-kartina_dnya .post_item .hdr {
  position: absolute;
  top: 18px;
  left: 18px;
  color: white;
  font-weight: 600;
  z-index: 1;
  text-transform: uppercase;
}
.app-altapress .b-kartina_dnya .post_item .hdr i {
  color: #f06400;
  font-weight: 600;
}
@media (min-width: 1254px) {
  .app-altapress .b-kartina_dnya .post_item:nth-child(1),
  .app-altapress .b-kartina_dnya .post_item:nth-child(2n) {
    margin-right: 18px;
  }
}
.app-altapress .b-header_rubric {
  height: 55px;
  width: 100%;
  margin-bottom: 18px;
  font-size: 16px;
}
.app-altapress .b-header_rubric a {
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
}
.app-altapress .b-header_rubric a:hover {
  color: #f06400;
  text-decoration: none;
}
.app-altapress .b-header_rubric .row {
  height: 100%;
}
.app-altapress .b-header_rubric .row .hdr {
  position: relative;
  height: 100%;
}
.app-altapress .b-header_rubric .row .hdr .block {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.app-altapress .b-header_rubric .row .hdr .block .title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 9px;
}
.app-altapress .b-header_rubric .row .hdr .block .title a {
  text-transform: none;
  color: #f06400;
  text-decoration: underline;
}
.app-altapress .b-header_rubric .row .hdr .block ul[rel=nav] {
  list-style: none;
  padding: 0;
  margin: 0;
}
.app-altapress .b-header_rubric .row .hdr .block ul[rel=nav] li {
  float: left;
  margin-right: 18px;
}
.app-altapress .b-header_rubric .row .hdr .block ul[rel=nav] li.more a {
  color: #f06400;
}
.app-altapress .b-header_rubric .row .hdr .block ul[rel=nav] li:last-child {
  margin-right: 0;
}
.app-altapress .b-header_rubric .row .sidebar {
  position: relative;
  height: 100%;
}
.app-altapress .b-header_rubric .row .sidebar .block {
  position: absolute;
  bottom: 0;
  left: 0;
}
.app-altapress .b-header_rubric .row .sidebar .block i {
  color: #f06400;
}
.app-altapress .b-header_rubric.topic_2065_den_stroitelya {
  height: 145px;
  background-position: right center;
}
.app-altapress .b-header_rubric.topic_2065_den_stroitelya.topic {
  background-image: url("/img/_branding/projects/topic_2065_den_stroitelya/header1254.jpg?1722271008364");
}
@media (max-width: 1253px) {
  .app-altapress .b-header_rubric.topic_2065_den_stroitelya.topic {
    background-image: url("/img/_branding/projects/topic_2065_den_stroitelya/header936.jpg?1722271008364");
  }
}
.app-altapress .b-header_rubric.topic_2065_den_stroitelya.story {
  background-image: url("/img/_branding/projects/topic_2065_den_stroitelya/header1254.jpg?1722271008364");
}
@media (max-width: 1253px) {
  .app-altapress .b-header_rubric.topic_2065_den_stroitelya.story {
    background-image: url("/img/_branding/projects/topic_2065_den_stroitelya/header936.jpg?1722271008364");
  }
}
.app-altapress .b-header_rubric.topic_2065_den_stroitelya .block {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.app-altapress .b-header_rubric.topic_2065_den_stroitelya .block a {
  display: block;
  width: 100%;
  height: 100%;
}
.app-altapress .b-header_rubric.topic_2065_den_stroitelya .block a .title {
  font-size: 0!important;
}
.app-altapress .b-header_rubric.topic_1225_altaiskoe_pole {
  height: 145px;
  background-position: right center;
}
.app-altapress .b-header_rubric.topic_1225_altaiskoe_pole.topic {
  background-size: cover;
  background-image: url("/img/_branding/projects/topic_1225_altaiskoe_pole/topic/header1.jpg?1722271008364");
}
@media (max-width: 1253px) {
  .app-altapress .b-header_rubric.topic_1225_altaiskoe_pole.topic {
    background-image: url("/img/_branding/projects/topic_1225_altaiskoe_pole/topic/header2.jpg?1722271008364");
  }
}
.app-altapress .b-header_rubric.topic_1225_altaiskoe_pole.story {
  background-image: url("/img/_branding/projects/topic_1225_altaiskoe_pole/story/header1.jpg?1722271008364");
}
@media (max-width: 1253px) {
  .app-altapress .b-header_rubric.topic_1225_altaiskoe_pole.story {
    background-image: url("/img/_branding/projects/topic_1225_altaiskoe_pole/story/header2.jpg?1722271008364");
  }
}
.app-altapress .b-header_rubric.topic_1225_altaiskoe_pole .block {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.app-altapress .b-header_rubric.topic_1225_altaiskoe_pole .block a {
  position: absolute;
  left: 397px;
  color: #414141;
  text-transform: none;
  font-weight: 500;
  line-height: 22px;
  font-size: 18px;
  max-width: 200px;
  background: transparent;
  text-decoration-color: #A5DA66;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.app-altapress .b-header_rubric.topic_2140_nalogi {
  height: 145px;
  background-image: url("/img/_branding/projects/topic_2140_nalogi/1254.jpg?1722271008364");
  background-position: right center;
}
@media (max-width: 1253px) {
  .app-altapress .b-header_rubric.topic_2140_nalogi {
    background-image: url("/img/_branding/projects/topic_2140_nalogi/936.jpg?1722271008364");
  }
}
.app-altapress .b-header_rubric.topic_2140_nalogi .block {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.app-altapress .b-header_rubric.topic_2140_nalogi .block a {
  display: block;
  width: 100%;
  height: 100%;
}
.app-altapress .b-header_rubric.topic_2140_nalogi .block a .title {
  font-size: 0!important;
}
.app-altapress .b-header_rubric.topic_2141_invest {
  height: 145px;
  background-image: url("/img/_branding/projects/topic_2141_invest/1254.jpg?1722271008364");
  background-position: right center;
}
@media (max-width: 1253px) {
  .app-altapress .b-header_rubric.topic_2141_invest {
    background-image: url("/img/_branding/projects/topic_2141_invest/936.jpg?1722271008364");
  }
}
.app-altapress .b-header_rubric.topic_2141_invest .block {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.app-altapress .b-header_rubric.topic_2141_invest .block a {
  display: block;
  width: 100%;
  height: 100%;
}
.app-altapress .b-header_rubric.topic_2141_invest .block a .title {
  font-size: 0!important;
}
.app-altapress .b-header_rubric.topic_2142_znakomtes_doktor {
  height: 300px;
  background-image: url("/img/_branding/projects/topic_2142_znakomtes_doktor/1254.jpg?1722271008364");
  background-position: right center;
}
@media (max-width: 1253px) {
  .app-altapress .b-header_rubric.topic_2142_znakomtes_doktor {
    background-image: url("/img/_branding/projects/topic_2142_znakomtes_doktor/936.jpg?1722271008364");
  }
}
.app-altapress .b-header_rubric.topic_2142_znakomtes_doktor .block {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.app-altapress .b-header_rubric.topic_2142_znakomtes_doktor .block a {
  display: block;
  width: 100%;
  height: 100%;
}
.app-altapress .b-header_rubric.topic_2142_znakomtes_doktor .block a .title {
  font-size: 0!important;
}
.app-altapress .b-header_rubric.topic_2145_sokrovisha_agro {
  height: 145px;
  background-image: url("/img/_branding/projects/topic_2145_sokrovisha_agro/1254.jpg?1722271008364");
  background-position: right center;
}
@media (max-width: 1253px) {
  .app-altapress .b-header_rubric.topic_2145_sokrovisha_agro {
    background-image: url("/img/_branding/projects/topic_2145_sokrovisha_agro/936.jpg?1722271008364");
  }
}
.app-altapress .b-header_rubric.topic_2145_sokrovisha_agro .block {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.app-altapress .b-header_rubric.topic_2145_sokrovisha_agro .block a {
  display: block;
  width: 100%;
  height: 100%;
}
.app-altapress .b-header_rubric.topic_2145_sokrovisha_agro .block a .title {
  font-size: 0!important;
}
.app-altapress .b-header_rubric.topic_2147_trendi_stroitelstva {
  height: 145px;
  background-image: url("/img/_branding/projects/topic_2147_trendi_stroitelstva/1254.jpg?1722271008364");
  background-position: right center;
}
@media (max-width: 1253px) {
  .app-altapress .b-header_rubric.topic_2147_trendi_stroitelstva {
    background-image: url("/img/_branding/projects/topic_2147_trendi_stroitelstva/936.jpg?1722271008364");
  }
}
.app-altapress .b-header_rubric.topic_2147_trendi_stroitelstva .block {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.app-altapress .b-header_rubric.topic_2147_trendi_stroitelstva .block a {
  display: block;
  width: 100%;
  height: 100%;
}
.app-altapress .b-header_rubric.topic_2147_trendi_stroitelstva .block a .title {
  font-size: 0!important;
}
.app-altapress .b-header_rubric.topic_2154_new_year {
  height: 145px;
  background-image: url("/img/_branding/projects/topic_2154_new_year/1254.jpg?1722271008364");
  background-position: right center;
}
@media (max-width: 1253px) {
  .app-altapress .b-header_rubric.topic_2154_new_year {
    background-image: url("/img/_branding/projects/topic_2154_new_year/936.jpg?1722271008364");
  }
}
.app-altapress .b-header_rubric.topic_2154_new_year .block {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.app-altapress .b-header_rubric.topic_2154_new_year .block a {
  display: block;
  width: 100%;
  height: 100%;
}
.app-altapress .b-header_rubric.topic_2154_new_year .block a .title {
  font-size: 0!important;
}
.app-altapress .b-header_rubric.topic_2158_gid_po_podarkam {
  height: 145px;
  background-image: url("/img/_branding/projects/topic_2158_gid_po_podarkam/1254.jpg?1722271008364");
  background-position: right center;
}
@media (max-width: 1253px) {
  .app-altapress .b-header_rubric.topic_2158_gid_po_podarkam {
    background-image: url("/img/_branding/projects/topic_2158_gid_po_podarkam/936.jpg?1722271008364");
  }
}
.app-altapress .b-header_rubric.topic_2158_gid_po_podarkam .block {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.app-altapress .b-header_rubric.topic_2158_gid_po_podarkam .block a {
  display: block;
  width: 100%;
  height: 100%;
}
.app-altapress .b-header_rubric.topic_2158_gid_po_podarkam .block a .title {
  font-size: 0!important;
}
.app-altapress .b-header_rubric.topic_2159_covid {
  height: 145px;
  background-image: url("/img/_branding/projects/topic_2159_covid/1254.jpg?1722271008364");
  background-position: right center;
}
@media (max-width: 1253px) {
  .app-altapress .b-header_rubric.topic_2159_covid {
    background-image: url("/img/_branding/projects/topic_2159_covid/936.jpg?1722271008364");
  }
}
.app-altapress .b-header_rubric.topic_2159_covid .block {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.app-altapress .b-header_rubric.topic_2159_covid .block .title {
  margin: 0!important;
}
.app-altapress .b-header_rubric.topic_2159_covid .block .title a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 18px 36px 9px 36px;
  font-family: 'Merriweather', serif;
  font-size: 42px;
  color: white;
}
.app-altapress .b-header_rubric.topic_2159_covid .block ul.topic_nav {
  list-style: none;
  padding: 0 36px;
  margin: 0;
}
.app-altapress .b-header_rubric.topic_2159_covid .block ul.topic_nav li {
  float: left;
  margin-right: 18px;
}
.app-altapress .b-header_rubric.topic_2159_covid .block ul.topic_nav li a {
  font-size: 14px;
  color: white;
  text-transform: none;
  font-weight: normal;
}
.app-altapress .b-header_rubric.topic_2171_important_paper {
  height: 145px;
  background-image: url("/img/_branding/projects/topic_2171_important_paper/header_big.jpg?1722271008364");
  background-position: right center;
}
@media (max-width: 1253px) {
  .app-altapress .b-header_rubric.topic_2171_important_paper {
    background-image: url("/img/_branding/projects/topic_2171_important_paper/header_small.jpg?1722271008364");
  }
}
.app-altapress .b-header_rubric.topic_2171_important_paper .block {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.app-altapress .b-header_rubric.topic_2171_important_paper .block .title {
  margin: 0!important;
}
.app-altapress .b-header_rubric.topic_2171_important_paper .block .title a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 18px 36px 9px 36px;
  font-family: 'Merriweather', serif;
  font-size: 42px;
  color: white;
}
.app-altapress .b-header_rubric.topic_2171_important_paper .block ul.topic_nav {
  list-style: none;
  padding: 0 36px;
  margin: 0;
}
.app-altapress .b-header_rubric.topic_2171_important_paper .block ul.topic_nav li {
  float: left;
  margin-right: 18px;
}
.app-altapress .b-header_rubric.topic_2171_important_paper .block ul.topic_nav li a {
  font-size: 14px;
  color: white;
  text-transform: none;
  font-weight: normal;
}
.app-altapress .b-header_rubric.topic_2171_important_paper ~ .container .authors_quote .mobile {
  display: none;
}
@media (max-width: 360px) {
  .app-altapress .b-header_rubric.topic_2171_important_paper ~ .container .authors_quote .desktop {
    display: none;
  }
}
.app-altapress .b-header_rubric.topic_2171_important_paper ~ .container .authors_quote img {
  width: 100%;
}
.app-altapress .b-header_rubric.topic_461_industrial {
  height: 145px;
  background-image: url("/img/_branding/projects/topic_461_industrial/header_big.jpg?1722271008364");
  background-position: right center;
}
@media (max-width: 1253px) {
  .app-altapress .b-header_rubric.topic_461_industrial {
    background-image: url("/img/_branding/projects/topic_461_industrial/header_small.jpg?1722271008364");
  }
}
.app-altapress .b-header_rubric.topic_461_industrial .block {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  color: white;
  padding-left: 30px;
  padding-top: 20px;
}
.app-altapress .b-header_rubric.topic_461_industrial .block .title {
  font-family: "Times New Roman", "Times";
  margin: 0!important;
  font-size: 45px !important;
  font-weight: 100 !important;
}
.app-altapress .b-header_rubric.topic_461_industrial .block .title a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 18px 36px 9px 36px;
  font-family: 'Merriweather', serif;
  font-size: 42px;
  color: white;
}
.app-altapress .b-header_rubric.topic_461_industrial .block ul.topic_nav {
  list-style: none;
  padding: 10px 0;
  margin: 0;
}
.app-altapress .b-header_rubric.topic_461_industrial .block ul.topic_nav li {
  font-size: 14px;
  float: left;
  margin-right: 18px;
}
.app-altapress .b-header_rubric.topic_461_industrial .block ul.topic_nav li a {
  color: white;
  text-transform: none;
  font-weight: normal;
}
.app-altapress .b-header_rubric.topic_461_industrial .block ul.topic_nav li a:hover {
  text-decoration: underline;
}
.app-altapress .b-header_rubric.topic_461_industrial .block ul.topic_nav:after {
  content: "...";
  font-size: 23px;
  font-weight: bold;
  display: inline-block;
  position: relative;
  top: -13px;
  letter-spacing: -0.9px;
}
.app-altapress .b-header_rubric.topic_461_industrial ~ .container .authors_quote .mobile {
  display: none;
}
@media (max-width: 360px) {
  .app-altapress .b-header_rubric.topic_461_industrial ~ .container .authors_quote .desktop {
    display: none;
  }
}
.app-altapress .b-header_rubric.topic_461_industrial ~ .container .authors_quote img {
  width: 100%;
}
.app-altapress .b-header_rubric.topic_2165_pismo {
  height: 145px;
  background-image: url("/img/_branding/projects/topic_2165_pismo/1254.jpg?1722271008364");
  background-position: right center;
}
@media (max-width: 1253px) {
  .app-altapress .b-header_rubric.topic_2165_pismo {
    background-image: url("/img/_branding/projects/topic_2165_pismo/936.jpg?1722271008364");
  }
}
.app-altapress .b-header_rubric.topic_2165_pismo .block {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.app-altapress .b-header_rubric.topic_2165_pismo .block a {
  display: block;
  width: 100%;
  height: 100%;
}
.app-altapress .b-header_rubric.topic_2165_pismo .block a .title {
  font-size: 0!important;
}
.app-altapress .b-header_rubric.topic_2166_maliy_biznes {
  height: 145px;
  background-image: url("/img/_branding/projects/topic_2166_maliy_biznes/1254.jpg?1722271008364");
  background-position: right center;
}
@media (max-width: 1253px) {
  .app-altapress .b-header_rubric.topic_2166_maliy_biznes {
    background-image: url("/img/_branding/projects/topic_2166_maliy_biznes/936.jpg?1722271008364");
  }
}
.app-altapress .b-header_rubric.topic_2166_maliy_biznes .block {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.app-altapress .b-header_rubric.topic_2166_maliy_biznes .block a {
  display: block;
  width: 100%;
  height: 100%;
}
.app-altapress .b-header_rubric.topic_2166_maliy_biznes .block a .title {
  font-size: 0!important;
}
.app-altapress .b-header_rubric.it_forum_2018 {
  height: 150px;
  background-image: url("/img/_branding/projects/it_forum_2018/1254.jpg?2018100201");
  background-position: right center;
}
@media (max-width: 1253px) {
  .app-altapress .b-header_rubric.it_forum_2018 {
    background-image: url("/img/_branding/projects/it_forum_2018/936.jpg?2018100201");
  }
}
.app-altapress .b-header_rubric.it_forum_2018 .block {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.app-altapress .b-header_rubric.it_forum_2018 .block a {
  display: block;
  width: 100%;
  height: 100%;
}
.app-altapress .b-header_rubric.it_forum_2018 .block a .title {
  font-size: 0!important;
}
.app-altapress .b-header_rubric.it_forum_2019 {
  height: 150px;
  background-image: url("/img/_branding/projects/it_forum_2019/1254.jpg?2019082802");
  background-position: right center;
}
@media (max-width: 1253px) {
  .app-altapress .b-header_rubric.it_forum_2019 {
    background-image: url("/img/_branding/projects/it_forum_2019/936.jpg?2019082802");
  }
}
.app-altapress .b-header_rubric.it_forum_2019 .block {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.app-altapress .b-header_rubric.it_forum_2019 .block a {
  display: block;
  width: 100%;
  height: 100%;
}
.app-altapress .b-header_rubric.it_forum_2019 .block a .title {
  font-size: 0!important;
}
.app-altapress .b-header_rubric.new_year_2019 {
  height: 150px;
  background-image: url("/img/_branding/projects/new_year_2019/newyear_1254x150.jpg?2018112301");
  background-position: right center;
}
@media (max-width: 1253px) {
  .app-altapress .b-header_rubric.new_year_2019 {
    background-image: url("/img/_branding/projects/new_year_2019/newyear_936x150.jpg?2018112301");
  }
}
.app-altapress .b-header_rubric.new_year_2019 .block {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.app-altapress .b-header_rubric.new_year_2019 .block a {
  display: block;
  width: 100%;
  height: 100%;
}
.app-altapress .b-header_rubric.new_year_2019 .block a .title {
  font-size: 0!important;
}
.app-altapress .b-header_rubric.best_choice {
  background-image: url("/img/_branding/projects/best_choice/yap_rub_hdr.svg?20181111401");
  background-position: 320px 40px;
  background-size: 20%;
  background-repeat: no-repeat;
}
.app-altapress .b-header_rubric.best_choice .block {
  width: 100%;
}
.app-altapress .b-header_rubric.best_choice .block h1,
.app-altapress .b-header_rubric.best_choice .block h2 {
  float: left;
  width: 300px;
}
.app-altapress .b-header_rubric.best_choice .block a.yap {
  display: block;
  float: left;
  height: 50px;
  width: 290px;
}
.app-altapress .b-header_rubric.topic_191_den_goroda_barnaula {
  height: 145px;
  background-image: url("/img/_branding/projects/topic_191_den_goroda_barnaula/1254.jpg?1722271008364");
  background-position: right center;
}
@media (max-width: 1253px) {
  .app-altapress .b-header_rubric.topic_191_den_goroda_barnaula {
    background-image: url("/img/_branding/projects/topic_191_den_goroda_barnaula/936.jpg?1722271008364");
  }
  .app-altapress .b-header_rubric.topic_191_den_goroda_barnaula .block .title {
    text-align: center;
    align-self: flex-start;
    padding-left: 48px;
    padding-top: 21px;
  }
  .app-altapress .b-header_rubric.topic_191_den_goroda_barnaula .block ul.topic_nav li a {
    padding-top: 5px;
  }
}
.app-altapress .b-header_rubric.topic_191_den_goroda_barnaula .block {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.app-altapress .b-header_rubric.topic_191_den_goroda_barnaula .block .title {
  margin: 0!important;
  text-align: center;
}
.app-altapress .b-header_rubric.topic_191_den_goroda_barnaula .block .title a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 22px 0 9px 0;
  font-family: 'Merriweather', serif;
  font-size: 42px;
  color: white;
}
.app-altapress .b-header_rubric.topic_191_den_goroda_barnaula .block ul.topic_nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
}
.app-altapress .b-header_rubric.topic_191_den_goroda_barnaula .block ul.topic_nav li {
  float: left;
}
.app-altapress .b-header_rubric.topic_191_den_goroda_barnaula .block ul.topic_nav li a {
  font-size: 14px;
  color: white;
  text-transform: none;
  font-weight: normal;
}
.app-altapress .b-header_rubric.topic_2184_barnaul {
  height: 145px;
  background-image: url("/img/_branding/projects/topic_2184_barnaul/header_1254.jpg?1722271008364");
  background-position: right center;
}
@media (max-width: 1253px) {
  .app-altapress .b-header_rubric.topic_2184_barnaul {
    background-image: url("/img/_branding/projects/topic_2184_barnaul/header_936.jpg?1722271008364");
  }
}
.app-altapress .b-header_rubric.topic_2184_barnaul .block {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.app-altapress .b-header_rubric.topic_2184_barnaul .block .title {
  margin: 0!important;
}
.app-altapress .b-header_rubric.topic_2184_barnaul .block .title a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 18px 36px 9px 36px;
  font-family: 'Merriweather', serif;
  font-size: 42px;
  color: white;
}
.app-altapress .b-header_rubric.topic_2184_barnaul .block ul.topic_nav {
  list-style: none;
  padding: 0 36px;
  margin: 0;
}
.app-altapress .b-header_rubric.topic_2184_barnaul .block ul.topic_nav li {
  float: left;
  margin-right: 18px;
}
.app-altapress .b-header_rubric.topic_2184_barnaul .block ul.topic_nav li a {
  font-size: 14px;
  color: white;
  text-transform: none;
  font-weight: normal;
}
.app-altapress .b-header_rubric.topic_2184_barnaul ~ .container .authors_quote .mobile {
  display: none;
}
@media (max-width: 360px) {
  .app-altapress .b-header_rubric.topic_2184_barnaul ~ .container .authors_quote .desktop {
    display: none;
  }
}
.app-altapress .b-header_rubric.topic_2184_barnaul ~ .container .authors_quote img {
  width: 100%;
}
.app-altapress .b-header_rubric.topic_2185_birthday {
  height: 145px;
  background-image: url("/img/_branding/projects/topic_2185_birthday/header_1254.jpg?1722271008364");
  background-position: right center;
}
@media (max-width: 1253px) {
  .app-altapress .b-header_rubric.topic_2185_birthday {
    background-image: url("/img/_branding/projects/topic_2185_birthday/header_936.jpg?1722271008364");
  }
}
.app-altapress .b-header_rubric.topic_2185_birthday .block {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.app-altapress .b-header_rubric.topic_2185_birthday .block .title {
  margin: 0!important;
}
.app-altapress .b-header_rubric.topic_2185_birthday .block .title a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 18px 36px 9px 36px;
  font-family: 'Merriweather', serif;
  font-size: 42px;
  color: white;
}
.app-altapress .b-header_rubric.topic_2185_birthday .block ul.topic_nav {
  list-style: none;
  padding: 0 36px;
  margin: 0;
}
.app-altapress .b-header_rubric.topic_2185_birthday .block ul.topic_nav li {
  float: left;
  margin-right: 18px;
}
.app-altapress .b-header_rubric.topic_2185_birthday .block ul.topic_nav li a {
  font-size: 14px;
  color: white;
  text-transform: none;
  font-weight: normal;
}
.app-altapress .b-header_rubric.topic_2185_birthday ~ .container .authors_quote .mobile {
  display: none;
}
@media (max-width: 360px) {
  .app-altapress .b-header_rubric.topic_2185_birthday ~ .container .authors_quote .desktop {
    display: none;
  }
}
.app-altapress .b-header_rubric.topic_2185_birthday ~ .container .authors_quote img {
  width: 100%;
}
.app-altapress .b-header_rubric.topic_2187_kuprod {
  height: 300px;
  background-image: url("/img/_branding/projects/topic_2187_kuprod/header-uni.jpg?1722271008364");
  background-position: right center;
}
@media (max-width: 1253px) {
  .app-altapress .b-header_rubric.topic_2187_kuprod {
    height: 224px;
    background-image: url("/img/_branding/projects/topic_2187_kuprod/header-uni.jpg?1722271008364");
  }
}
.app-altapress .b-header_rubric.topic_2187_kuprod .block {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.app-altapress .b-header_rubric.topic_2187_kuprod .block .title {
  margin: 0!important;
}
.app-altapress .b-header_rubric.topic_2187_kuprod .block .title a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 18px 36px 9px 36px;
  position: absolute;
  font-family: 'Merriweather', serif;
  font-size: 42px;
  color: white;
}
.app-altapress .b-header_rubric.topic_2187_kuprod .block ul.topic_nav {
  list-style: none;
  padding: 0 36px;
  margin: 0;
}
.app-altapress .b-header_rubric.topic_2187_kuprod .block ul.topic_nav li {
  float: left;
  margin-right: 18px;
}
.app-altapress .b-header_rubric.topic_2187_kuprod .block ul.topic_nav li a {
  font-size: 14px;
  color: white;
  text-transform: none;
  font-weight: normal;
}
.app-altapress .b-header_rubric.topic_2187_kuprod ~ .container .authors_quote .mobile {
  display: none;
}
@media (max-width: 360px) {
  .app-altapress .b-header_rubric.topic_2187_kuprod ~ .container .authors_quote .desktop {
    display: none;
  }
}
.app-altapress .b-header_rubric.topic_2187_kuprod ~ .container .authors_quote img {
  width: 100%;
}
.app-altapress .b-main_of_rubric:nth-child(4n) > .post_item,
.app-altapress .b-main_of_rubric:nth-child(4n) > .main_page_rubrics > .post_item {
  margin-right: 0 !important;
}
@media (max-width: 1253px) {
  .app-altapress .b-main_of_rubric .post_item:nth-child(2n) {
    margin-right: 0 !important;
  }
}
@media (max-width: 1253px) {
  .app-altapress .b-main_of_rubric.main_page_rubrics .post_item:nth-child(2n) {
    margin-right: 0 !important;
  }
}
.app-altapress .b-main_of_rubric .post_item {
  margin-right: 18px;
  padding-bottom: 0!important;
}
.app-altapress .b-main_of_rubric .post_item:nth-last-child(1) {
  margin-right: 0 ;
}
.app-altapress .b-main_of_rubric .post_item h2,
.app-altapress .b-main_of_rubric .post_item h3 {
  font-size: 14px;
  font-weight: normal;
}
.app-altapress .b-main_of_rubric .post_item.main_page_rubrics {
  position: relative;
  margin-top: 43px;
}
.app-altapress .b-main_of_rubric .post_item.main_page_rubrics:nth-child(4n) {
  margin-right: 0 ;
}
.app-altapress .b-main_of_rubric .post_item.main_page_rubrics > .title {
  position: absolute;
  left: 0;
  top: -42px;
}
.app-altapress .b-main_of_rubric .post_item.main_page_rubrics > .title a {
  color: #f06400;
  font-size: 20px;
  text-decoration: underline;
  font-weight: bold;
  height: auto;
}
@media (max-width: 1253px) {
  .app-altapress .post_item_1 {
    background-color: #37372d;
  }
  .app-altapress .post_item_1 a {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .app-altapress .post_item_1 a img {
    width: 100%;
    height: 100%;
    opacity: 0.7;
  }
  .app-altapress .post_item_1 a .entry {
    position: absolute;
    bottom: 0;
    color: white;
  }
  .app-altapress .post_item_1 a .entry .title {
    font-size: 24px;
    line-height: 1.15;
  }
  .app-altapress .post_item_1 a:hover img {
    opacity: 0.4;
  }
  .app-altapress .b-main_of_rubric .post_item_3:not(.main_page_rubrics) {
    margin-left: 18px;
  }
}
.app-altapress .b-archive_of_rubric {
  margin-bottom: 18px;
}
.app-altapress .b-archive_of_rubric > div {
  width: 100%;
}
.app-altapress .b-archive_of_rubric .post_date {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}
.app-altapress .b-archive_of_rubric .post_item {
  padding-bottom: 36px;
}
.app-altapress .b-archive_of_rubric .post_item a {
  position: relative;
}
.app-altapress .b-archive_of_rubric .post_item a:hover .post_content .entry .title {
  text-decoration: underline;
}
.app-altapress .b-archive_of_rubric .post_item a .post_content {
  width: 100%;
}
.app-altapress .b-archive_of_rubric .post_item a .post_content .image {
  vertical-align: top;
}
.app-altapress .b-archive_of_rubric .post_item a .post_content .image img {
  width: 100%;
  height: auto;
}
.app-altapress .b-archive_of_rubric .post_item a .post_content .entry {
  vertical-align: top;
}
.app-altapress .b-archive_of_rubric .post_item a .post_content .entry .title {
  font-size: 21px;
  font-weight: bold;
}
.app-altapress .b-archive_of_rubric .post_item a .post_content .entry .meta {
  font-weight: bold;
  font-size: 13px;
  color: #a5a58c;
}
.app-altapress .b-archive_of_rubric .post_item a .post_content .entry .meta .time {
  text-transform: uppercase;
}
.app-altapress .b-archive_of_rubric .post_item a .post_content .entry .meta .comments {
  margin-left: 18px;
}
.app-altapress .b-archive_of_rubric .post_item a .post_content .entry .meta .comments i {
  color: #f06400;
}
.app-altapress .b-archive_of_rubric .post_item a .post_content.big {
  width: 936px;
  height: 526px;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.app-altapress .b-archive_of_rubric .post_item a .post_content.big .post_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #37372d;
}
.app-altapress .b-archive_of_rubric .post_item a .post_content.big .post_img img {
  opacity: 0.8;
}
.app-altapress .b-archive_of_rubric .post_item a .post_content.big .entry {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  min-height: 250px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.app-altapress .b-archive_of_rubric .post_item a .post_content.big .entry .title {
  font-weight: normal;
  font-size: 32px;
}
.app-altapress .b-archive_of_rubric .post_item a .post_content.big .entry .meta {
  color: #f5f5f0;
}
.app-altapress .b-archive_of_rubric .post_item a .post_content.big .entry .meta .time {
  float: left;
  text-transform: uppercase;
}
.app-altapress .b-archive_of_rubric .post_item a .post_content.big .entry .meta .comments {
  float: right;
}
@media (max-width: 1253px) {
  .app-altapress .b-archive_of_rubric .post_item a .post_content.big .post_content {
    padding: 18px;
  }
}
@media (max-width: 1253px) {
  .app-altapress .b-archive_of_rubric .post_item a .post_content.big {
    width: 618px;
    height: 347px;
  }
}
.app-altapress .tag_item {
  padding-bottom: 36px;
}
.app-altapress .tag_item a {
  position: relative;
}
.app-altapress .tag_item a:hover .post_content .entry .title {
  text-decoration: underline;
}
.app-altapress .tag_item a .tag_content {
  width: 100%;
}
.app-altapress .tag_item a .tag_content .image {
  vertical-align: top;
}
.app-altapress .tag_item a .tag_content .image img {
  width: 100%;
  height: auto;
}
.app-altapress .tag_item a .tag_content .entry {
  vertical-align: top;
}
.app-altapress .tag_item a .tag_content .entry .title {
  font-size: 21px;
  font-weight: bold;
}
.app-altapress .tag_item a .tag_content .entry .meta {
  font-weight: bold;
  font-size: 13px;
  color: #a5a58c;
}
.app-altapress .tag_item a .tag_content .entry .meta .time {
  text-transform: uppercase;
}
.app-altapress .tag_item a .tag_content .entry .meta .comments {
  margin-left: 18px;
}
.app-altapress .tag_item a .tag_content .entry .meta .comments i {
  color: #f06400;
}
.app-altapress .b-header_topic {
  height: 90px;
  margin-bottom: 18px;
  font-size: 16px;
}
.app-altapress .b-header_topic a {
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
}
.app-altapress .b-header_topic a:hover {
  color: #f06400;
  text-decoration: none;
}
.app-altapress .b-header_topic .row {
  height: 100%;
}
.app-altapress .b-header_topic .row .hdr {
  position: relative;
  height: 100%;
}
.app-altapress .b-header_topic .row .hdr .block {
  position: absolute;
  bottom: 0;
  left: 0;
}
.app-altapress .b-header_topic .row .hdr .block .title {
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 9px;
}
.app-altapress .b-header_topic .row .hdr .block ul[rel=nav] {
  list-style: none;
  padding: 0;
  margin: 0;
}
.app-altapress .b-header_topic .row .hdr .block ul[rel=nav] li {
  float: left;
  margin-right: 18px;
}
.app-altapress .b-header_topic .row .hdr .block ul[rel=nav] li.more a {
  color: #f06400;
}
.app-altapress .b-header_topic .row .hdr .block ul[rel=nav] li:last-child {
  margin-right: 0;
}
.app-altapress .b-header_topic .row .sidebar {
  position: relative;
  height: 100%;
}
.app-altapress .b-header_topic .row .sidebar .block {
  position: absolute;
  bottom: 0;
  left: 0;
}
.app-altapress .b-header_topic .row .sidebar .block i {
  color: #f06400;
}
.app-altapress .b-rubrics_main > .item {
  margin-bottom: 18px;
}
.app-altapress .b-rubrics_main > .item .b-news_rubric_for_main {
  width: 100%;
}
.app-altapress .b-rubrics_main > .item .b-news_rubric_for_main .post_item {
  margin-right: 18px;
}
.app-altapress .b-rubrics_main > .item .b-news_rubric_for_main .post_item:nth-child(4) {
  margin-right: 0;
}
.app-altapress .b-rubrics_main > .item .b-news_rubric_for_main .post_item a:hover .entry .title {
  text-decoration: underline;
}
.app-altapress .b-rubrics_main > .item .b-news_rubric_for_main .post_item h2,
.app-altapress .b-rubrics_main > .item .b-news_rubric_for_main .post_item h3 {
  font-size: 14px;
  font-weight: normal;
}
@media (max-width: 1253px) {
  .app-altapress .b-rubrics_main > .item .b-news_rubric_for_main .post_item:nth-child(3) {
    margin-right: 0;
  }
  .app-altapress .b-rubrics_main > .item .b-news_rubric_for_main .post_item:nth-child(4) {
    display: none;
  }
}
.app-altapress .b-search_archive .b-header {
  margin-bottom: 18px;
}
.app-altapress .b-search_archive .b-header .title {
  font-weight: bold;
  color: #f06400;
  font-size: 32px;
  margin-bottom: 9px;
}
.app-altapress .b-footer {
  border-top: 3px solid #a5a58c;
}
.app-altapress .b-footer .b-information {
  font-size: 13px;
}
.app-altapress .b-footer .b-information em {
  font-style: normal;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
}
.app-altapress .b-footer .b-information a:hover {
  text-decoration: underline;
}
.app-altapress .b-footer .b-counters {
  border-top: 1px solid #a5a58c;
  padding-top: 9px;
}
.app-altapress .b-footer .b-counters .b-whos_amung_us {
  width: 1px;
  height: 1px;
  opacity: 0;
  overflow: hidden;
  float: left;
}
.app-altapress .b-footer #cnt {
  display: block;
  width: 1px;
  height: 1px;
  opacity: 0;
  overflow: hidden;
}
.app-altapress #branding {
  /*@import "links_20180626_edem.less";
	@import "links_20180903_zuker.less";*/
}
.app-altapress #branding.default {
  background-color: transparent;
  position: fixed;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 1080px;
  z-index: 0;
}
.app-altapress #branding.default a {
  height: 100vh;
  display: block;
  width: calc((100% - 1272px) / 2);
  background-color: transparent;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
}
.app-altapress #branding.default a span {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 330px auto;
  position: absolute;
}
.app-altapress #branding.default a span.w-180 {
  display: none;
}
.app-altapress #branding.default a.left {
  left: 0;
}
.app-altapress #branding.default a.left span {
  right: 0;
  background-position: right top;
}
.app-altapress #branding.default a.right {
  right: 0;
}
.app-altapress #branding.default a.right span {
  left: 0;
  background-position: left top;
}
@media (max-width: 1607px) {
  .app-altapress #branding.default a {
    width: calc((100% - 1272px) / 2);
  }
  .app-altapress #branding.default a span {
    background-size: 180px auto;
  }
  .app-altapress #branding.default a span.w-180 {
    display: block;
  }
  .app-altapress #branding.default a span.w-330 {
    display: none;
  }
}
@media (max-width: 1253px) {
  .app-altapress #branding.default a {
    width: calc((100% - 954px) / 2);
  }
  .app-altapress #branding.default a span {
    background-size: 180px auto;
  }
  .app-altapress #branding.default a span.w-180 {
    display: block;
  }
  .app-altapress #branding.default a span.w-330 {
    display: none;
  }
}
.app-altapress #branding.new_year_2019 {
  background-color: transparent;
  position: fixed;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 1080px;
  z-index: 0;
}
.app-altapress #branding.new_year_2019 div {
  height: 100vh;
  display: block;
  width: calc((100% - 1272px) / 2);
  background-color: transparent;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
}
.app-altapress #branding.new_year_2019 div span {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
}
.app-altapress #branding.new_year_2019 div:nth-child(1) {
  left: 0;
}
.app-altapress #branding.new_year_2019 div:nth-child(1) span {
  right: 0;
  background-position: right top;
  background-image: url('/img/_branding/projects/new_year_2019/newyear_1L.jpg?2018112301');
}
.app-altapress #branding.new_year_2019 div:nth-child(2) {
  right: 0;
}
.app-altapress #branding.new_year_2019 div:nth-child(2) span {
  left: 0;
  background-position: left top;
  background-image: url('/img/_branding/projects/new_year_2019/newyear_1R.jpg?2018112301');
}
@media (max-width: 1253px) {
  .app-altapress #branding.new_year_2019 div {
    width: calc((100% - 954px) / 2);
  }
}
@media (max-width: 1650px) {
  .app-altapress #branding.new_year_2019 div:nth-child(1) span {
    background-image: url('/img/_branding/projects/new_year_2019/newyear_2L.jpg?2018112301');
  }
  .app-altapress #branding.new_year_2019 div:nth-child(2) span {
    background-image: url('/img/_branding/projects/new_year_2019/newyear_2R.jpg?2018112301');
  }
}
@media (max-width: 1253px) {
  .app-altapress #branding.new_year_2019 div {
    width: calc((100% - 954px) / 2);
  }
  .app-altapress #branding.new_year_2019 div:nth-child(1) span {
    background-image: url('/img/_branding/projects/new_year_2019/newyear_2L.jpg?2018112301');
  }
  .app-altapress #branding.new_year_2019 div:nth-child(2) span {
    background-image: url('/img/_branding/projects/new_year_2019/newyear_2R.jpg?2018112301');
  }
}
.app-altapress #branding.it_forum_2018 {
  background-color: transparent;
  position: fixed;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 1080px;
  z-index: 0;
}
.app-altapress #branding.it_forum_2018 div {
  height: 100vh;
  display: block;
  width: calc((100% - 1272px) / 2);
  background-color: transparent;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
}
.app-altapress #branding.it_forum_2018 div span {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
}
.app-altapress #branding.it_forum_2018 div:nth-child(1) {
  left: 0;
}
.app-altapress #branding.it_forum_2018 div:nth-child(1) span {
  right: 0;
  background-position: right top;
  background-image: url('/img/_branding/projects/it_forum_2018/1.jpg?2018100201');
}
.app-altapress #branding.it_forum_2018 div:nth-child(2) {
  right: 0;
}
.app-altapress #branding.it_forum_2018 div:nth-child(2) span {
  left: 0;
  background-position: left top;
  background-image: url('/img/_branding/projects/it_forum_2018/2.jpg?2018100201');
}
@media (max-width: 1253px) {
  .app-altapress #branding.it_forum_2018 div {
    width: calc((100% - 954px) / 2);
  }
}
@media (max-width: 1650px) {
  .app-altapress #branding.it_forum_2018 div:nth-child(1) span {
    background-image: url('/img/_branding/projects/it_forum_2018/11.jpg?2018100201');
  }
  .app-altapress #branding.it_forum_2018 div:nth-child(2) span {
    background-image: url('/img/_branding/projects/it_forum_2018/22.jpg?2018100201');
  }
}
@media (max-width: 1253px) {
  .app-altapress #branding.it_forum_2018 div {
    width: calc((100% - 954px) / 2);
  }
  .app-altapress #branding.it_forum_2018 div:nth-child(1) span {
    background-image: url('/img/_branding/projects/it_forum_2018/11.jpg?2018100201');
  }
  .app-altapress #branding.it_forum_2018 div:nth-child(2) span {
    background-image: url('/img/_branding/projects/it_forum_2018/22.jpg?2018100201');
  }
}
.app-altapress #branding.it_forum_2019 {
  background-color: transparent;
  position: fixed;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 1080px;
  z-index: 0;
}
.app-altapress #branding.it_forum_2019 div {
  height: 100vh;
  display: block;
  width: calc((100% - 1272px) / 2);
  background-color: transparent;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
}
.app-altapress #branding.it_forum_2019 div span {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
}
.app-altapress #branding.it_forum_2019 div:nth-child(1) {
  left: 0;
}
.app-altapress #branding.it_forum_2019 div:nth-child(1) span {
  right: 0;
  background-position: right top;
  background-image: url('/img/_branding/projects/it_forum_2019/1.jpg?2019082801');
}
.app-altapress #branding.it_forum_2019 div:nth-child(2) {
  right: 0;
}
.app-altapress #branding.it_forum_2019 div:nth-child(2) span {
  left: 0;
  background-position: left top;
  background-image: url('/img/_branding/projects/it_forum_2019/2.jpg?2019082801');
}
@media (max-width: 1253px) {
  .app-altapress #branding.it_forum_2019 div {
    width: calc((100% - 954px) / 2);
  }
}
@media (max-width: 1650px) {
  .app-altapress #branding.it_forum_2019 div:nth-child(1) span {
    background-image: url('/img/_branding/projects/it_forum_2019/11.jpg?2019082801');
  }
  .app-altapress #branding.it_forum_2019 div:nth-child(2) span {
    background-image: url('/img/_branding/projects/it_forum_2019/22.jpg?2019082801');
  }
}
@media (max-width: 1253px) {
  .app-altapress #branding.it_forum_2019 div {
    width: calc((100% - 954px) / 2);
  }
  .app-altapress #branding.it_forum_2019 div:nth-child(1) span {
    background-image: url('/img/_branding/projects/it_forum_2019/11.jpg?2019082801');
  }
  .app-altapress #branding.it_forum_2019 div:nth-child(2) span {
    background-image: url('/img/_branding/projects/it_forum_2019/22.jpg?2019082801');
  }
}
.app-altapress #branding.topic_1225_altaiskoe_pole.story {
  background-color: transparent;
  position: fixed;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 1080px;
  z-index: 0;
}
.app-altapress #branding.topic_1225_altaiskoe_pole.story div {
  height: 100vh;
  display: block;
  width: calc((100% - 1272px) / 2);
  background-color: transparent;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
}
.app-altapress #branding.topic_1225_altaiskoe_pole.story div span {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
}
.app-altapress #branding.topic_1225_altaiskoe_pole.story div:nth-child(1) {
  left: 0;
}
.app-altapress #branding.topic_1225_altaiskoe_pole.story div:nth-child(1) span {
  right: 0;
  background-position: right top;
  background-image: url('/img/_branding/projects/topic_1225_altaiskoe_pole/story/1R.jpeg?1722271008364');
}
.app-altapress #branding.topic_1225_altaiskoe_pole.story div:nth-child(2) {
  right: 0;
}
.app-altapress #branding.topic_1225_altaiskoe_pole.story div:nth-child(2) span {
  left: 0;
  background-position: left top;
  background-image: url('/img/_branding/projects/topic_1225_altaiskoe_pole/story/1L.jpeg?1722271008364');
}
@media (max-width: 1253px) {
  .app-altapress #branding.topic_1225_altaiskoe_pole.story div {
    width: calc((100% - 954px) / 2);
  }
}
@media (max-width: 1650px) {
  .app-altapress #branding.topic_1225_altaiskoe_pole.story div:nth-child(1) span {
    background-image: url('/img/_branding/projects/topic_1225_altaiskoe_pole/story/2R.jpeg?1722271008364');
  }
  .app-altapress #branding.topic_1225_altaiskoe_pole.story div:nth-child(2) span {
    background-image: url('/img/_branding/projects/topic_1225_altaiskoe_pole/story/2L.jpeg?1722271008364');
  }
}
@media (max-width: 1253px) {
  .app-altapress #branding.topic_1225_altaiskoe_pole.story div {
    width: calc((100% - 954px) / 2);
  }
  .app-altapress #branding.topic_1225_altaiskoe_pole.story div:nth-child(1) span {
    background-image: url('/img/_branding/projects/topic_1225_altaiskoe_pole/story/2R.jpeg?1722271008364');
  }
  .app-altapress #branding.topic_1225_altaiskoe_pole.story div:nth-child(2) span {
    background-image: url('/img/_branding/projects/topic_1225_altaiskoe_pole/story/2L.jpeg?1722271008364');
  }
}
.app-altapress #branding.topic_1225_altaiskoe_pole.topic {
  background-color: transparent;
  position: fixed;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 1080px;
  z-index: 0;
}
.app-altapress #branding.topic_1225_altaiskoe_pole.topic div {
  height: 100vh;
  display: block;
  width: calc((100% - 1272px) / 2);
  background-color: transparent;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
}
.app-altapress #branding.topic_1225_altaiskoe_pole.topic div span {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
}
.app-altapress #branding.topic_1225_altaiskoe_pole.topic div:nth-child(1) {
  left: 0;
}
.app-altapress #branding.topic_1225_altaiskoe_pole.topic div:nth-child(1) span {
  right: 0;
  background-position: right top;
  background-image: url('/img/_branding/projects/topic_1225_altaiskoe_pole/story/1R.jpeg?1722271008364');
}
.app-altapress #branding.topic_1225_altaiskoe_pole.topic div:nth-child(2) {
  right: 0;
}
.app-altapress #branding.topic_1225_altaiskoe_pole.topic div:nth-child(2) span {
  left: 0;
  background-position: left top;
  background-image: url('/img/_branding/projects/topic_1225_altaiskoe_pole/story/1L.jpeg?1722271008364');
}
@media (max-width: 1253px) {
  .app-altapress #branding.topic_1225_altaiskoe_pole.topic div {
    width: calc((100% - 954px) / 2);
  }
}
@media (max-width: 1650px) {
  .app-altapress #branding.topic_1225_altaiskoe_pole.topic div:nth-child(1) span {
    background-image: url('/img/_branding/projects/topic_1225_altaiskoe_pole/story/2R.jpeg?1722271008364');
  }
  .app-altapress #branding.topic_1225_altaiskoe_pole.topic div:nth-child(2) span {
    background-image: url('/img/_branding/projects/topic_1225_altaiskoe_pole/story/2L.jpeg?1722271008364');
  }
}
@media (max-width: 1253px) {
  .app-altapress #branding.topic_1225_altaiskoe_pole.topic div {
    width: calc((100% - 954px) / 2);
  }
  .app-altapress #branding.topic_1225_altaiskoe_pole.topic div:nth-child(1) span {
    background-image: url('/img/_branding/projects/topic_1225_altaiskoe_pole/story/2R.jpeg?1722271008364');
  }
  .app-altapress #branding.topic_1225_altaiskoe_pole.topic div:nth-child(2) span {
    background-image: url('/img/_branding/projects/topic_1225_altaiskoe_pole/story/2L.jpeg?1722271008364');
  }
}
.app-altapress #branding.topic_461_industrial {
  background-color: transparent;
  position: fixed;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 1080px;
  z-index: 0;
}
.app-altapress #branding.topic_461_industrial div {
  height: 100vh;
  display: block;
  width: calc((100% - 1272px) / 2);
  background-color: white;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
}
.app-altapress #branding.topic_461_industrial div span {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
}
.app-altapress #branding.topic_461_industrial div:nth-child(1) {
  left: 0;
}
.app-altapress #branding.topic_461_industrial div:nth-child(1) span {
  right: 0;
  background-position: right top;
  background-image: url('/img/_branding/projects/topic_461_industrial/2L.jpg?1722271008364');
}
.app-altapress #branding.topic_461_industrial div:nth-child(2) {
  right: 0;
}
.app-altapress #branding.topic_461_industrial div:nth-child(2) span {
  left: 0;
  background-position: left top;
  background-image: url('/img/_branding/projects/topic_461_industrial/2R.jpg?1722271008364');
}
@media (max-width: 1600px) {
  .app-altapress #branding.topic_461_industrial div {
    width: calc((100% - 936px) / 2);
  }
  .app-altapress #branding.topic_461_industrial div:nth-child(1) span {
    background-image: url('/img/_branding/projects/topic_461_industrial/1L.jpg?1722271008364');
  }
  .app-altapress #branding.topic_461_industrial div:nth-child(2) span {
    background-image: url('/img/_branding/projects/topic_461_industrial/1R.jpg?1722271008364');
  }
}
.app-altapress #branding.topic_2140_nalogi {
  background-color: transparent;
  position: fixed;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 1080px;
  z-index: 0;
}
.app-altapress #branding.topic_2140_nalogi div {
  height: 100vh;
  display: block;
  width: calc((100% - 1272px) / 2);
  background-color: transparent;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
}
.app-altapress #branding.topic_2140_nalogi div span {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
}
.app-altapress #branding.topic_2140_nalogi div:nth-child(1) {
  left: 0;
}
.app-altapress #branding.topic_2140_nalogi div:nth-child(1) span {
  right: 0;
  background-position: right top;
  background-image: url('/img/_branding/projects/topic_2140_nalogi/1.jpg?1722271008364');
}
.app-altapress #branding.topic_2140_nalogi div:nth-child(2) {
  right: 0;
}
.app-altapress #branding.topic_2140_nalogi div:nth-child(2) span {
  left: 0;
  background-position: left top;
  background-image: url('/img/_branding/projects/topic_2140_nalogi/2.jpg?1722271008364');
}
@media (max-width: 1253px) {
  .app-altapress #branding.topic_2140_nalogi div {
    width: calc((100% - 954px) / 2);
  }
}
@media (max-width: 1650px) {
  .app-altapress #branding.topic_2140_nalogi div:nth-child(1) span {
    background-image: url('/img/_branding/projects/topic_2140_nalogi/11.jpg?1722271008364');
  }
  .app-altapress #branding.topic_2140_nalogi div:nth-child(2) span {
    background-image: url('/img/_branding/projects/topic_2140_nalogi/22.jpg?1722271008364');
  }
}
@media (max-width: 1253px) {
  .app-altapress #branding.topic_2140_nalogi div {
    width: calc((100% - 954px) / 2);
  }
  .app-altapress #branding.topic_2140_nalogi div:nth-child(1) span {
    background-image: url('/img/_branding/projects/topic_2140_nalogi/11.jpg?1722271008364');
  }
  .app-altapress #branding.topic_2140_nalogi div:nth-child(2) span {
    background-image: url('/img/_branding/projects/topic_2140_nalogi/22.jpg?1722271008364');
  }
}
.app-altapress #branding.topic_2141_invest {
  background-color: transparent;
  position: fixed;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 1080px;
  z-index: 0;
}
.app-altapress #branding.topic_2141_invest div {
  height: 100vh;
  display: block;
  width: calc((100% - 1272px) / 2);
  background-color: transparent;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
}
.app-altapress #branding.topic_2141_invest div span {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
}
.app-altapress #branding.topic_2141_invest div:nth-child(1) {
  left: 0;
}
.app-altapress #branding.topic_2141_invest div:nth-child(1) span {
  right: 0;
  background-position: right top;
  background-image: url('/img/_branding/projects/topic_2141_invest/1.jpg?1722271008364');
}
.app-altapress #branding.topic_2141_invest div:nth-child(2) {
  right: 0;
}
.app-altapress #branding.topic_2141_invest div:nth-child(2) span {
  left: 0;
  background-position: left top;
  background-image: url('/img/_branding/projects/topic_2141_invest/2.jpg?1722271008364');
}
@media (max-width: 1253px) {
  .app-altapress #branding.topic_2141_invest div {
    width: calc((100% - 954px) / 2);
  }
}
@media (max-width: 1650px) {
  .app-altapress #branding.topic_2141_invest div:nth-child(1) span {
    background-image: url('/img/_branding/projects/topic_2141_invest/11.jpg?1722271008364');
  }
  .app-altapress #branding.topic_2141_invest div:nth-child(2) span {
    background-image: url('/img/_branding/projects/topic_2141_invest/22.jpg?1722271008364');
  }
}
@media (max-width: 1253px) {
  .app-altapress #branding.topic_2141_invest div {
    width: calc((100% - 954px) / 2);
  }
  .app-altapress #branding.topic_2141_invest div:nth-child(1) span {
    background-image: url('/img/_branding/projects/topic_2141_invest/11.jpg?1722271008364');
  }
  .app-altapress #branding.topic_2141_invest div:nth-child(2) span {
    background-image: url('/img/_branding/projects/topic_2141_invest/22.jpg?1722271008364');
  }
}
.app-altapress #branding.topic_2145_sokrovisha_agro {
  background-color: transparent;
  position: fixed;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 1080px;
  z-index: 0;
}
.app-altapress #branding.topic_2145_sokrovisha_agro div {
  height: 100vh;
  display: block;
  width: calc((100% - 1272px) / 2);
  background-color: transparent;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
}
.app-altapress #branding.topic_2145_sokrovisha_agro div span {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
}
.app-altapress #branding.topic_2145_sokrovisha_agro div:nth-child(1) {
  left: 0;
}
.app-altapress #branding.topic_2145_sokrovisha_agro div:nth-child(1) span {
  right: 0;
  background-position: right top;
  background-image: url('/img/_branding/projects/topic_2145_sokrovisha_agro/1.jpg?1722271008364');
}
.app-altapress #branding.topic_2145_sokrovisha_agro div:nth-child(2) {
  right: 0;
}
.app-altapress #branding.topic_2145_sokrovisha_agro div:nth-child(2) span {
  left: 0;
  background-position: left top;
  background-image: url('/img/_branding/projects/topic_2145_sokrovisha_agro/2.jpg?1722271008364');
}
@media (max-width: 1253px) {
  .app-altapress #branding.topic_2145_sokrovisha_agro div {
    width: calc((100% - 954px) / 2);
  }
}
@media (max-width: 1650px) {
  .app-altapress #branding.topic_2145_sokrovisha_agro div:nth-child(1) span {
    background-image: url('/img/_branding/projects/topic_2145_sokrovisha_agro/11.jpg?1722271008364');
  }
  .app-altapress #branding.topic_2145_sokrovisha_agro div:nth-child(2) span {
    background-image: url('/img/_branding/projects/topic_2145_sokrovisha_agro/22.jpg?1722271008364');
  }
}
@media (max-width: 1253px) {
  .app-altapress #branding.topic_2145_sokrovisha_agro div {
    width: calc((100% - 954px) / 2);
  }
  .app-altapress #branding.topic_2145_sokrovisha_agro div:nth-child(1) span {
    background-image: url('/img/_branding/projects/topic_2145_sokrovisha_agro/11.jpg?1722271008364');
  }
  .app-altapress #branding.topic_2145_sokrovisha_agro div:nth-child(2) span {
    background-image: url('/img/_branding/projects/topic_2145_sokrovisha_agro/22.jpg?1722271008364');
  }
}
.app-altapress #branding.topic_2147_trendi_stroitelstva {
  background-color: transparent;
  position: fixed;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 1080px;
  z-index: 0;
}
.app-altapress #branding.topic_2147_trendi_stroitelstva div {
  height: 100vh;
  display: block;
  width: calc((100% - 1272px) / 2);
  background-color: transparent;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
}
.app-altapress #branding.topic_2147_trendi_stroitelstva div span {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
}
.app-altapress #branding.topic_2147_trendi_stroitelstva div:nth-child(1) {
  left: 0;
}
.app-altapress #branding.topic_2147_trendi_stroitelstva div:nth-child(1) span {
  right: 0;
  background-position: right top;
  background-image: url('/img/_branding/projects/topic_2147_trendi_stroitelstva/1.jpg?1722271008364');
}
.app-altapress #branding.topic_2147_trendi_stroitelstva div:nth-child(2) {
  right: 0;
}
.app-altapress #branding.topic_2147_trendi_stroitelstva div:nth-child(2) span {
  left: 0;
  background-position: left top;
  background-image: url('/img/_branding/projects/topic_2147_trendi_stroitelstva/2.jpg?1722271008364');
}
@media (max-width: 1253px) {
  .app-altapress #branding.topic_2147_trendi_stroitelstva div {
    width: calc((100% - 954px) / 2);
  }
}
@media (max-width: 1650px) {
  .app-altapress #branding.topic_2147_trendi_stroitelstva div:nth-child(1) span {
    background-image: url('/img/_branding/projects/topic_2147_trendi_stroitelstva/11.jpg?1722271008364');
  }
  .app-altapress #branding.topic_2147_trendi_stroitelstva div:nth-child(2) span {
    background-image: url('/img/_branding/projects/topic_2147_trendi_stroitelstva/22.jpg?1722271008364');
  }
}
@media (max-width: 1253px) {
  .app-altapress #branding.topic_2147_trendi_stroitelstva div {
    width: calc((100% - 954px) / 2);
  }
  .app-altapress #branding.topic_2147_trendi_stroitelstva div:nth-child(1) span {
    background-image: url('/img/_branding/projects/topic_2147_trendi_stroitelstva/11.jpg?1722271008364');
  }
  .app-altapress #branding.topic_2147_trendi_stroitelstva div:nth-child(2) span {
    background-image: url('/img/_branding/projects/topic_2147_trendi_stroitelstva/22.jpg?1722271008364');
  }
}
.app-altapress #branding.topic_2154_new_year {
  background-color: transparent;
  position: fixed;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 1080px;
  z-index: 0;
}
.app-altapress #branding.topic_2154_new_year div {
  height: 100vh;
  display: block;
  width: calc((100% - 1272px) / 2);
  background-color: transparent;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
}
.app-altapress #branding.topic_2154_new_year div span {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
}
.app-altapress #branding.topic_2154_new_year div:nth-child(1) {
  left: 0;
}
.app-altapress #branding.topic_2154_new_year div:nth-child(1) span {
  right: 0;
  background-position: right top;
  background-image: url('/img/_branding/projects/topic_2154_new_year/1.jpg?1722271008364');
}
.app-altapress #branding.topic_2154_new_year div:nth-child(2) {
  right: 0;
}
.app-altapress #branding.topic_2154_new_year div:nth-child(2) span {
  left: 0;
  background-position: left top;
  background-image: url('/img/_branding/projects/topic_2154_new_year/2.jpg?1722271008364');
}
@media (max-width: 1253px) {
  .app-altapress #branding.topic_2154_new_year div {
    width: calc((100% - 954px) / 2);
  }
}
@media (max-width: 1650px) {
  .app-altapress #branding.topic_2154_new_year div:nth-child(1) span {
    background-image: url('/img/_branding/projects/topic_2154_new_year/11.jpg?1722271008364');
  }
  .app-altapress #branding.topic_2154_new_year div:nth-child(2) span {
    background-image: url('/img/_branding/projects/topic_2154_new_year/22.jpg?1722271008364');
  }
}
@media (max-width: 1253px) {
  .app-altapress #branding.topic_2154_new_year div {
    width: calc((100% - 954px) / 2);
  }
  .app-altapress #branding.topic_2154_new_year div:nth-child(1) span {
    background-image: url('/img/_branding/projects/topic_2154_new_year/11.jpg?1722271008364');
  }
  .app-altapress #branding.topic_2154_new_year div:nth-child(2) span {
    background-image: url('/img/_branding/projects/topic_2154_new_year/22.jpg?1722271008364');
  }
}
.app-altapress #branding.topic_2158_gid_po_podarkam {
  background-color: transparent;
  position: fixed;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 1080px;
  z-index: 0;
}
.app-altapress #branding.topic_2158_gid_po_podarkam div {
  height: 100vh;
  display: block;
  width: calc((100% - 1272px) / 2);
  background-color: transparent;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
}
.app-altapress #branding.topic_2158_gid_po_podarkam div span {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
}
.app-altapress #branding.topic_2158_gid_po_podarkam div:nth-child(1) {
  left: 0;
}
.app-altapress #branding.topic_2158_gid_po_podarkam div:nth-child(1) span {
  right: 0;
  background-position: right top;
  background-image: url('/img/_branding/projects/topic_2158_gid_po_podarkam/1.jpg?1722271008364');
}
.app-altapress #branding.topic_2158_gid_po_podarkam div:nth-child(2) {
  right: 0;
}
.app-altapress #branding.topic_2158_gid_po_podarkam div:nth-child(2) span {
  left: 0;
  background-position: left top;
  background-image: url('/img/_branding/projects/topic_2158_gid_po_podarkam/2.jpg?1722271008364');
}
@media (max-width: 1253px) {
  .app-altapress #branding.topic_2158_gid_po_podarkam div {
    width: calc((100% - 954px) / 2);
  }
}
@media (max-width: 1650px) {
  .app-altapress #branding.topic_2158_gid_po_podarkam div:nth-child(1) span {
    background-image: url('/img/_branding/projects/topic_2158_gid_po_podarkam/11.jpg?1722271008364');
  }
  .app-altapress #branding.topic_2158_gid_po_podarkam div:nth-child(2) span {
    background-image: url('/img/_branding/projects/topic_2158_gid_po_podarkam/22.jpg?1722271008364');
  }
}
@media (max-width: 1253px) {
  .app-altapress #branding.topic_2158_gid_po_podarkam div {
    width: calc((100% - 954px) / 2);
  }
  .app-altapress #branding.topic_2158_gid_po_podarkam div:nth-child(1) span {
    background-image: url('/img/_branding/projects/topic_2158_gid_po_podarkam/11.jpg?1722271008364');
  }
  .app-altapress #branding.topic_2158_gid_po_podarkam div:nth-child(2) span {
    background-image: url('/img/_branding/projects/topic_2158_gid_po_podarkam/22.jpg?1722271008364');
  }
}
.app-altapress #branding.topic_2171_important_paper {
  background-color: transparent;
  position: fixed;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 1080px;
  z-index: 0;
}
.app-altapress #branding.topic_2171_important_paper div {
  height: 100vh;
  display: block;
  width: calc((100% - 1272px) / 2);
  background-color: white;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
}
.app-altapress #branding.topic_2171_important_paper div span {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
}
.app-altapress #branding.topic_2171_important_paper div:nth-child(1) {
  left: 0;
}
.app-altapress #branding.topic_2171_important_paper div:nth-child(1) span {
  right: 0;
  background-position: right top;
  background-image: url('/img/_branding/projects/topic_2171_important_paper/1L.jpg?1722271008364');
}
.app-altapress #branding.topic_2171_important_paper div:nth-child(2) {
  right: 0;
}
.app-altapress #branding.topic_2171_important_paper div:nth-child(2) span {
  left: 0;
  background-position: left top;
  background-image: url('/img/_branding/projects/topic_2171_important_paper/1R.jpg?1722271008364');
}
@media (max-width: 1600px) {
  .app-altapress #branding.topic_2171_important_paper a:nth-child(1) span {
    background-image: url('/img/_branding/projects/topic_2171_important_paper/2L.jpg?1722271008364');
  }
  .app-altapress #branding.topic_2171_important_paper a:nth-child(2) span {
    background-image: url('/img/_branding/projects/topic_2171_important_paper/1R.jpg?1722271008364');
  }
}
.app-altapress #branding.topic_2166_maliy_biznes {
  background-color: transparent;
  position: fixed;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 1080px;
  z-index: 0;
}
.app-altapress #branding.topic_2166_maliy_biznes a {
  height: 100vh;
  display: block;
  width: calc((100% - 1272px) / 2);
  background-color: transparent;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
}
.app-altapress #branding.topic_2166_maliy_biznes a span {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
}
.app-altapress #branding.topic_2166_maliy_biznes a:nth-child(1) {
  left: 0;
}
.app-altapress #branding.topic_2166_maliy_biznes a:nth-child(1) span {
  right: 0;
  background-position: right top;
  background-image: url('/img/_branding/projects/topic_2166_maliy_biznes/1.jpg?1722271008364');
}
.app-altapress #branding.topic_2166_maliy_biznes a:nth-child(2) {
  right: 0;
}
.app-altapress #branding.topic_2166_maliy_biznes a:nth-child(2) span {
  left: 0;
  background-position: left top;
  background-image: url('/img/_branding/projects/topic_2166_maliy_biznes/2.jpg?1722271008364');
}
@media (max-width: 1253px) {
  .app-altapress #branding.topic_2166_maliy_biznes a {
    width: calc((100% - 954px) / 2);
  }
}
@media (max-width: 1650px) {
  .app-altapress #branding.topic_2166_maliy_biznes a:nth-child(1) span {
    background-image: url('/img/_branding/projects/topic_2166_maliy_biznes/11.jpg?1722271008364');
  }
  .app-altapress #branding.topic_2166_maliy_biznes a:nth-child(2) span {
    background-image: url('/img/_branding/projects/topic_2166_maliy_biznes/22.jpg?1722271008364');
  }
}
@media (max-width: 1253px) {
  .app-altapress #branding.topic_2166_maliy_biznes a {
    width: calc((100% - 954px) / 2);
  }
  .app-altapress #branding.topic_2166_maliy_biznes a:nth-child(1) span {
    background-image: url('/img/_branding/projects/topic_2166_maliy_biznes/11.jpg?1722271008364');
  }
  .app-altapress #branding.topic_2166_maliy_biznes a:nth-child(2) span {
    background-image: url('/img/_branding/projects/topic_2166_maliy_biznes/22.jpg?1722271008364');
  }
}
.app-altapress #branding.topic_2065_den_stroitelya.story {
  background-color: transparent;
  position: fixed;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 1080px;
  z-index: 0;
}
.app-altapress #branding.topic_2065_den_stroitelya.story div {
  height: 100vh;
  display: block;
  width: calc((100% - 1272px) / 2);
  background-color: transparent;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
}
.app-altapress #branding.topic_2065_den_stroitelya.story div span {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
}
.app-altapress #branding.topic_2065_den_stroitelya.story div:nth-child(1) {
  left: 0;
}
.app-altapress #branding.topic_2065_den_stroitelya.story div:nth-child(1) span {
  right: 0;
  background-position: right top;
  background-image: url('/img/_branding/projects/topic_2065_den_stroitelya/1L.jpg?1722271008364');
}
.app-altapress #branding.topic_2065_den_stroitelya.story div:nth-child(2) {
  right: 0;
}
.app-altapress #branding.topic_2065_den_stroitelya.story div:nth-child(2) span {
  left: 0;
  background-position: left top;
  background-image: url('/img/_branding/projects/topic_2065_den_stroitelya/1R.jpg?1722271008364');
}
@media (max-width: 1253px) {
  .app-altapress #branding.topic_2065_den_stroitelya.story div {
    width: calc((100% - 954px) / 2);
  }
}
@media (max-width: 1650px) {
  .app-altapress #branding.topic_2065_den_stroitelya.story div:nth-child(1) span {
    background-image: url('/img/_branding/projects/topic_2065_den_stroitelya/1L.jpg?1722271008364');
  }
  .app-altapress #branding.topic_2065_den_stroitelya.story div:nth-child(2) span {
    background-image: url('/img/_branding/projects/topic_2065_den_stroitelya/1R.jpg?1722271008364');
  }
}
@media (max-width: 1253px) {
  .app-altapress #branding.topic_2065_den_stroitelya.story div {
    width: calc((100% - 954px) / 2);
  }
  .app-altapress #branding.topic_2065_den_stroitelya.story div:nth-child(1) span {
    background-image: url('/img/_branding/projects/topic_2065_den_stroitelya/2L.jpg?1722271008364');
  }
  .app-altapress #branding.topic_2065_den_stroitelya.story div:nth-child(2) span {
    background-image: url('/img/_branding/projects/topic_2065_den_stroitelya/2R.jpg?1722271008364');
  }
}
@media (max-width: 1500px) {
  .app-altapress #branding.topic_2065_den_stroitelya.story div:nth-child(1) span {
    background-image: url('/img/_branding/projects/topic_2065_den_stroitelya/2L.jpg?1722271008364');
  }
  .app-altapress #branding.topic_2065_den_stroitelya.story div:nth-child(2) span {
    background-image: url('/img/_branding/projects/topic_2065_den_stroitelya/2R.jpg?1722271008364');
  }
}
.app-altapress #branding.topic_2065_den_stroitelya.topic {
  background-color: transparent;
  position: fixed;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 1080px;
  z-index: 0;
}
.app-altapress #branding.topic_2065_den_stroitelya.topic div {
  height: 100vh;
  display: block;
  width: calc((100% - 1272px) / 2);
  background-color: transparent;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
}
.app-altapress #branding.topic_2065_den_stroitelya.topic div span {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
}
.app-altapress #branding.topic_2065_den_stroitelya.topic div:nth-child(1) {
  left: 0;
}
.app-altapress #branding.topic_2065_den_stroitelya.topic div:nth-child(1) span {
  right: 0;
  background-position: right top;
  background-image: url('/img/_branding/projects/topic_2065_den_stroitelya/1L.jpg?1722271008364');
}
.app-altapress #branding.topic_2065_den_stroitelya.topic div:nth-child(2) {
  right: 0;
}
.app-altapress #branding.topic_2065_den_stroitelya.topic div:nth-child(2) span {
  left: 0;
  background-position: left top;
  background-image: url('/img/_branding/projects/topic_2065_den_stroitelya/1R.jpg?1722271008364');
}
@media (max-width: 1253px) {
  .app-altapress #branding.topic_2065_den_stroitelya.topic div {
    width: calc((100% - 954px) / 2);
  }
}
@media (max-width: 1650px) {
  .app-altapress #branding.topic_2065_den_stroitelya.topic div:nth-child(1) span {
    background-image: url('/img/_branding/projects/topic_2065_den_stroitelya/1L.jpg?1722271008364');
  }
  .app-altapress #branding.topic_2065_den_stroitelya.topic div:nth-child(2) span {
    background-image: url('/img/_branding/projects/topic_2065_den_stroitelya/1R.jpg?1722271008364');
  }
}
@media (max-width: 1253px) {
  .app-altapress #branding.topic_2065_den_stroitelya.topic div {
    width: calc((100% - 954px) / 2);
  }
  .app-altapress #branding.topic_2065_den_stroitelya.topic div:nth-child(1) span {
    background-image: url('/img/_branding/projects/topic_2065_den_stroitelya/2L.jpg?1722271008364');
  }
  .app-altapress #branding.topic_2065_den_stroitelya.topic div:nth-child(2) span {
    background-image: url('/img/_branding/projects/topic_2065_den_stroitelya/2R.jpg?1722271008364');
  }
}
@media (max-width: 1500px) {
  .app-altapress #branding.topic_2065_den_stroitelya.topic div:nth-child(1) span {
    background-image: url('/img/_branding/projects/topic_2065_den_stroitelya/2L.jpg?1722271008364');
  }
  .app-altapress #branding.topic_2065_den_stroitelya.topic div:nth-child(2) span {
    background-image: url('/img/_branding/projects/topic_2065_den_stroitelya/2R.jpg?1722271008364');
  }
}
.app-altapress #branding.topic_2183_zagorod {
  background-color: transparent;
  position: fixed;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 1080px;
  z-index: 0;
}
.app-altapress #branding.topic_2183_zagorod div {
  height: 100vh;
  display: block;
  width: calc( (100% - 1272px) / 2);
  background-color: white;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
}
.app-altapress #branding.topic_2183_zagorod div span {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
}
.app-altapress #branding.topic_2183_zagorod div:nth-child(1) {
  left: 0;
}
.app-altapress #branding.topic_2183_zagorod div:nth-child(1) span {
  right: 0;
  background-position: right top;
  background-image: url('/img/_branding/projects/topic_2183_zagorod/330L.jpg?1722271008364');
}
.app-altapress #branding.topic_2183_zagorod div:nth-child(2) {
  right: 0;
}
.app-altapress #branding.topic_2183_zagorod div:nth-child(2) span {
  left: 0;
  background-position: left top;
  background-image: url('/img/_branding/projects/topic_2183_zagorod/330R.jpg?1722271008364');
}
@media (max-width: 1254px) {
  .app-altapress #branding.topic_2183_zagorod div {
    width: calc( (100% - 956px) / 2);
  }
  .app-altapress #branding.topic_2183_zagorod div:nth-child(1) span {
    background-image: url('/img/_branding/projects/topic_2183_zagorod/180L.jpg?1722271008364');
  }
  .app-altapress #branding.topic_2183_zagorod div:nth-child(2) span {
    background-image: url('/img/_branding/projects/topic_2183_zagorod/180R.jpg?1722271008364');
  }
}
.app-altapress #branding.topic_2184_barnaul {
  background-color: transparent;
  position: fixed;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 1080px;
  z-index: 0;
}
.app-altapress #branding.topic_2184_barnaul div {
  height: 100vh;
  display: block;
  width: calc( (100% - 1272px) / 2);
  background-color: white;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
}
.app-altapress #branding.topic_2184_barnaul div span {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
}
.app-altapress #branding.topic_2184_barnaul div:nth-child(1) {
  left: 0;
}
.app-altapress #branding.topic_2184_barnaul div:nth-child(1) span {
  right: 0;
  background-position: right top;
  background-image: url('/img/_branding/projects/topic_2184_barnaul/330L.jpg?1722271008364');
}
.app-altapress #branding.topic_2184_barnaul div:nth-child(2) {
  right: 0;
}
.app-altapress #branding.topic_2184_barnaul div:nth-child(2) span {
  left: 0;
  background-position: left top;
  background-image: url('/img/_branding/projects/topic_2184_barnaul/330R.jpg?1722271008364');
}
@media (max-width: 1254px) {
  .app-altapress #branding.topic_2184_barnaul div {
    width: calc( (100% - 956px) / 2);
  }
  .app-altapress #branding.topic_2184_barnaul div:nth-child(1) span {
    background-image: url('/img/_branding/projects/topic_2184_barnaul/180L.jpg?1722271008364');
  }
  .app-altapress #branding.topic_2184_barnaul div:nth-child(2) span {
    background-image: url('/img/_branding/projects/topic_2184_barnaul/180R.jpg?1722271008364');
  }
}
.app-altapress #branding.topic_2185_birthday {
  background-color: transparent;
  position: fixed;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 1080px;
  z-index: 0;
}
.app-altapress #branding.topic_2185_birthday div {
  height: 100vh;
  display: block;
  width: calc( (100% - 1272px) / 2);
  background-color: white;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
}
.app-altapress #branding.topic_2185_birthday div span {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
}
.app-altapress #branding.topic_2185_birthday div:nth-child(1) {
  left: 0;
}
.app-altapress #branding.topic_2185_birthday div:nth-child(1) span {
  right: 0;
  background-position: right top;
  background-image: url('/img/_branding/projects/topic_2185_birthday/330L.jpg?1722271008364');
}
.app-altapress #branding.topic_2185_birthday div:nth-child(2) {
  right: 0;
}
.app-altapress #branding.topic_2185_birthday div:nth-child(2) span {
  left: 0;
  background-position: left top;
  background-image: url('/img/_branding/projects/topic_2185_birthday/330R.jpg?1722271008364');
}
@media (max-width: 1254px) {
  .app-altapress #branding.topic_2185_birthday div {
    width: calc( (100% - 956px) / 2);
  }
  .app-altapress #branding.topic_2185_birthday div:nth-child(1) span {
    background-image: url('/img/_branding/projects/topic_2185_birthday/180L.jpg?1722271008364');
  }
  .app-altapress #branding.topic_2185_birthday div:nth-child(2) span {
    background-image: url('/img/_branding/projects/topic_2185_birthday/180R.jpg?1722271008364');
  }
}
.app-altapress #branding.links_20200608_aqua_nova {
  background-color: transparent;
  position: fixed;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 1080px;
  z-index: 0;
}
.app-altapress #branding.links_20200608_aqua_nova a {
  height: 100vh;
  display: block;
  width: calc((100% - 1272px) / 2);
  background-color: white;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
}
.app-altapress #branding.links_20200608_aqua_nova a span {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
}
.app-altapress #branding.links_20200608_aqua_nova a:nth-child(1) {
  left: 0;
}
.app-altapress #branding.links_20200608_aqua_nova a:nth-child(1) span {
  right: 0;
  background-position: right top;
  background-image: url('/img/_branding/20200608_aqua_nova/330_1080.png?1722271008364');
}
.app-altapress #branding.links_20200608_aqua_nova a:nth-child(2) {
  right: 0;
}
.app-altapress #branding.links_20200608_aqua_nova a:nth-child(2) span {
  left: 0;
  background-position: left top;
  background-image: url('/img/_branding/20200608_aqua_nova/330_1080_2.png?1722271008364');
}
@media (max-width: 1600px) {
  .app-altapress #branding.links_20200608_aqua_nova a:nth-child(1) span {
    background-image: url('/img/_branding/20200608_aqua_nova/180_1080.png?1722271008364');
  }
  .app-altapress #branding.links_20200608_aqua_nova a:nth-child(2) span {
    background-image: url('/img/_branding/20200608_aqua_nova/180_1080_2.png?1722271008364');
  }
}
@media (max-width: 1253px) {
  .app-altapress #branding.links_20200608_aqua_nova a {
    width: calc((100% - 954px) / 2);
  }
  .app-altapress #branding.links_20200608_aqua_nova a:nth-child(1) span {
    background-image: url('/img/_branding/20200608_aqua_nova/180_1080.png?1722271008364');
  }
  .app-altapress #branding.links_20200608_aqua_nova a:nth-child(2) span {
    background-image: url('/img/_branding/20200608_aqua_nova/180_1080_2.png?1722271008364');
  }
}
.app-altapress #branding.links_20220331_oskardom {
  background-color: transparent;
  position: fixed;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 1080px;
  z-index: 0;
}
.app-altapress #branding.links_20220331_oskardom a {
  height: 100vh;
  display: block;
  width: calc((100% - 1272px) / 2);
  background-color: white;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
}
.app-altapress #branding.links_20220331_oskardom a span {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
}
.app-altapress #branding.links_20220331_oskardom a:nth-child(1) {
  left: 0;
}
.app-altapress #branding.links_20220331_oskardom a:nth-child(1) span {
  right: 0;
  background-position: right top;
  background-image: url('/img/_branding/20220331_oskardom/330x1080_left.png?1722271008364');
}
.app-altapress #branding.links_20220331_oskardom a:nth-child(2) {
  right: 0;
}
.app-altapress #branding.links_20220331_oskardom a:nth-child(2) span {
  left: 0;
  background-position: left top;
  background-image: url('/img/_branding/20220331_oskardom/330x1080_right.png?1722271008364');
}
@media (max-width: 1600px) {
  .app-altapress #branding.links_20220331_oskardom a:nth-child(1) span {
    background-image: url('/img/_branding/20220331_oskardom/180x1080_left.png?1722271008364');
  }
  .app-altapress #branding.links_20220331_oskardom a:nth-child(2) span {
    background-image: url('/img/_branding/20220331_oskardom/180x1080_right.png?1722271008364');
  }
}
@media (max-width: 1253px) {
  .app-altapress #branding.links_20220331_oskardom a {
    width: calc((100% - 954px) / 2);
  }
  .app-altapress #branding.links_20220331_oskardom a:nth-child(1) span {
    background-image: url('/img/_branding/20220331_oskardom/180x1080_left.png?1722271008364');
  }
  .app-altapress #branding.links_20220331_oskardom a:nth-child(2) span {
    background-image: url('/img/_branding/20220331_oskardom/180x1080_right.png?1722271008364');
  }
}
.app-altapress #branding.links_20210315_msp {
  background-color: transparent;
  position: fixed;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 1080px;
  z-index: 0;
}
.app-altapress #branding.links_20210315_msp a {
  height: 100vh;
  display: block;
  width: calc((100% - 1272px) / 2);
  background-color: white;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
}
.app-altapress #branding.links_20210315_msp a span {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
}
.app-altapress #branding.links_20210315_msp a:nth-child(1) {
  left: 0;
}
.app-altapress #branding.links_20210315_msp a:nth-child(1) span {
  right: 0;
  background-position: right top;
  background-image: url('/img/_branding/20210315_msp/msp1_330L.jpg?1722271008364');
}
.app-altapress #branding.links_20210315_msp a:nth-child(2) {
  right: 0;
}
.app-altapress #branding.links_20210315_msp a:nth-child(2) span {
  left: 0;
  background-position: left top;
  background-image: url('/img/_branding/20210315_msp/msp1_330R.jpg?1722271008364');
}
@media (max-width: 1650px) {
  .app-altapress #branding.links_20210315_msp a:nth-child(1) span {
    background-image: url('/img/_branding/20210315_msp/msp1_180L.jpg?1722271008364');
  }
  .app-altapress #branding.links_20210315_msp a:nth-child(2) span {
    background-image: url('/img/_branding/20210315_msp/msp1_180R.jpg?1722271008364');
  }
}
@media (max-width: 1253px) {
  .app-altapress #branding.links_20210315_msp a {
    width: calc((100% - 954px) / 2);
  }
}
.app-altapress #branding.links_20210322_msp {
  background-color: transparent;
  position: fixed;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 1080px;
  z-index: 0;
}
.app-altapress #branding.links_20210322_msp a {
  height: 100vh;
  display: block;
  width: calc((100% - 1272px) / 2);
  background-color: white;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
}
.app-altapress #branding.links_20210322_msp a span {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
}
.app-altapress #branding.links_20210322_msp a:nth-child(1) {
  left: 0;
}
.app-altapress #branding.links_20210322_msp a:nth-child(1) span {
  right: 0;
  background-position: right top;
  background-image: url('/img/_branding/20210315_msp/msp2_330L.jpg?1722271008364');
}
.app-altapress #branding.links_20210322_msp a:nth-child(2) {
  right: 0;
}
.app-altapress #branding.links_20210322_msp a:nth-child(2) span {
  left: 0;
  background-position: left top;
  background-image: url('/img/_branding/20210315_msp/msp2_330R.jpg?1722271008364');
}
@media (max-width: 1650px) {
  .app-altapress #branding.links_20210322_msp a:nth-child(1) span {
    background-image: url('/img/_branding/20210315_msp/msp2_180L.jpg?1722271008364');
  }
  .app-altapress #branding.links_20210322_msp a:nth-child(2) span {
    background-image: url('/img/_branding/20210315_msp/msp2_180R.jpg?1722271008364');
  }
}
@media (max-width: 1253px) {
  .app-altapress #branding.links_20210322_msp a {
    width: calc((100% - 954px) / 2);
  }
}
.app-altapress #branding.links_20221208_bochkari {
  background-color: transparent;
  position: fixed;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 1080px;
  z-index: 0;
}
.app-altapress #branding.links_20221208_bochkari a {
  height: 100vh;
  display: block;
  width: calc((100% - 1272px) / 2);
  background-color: white;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
}
.app-altapress #branding.links_20221208_bochkari a span {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
}
.app-altapress #branding.links_20221208_bochkari a:nth-child(1) {
  left: 0;
}
.app-altapress #branding.links_20221208_bochkari a:nth-child(1) span {
  right: 0;
  background-position: right top;
  background-image: url('/img/_branding/20221208_bochkari/330x1080_left.jpg?1722271008364');
}
.app-altapress #branding.links_20221208_bochkari a:nth-child(2) {
  right: 0;
}
.app-altapress #branding.links_20221208_bochkari a:nth-child(2) span {
  left: 0;
  background-position: left top;
  background-image: url('/img/_branding/20221208_bochkari/330x1080_right.jpg?1722271008364');
}
@media (max-width: 1600px) {
  .app-altapress #branding.links_20221208_bochkari a:nth-child(1) span {
    background-image: url('/img/_branding/20221208_bochkari/180x1080_left.jpg?1722271008364');
  }
  .app-altapress #branding.links_20221208_bochkari a:nth-child(2) span {
    background-image: url('/img/_branding/20221208_bochkari/180x1080_right.jpg?1722271008364');
  }
}
@media (max-width: 1253px) {
  .app-altapress #branding.links_20221208_bochkari a {
    width: calc((100% - 954px) / 2);
  }
  .app-altapress #branding.links_20221208_bochkari a:nth-child(1) span {
    background-image: url('/img/_branding/20221208_bochkari/180x1080_left.jpg?1722271008364');
  }
  .app-altapress #branding.links_20221208_bochkari a:nth-child(2) span {
    background-image: url('/img/_branding/20221208_bochkari/180x1080_right.jpg?1722271008364');
  }
}
.app-altapress .sendpulse-prompt.sendpulse-fab {
  bottom: 70px;
  right: 23px;
}
.app-altapress .grecaptcha-badge {
  display: none!important;
}
.app-altapress.afisha {
  /*@media (max-width: 1253px) {
		.main-logo {
			padding-left: 0;
		}
	}*/
}
.app-altapress.afisha .content {
  margin-top: 18px;
}
.app-altapress.afisha .a #adfox_15705100380676076 > *:after,
.app-altapress.afisha .a #adfox_1570510060795480 > *:after,
.app-altapress.afisha .a #adfox_157051008473266875 > *:after,
.app-altapress.afisha .a #adfox_157172103909634012 > *:after,
.app-altapress.afisha .a #adfox_157111091383093695 > *:after,
.app-altapress.afisha .a #adfox_157051099586025444 > *:after {
  content: '';
  display: block;
  margin-bottom: 18px;
}
.app-altapress.afisha .a #adfox_157172103909634012 > * {
  margin-left: auto;
  margin-right: auto;
}
.app-altapress.afisha .widget.social_groups .panel {
  margin-bottom: 18px;
}
.app-altapress.afisha .b-social_top {
  padding: 18px 0;
}
.app-altapress.afisha .b-social_top .geo_weather {
  margin-bottom: 18px;
}
.app-altapress.afisha .b-social_top .geo_weather .city {
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  margin-bottom: 6px;
}
.app-altapress.afisha .b-social_top .geo_weather .date {
  display: block;
  margin-bottom: 6px;
}
.app-altapress.afisha .b-social_top .geo_weather .weather {
  display: block;
}
.app-altapress.afisha .b-social_top .geo_weather .weather i {
  font-weight: bold;
}
.app-altapress.afisha .b-social_top ul {
  justify-content: flex-start;
}
.app-altapress.afisha .b-social_top ul li {
  flex: 0 0 30px;
}
.app-altapress.afisha .b-search_top {
  font-size: 0.8em;
  width: 228px;
  margin-left: 34px;
}
.app-altapress.afisha .b-search_top form {
  width: 100%;
  height: 32px;
  padding: 3px 9px;
  background-color: #fbfbfb;
  border: 1px solid #97A0A5;
  border-radius: 18px;
}
.app-altapress.afisha .b-search_top form input[type=text] {
  font-size: 15px;
  width: 160px;
  outline: none;
  background-color: transparent;
  border: none;
  margin: 0 6px 0 18px;
  display: inline-block;
  color: #748187;
}
.app-altapress.afisha .b-search_top form button[type=submit] {
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  outline: none;
  border: none;
  background-color: transparent;
  padding: 0;
}
.app-altapress.afisha .b-search_top form button[type=submit]:before {
  cursor: pointer;
  color: #748187;
  content: "\f002";
  display: inline-block;
  line-height: 1;
  font: normal normal normal 15px/1 FontAwesome;
  margin: 0 4px 0 0;
}
.app-altapress.afisha .widget.b-photoreps {
  width: 100%;
  background-color: #748187;
  overflow: hidden;
}
.app-altapress.afisha .widget.b-photoreps .hdr {
  margin-left: 54px;
}
.app-altapress.afisha .content-mainpage .b-eventtype_card {
  margin-bottom: 36px;
  width: 100%;
  overflow: hidden;
}
.app-altapress.afisha .content-mainpage .b-eventtype_card .hdr {
  margin-bottom: 18px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.app-altapress.afisha .content-mainpage .b-eventtype_card .hdr .title {
  display: inline-block;
  color: #F06400;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
}
.app-altapress.afisha .content-mainpage .b-eventtype_card .hdr .link {
  display: inline-block;
  background-color: #748187;
  border-radius: 18px;
  padding: 3px 9px;
}
.app-altapress.afisha .content-mainpage .b-eventtype_card .hdr .link a {
  color: #FFF;
}
.app-altapress.afisha .content-mainpage .b-eventtype_card .b-events_grid li:nth-last-child(1) {
  margin-right: 0;
}
.app-altapress.afisha .content-mainpage .b-eventtype_card .b-events_grid li .eventtype {
  display: none;
}
.app-altapress.afisha .content-mainpage .b-mainbox .hdr {
  margin-bottom: 18px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.app-altapress.afisha .content-mainpage .b-mainbox .hdr .title {
  display: inline-block;
  color: #F06400;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
}
.app-altapress.afisha .content-mainpage .b-mainbox > ul {
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.app-altapress.afisha .content-mainpage .b-mainbox > ul > li {
  float: left;
  margin-bottom: 18px;
}
.app-altapress.afisha .content-mainpage .b-mainbox > ul > li.empty {
  height: 0;
  width: 0;
  margin: 0;
}
.app-altapress.afisha .content-mainpage .b-mainbox > ul > li.a {
  width: 100%;
  margin: 0;
  height: auto;
}
.app-altapress.afisha .content-mainpage .b-mainbox > ul > li.item {
  margin-right: 18px;
}
.app-altapress.afisha .content-mainpage .b-mainbox > ul > li.item:nth-of-type(3n) {
  margin-right: 0;
}
.app-altapress.afisha .post.cell > a {
  display: block;
  height: 300px;
  width: 300px;
  overflow: hidden;
  position: relative;
}
.app-altapress.afisha .post.cell > a img {
  height: 100%;
  position: absolute;
  top: 0;
}
.app-altapress.afisha .post.cell > a .eventtype {
  position: absolute;
  top: 18px;
  right: 18px;
  border: 1px solid #748187;
  background-color: #FFF;
  border-radius: 18px;
  padding: 3px;
  font-weight: bold;
  line-height: 1;
}
.app-altapress.afisha .post.cell > a .entry {
  width: 100%;
  padding: 36px 18px 18px 18px;
  position: absolute;
  bottom: 0;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0.25) 30%, rgba(0, 0, 0, 0.5) 85%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0.25) 30%, rgba(0, 0, 0, 0.5) 85%, rgba(0, 0, 0, 0.7) 100%);
}
.app-altapress.afisha .post.cell > a .entry h3 {
  text-transform: uppercase;
}
.app-altapress.afisha .post.cell > a .entry ul.tags {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 80%;
  overflow: hidden;
  display: inline-block;
  margin-top: 9px;
  height: 18px;
}
.app-altapress.afisha .post.cell > a .entry ul.tags li {
  color: #8f9a9f;
  float: left;
  margin-right: 6px;
}
.app-altapress.afisha .post.cell > a .entry ul.tags li:after {
  content: ', ';
}
.app-altapress.afisha .post.cell > a .entry ul.tags li:nth-last-child(1):after {
  content: '';
}
.app-altapress.afisha .post.cell > a:hover .entry .title {
  text-decoration: underline;
}
.app-altapress.afisha .event.cell > a {
  display: block;
  height: 300px;
  width: 300px;
  overflow: hidden;
  position: relative;
}
.app-altapress.afisha .event.cell > a img {
  height: 100%;
  position: absolute;
  top: 0;
}
.app-altapress.afisha .event.cell > a .eventtype {
  position: absolute;
  top: 18px;
  right: 18px;
  border: 1px solid #748187;
  background-color: #FFF;
  border-radius: 18px;
  padding: 3px;
  font-weight: bold;
  line-height: 1;
}
.app-altapress.afisha .event.cell > a .entry {
  width: 100%;
  padding: 36px 18px 18px 18px;
  position: absolute;
  bottom: 0;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0.25) 30%, rgba(0, 0, 0, 0.5) 85%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0.25) 30%, rgba(0, 0, 0, 0.5) 85%, rgba(0, 0, 0, 0.7) 100%);
}
.app-altapress.afisha .event.cell > a .entry h3 {
  text-transform: uppercase;
}
.app-altapress.afisha .event.cell > a .entry ul.tags {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 80%;
  overflow: hidden;
  display: inline-block;
  margin-top: 9px;
  height: 18px;
}
.app-altapress.afisha .event.cell > a .entry ul.tags li {
  color: #8f9a9f;
  float: left;
  margin-right: 6px;
}
.app-altapress.afisha .event.cell > a .entry ul.tags li:after {
  content: ', ';
}
.app-altapress.afisha .event.cell > a .entry ul.tags li:nth-last-child(1):after {
  content: '';
}
.app-altapress.afisha .event.cell > a:hover .entry .title {
  text-decoration: underline;
}
.app-altapress.afisha .b-sidebar-right {
  padding-top: 50px;
}
.app-altapress.afisha .b-event .main_picture {
  margin-bottom: 18px;
}
.app-altapress.afisha .b-event ul.tags {
  overflow: hidden;
  list-style: none;
  margin: 0 0 18px 0;
  padding: 0;
}
.app-altapress.afisha .b-event ul.tags li {
  display: inline-block;
  float: left;
  margin-right: 9px;
  color: #748187;
}
.app-altapress.afisha .b-event ul.tags li:after {
  content: ',';
}
.app-altapress.afisha .b-event ul.tags li:last-child:after {
  content: '';
}
.app-altapress.afisha .b-event .shedule ul.places {
  list-style: none;
  margin: 0;
  padding: 0;
}
.app-altapress.afisha .b-event .shedule ul.places > li.place {
  margin-bottom: 36px;
}
.app-altapress.afisha .b-event .shedule ul.places > li.place .place_title {
  margin-bottom: 9px;
}
.app-altapress.afisha .b-event .shedule ul.places > li.place .place_title i {
  display: inline-block;
  width: 12px;
  height: 15px;
  margin-right: 3px;
}
.app-altapress.afisha .b-event .shedule ul.places > li.place .place_title span {
  font-weight: bold;
  text-decoration: underline;
}
.app-altapress.afisha .b-event .shedule ul.places > li.place ul.days {
  list-style: none;
  margin: 0;
  padding: 9px;
  background-color: #F2F2F2;
}
.app-altapress.afisha .b-event .shedule ul.places > li.place ul.days > li.day {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.app-altapress.afisha .b-event .shedule ul.places > li.place ul.days > li.day .day_title {
  flex: 0 0 100px;
  color: #F06400;
  font-weight: bold;
}
.app-altapress.afisha .b-event .shedule ul.places > li.place ul.days > li.day ul.times {
  flex: 1 0 100px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.app-altapress.afisha .b-event .shedule ul.places > li.place ul.days > li.day ul.times > li.time {
  display: inline-block;
  font-weight: bold;
  color: #748187;
}
.app-altapress.afisha .b-event .shedule ul.places > li.place ul.days > li.day ul.times > li.time:after {
  content: ', ';
}
.app-altapress.afisha .b-event .shedule ul.places > li.place ul.days > li.day ul.times > li.time:nth-last-child(1):after {
  content: '';
}
.app-altapress.afisha .b-event .shedule ul.places > li.place ul.days > li.day ul.times > li.time .price {
  font-weight: normal;
  margin-left: 0.5em;
}
.app-altapress.afisha .b-event .shedule ul.places > li.place ul.days > li.day ul.times > li.time .price i.ruble {
  display: inline-block;
  width: 10px;
  height: 14px;
  vertical-align: middle;
}
.app-altapress.afisha .b-event .shedule ul.places > li.place ul.days > li.day ul.times > li.time .price i.ruble svg {
  height: 100%;
  width: 100%;
  fill: #748187;
}
.app-altapress.afisha ul.b-events_grid {
  list-style: none;
  margin: 0;
  padding: 0;
}
.app-altapress.afisha ul.b-events_grid > li {
  display: block;
  float: left;
  height: 300px;
  width: 300px;
  overflow: hidden;
  margin-bottom: 18px;
  margin-right: 18px;
}
.app-altapress.afisha ul.b-events_grid > li:nth-child(4n) {
  margin-right: 0;
}
.app-altapress.afisha .b-search_result ul.b-events_grid {
  display: block;
  overflow: hidden;
}
@media (min-width: 1254px) {
  .app-altapress.afisha .b-search_result ul.b-events_grid > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 1253px) {
  .app-altapress.afisha .b-search_result ul.b-events_grid > li:nth-child(2n) {
    margin-right: 0;
  }
}
.app-altapress.afisha .b-eventtype .title {
  display: flex;
  justify-content: left;
  align-items: center;
}
.app-altapress.afisha .b-eventtype .title h1 {
  display: inline-block;
  margin-right: 18px;
}
.app-altapress.afisha .b-eventtype .title button.afisha_date_picker {
  padding: 0;
  background: transparent;
  border: none;
  color: #F06400;
  cursor: pointer;
  outline: none;
  display: inline-block;
  text-decoration: underline;
  margin-bottom: 3px;
}
.app-altapress.afisha .b-eventtype ul.b-events_grid li:nth-child(2n) {
  margin-right: 0;
}
.app-altapress.afisha .b-search_result .hdr {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 18px;
  color: #748187;
  min-height: 32px;
  display: flex;
  justify-content: space-between;
}
.app-altapress.afisha .b-search_result .hdr .title {
  flex: 0 0 318px;
}
.app-altapress.afisha .b-search_result .hdr form {
  width: 100%;
  height: 32px;
  padding: 3px 9px;
  background-color: #fbfbfb;
  border: 1px solid #97A0A5;
  border-radius: 18px;
}
.app-altapress.afisha .b-search_result .hdr form.search {
  flex: 1 0 300px;
  display: flex;
}
.app-altapress.afisha .b-search_result .hdr form.search input[type=text] {
  flex: 1 0 12px;
  font-size: 15px;
  outline: none;
  background-color: transparent;
  border: none;
  margin: 0 6px 0 18px;
  display: inline-block;
  color: #748187;
}
.app-altapress.afisha .b-search_result .hdr form.search button[type=submit] {
  flex: 0 0 12px;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  outline: none;
  border: none;
  background-color: transparent;
  padding: 0;
}
.app-altapress.afisha .b-search_result .hdr form.search button[type=submit]:before {
  cursor: pointer;
  color: #748187;
  content: "\f002";
  display: inline-block;
  line-height: 1;
  font: normal normal normal 15px/1 FontAwesome;
  margin: 0 4px 0 0;
}
.app-altapress.afisha .b-search_result .title {
  display: flex;
  justify-content: left;
  align-items: center;
}
.app-altapress.afisha .b-search_result .title h1 {
  display: inline-block;
  margin-right: 18px;
}
.app-altapress.afisha .b-search_result ul.events li:nth-child(2n) {
  margin-right: 0;
}
.app-altapress.afisha .b-search_result ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.app-altapress.afisha .b-search_result ul li .item {
  margin-bottom: 18px;
}
.app-altapress.afisha .b-search_result ul li .item a .entry .lead {
  margin-bottom: 9px;
}
.app-altapress.afisha .b-search_result ul li .item a .entry .meta {
  font-weight: bold;
  color: #748187;
}
.app-altapress.afisha .b-search_result .other {
  margin-bottom: 18px;
}
.app-altapress.afisha .b-search_result .other a {
  color: #F06400;
}
.app-altapress.afisha .b-footer .word {
  padding: 0 18px;
  color: #000;
  font-weight: bold;
}
.app-altapress.afisha .b-header {
  border: none;
  display: flex;
  align-items: center;
}
.app-altapress.afisha .b-header .main-logo {
  width: 300px;
  background: transparent url('/img/afisha/logo_altapress_afisha.svg') left top no-repeat;
  background-position: 0 10px;
  background-size: 282px;
  height: 78px;
  margin-right: 18px;
  padding-left: 0;
  display: flex;
  justify-content: left;
  align-items: stretch;
}
@media (max-width: 1253px) {
  .app-altapress.afisha .b-header .main-logo {
    width: 234px;
  }
}
@media (max-width: 1253px) {
  .app-altapress.afisha .b-header .main-logo {
    background-position: 0 15px;
  }
}
@media (max-width: 1253px) {
  .app-altapress.afisha .b-header .main-logo {
    background-size: 233px;
  }
}
.app-altapress.afisha .b-header .main-logo a {
  display: inline-block;
  font-size: 0;
}
.app-altapress.afisha .b-header .main-logo a.home_altapress {
  flex: 0 0 115px;
}
@media (max-width: 1253px) {
  .app-altapress.afisha .b-header .main-logo a.home_altapress {
    flex: 0 0 95px;
  }
}
.app-altapress.afisha .b-header .main-logo a.home_afisha {
  flex: 1 0 115px;
}
@media (max-width: 1253px) {
  .app-altapress.afisha .b-header .main-logo a.home_afisha {
    flex: 1 0 95px;
  }
}
.app-altapress.afisha .b-header .word {
  color: #748187;
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: 4px;
}
@media (max-width: 1253px) {
  .app-altapress.afisha .b-header .word {
    font-size: 17px;
    letter-spacing: normal;
  }
}
.app-altapress.afisha .b-header .story_archive {
  margin-left: 64px;
}
.app-altapress.afisha .b-header .story_archive > a {
  font-size: 15px;
  font-weight: normal;
  color: #F06400;
  text-decoration: underline;
}
.app-altapress.afisha .b-nav {
  height: 45px;
  overflow: hidden;
}
.app-altapress.afisha .b-nav > ul {
  display: block;
  background-color: transparent;
  list-style: none;
  height: 100%;
  margin: 0;
  padding: 0;
}
.app-altapress.afisha .b-nav > ul > li {
  display: block;
  margin-right: 0;
  padding-left: 16px;
  padding-right: 10px;
  float: left;
  border-bottom: 2px solid #748187;
}
@media (max-width: 1253px) {
  .app-altapress.afisha .b-nav > ul > li:nth-child(2) {
    margin-left: 0!important;
  }
}
.app-altapress.afisha .b-nav > ul > li:nth-child(1) {
  width: 300px;
  padding: 9px 18px;
  background-color: #F2F2F2;
  color: #000;
  text-transform: uppercase;
}
.app-altapress.afisha .b-nav > ul > li:nth-child(1).empty {
  background-color: #E6E7E9;
  min-height: 30px;
  border-bottom: 2px solid #E6E7E9;
}
.app-altapress.afisha .b-nav > ul > li:nth-child(2) {
  padding-left: 0;
  margin-left: 18px;
}
.app-altapress.afisha .b-nav > ul > li:nth-child(7) {
  padding-right: 0;
}
.app-altapress.afisha .b-nav > ul > li:nth-child(n+13) {
  display: none;
}
.app-altapress.afisha .b-nav > ul > li > a {
  display: block;
  width: 100%;
  padding-bottom: 6px;
  color: #748187;
  font-weight: normal;
  font-size: 15px;
}
.app-altapress.afisha .b-nav > ul > li > a:hover {
  color: #F06400;
}
.app-altapress.afisha .b-nav > ul > li.active {
  border-color: #F06400;
}
.app-altapress.afisha .b-nav > ul > li.active a {
  color: #F06400;
}
.app-altapress.afisha .b-nav > ul > li.period {
  float: right;
  width: 405px;
  border: none;
  padding: 0;
}
.app-altapress.afisha .b-nav > ul > li.period > ul {
  list-style: none;
  margin: 0;
  padding: 3px 0;
  display: flex;
  justify-content: space-between;
}
.app-altapress.afisha .b-nav > ul > li.period > ul > li.calendar a {
  display: block;
  width: 50px;
  height: 28px;
  text-align: center;
}
.app-altapress.afisha .b-nav > ul > li.period > ul > li.calendar a i {
  display: block;
  height: 100%;
  width: 100%;
  font-size: 28px;
  background: transparent url(/img/afisha/icons/calendar.svg) top center no-repeat;
  background-size: contain;
}
.app-altapress.afisha .b-nav > ul > li.period > ul > li.today,
.app-altapress.afisha .b-nav > ul > li.period > ul > li.tomorrow,
.app-altapress.afisha .b-nav > ul > li.period > ul > li.weekends {
  border-color: transparent;
  margin-top: -2px;
}
.app-altapress.afisha .b-nav > ul > li.period > ul > li.today a,
.app-altapress.afisha .b-nav > ul > li.period > ul > li.tomorrow a,
.app-altapress.afisha .b-nav > ul > li.period > ul > li.weekends a {
  width: 109px;
  height: 32px;
  display: block;
  text-align: center;
  color: #748187;
  background-color: #F2F2F2;
  padding: 3px 18px;
  border-radius: 18px;
  margin: 0;
  font-size: 15px;
}
.app-altapress.afisha .b-nav > ul > li.period > ul > li.today a:hover,
.app-altapress.afisha .b-nav > ul > li.period > ul > li.tomorrow a:hover,
.app-altapress.afisha .b-nav > ul > li.period > ul > li.weekends a:hover {
  background-color: #F06400;
  color: white;
}
.app-altapress.afisha .b-place .description {
  margin-bottom: 18px;
}
.app-altapress.afisha .b-place .b-events_grid li:nth-child(2n) {
  margin-right: 0;
}
.app-altapress.afisha .b-posts_archive .hdr {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 18px;
  color: #748187;
  min-height: 32px;
}
.app-altapress.afisha .b-posts_archive ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.app-altapress.afisha .b-posts_archive .item {
  margin-bottom: 18px;
}
.app-altapress.afisha .b-posts_archive .item a .entry .lead {
  margin-bottom: 9px;
}
.app-altapress.afisha .b-posts_archive .item a .entry .meta {
  font-weight: bold;
  color: #748187;
}
.app-altapress.afisha .b-posts_timeline .hdr {
  background-color: #F06400;
  color: #FFF;
  text-transform: uppercase;
  padding: 9px;
}
.app-altapress.afisha .b-posts_timeline ul {
  background-color: #F2F2F2;
  padding: 0;
  list-style: none;
  margin: -18px 0 0 0;
}
.app-altapress.afisha .b-posts_timeline ul li a {
  padding: 18px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.app-altapress.afisha .b-posts_timeline ul li a:hover {
  color: #F06400;
}
.app-altapress.afisha .b-posts_timeline ul li a .picture {
  flex: 0 0 50px;
  margin-right: 9px;
}
.app-altapress.afisha .b-posts_timeline ul li a .title {
  flex: 1 0 50px;
  margin-top: -4px;
}
.app-altapress.afisha .b-posts_timeline .link_archive {
  background-color: #F2F2F2;
  padding: 18px;
  text-transform: uppercase;
  font-weight: bold;
}
.app-altapress.afisha .b-posts_timeline .link_archive a {
  color: #F06400;
}
.app-altapress.afisha ul.b-stories_grid {
  list-style: none;
  margin: 0;
  padding: 0;
}
.app-altapress.afisha ul.b-stories_grid > li {
  display: block;
  float: left;
  height: 300px;
  width: 300px;
  overflow: hidden;
  margin-bottom: 18px;
  margin-right: 18px;
}
.app-altapress.afisha ul.b-stories_grid > li:nth-child(3n) {
  margin-right: 0;
}
.app-altapress.afisha .b-contacts_information .address > span,
.app-altapress.afisha .b-contacts_information .url > span,
.app-altapress.afisha .b-contacts_information .phone > span {
  font-weight: bold;
}
.app-altapress.afisha .b-calendar_popup {
  display: none;
  background-color: #F2F2F2;
  box-shadow: 0 0 25px 5px #748187;
  color: #111;
  min-width: 400px;
  min-height: 400px;
}
.app-altapress.afisha .b-calendar_popup .hdr {
  z-index: 100;
  background-color: #748187;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  padding: 9px;
}
.app-altapress.afisha .b-calendar_popup .hdr .title {
  display: block;
  text-align: center;
}
.app-altapress.afisha .b-calendar_popup .hdr .button.b-close {
  cursor: pointer;
  font-weight: normal;
  box-shadow: none;
  padding: 9px;
  position: absolute;
  right: 0;
  top: 0;
}
.app-altapress.afisha .b-calendar_popup .jsCalendar.material-theme.afisha table {
  width: auto;
  box-shadow: none;
  color: #748187;
  margin: 0 auto;
  background-color: transparent;
}
.app-altapress.afisha .b-calendar_popup .jsCalendar.material-theme.afisha table thead {
  color: #748187;
  background-color: transparent;
  padding: 0;
}
.app-altapress.afisha .b-calendar_popup .jsCalendar.material-theme.afisha table thead .jsCalendar-title-row {
  border-bottom: 1px solid #748187;
}
.app-altapress.afisha .b-calendar_popup .jsCalendar.material-theme.afisha table thead .jsCalendar-title-row .jsCalendar-title-name {
  border-bottom: none;
}
.app-altapress.afisha .b-calendar_popup .jsCalendar.material-theme.afisha table thead .jsCalendar-title-name,
.app-altapress.afisha .b-calendar_popup .jsCalendar.material-theme.afisha table thead .jsCalendar-nav-left,
.app-altapress.afisha .b-calendar_popup .jsCalendar.material-theme.afisha table thead .jsCalendar-nav-right {
  color: #748187;
}
.app-altapress.afisha .b-calendar_popup .jsCalendar.material-theme.afisha table thead .jsCalendar-nav-left:hover,
.app-altapress.afisha .b-calendar_popup .jsCalendar.material-theme.afisha table thead .jsCalendar-nav-right:hover {
  background-color: #fdfdfd;
}
.app-altapress.afisha .b-calendar_popup .jsCalendar.material-theme.afisha table tbody {
  margin: 0;
}
.app-altapress.afisha .b-calendar_popup .jsCalendar.material-theme.afisha table tr {
  border: none;
}
.app-altapress.afisha .b-calendar_popup .jsCalendar.material-theme.afisha table tr td.jsCalendar-current {
  background-color: #F06400;
  color: #FFF;
}
.app-altapress.afisha .b-calendar_popup .jsCalendar.material-theme.afisha table tr td.jsCalendar-previous a,
.app-altapress.afisha .b-calendar_popup .jsCalendar.material-theme.afisha table tr td.jsCalendar-next a {
  color: #8f9a9f;
}
.app-altapress html body.module-khz div.wrapper div.sticky_header_container {
  height: 97px !important;
}
.app-altapress html body.module-khz div.wrapper div.body .khz-top-banner {
  width: 100%;
  height: 145px;
  background: #CF0083;
  position: relative;
  display: flex;
  padding: 30px;
  margin-bottom: 18px;
}
.app-altapress html body.module-khz div.wrapper div.body .khz-top-banner div.logo-container {
  background-image: url(/img/hleba_menu-icon_white.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  width: 200px;
  height: 85px;
}
.app-altapress html body.module-khz div.wrapper div.body .khz-top-banner div.links {
  margin-left: 80px;
  display: flex;
  align-items: center;
}
.app-altapress html body.module-khz div.wrapper div.body .khz-top-banner div.links a {
  margin-right: 15px;
  color: #fff;
  text-decoration: none;
  border: 1px solid;
  border-radius: 50px;
  padding: 2px 8px;
  font-weight: 700;
  font-size: 12px;
}
.app-altapress html body.module-khz div.wrapper div.body .khz-top-banner div.pinned-post {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.app-altapress html body.module-khz div.wrapper div.body .khz-top-banner div.pinned-post div.postpic {
  height: 90px;
  width: 90px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.app-altapress html body.module-khz div.wrapper div.body .khz-top-banner div.pinned-post div.postpic img {
  width: auto;
  height: 100%;
}
.app-altapress html body.module-khz div.wrapper div.body .khz-top-banner div.pinned-post .title {
  max-width: 170px;
  margin-left: 15px;
}
.app-altapress html body.module-khz div.wrapper div.body .khz-top-banner div.pinned-post .title a {
  color: white;
  font-size: 12px;
}
.app-altapress html body.module-khz div.wrapper div.body .content-mainpage .main_post {
  position: relative;
  width: 100%;
  height: 618px;
  padding-right: 18px;
  margin-bottom: 18px;
}
.app-altapress html body.module-khz div.wrapper div.body .content-mainpage .main_post > div {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.app-altapress html body.module-khz div.wrapper div.body .content-mainpage .main_post a.img img {
  height: 100%;
}
.app-altapress html body.module-khz div.wrapper div.body .content-mainpage .main_post a.title {
  position: absolute;
  width: 70%;
  bottom: 35px;
  left: 35px;
  color: white;
  font-size: 30px;
}
.app-altapress html body.module-khz div.wrapper div.body .content-mainpage .main_post .comments {
  position: absolute;
  bottom: 50px;
  right: 35px;
}
.app-altapress html body.module-khz div.wrapper div.body .content-mainpage .three-cell {
  justify-content: space-between;
  margin-right: 18px;
}
.app-altapress html body.module-khz div.wrapper div.body .content-mainpage .three-cell div {
  max-width: 294px;
  flex-basis: 294px;
}
.app-altapress html body.module-khz div.wrapper div.body .content-mainpage .three-cell div .post {
  position: relative;
}
.app-altapress html body.module-khz div.wrapper div.body .content-mainpage .three-cell div .post .image {
  height: 170px;
  overflow: hidden;
}
.app-altapress html body.module-khz div.wrapper div.body .content-mainpage .three-cell div .post .image a img {
  height: 100%;
}
.app-altapress html body.module-khz div.wrapper div.body .content-mainpage .three-cell div .post .title {
  padding: 18px;
  height: 130px;
  background: #F4F5EE;
}
.app-altapress html body.module-khz div.wrapper div.body .content-mainpage .three-cell div .post .title a {
  color: #6A6B63;
}
.app-altapress html body.module-khz div.wrapper div.body .content-mainpage .three-cell div .post .comments {
  position: absolute;
  bottom: 18px;
  right: 18px;
}
.app-altapress html body.module-khz div.wrapper div.body .content-mainpage .three-cell div .post.full .image {
  height: 300px;
}
.app-altapress html body.module-khz div.wrapper div.body .content-mainpage .three-cell div .post.full .title {
  position: absolute;
  background: transparent;
  top: 170px;
  left: 0;
  height: auto;
  font-weight: bold;
}
.app-altapress html body.module-khz div.wrapper div.body .content-mainpage .three-cell div .post.full .title a {
  color: white;
}
.app-altapress html body.module-khz div.wrapper div.body .content-mainpage .rubrcs_overview .divider {
  height: 5px;
  background: #CF0083;
  margin: 36px 18px 36px 0;
}
.app-altapress html body.module-khz div.wrapper div.body .content-mainpage .rubrcs_overview .rubric .rubric_title {
  font-size: 30px;
  margin-bottom: 36px;
  margin-top: 36px;
}
.app-altapress html body.module-khz div.wrapper div.body .content-mainpage .rubrcs_overview .rubric .rubric_title h2 {
  line-height: 34px;
  margin: 0;
}
.app-altapress html body.module-khz i.khz_ico {
  background-image: url("/img/icons/khz/logo.png");
  background-repeat: no-repeat;
  background-size: 16px;
  height: 16px;
  width: 16px;
  margin-left: 5px;
}
.app-altapress html body.module-khz .pagination {
  color: black;
  font-weight: bold;
  text-align: center;
  margin: 30px 0 30px 0;
}
.app-altapress html body.module-khz .pagination .first {
  margin-right: 10px;
}
.app-altapress html body.module-khz .pagination .last {
  margin-left: 10px;
}
.app-altapress html body.module-khz .pagination .arrow {
  color: #f06400;
  display: inline-block;
  cursor: pointer;
  position: relative;
  width: 12px;
  height: 23px;
}
.app-altapress html body.module-khz .pagination .arrow.left {
  transform: rotate(180deg);
  bottom: -1px;
}
.app-altapress html body.module-khz .pagination .arrow i {
  position: relative;
  top: -3px;
  width: 11px;
  height: 2px;
  background-color: #f06400;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  left: 0;
  display: inline-block;
  border-radius: 5px;
}
.app-altapress html body.module-khz .pagination .arrow i::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 2px;
  top: 3px;
  right: -3px;
  background-color: #f06400;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  transform: rotate(-45deg);
  border-radius: 5px;
}
.app-altapress html body.module-khz .pagination .arrow i::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 2px;
  top: -3px;
  right: -3px;
  background-color: #f06400;
  border-radius: 5px;
  transform: rotate(45deg);
}
.app-altapress html body.module-khz .pagination:after,
.app-altapress html body.module-khz .pagination:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.app-altapress html body.module-khz .pagination .page {
  margin: 0 10px;
}
.app-altapress html body.module-khz .pagination .page a {
  text-decoration: none;
}
.app-altapress html body.module-khz .pagination .page.active {
  color: #fff;
  background: #f06400;
  border-radius: 50%;
  display: inline-block;
  width: 22px;
  height: 22px;
  text-align: center;
}
.app-altapress html body.module-khz .archive .post .image {
  height: 170px;
}
.app-altapress html body.module-khz .archive .post .image img {
  width: 100%;
}
.app-altapress html body.module-khz .archive .post .meta {
  padding-left: 18px;
}
.app-altapress html body.module-khz .archive .post .meta .published_at {
  color: #969781;
  font-weight: bold;
}
.app-altapress html body.module-khz .mb-1 {
  margin-bottom: 18px !important;
}
.app-altapress html body.module-khz .mb-2 {
  margin-bottom: 36px !important;
}
.app-altapress html body.module-khz .mb-3 {
  margin-bottom: 54px !important;
}
.app-altapress html body.module-khz .mb-4 {
  margin-bottom: 72px !important;
}
.app-altapress html body.module-khz .mb-5 {
  margin-bottom: 90px !important;
}
.app-altapress html body.module-khz .mb-6 {
  margin-bottom: 108px !important;
}
.app-altapress html body.module-khz .mb-7 {
  margin-bottom: 126px !important;
}
.app-altapress html body.module-khz .mb-8 {
  margin-bottom: 144px !important;
}
.app-altapress html body.module-khz .mb-9 {
  margin-bottom: 162px !important;
}
.app-altapress html body.module-khz .mb-10 {
  margin-bottom: 180px !important;
}
.app-altapress html body.module-khz .mb-11 {
  margin-bottom: 198px !important;
}
.app-altapress html body.module-khz .mb-12 {
  margin-bottom: 216px !important;
}
