/* Color */
/* Size */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

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

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

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/***** Default and helpers *****/
/* Color */
/* Size */
@font-face {
  font-family: "Asap";
  src: local("Asap Regular"), local("Asap-Regular"), url("../fonts/subset-Asap-Regular.woff2") format("woff2"), url("../fonts/subset-Asap-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Asap";
  src: local("Asap SemiBold"), local("Asap-SemiBold"), url("../fonts/subset-Asap-SemiBold.woff2") format("woff2"), url("../fonts/subset-Asap-SemiBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

html {
  padding: 0;
  margin: 0;
  height: 100%;
}

body {
  color: #000;
  font-family: "Asap", sans-serif;
  font-size: 14px;
  height: 100%;
  line-height: 1.3;
  position: relative;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

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

input[type="submit"],
input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

input,
textarea,
label {
  font-family: "Asap", sans-serif;
}

a,
button,
input,
textarea,
select {
  outline: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #808080;
  opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #808080;
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #808080;
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #808080;
  opacity: 1;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0.5;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  opacity: 0.5;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 0.5;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  opacity: 0.5;
}

textarea {
  resize: vertical;
}

table {
  border-collapse: collapse;
}

a {
  color: #000;
  text-decoration: none;
  transition: all 0.2s;
}

a:hover {
  color: #892738;
}

h1,
h2,
h3,
h4 {
  font-family: "Asap", sans-serif;
  font-weight: normal;
  margin-top: 0;
}

h1 {
  font-size: 48px;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 36px;
  }
}

@media screen and (max-width: 575px) {
  h1 {
    font-size: 29px;
  }
}

h2 {
  font-size: 40px;
  line-height: 1.1;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 29px;
  }
}

h3 {
  font-size: 30px;
  line-height: 1.1;
}

@media screen and (max-width: 991px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  line-height: 1.2;
}

p {
  margin: 0 0 20px;
}

img {
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0 0 20px;
}

figure img {
  margin-bottom: 18px;
}

/***** Grid *****/
/* Color */
/* Size */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (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: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (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: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (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: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (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: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/***** Buttons *****/
.btn {
  cursor: pointer;
  transition: all 0.2s;
  display: inline-block;
  text-align: center;
  padding: 6px 25px;
}

.btn.btn-outline-primary {
  border: 1px solid #892738;
  background: #fff;
  color: #892738;
}

.btn.btn-icon {
  display: flex;
  align-items: center;
}

.btn.btn-icon .icon {
  color: #ccc;
  margin: 0 10px 0 -15px;
  transition: all 0.2s;
}

.btn.btn-icon .icon.icon-linkedin {
  margin-bottom: 2px;
}

.btn.btn-icon:hover .icon {
  color: currentColor;
}

.btns {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -4px;
}

.btns .btn {
  margin: 0 12px 4px 0;
}

.btns .btn:last-child {
  margin-right: 0;
}

.btns.btns-centered {
  justify-content: center;
}

/**** Form elements *****/
.form-group {
  margin-bottom: 20px;
}

.form-control {
  border: 1px solid #000;
  background: #fff;
  border-radius: 5px;
  display: block;
  width: 100%;
  padding: 10px 20px;
  line-height: 20px;
  font-size: 16px;
}

/***** Simple elements, atoms *****/
.icon {
  fill: currentColor;
}

.icon.icon-facebook {
  width: 8px;
  height: 15.4px;
}

.icon.icon-twitter {
  width: 16.1px;
  height: 13px;
}

.icon.icon-linkedin {
  width: 16px;
  height: 15.3px;
  margin-bottom: 2px;
}

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

.mt-6 {
  margin-top: 80px;
}

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

.text-primary {
  color: #892738;
}

.text-headline {
  position: relative;
  margin-bottom: 40px;
}

.text-headline:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 115px;
  height: 4px;
  background: #892738;
}

.date-custom .date-1 {
  font-size: 30px;
  color: #808080;
  font-weight: bold;
  line-height: 1.1;
}

ul.list-square {
  padding: 0;
  margin: 0;
}

ul.list-square li {
  position: relative;
  list-style: none;
  padding: 0 0 0 23px;
  display: block;
}

ul.list-square li:not(:last-child) {
  margin-bottom: 10px;
}

ul.list-square li:before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #892738;
}

ul.list-square li:after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 3px;
  width: 6px;
  height: 6px;
  background: #892738;
}

ul.list-square li a {
  color: #892738;
}

ul.list-square li a:hover {
  color: #c53850;
}

/***** Components, common blocks *****/
.headline {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.headline h2 {
  margin: 0 20px 0 0;
  padding-bottom: 7px;
}

.headline .all {
  margin-left: auto;
}

.headline .all a {
  color: #808080;
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 1px solid #892738;
}

.headline .all a:hover {
  color: #892738;
}

.cblock {
  border: 1px solid #ccc;
  padding: 28px 28px;
  min-height: 190px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 359px) {
  .cblock {
    padding: 20px;
  }
}

.cblock:after {
  content: "";
  position: absolute;
  top: -70px;
  left: 50%;
  width: 400px;
  height: 353px;
  background: url("../images/bg.svg") 50% 50% no-repeat;
  background-size: contain;
  z-index: 0;
}

.cblock > * {
  position: relative;
  z-index: 1;
}

.cblock h3 {
  margin: 0 0 15px;
}

.bblock {
  border: 1px solid #ccc;
  padding: 28px 28px;
  min-height: 190px;
}

.bblock h3 {
  margin: 0 0 15px;
}

.bblock .btns {
  margin-top: 25px;
}

.card .card-img a:hover {
  opacity: 0.9;
}

.card .card-title {
  line-height: 1.1;
}

.card .card-title {
  font-size: 30px;
  line-height: 1.1;
}

@media screen and (max-width: 1279px) {
  .card .card-title {
    font-size: 24px;
  }
}

@media screen and (max-width: 575px) {
  .card .card-title {
    font-size: 18px;
  }
}

.card .card-cat a {
  color: #892738;
}

.card .card-cat a:hover {
  color: #c53850;
}

.card.card-event-lg {
  margin-bottom: 40px;
}

.card.card-event-lg .card-img {
  margin-bottom: 30px;
}

@media screen and (max-width: 1279px) {
  .card.card-event-lg .card-img {
    margin-bottom: 20px;
  }
}

.card.card-event-lg .card-title {
  font-size: 30px;
}

@media screen and (max-width: 1279px) {
  .card.card-event-lg .card-title {
    font-size: 24px;
  }
}

@media screen and (max-width: 575px) {
  .card.card-event-lg .card-title {
    font-size: 18px;
  }
}

.card.card-news-lg {
  margin-bottom: 40px;
}

.card.card-news-lg .card-img {
  margin-bottom: 30px;
}

@media screen and (max-width: 1279px) {
  .card.card-news-lg .card-img {
    margin-bottom: 20px;
  }
}

.card.card-news-lg .card-body {
  display: flex;
  align-items: flex-start;
}

.card.card-news-lg .card-date {
  width: 84px;
  flex: 0 0 84px;
  margin-right: 10px;
}

.card.card-news-lg .card-info {
  flex: 1;
}

.card.card-news-lg .card-title {
  margin-bottom: 10px;
  font-size: 30px;
}

@media screen and (max-width: 1279px) {
  .card.card-news-lg .card-title {
    font-size: 24px;
  }
}

@media screen and (max-width: 575px) {
  .card.card-news-lg .card-title {
    font-size: 18px;
  }
}

.card.card-news-sm {
  margin-bottom: 35px;
}

@media screen and (max-width: 575px) {
  .card.card-news-sm {
    display: flex;
  }
}

.card.card-news-sm .card-img {
  margin-bottom: 15px;
}

@media screen and (max-width: 1279px) {
  .card.card-news-sm .card-img {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 575px) {
  .card.card-news-sm .card-img {
    width: 100px;
    flex: 0 0 100px;
    margin: 0 20px 0 0;
  }
}

@media screen and (max-width: 359px) {
  .card.card-news-sm .card-img {
    margin-right: 10px;
  }
}

@media screen and (max-width: 575px) {
  .card.card-news-sm .card-body {
    flex: 1;
  }
}

.card.card-news-sm .card-title {
  font-size: 18px;
  margin-bottom: 5px;
}

.card.card-news-sm .card-cat {
  margin-bottom: 4px;
}

.card.card-news-sm .card-date {
  font-weight: bold;
  color: #808080;
}

.loadmore {
  text-align: center;
  margin: 20px 0;
}

.loadmore .btn-loadmore {
  display: flex;
  align-items: center;
  border: 1px solid #892738;
  border-radius: 0;
  background: #fff;
  margin: 0 auto;
  padding: 0;
  cursor: pointer;
  transition: all 0.2s;
}

.loadmore .btn-loadmore .icon {
  color: #892738;
  width: 25.7px;
  height: 25.7px;
  margin: 0 12px 0 18px;
  flex: 0 0 25.7px;
}

.loadmore .btn-loadmore span {
  color: #808080;
  text-transform: uppercase;
  font-size: 16px;
  padding: 17px 25px 13px 0;
  line-height: 17px;
  border-bottom: 4px solid #892738;
  flex: 1;
}

.loadmore .btn-loadmore:hover span {
  color: #892738;
}

.text-content {
  font-size: 18px;
  line-height: 1.6;
}

.text-content h2 {
  font-size: 30px;
  margin: 40px 0 30px;
}

@media screen and (max-width: 991px) {
  .text-content h2 {
    font-size: 24px;
  }
}

.text-content h3 {
  font-size: 24px;
  margin: 30px 0 20px;
}

@media screen and (max-width: 991px) {
  .text-content h3 {
    font-size: 20px;
  }
}

.text-content a {
  color: #892738;
}

.text-content a:hover {
  color: #c53850;
}

.text-content .blockquote {
  font-size: 30px;
  color: #892738;
  border-bottom: 3px solid #ccc;
  padding: 0 0 13px;
  margin: 40px 0;
  line-height: 1.1;
}

.text-content .table {
  margin: 50px 0;
  font-size: 15px;
}

@media screen and (max-width: 991px) {
  .text-content .table {
    font-size: 14px;
    margin: 40px 0;
  }
}

.text-content .table th {
  border: 1px solid #c9d3df;
  background: #f0f0f0;
  text-align: left;
  font-weight: normal;
  padding: 15px 20px;
  line-height: 1.2;
}

@media screen and (max-width: 991px) {
  .text-content .table th {
    padding: 10px 10px;
  }
}

@media screen and (max-width: 575px) {
  .text-content .table th {
    padding: 10px 5px;
  }
}

@media screen and (max-width: 359px) {
  .text-content .table th {
    padding: 7px 3px;
    font-size: 12px;
  }
}

.text-content .table td {
  border: 1px solid #c9d3df;
  padding: 15px 20px;
  line-height: 1.2;
}

@media screen and (max-width: 991px) {
  .text-content .table td {
    padding: 10px 10px;
  }
}

@media screen and (max-width: 575px) {
  .text-content .table td {
    padding: 10px 5px;
  }
}

@media screen and (max-width: 359px) {
  .text-content .table td {
    padding: 7px 3px;
    font-size: 12px;
  }
}

.text-content ul.list-square {
  font-size: 14px;
  margin: 20px 0;
}

.text-content .cblock {
  margin: 20px 0;
}

.text-content .cblock h3 {
  margin: 0 0 20px;
}

.text-content .bblock h3 {
  margin: 0 0 20px;
}

.text-content .bblock.bblock-bottom {
  margin-top: 80px;
}

@media screen and (max-width: 575px) {
  .text-content .bblock.bblock-bottom {
    margin-top: 40px;
  }
}

.text-content .btn {
  font-size: 14px;
}

.swiper-main {
  margin-bottom: 34px;
}

@media screen and (max-width: 479px) {
  .swiper-main {
    margin: 0 0 10px;
  }
}

.swiper-main .swiper-slide {
  line-height: 0;
}

.swiper-thumbs .swiper-wrapper {
  flex-wrap: wrap !important;
  transform: none !important;
  margin: 0 -16px;
  width: auto;
}

@media screen and (max-width: 479px) {
  .swiper-thumbs .swiper-wrapper {
    margin: 0 25px;
  }
}

@media screen and (max-width: 359px) {
  .swiper-thumbs .swiper-wrapper {
    margin: 0 15px;
  }
}

.swiper-thumbs .swiper-slide {
  width: 25% !important;
  line-height: 0;
  padding: 0 16px 32px;
}

@media screen and (max-width: 479px) {
  .swiper-thumbs .swiper-slide {
    padding: 0 5px 10px;
  }
}

.swiper-thumbs .swiper-slide img {
  border: 1px solid transparent;
  transition: all 0.2s;
}

.swiper-thumbs .swiper-slide.swiper-slide-thumb-active img {
  opacity: 0.8;
  border: 1px solid #892738;
}

/***** Layout *****/
.wrapper {
  position: relative;
}

@media screen and (max-width: 991px) {
  .wrapper {
    overflow-x: hidden;
  }
}

.wrapper:after {
  content: "";
  display: block;
  background: url("../images/bg.svg") 50% 50% no-repeat;
  background-size: contain;
  width: 1092px;
  height: 964px;
  position: absolute;
  top: -224px;
  left: 50%;
}

@media screen and (max-width: 991px) {
  .wrapper:after {
    width: 600px;
    height: 500px;
    top: -60px;
    left: 45%;
  }
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  max-width: 1440px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
}

@media screen and (max-width: 991px) {
  .container {
    display: block;
  }
}

.main {
  border-left: 1px solid #ccc;
  flex: 1;
  min-width: 0;
  padding: 105px 60px 30px 39px;
}

@media screen and (max-width: 1279px) {
  .main {
    padding: 40px 30px 20px;
  }
}

@media screen and (max-width: 991px) {
  .main {
    padding: 164px 30px 20px;
  }
}

@media screen and (max-width: 359px) {
  .main {
    padding: 144px 20px 20px;
  }
}

/***** Header *****/
.header {
  position: sticky;
  top: 0;
  display: flex;
  align-items: stretch;
  width: 280px;
  flex: 0 0 280px;
  padding: 55px 40px 40px;
  transition: all 0.2s;
}

@media screen and (max-width: 1279px) {
  .header {
    padding: 20px 20px;
  }
}

@media screen and (max-width: 991px) {
  .header {
    position: fixed;
    z-index: 100;
    bottom: auto;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    width: 100%;
    border: none;
    padding: 20px 30px;
  }
}

@media screen and (max-width: 359px) {
  .header {
    padding: 20px;
  }
}

.header .header-i {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}

.header .header-logo {
  margin-bottom: 68px;
  line-height: 0;
}

@media screen and (max-width: 1279px) {
  .header .header-logo {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 991px) {
  .header .header-logo {
    margin: 0;
  }
}

.header .header-logo img {
  transition: all 0.2s;
  height: 84px;
}

.header .header-menu {
  margin-bottom: 40px;
  transition: all 0.2s;
}

@media screen and (max-width: 991px) {
  .header .header-menu {
    display: none;
    margin: 40px 0 20px;
  }
}

@media screen and (max-width: 359px) {
  .header .header-menu {
    margin: 30px 0 20px;
  }
}

.header .header-menu > ul {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 991px) {
  .header .header-menu > ul {
    text-align: center;
  }
}

.header .header-menu > ul > li {
  list-style: none;
  font-size: 18px;
  margin: 0 0 5px;
}

@media screen and (max-width: 991px) {
  .header .header-menu > ul > li {
    margin-bottom: 10px;
    font-size: 20px;
  }
}

@media screen and (max-width: 359px) {
  .header .header-menu > ul > li {
    margin-bottom: 5px;
    font-size: 18px;
  }
}

.header .header-menu > ul > li > a,
.header .header-menu > ul > li > span {
  padding: 5px 0;
  display: inline-block;
  cursor: pointer;
  transition: all 0.2s;
}

@media screen and (max-width: 991px) {
  .header .header-menu > ul > li > a,
  .header .header-menu > ul > li > span {
    padding: 5px 15px;
  }
}

@media screen and (max-width: 359px) {
  .header .header-menu > ul > li > a,
  .header .header-menu > ul > li > span {
    padding: 2px 10px;
  }
}

.header .header-menu > ul > li > a:hover,
.header .header-menu > ul > li > span:hover {
  color: #892738;
}

.header .header-menu > ul > li.active > a,
.header .header-menu > ul > li.active > span {
  position: relative;
}

.header .header-menu > ul > li.active > a:after,
.header .header-menu > ul > li.active > span:after {
  content: "";
  display: block;
  width: 114px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #892738;
}

@media screen and (max-width: 991px) {
  .header .header-menu > ul > li.active > a:after,
  .header .header-menu > ul > li.active > span:after {
    left: 50%;
    transform: translateX(-50%);
  }
}

.header .header-menu > ul > li ul {
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  padding: 0 0 0 12px;
  transition: all 0.2s;
}

@media screen and (max-width: 991px) {
  .header .header-menu > ul > li ul {
    padding: 10px 0 0;
  }
}

.header .header-menu > ul > li ul li {
  list-style: none;
  font-size: 18px;
  margin: 0 0 15px;
}

@media screen and (max-width: 991px) {
  .header .header-menu > ul > li ul li {
    margin-bottom: 10px;
    font-size: 16px;
  }
}

@media screen and (max-width: 359px) {
  .header .header-menu > ul > li ul li {
    margin-bottom: 5px;
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .header .header-menu > ul > li ul li a {
    display: inline-block;
    padding: 5px 15px;
  }
}

@media screen and (max-width: 359px) {
  .header .header-menu > ul > li ul li a {
    padding: 2px 10px;
  }
}

.header .header-menu > ul > li ul li.active a,
.header .header-menu > ul > li ul li.active span {
  color: #892738;
}

.header .header-menu > ul > li.active-trail > a,
.header .header-menu > ul > li.active-trail > span {
  position: relative;
}

.header .header-menu > ul > li.active-trail > a:after,
.header .header-menu > ul > li.active-trail > span:after {
  content: "";
  display: block;
  width: 114px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #892738;
}

@media screen and (max-width: 991px) {
  .header .header-menu > ul > li.active-trail > a:after,
  .header .header-menu > ul > li.active-trail > span:after {
    left: 50%;
    transform: translateX(-50%);
  }
}

.header .header-menu > ul > li.expanded > a,
.header .header-menu > ul > li.expanded > span {
  position: relative;
}

.header .header-menu > ul > li.expanded > a:after,
.header .header-menu > ul > li.expanded > span:after {
  content: "";
  display: block;
  width: 114px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #892738;
}

@media screen and (max-width: 991px) {
  .header .header-menu > ul > li.expanded > a:after,
  .header .header-menu > ul > li.expanded > span:after {
    left: 50%;
    transform: translateX(-50%);
  }
}

.header .header-menu > ul > li.expanded ul {
  max-height: 400px;
  opacity: 1;
  padding: 10px 0 0 12px;
  visibility: visible;
}

.header .header-contacts {
  margin-top: auto;
}

@media screen and (max-width: 991px) {
  .header .header-contacts {
    display: none;
    padding: 30px 30px;
    box-shadow: 0 13px 12px -12px rgba(0, 0, 0, 0.18) inset;
    margin: 0 -30px;
  }
}

@media screen and (max-width: 359px) {
  .header .header-contacts {
    margin: 0 -20px;
    padding: 20px;
  }
}

.header ul.header-social {
  margin: 0 0 24px;
  padding: 0;
  display: flex;
  align-items: center;
}

.header ul.header-social li {
  list-style: none;
}

.header ul.header-social li:not(:last-child) {
  margin-right: 14px;
}

.header ul.header-social li a {
  border: 1px solid #892738;
  width: 29px;
  height: 29px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ccc;
}

.header ul.header-social li a:hover {
  color: #892738;
}

.header .menu-toggler {
  position: absolute;
  top: 5px;
  right: 0px;
  line-height: 0;
  color: #892738;
  cursor: pointer;
  transition: all 0.2s;
}

@media screen and (min-width: 992px) {
  .header .menu-toggler {
    display: none;
  }
}

.header .menu-toggler:hover {
  color: #c53850;
}

.header .menu-toggler .icon.icon-menu {
  width: 33px;
  height: 31.2px;
  padding: 2px 0;
}

.header .menu-toggler .icon.icon-close {
  width: 33px;
  height: 33px;
  display: none;
  padding: 2px 3px;
}

.header-search {
  width: 200px;
}

.header-search form {
  display: flex;
  align-items: center;
}

.header-search .form-control {
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #ccc;
  border-radius: 0;
  width: 176px;
  height: 30px;
  margin-right: 3px;
  padding: 7px 0;
  background: none;
}

.header-search .form-control::-webkit-input-placeholder {
  text-transform: uppercase;
}

.header-search .form-control:-moz-placeholder {
  text-transform: uppercase;
}

.header-search .form-control::-moz-placeholder {
  text-transform: uppercase;
}

.header-search .form-control:-ms-input-placeholder {
  text-transform: uppercase;
}

.header-search .btn-topsearch {
  background: none;
  border-radius: 0;
  border-width: 5px 0 5px;
  border-style: solid;
  border-color: transparent transparent #892738;
  width: 21px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #892738;
  cursor: pointer;
  transition: all 0.2s;
}

.header-search .btn-topsearch .icon {
  width: 13.1px;
  height: 13.1px;
}

.header-search .btn-topsearch:hover {
  color: #c53850;
  border-bottom-color: #c53850;
}

.header-search.header-search-d {
  margin: 0 0 70px auto;
}

@media screen and (max-width: 1279px) {
  .header-search.header-search-d {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
  .header-search.header-search-d {
    display: none;
  }
}

.header-search.header-search-m {
  display: none;
  margin: 0 auto 30px;
}

@media screen and (max-width: 359px) {
  .header-search.header-search-m {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  body.sticky-header .header {
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.18);
    padding: 16px 30px;
    background: #fff;
  }
}

@media screen and (max-width: 359px) {
  body.sticky-header .header {
    padding: 16px 20px;
  }
}

@media screen and (max-width: 991px) {
  body.sticky-header .header .header-logo img {
    height: 46px;
    width: auto;
  }
}

@media screen and (max-width: 991px) {
  body.show-menu {
    overflow-y: hidden;
  }
}

body.show-menu .header {
  background: #fff;
  bottom: 0;
  padding: 16px 30px;
  overflow-y: auto;
}

@media screen and (max-width: 359px) {
  body.show-menu .header {
    padding: 16px 20px;
  }
}

body.show-menu .header .header-logo img {
  height: 46px;
  width: auto;
}

body.show-menu .header .menu-toggler .icon.icon-menu {
  display: none;
}

body.show-menu .header .menu-toggler .icon.icon-close {
  display: block;
}

body.show-menu .header .header-menu {
  display: block;
}

body.show-menu .header .header-search {
  display: block;
}

body.show-menu .header .header-contacts {
  display: block;
}

/***** Footer *****/
.footer {
  border-top: 1px solid #ccc;
  padding: 30px 0 0;
  margin-top: 130px;
  display: flex;
  align-items: flex-start;
}

@media screen and (max-width: 1199px) {
  .footer {
    margin-top: 100px;
  }
}

@media screen and (max-width: 359px) {
  .footer {
    margin-top: 50px;
  }
}

.footer .up {
  position: fixed;
  right: 30px;
  bottom: 20px;
  z-index: 10;
  color: #892738;
  transition: all 0.2s;
  cursor: pointer;
  line-height: 0;
}

@media screen and (min-width: 992px) {
  .footer .up {
    display: none;
  }
}

@media screen and (max-width: 359px) {
  .footer .up {
    right: 20px;
    bottom: 10px;
  }
}

.footer .up .icon {
  width: 35px;
  height: 35px;
}

.footer .up:hover {
  color: #c53850;
}

/***** Homepage *****/
.section-homeintro h1 {
  max-width: 700px;
  margin: 0 0 70px;
}

@media screen and (max-width: 991px) {
  .section-homeintro h1 {
    margin-bottom: 30px;
  }
}

.section-homeintro .homeintro-timeline {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .section-homeintro .homeintro-timeline {
    margin-bottom: 20px;
  }
}

.section-homeintro .homeintro-timeline .timeline-item {
  width: 20%;
  flex: 0 0 20%;
  padding: 0 30px 20px 0;
}

@media screen and (max-width: 1279px) {
  .section-homeintro .homeintro-timeline .timeline-item {
    padding-right: 20px;
  }
}

@media screen and (max-width: 1279px) {
  .section-homeintro .homeintro-timeline .timeline-item {
    width: 33.333%;
    flex: 0 0 33.3333%;
  }
}

@media screen and (max-width: 575px) {
  .section-homeintro .homeintro-timeline .timeline-item {
    width: 50%;
    flex: 0 0 50%;
  }
}

.section-homeintro .homeintro-timeline .timeline-item .year {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.1;
  color: #808080;
}

@media screen and (max-width: 991px) {
  .section-homeintro .homeintro-bnr {
    margin: 0 -30px;
  }
}

@media screen and (max-width: 359px) {
  .section-homeintro .homeintro-bnr {
    margin: 0 -20px;
  }
}

.section-homeevents {
  padding: 70px 0 30px;
}

@media screen and (max-width: 991px) {
  .section-homeevents {
    padding: 40px 0 0;
  }
}

.section-homenews {
  padding-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .section-homenews {
    padding-bottom: 20px;
  }
}

.section-calendar {
  padding: 0 0 90px;
}

@media screen and (max-width: 991px) {
  .section-calendar {
    padding-bottom: 60px;
  }
}

.section-calendar .calendar-list {
  margin-top: 50px;
}

@media screen and (max-width: 1279px) {
  .section-calendar .calendar-list {
    margin-top: 40px;
  }
}

.section-calendar .calendar-list .item {
  display: flex;
}

.section-calendar .calendar-list .item:not(:last-child) {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.section-calendar .calendar-list .item .item-date {
  width: 84px;
  flex: 0 0 84px;
  margin-right: 10px;
}

.section-calendar .calendar-list .item .item-r {
  flex: 1;
}

.section-calendar .calendar-list .item .item-title {
  font-size: 30px;
  line-height: 1.1;
  margin-bottom: 10px;
}

.section-calendar .calendar-list .item .item-info a {
  color: #892738;
}

.section-calendar .calendar-list .item .item-info a:hover {
  color: #c53850;
}

.section-categories {
  padding: 0 0 70px;
}

@media screen and (max-width: 991px) {
  .section-categories {
    padding-bottom: 50px;
  }
}

.section-categories .cblock {
  margin-top: 50px;
}

@media screen and (max-width: 1279px) {
  .section-categories .cblock {
    margin-top: 40px;
  }
}

@media screen and (max-width: 1199px) {
  .section-materials .cblock {
    margin-bottom: 20px;
  }
}

/***** Newslist *****/
.section-newslist {
  padding-bottom: 60px;
}

@media screen and (max-width: 991px) {
  .section-newslist {
    padding-bottom: 30px;
  }
}

.section-newslist h1 {
  margin-bottom: 90px;
}

@media screen and (max-width: 1279px) {
  .section-newslist h1 {
    margin-bottom: 40px;
  }
}

/***** Post *****/
.section-post .text-content {
  margin-bottom: 60px;
}

@media screen and (max-width: 991px) {
  .section-post .text-content {
    margin-bottom: 40px;
  }
}

.section-post .cblock {
  margin-bottom: 20px;
}

.post-gallery-info .swiper-thumbs {
  margin-left: 0;
}

@media screen and (max-width: 1279px) {
  .post-gallery-info .swiper-thumbs .swiper-wrapper {
    margin: 0 -5px;
  }
}

@media screen and (max-width: 991px) {
  .post-gallery-info .swiper-thumbs .swiper-wrapper {
    margin: 0 -16px;
  }
}

@media screen and (max-width: 479px) {
  .post-gallery-info .swiper-thumbs .swiper-wrapper {
    margin: 0 25px;
  }
}

@media screen and (max-width: 359px) {
  .post-gallery-info .swiper-thumbs .swiper-wrapper {
    margin: 0 15px;
  }
}

@media screen and (max-width: 1279px) {
  .post-gallery-info .swiper-thumbs .swiper-slide {
    padding: 0 5px 10px;
  }
}

@media screen and (max-width: 991px) {
  .post-gallery-info .swiper-thumbs .swiper-slide {
    padding: 0 16px 32px;
  }
}

@media screen and (max-width: 479px) {
  .post-gallery-info .swiper-thumbs .swiper-slide {
    padding: 0 5px 10px;
  }
}

.post-gallery-info .post-date {
  margin-bottom: 15px;
}

.post-gallery-info .post-info a {
  color: #892738;
}

.post-gallery-info .post-info a:hover {
  color: #c53850;
}

/***** Text *****/
.gallery {
  max-width: 510px;
}

@media screen and (max-width: 479px) {
  .gallery {
    margin: 0 -30px;
  }
}

@media screen and (max-width: 359px) {
  .gallery {
    margin: 0 -20px;
  }
}

/***** Contacts *****/
.section-contacts h1 {
  margin-bottom: 90px;
}

@media screen and (max-width: 991px) {
  .section-contacts h1 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
  .section-contacts .text-content {
    margin-bottom: 30px;
  }
}

.section-contacts .contact-img-sm img {
  margin-right: 40px;
}

@media screen and (max-width: 575px) {
  .section-contacts .contact-img-sm img {
    margin-right: 20px;
  }
}

@media screen and (max-width: 575px) {
  .section-contacts .contacts-r figure {
    margin: 0 -30px 20px;
  }
}

@media screen and (max-width: 359px) {
  .section-contacts .contacts-r figure {
    margin: 0 -20px 10px;
  }
}

@media screen and (max-width: 575px) {
  .section-contacts .contacts-r figure img {
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .section-contacts .contacts-r figure figcaption {
    padding: 0 30px;
  }
}

@media screen and (max-width: 359px) {
  .section-contacts .contacts-r figure figcaption {
    padding: 0 20px;
  }
}

/***** Persons *****/
.section-persons a {
  color: #892738;
}

.section-persons a:hover {
  color: #c53850;
}

.section-persons .person-info .photo {
  margin-bottom: 20px;
  line-height: 0;
}

@media screen and (max-width: 575px) {
  .section-persons .person-info .photo {
    margin-bottom: 10px;
  }
}

.section-persons .person-info .name {
  font-size: 18px;
  margin-bottom: 2px;
}

.section-persons .person-info.person-info-lg .name {
  font-size: 30px;
  font-weight: bold;
  color: #808080;
}

@media screen and (max-width: 991px) {
  .section-persons .person-info.person-info-lg .name {
    font-size: 24px;
  }
}

.section-persons .persons-t {
  margin-bottom: 87px;
}

@media screen and (max-width: 991px) {
  .section-persons .persons-t {
    margin-bottom: 40px;
  }
}

.section-persons .persons-t .person-info-col {
  display: flex;
  align-items: flex-end;
}

@media screen and (max-width: 991px) {
  .section-persons .persons-t .person-info-col {
    display: block;
    padding-top: 20px;
  }
}

@media screen and (max-width: 575px) {
  .section-persons .persons-t .person-info-col {
    padding-top: 10px;
  }
}

@media screen and (max-width: 1199px) {
  .section-persons .persons-b {
    margin-bottom: -40px;
  }
}

@media screen and (max-width: 1199px) {
  .section-persons .persons-b .person-info {
    margin-bottom: 40px;
  }
}

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