/*!
 * Bootstrap Grid v5.0.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--gutter-x, 0.75rem);
  padding-left: var(--gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }
@media (min-width: 1140px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }
@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1320px; } }
.row {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--rg-gutter-y) * -1);
  margin-right: calc(var(--rg-gutter-x) / -2);
  margin-left: calc(var(--rg-gutter-x) / -2); }
  .row > * {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--rg-gutter-x) / 2);
    padding-left: calc(var(--rg-gutter-x) / 2);
    margin-top: var(--rg-gutter-y); }

.col {
  flex: 1 0 0%; }

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto; }

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%; }

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%; }

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333%; }

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%; }

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%; }

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66667%; }

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

.col-1 {
  flex: 0 0 auto;
  width: 8.33333%; }

.col-2 {
  flex: 0 0 auto;
  width: 16.66667%; }

.col-3 {
  flex: 0 0 auto;
  width: 25%; }

.col-4 {
  flex: 0 0 auto;
  width: 33.33333%; }

.col-5 {
  flex: 0 0 auto;
  width: 41.66667%; }

.col-6 {
  flex: 0 0 auto;
  width: 50%; }

.col-7 {
  flex: 0 0 auto;
  width: 58.33333%; }

.col-8 {
  flex: 0 0 auto;
  width: 66.66667%; }

.col-9 {
  flex: 0 0 auto;
  width: 75%; }

.col-10 {
  flex: 0 0 auto;
  width: 83.33333%; }

.col-11 {
  flex: 0 0 auto;
  width: 91.66667%; }

.col-12 {
  flex: 0 0 auto;
  width: 100%; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%; }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto; }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%; }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%; }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%; }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%; }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333%; }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66667%; }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%; }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333%; }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66667%; }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%; }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333%; }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66667%; }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%; }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333%; }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66667%; }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.33333%; }

  .offset-sm-2 {
    margin-left: 16.66667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.33333%; }

  .offset-sm-5 {
    margin-left: 41.66667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.33333%; }

  .offset-sm-8 {
    margin-left: 66.66667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.33333%; }

  .offset-sm-11 {
    margin-left: 91.66667%; } }
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%; }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto; }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%; }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%; }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%; }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%; }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333%; }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66667%; }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%; }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333%; }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66667%; }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%; }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333%; }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66667%; }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%; }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333%; }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66667%; }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.33333%; }

  .offset-md-2 {
    margin-left: 16.66667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.33333%; }

  .offset-md-5 {
    margin-left: 41.66667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.33333%; }

  .offset-md-8 {
    margin-left: 66.66667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.33333%; }

  .offset-md-11 {
    margin-left: 91.66667%; } }
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%; }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto; }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%; }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%; }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%; }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%; }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333%; }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66667%; }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%; }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333%; }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66667%; }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%; }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333%; }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66667%; }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%; }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333%; }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66667%; }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.33333%; }

  .offset-lg-2 {
    margin-left: 16.66667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.33333%; }

  .offset-lg-5 {
    margin-left: 41.66667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.33333%; }

  .offset-lg-8 {
    margin-left: 66.66667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.33333%; }

  .offset-lg-11 {
    margin-left: 91.66667%; } }
@media (min-width: 1140px) {
  .col-xl {
    flex: 1 0 0%; }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto; }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%; }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%; }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%; }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%; }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%; }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%; }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%; }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.33333%; }

  .offset-xl-2 {
    margin-left: 16.66667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.33333%; }

  .offset-xl-5 {
    margin-left: 41.66667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.33333%; }

  .offset-xl-8 {
    margin-left: 66.66667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.33333%; }

  .offset-xl-11 {
    margin-left: 91.66667%; } }
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%; }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto; }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%; }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%; }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%; }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%; }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto; }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%; }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%; }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%; }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%; }

  .offset-xxl-0 {
    margin-left: 0; }

  .offset-xxl-1 {
    margin-left: 8.33333%; }

  .offset-xxl-2 {
    margin-left: 16.66667%; }

  .offset-xxl-3 {
    margin-left: 25%; }

  .offset-xxl-4 {
    margin-left: 33.33333%; }

  .offset-xxl-5 {
    margin-left: 41.66667%; }

  .offset-xxl-6 {
    margin-left: 50%; }

  .offset-xxl-7 {
    margin-left: 58.33333%; }

  .offset-xxl-8 {
    margin-left: 66.66667%; }

  .offset-xxl-9 {
    margin-left: 75%; }

  .offset-xxl-10 {
    margin-left: 83.33333%; }

  .offset-xxl-11 {
    margin-left: 91.66667%; } }
.d-inline {
  display: inline !important; }

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

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

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

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

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

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

.order-first {
  order: -1 !important; }

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

.order-1 {
  order: 1 !important; }

.order-2 {
  order: 2 !important; }

.order-3 {
  order: 3 !important; }

.order-4 {
  order: 4 !important; }

.order-5 {
  order: 5 !important; }

.order-last {
  order: 6 !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; }

.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; }

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

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important; }

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

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

  .d-sm-grid {
    display: grid !important; }

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

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

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

  .order-sm-first {
    order: -1 !important; }

  .order-sm-0 {
    order: 0 !important; }

  .order-sm-1 {
    order: 1 !important; }

  .order-sm-2 {
    order: 2 !important; }

  .order-sm-3 {
    order: 3 !important; }

  .order-sm-4 {
    order: 4 !important; }

  .order-sm-5 {
    order: 5 !important; }

  .order-sm-last {
    order: 6 !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; }

  .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; }

  .justify-content-sm-evenly {
    justify-content: space-evenly !important; } }
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important; }

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

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

  .d-md-grid {
    display: grid !important; }

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

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

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

  .order-md-first {
    order: -1 !important; }

  .order-md-0 {
    order: 0 !important; }

  .order-md-1 {
    order: 1 !important; }

  .order-md-2 {
    order: 2 !important; }

  .order-md-3 {
    order: 3 !important; }

  .order-md-4 {
    order: 4 !important; }

  .order-md-5 {
    order: 5 !important; }

  .order-md-last {
    order: 6 !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; }

  .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; }

  .justify-content-md-evenly {
    justify-content: space-evenly !important; } }
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important; }

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

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

  .d-lg-grid {
    display: grid !important; }

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

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

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

  .order-lg-first {
    order: -1 !important; }

  .order-lg-0 {
    order: 0 !important; }

  .order-lg-1 {
    order: 1 !important; }

  .order-lg-2 {
    order: 2 !important; }

  .order-lg-3 {
    order: 3 !important; }

  .order-lg-4 {
    order: 4 !important; }

  .order-lg-5 {
    order: 5 !important; }

  .order-lg-last {
    order: 6 !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; }

  .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; }

  .justify-content-lg-evenly {
    justify-content: space-evenly !important; } }
@media (min-width: 1140px) {
  .d-xl-inline {
    display: inline !important; }

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

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

  .d-xl-grid {
    display: grid !important; }

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

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

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

  .order-xl-first {
    order: -1 !important; }

  .order-xl-0 {
    order: 0 !important; }

  .order-xl-1 {
    order: 1 !important; }

  .order-xl-2 {
    order: 2 !important; }

  .order-xl-3 {
    order: 3 !important; }

  .order-xl-4 {
    order: 4 !important; }

  .order-xl-5 {
    order: 5 !important; }

  .order-xl-last {
    order: 6 !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; }

  .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; }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important; } }
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important; }

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

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

  .d-xxl-grid {
    display: grid !important; }

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

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

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

  .order-xxl-first {
    order: -1 !important; }

  .order-xxl-0 {
    order: 0 !important; }

  .order-xxl-1 {
    order: 1 !important; }

  .order-xxl-2 {
    order: 2 !important; }

  .order-xxl-3 {
    order: 3 !important; }

  .order-xxl-4 {
    order: 4 !important; }

  .order-xxl-5 {
    order: 5 !important; }

  .order-xxl-last {
    order: 6 !important; }

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

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

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

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

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

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

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

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

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

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

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important; } }
* {
  margin: 0;
  padding: 0; }

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

html {
  font-size: 10px;
  overflow-x: hidden; }

body {
  font-size: 1.4rem !important;
  font-family: 'RosgvardGothicW',Arial,Helvetica,sans-serif;
  background: #F7F5F4;
  margin: 0; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

ul {
  margin-bottom: 0; }

a {
  color: #7A0D10;
  transition: all .2s ease;
  text-decoration: none; }
  a:hover {
    text-decoration: none;
    color: #C7161C; }

h2 {
  padding-bottom: 0;
  font-size: 2.8rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 30px;
  text-align: center; }

h3 {
  padding-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 30px;
  text-align: center; }

ul {
  margin: 0;
  padding: 0; }

.z__banner {
  position: relative;
  width: 100%;
  padding-bottom: 50px;
  isolation: isolate;
  background: #fff;
  padding-top: 15px; }
  @media (min-width: 768px) {
    .z__banner {
      padding-top: 30px; } }
  .z__banner .z__bg-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/uploads/2022/03/banner.jpeg");
    background-repeat: no-repeat;
    background-position: -300px 0;
    background-size: cover;
    opacity: 1;
    z-index: 0; }
    @media (min-width: 768px) {
      .z__banner .z__bg-1 {
        background-position: bottom left; } }
    .z__banner .z__bg-1:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: white;
      background: linear-gradient(180deg, white 0%, rgba(227, 227, 227, 0.1) 30%, rgba(227, 227, 227, 0.1) 85%, rgba(85, 85, 85, 0.9) 100%); }

.z__header {
  display: grid;
  grid-template-areas: "Zhumb Zmenu";
  grid-template-columns: 50px auto;
  justify-content: space-between; }
  .z__header .hamburger {
    grid-area: Zhumb;
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 47px;
    background: 0 0;
    border: none;
    padding: 10px 9px;
    border-radius: 8px;
    cursor: pointer; }
    .z__header .hamburger:focus {
      outline: none; }
  .z__header .btn__hamb {
    position: relative;
    display: block;
    width: 100%;
    max-width: 40px;
    border-radius: 8px;
    cursor: pointer;
    margin-right: auto;
    margin-left: 0; }
    .z__header .btn__hamb div {
      width: 65%;
      height: 4px;
      background: #7A0D10;
      display: block;
      margin-right: 35%;
      border-radius: 3px; }
    .z__header .btn__hamb:before, .z__header .btn__hamb:after {
      content: "";
      height: 100%;
      position: absolute;
      left: 0;
      border-radius: 3px;
      transition: .5s ease-in-out;
      background: #7A0D10; }
    .z__header .btn__hamb:before {
      top: -10px;
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0;
      width: 45%; }
    .z__header .btn__hamb:after {
      top: 10px;
      -webkit-transform-origin: 0 100%;
      transform-origin: 0 100%;
      width: 100%; }

.z__header-menu {
  position: relative;
  z-index: 1;
  text-align: right;
  display: none; }
  @media (min-width: 768px) {
    .z__header-menu {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end; } }
  .z__header-menu a {
    position: relative;
    display: inline-block;
    margin: 0 10px;
    text-transform: uppercase;
    color: #000;
    font-size: 1.6rem;
    font-weight: 600;
    transition: all .2s ease; }
    .z__header-menu a:hover {
      color: #7A0D10; }
    .z__header-menu a:after {
      display: block;
      content: "";
      background-color: #7A0D10;
      height: 3px;
      width: 0%;
      left: 50%;
      position: absolute;
      -webkit-transition: width .3s ease-in-out;
      -moz--transition: width .3s ease-in-out;
      transition: width .3s ease-in-out;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      transform: translateX(-50%); }
    .z__header-menu a:hover:after {
      width: 100%; }

.z-main {
  display: grid;
  grid-template-areas: "Zsocial Zlogo Zrmenu";
  grid-template-columns: 35px auto 35px;
  position: relative;
  z-index: 1;
  align-items: start;
  justify-content: space-between;
  padding-top: 90px;
  padding-bottom: 90px; }
  @media (min-width: 992px) {
    .z-main {
      grid-template-areas: "Zsocial Zlogo Zrmenu";
      grid-template-columns: 1fr 2fr 1fr; } }

.z__logo {
  grid-area: Zlogo; }
  .z__logo .z__logo-img {
    width: 90%;
    height: 200px;
    margin: 0 auto;
    text-align: center;
    background-image: url("/uploads/2022/03/logoz.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain; }
    @media (min-width: 768px) {
      .z__logo .z__logo-img {
        width: 300px;
        height: 300px; } }
  .z__logo .z__logo-title {
    margin-top: 20px; }
    @media (min-width: 768px) {
      .z__logo .z__logo-title {
        margin-top: 40px; } }
    .z__logo .z__logo-title h1 {
      color: #fff;
      text-transform: uppercase;
      font-size: 2rem;
      text-align: center;
      text-shadow: 0 0 25px #000;
      margin: 0;
      font-weight: 600;
      letter-spacing: 2px; }
      @media (min-width: 768px) {
        .z__logo .z__logo-title h1 {
          font-size: 3rem; } }
  .z__logo .z__tags {
    margin-top: 30px; }
    .z__logo .z__tags a {
      display: inline-block;
      color: #fff;
      margin: 5px 10px;
      font-weight: 500;
      border-bottom: 2px solid #fff;
      transition: all .2s ease;
      font-size: 1.8rem; }
      @media (min-width: 768px) {
        .z__logo .z__tags a {
          margin: 0 10px; } }

.z__right-menu {
  display: none;
  grid-area: Zrmenu; }
  @media (min-width: 992px) {
    .z__right-menu {
      display: block; } }
  .z__right-menu a {
    display: block;
    color: #000;
    font-size: 1.6rem;
    text-transform: uppercase;
    margin-bottom: 15px;
    border-right: 3px solid #7A0D10;
    padding-right: 15px;
    transition: all .2s ease;
    font-weight: 600;
    text-align: right; }
    .z__right-menu a:hover {
      border-right: 3px solid #C7161C;
      color: #C7161C; }
  .z__right-menu .zrm__block {
    margin-bottom: 30px; }
  .z__right-menu .zrm__pochta {
    display: block;
    border-right: none;
    padding-right: 0;
    width: 100%;
    height: 180px;
    margin-bottom: 0;
    border-radius: 6px;
    overflow: hidden; }
    .z__right-menu .zrm__pochta:hover {
      border-right: none; }
    .z__right-menu .zrm__pochta img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      -o-object-fit: cover;
      object-position: top right;
      -o-object-position: top right; }

.z__social {
  grid-area: Zsocial;
  text-align: center;
  margin-top: 30px; }
  .z__social a {
    display: block;
    margin-bottom: 7px; }

.z__block {
  margin-top: 60px; }

.z__block-title h2 {
  margin-bottom: 0;
  padding-bottom: 0; }
.z__block-title .z__block-descr {
  padding-top: 10px;
  margin: 0 auto 30px auto;
  color: #727C94;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.3; }

.z__pochta {
  margin-bottom: 30px; }
  .z__pochta a {
    position: relative;
    display: block;
    margin-bottom: 10px;
    height: 260px; }
    .z__pochta a:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background: #000;
      opacity: .2;
      z-index: 1; }
    .z__pochta a:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      width: 30px;
      height: 30px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='23' viewBox='0 0 20 23'%3E%3Cpath d='M9.766,3.015a2,2,0,0,1,3.468,0L21.277,17a2,2,0,0,1-1.734,3H3.457a2,2,0,0,1-1.734-3Z' transform='translate(20) rotate(90)' fill='%23dfdfdf'/%3E%3C/svg%3E");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      z-index: 1; }
    .z__pochta a:hover {
      box-shadow: 0 2px 8px #12112407, 0 4px 32px #12112415; }
      .z__pochta a:hover:after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='23' viewBox='0 0 20 23'%3E%3Cpath d='M9.766,3.015a2,2,0,0,1,3.468,0L21.277,17a2,2,0,0,1-1.734,3H3.457a2,2,0,0,1-1.734-3Z' transform='translate(20) rotate(90)' fill='%23DA271E'/%3E%3C/svg%3E"); }
    .z__pochta a img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      -o-object-fit: cover; }

.z__art {
  margin-bottom: 30px; }
  .z__art a {
    position: relative;
    display: block;
    margin-bottom: 10px;
    height: 260px; }
    .z__art a:hover {
      box-shadow: 0 2px 8px #12112407, 0 4px 32px #12112415; }
    .z__art a img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      -o-object-fit: cover; }

.z__hero {
  margin-bottom: 30px; }
  .z__hero a {
    display: block;
    margin-bottom: 10px; }
    .z__hero a img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      -o-object-fit: contain; }

.z__director {
  display: grid;
  grid-gap: 30px; }
  @media (min-width: 992px) {
    .z__director {
      grid-template-columns: 1fr 1fr; } }

.dv__news {
  display: grid;
  grid-template-rows: 170px auto;
  background: #fff;
  border-radius: 7px;
  overflow: hidden;
  transition: box-shadow 0.15s cubic-bezier(0.25, 0.1, 0.25, 0.1);
  box-shadow: 0 2px 8px #12112407,0 4px 32px #12112407;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .dv__news {
      grid-template-rows: 250px auto; } }
  .dv__news:hover {
    box-shadow: 0 2px 8px #12112407,0 4px 32px #12112415; }
  .dv__news .dv__news-img {
    height: 170px;
    border-radius: 7px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    @media (min-width: 768px) {
      .dv__news .dv__news-img {
        height: 250px; } }
  .dv__news .dv__news-content {
    display: grid;
    padding: 20px;
    align-content: space-between;
    align-items: start; }
    .dv__news .dv__news-content .dv__news-title {
      font-size: 1.7rem;
      line-height: 1.25;
      font-weight: 500;
      color: #000; }
    .dv__news .dv__news-content p {
      display: none;
      padding-top: 10px;
      color: #727C94;
      font-size: 1.4rem; }
      @media (min-width: 992px) {
        .dv__news .dv__news-content p {
          display: block; } }
    .dv__news .dv__news-content .dv__news-link {
      padding-top: 5px;
      text-align: right;
      color: #7A0D10; }
      .dv__news .dv__news-content .dv__news-link:hover {
        color: #C7161C; }

.z__btn {
  text-align: center; }
  .z__btn a {
    display: inline-block;
    padding: 1em 2em;
    font-size: 1.4rem;
    background: #fff;
    border: 1px solid #7A0D10;
    border-radius: 7px;
    color: #7A0D10;
    font-weight: 700;
    text-transform: uppercase;
    transition: all .3s ease; }
    .z__btn a:hover {
      background: #7A0D10;
      color: #fff; }

.z__block-title-link {
  position: relative; }
  @media (max-width: 767.98px) {
    .z__block-title-link {
      padding-bottom: 10px; } }
  .z__block-title-link a {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: auto 0;
    font-size: 1.7rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60.688' height='44.948' viewBox='0 0 60.688 44.948'%3E%3Cpath d='M59.958,75.815l.081.081.081.081c.04.04.04.081.081.121l.081.081c.04.04.04.081.081.121,0,.04.04.04.04.081.04.04.04.081.081.162,0,.04.04.04.04.081.04.04.04.121.081.162v.04a.366.366,0,0,1,.04.2v.04c0,.081.04.121.04.2v.567a.366.366,0,0,1-.04.2v.04c0,.081-.04.121-.04.2v.04c-.04.04-.04.121-.081.162,0,.04-.04.04-.04.081-.04.04-.04.121-.081.162,0,.04-.04.04-.04.081-.04.04-.04.081-.081.121,0,.04-.04.04-.081.081s-.04.081-.081.121l-.081.081-.081.081-.04.04L37.407,99.418a2.438,2.438,0,0,1-3.239-3.644L51.942,80.025H2.428a2.429,2.429,0,0,1,0-4.858H51.942L34.209,59.337a2.438,2.438,0,0,1,3.239-3.644L59.917,75.774A.04.04,0,0,0,59.958,75.815Z' transform='translate(0.001 -55.077)' fill='%237A0D10'/%3E%3C/svg%3E");
    background-size: 1.5rem auto;
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 20px;
    font-weight: 700; }
    @media (max-width: 767.98px) {
      .z__block-title-link a {
        margin-bottom: 10px; } }

.z__poezia a {
  display: block;
  aspect-ratio: 3 / 2; }
  .z__poezia a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='23' viewBox='0 0 20 23'%3E%3Cpath d='M9.766,3.015a2,2,0,0,1,3.468,0L21.277,17a2,2,0,0,1-1.734,3H3.457a2,2,0,0,1-1.734-3Z' transform='translate(20) rotate(90)' fill='%23dfdfdf'/%3E%3C/svg%3E");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1; }
  .z__poezia a:hover {
    box-shadow: 0 2px 8px #12112407, 0 4px 32px #12112415; }
    .z__poezia a:hover:after {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='23' viewBox='0 0 20 23'%3E%3Cpath d='M9.766,3.015a2,2,0,0,1,3.468,0L21.277,17a2,2,0,0,1-1.734,3H3.457a2,2,0,0,1-1.734-3Z' transform='translate(20) rotate(90)' fill='%23DA271E'/%3E%3C/svg%3E"); }
  .z__poezia a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover; }

.z__films {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .z__films {
      grid-template-columns: repeat(4, 1fr);
      grid-gap: 10px; } }
  @media (min-width: 992px) {
    .z__films {
      grid-gap: 20px; } }
  .z__films .z__film-item {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 7px;
    overflow: hidden;
    transition: box-shadow 0.15s cubic-bezier(0.25, 0.1, 0.25, 0.1);
    box-shadow: 0 2px 8px #12112402, 0 4px 32px #12112407; }
    .z__films .z__film-item img {
      height: 180px;
      width: 100%;
      object-fit: cover;
      -o-object-fit: cover; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .z__films .z__film-item img {
          height: 130px; } }
    .z__films .z__film-item p {
      color: #333;
      padding: 20px;
      font-size: 1.7rem; }
      @media (min-width: 768px) {
        .z__films .z__film-item p {
          font-size: 1.4rem; } }

.z__know {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .z__know {
      grid-gap: 20px;
      grid-template-columns: repeat(3, 1fr); } }
  @media (min-width: 992px) {
    .z__know {
      grid-gap: 20px;
      grid-template-columns: repeat(4, 1fr); } }
  @media (min-width: 1140px) {
    .z__know {
      grid-template-columns: repeat(5, 1fr); } }
  .z__know a {
    position: relative;
    display: block;
    height: 140px;
    width: 100%; }
    .z__know a:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      width: 30px;
      height: 30px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='23' viewBox='0 0 20 23'%3E%3Cpath d='M9.766,3.015a2,2,0,0,1,3.468,0L21.277,17a2,2,0,0,1-1.734,3H3.457a2,2,0,0,1-1.734-3Z' transform='translate(20) rotate(90)' fill='%23dfdfdf'/%3E%3C/svg%3E");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      z-index: 1; }
    .z__know a:hover:after {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='23' viewBox='0 0 20 23'%3E%3Cpath d='M9.766,3.015a2,2,0,0,1,3.468,0L21.277,17a2,2,0,0,1-1.734,3H3.457a2,2,0,0,1-1.734-3Z' transform='translate(20) rotate(90)' fill='%23DA271E'/%3E%3C/svg%3E"); }
    .z__know a img {
      height: 100%;
      width: 100%;
      object-fit: cover;
      -o-object-fit: cover; }

.z__content {
  display: grid;
  grid-gap: 30px; }
  @media (min-width: 992px) {
    .z__content {
      grid-template-columns: auto 30%; } }

.z__text .z__title {
  text-align: center;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'RosgvardPh', Arial, Helvetica, sans-serif;
  color: #7A0D10;
  padding-bottom: 40px;
  padding-top: 10px; }
  @media (min-width: 768px) {
    .z__text .z__title {
      font-size: 2.5rem; } }
.z__text p {
  font-size: 1.7rem;
  color: #333;
  padding-bottom: 14px;
  line-height: 1.5; }
.z__text ul, .z__text ol {
  font-size: 1.5rem;
  color: #333;
  margin-left: 30px;
  padding-bottom: 25px; }

.z__text-more {
  display: none; }

.z__more-btn {
  font-size: 1.7rem; }

.z__about {
  display: grid;
  grid-gap: 30px; }
  @media (min-width: 768px) {
    .z__about {
      grid-template-columns: 60% auto; } }

.z__prezident a {
  position: relative;
  width: 100%;
  height: 300px;
  display: block;
  border-radius: 8px;
  overflow: hidden; }
  .z__prezident a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .2;
    z-index: 1; }
  .z__prezident a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='23' viewBox='0 0 20 23'%3E%3Cpath d='M9.766,3.015a2,2,0,0,1,3.468,0L21.277,17a2,2,0,0,1-1.734,3H3.457a2,2,0,0,1-1.734-3Z' transform='translate(20) rotate(90)' fill='%23dfdfdf'/%3E%3C/svg%3E");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1; }
  .z__prezident a:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='23' viewBox='0 0 20 23'%3E%3Cpath d='M9.766,3.015a2,2,0,0,1,3.468,0L21.277,17a2,2,0,0,1-1.734,3H3.457a2,2,0,0,1-1.734-3Z' transform='translate(20) rotate(90)' fill='%23DA271E'/%3E%3C/svg%3E"); }
  .z__prezident a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover; }

@media (min-width: 768px) {
  .z__tv {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px; } }
.z__tv a {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 7px;
  margin-bottom: 15px;
  overflow: hidden;
  transition: box-shadow 0.15s cubic-bezier(0.25, 0.1, 0.25, 0.1);
  box-shadow: 0 2px 8px #12112402, 0 4px 32px #12112407; }
  .z__tv a img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    -o-object-fit: cover; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .z__tv a img {
        height: 130px; } }
  .z__tv a p {
    color: #333;
    padding: 20px;
    font-size: 1.7rem; }
    @media (min-width: 768px) {
      .z__tv a p {
        font-size: 1.4rem; } }

.footer {
  background: #222631;
  padding-top: 60px; }

.f__logo {
  display: block;
  background-image: url("images/f_logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  height: 100px; }

.f__logo-title {
  display: block;
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px; }
  .f__logo-title:hover {
    color: #fff; }
  .f__logo-title span {
    white-space: nowrap; }

.f__title {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 10px;
  text-transform: uppercase;
  text-align: center; }
  @media (min-width: 768px) {
    .f__title {
      text-align: left;
      margin-top: 0;
      margin-bottom: 20px; } }

.f__menu {
  text-align: center; }
  @media (min-width: 768px) {
    .f__menu {
      text-align: left; } }
  .f__menu a {
    display: block;
    color: #ffffff80;
    line-height: 1.3;
    font-size: 1.7rem;
    padding-bottom: 4px; }
    @media (min-width: 992px) {
      .f__menu a {
        font-size: 1.4rem; } }

.f__search {
  margin-bottom: 40px;
  margin-top: 40px; }
  @media (min-width: 768px) {
    .f__search {
      margin-top: 0; } }
  .f__search .r__input {
    border-bottom: 1px solid #BBC9D4;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.798' height='19.405' viewBox='0 0 22.798 19.405'%3E%3Cpath d='M22.8,17.7l-4.732-4.027a7.58,7.58,0,0,0,2.007-5.126C20.073,3.783,15.629,0,10.037,0S0,3.783,0,8.543s4.445,8.543,10.037,8.543a10.984,10.984,0,0,0,6.022-1.709L20.79,19.4ZM2.868,8.543c0-3.417,3.154-6.1,7.169-6.1s7.169,2.685,7.169,6.1-3.154,6.1-7.169,6.1S2.868,11.96,2.868,8.543Z' fill='%23bbc9d4'/%3E%3C/svg%3E");
    background-position-x: right;
    background-position-y: 3px;
    background-size: 20px;
    background-repeat: no-repeat;
    padding-right: 30px; }
  .f__search .f__input-white {
    color: #BBC9D4; }
    .f__search .f__input-white::placeholder {
      color: #BBC9D4; }

.f__social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  align-items: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  list-style: none;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .f__social {
      -ms-flex-pack: start;
      justify-content: flex-start; } }
  .f__social li {
    margin: 0 3px; }
    .f__social li a {
      display: block;
      height: 35px;
      width: 35px;
      line-height: 1; }

.f__contacts {
  list-style: none; }
  .f__contacts li {
    color: #ffffff80;
    line-height: 1.3;
    font-size: 1.5rem;
    margin-bottom: 8px;
    background-size: auto 12px;
    background-position-y: 6px;
    background-position-x: left;
    background-repeat: no-repeat;
    padding-left: 20px; }

.f__copyright {
  margin-top: 30px;
  border-top: 1px solid #BCBCBC;
  font-size: 1.3rem;
  color: #BCBCBC;
  padding: 5px 0; }

.films__item {
  position: relative;
  aspect-ratio: 3/2;
  display: block; }
  .films__item:before {
    z-index: 2;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 24%, transparent 45%, transparent 100%); }
  .films__item img {
    position: relative;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .films__item p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    width: 100%;
    z-index: 3;
    color: #fff;
    font-weight: 700;
    text-align: center; }

.documents {
  display: grid;
  grid-gap: 20px;
  margin-top: 30px; }
  @media (min-width: 992px) {
    .documents {
      grid-template-columns: repeat(2, 1fr); } }
  .documents a {
    padding: 10px 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-decoration: none;
    color: black;
    border: 1px solid #df5217;
    border-radius: 12px;
    min-height: 80px; }
    .documents a:before {
      content: "";
      position: absolute;
      left: 15px;
      top: 0;
      bottom: 0;
      margin: auto 0;
      width: 30px;
      height: 30px;
      background: url("/uploads/2022/04/pdf_1.png") no-repeat center/cover; }
    .documents a:after {
      content: "";
      position: absolute;
      right: 15px;
      top: 0;
      bottom: 0;
      margin: auto 0;
      width: 30px;
      height: 30px;
      background: url("/uploads/2022/04/download_1.png") no-repeat center/cover; }

.soc-ico {
  display: block;
  height: 35px;
  width: 35px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }
  @media (min-width: 768px) {
    .soc-ico {
      height: 35px;
      width: 35px; } }

.vk-ico {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='38' viewBox='0 0 38 38'%3E%3Cg transform='translate(-1709 559)'%3E%3Crect width='38' height='38' rx='5' transform='translate(1709 -559)' fill='%231f2837'/%3E%3Cg transform='translate(1716.916 -546.662)'%3E%3Cpath d='M2.744,13.9h2.7a.778.778,0,0,1,.723.533,28.466,28.466,0,0,0,1.98,4.646c1.18,1.942,1.942,2.666,2.437,2.589.5-.114.343-1.409.343-2.437s.114-2.78-.381-3.579l-.762-1.1a.381.381,0,0,1,.3-.609h4.341a.764.764,0,0,1,.762.762v5.521s.19.99,1.257-.038a18.923,18.923,0,0,0,3.161-4.874l.381-.914a.752.752,0,0,1,.685-.457H23.5a.765.765,0,0,1,.723,1.028l-.3.8a28.727,28.727,0,0,1-2.094,3.5c-1.066,1.485-1.295,1.828-1.142,2.209s2.894,2.932,3.579,4.151c.19.343.343.647.5.914a.79.79,0,0,1-.685,1.142h-3.2a.737.737,0,0,1-.647-.381l-.3-.5A19.942,19.942,0,0,0,16.8,23.8c-1.219-.685-1.18.3-1.18.3v2.018a1.528,1.528,0,0,1-1.523,1.523H13.33s-4.189,0-7.54-4.988c-2.627-3.884-3.5-6.4-3.808-7.844A.782.782,0,0,1,2.744,13.9Z' transform='translate(-1.972 -13.9)' fill='rgba(255,255,255,0.9)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
  .vk-ico:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='38' viewBox='0 0 38 38'%3E%3Cg transform='translate(-1772 559)'%3E%3Crect width='38' height='38' rx='5' transform='translate(1772 -559)' fill='%239d231f'/%3E%3Cg transform='translate(1779.916 -546.662)'%3E%3Cpath d='M2.744,13.9h2.7a.778.778,0,0,1,.723.533,28.466,28.466,0,0,0,1.98,4.646c1.18,1.942,1.942,2.666,2.437,2.589.5-.114.343-1.409.343-2.437s.114-2.78-.381-3.579l-.762-1.1a.381.381,0,0,1,.3-.609h4.341a.764.764,0,0,1,.762.762v5.521s.19.99,1.257-.038a18.923,18.923,0,0,0,3.161-4.874l.381-.914a.752.752,0,0,1,.685-.457H23.5a.765.765,0,0,1,.723,1.028l-.3.8a28.727,28.727,0,0,1-2.094,3.5c-1.066,1.485-1.295,1.828-1.142,2.209s2.894,2.932,3.579,4.151c.19.343.343.647.5.914a.79.79,0,0,1-.685,1.142h-3.2a.737.737,0,0,1-.647-.381l-.3-.5A19.942,19.942,0,0,0,16.8,23.8c-1.219-.685-1.18.3-1.18.3v2.018a1.528,1.528,0,0,1-1.523,1.523H13.33s-4.189,0-7.54-4.988c-2.627-3.884-3.5-6.4-3.808-7.844A.782.782,0,0,1,2.744,13.9Z' transform='translate(-1.972 -13.9)' fill='rgba(255,255,255,0.9)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.ok-ico {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='38' viewBox='0 0 38 38'%3E%3Cg transform='translate(-1709 381)'%3E%3Crect width='38' height='38' rx='5' transform='translate(1709 -381)' fill='%231f2837'/%3E%3Cg transform='translate(1721.372 -373)'%3E%3Cpath d='M1488.259,603.583a5.62,5.62,0,1,0-5.619-5.62A5.619,5.619,0,0,0,1488.259,603.583Zm0-8.384a2.765,2.765,0,1,1-2.765,2.765A2.765,2.765,0,0,1,1488.259,595.2Z' transform='translate(-1481.58 -592.344)' fill='rgba(255,255,255,0.9)'/%3E%3Cpath d='M1474.355,794.3a7.424,7.424,0,0,1-8.228,0c-1.168-.92-2.047-.39-2.364.248-.553,1.111.072,1.648,1.482,2.553a9.429,9.429,0,0,0,3.929,1.17l-.892.892-3.311,3.311a1.288,1.288,0,0,0,0,1.822l.152.152a1.288,1.288,0,0,0,1.822,0l3.312-3.311,3.311,3.311a1.289,1.289,0,0,0,1.823,0l.152-.152a1.289,1.289,0,0,0,0-1.822l-3.312-3.312-.9-.895a9.392,9.392,0,0,0,3.9-1.167c1.41-.905,2.035-1.442,1.482-2.553C1476.4,793.908,1475.522,793.378,1474.355,794.3Z' transform='translate(-1463.563 -782.621)' fill='rgba(255,255,255,0.9)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
  .ok-ico:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='38' viewBox='0 0 38 38'%3E%3Cg transform='translate(-1772 381)'%3E%3Crect width='38' height='38' rx='5' transform='translate(1772 -381)' fill='%239d231f'/%3E%3Cg transform='translate(1784.372 -373)'%3E%3Cpath d='M1488.259,603.583a5.62,5.62,0,1,0-5.619-5.62A5.619,5.619,0,0,0,1488.259,603.583Zm0-8.384a2.765,2.765,0,1,1-2.765,2.765A2.765,2.765,0,0,1,1488.259,595.2Z' transform='translate(-1481.58 -592.344)' fill='rgba(255,255,255,0.9)'/%3E%3Cpath d='M1474.355,794.3a7.424,7.424,0,0,1-8.228,0c-1.168-.92-2.047-.39-2.364.248-.553,1.111.072,1.648,1.482,2.553a9.429,9.429,0,0,0,3.929,1.17l-.892.892-3.311,3.311a1.288,1.288,0,0,0,0,1.822l.152.152a1.288,1.288,0,0,0,1.822,0l3.312-3.311,3.311,3.311a1.289,1.289,0,0,0,1.823,0l.152-.152a1.289,1.289,0,0,0,0-1.822l-3.312-3.312-.9-.895a9.392,9.392,0,0,0,3.9-1.167c1.41-.905,2.035-1.442,1.482-2.553C1476.4,793.908,1475.522,793.378,1474.355,794.3Z' transform='translate(-1463.563 -782.621)' fill='rgba(255,255,255,0.9)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.rss-ico {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='38' viewBox='0 0 38 38'%3E%3Cg transform='translate(9578 -4916)'%3E%3Crect width='38' height='38' rx='5' transform='translate(-9578 4916)' fill='%231f2837'/%3E%3Cg transform='translate(-9575.159 4918.181)'%3E%3Cpath d='M11.693,26.307A2.847,2.847,0,1,1,8.847,23.46a2.847,2.847,0,0,1,2.847,2.847Z' transform='translate(0 -2.175)' fill='%23fff'/%3E%3Cpath d='M6,6.66v3.7A16.624,16.624,0,0,1,22.623,26.978h3.7A20.324,20.324,0,0,0,6,6.66Zm0,7.391v3.7a9.24,9.24,0,0,1,9.232,9.232h3.7A12.923,12.923,0,0,0,6,14.051Z' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
  .rss-ico:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='38' viewBox='0 0 38 38'%3E%3Cg transform='translate(9578 -4916)'%3E%3Crect width='38' height='38' rx='5' transform='translate(-9578 4916)' fill='%239d231f'/%3E%3Cg transform='translate(-9575.159 4918.181)'%3E%3Cpath d='M11.693,26.307A2.847,2.847,0,1,1,8.847,23.46a2.847,2.847,0,0,1,2.847,2.847Z' transform='translate(0 -2.175)' fill='%23fff'/%3E%3Cpath d='M6,6.66v3.7A16.624,16.624,0,0,1,22.623,26.978h3.7A20.324,20.324,0,0,0,6,6.66Zm0,7.391v3.7a9.24,9.24,0,0,1,9.232,9.232h3.7A12.923,12.923,0,0,0,6,14.051Z' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.zen-ico {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='38' viewBox='0 0 38 38'%3E%3Cg transform='translate(-1709 293)'%3E%3Crect width='38' height='38' rx='5' transform='translate(1709 -293)' fill='%231f2837'/%3E%3Cpath d='M25.084,12.676v-.269c-5.554-.179-8.09-.314-10.123-2.284C12.99,8.09,12.846,5.554,12.676,0h-.269c-.179,5.554-.314,8.09-2.284,10.123C8.09,12.094,5.554,12.237,0,12.407v.269c5.554.179,8.09.314,10.123,2.284,1.971,2.034,2.114,4.569,2.284,10.123h.269c.179-5.554.314-8.09,2.284-10.123,2.034-1.971,4.569-2.114,10.123-2.284' transform='translate(1715.916 -286.084)' fill='rgba(255,255,255,0.9)'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }
  .zen-ico:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='38' viewBox='0 0 38 38'%3E%3Cg transform='translate(-1772 293)'%3E%3Crect width='38' height='38' rx='5' transform='translate(1772 -293)' fill='%239d231f'/%3E%3Cpath d='M25.084,12.676v-.269c-5.554-.179-8.09-.314-10.123-2.284C12.99,8.09,12.846,5.554,12.676,0h-.269c-.179,5.554-.314,8.09-2.284,10.123C8.09,12.094,5.554,12.237,0,12.407v.269c5.554.179,8.09.314,10.123,2.284,1.971,2.034,2.114,4.569,2.284,10.123h.269c.179-5.554.314-8.09,2.284-10.123,2.034-1.971,4.569-2.114,10.123-2.284' transform='translate(1778.916 -286.084)' fill='rgba(255,255,255,0.9)'/%3E%3C/g%3E%3C/svg%3E"); }

.image-block-contain {
  text-align: center;
  padding-bottom: 15px; }
  .image-block-contain img {
    width: 100%;
    height: auto;
    object-fit: contain;
    -o-object-fit: contain; }

.mm__bg {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #14141480;
  z-index: 100; }

.mobile-menu {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 200;
  transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  overflow-y: auto;
  background: #fff;
  overflow: auto;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
  margin-right: 0;
  margin-left: auto;
  padding: 50px 15px 0 15px; }
  @media (min-width: 768px) {
    .mobile-menu {
      padding: 80px 30px 30px 30px;
      width: 40%; } }
  @media (min-width: 992px) {
    .mobile-menu {
      width: 30%; } }
  .mobile-menu .mm__list {
    list-style: none; }
    .mobile-menu .mm__list li a {
      display: block;
      background: #FFF6F7;
      border-radius: 3px;
      border-bottom: 1px solid transparent;
      padding-left: 80px;
      padding-bottom: 20px;
      padding-top: 20px;
      font-size: 1.7rem;
      color: #333; }
      .mobile-menu .mm__list li a:hover {
        color: #7A0D10; }
  .mobile-menu .mm__ul {
    list-style: none;
    border-top: 1px solid #A0A9C0;
    padding-top: 10px;
    margin-top: 20px; }
    .mobile-menu .mm__ul a {
      display: block;
      border-radius: 3px;
      border-bottom: 1px solid transparent;
      padding-bottom: 5px;
      padding-top: 5px;
      font-size: 1.7rem;
      color: #333; }
      .mobile-menu .mm__ul a:hover {
        color: #7A0D10; }

.modal-close {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 20px;
  right: 20px;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
  .modal-close:before {
    width: 2px;
    height: 18px;
    left: 8px;
    top: 0; }
  .modal-close:after {
    height: 2px;
    width: 18px;
    top: 8px;
    left: 0; }
  .modal-close:before, .modal-close:after {
    content: "";
    background: #7A0D10;
    position: absolute; }

.owl-dots {
  text-align: center !important; }
  .owl-dots .owl-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 5px;
    border-radius: 50%;
    background: #727C94; }
  .owl-dots .owl-dot.active {
    background: #7A0D10;
    width: 40px;
    border-radius: 7px; }

@media (max-width: 991.98px) {
  .owl-nav {
    margin-top: 30px; } }
.owl-nav .owl-prev, .owl-nav .owl-next {
  display: block;
  position: absolute;
  z-index: 1;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 300ms ease;
  background: #fff;
  border-radius: 100px;
  overflow: hidden;
  bottom: -10px; }
  @media (min-width: 992px) {
    .owl-nav .owl-prev, .owl-nav .owl-next {
      top: 40%;
      bottom: auto; } }
  .owl-nav .owl-prev:after, .owl-nav .owl-next:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: auto 18px;
    background-repeat: no-repeat;
    background-position: center; }
.owl-nav .owl-prev {
  left: 15px;
  box-shadow: 2px 2px 5px 0 #00000026; }
  @media (min-width: 992px) {
    .owl-nav .owl-prev {
      left: -20px; } }
  .owl-nav .owl-prev:after {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2230%22%20viewBox%3D%220%200%2016%2030%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2050%202%2036%2016%2022%2015%2021%201%2035%200%2036%201%2037%2015%2051%22%20transform%3D%22translate(0%20-21)%22%2F%3E%3C%2Fsvg%3E"); }
.owl-nav .owl-next {
  right: 15px;
  transform: rotate(180deg);
  box-shadow: 2px -2px 5px 0 #00000026; }
  @media (min-width: 992px) {
    .owl-nav .owl-next {
      right: -20px; } }
  .owl-nav .owl-next:after {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2230%22%20viewBox%3D%220%200%2016%2030%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2050%202%2036%2016%2022%2015%2021%201%2035%200%2036%201%2037%2015%2051%22%20transform%3D%22translate(0%20-21)%22%2F%3E%3C%2Fsvg%3E"); }

/*# sourceMappingURL=style.css.map */
