@charset "UTF-8";
/*!
 * 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;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

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

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

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

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

.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: 8.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .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: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .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: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .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: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .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: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .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: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .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: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .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: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .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: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.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: 576px) {
  .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: 768px) {
  .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: 992px) {
  .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: 1200px) {
  .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: 576px) {
  .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: 768px) {
  .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: 992px) {
  .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: 1200px) {
  .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;
  }
}
@font-face {
  font-family: cuprum;
  src: url("/resources/fonts/cuprum/regular/regular.eot");
  src: url("/resources/fonts/cuprum/regular/regular.woff") format("woff"), url("/resources/fonts/cuprum/regular/regular.ttf") format("truetype"), url("/resources/fonts/cuprum/regular/regular.svg#cuprum-regular") format("svg"), url("/resources/fonts/cuprum/regular/regular.eot?#iefix") format("embedded-opentype");
  font-weight: regular;
  font-style: normal;
}
@font-face {
  font-family: cuprum;
  src: url("/resources/fonts/cuprum/bold/bold.eot");
  src: url("/resources/fonts/cuprum/bold/bold.woff") format("woff"), url("/resources/fonts/cuprum/bold/bold.ttf") format("truetype"), url("/resources/fonts/cuprum/bold/bold.svg#cuprum-bold") format("svg"), url("/resources/fonts/cuprum/bold/bold.eot?#iefix") format("embedded-opentype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: noto-sans;
  src: url("/resources/fonts/noto-sans/regular/regular.eot");
  src: url("/resources/fonts/noto-sans/regular/regular.woff") format("woff"), url("/resources/fonts/noto-sans/regular/regular.ttf") format("truetype"), url("/resources/fonts/noto-sans/regular/regular.svg#noto-sans-regular") format("svg"), url("/resources/fonts/noto-sans/regular/regular.eot?#iefix") format("embedded-opentype");
  font-weight: regular;
  font-style: normal;
}
@font-face {
  font-family: noto-sans;
  src: url("/resources/fonts/noto-sans/bold/bold.eot");
  src: url("/resources/fonts/noto-sans/bold/bold.woff") format("woff"), url("/resources/fonts/noto-sans/bold/bold.ttf") format("truetype"), url("/resources/fonts/noto-sans/bold/bold.svg#noto-sans-bold") format("svg"), url("/resources/fonts/noto-sans/bold/bold.eot?#iefix") format("embedded-opentype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: noto-serif;
  src: url("/resources/fonts/noto-serif/regular/regular.eot");
  src: url("/resources/fonts/noto-serif/regular/regular.woff") format("woff"), url("/resources/fonts/noto-serif/regular/regular.ttf") format("truetype"), url("/resources/fonts/noto-serif/regular/regular.svg#noto-serif-regular") format("svg"), url("/resources/fonts/noto-serif/regular/regular.eot?#iefix") format("embedded-opentype");
  font-weight: regular;
  font-style: normal;
}
@font-face {
  font-family: bebas-neue;
  src: url("/resources/fonts/bebas-neue/regular/regular.eot");
  src: url("/resources/fonts/bebas-neue/regular/regular.woff") format("woff"), url("/resources/fonts/bebas-neue/regular/regular.ttf") format("truetype"), url("/resources/fonts/bebas-neue/regular/regular.svg#bebas-neue-regular") format("svg"), url("/resources/fonts/bebas-neue/regular/regular.eot?#iefix") format("embedded-opentype");
  font-weight: regular;
  font-style: normal;
}
@font-face {
  font-family: open-sans;
  src: url("/resources/fonts/open-sans/regular/regular.eot");
  src: url("/resources/fonts/open-sans/regular/regular.woff") format("woff"), url("/resources/fonts/open-sans/regular/regular.ttf") format("truetype"), url("/resources/fonts/open-sans/regular/regular.svg#open-sans-regular") format("svg"), url("/resources/fonts/open-sans/regular/regular.eot?#iefix") format("embedded-opentype");
  font-weight: regular;
  font-style: normal;
}
@font-face {
  font-family: open-sans;
  src: url("/resources/fonts/open-sans/bold/bold.eot");
  src: url("/resources/fonts/open-sans/bold/bold.woff") format("woff"), url("/resources/fonts/open-sans/bold/bold.ttf") format("truetype"), url("/resources/fonts/open-sans/bold/bold.svg#open-sans-bold") format("svg"), url("/resources/fonts/open-sans/bold/bold.eot?#iefix") format("embedded-opentype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "slick";
  src: local(slick);
  src: url("/resources/fonts/slick/slick.woff") format("woff"), url("/resources/fonts/slick/slick.ttf") format("truetype"), url("/resources/fonts/slick/slick.svg#slick-regular") format("svg");
  src: url("/resources/fonts/slick/slick.eot");
  src: url("/resources/fonts/slick/slick.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
#tinymce h1, #tinymce h2, #tinymce h3, #tinymce h4, #tinymce h5, #tinymce h6, *[data-formatted-text] h1, *[data-formatted-text] h2, *[data-formatted-text] h3, *[data-formatted-text] h4, *[data-formatted-text] h5, *[data-formatted-text] h6 {
  margin-bottom: 10px;
  line-height: 1.3em;
  font-family: "cuprum", sans-serif;
}
#tinymce h1, *[data-formatted-text] h1 {
  font-size: 41px;
}
#tinymce h2, *[data-formatted-text] h2 {
  font-size: 30px;
}
#tinymce h3, *[data-formatted-text] h3 {
  font-size: 26px;
}
#tinymce h4, *[data-formatted-text] h4 {
  font-size: 21px;
}
#tinymce h5, *[data-formatted-text] h5 {
  font-size: 19px;
}
#tinymce h6, *[data-formatted-text] h6 {
  font-size: 17px;
}
#tinymce p, *[data-formatted-text] p {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.6em;
}
#tinymce a, *[data-formatted-text] a {
  text-decoration: underline;
  color: #3492D0;
  color: var(--main-color);
}
#tinymce .darkred, *[data-formatted-text] .darkred {
  color: darkred;
}
#tinymce table, *[data-formatted-text] table {
  border-collapse: collapse;
  font-size: 14px;
}
#tinymce table thead td, #tinymce table th, *[data-formatted-text] table thead td, *[data-formatted-text] table th {
  border-bottom: 2px solid;
  border-color: #3492D0;
  border-color: var(--main-color);
}
#tinymce table th, *[data-formatted-text] table th {
  padding: 10px 20px;
}
#tinymce table td, *[data-formatted-text] table td {
  padding: 15px 20px;
}
#tinymce table td, #tinymce table th, *[data-formatted-text] table td, *[data-formatted-text] table th {
  text-align: left;
}
#tinymce table td:first-child, #tinymce table th:first-child, *[data-formatted-text] table td:first-child, *[data-formatted-text] table th:first-child {
  padding-left: 0;
}
#tinymce table caption, *[data-formatted-text] table caption {
  font-size: 19px;
}
#tinymce table p, *[data-formatted-text] table p {
  margin: 0;
}
#tinymce table .left, *[data-formatted-text] table .left {
  float: none !important;
  text-align: left;
}
#tinymce table .right, *[data-formatted-text] table .right {
  float: none !important;
  text-align: right;
}
#tinymce table .extra, *[data-formatted-text] table .extra {
  background-color: #e3e3e3;
}
#tinymce img, *[data-formatted-text] img {
  height: auto !important;
}
#tinymce img.center, *[data-formatted-text] img.center {
  display: block;
  margin: 0 auto 1.2em auto;
}
#tinymce img.right, *[data-formatted-text] img.right {
  float: right;
  margin: 0 0 1.2em 1.2em;
}
#tinymce img.left, *[data-formatted-text] img.left {
  float: left;
  margin: 0 1.2em 1.2em 0;
}
#tinymce hr, *[data-formatted-text] hr {
  border: none;
  border-top: 1px solid #999;
  height: 0;
  margin-bottom: 1.2em;
}
#tinymce ul, #tinymce ol, *[data-formatted-text] ul, *[data-formatted-text] ol {
  font-size: 14px;
}
#tinymce ul li, #tinymce ol li, *[data-formatted-text] ul li, *[data-formatted-text] ol li {
  margin-bottom: 12px;
}
#tinymce ul, *[data-formatted-text] ul {
  list-style-type: none;
  margin-left: 14px;
}
#tinymce ul li, *[data-formatted-text] ul li {
  display: flex;
  align-items: flex-start;
}
#tinymce ul li:before, *[data-formatted-text] ul li:before {
  content: "";
  margin-top: 10px;
  margin-right: 8px;
  height: 1px;
  width: 10px;
  background: #000;
  display: block;
}
#tinymce ol, *[data-formatted-text] ol {
  margin-left: 30px;
}
#tinymce .nobr, *[data-formatted-text] .nobr {
  white-space: nowrap;
}
#tinymce blockquote, *[data-formatted-text] blockquote {
  background: #3492D0;
  background: var(--main-color);
  margin: 40px auto;
  max-width: 70%;
  padding: 30px 40px;
  color: #fff;
  line-height: 1.6em;
  font-size: 17px;
}
#tinymce a[href$=".mp3"],
#tinymce a[href$=".ogg"],
#tinymce a[href$=".wav"],
#tinymce a[href$=".aac"],
#tinymce a[href$=".flac"],
#tinymce a[href$=".wma"],
#tinymce a[href$=".pdf"],
#tinymce a[href$=".xls"],
#tinymce a[href$=".xlsx"],
#tinymce a[href$=".ppt"],
#tinymce a[href$=".txt"],
#tinymce a[href$=".rtf"],
#tinymce a[href$=".doc"],
#tinymce a[href$=".docx"],
#tinymce a[href$=".zip"],
#tinymce a[href$=".rar"], *[data-formatted-text] a[href$=".mp3"],
*[data-formatted-text] a[href$=".ogg"],
*[data-formatted-text] a[href$=".wav"],
*[data-formatted-text] a[href$=".aac"],
*[data-formatted-text] a[href$=".flac"],
*[data-formatted-text] a[href$=".wma"],
*[data-formatted-text] a[href$=".pdf"],
*[data-formatted-text] a[href$=".xls"],
*[data-formatted-text] a[href$=".xlsx"],
*[data-formatted-text] a[href$=".ppt"],
*[data-formatted-text] a[href$=".txt"],
*[data-formatted-text] a[href$=".rtf"],
*[data-formatted-text] a[href$=".doc"],
*[data-formatted-text] a[href$=".docx"],
*[data-formatted-text] a[href$=".zip"],
*[data-formatted-text] a[href$=".rar"] {
  padding-left: 3em;
}
#tinymce a[href$=".mp3"]::before,
#tinymce a[href$=".ogg"]::before,
#tinymce a[href$=".wav"]::before,
#tinymce a[href$=".aac"]::before,
#tinymce a[href$=".flac"]::before,
#tinymce a[href$=".wma"]::before,
#tinymce a[href$=".pdf"]::before,
#tinymce a[href$=".xls"]::before,
#tinymce a[href$=".xlsx"]::before,
#tinymce a[href$=".ppt"]::before,
#tinymce a[href$=".txt"]::before,
#tinymce a[href$=".rtf"]::before,
#tinymce a[href$=".doc"]::before,
#tinymce a[href$=".docx"]::before,
#tinymce a[href$=".zip"]::before,
#tinymce a[href$=".rar"]::before, *[data-formatted-text] a[href$=".mp3"]::before,
*[data-formatted-text] a[href$=".ogg"]::before,
*[data-formatted-text] a[href$=".wav"]::before,
*[data-formatted-text] a[href$=".aac"]::before,
*[data-formatted-text] a[href$=".flac"]::before,
*[data-formatted-text] a[href$=".wma"]::before,
*[data-formatted-text] a[href$=".pdf"]::before,
*[data-formatted-text] a[href$=".xls"]::before,
*[data-formatted-text] a[href$=".xlsx"]::before,
*[data-formatted-text] a[href$=".ppt"]::before,
*[data-formatted-text] a[href$=".txt"]::before,
*[data-formatted-text] a[href$=".rtf"]::before,
*[data-formatted-text] a[href$=".doc"]::before,
*[data-formatted-text] a[href$=".docx"]::before,
*[data-formatted-text] a[href$=".zip"]::before,
*[data-formatted-text] a[href$=".rar"]::before {
  position: absolute;
  text-transform: uppercase;
  font-family: "Verdana", "Tahoma", sans-serif;
  color: #fff;
  background: #777777;
  padding: 0.175em 0.25em;
  border-radius: 0.25em;
  margin: -0.175em 0 0 -3em;
}
#tinymce a[href$=docx], #tinymce a[href$=xlsx], #tinymce a[href$=flac], *[data-formatted-text] a[href$=docx], *[data-formatted-text] a[href$=xlsx], *[data-formatted-text] a[href$=flac] {
  padding-left: 3.75em;
}
#tinymce a[href$=docx]::before, #tinymce a[href$=xlsx]::before, #tinymce a[href$=flac]::before, *[data-formatted-text] a[href$=docx]::before, *[data-formatted-text] a[href$=xlsx]::before, *[data-formatted-text] a[href$=flac]::before {
  margin-left: -3.75em;
}
#tinymce a[href$=".mp3"]::before, *[data-formatted-text] a[href$=".mp3"]::before {
  content: "mp3";
}
#tinymce a[href$=".ogg"]::before, *[data-formatted-text] a[href$=".ogg"]::before {
  content: "ogg";
}
#tinymce a[href$=".wav"]::before, *[data-formatted-text] a[href$=".wav"]::before {
  content: "wav";
}
#tinymce a[href$=".aac"]::before, *[data-formatted-text] a[href$=".aac"]::before {
  content: "aac";
}
#tinymce a[href$=".flac"]::before, *[data-formatted-text] a[href$=".flac"]::before {
  content: "flac";
}
#tinymce a[href$=".wma"]::before, *[data-formatted-text] a[href$=".wma"]::before {
  content: "wma";
}
#tinymce a[href$=".pdf"]::before, *[data-formatted-text] a[href$=".pdf"]::before {
  content: "pdf";
  background: #ea4c3a;
}
#tinymce a[href$=".xls"]::before, *[data-formatted-text] a[href$=".xls"]::before {
  content: "xls";
  background: #107c10;
}
#tinymce a[href$=".xlsx"]::before, *[data-formatted-text] a[href$=".xlsx"]::before {
  content: "xlsx";
  background: #107c10;
}
#tinymce a[href$=".ppt"]::before, *[data-formatted-text] a[href$=".ppt"]::before {
  content: "ppt";
}
#tinymce a[href$=".txt"]::before, *[data-formatted-text] a[href$=".txt"]::before {
  content: "txt";
}
#tinymce a[href$=".rtf"]::before, *[data-formatted-text] a[href$=".rtf"]::before {
  content: "rtf";
}
#tinymce a[href$=".doc"]::before, *[data-formatted-text] a[href$=".doc"]::before {
  content: "doc";
  background: #2b579a;
}
#tinymce a[href$=".docx"]::before, *[data-formatted-text] a[href$=".docx"]::before {
  content: "docx";
  background: #2b579a;
}
#tinymce a[href$=".zip"]::before, *[data-formatted-text] a[href$=".zip"]::before {
  content: "zip";
}
#tinymce a[href$=".rar"]::before, *[data-formatted-text] a[href$=".rar"]::before {
  content: "rar";
}
@media screen and (max-width: 767px) {
  #tinymce h1, #tinymce h2, #tinymce h3, #tinymce h4, #tinymce h5, #tinymce h6, *[data-formatted-text] h1, *[data-formatted-text] h2, *[data-formatted-text] h3, *[data-formatted-text] h4, *[data-formatted-text] h5, *[data-formatted-text] h6 {
    line-height: 1.2em;
  }
  #tinymce h1, *[data-formatted-text] h1 {
    font-size: 29px;
  }
  #tinymce h2, *[data-formatted-text] h2 {
    font-size: 27px;
  }
  #tinymce h3, *[data-formatted-text] h3 {
    font-size: 25px;
  }
  #tinymce h4, *[data-formatted-text] h4 {
    font-size: 21px;
  }
  #tinymce h5, *[data-formatted-text] h5 {
    font-size: 19px;
  }
  #tinymce p, *[data-formatted-text] p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.5em;
  }
  #tinymce table, *[data-formatted-text] table {
    font-size: 13px;
    overflow-x: scroll;
    display: block;
  }
  #tinymce table th, *[data-formatted-text] table th {
    padding: 8px;
    line-height: 1.3em;
  }
  #tinymce table td, *[data-formatted-text] table td {
    padding: 8px;
  }
  #tinymce ul, *[data-formatted-text] ul {
    margin-left: 0;
  }
  #tinymce ol, *[data-formatted-text] ol {
    margin-left: 14px;
  }
  #tinymce blockquote, *[data-formatted-text] blockquote {
    margin: 20px auto;
    max-width: 100%;
    padding: 20px 25px;
    line-height: 1.5em;
    font-size: 15px;
  }
}

/* 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;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  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;
}

* {
  font-family: "open-sans", sans-serif;
}

img {
  max-width: 100%;
}

iframe {
  max-width: 100%;
}

.wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.content {
  flex: 1 0 auto;
}

footer {
  flex: 0 0 auto;
}

.slick-slider .slick-prev {
  background-image: url("/resources/images/icons/arrow-left.svg");
  left: -49px;
}
.slick-slider .slick-next {
  background-image: url("/resources/images/icons/arrow-right.svg");
  right: -49px;
}
.slick-slider .slick-arrow {
  top: calc(50% - 17px);
  font-size: 0px;
  height: 34px;
  width: 34px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 17px;
  position: absolute;
  outline: none;
  border: none;
  cursor: pointer;
  background-color: transparent;
  transition: opacity 0.2s;
}
.slick-slider .slick-arrow:hover {
  opacity: 0.7;
}
.slick-slider .slick-dots {
  margin-top: 10px;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-slider .slick-dots li {
  margin-right: 10px;
}
.slick-slider .slick-dots li:last-child {
  margin-right: 0;
}
.slick-slider .slick-dots li button {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  font-size: 0px;
  background: #3492d0;
  background: var(--main-color);
  border: none;
}
.slick-slider .slick-dots li.slick-active button {
  opacity: 0.7;
}

.heading-page {
  margin-top: 30px;
}
.heading-page h1,
.heading-page h2,
.heading-page h3,
.heading-page h4,
.heading-page p {
  font-size: 41px;
  font-family: "cuprum", sans-serif;
  font-weight: normal;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .heading-page h1,
  .heading-page h2,
  .heading-page h3,
  .heading-page h4,
  .heading-page p {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .heading-page {
    margin-top: 15px;
  }
  .heading-page h1,
  .heading-page h2,
  .heading-page h3,
  .heading-page h4,
  .heading-page p {
    font-size: 20px;
    letter-spacing: 2px;
  }
}

.link_back {
  margin-bottom: 10px;
}
.link_back a {
  font-size: 16px;
  color: #000;
  transition: color 0.2s;
}
.link_back a:hover {
  color: #3492d0;
  color: var(--main-color);
}
@media screen and (max-width: 767px) {
  .link_back {
    margin-bottom: 5px;
  }
  .link_back a {
    font-size: 14px;
  }
}

#ks-target {
  margin-top: 30px;
}
#ks-target .item {
  margin-bottom: 20px;
}

.documents_list__contacts .group_name {
  margin-top: 20px;
  margin-bottom: 15px;
}
.documents_list__contacts .group_name p {
  font-size: 34px;
  font-family: "cuprum", sans-serif;
  font-weight: bold;
  margin-bottom: 0;
}
.documents_list__contacts .item {
  margin-bottom: 30px;
}
.documents_list__contacts .item .photo {
  height: 360px;
  margin-bottom: 12px;
}
.documents_list__contacts .item .description p {
  font-family: "noto-sans", sans-serif;
  font-size: 14px;
  margin-bottom: 5px;
}
.documents_list__contacts .item .description p:nth-child(1) {
  font-weight: bold;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .documents_list__contacts .group_name p {
    font-size: 30px;
  }
  .documents_list__contacts .item {
    margin-bottom: 26px;
  }
  .documents_list__contacts .item .photo {
    height: 160px;
  }
}
@media screen and (max-width: 767px) {
  .documents_list__contacts .group_name {
    margin-top: 10px;
  }
  .documents_list__contacts .group_name p {
    font-size: 22px;
  }
  .documents_list__contacts .item {
    margin-bottom: 20px;
  }
  .documents_list__contacts .item .photo {
    height: 220px;
  }
  .documents_list__contacts .item .description p {
    font-size: 12px;
  }
  .documents_list__contacts .item .description p:nth-child(1) {
    margin-bottom: 5px;
  }
}

.documents_list .group_name {
  margin-top: 20px;
  margin-bottom: 20px;
}
.documents_list .group_name p {
  font-size: 29px;
  font-family: "cuprum", sans-serif;
  font-weight: bold;
  margin-bottom: 0;
}
.documents_list .item {
  margin-bottom: 30px;
  display: flex;
}
.documents_list .item .ico {
  height: 32px;
  width: 32px;
  background: #3492d0;
  background: var(--main-color);
  text-transform: uppercase;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  font-size: 12px;
  font-family: "cuprum", sans-serif;
  margin-top: 4px;
  margin-right: 20px;
}
.documents_list .item a {
  color: #000;
  font-family: "noto-sans", sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  transition: color 0.2s;
}
.documents_list .item a:hover {
  color: #3492d0;
  color: var(--main-color);
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .documents_list .item {
    margin-bottom: 20px;
  }
  .documents_list .item a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .documents_list .group_name {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .documents_list .group_name p {
    font-size: 20px;
  }
  .documents_list .item {
    margin-bottom: 25px;
  }
  .documents_list .item .ico {
    height: 28px;
    width: 28px;
    font-size: 10px;
    margin-right: 10px;
  }
  .documents_list .item a {
    font-size: 14px;
    line-height: 1.4em;
  }
}

.breadcrumbs {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.breadcrumbs a {
  display: flex;
  align-items: center;
  font-family: "noto-sans", sans-serif;
  font-size: 14px;
  color: #000;
  transition: color 0.2s;
}
.breadcrumbs a:hover {
  color: #3492d0;
  color: var(--main-color);
}
.breadcrumbs a:last-child:after {
  display: none;
}
.breadcrumbs a:after {
  content: "";
  display: block;
  height: 10px;
  width: 14px;
  background: url("/resources/images/icons/arrow-right-2.svg") no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: 8px;
  margin-right: 8px;
}

.children_list {
  margin-top: 20px;
}
.children_list ul {
  list-style-type: none;
}
.children_list ul li {
  margin-bottom: 15px;
  border-left: 2px solid;
  border-color: #3492d0;
  border-color: var(--main-color);
  padding: 5px 10px;
  background: #f3f3f3;
}
.children_list ul li a {
  font-size: 16px;
  color: #000;
  transition: color 0.2s;
}
.children_list ul li:hover a {
  color: #3492d0;
  color: var(--main-color);
}

.pagination-block {
  display: flex;
  margin-top: 20px;
}
.pagination-block .prev {
  background: url("/resources/images/icons/arrow-left.svg");
}
.pagination-block .next {
  background: url("/resources/images/icons/arrow-right.svg");
}
.pagination-block .prev,
.pagination-block .next {
  height: 42px;
  width: 42px;
  background-repeat: no-repeat;
  background-position: center;
}
.pagination-block .prime {
  display: flex;
}
.pagination-block .prime * {
  height: 42px;
  width: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  color: #000;
  font-family: "cuprum", sans-serif;
  font-size: 22px;
  letter-spacing: 1.6px;
  transition: background 0.2s, color 0.2s;
}
.pagination-block .prime *:hover {
  color: #fff;
  background: #3492d0;
  background: var(--main-color);
}
.pagination-block .prime span {
  color: #fff;
  background: #3492d0;
  background: var(--main-color);
}
@media screen and (max-width: 767px) {
  .pagination-block {
    margin-top: 15px;
    justify-content: center;
  }
  .pagination-block .prev,
  .pagination-block .next {
    height: 32px;
    width: 32px;
    background-size: 10px;
  }
  .pagination-block .prime * {
    height: 32px;
    width: 32px;
    font-size: 15px;
    letter-spacing: 1.5px;
  }
}

header {
  background: #3492d0;
  background: var(--main-color);
}
@media screen and (min-width: 992px) {
  header.index {
    height: 60px;
  }
  header.index .header-wrapper {
    padding-left: 0;
  }
  header.index .header-wrapper .logo {
    display: none;
  }
  header.index .header-wrapper nav {
    height: 50px;
    margin-top: 10px;
  }
  header.index .header-wrapper nav .item {
    height: 50px;
  }
  header.index .header-wrapper nav .item .sub {
    margin-top: 60px;
  }
  header.default {
    height: 92px;
  }
  header.default .header-wrapper nav {
    margin-top: 26px;
    height: 66px;
  }
  header.default .header-wrapper nav .item {
    height: 66px;
  }
  header.default .header-wrapper nav .item > a,
  header.default .header-wrapper nav .item > p {
    padding-left: 15px;
    padding-right: 15px;
  }
  header.default .header-wrapper nav .item .sub {
    margin-top: 92px;
  }
  header .header-wrapper {
    height: 100%;
    max-width: 1170px;
    padding: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }
  header .header-wrapper .logo {
    margin-right: 40px;
    flex: none;
    display: flex;
    align-items: center;
    gap: 15px;
  }
  header .header-wrapper .logo a img {
    height: 52px;
    display: block;
  }
  header .header-wrapper .logo .text p {
    font-family: "bebas-neue", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 20px;
    font-size: 20px;
    color: white;
  }
  header .header-wrapper .btn-menu {
    display: none;
  }
  header .header-wrapper nav {
    display: flex;
    align-items: flex-end;
    flex: none;
    flex-wrap: wrap;
  }
  header .header-wrapper nav .mobile {
    display: none;
  }
  header .header-wrapper nav .item {
    height: 100%;
    display: flex;
    align-items: flex-start;
  }
  header .header-wrapper nav .item > a,
  header .header-wrapper nav .item > p {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "cuprum", sans-serif;
    letter-spacing: 2.6px;
    font-weight: bold;
    padding: 12px 20px;
  }
  header .header-wrapper nav .item > a,
  header .header-wrapper nav .item > p {
    transition: background 0.2s;
  }
  header .header-wrapper nav .item > a:hover,
  header .header-wrapper nav .item > p:hover {
    background: rgba(0, 0, 0, 0.1);
  }
  header .header-wrapper nav .item > p {
    cursor: pointer;
  }
  header .header-wrapper nav .item .icon {
    display: none;
  }
  header .header-wrapper nav .item .sub {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
    background: linear-gradient(to bottom, rgb(255, 247, 230) 0%, rgb(255, 236, 201) 100%);
  }
  header .header-wrapper nav .item .sub .title_item {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  header .header-wrapper nav .item .sub .title_item p {
    margin-bottom: 0;
    font-family: "cuprum", sans-serif;
    font-size: 51px;
    letter-spacing: 4.5px;
    font-weight: bold;
  }
  header .header-wrapper nav .item .sub .links {
    display: flex;
    flex-wrap: wrap;
  }
  header .header-wrapper nav .item .sub .links .group {
    display: flex;
    flex-direction: column;
    margin-right: 100px;
  }
  header .header-wrapper nav .item .sub .links .group a {
    padding: 0;
    margin-bottom: 25px;
    font-size: 16px;
    letter-spacing: 3px;
    color: #000;
    font-family: "cuprum", sans-serif;
    text-transform: uppercase;
  }
  header .header-wrapper nav .item .sub .links .group a:hover {
    background: none;
  }
  header .header-wrapper .info_item {
    margin-top: 60px;
    display: flex;
  }
  header .header-wrapper .info_item .photo {
    flex: none;
  }
  header .header-wrapper .info_item .photo img {
    margin-right: 40px;
    width: 240px;
    height: 160px;
    display: block;
  }
  header .header-wrapper .info_item .decription {
    margin-top: -5px;
  }
  header .header-wrapper .info_item .decription * {
    font-size: 15px;
    line-height: 1.8em;
  }
  header .header-wrapper .info_item .decription *:last-child {
    margin-bottom: 0;
  }
  header .header-wrapper .icons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
  }
  header .header-wrapper .icons .socials {
    display: flex;
    align-items: center;
    margin-left: 20px;
    flex: none;
  }
  header .header-wrapper .icons .socials a {
    margin-right: 14px;
    line-height: 1em;
  }
  header .header-wrapper .icons .socials a:last-child {
    margin-right: 0;
    margin-top: 5px;
  }
  header .header-wrapper .icons .socials a img {
    display: block;
    width: 20px;
    max-height: 20px;
  }
  header .header-wrapper .icons .socials a img.icon-telegram {
    margin-bottom: 6px;
  }
  header .header-wrapper .icons .cecurent {
    margin-left: 10px;
    flex: none;
  }
  header .header-wrapper .icons .cecurent img {
    display: block;
  }
  header .header-wrapper .icons .search {
    margin-left: 30px;
    flex: none;
    display: flex;
    align-items: center;
  }
  header .header-wrapper .icons .search form {
    display: none;
  }
  header .header-wrapper .icons .search img {
    height: 15px;
    display: block;
    cursor: pointer;
  }
  header .header-wrapper .icons .search.active form {
    display: flex;
    margin-right: 20px;
  }
  header .header-wrapper .icons .search.active form input {
    width: 100%;
    height: 30px;
    padding: 0px 10px;
    min-width: 220px;
    border: none;
    font-size: 14px;
    outline: none;
  }
  header .header-wrapper .icons .search.active form button {
    border: none;
    background: #fff;
    height: 30px;
    width: 26px;
    cursor: pointer;
  }
  header .header-wrapper .icons .search.active form button img {
    width: 15px;
    transition: opacity 0.3s;
  }
  header .header-wrapper .icons .search.active form button:hover img {
    opacity: 0.7;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  header .header-wrapper .logo {
    margin-right: 20px;
  }
  header .header-wrapper .logo a img {
    height: 52px;
  }
  header .header-wrapper nav .item a,
  header .header-wrapper nav .item span {
    letter-spacing: 2.5px;
    padding: 12px 15px;
  }
  header .header-wrapper nav .item .sub .title_item p {
    font-size: 40px;
    letter-spacing: 4px;
  }
  header .header-wrapper nav .item .sub .links .group {
    margin-right: 80px;
  }
}
@media screen and (max-width: 991px) {
  header {
    height: 50px;
    display: flex;
    align-items: center;
  }
  header .header-wrapper {
    width: 100%;
    padding: 0px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header .header-wrapper .logo {
    display: flex;
    align-items: center;
  }
  header .header-wrapper .logo a img {
    height: 34px;
    display: block;
  }
  header .header-wrapper .logo .text {
    display: block;
    margin-left: 15px;
  }
  header .header-wrapper .logo .text p {
    margin-bottom: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 9px;
    font-weight: bold;
    letter-spacing: 0.5px;
  }
  header .header-wrapper .logo .text p:first-child {
    margin-bottom: 2px;
  }
  header .header-wrapper .btn-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
    height: 40px;
    width: 40px;
    margin-right: -8px;
  }
  header .header-wrapper .btn-menu img {
    display: block;
    cursor: pointer;
  }
  header .header-wrapper nav {
    display: none;
    background: #3492d0;
    background: var(--main-color);
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin-top: 0;
    overflow-x: hidden;
    padding-top: 70px;
    padding-bottom: 50px;
  }
  header .header-wrapper nav .mobile {
    display: block;
  }
  header .header-wrapper nav .top {
    position: fixed;
    top: 0;
    height: 50px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.6);
  }
  header .header-wrapper nav .top .socials {
    margin-left: 15px;
    display: flex;
    align-items: center;
  }
  header .header-wrapper nav .top .socials a {
    margin-right: 15px;
  }
  header .header-wrapper nav .top .socials a:last-child {
    margin-right: 0;
    margin-top: 5px;
  }
  header .header-wrapper nav .top .socials a img {
    display: block;
    width: 20px;
    max-height: 20px;
  }
  header .header-wrapper nav .top .socials a img.icon-telegram {
    margin-bottom: 6px;
  }
  header .header-wrapper nav .top .btn-menu {
    margin-right: 0;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .header-wrapper nav .top .btn-menu img {
    height: 14px;
  }
  header .header-wrapper nav .search {
    margin-bottom: 20px;
    padding: 0px 15px;
  }
  header .header-wrapper nav .search form {
    display: flex;
  }
  header .header-wrapper nav .search form input,
  header .header-wrapper nav .search form button {
    height: 34px;
    border: none;
    outline: none;
    background: #fff;
  }
  header .header-wrapper nav .search form input {
    width: 100%;
    padding: 0px 10px;
    font-size: 14px;
  }
  header .header-wrapper nav .search form button {
    flex: none;
    width: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid;
    border-color: #3492d0;
    border-color: var(--main-color);
  }
  header .header-wrapper nav .search form button img {
    display: block;
    width: 14px;
  }
  header .header-wrapper nav .item {
    margin: 0 auto;
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  header .header-wrapper nav .item:last-child {
    border-bottom: none;
  }
  header .header-wrapper nav .item a,
  header .header-wrapper nav .item p {
    height: 40px;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-family: "cuprum", sans-serif;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    margin: 0;
  }
  header .header-wrapper nav .item .icon {
    position: absolute;
    margin-left: 100px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .header-wrapper nav .item .icon img {
    display: block;
    height: 14px;
    transform: rotate(90deg);
  }
  header .header-wrapper nav .item .sub {
    display: none;
  }
  header .header-wrapper nav .item.active .icon img {
    transform: rotate(-90deg);
  }
  header .header-wrapper nav .item.active .sub {
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 15px;
    padding-bottom: 5px;
    width: 100%;
  }
  header .header-wrapper nav .item.active .sub .title_item {
    display: none;
  }
  header .header-wrapper nav .item.active .sub .links {
    display: flex;
    flex-direction: column;
  }
  header .header-wrapper nav .item.active .sub .links .group {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  header .header-wrapper nav .item.active .sub .links .group a {
    margin-bottom: 10px;
    height: 100%;
    line-height: 1.4em;
    letter-spacing: 1.5px;
    font-size: 16px;
    display: inline-block;
    text-transform: none;
    font-weight: normal;
  }
  header .header-wrapper .info_item,
  header .header-wrapper .icons {
    display: none;
  }
  header.active .header-wrapper nav {
    display: block;
  }
}

footer {
  margin-top: 60px;
  background: #3492d0;
  background: var(--main-color);
}
footer .contacts {
  margin-top: 35px;
  display: flex;
  flex-direction: column;
}
footer .contacts p,
footer .contacts a {
  color: #fff;
  margin-bottom: 15px;
  font-family: "cuprum", sans-serif;
  font-size: 18px;
}
footer .socials {
  margin-top: 5px;
  display: flex;
  align-items: center;
}
footer .socials a {
  margin-right: 15px;
}
footer .socials a:last-child {
  margin-right: 0;
  margin-top: 5px;
}
footer .socials a img {
  display: block;
  width: 20px;
  max-height: 20px;
}
footer .socials a img.icon-telegram {
  margin-bottom: 6px;
}
footer .links {
  margin-top: 20px;
  margin-bottom: 10px;
}
footer .links * {
  color: #fff;
  margin-bottom: 8px;
  font-size: 13px;
}
footer .links *:hover {
  text-decoration: underline;
}
footer .review {
  margin-top: 20px;
}
footer .review a span {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
}
footer .review a img {
  height: 100px;
}
footer .map {
  margin-top: 35px;
  height: 320px !important;
  margin-bottom: 40px;
}
footer .copyrights {
  padding: 18px 0;
  display: flex;
  flex-wrap: wrap;
}
footer .copyrights p,
footer .copyrights a {
  color: #fff;
  margin-right: 50px;
  margin-bottom: 0;
  font-size: 13px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  footer {
    margin-top: 50px;
  }
  footer .contacts {
    margin-bottom: 20px;
  }
  footer .contacts p,
  footer .contacts a {
    margin-bottom: 12px;
    font-size: 16px;
  }
  footer .socials a {
    margin-right: 25px;
  }
  footer .map {
    margin-bottom: 30px;
  }
  footer .copyrights {
    padding: 15px 0 5px;
  }
  footer .copyrights p,
  footer .copyrights a {
    font-size: 12px;
    margin-right: 30px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    margin-top: 30px;
  }
  footer .container .row > div:nth-child(2) {
    padding: 0;
  }
  footer .contacts {
    margin-top: 25px;
  }
  footer .contacts p,
  footer .contacts a {
    font-size: 16px;
  }
  footer .socials {
    margin-top: 20px;
  }
  footer .socials a {
    margin-right: 25px;
  }
  footer .map {
    margin-top: 35px;
    margin-bottom: 0;
  }
  footer .copyrights {
    padding: 20px 0;
    display: block;
  }
  footer .copyrights p,
  footer .copyrights a {
    font-size: 13px;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.stub_index_slider {
  height: calc(100vh - 60px);
  width: 100%;
  background: #3492d0;
  background: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 2;
}
.stub_index_slider img {
  height: 120px;
  animation: spin 3s linear infinite;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 767px) {
  .stub_index_slider {
    display: none;
  }
}

.index-slider {
  height: calc(100vh - 60px);
  max-height: 880px;
  overflow: hidden;
  position: relative;
  background: #ffffff;
  background: -ms-radial-gradient(center, ellipse cover, #ffffff 0%, #3492d0 100%);
  background: radial-gradient(ellipse at center, #ffffff 0%, var(--main-color) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='var(--main-color)', GradientType=1 );
}
.index-slider .wrapper-slider {
  height: calc(100vh - 60px);
  max-height: 1080px;
  width: 1920px;
  overflow: hidden;
  position: absolute;
  margin-left: calc(50% - 960px);
}
.index-slider .wrapper-slider .item-index-slider {
  -webkit-transform: rotate(45deg);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}
.index-slider .wrapper-slider .item-index-slider .layer {
  height: 142%;
  width: 142%;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  transition: opacity 1.5s;
}
.index-slider .wrapper-slider .item-index-slider:nth-child(1) {
  margin-top: -205px;
  height: 410px;
  width: 410px;
}
.index-slider .wrapper-slider .item-index-slider:nth-child(2) {
  margin-left: 580px;
  margin-top: -205px;
  height: 410px;
  width: 410px;
}
.index-slider .wrapper-slider .item-index-slider:nth-child(3) {
  margin-left: 1546px;
  margin-top: -400px;
  height: 800px;
  width: 800px;
  opacity: 0.51;
}
.index-slider .wrapper-slider .item-index-slider:nth-child(4) {
  height: 915px;
  width: 915px;
  margin-top: 36px;
  margin-left: 770px;
}
.index-slider .wrapper-slider .item-index-slider:nth-child(5) {
  height: 700px;
  width: 700px;
  margin-top: 230px;
  margin-left: -350px;
}
.index-slider .wrapper-slider .item-index-slider:nth-child(6) {
  height: 410px;
  width: 410px;
  margin-top: 85px;
  margin-left: 290px;
}
.index-slider .wrapper-slider .item-index-slider:nth-child(6) .layer {
  opacity: 0.51;
}
.index-slider .wrapper-slider .item-index-slider:nth-child(7) {
  height: 556px;
  width: 556px;
  margin-top: 609px;
  margin-left: 303px;
  opacity: 0.51;
}
.index-slider .wrapper-slider .item-index-slider:nth-child(8) {
  height: 556px;
  width: 556px;
  margin-top: 609px;
  margin-left: 1596px;
}
.index-slider .section-logo {
  height: 100%;
  position: relative;
}
.index-slider .section-logo .logo-wrapper {
  margin-top: 105px;
  margin-left: -40px;
}
.index-slider .section-logo .logo-wrapper img {
  height: 204px;
}
.index-slider .section-logo .logo-wrapper .name {
  height: 112px;
  width: 610px;
  margin-top: -164px;
  margin-left: 60px;
  background: #3492d0;
  background: var(--main-color);
  padding: 10px 15px 10px 170px;
  display: flex;
  align-items: center;
}
.index-slider .section-logo .logo-wrapper .name h1 {
  margin-top: 10px;
  margin-bottom: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 32px;
  font-family: "bebas-neue", sans-serif;
  font-weight: normal;
  letter-spacing: 2.8px;
  line-height: 1.2em;
}
.index-slider .section-logo .logo-wrapper .event {
  width: 370px;
  margin-left: 230px;
  background: rgba(0, 0, 0, 0.5) url("/resources/images/icons/arrow-white-right.svg") no-repeat;
  background-position: center right 20px;
  transition: background 0.2s;
}
.index-slider .section-logo .logo-wrapper .event a {
  padding: 20px;
  display: block;
  height: 100%;
  color: #fff;
  padding-right: 50px;
}
.index-slider .section-logo .logo-wrapper .event a .title p {
  margin-bottom: 0;
  font-family: "bebas-neue", sans-serif;
  letter-spacing: 1px;
  line-height: 1.5em;
  font-size: 16px;
}
.index-slider .section-logo .logo-wrapper .event a .date {
  margin-top: 15px;
  display: flex;
  align-items: center;
}
.index-slider .section-logo .logo-wrapper .event a .date p {
  margin-bottom: 0;
  font-size: 14px;
}
.index-slider .section-logo .logo-wrapper .event a .date p:nth-child(2) {
  display: flex;
}
.index-slider .section-logo .logo-wrapper .event a .date p:nth-child(2):before {
  content: "";
  display: block;
  flex: none;
  height: 20px;
  width: 1px;
  background: #fff;
  margin-left: 15px;
  margin-right: 15px;
}
.index-slider .section-logo .logo-wrapper .event:hover {
  background-color: rgba(0, 0, 0, 0.7);
  background-position: center right 15px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .index-slider .section-logo .logo-wrapper {
    margin-top: 90px;
    margin-left: 0;
  }
  .index-slider .section-logo .logo-wrapper img {
    height: 160px;
  }
  .index-slider .section-logo .logo-wrapper .name {
    height: 90px;
    width: 550px;
    margin-top: -130px;
    margin-left: 60px;
    padding: 10px 15px 10px 130px;
  }
  .index-slider .section-logo .logo-wrapper .name h1 {
    font-size: 28px;
  }
  .index-slider .section-logo .logo-wrapper .events {
    width: 350px;
    margin-left: 190px;
  }
}
@media screen and (max-width: 767px) {
  .index-slider {
    height: calc(100vh - 50px);
    max-height: 680px;
  }
  .index-slider .wrapper-slider {
    height: calc(100vh - 50px);
    max-height: 680px;
    width: 767px;
    overflow: hidden;
    position: absolute;
    margin-left: 0;
  }
  .index-slider .wrapper-slider .item-index-slider {
    -webkit-transform: rotate(45deg);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
  }
  .index-slider .wrapper-slider .item-index-slider .layer {
    height: 142%;
    width: 142%;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    transition: opacity 1.5s;
  }
  .index-slider .wrapper-slider .item-index-slider:nth-child(1) {
    margin-top: -150px;
    margin-left: -150px;
    height: 340px;
    width: 340px;
    opacity: 0.5;
    z-index: 1;
  }
  .index-slider .wrapper-slider .item-index-slider:nth-child(1) .layer {
    background-position: right -50px bottom -150px !important;
  }
  .index-slider .wrapper-slider .item-index-slider:nth-child(2) {
    margin-left: 10px;
    margin-top: 50px;
    height: 600px;
    width: 600px;
    z-index: 3;
  }
  .index-slider .wrapper-slider .item-index-slider:nth-child(2) .layer {
    background-position: left -150px center !important;
  }
  .index-slider .wrapper-slider .item-index-slider:nth-child(3) {
    margin-left: -180px;
    margin-top: 520px;
    height: 340px;
    width: 340px;
    opacity: 0.5;
    z-index: 2;
  }
  .index-slider .wrapper-slider .item-index-slider:nth-child(3) .layer {
    background-position: right -100px top -50px !important;
  }
  .index-slider .wrapper-slider .item-index-slider:nth-child(4), .index-slider .wrapper-slider .item-index-slider:nth-child(5), .index-slider .wrapper-slider .item-index-slider:nth-child(6), .index-slider .wrapper-slider .item-index-slider:nth-child(7), .index-slider .wrapper-slider .item-index-slider:nth-child(8) {
    display: none;
  }
  .index-slider .section-logo {
    z-index: 10;
    display: flex;
    align-items: flex-end;
  }
  .index-slider .section-logo .logo-wrapper {
    margin: 0 0 120px;
  }
  .index-slider .section-logo .logo-wrapper img,
  .index-slider .section-logo .logo-wrapper .name {
    display: none;
  }
  .index-slider .section-logo .logo-wrapper .event {
    width: 100%;
    margin-left: 0;
  }
  .index-slider .section-logo .logo-wrapper .event a {
    padding: 10px;
  }
  .index-slider .section-logo .logo-wrapper .event a .title p {
    font-size: 18px;
  }
  .index-slider .section-logo .logo-wrapper .event a .date {
    margin-top: 10px;
  }
  .index-slider .section-logo .logo-wrapper .event a .date p {
    font-size: 12px;
  }
  .index-slider .section-logo .logo-wrapper .event a .date p:nth-child(2):before {
    height: 16px;
    margin-left: 12px;
    margin-right: 12px;
  }
}

.button_down {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  position: relative;
  background: #3492d0;
  background: var(--main-color);
  margin-top: -130px;
  margin-left: 80%;
  cursor: pointer;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
}
.button_down a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button_down a img {
  margin-top: 5px;
  max-height: 30px;
  display: block;
}
@media screen and (max-width: 767px) {
  .button_down {
    display: none;
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
.bounce {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: linear;
  animation-iteration-count: 3;
  animation-name: bounce;
}

#content_index {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  #content_index {
    margin-top: 0;
  }
}

.index-banners-top {
  padding-top: 30px;
}
@media screen and (max-width: 991px) {
  .index-banners-top {
    text-align: center;
  }
  .index-banners-top .col-12:not(:last-child) {
    margin-bottom: 20px;
  }
}

.index-news {
  padding-top: 30px;
}
.index-news-slider .slick-track .slick-slide {
  padding: 0px 10px;
}
.index-news-slider .slick-track .slick-slide .item .photo {
  height: 340px;
  width: 262px;
  margin-bottom: 15px;
}
.index-news-slider .slick-track .slick-slide .item .photo a {
  display: block;
  height: 100%;
}
.index-news-slider .slick-track .slick-slide .item a {
  font-weight: bold;
  color: #000;
  font-size: 16px;
  font-family: "noto-sans", sans-serif;
  transition: color 0.2s;
}
.index-news-slider .slick-track .slick-slide .item a:hover {
  color: #3492d0;
  color: var(--main-color);
}
.index-news-slider .slick-track .slick-slide .item p {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 13px;
  color: #9b9b9b;
}
.index-news .all-news {
  text-align: right;
  margin-top: 15px;
}
.index-news .all-news a {
  color: #000;
  font-family: "cuprum", sans-serif;
  font-size: 21px;
  font-weight: normal;
  transition: color 0.2s;
}
.index-news .all-news a img {
  margin-left: 8px;
}
.index-news .all-news a:hover {
  color: #3492d0;
  color: var(--main-color);
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .index-news-slider .slick-prev {
    left: -22px;
  }
  .index-news-slider .slick-next {
    right: -22px;
  }
  .index-news-slider .slick-track .slick-slide {
    padding: 0px 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .index-news {
    margin-top: 30px;
  }
  .index-news-slider .slick-prev {
    left: -28px;
  }
  .index-news-slider .slick-next {
    right: -28px;
  }
  .index-news-slider .slick-track .slick-slide .item .photo {
    height: 280px;
    width: 200px;
    margin-bottom: 10px;
  }
  .index-news-slider .slick-track .slick-slide .item {
    line-height: 1.3em;
  }
  .index-news-slider .slick-track .slick-slide .item a {
    font-size: 14px;
  }
  .index-news .all-news a {
    font-size: 18px;
  }
  .index-news .all-news a img {
    width: 16px;
    margin-left: 3px;
  }
}
@media screen and (max-width: 767px) {
  .index-news {
    margin-top: 20px;
  }
  .index-news-slider .slick-list {
    margin: 0 -5px;
  }
  .index-news-slider .slick-track .slick-slide {
    padding: 0;
    margin: 0 5px;
  }
  .index-news-slider .slick-track .slick-slide .item .photo {
    height: 210px;
    width: 100%;
    margin-bottom: 10px;
  }
  .index-news-slider .slick-track .slick-slide .item {
    line-height: 1em;
  }
  .index-news-slider .slick-track .slick-slide .item a {
    font-size: 13px;
  }
  .index-news-slider .slick-track .slick-slide .item p {
    font-size: 12px;
  }
  .index-news .all-news a {
    font-size: 18px;
  }
  .index-news .all-news a img {
    width: 14px;
    margin-left: 4px;
  }
}

.list-poster .item {
  border-bottom: 1px solid;
  border-color: #3492d0;
  border-color: var(--main-color);
  display: flex;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.list-poster .item:last-child {
  margin-bottom: 0;
}
.list-poster .item .date {
  width: 160px;
  flex: none;
  text-align: center;
  margin-right: 60px;
}
.list-poster .item .date p:nth-child(1) {
  font-size: 22px;
}
.list-poster .item .date p:nth-child(1) span {
  font-family: "noto-sans", sans-serif;
  font-size: 68px;
  display: block;
  line-height: 1;
}
.list-poster .item .date p:nth-child(2) span {
  display: block;
  height: 2px;
}
.list-poster .item .date p:nth-child(2), .list-poster .item .date p:nth-child(3) {
  font-family: "noto-sans", sans-serif;
  font-size: 14px;
  margin-bottom: 10px;
}
.list-poster .item .date p:nth-child(3) {
  margin-bottom: 0;
}
.list-poster .item .description {
  margin-top: 15px;
  width: 100%;
}
.list-poster .item .description a {
  font-size: 30px;
  font-family: "cuprum", sans-serif;
  color: #000;
  line-height: 1.2em;
  transition: color 0.2s;
}
.list-poster .item .description a:hover {
  color: #3492d0;
  color: var(--main-color);
}
.list-poster .item .description p {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.7em;
  font-family: "noto-sans", sans-serif;
}
.list-poster .item .photo {
  flex: none;
  width: 124px;
  margin-left: 60px;
}
.list-poster .item .photo img {
  max-height: 100%;
  max-width: 100%;
  display: block;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .list-poster .item .description {
    margin-top: 10px;
  }
  .list-poster .item .description a {
    font-size: 26px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .list-poster .item {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .list-poster .item .date {
    width: 140px;
    margin-right: 30px;
  }
  .list-poster .item .date p:nth-child(1) {
    font-size: 18px;
  }
  .list-poster .item .date p:nth-child(1) span {
    font-size: 46px;
  }
  .list-poster .item .description {
    margin-top: 10px;
  }
  .list-poster .item .description a {
    font-size: 22px;
    line-height: 1.2em;
  }
  .list-poster .item .description p {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.7em;
  }
  .list-poster .item .photo {
    margin-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .list-poster .item {
    padding-bottom: 20px;
    margin-bottom: 20px;
    flex-direction: column;
    border-color: #e6e6e6;
  }
  .list-poster .item:last-child {
    border: none;
    padding: 0;
    margin: 0;
  }
  .list-poster .item .date {
    text-align: left;
    margin-right: 0;
  }
  .list-poster .item .date p:nth-child(1) {
    font-weight: bold;
  }
  .list-poster .item .date p:nth-child(1), .list-poster .item .date p:nth-child(2) {
    line-height: 1em;
    display: flex;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .list-poster .item .date p:nth-child(1) span {
    font-size: 14px;
    margin-right: 4px;
  }
  .list-poster .item .date p:nth-child(2) span {
    margin: 0px 2px;
  }
  .list-poster .item .date p:nth-child(3) {
    display: block;
    width: 100%;
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 14px;
  }
  .list-poster .item .description {
    order: 3;
  }
  .list-poster .item .description a {
    font-size: 18px;
    line-height: 1.3em;
    font-weight: bold;
  }
  .list-poster .item .description p {
    font-size: 14px;
    line-height: 1.7em;
  }
  .list-poster .item.item-photo .date {
    height: 180px;
    margin-top: -180px;
    width: calc(100% - 150px);
    order: 2;
    margin-left: 150px;
  }
  .list-poster .item.item-photo .description {
    order: 3;
  }
  .list-poster .item.item-photo .photo {
    width: 130px;
    height: 180px;
    margin-left: 0;
    order: 1;
  }
  .list-poster .item.item-photo .photo img {
    max-height: 100%;
  }
  .list-poster .item.item-no-photo .date {
    width: 100%;
    order: 1;
  }
  .list-poster .item.item-no-photo .description {
    order: 2;
  }
  .list-poster .item.item-no-photo .photo {
    display: none;
  }
}

.index-poster {
  margin-top: 30px;
  margin-bottom: 50px;
}
.index-poster .heading-poster {
  text-align: center;
  border-bottom: 1px solid;
  border-color: #3492d0;
  border-color: var(--main-color);
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.index-poster .heading-poster a {
  font-family: "cuprum", sans-serif;
  font-weight: bold;
  font-size: 44px;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  color: #000;
  transition: color 0.2s;
}
.index-poster .heading-poster a:hover {
  color: #3492d0;
  color: var(--main-color);
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .index-poster {
    margin-bottom: 30px;
  }
  .index-poster .heading-poster {
    margin-bottom: 25px;
    padding-bottom: 15px;
  }
  .index-poster .heading-poster a {
    font-size: 34px;
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 767px) {
  .index-poster {
    margin-bottom: 30px;
  }
  .index-poster .heading-poster {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border: none;
  }
  .index-poster .heading-poster a {
    font-size: 32px;
  }
}

.about-section {
  margin-top: 50px;
  margin-bottom: 70px;
}
.about-section img {
  display: block;
  max-width: 100%;
}
.about-section .description {
  padding: 20px 50px 50px;
  background: #3492d0;
  background: var(--main-color);
  margin-top: 50px;
  margin-left: -100px;
  color: #fff;
}
.about-section .description .title {
  text-align: center;
  margin-bottom: 20px;
}
.about-section .description .title h2 {
  text-transform: uppercase;
  font-family: "cuprum", sans-serif;
  letter-spacing: 4px;
  font-size: 55px;
  margin-bottom: 0;
}
.about-section .description p {
  font-size: 15px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .about-section .description {
    padding: 20px 30px 30px;
  }
  .about-section .description .title {
    text-align: center;
    margin-bottom: 20px;
  }
  .about-section .description .title h2 {
    font-size: 44px;
  }
}
@media screen and (max-width: 991px) {
  .about-section {
    margin-top: 50px;
    margin-bottom: 70px;
  }
  .about-section .description {
    padding: 20px;
    margin-top: 20px;
    margin-left: -150px;
  }
  .about-section .description .title {
    margin-bottom: 10px;
  }
  .about-section .description .title h2 {
    font-size: 34px;
    margin-bottom: 0;
    line-height: 1em;
  }
  .about-section .description p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .about-section {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .about-section img {
    display: block;
    max-width: 100%;
  }
  .about-section > div {
    padding: 0;
  }
  .about-section > div:nth-child(1) {
    order: 2;
  }
  .about-section > div:nth-child(2) {
    order: 1;
  }
  .about-section .description {
    padding: 30px;
    margin: 0;
  }
  .about-section .description .title {
    margin-bottom: 15px;
  }
  .about-section .description .title h2 {
    letter-spacing: 2.3px;
    font-size: 32px;
  }
  .about-section .description p {
    font-size: 13px;
  }
}

.index-banners .slick-track {
  display: flex;
  align-items: center;
}
.index-banners .slick-track .slick-slide {
  display: flex;
  justify-content: center;
}
.index-banners .slick-track .item {
  padding: 0px 10px;
}
.index-banners .slick-track .item img {
  max-height: 140px;
  max-width: 100%;
}
@media screen and (max-width: 1199px) {
  .index-banners {
    padding: 0px 20px;
  }
  .index-banners .slick-prev {
    left: -20px;
  }
  .index-banners .slick-next {
    right: -20px;
  }
}
@media screen and (max-width: 767px) {
  .index-banners {
    padding: 0px 20px;
    margin-bottom: 10px;
  }
  .index-banners .slick-prev {
    left: -5px;
  }
  .index-banners .slick-next {
    right: -5px;
  }
}

.news-index .list-categories .item .photo {
  height: 340px;
  margin-bottom: 10px;
}
.news-index .list-categories .item .photo a {
  display: block;
  height: 100%;
}
.news-index .list-categories .item .title {
  margin-bottom: 2px;
}
.news-index .list-categories .item .title a {
  color: #000;
  transition: color 0.2s;
  font-weight: bold;
  font-family: "cuprum", sans-serif;
  font-size: 22px;
}
.news-index .list-categories .item .title a:hover {
  color: #3492d0;
  color: var(--main-color);
}
.news-index .list-categories .item .description p {
  font-family: "cuprum", sans-serif;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  color: #333;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .news-index .list-categories .item .photo {
    height: 280px;
  }
  .news-index .list-categories .item .title a {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .news-index .list-categories .item .photo {
    height: 270px;
  }
  .news-index .list-categories .item .title a {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .news-index .list-categories .item .photo {
    height: 230px;
    margin-bottom: 5px;
  }
  .news-index .list-categories .item .title a {
    font-size: 16px;
  }
  .news-index .list-categories .item .description p {
    font-size: 13px;
  }
}
@media screen and (max-width: 360px) {
  .news-index .list-categories .item .photo {
    height: 180px;
  }
}

.news-category .list-news .item {
  margin-bottom: 50px;
}
.news-category .list-news .item .photo {
  height: 340px;
  margin-bottom: 10px;
}
.news-category .list-news .item .photo a {
  display: block;
  height: 100%;
}
.news-category .list-news .item a {
  font-family: "noto-sans", sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  transition: color 0.2s;
}
.news-category .list-news .item a:hover {
  color: #3492d0;
  color: var(--main-color);
}
.news-category .list-news .item .date {
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.news-category .list-news .item .date .icons {
  display: none;
}
.news-category .list-news .item .date p {
  color: #9b9b9b;
  font-size: 13px;
  margin-bottom: 0;
  line-height: 1;
}
.news-category__media .list-news .item {
  margin-bottom: 30px;
}
.news-category__media .list-news .item .photo {
  height: 160px;
  margin-bottom: 8px;
}
.news-category__media .list-news .item a {
  font-weight: normal;
  font-size: 14px;
}
.news-category__media .list-news .item .date .icons {
  margin-right: 10px;
  align-items: center;
  display: flex;
}
.news-category__media .list-news .item .date .icons img {
  height: 16px;
  display: block;
}
.news-category__media .list-news .item .date .icons img:nth-child(2) {
  margin-left: 6px;
}
@media screen and (max-width: 767px) {
  .news-category .list-news .item {
    margin-bottom: 30px;
  }
  .news-category .list-news .item .photo {
    height: 220px;
  }
  .news-category .list-news .item a {
    font-size: 14px;
  }
  .news-category .list-news .item .date p {
    font-size: 12px;
  }
  .news-category__media .list-news .item {
    margin-bottom: 20px;
  }
  .news-category__media .list-news .item .photo {
    height: 130px;
  }
  .news-category__media .list-news .item a {
    font-weight: normal;
    font-size: 14px;
  }
  .news-category__media .list-news .item .date .icons {
    margin-right: 8px;
  }
  .news-category__media .list-news .item .date .icons img {
    height: 14px;
  }
}
@media screen and (max-width: 360px) {
  .news-category .list-news .item .photo {
    height: 170px;
  }
  .news-category__media .list-news .item .photo {
    height: 100px;
  }
  .news-category__media .list-news .item .date .icons {
    margin-right: 5px;
  }
  .news-category__media .list-news .item .date .icons img {
    height: 12px;
  }
  .news-category__media .list-news .item .date p {
    font-size: 11px;
  }
}

.news-post {
  padding-top: 30px;
}
.news-post .date {
  margin-bottom: 5px;
}
.news-post .date p {
  margin-bottom: 0;
  font-size: 14px;
  color: #d0021b;
}
.news-post .heading h1 {
  font-size: 30px;
  font-family: "cuprum", sans-serif;
  font-weight: bold;
}
.news-post .main-photo {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .news-post {
    padding-top: 15px;
  }
  .news-post .date p {
    font-size: 13px;
  }
  .news-post .heading h1 {
    font-size: 22px;
  }
  .news-post .main-photo {
    margin-bottom: 10px;
  }
}

.post-show .videos {
  margin-top: 10px;
  margin-bottom: 10px;
}
.post-show .videos iframe {
  max-width: 100%;
}
.post-show .media .all_media {
  margin-top: 30px;
  text-transform: uppercase;
  display: flex;
  justify-content: flex-end;
}
.post-show .media .all_media a {
  font-family: "cuprum", sans-serif;
  color: #000;
  transition: color 0.2s;
  font-size: 21px;
  display: flex;
  align-items: center;
  transition: opacity 0.2s;
}
.post-show .media .all_media a img {
  display: block;
  margin-left: 10px;
}
.post-show .media .all_media:hover a {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .post-show iframe {
    height: 200px;
  }
  .post-show .media .all_media {
    margin-top: 20px;
    justify-content: flex-start;
  }
  .post-show .media .all_media a {
    font-size: 13px;
  }
  .post-show .media .all_media a img {
    width: 13px;
    margin-left: 6px;
  }
}

.events .calendar {
  margin-top: 10px;
  margin-bottom: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid;
  border-color: #3492d0;
  border-color: var(--main-color);
}
.events .calendar .months {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.events .calendar .months .select p {
  margin: 0;
  font-size: 29px;
  font-family: "cuprum", sans-serif;
  font-weight: bold;
  line-height: 1;
}
.events .calendar .months .list {
  display: flex;
}
.events .calendar .months .list a {
  color: #000;
  font-family: "cuprum", sans-serif;
  font-size: 18px;
  font-weight: bold;
  transition: opacity 0.2s;
}
.events .calendar .months .list a:hover {
  opacity: 0.7;
}
.events .calendar .months .list a:first-child {
  padding-left: 25px;
  background-image: url("/resources/images/icons/arrow-left-2.svg");
  background-repeat: no-repeat;
  background-position: left center;
  margin-right: 10px;
}
.events .calendar .months .list a:last-child {
  margin-left: 10px;
  padding-right: 25px;
  background-image: url("/resources/images/icons/arrow-right-2.svg");
  background-repeat: no-repeat;
  background-position: right center;
}
.events .calendar .weekdays {
  display: flex;
  justify-content: space-between;
}
.events .calendar .weekdays .item {
  width: 30px;
  height: 24px;
  flex: none;
  font-family: "noto-sans", sans-serif;
  font-weight: bold;
  color: #000;
  text-align: center;
  font-size: 14px;
}
.events .calendar .weekdays .item.red {
  color: #a90a0a;
}
.events .calendar .weekdays.mobile {
  display: none;
}
.events .calendar .days {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
.events .calendar .days .item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 30px;
  height: 30px;
  font-size: 14px;
  font-family: "noto-sans", sans-serif;
}
.events .calendar .days .item a.drop-open {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  height: 100%;
  width: 100%;
  background: #3492d0;
  background: var(--main-color);
  color: #fff;
  font-family: "noto-sans", sans-serif;
}
.events .calendar .days .item .drop-list {
  flex: none;
  background: #fff;
  z-index: 2;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}
.events .calendar .days .item .drop-list.hidden {
  display: none;
}
.events .calendar .days .item .drop-list .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.events .calendar .days .item .drop-list .top p {
  margin: 0;
  font-weight: bold;
  font-family: "cuprum", sans-serif;
  font-size: 16px;
  color: #000;
  letter-spacing: 1px;
}
.events .calendar .days .item .drop-list .top a {
  font-size: 30px;
  font-weight: bold;
  margin: 0;
  line-height: 1;
  color: #000;
  color: #3492d0;
  color: var(--main-color);
}
.events .calendar .days .item .drop-list .list {
  top: 50%;
  display: flex;
  flex-direction: column;
}
.events .calendar .days .item .drop-list .list a {
  color: #000;
  font-family: "cuprum", sans-serif;
  font-size: 15px;
  margin-bottom: 12px;
  display: inline-block;
  line-height: 1.4em;
  transition: color 0.2s;
}
.events .calendar .days .item .drop-list .list a:last-child {
  margin-bottom: 0;
}
.events .calendar .days .item .drop-list .list a:hover {
  color: #3492d0;
  color: var(--main-color);
}
@media screen and (min-width: 992px) {
  .events .calendar .days .item:nth-child(1) .drop-list {
    left: 0;
  }
  .events .calendar .days .item:nth-child(1) .drop-list:before {
    left: 0;
    margin-left: 5px;
  }
  .events .calendar .days .item:nth-child(2) .drop-list {
    left: 0;
  }
  .events .calendar .days .item:nth-child(2) .drop-list:before {
    left: 0;
    margin-left: 5px;
  }
  .events .calendar .days .item:nth-child(3) .drop-list {
    left: 0;
  }
  .events .calendar .days .item:nth-child(3) .drop-list:before {
    left: 0;
    margin-left: 5px;
  }
  .events .calendar .days .item:nth-child(4) .drop-list {
    left: 0;
  }
  .events .calendar .days .item:nth-child(4) .drop-list:before {
    left: 0;
    margin-left: 5px;
  }
  .events .calendar .days .item:nth-child(5) .drop-list {
    left: 0;
  }
  .events .calendar .days .item:nth-child(5) .drop-list:before {
    left: 0;
    margin-left: 5px;
  }
  .events .calendar .days .item:nth-child(6) .drop-list {
    left: 0;
  }
  .events .calendar .days .item:nth-child(6) .drop-list:before {
    left: 0;
    margin-left: 5px;
  }
  .events .calendar .days .item:nth-child(7) .drop-list {
    left: 0;
  }
  .events .calendar .days .item:nth-child(7) .drop-list:before {
    left: 0;
    margin-left: 5px;
  }
  .events .calendar .days .item:nth-child(8) .drop-list {
    left: 0;
  }
  .events .calendar .days .item:nth-child(8) .drop-list:before {
    left: 0;
    margin-left: 5px;
  }
  .events .calendar .days .item:nth-child(9) .drop-list {
    left: 0;
  }
  .events .calendar .days .item:nth-child(9) .drop-list:before {
    left: 0;
    margin-left: 5px;
  }
  .events .calendar .days .item:nth-child(10) .drop-list {
    left: 0;
  }
  .events .calendar .days .item:nth-child(10) .drop-list:before {
    left: 0;
    margin-left: 5px;
  }
  .events .calendar .days .item:nth-child(11) .drop-list {
    left: 0;
  }
  .events .calendar .days .item:nth-child(11) .drop-list:before {
    left: 0;
    margin-left: 5px;
  }
  .events .calendar .days .item:nth-child(12) .drop-list {
    left: 0;
  }
  .events .calendar .days .item:nth-child(12) .drop-list:before {
    left: 0;
    margin-left: 5px;
  }
  .events .calendar .days .item:nth-child(13) .drop-list {
    left: 0;
  }
  .events .calendar .days .item:nth-child(13) .drop-list:before {
    left: 0;
    margin-left: 5px;
  }
  .events .calendar .days .item:nth-child(14) .drop-list {
    left: 0;
  }
  .events .calendar .days .item:nth-child(14) .drop-list:before {
    left: 0;
    margin-left: 5px;
  }
  .events .calendar .days .item:nth-child(15) .drop-list {
    left: 0;
  }
  .events .calendar .days .item:nth-child(15) .drop-list:before {
    left: 0;
    margin-left: 5px;
  }
  .events .calendar .days .item:nth-child(15) .drop-list {
    right: 0;
  }
  .events .calendar .days .item:nth-child(15) .drop-list:before {
    right: 0;
    margin-right: 5px;
  }
  .events .calendar .days .item:nth-child(16) .drop-list {
    right: 0;
  }
  .events .calendar .days .item:nth-child(16) .drop-list:before {
    right: 0;
    margin-right: 5px;
  }
  .events .calendar .days .item:nth-child(17) .drop-list {
    right: 0;
  }
  .events .calendar .days .item:nth-child(17) .drop-list:before {
    right: 0;
    margin-right: 5px;
  }
  .events .calendar .days .item:nth-child(18) .drop-list {
    right: 0;
  }
  .events .calendar .days .item:nth-child(18) .drop-list:before {
    right: 0;
    margin-right: 5px;
  }
  .events .calendar .days .item:nth-child(19) .drop-list {
    right: 0;
  }
  .events .calendar .days .item:nth-child(19) .drop-list:before {
    right: 0;
    margin-right: 5px;
  }
  .events .calendar .days .item:nth-child(20) .drop-list {
    right: 0;
  }
  .events .calendar .days .item:nth-child(20) .drop-list:before {
    right: 0;
    margin-right: 5px;
  }
  .events .calendar .days .item:nth-child(21) .drop-list {
    right: 0;
  }
  .events .calendar .days .item:nth-child(21) .drop-list:before {
    right: 0;
    margin-right: 5px;
  }
  .events .calendar .days .item:nth-child(22) .drop-list {
    right: 0;
  }
  .events .calendar .days .item:nth-child(22) .drop-list:before {
    right: 0;
    margin-right: 5px;
  }
  .events .calendar .days .item:nth-child(23) .drop-list {
    right: 0;
  }
  .events .calendar .days .item:nth-child(23) .drop-list:before {
    right: 0;
    margin-right: 5px;
  }
  .events .calendar .days .item:nth-child(24) .drop-list {
    right: 0;
  }
  .events .calendar .days .item:nth-child(24) .drop-list:before {
    right: 0;
    margin-right: 5px;
  }
  .events .calendar .days .item:nth-child(25) .drop-list {
    right: 0;
  }
  .events .calendar .days .item:nth-child(25) .drop-list:before {
    right: 0;
    margin-right: 5px;
  }
  .events .calendar .days .item:nth-child(26) .drop-list {
    right: 0;
  }
  .events .calendar .days .item:nth-child(26) .drop-list:before {
    right: 0;
    margin-right: 5px;
  }
  .events .calendar .days .item:nth-child(27) .drop-list {
    right: 0;
  }
  .events .calendar .days .item:nth-child(27) .drop-list:before {
    right: 0;
    margin-right: 5px;
  }
  .events .calendar .days .item:nth-child(28) .drop-list {
    right: 0;
  }
  .events .calendar .days .item:nth-child(28) .drop-list:before {
    right: 0;
    margin-right: 5px;
  }
  .events .calendar .days .item:nth-child(29) .drop-list {
    right: 0;
  }
  .events .calendar .days .item:nth-child(29) .drop-list:before {
    right: 0;
    margin-right: 5px;
  }
  .events .calendar .days .item:nth-child(30) .drop-list {
    right: 0;
  }
  .events .calendar .days .item:nth-child(30) .drop-list:before {
    right: 0;
    margin-right: 5px;
  }
  .events .calendar .days .item:nth-child(31) .drop-list {
    right: 0;
  }
  .events .calendar .days .item:nth-child(31) .drop-list:before {
    right: 0;
    margin-right: 5px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .events .calendar {
    padding-bottom: 30px;
  }
  .events .calendar .months .select p {
    font-size: 24px;
  }
  .events .calendar .weekdays .item {
    width: 24px;
    height: 16px;
    font-size: 12px;
  }
  .events .calendar .weekdays.mobile {
    display: none;
  }
  .events .calendar .days {
    margin-top: 8px;
  }
  .events .calendar .days .item {
    width: 24px;
    height: 24px;
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .events .calendar .days {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
  }
  .events .calendar .days .item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
    width: 30px;
    height: 30px;
    font-size: 14px;
    font-family: "noto-sans", sans-serif;
  }
  .events .calendar .days .item a.drop-open {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    background: #3492d0;
    background: var(--main-color);
    color: #fff;
    font-family: "noto-sans", sans-serif;
  }
  .events .calendar .days .item .drop-list {
    top: 0;
    margin-top: 50px;
    position: absolute;
    width: 300px;
    padding: 10px 15px 20px;
  }
  .events .calendar .days .item .drop-list:before {
    content: "";
    position: absolute;
    border: 10px solid transparent;
    border-bottom: 20px solid #fff;
    top: 0;
    margin-top: -20px;
  }
  .events .calendar .days .item .drop-list.hidden {
    display: none;
  }
  .events .calendar .days .item .drop-list .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }
  .events .calendar .days .item .drop-list .top p {
    margin: 0;
    font-weight: bold;
    font-family: "cuprum", sans-serif;
    font-size: 16px;
    color: #000;
    letter-spacing: 1px;
  }
  .events .calendar .days .item .drop-list .top a {
    font-size: 30px;
    font-weight: bold;
    margin: 0;
    line-height: 1;
    color: #000;
    color: #3492d0;
    color: var(--main-color);
  }
  .events .calendar .days .item .drop-list .list {
    display: flex;
    flex-direction: column;
  }
  .events .calendar .days .item .drop-list .list a {
    color: #000;
    font-family: "cuprum", sans-serif;
    font-size: 15px;
    margin-bottom: 12px;
    display: inline-block;
    line-height: 1.4em;
    transition: color 0.2s;
  }
  .events .calendar .days .item .drop-list .list a:last-child {
    margin-bottom: 0;
  }
  .events .calendar .days .item .drop-list .list a:hover {
    color: #3492d0;
    color: var(--main-color);
  }
}
@media screen and (max-width: 991px) {
  .events .calendar .weekdays,
  .events .calendar .days {
    width: 100%;
    justify-content: flex-start;
  }
  .events .calendar .days {
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .events .calendar {
    margin-top: 10px;
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
  .events .calendar .months {
    margin-bottom: 20px;
    display: block;
    position: absolute;
    right: 0;
    width: 300px;
  }
  .events .calendar .months .select {
    text-align: center;
    margin-bottom: 20px;
  }
  .events .calendar .months .select p {
    margin: 0;
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #3492d0;
    color: var(--main-color);
  }
  .events .calendar .months .list {
    justify-content: center;
  }
  .events .calendar .weekdays,
  .events .calendar .days {
    max-width: 360px;
  }
  .events .calendar .days {
    max-height: 320px;
  }
  .events .calendar .weekdays .item {
    height: 24px;
    font-size: 16px;
    width: 12%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .events .calendar .weekdays.desktop {
    display: none;
  }
  .events .calendar .weekdays.mobile {
    display: flex;
  }
  .events .calendar .days {
    margin-top: 10px;
  }
  .events .calendar .days[day-offset="2"] .item:first-child {
    margin-left: 15%;
  }
  .events .calendar .days[day-offset="3"] .item:first-child {
    margin-left: 29%;
  }
  .events .calendar .days[day-offset="4"] .item:first-child {
    margin-left: 43%;
  }
  .events .calendar .days[day-offset="5"] .item:first-child {
    margin-left: 57%;
  }
  .events .calendar .days[day-offset="6"] .item:first-child {
    margin-left: 71%;
  }
  .events .calendar .days[day-offset="7"] .item:first-child {
    margin-left: 85%;
  }
  .events .calendar .days .item {
    width: 43px;
    height: 43px;
    font-size: 16px;
    margin-bottom: 8px;
    margin-left: 1%;
    margin-right: 1%;
  }
  .events .calendar .days .item .drop-list .list a {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.3em;
  }
  .events .calendar .days .item:nth-child(1) .drop-list {
    left: 0;
  }
  .events .calendar .days .item:nth-child(1) .drop-list:before {
    left: 0 !important;
    margin-left: 12px !important;
  }
  .events .calendar .days .item:nth-child(2) .drop-list {
    left: 0;
  }
  .events .calendar .days .item:nth-child(2) .drop-list:before {
    left: 0 !important;
    margin-left: 12px !important;
  }
  .events .calendar .days .item:nth-child(3) .drop-list {
    left: 0;
  }
  .events .calendar .days .item:nth-child(3) .drop-list:before {
    left: 0 !important;
    margin-left: 12px !important;
  }
  .events .calendar .days .item:nth-child(4) .drop-list {
    left: 0;
  }
  .events .calendar .days .item:nth-child(4) .drop-list:before {
    left: 0 !important;
    margin-left: 12px !important;
  }
  .events .calendar .days .item:nth-child(5) .drop-list {
    left: 0;
  }
  .events .calendar .days .item:nth-child(5) .drop-list:before {
    left: 0 !important;
    margin-left: 12px !important;
  }
  .events .calendar .days .item:nth-child(6) .drop-list {
    left: 0;
  }
  .events .calendar .days .item:nth-child(6) .drop-list:before {
    left: 0 !important;
    margin-left: 12px !important;
  }
  .events .calendar .days .item:nth-child(7) .drop-list {
    left: 0;
  }
  .events .calendar .days .item:nth-child(7) .drop-list:before {
    left: 0 !important;
    margin-left: 12px !important;
  }
  .events .calendar .days .item:nth-child(8) .drop-list {
    left: 0;
  }
  .events .calendar .days .item:nth-child(8) .drop-list:before {
    left: 0 !important;
    margin-left: 12px !important;
  }
  .events .calendar .days .item:nth-child(9) .drop-list {
    left: 0;
  }
  .events .calendar .days .item:nth-child(9) .drop-list:before {
    left: 0 !important;
    margin-left: 12px !important;
  }
  .events .calendar .days .item:nth-child(10) .drop-list {
    left: 0;
  }
  .events .calendar .days .item:nth-child(10) .drop-list:before {
    left: 0 !important;
    margin-left: 12px !important;
  }
  .events .calendar .days .item:nth-child(11) .drop-list {
    left: 0;
  }
  .events .calendar .days .item:nth-child(11) .drop-list:before {
    left: 0 !important;
    margin-left: 12px !important;
  }
  .events .calendar .days .item:nth-child(12) .drop-list {
    left: 0;
  }
  .events .calendar .days .item:nth-child(12) .drop-list:before {
    left: 0 !important;
    margin-left: 12px !important;
  }
  .events .calendar .days .item:nth-child(13) .drop-list {
    left: 0;
  }
  .events .calendar .days .item:nth-child(13) .drop-list:before {
    left: 0 !important;
    margin-left: 12px !important;
  }
  .events .calendar .days .item:nth-child(14) .drop-list {
    left: 0;
  }
  .events .calendar .days .item:nth-child(14) .drop-list:before {
    left: 0 !important;
    margin-left: 12px !important;
  }
  .events .calendar .days .item:nth-child(15) .drop-list {
    left: 0;
  }
  .events .calendar .days .item:nth-child(15) .drop-list:before {
    left: 0 !important;
    margin-left: 12px !important;
  }
  .events .calendar .days .item:nth-child(16) .drop-list {
    left: 0;
  }
  .events .calendar .days .item:nth-child(16) .drop-list:before {
    left: 0 !important;
    margin-left: 12px !important;
  }
  .events .calendar .days .item:nth-child(17) .drop-list {
    left: 0;
  }
  .events .calendar .days .item:nth-child(17) .drop-list:before {
    left: 0 !important;
    margin-left: 12px !important;
  }
  .events .calendar .days .item:nth-child(18) .drop-list {
    left: 0;
  }
  .events .calendar .days .item:nth-child(18) .drop-list:before {
    left: 0 !important;
    margin-left: 12px !important;
  }
  .events .calendar .days .item:nth-child(19) .drop-list {
    left: 0;
  }
  .events .calendar .days .item:nth-child(19) .drop-list:before {
    left: 0 !important;
    margin-left: 12px !important;
  }
  .events .calendar .days .item:nth-child(20) .drop-list {
    left: 0;
  }
  .events .calendar .days .item:nth-child(20) .drop-list:before {
    left: 0 !important;
    margin-left: 12px !important;
  }
  .events .calendar .days .item:nth-child(21) .drop-list {
    left: 0;
  }
  .events .calendar .days .item:nth-child(21) .drop-list:before {
    left: 0 !important;
    margin-left: 12px !important;
  }
  .events .calendar .days .item:nth-child(22) .drop-list {
    left: 0;
  }
  .events .calendar .days .item:nth-child(22) .drop-list:before {
    left: 0 !important;
    margin-left: 12px !important;
  }
  .events .calendar .days .item:nth-child(23) .drop-list {
    left: 0;
  }
  .events .calendar .days .item:nth-child(23) .drop-list:before {
    left: 0 !important;
    margin-left: 12px !important;
  }
  .events .calendar .days .item:nth-child(24) .drop-list {
    left: 0;
  }
  .events .calendar .days .item:nth-child(24) .drop-list:before {
    left: 0 !important;
    margin-left: 12px !important;
  }
  .events .calendar .days .item:nth-child(25) .drop-list {
    left: 0;
  }
  .events .calendar .days .item:nth-child(25) .drop-list:before {
    left: 0 !important;
    margin-left: 12px !important;
  }
  .events .calendar .days .item:nth-child(26) .drop-list {
    left: 0;
  }
  .events .calendar .days .item:nth-child(26) .drop-list:before {
    left: 0 !important;
    margin-left: 12px !important;
  }
  .events .calendar .days .item:nth-child(27) .drop-list {
    left: 0;
  }
  .events .calendar .days .item:nth-child(27) .drop-list:before {
    left: 0 !important;
    margin-left: 12px !important;
  }
  .events .calendar .days .item:nth-child(28) .drop-list {
    left: 0;
  }
  .events .calendar .days .item:nth-child(28) .drop-list:before {
    left: 0 !important;
    margin-left: 12px !important;
  }
  .events .calendar .days .item:nth-child(29) .drop-list {
    left: 0;
  }
  .events .calendar .days .item:nth-child(29) .drop-list:before {
    left: 0 !important;
    margin-left: 12px !important;
  }
  .events .calendar .days .item:nth-child(30) .drop-list {
    left: 0;
  }
  .events .calendar .days .item:nth-child(30) .drop-list:before {
    left: 0 !important;
    margin-left: 12px !important;
  }
  .events .calendar .days .item:nth-child(31) .drop-list {
    left: 0;
  }
  .events .calendar .days .item:nth-child(31) .drop-list:before {
    left: 0 !important;
    margin-left: 12px !important;
  }
}
@media screen and (max-width: 767px) {
  .events .calendar {
    margin-top: 5px;
    margin-bottom: 25px;
    padding-bottom: 15px;
  }
  .events .calendar .months {
    margin-bottom: 20px;
    background: #efefef;
    padding: 8px;
  }
  .events .calendar .months .select p {
    font-size: 16px;
  }
  .events .calendar .months .list a {
    font-size: 14px;
    background-size: 14px;
  }
  .events .calendar .months .list a:first-child {
    padding-left: 20px;
    margin-right: 10px;
  }
  .events .calendar .months .list a:last-child {
    margin-left: 10px;
    padding-right: 20px;
  }
  .events .calendar .weekdays {
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 15px;
  }
  .events .calendar .weekdays .item {
    width: 10vw;
    height: 20px;
    margin-right: 1.45vw;
    margin-left: 1.45vw;
    font-size: 16px;
  }
  .events .calendar .weekdays.desktop {
    display: none;
  }
  .events .calendar .weekdays.mobile {
    display: flex;
  }
  .events .calendar .days {
    margin-top: 10px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
  }
  .events .calendar .days[day-offset="2"] .item:first-child {
    margin-left: 15.6%;
  }
  .events .calendar .days[day-offset="3"] .item:first-child {
    margin-left: 29.6%;
  }
  .events .calendar .days[day-offset="4"] .item:first-child {
    margin-left: 43.6%;
  }
  .events .calendar .days[day-offset="5"] .item:first-child {
    margin-left: 57.6%;
  }
  .events .calendar .days[day-offset="6"] .item:first-child {
    margin-left: 71.6%;
  }
  .events .calendar .days[day-offset="7"] .item:first-child {
    margin-left: 85.6%;
  }
  .events .calendar .days .item {
    width: 10vw;
    height: 10vw;
    margin-right: 1.45vw;
    margin-left: 1.45vw;
    margin-bottom: 2.8vw;
    position: relative;
  }
  .events .calendar .days .item .drop-list {
    position: fixed;
    width: calc(100% - 20px);
    z-index: 99;
    padding: 10px 15px 30px;
    right: 0;
    left: 0;
    bottom: 0;
    margin-top: 20px;
    margin-left: 20px;
    min-height: 200px;
    max-height: 550px;
    border-radius: 4px 4px 0px 0px;
  }
  .events .calendar .days .item .drop-list .top {
    margin-bottom: 15px;
  }
  .events .calendar .days .item .drop-list .top p {
    font-weight: normal;
    color: #3492d0;
    color: var(--main-color);
  }
  .events .calendar .days .item .drop-list .list {
    overflow-y: auto;
    max-height: 400px;
  }
  .events .calendar .days .item .drop-list .list a {
    font-size: 16px;
    line-height: 1.3em;
    font-weight: bold;
    margin-bottom: 15px;
  }
}

.event-post {
  padding-top: 30px;
}
.event-post .head {
  display: flex;
  margin-top: 10px;
  margin-bottom: 40px;
}
.event-post .head .date {
  flex: none;
  border-right: 1px solid #000;
  padding-right: 25px;
  margin-right: 25px;
  max-width: 150px;
}
.event-post .head .date p:nth-child(1) {
  font-size: 22px;
}
.event-post .head .date p:nth-child(1) span {
  font-family: "noto-sans", sans-serif;
  font-size: 68px;
  display: block;
  line-height: 1;
}
.event-post .head .date p:nth-child(2) span {
  display: block;
}
.event-post .head .date p:nth-child(2), .event-post .head .date p:nth-child(3) {
  font-family: "noto-sans", sans-serif;
  font-size: 14px;
  margin-bottom: 10px;
}
.event-post .head .date p:nth-child(3) {
  margin-bottom: 0;
}
.event-post .head .title h1 {
  font-size: 30px;
  line-height: 1.1em;
  font-family: "cuprum", sans-serif;
  letter-spacing: 2px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .event-post .head .date {
    padding-right: 15px;
    margin-right: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .event-post .head {
    margin-bottom: 30px;
  }
  .event-post .head .date {
    padding-right: 15px;
    margin-right: 15px;
    max-width: 120px;
  }
  .event-post .head .date p:nth-child(1) {
    font-size: 18px;
  }
  .event-post .head .date p:nth-child(1) span {
    font-size: 44px;
  }
  .event-post .head .date p:nth-child(2), .event-post .head .date p:nth-child(3) {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .event-post .head .title h1 {
    font-size: 22px;
    line-height: 1.2em;
  }
}
@media screen and (max-width: 767px) {
  .event-post {
    padding-top: 10px;
  }
  .event-post .head {
    margin-bottom: 5px;
    display: block;
  }
  .event-post .head .date {
    border: none;
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 15px;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .event-post .head .date p {
    margin-bottom: 0;
    font-size: 16px;
  }
  .event-post .head .date p:nth-child(1) {
    font-size: 16px;
    margin-right: 10px;
  }
  .event-post .head .date p:nth-child(1) span {
    font-size: 16px;
    display: inline;
    margin-right: 5px;
  }
  .event-post .head .date p:nth-child(2) {
    margin-bottom: 6px;
  }
  .event-post .head .date p:nth-child(2) span {
    display: inline;
    margin-right: 5px;
  }
  .event-post .head .date p:nth-child(3) {
    display: block;
    width: 100%;
  }
  .event-post .head .title h1 {
    font-size: 20px;
    line-height: 1.2em;
    letter-spacing: 1px;
  }
  .event-post .main-photo {
    margin-top: 10px;
    text-align: center;
  }
}

.contacts_page .address_block {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.contacts_page .address_block .map {
  height: 320px !important;
}
.contacts_page .address_block .contacts_wrapper {
  background: #3492d0;
  background: var(--main-color);
  width: 260px;
  position: absolute;
  margin-left: 50px;
  padding: 10px;
}
.contacts_page .address_block .contacts_wrapper .contacts {
  display: flex;
  flex-direction: column;
}
.contacts_page .address_block .contacts_wrapper .contacts p,
.contacts_page .address_block .contacts_wrapper .contacts a {
  color: #fff;
  margin-bottom: 12px;
  font-family: "cuprum", sans-serif;
  font-size: 14px;
}
.contacts_page .address_block .contacts_wrapper .socials {
  margin-top: 5px;
  display: flex;
  align-items: center;
}
.contacts_page .address_block .contacts_wrapper .socials a {
  margin-right: 15px;
}
.contacts_page .address_block .contacts_wrapper .socials a:last-child {
  margin-right: 0;
  margin-top: 5px;
}
.contacts_page .address_block .contacts_wrapper .socials a img {
  display: block;
  width: 20px;
  max-height: 20px;
}
.contacts_page .address_block .contacts_wrapper .socials a img.icon-telegram {
  margin-bottom: 6px;
}
.contacts_page #feddcomments h3 {
  margin-top: -6px;
  text-transform: uppercase;
  font-size: 16px;
}
.contacts_page #feddcomments form .comment_flash:empty {
  display: none;
}
.contacts_page #feddcomments form .comment_flash .alert {
  padding: 4px 8px;
  font-size: 14px;
  color: #fff;
}
.contacts_page #feddcomments form .comment_flash .alert-success {
  background: green;
}
.contacts_page #feddcomments form .comment_flash .alert-error {
  background: #c35454;
}
.contacts_page #feddcomments form label p {
  font-size: 14px;
  margin-top: 13px;
  margin-bottom: 5px;
}
.contacts_page #feddcomments form input,
.contacts_page #feddcomments form textarea {
  border: 1px solid #ccc;
  outline: none;
  font-size: 16px;
}
.contacts_page #feddcomments form input {
  width: 100%;
  height: 36px;
  padding: 0px 10px;
}
.contacts_page #feddcomments form textarea {
  padding: 10px;
  width: 100%;
  min-height: 100px;
  resize: vertical;
}
.contacts_page #feddcomments form .checkbox {
  display: flex;
  align-items: center;
  margin-top: 10px;
  cursor: pointer;
}
.contacts_page #feddcomments form .checkbox input {
  flex: none;
  margin-right: 10px;
  width: 14px;
  height: 14px;
}
.contacts_page #feddcomments form .checkbox p {
  margin: 0;
  margin-top: 2px;
  font-size: 12px;
}
.contacts_page #feddcomments form a {
  margin-top: 20px;
  border: 1px solid;
  background: #3492d0;
  background: var(--main-color);
  height: 40px;
  width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.contacts_page-description {
  margin-top: 40px;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .contacts_page .address_block {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .contacts_page .address_block .map {
    height: 320px !important;
  }
  .contacts_page .address_block .contacts_wrapper {
    width: 200px;
    margin-left: 55px;
    padding: 10px;
  }
  .contacts_page .address_block .contacts_wrapper .socials {
    margin-top: 15px;
  }
  .contacts_page .address_block .contacts_wrapper .socials a {
    margin-right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .contacts_page > .row:nth-child(2) > div:nth-child(1) {
    padding: 0;
  }
  .contacts_page .address_block {
    position: relative;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .contacts_page .address_block .map {
    order: 2;
  }
  .contacts_page .address_block .contacts_wrapper {
    order: 1;
    width: 100%;
    position: relative;
    margin-left: 0;
    padding: 20px;
  }
  .contacts_page .address_block .contacts_wrapper .contacts p,
  .contacts_page .address_block .contacts_wrapper .contacts a {
    margin-bottom: 12px;
    font-size: 16px;
  }
  .contacts_page .address_block .contacts_wrapper .socials {
    margin-top: 15px;
  }
  .contacts_page .address_block .contacts_wrapper .socials a {
    margin-right: 20px;
  }
  .contacts_page #feddcomments {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .contacts_page-description {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.collectives_page .description {
  margin-bottom: 25px;
}
.collectives_page .list_collectives .group {
  margin-bottom: 20px;
}
.collectives_page .list_collectives .group .group_title {
  margin-bottom: 18px;
}
.collectives_page .list_collectives .group .group_title p {
  margin-bottom: 0;
  font-size: 30px;
  font-family: "cuprum", sans-serif;
  font-weight: bold;
}
.collectives_page .list_collectives .group .item {
  margin-bottom: 30px;
}
.collectives_page .list_collectives .group .item .photo {
  height: 160px;
  margin-bottom: 10px;
}
.collectives_page .list_collectives .group .item .photo a {
  display: block;
  height: 100%;
}
.collectives_page .list_collectives .group .item a {
  color: #000;
  transition: color 0.2s;
  font-size: 14px;
  font-family: "noto-sans", sans-serif;
}
.collectives_page .list_collectives .group .item a:hover {
  color: #3492d0;
  color: var(--main-color);
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .collectives_page .description {
    margin-bottom: 20px;
  }
  .collectives_page .list_collectives .group .group_title {
    margin-bottom: 18px;
  }
  .collectives_page .list_collectives .group .group_title p {
    font-size: 26px;
  }
  .collectives_page .list_collectives .group .item {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .collectives_page .description {
    margin-bottom: 20px;
  }
  .collectives_page .list_collectives .group {
    margin-bottom: 15px;
  }
  .collectives_page .list_collectives .group .group_title {
    margin-bottom: 15px;
  }
  .collectives_page .list_collectives .group .group_title p {
    font-size: 18px;
  }
  .collectives_page .list_collectives .group .item {
    margin-bottom: 20px;
  }
  .collectives_page .list_collectives .group .item .photo {
    height: 120px;
  }
  .collectives_page .list_collectives .group .item {
    line-height: 1.1em;
  }
  .collectives_page .list_collectives .group .item a {
    font-size: 13px;
  }
}
@media screen and (max-width: 360px) {
  .collectives_page .list_collectives .group .item .photo {
    height: 100px;
  }
}

.search-page .heading-page {
  margin-bottom: 20px;
}
.search-page .heading-page h1 {
  font-size: 22px;
  color: #3492d0;
  color: var(--main-color);
}
.search-page .search_results .item {
  margin-bottom: 20px;
}
.search-page .search_results .item a {
  font-size: 18px;
  font-weight: bold;
  font-family: "noto-sans", sans-serif;
  color: #000;
  transition: color 0.2s;
}
.search-page .search_results .item a:hover {
  color: #3492d0;
  color: var(--main-color);
}
.search-page .search_results .item p {
  margin-bottom: 0;
  margin-top: 5px;
  font-size: 15px;
  line-height: 1.6em;
}
.search-page .search_results .item:last-child {
  margin-bottom: 0;
}
.search-page .pagination-search {
  display: flex;
  margin-top: 25px;
}
.search-page .pagination-search a {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1em;
  transition: color 0.2s;
  color: #000;
}
.search-page .pagination-search a:nth-child(2) {
  margin-left: 15px;
}
.search-page .pagination-search a:hover {
  color: #3492d0;
  color: var(--main-color);
}
@media screen and (max-width: 767px) {
  .search-page .heading-page {
    margin-bottom: 10px;
  }
  .search-page .heading-page h1 {
    font-size: 16px;
  }
  .search-page .search_results .item {
    margin-bottom: 20px;
  }
  .search-page .search_results .item a {
    font-size: 15px;
  }
  .search-page .search_results .item p {
    font-size: 13px;
  }
  .search-page .pagination-search {
    justify-content: center;
  }
}

.page_404 {
  text-align: center;
}
.page_404 .img {
  height: 100px;
  width: 200px;
  margin: 60px auto 15px;
}
.page_404 h1,
.page_404 p {
  color: #cacaca;
}
@media screen and (max-width: 767px) {
  .page_404 .img {
    height: 80px;
    width: 150px;
    margin: 30px auto 10px;
  }
  .page_404 h1 {
    font-size: 20px;
  }
}

.contacts_sitemap ul {
  list-style-type: disc;
  margin-left: 20px;
}
.contacts_sitemap ul li > a {
  margin-top: 10px;
  display: inline-block;
}
.contacts_sitemap ul li a {
  font-size: 16px;
  color: blue;
}
.contacts_sitemap ul li a:hover {
  color: #000;
}
.contacts_sitemap ul li ul li:last-child {
  margin-bottom: 0;
}

.cookie {
  width: 100%;
  position: fixed;
  bottom: 0;
  padding: 10px 0;
  background: #fff;
  z-index: 999;
  display: none;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}
.cookie .text {
  display: flex;
  align-items: center;
  height: 100%;
}
.cookie .text p {
  margin-bottom: 0;
  font-size: 14px;
}
.cookie .text p a {
  text-decoration: underline;
}
.cookie a {
  color: #000;
}
.cookie .ok-cookie {
  height: 100%;
  border-radius: 4px;
  width: 170px;
  text-align: center;
  background: #000;
  padding: 8px 0;
  cursor: pointer;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  transition: box-shadow 0.2s;
  margin-left: auto;
}
.cookie .ok-cookie:hover {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.cookie .ok-cookie p {
  margin-bottom: 0;
  color: #fff;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .cookie {
    padding: 10px 0;
  }
  .cookie .text {
    padding-bottom: 10px;
  }
  .cookie .text p {
    margin-right: 0;
    margin-right: 20px;
  }
  .cookie .text a,
  .cookie .text p {
    font-size: 12px;
  }
  .cookie .ok-cookie {
    padding: 8px 0;
    width: 140px;
    margin-left: 0;
  }
  .cookie .ok-cookie p {
    font-size: 12px;
  }
}

.news-comments form .comment_flash {
  margin-bottom: 20px;
}
.news-comments form .comment_flash .alert {
  font-weight: bold;
}
.news-comments form .comment_flash .alert-success {
  color: green;
}
.news-comments form .comment_flash .alert-error {
  color: red;
}
.news-comments form label {
  margin-bottom: 15px;
  display: block;
}
.news-comments form label p {
  margin-bottom: 3px;
  font-size: 14px;
}
.news-comments form label input[type=text],
.news-comments form label textarea {
  max-width: 600px;
  width: 100%;
  outline: none;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #c5c5c5;
}
.news-comments form label textarea {
  resize: vertical;
}
.news-comments form label.checkbox {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.news-comments form label.checkbox input {
  margin-right: 5px;
}
.news-comments form label.checkbox p {
  margin-bottom: 0;
}
.news-comments form #do-send {
  border-radius: 4px;
  background: #3492d0;
  background: var(--main-color);
  padding: 5px 10px;
  color: #fff;
}
.news-comments .comment_list {
  margin-top: 35px;
}
.news-comments .comment_list .item {
  margin-bottom: 20px;
}
.news-comments .comment_list .item .name {
  margin-bottom: 8px;
}
.news-comments .comment_list .item .name p {
  margin-bottom: 0;
  font-weight: bold;
}
.news-comments .comment_list .item .text p {
  font-size: 15px;
  margin-bottom: 0;
}
.news-comments .comment_list .item .response {
  background: #f5f5f5;
  padding: 5px;
  margin-top: 10px;
}

.acmenu header {
  height: auto !important;
}
.acmenu header nav {
  height: auto !important;
  max-width: 100%;
}
.acmenu .header-wrapper {
  flex-wrap: wrap !important;
}
.acmenu .index-slider {
  display: none !important;
}
.acmenu .button_down {
  display: none;
}
.acmenu .photo, .acmenu .index-banners-top, .acmenu .slick-arrow {
  border: 1px dashed #000;
}
.acmenu * {
  word-break: break-word !important;
}
.acmenu .photo {
  border: 1px dashed #000;
  position: relative;
  display: block;
}
.acmenu .photo::after {
  content: "изображение";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  padding: 5px;
  background-color: #fff;
  opacity: 0.5;
  z-index: 1;
}
.acmenu .contacts_page .address_block .contacts_wrapper {
  position: static;
}
.acmenu .events .calendar .days {
  flex-wrap: wrap;
}

.acmenu header.index .header-wrapper nav .item .sub {
  margin-top: 240px;
}
.acmenu .weekdays {
  display: none !important;
}

/* Cecutient panel */
#cecutientPanel {
  width: 100%;
  border-radius: none;
  justify-content: center;
  background: #e4e4e4;
  padding: 10px 15px;
}
#cecutientPanel * {
  font-family: sans-serif;
}
#cecutientPanel .settingFontSize, #cecutientPanel .settingColor, #cecutientPanel .settingImages, #cecutientPanel .cecutientOff {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
#cecutientPanel .settingFontSize .title, #cecutientPanel .settingColor .title, #cecutientPanel .settingImages .title, #cecutientPanel .cecutientOff .title {
  margin-right: 10px;
}
#cecutientPanel .settingFontSize .title p, #cecutientPanel .settingColor .title p, #cecutientPanel .settingImages .title p, #cecutientPanel .cecutientOff .title p {
  font-size: 16px !important;
  margin: 0;
}
#cecutientPanel .settingFontSize .btns, #cecutientPanel .settingColor .btns, #cecutientPanel .settingImages .btns, #cecutientPanel .cecutientOff .btns {
  display: flex;
  align-items: center;
}
#cecutientPanel .settingFontSize .btns a, #cecutientPanel .settingColor .btns a, #cecutientPanel .settingImages .btns a, #cecutientPanel .cecutientOff .btns a {
  border: 1px solid #b7b7b7;
  width: 36px;
  height: 36px;
  border-radius: none;
  background: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}
#cecutientPanel .settingFontSize .btns a:last-child, #cecutientPanel .settingColor .btns a:last-child, #cecutientPanel .settingImages .btns a:last-child, #cecutientPanel .cecutientOff .btns a:last-child {
  margin-right: 0;
}
#cecutientPanel .settingFontSize .btns a:hover, #cecutientPanel .settingColor .btns a:hover, #cecutientPanel .settingImages .btns a:hover, #cecutientPanel .cecutientOff .btns a:hover {
  border-color: #000;
}
#cecutientPanel .settingFontSize .btns a span {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
#cecutientPanel .settingFontSize .btns a:hover {
  background: #f9f9f9;
}
#cecutientPanel .settingColor {
  display: none;
}
#cecutientPanel .settingColor .btns a#colorWhite {
  background: #fff;
}
#cecutientPanel .settingColor .btns a#colorBlack {
  background: #000;
}
#cecutientPanel .settingColor .btns a#colorBlue {
  display: none;
}
#cecutientPanel .settingImages .btns a {
  width: 52px;
}
#cecutientPanel .settingImages .btns a span {
  font-size: 12px;
  color: #000;
}
#cecutientPanel .settingImages .btns a.current {
  background: #000;
  cursor: default;
}
#cecutientPanel .settingImages .btns a.current span {
  color: #fff;
}
#cecutientPanel .cecutientOff {
  margin-right: 0;
}
#cecutientPanel .cecutientOff a {
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px dashed #034e90 !important;
  color: #034e90 !important;
  text-decoration: none;
}
#cecutientPanel .cecutientOff a:hover {
  border-color: #196ab1 !important;
  color: #196ab1 !important;
}

.hide-on-normal {
  display: none !important;
}

.hidden {
  display: none !important;
}

.cecutientImagesOn {
  display: inline !important;
}

body.cecutient {
  background: #fff;
}
body.cecutient .hide-on-normal {
  display: flex !important;
}
body.cecutient .hide-on-cecutient {
  display: none !important;
}

body.cecutient a {
  text-decoration: underline;
  color: #000 !important;
}

body.cecutient .slick-slider .slick-arrow, body.colorWhite .slick-slider .slick-arrow {
  border: 2px solid #000;
}
body.cecutient header, body.colorWhite header {
  background: #fff;
  border-bottom: 2px solid #000;
}
@media screen and (min-width: 992px) {
  body.cecutient header .header-wrapper .logo, body.colorWhite header .header-wrapper .logo {
    background: #000;
    margin-right: 20px;
    padding: 3px;
  }
  body.cecutient header .header-wrapper nav .item a, body.cecutient header .header-wrapper nav .item span, body.colorWhite header .header-wrapper nav .item a, body.colorWhite header .header-wrapper nav .item span {
    font-size: 16px;
    padding: 10px 15px;
  }
  body.cecutient header .header-wrapper nav .item span, body.colorWhite header .header-wrapper nav .item span {
    background: #000;
    color: #fff !important;
  }
  body.cecutient header .header-wrapper nav .item a, body.colorWhite header .header-wrapper nav .item a {
    transition: none;
  }
  body.cecutient header .header-wrapper nav .item a:hover, body.colorWhite header .header-wrapper nav .item a:hover {
    background: #000;
    color: #fff !important;
  }
  body.cecutient header .header-wrapper nav .item .sub, body.colorWhite header .header-wrapper nav .item .sub {
    top: 56px;
    background: #000;
  }
  body.cecutient header .header-wrapper nav .item .sub .links .group a, body.colorWhite header .header-wrapper nav .item .sub .links .group a {
    color: #fff !important;
    font-size: 18px;
  }
  body.cecutient header .header-wrapper .info_item .photo img, body.colorWhite header .header-wrapper .info_item .photo img {
    width: 340px;
    height: 260px;
  }
  body.cecutient header .header-wrapper .info_item .decription *, body.colorWhite header .header-wrapper .info_item .decription * {
    font-size: 18px;
  }
  body.cecutient header .header-wrapper .icons .socials, body.colorWhite header .header-wrapper .icons .socials {
    background: #000;
    padding: 5px 10px;
  }
  body.cecutient header .header-wrapper .icons .socials a img, body.colorWhite header .header-wrapper .icons .socials a img {
    height: 16px;
    display: block !important;
  }
  body.cecutient header .header-wrapper .icons .cecurent, body.cecutient header .header-wrapper .icons .search, body.colorWhite header .header-wrapper .icons .cecurent, body.colorWhite header .header-wrapper .icons .search {
    background: #000;
    padding: 5px 10px;
  }
  body.cecutient header .header-wrapper .icons .cecurent img, body.cecutient header .header-wrapper .icons .search img, body.colorWhite header .header-wrapper .icons .cecurent img, body.colorWhite header .header-wrapper .icons .search img {
    height: 16px;
    display: block !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  body.cecutient header .header-wrapper .icons .socials, body.colorWhite header .header-wrapper .icons .socials {
    display: none;
  }
}
body.cecutient footer, body.colorWhite footer {
  background: #fff;
  border-top: 2px solid #000;
}
body.cecutient footer .contacts p, body.cecutient footer .contacts a, body.colorWhite footer .contacts p, body.colorWhite footer .contacts a {
  color: #000;
  font-size: 20px;
}
body.cecutient footer .socials, body.colorWhite footer .socials {
  background: #000;
  padding: 15px;
}
body.cecutient footer .socials a, body.colorWhite footer .socials a {
  margin-right: 20px;
}
body.cecutient footer .socials a img, body.colorWhite footer .socials a img {
  height: 20px;
  display: block !important;
}
body.cecutient footer .copyrights p, body.colorWhite footer .copyrights p {
  color: #000;
  font-size: 18px !important;
}
body.cecutient .index-slider .section-logo .logo-wrapper img, body.colorWhite .index-slider .section-logo .logo-wrapper img {
  display: block !important;
  height: 204px;
}
body.cecutient .index-slider .section-logo .logo-wrapper .name, body.colorWhite .index-slider .section-logo .logo-wrapper .name {
  background: #000;
  border: 1px solid #fff;
}
body.cecutient .index-slider .section-logo .logo-wrapper .name h1, body.colorWhite .index-slider .section-logo .logo-wrapper .name h1 {
  font-size: 34px !important;
}
body.cecutient .index-slider .section-logo .logo-wrapper .event, body.colorWhite .index-slider .section-logo .logo-wrapper .event {
  background-color: rgba(0, 0, 0, 0.7);
}
body.cecutient .index-slider .section-logo .logo-wrapper .event a, body.colorWhite .index-slider .section-logo .logo-wrapper .event a {
  color: #fff !important;
}
body.cecutient .index-slider .section-logo .logo-wrapper .event a .title p, body.cecutient .index-slider .section-logo .logo-wrapper .event a .date p, body.colorWhite .index-slider .section-logo .logo-wrapper .event a .title p, body.colorWhite .index-slider .section-logo .logo-wrapper .event a .date p {
  font-size: 18px;
}
body.cecutient .index-slider .section-logo .logo-wrapper .event:hover, body.colorWhite .index-slider .section-logo .logo-wrapper .event:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
body.cecutient .about-section .description, body.colorWhite .about-section .description {
  background: #000;
  color: #fff;
}
body.cecutient .about-section .description p, body.colorWhite .about-section .description p {
  font-size: 16px;
}
body.cecutient .news-category .list-news .item .date p, body.colorWhite .news-category .list-news .item .date p {
  color: #000;
  font-size: 14px;
}
body.cecutient .news-category__media .list-news .item a, body.colorWhite .news-category__media .list-news .item a {
  font-size: 16px;
}
body.cecutient .news-category__media .list-news .item .date .icons img, body.colorWhite .news-category__media .list-news .item .date .icons img {
  display: block !important;
}
body.cecutient .contacts_page .address_block .contacts_wrapper, body.colorWhite .contacts_page .address_block .contacts_wrapper {
  background: #000;
  width: 320px;
}
body.cecutient .contacts_page .address_block .contacts_wrapper .contacts p, body.cecutient .contacts_page .address_block .contacts_wrapper .contacts a, body.colorWhite .contacts_page .address_block .contacts_wrapper .contacts p, body.colorWhite .contacts_page .address_block .contacts_wrapper .contacts a {
  color: #fff !important;
  font-size: 18px;
}
body.cecutient .contacts_page .address_block .contacts_wrapper .socials, body.colorWhite .contacts_page .address_block .contacts_wrapper .socials {
  margin-top: 15px;
}
body.cecutient .contacts_page .address_block .contacts_wrapper .socials a img, body.colorWhite .contacts_page .address_block .contacts_wrapper .socials a img {
  height: 16px;
  display: block !important;
}
body.cecutient .documents_list .item .ico, body.colorWhite .documents_list .item .ico {
  height: 46px;
  width: 46px;
  font-size: 16px;
  background: #000;
  letter-spacing: 1.5px;
}
body.cecutient .events .calendar, body.colorWhite .events .calendar {
  border-color: #000;
}
body.cecutient .events .calendar .months .list a, body.colorWhite .events .calendar .months .list a {
  font-size: 22px;
}
body.cecutient .events .calendar .days .item a.drop-open, body.colorWhite .events .calendar .days .item a.drop-open {
  background: #000 !important;
  color: #fff !important;
}
body.cecutient .events .calendar .days .item .drop-list .list a, body.colorWhite .events .calendar .days .item .drop-list .list a {
  font-size: 18px;
}
body.cecutient .page_404, body.colorWhite .page_404 {
  margin-top: 80px;
}
body.cecutient .page_404 .img, body.colorWhite .page_404 .img {
  display: none;
}
body.cecutient .page_404 h1, body.cecutient .page_404 p, body.colorWhite .page_404 h1, body.colorWhite .page_404 p {
  color: #000;
}

.booking-page {
  max-width: 1220px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: "Arial", sans-serif;
}
@media screen and (max-width: 767px) {
  .booking-page {
    padding: 20px;
    max-width: 100%;
  }
}

.booking-header {
  margin-bottom: 40px;
}

.booking-title {
  font-size: 48px;
  font-weight: bold;
  color: #000;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.booking-subtitle {
  font-size: 18px;
  color: #000;
  margin: 0;
  font-weight: normal;
  margin-top: 22px;
}

.booking-content {
  display: flex;
  gap: 88px;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .booking-content {
    flex-direction: column;
    gap: 30px;
  }
}

.booking-calendar {
  flex: 1;
  max-width: 538px;
}
@media screen and (max-width: 767px) {
  .booking-calendar {
    max-width: 100%;
    width: 100%;
  }
}

.calendar-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  width: 1180px;
}
@media screen and (max-width: 767px) {
  .calendar-navigation {
    width: 100%;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 10px;
  }
}

.months-list {
  display: flex;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .months-list {
    gap: 10px;
    flex-wrap: wrap;
  }
}

.months-list li {
  font-size: 18px;
  font-family: "cuprum", sans-serif;
  color: #000;
  cursor: pointer;
  text-transform: uppercase;
}
.months-list li:hover:not(.disabled) {
  color: #666;
}
.months-list li.active {
  color: #e0244d;
}
.months-list li.disabled {
  color: #ccc;
  cursor: not-allowed;
  opacity: 0.5;
}

.year-navigation {
  display: flex;
  align-items: center;
  gap: 10px;
}
.year-navigation button {
  background: none;
  border: none;
  cursor: pointer;
  color: #000;
  padding: 5px;
  transition: color 0.2s;
}
.year-navigation button img {
  width: 24px;
  display: block;
}
.year-navigation button:hover:not(.disabled) {
  color: #666;
}
.year-navigation button.disabled {
  color: #ccc;
  cursor: not-allowed;
  opacity: 0.5;
}
.year-navigation .year {
  font-size: 24px;
  font-weight: bold;
  font-family: "cuprum", sans-serif;
  color: #000;
}

.days-of-week {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
  margin-bottom: 10px;
}

.day-header {
  text-align: center;
  font-size: 22px;
  padding: 10px 5px;
  color: #e0244d;
  text-transform: lowercase;
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 12px;
}

.calendar-day {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.2s;
  color: #c5c5c5;
}
.calendar-day.available {
  color: #000;
}
.calendar-day.available:hover {
  background-color: #f5f5f5;
}
.calendar-day.selected {
  background-color: #e0244d;
  color: white;
}
.calendar-day.selected:hover {
  background-color: #e0244d;
}

.booking-form {
  flex: 1;
  max-width: 588px;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .booking-form {
    max-width: 100%;
    width: 100%;
    margin-top: 10px;
  }
}

.selected-date {
  font-size: 18px;
  color: #000;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .selected-date {
    margin-bottom: 20px;
  }
}

.form-group {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .form-group {
    margin-bottom: 20px;
  }
}

.form-subgroup {
  display: flex;
  gap: 28px;
}
.form-subgroup .form-group {
  width: calc(50% - 14px);
}
@media screen and (max-width: 767px) {
  .form-subgroup {
    flex-direction: column;
    gap: 20px;
  }
  .form-subgroup .form-group {
    width: 100%;
  }
}

.form-label {
  display: block;
  font-size: 18px;
  color: #000;
  margin-bottom: 16px;
  font-weight: normal;
}

.form-input,
.form-select,
.form-textarea {
  width: 100%;
  padding: 0 12px;
  height: 44px;
  border: 1px solid #c5c5c5;
  font-size: 18px;
  background: white;
  box-sizing: border-box;
}
.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  outline: none;
  border-color: #d32f2f;
}

.form-select {
  appearance: none;
  background-image: url("/resources/images/select-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 22px;
  padding-right: 40px;
  cursor: pointer;
}

.form-textarea {
  min-height: 100px;
  resize: vertical;
  height: auto;
  padding: 22px;
}

.file-upload-wrapper {
  position: relative;
}

.file-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}

.file-upload-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 80px;
  border: 2px dashed #c5c5c5;
  background: #f8f9fa;
  cursor: pointer;
  transition: all 0.2s;
  color: #666;
  font-size: 16px;
  text-align: center;
  padding: 20px;
}
.file-upload-label:hover {
  border-color: #e0244d;
  background: #fff5f5;
  color: #e0244d;
}
.file-upload-label svg {
  flex-shrink: 0;
}
.file-upload-label span {
  flex: 1;
}

.file-info {
  margin-top: 10px;
  text-align: center;
}
.file-info small {
  color: #999;
  font-size: 12px;
}

.file-list {
  margin-top: 15px;
}

.file-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 4px;
  margin-bottom: 8px;
}
.file-item .file-info {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  margin: 0;
}
.file-item .file-info .file-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.file-item .file-info .file-name {
  font-size: 14px;
  color: #333;
  word-break: break-all;
}
.file-item .file-info .file-size {
  font-size: 12px;
  color: #999;
}
.file-item .file-remove {
  background: none;
  border: none;
  color: #dc3545;
  cursor: pointer;
  padding: 5px;
  border-radius: 3px;
  transition: background-color 0.2s;
}
.file-item .file-remove:hover {
  background: #f8d7da;
}
.file-item .file-remove svg {
  width: 16px;
  height: 16px;
}

.file-upload-wrapper.drag-over .file-upload-label {
  border-color: #e0244d;
  background: #fff5f5;
  color: #e0244d;
}

.submit-section {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .submit-section {
    margin-top: 20px;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
}

.submit-button {
  background-color: #e0244d;
  color: white;
  border: none;
  width: 241px;
  height: 67px;
  font-size: 21px;
  flex: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.submit-button:hover {
  background-color: #d0264b;
}

.privacy-text {
  font-size: 14px;
  line-height: 1.4;
}
.privacy-text a {
  color: #d0264b;
}

.success-content {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  padding: 40px 20px;
}

.success-icon {
  margin-bottom: 30px;
}
.success-icon svg {
  animation: successPulse 2s ease-in-out;
}

@keyframes successPulse {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.success-message {
  margin-bottom: 40px;
}
.success-message h2 {
  font-size: 28px;
  color: #000;
  margin-bottom: 20px;
  font-weight: bold;
}
.success-message p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 30px;
}

.success-details {
  text-align: left;
  background: #f8f9fa;
  padding: 25px;
  border-radius: 8px;
  margin-top: 30px;
}
.success-details p {
  font-size: 16px;
  color: #000;
  margin-bottom: 15px;
}
.success-details ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.success-details ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}
.success-details ul li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #4caf50;
  font-weight: bold;
}

.success-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn {
  display: inline-block;
  padding: 15px 30px;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  transition: all 0.2s;
  border: none;
  cursor: pointer;
}
.btn.btn-primary {
  background-color: #e0244d;
  color: white;
}
.btn.btn-primary:hover {
  background-color: #e0244d;
}
.btn.btn-secondary {
  background-color: transparent;
  color: #e0244d;
  border: 2px solid #e0244d;
}
.btn.btn-secondary:hover {
  background-color: #e0244d;
  color: white;
}

.desktop-text {
  display: block;
}
@media screen and (max-width: 767px) {
  .desktop-text {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .success-content {
    padding: 20px 10px;
  }
  .success-message h2 {
    font-size: 24px;
  }
  .success-actions {
    flex-direction: column;
    align-items: center;
  }
  .success-actions .btn {
    width: 100%;
    max-width: 300px;
  }
}
.flash {
  padding: 15px;
  margin: 20px 0;
  border-radius: 4px;
}
.flash.success {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}
.flash.error {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

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