<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

/*
.address__city{
  position: relative;
  display: inline-block!!!;

  &amp;::before,
  &amp;::after{
      @include pseudo();
      @include centerer();
  }

  @include line-middle-text(12px);
*/
.link-button {
  font-family: "Myriad Pro Regular", sans-serif;
}

html {
  min-width: 320px;
  height: 100%;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 320px;
  height: 100%;
  min-height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
p,
span,
a {
  overflow-wrap: break-word;
}

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

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

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

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

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

.overflow_block {
  overflow-x: auto;
}

.main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.inner {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

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

.custom-date {
  display: block !important;
  margin-top: 8px !important;
  font-size: 1.5rem !important;
  line-height: 1.4 !important;
  color: #737373 !important;
}

.custom-date span {
  display: inline-block !important;
  margin-left: 10px !important;
  font-size: 1.5rem !important;
}

.title-section {
  display: inline-block;
  margin: 0;
  margin-bottom: 1.1rem;
  font-family: "Myriad Pro Bold", sans-serif;
  font-size: 2rem;
  color: #2e84ba;
  text-decoration: none;
  text-transform: uppercase;
}

.title-section:hover {
  color: #a60e28;
  text-decoration: none;
}

.news-seciton-title.title-section {
  font-size: 2.4rem;
}

.inner-title {
  margin-bottom: 1.4rem;
  font-family: "Myriad Pro Bold", sans-serif;
  font-size: 2.4rem;
  color: #424242;
  text-transform: uppercase;
}

.inner .custom-date {
  margin-bottom: 2.5rem;
}

.inner-list-news__content .custom-date {
  margin-top: 4px;
}

.inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inner-shared {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 6rem;
}

.inner-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-bottom: 164px;
  padding-left: 30px;
}

@media (max-width: 799.98px) {
  .inner-content {
    padding-bottom: 2rem;
  }
}

.print_icon {
  display: block;
  width: 4rem;
  height: 4rem;
  font-size: 0;
  background-image: url("/desimages/print_main.png");
  background-repeat: no-repeat;
  background-position: left top;
}

.print_icon:hover {
  background-image: url("/desimages/print_main_hover.png");
}

.minpr_404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.minpr_404_title {
  margin-right: 30px;
  font-size: 22rem;
  font-weight: bold;
  color: #1a6b9f;
}

.inner-page + .shared {
  margin-top: 30px;
}

.header__row-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media (max-width: 799.98px) {
  .header__row-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media (max-width: 599.98px) {
  .header__row-1.mobile-version {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.header__row-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
}

@media (max-width: 799.98px) {
  .header__row-2 {
    border-top: 1px solid #d9d5cf;
    border-bottom: 1px solid #d9d5cf;
  }
}

@media (max-width: 599.98px) {
  .header__row-2 {
    display: none;
  }
}

@media (max-width: 599.98px) {
  .header__row-2.mobile-version {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #d9d5cf;
  }
}

.header__row-3 {
  height: 190px;
  opacity: .4;
}

.header__row-3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 799.98px) {
  .header__row-3 {
    display: none;
  }
}

.header__col-0 {
  -ms-flex-preferred-size: 286px;
  flex-basis: 286px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-top: 30px;
  padding-bottom: 14px;
  padding-left: 50px;
}

@media screen and (min-width: 2300px) {
  .header__col-0 {
    -ms-flex-preferred-size: 17.875%;
    flex-basis: 17.875%;
  }
}

@media (max-width: 1214.98px) {
  .header__col-0 {
    -ms-flex-preferred-size: 258px;
    flex-basis: 258px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 1214.98px) and (min-width: 2300px) {
  .header__col-0 {
    -ms-flex-preferred-size: 16.125%;
    flex-basis: 16.125%;
  }
}

@media (max-width: 1014.98px) {
  .header__col-0 {
    -ms-flex-preferred-size: 222px;
    flex-basis: 222px;
  }
}

@media screen and (max-width: 1014.98px) and (min-width: 2300px) {
  .header__col-0 {
    -ms-flex-preferred-size: 13.875%;
    flex-basis: 13.875%;
  }
}

@media (max-width: 799.98px) {
  .header__col-0 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    padding-top: 1.9rem;
  }
}

@media (max-width: 599.98px) {
  .header__col-0 {
    padding-top: 13px;
    padding-bottom: 10px;
    padding-left: 7px;
  }
}

.header__col-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.header__col-2 {
  display: none;
}

@media (max-width: 599.98px) {
  .header__col-2 {
    display: block;
  }
}

.header__col-3 {
  padding: 0;
}

@media (max-width: 799.98px) {
  .header__col-3 {
    -ms-flex-preferred-size: 80px;
    flex-basis: 80px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

@media screen and (max-width: 799.98px) and (min-width: 2300px) {
  .header__col-3 {
    -ms-flex-preferred-size: 5%;
    flex-basis: 5%;
  }
}

.header__col-3 .vsv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 117px;
  font-size: 1.4rem;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #790015;
  background-repeat: no-repeat;
  background-position: left 50px center;
}

.header__col-3 .vsv:hover {
  text-decoration: underline;
  background-color: #a60e28;
}

@media (max-width: 1214.98px) {
  .header__col-3 .vsv {
    padding-left: 86px;
    background-position: left 20px center;
  }
}

@media (max-width: 1014.98px) {
  .header__col-3 .vsv {
    padding-left: 84px;
  }
}

@media (max-width: 799.98px) {
  .header__col-3 .vsv {
    padding-left: 0;
    font-size: 0;
  }
}

.header__col-4 {
  width: 100%;
}

@media (max-width: 799.98px) {
  .header__block-1 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 1.9rem;
  }
}

.header__block-2 {
  margin-top: 1rem;
  line-height: 1.2;
}

@media (max-width: 799.98px) {
  .header__block-2 {
    margin-top: 0;
  }
}

.header__block-3 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-right: 20px;
  padding-left: 35px;
  border-right: 1px solid #d9d5cf;
  border-left: 1px solid #d9d5cf;
}

@media (max-width: 1014.98px) {
  .header__block-3 {
    padding-left: 17px;
  }
}

@media (max-width: 799.98px) {
  .header__block-3 {
    padding-left: 16px;
  }
}

@media (max-width: 599.98px) {
  .header__block-3 {
    padding-right: 11px;
    border-right: none;
  }
}

.header__block-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 70px;
}

@media (max-width: 1214.98px) {
  .header__block-4 {
    padding-right: 6px;
  }
}

@media (max-width: 1214.98px) {
  .header__block-4 {
    padding-right: 20px;
  }
}

@media (max-width: 799.98px) {
  .header__block-4 {
    padding-right: 11px;
  }
}

.header__block-5 {
  cursor: pointer;
}

.header__block-6 {
  display: block;
  width: 65px;
  background-color: #790015;
  background-image: url("/desimages/vsv.png");
  background-repeat: no-repeat;
  background-position: center center;
}

.header__block-6:hover {
  background-color: #a60e28;
}

.header__block-7 {
  padding-right: 20px;
  padding-left: 10px;
  border-right: 1px solid #d9d5cf;
}

.header__block-7 .social {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.header__site-name {
  text-decoration: none;
}

.header__site-name:hover {
  text-decoration: none;
}

@media (max-width: 1214.98px) {
  .header__site-name {
    display: inline-block;
    width: 195px;
  }
}

@media (max-width: 799.98px) {
  .header__site-name {
    width: 100%;
  }
}

.header__name-1 {
  font-family: "Myriad Pro Bold", sans-serif;
  font-size: 1.8rem;
  color: #474747;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.header__block-1 a {
  display: inline-block;
}

.header__block-1 a:first-child {
  margin-right: 6px;
}

.mobile-button-menu {
  display: none;
}

@media (max-width: 599.98px) {
  .mobile-button-menu {
    display: block;
  }
}

.mobile-button-menu svg {
  fill: #1a6b9f;
}

#main-nav {
  display: none;
}

.container {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}

.main__row-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.header__col-0.main__col-1 {
  padding-top: 23px;
  padding-left: 0;
  border-right: 1px solid #d9d5cf;
}

@media (max-width: 799.98px) {
  .header__col-0.main__col-1 {
    -ms-flex-preferred-size: 191px;
    flex-basis: 191px;
  }
}

@media screen and (max-width: 799.98px) and (min-width: 2300px) {
  .header__col-0.main__col-1 {
    -ms-flex-preferred-size: 11.9375%;
    flex-basis: 11.9375%;
  }
}

@media (max-width: 599.98px) {
  .header__col-0.main__col-1 {
    display: none;
  }
}

.inner-main .header__col-0.main__col-1 {
  padding-bottom: 56px;
}

.main__col-2 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 25px 52px 61px 38px;
  background-color: #f1f1f1;
}

@media (max-width: 1214.98px) {
  .main__col-2 {
    padding: 25px 22px 25px 24px;
  }
}

@media (max-width: 799.98px) {
  .main__col-2 {
    padding-right: 12px;
  }
}

@media (max-width: 599.98px) {
  .main__col-2 {
    padding-left: 12px;
  }
}

.main__col-2.inner-bl {
  padding-top: 19px;
  padding-bottom: 90px;
}

.block__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media (max-width: 1014.98px) {
  .block__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.block-1 {
  position: relative;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 20px 26px;
  margin-right: 18px;
  background-color: #fff;
  border: 1px solid #d9d5cf;
}

@media (max-width: 1214.98px) {
  .block-1 {
    padding-bottom: 4px;
    margin-right: 26px;
  }
}

@media (max-width: 1014.98px) {
  .block-1 {
    margin-right: 0;
    margin-bottom: 22px;
  }
}

@media (max-width: 799.98px) {
  .block-1 {
    padding: 20px 16px;
  }
}

@media (max-width: 599.98px) {
  .block-1 {
    padding: 20px 20px;
    padding-bottom: 8px;
  }
}

.block-2 {
  -ms-flex-preferred-size: 455px;
  flex-basis: 455px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (min-width: 2300px) {
  .block-2 {
    -ms-flex-preferred-size: 28.4375%;
    flex-basis: 28.4375%;
  }
}

@media (max-width: 1214.98px) {
  .block-2 {
    -ms-flex-preferred-size: 266px;
    flex-basis: 266px;
  }
}

@media screen and (max-width: 1214.98px) and (min-width: 2300px) {
  .block-2 {
    -ms-flex-preferred-size: 16.625%;
    flex-basis: 16.625%;
  }
}

@media (max-width: 1014.98px) {
  .block-2 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

@media screen and (max-width: 1014.98px) and (min-width: 2300px) {
  .block-2 {
    -ms-flex-preferred-size: 6.25%;
    flex-basis: 6.25%;
  }
}

.block-info {
  padding: 23px 42px 50px;
  background-color: #fff;
  border: 1px solid #d9d5cf;
}

@media (max-width: 1214.98px) {
  .block-info {
    padding: 23px 31px 51px;
    padding-right: 10px;
    padding-bottom: 21px;
  }
}

@media (max-width: 1014.98px) {
  .block-info {
    padding: 23px 31px 51px;
    padding-bottom: 24px;
  }
}

@media (max-width: 799.98px) {
  .block-info {
    padding: 26px 17px 51px;
    padding-bottom: 24px;
  }
}

@media (max-width: 399.98px) {
  .block-info {
    padding-bottom: 8px;
  }
}

.block-banners {
  margin-top: 2.1rem;
}

@media (max-width: 1214.98px) {
  .block-banners {
    display: none;
  }
}

.contact a {
  color: #790015;
}

.contact a:hover {
  color: #a60e28;
}

.contact div {
  margin-bottom: 5px;
}

@media (max-width: 1214.98px) {
  .contact div {
    margin-bottom: 1.1rem;
    line-height: 1.1;
  }
}

.contact h3 {
  display: inline-block;
  margin: 0;
  font-size: 1.6rem;
  color: #8c8c8c;
  text-transform: none;
}

.contact .title-section {
  margin-bottom: 17px;
}

@media (max-width: 1014.98px) {
  .contact__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .contact__row &gt; div {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .contact__row &gt; div:nth-child(2), .contact__row &gt; div:nth-child(4), .contact__row &gt; div:nth-child(6) {
    padding-left: 38px;
  }
}

@media (max-width: 399.98px) {
  .contact__row {
    display: block;
  }
  .contact__row &gt; div {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .contact__row &gt; div:nth-child(2), .contact__row &gt; div:nth-child(4), .contact__row &gt; div:nth-child(6) {
    padding-left: 0;
  }
}

.info-row-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media (max-width: 799.98px) {
  .info-row-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.info-item-1 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 853px;
  padding-left: 50px;
  margin-right: 73px;
}

@media (max-width: 1214.98px) {
  .info-item-1 {
    width: 70.5%;
    padding-left: 32px;
    margin-right: 38px;
  }
}

@media (max-width: 1014.98px) {
  .info-item-1 {
    width: 55.5%;
    padding-left: 21px;
    margin-right: 46px;
  }
}

@media (max-width: 799.98px) {
  .info-item-1 {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: 0;
  }
}

@media (max-width: 599.98px) {
  .info-item-1 {
    padding-right: 12px;
  }
}

.info-item-2 {
  position: relative;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  max-width: 38%;
}

@media (max-width: 799.98px) {
  .info-item-2 {
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 2rem;
  }
}

.inner-block-wrapper {
  width: 100%;
  height: 100%;
  padding: 30px;
  background-color: #fff;
  border: 1px solid #d9d5cf;
}

.inner-block-1 {
  height: 100%;
}

.footer {
  padding-right: 20px;
  padding-left: 20px;
  color: #424242;
  background-color: #2e84ba;
  padding-left: 32px;
}

@media (max-width: 1014.98px) {
  .footer {
    padding-left: 22px;
  }
}

@media (max-width: 799.98px) {
  .footer {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 25px;
  padding-bottom: 25px;
}

@media (max-width: 800px) {
  .footer__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.footer__item-1 {
  position: relative;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  max-width: 685px;
  color: #b2dcf6;
}

@media (max-width: 1214.98px) {
  .footer__item-1 {
    margin-bottom: 30px;
  }
}

@media (max-width: 799.98px) {
  .footer__item-1 {
    max-width: 390px;
  }
}

.footer__item-1 a {
  color: #b2dcf6;
}

.footer__item-1 a:hover {
  color: #a60e28;
}

.footer__item-2 {
  margin-left: 20px;
}

@media (max-width: 1014.98px) {
  .footer__item-2 {
    margin-left: 0;
  }
}

@media (max-width: 800px) {
  .footer__item-2 {
    margin-left: 0;
  }
}

.menu-bottom {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu-bottom li {
  padding: 0;
  margin: 0;
  background-image: none;
}

@media (max-width: 399.98px) {
  .menu-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 3rem;
  }
}

.menu-bottom li {
  margin-left: 60px;
}

@media (max-width: 800px) {
  .menu-bottom li:nth-child(1) {
    margin-left: 0;
  }
}

@media (max-width: 1014.98px) {
  .menu-bottom li {
    margin-left: 20px;
  }
  .menu-bottom li:nth-child(1) {
    margin-left: 0;
  }
}

@media (max-width: 399.98px) {
  .menu-bottom li {
    margin-left: 0;
  }
}

.menu-bottom a {
  color: #b2dcf6;
  text-decoration: none;
}

.menu-bottom a:hover {
  color: #fff;
  text-decoration: none;
}

.inner-page + .footer {
  margin-top: 50px;
}

.hv_pages,
.pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 22px;
  border-top: 1px solid #d6d5d1;
}

@media (max-width: 799.98px) {
  .hv_pages,
  .pages {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 399.98px) {
  .hv_pages,
  .pages {
    margin-top: 15px;
  }
}

.opinion-list-inner .hv_pages {
  margin-top: 30px;
}

.hv_page_sel,
.hv_pages_item a,
.page_item {
  position: relative;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 42px;
  padding: 10px;
  font-family: "Myriad Pro Regular", sans-serif;
  font-size: 1.8rem;
  color: #1a6b9f;
  text-align: center;
  text-decoration: none;
}

.hv_page_sel:hover,
.hv_pages_item a:hover,
.page_item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1a6b9f;
}

.hv_page_sel,
.page_item--selected,
.page_item_selected {
  color: #000;
  background-color: #f1f1f1;
}

.hv_page_sel:hover,
.page_item--selected:hover,
.page_item_selected:hover {
  color: #000;
  text-decoration: none;
}

.link-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 3rem;
  padding: 2px 25px;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #1a6b9f;
  border: 1px solid transparent;
  border-radius: 3px;
}

.link-button:hover {
  color: #fff;
  text-decoration: none;
  background-color: #a60e28;
}

.taxonomy {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px;
  margin-bottom: 17px;
  font-size: 1.2rem;
  color: #737373;
}

.taxonomy li {
  padding: 0;
  margin: 0;
  background-image: none;
}

.taxonomy a,
.taxonomy span {
  font-size: 1.2rem;
  color: #1a6b9f;
  text-decoration: none;
}

.taxonomy span {
  display: inline-block;
  padding: 0 6px;
  color: #737373;
}

.taxonomy a:hover {
  color: #1a6b9f;
  text-decoration: underline;
}

.sitemap-page .taxonomy {
  padding-left: 0;
}

/* stylelint-disable */
.ya-share2__list {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

@media (max-width: 399.98px) {
  .ya-share2__list {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
}

.ya-share2__icon {
  width: 40px !important;
  height: 40px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 34px 34px !important;
}

.counters_share {
  margin-bottom: 3px;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
}

.social li {
  padding: 0;
  margin: 0;
  background-image: none;
}

@media (max-width: 600px) {
  .social {
    display: none;
  }
}

@media (max-width: 399.98px) {
  .social {
    display: none;
  }
}

.social li {
  margin-left: 1rem;
}

.lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  margin-top: 2.3rem;
}

.lang li {
  padding: 0;
  margin: 0;
  background-image: none;
}

@media (max-width: 799.98px) {
  .lang {
    margin-top: .5rem;
  }
}

@media (max-width: 599.98px) {
  .lang {
    margin-top: 0;
  }
}

.lang li {
  margin-left: 13px;
}

.lang li:first-child {
  margin-left: 0;
}

.lang a {
  font-size: 1.2rem;
  color: #2f86bd;
  text-decoration: none;
  text-transform: uppercase;
}

.lang a.active {
  color: #8f8f8f;
  text-decoration: none;
}

.lang a:hover {
  color: #a60e28;
}

@media (max-width: 599.98px) {
  .search-main {
    height: 100%;
  }
}

.search-main input {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 11px;
  font-size: 1.6rem;
  color: #bdb6ac;
  border: 1px solid transparent;
}

.search-main input::-moz-placeholder {
  color: #bdb6ac;
}

.search-main input::-webkit-input-placeholder {
  color: #bdb6ac;
}

.search-main .form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 599.98px) {
  .search-main .form__item {
    height: 100%;
  }
}

.digest__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
}

@media (max-width: 1214.98px) {
  .digest__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.digest__col-1 {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 999;
  -ms-flex-positive: 999;
  flex-grow: 999;
}

@media (max-width: 1214.98px) {
  .digest__col-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 399.98px) {
  .digest__col-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.digest__col-2 {
  -ms-flex-preferred-size: 456px;
  flex-basis: 456px;
  padding-left: 40px;
}

@media screen and (min-width: 2300px) {
  .digest__col-2 {
    -ms-flex-preferred-size: 28.5%;
    flex-basis: 28.5%;
  }
}

@media (max-width: 1214.98px) {
  .digest__col-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 30px;
    padding-left: 0;
    margin-top: 30px;
    border-top: 1px solid #d6d5d1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
  }
}

@media screen and (max-width: 1214.98px) and (min-width: 2300px) {
  .digest__col-2 {
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
  }
}

@media (max-width: 399.98px) {
  .digest__col-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.digest__big_block {
  width: 100%;
  margin-bottom: 20px;
}

@media (max-width: 1214.98px) {
  .digest__big_block {
    margin-right: 25px;
    margin-bottom: 0;
  }
}

@media (max-width: 399.98px) {
  .digest__big_block {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

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

.digest__big__title {
  font-family: "Myriad Pro Bold", sans-serif;
  font-size: 2.4rem;
  color: #1a6b9f;
}

.digest__big__title:hover {
  text-decoration: none;
}

@media (max-width: 399.98px) {
  .digest__big__title {
    font-size: 2rem;
  }
}

.digest__small-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2.1rem;
  padding-bottom: 2rem;
  border-top: 1px solid #d9d5cf;
}

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

@media (max-width: 1214.98px) {
  .digest__small-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% / 3 - 60px);
    padding-top: 0;
    padding-bottom: 0;
    border-top: none;
  }
}

@media (max-width: 399.98px) {
  .digest__small-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-top: 3rem;
  }
  .digest__small-block:first-child {
    margin-top: 0;
  }
}

.digest__small-block:first-child {
  padding-top: 0;
  border-top: none;
}

.digest__small-img-block {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 190px;
  margin-right: 20px;
}

@media (max-width: 1214.98px) {
  .digest__small-img-block {
    float: none;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 1.6rem;
  }
}

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

.digest__small-title {
  display: block;
  font-family: "Myriad Pro Bold", sans-serif;
  font-size: 1.6rem;
  color: #424242;
}

.list-news__row {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.list-news__row li {
  padding: 0;
  margin: 0;
  background-image: none;
}

.list-news__one {
  padding-top: 1.8rem !important;
  padding-bottom: 2.1rem !important;
  border-top: 1px solid #d9d5cf;
}

.list-news__one:first-child {
  padding-top: 0 !important;
  border-top: none;
}

@media (max-width: 1214.98px) {
  .list-news__one {
    padding-top: 1.8rem !important;
    padding-bottom: 2rem !important;
  }
}

.list-news__text {
  font-size: 1.6rem;
  color: #424242;
  text-decoration: none;
}

.list-news__text:hover {
  color: #a60e28;
  text-decoration: underline;
}

.menu-left {
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 2;
}

.menu-left li {
  padding: 0;
  margin: 0;
  background-image: none;
}

.menu-left ul ul,
.menu-left ul li {
  padding: 0;
  margin: 0;
}

li.menu-left__item {
  position: static;
  padding: 10px 20px;
  padding-right: 30px;
  color: #1a6b9f;
  font-family: "Myriad Pro Bold", sans-serif;
}

li.menu-left__item:hover {
  background-color: #2e84ba;
}

li.menu-left__item:hover &gt; a {
  color: #fff;
  text-decoration: none;
}

li.menu-left__item:hover &gt; a .menu-left__arrow-close {
  display: none;
}

@media (max-width: 1014.98px) {
  li.menu-left__item {
    padding-left: 0;
  }
}

li.menu-left__item a {
  display: inline-block !important;
  max-width: 270px;
  padding-right: 5px;
  padding-left: 30px;
  font-family: "Myriad Pro Bold", sans-serif;
  text-decoration: none;
}

@media (max-width: 1214.98px) {
  li.menu-left__item a {
    padding-left: 0;
  }
}

@media (max-width: 1014.98px) {
  li.menu-left__item a {
    padding-left: 20px;
  }
}

@media (max-width: 799.98px) {
  li.menu-left__item a {
    padding-left: 10px;
  }
}

li.menu-left__item a:hover {
  color: #fff;
  text-decoration: none;
}

.menu-left .top-menu__level-2 a {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  font-size: 1.6rem;
  line-height: 1.1;
  color: #2e84ba;
}

.menu-left .top-menu__level-2 a:hover {
  color: #790015;
  text-decoration: underline;
}

.menu-left .top-menu__level-3-item a {
  font-family: "Myriad Pro Regular", sans-serif;
}

.menu-left .top-menu__level-4-item a {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 50px;
}

.menu-left__arrow-close {
  display: inline-block;
  width: 16px;
  height: 8px;
  background-image: url("/images/design/menu_left_close.png");
  background-repeat: no-repeat;
  background-position: center right;
}

.menu-left &gt; li &gt; ul {
  display: none;
}

.menu-left &gt; li:hover &gt; ul {
  position: absolute;
  top: -23px;
  left: 282px;
  z-index: 100;
  display: block;
  width: 100%;
  width: 392px;
  height: 500px;
  padding: 20px 12px 30px 0;
  margin: 0;
  background-color: #fff;
  border-left: 4px solid #2e84ba;
}

@media (max-width: 1214.98px) {
  .menu-left &gt; li:hover &gt; ul {
    left: 254px;
  }
}

@media (max-width: 1014.98px) {
  .menu-left &gt; li:hover &gt; ul {
    left: 218px;
  }
}

@media (max-width: 1014.98px) {
  .menu-left &gt; li:hover &gt; ul {
    left: 208px;
  }
}

.menu_level_2 ul {
  display: none;
}

.menu-left__dropdown li ul li,
.menu_level_2,
.menu_level_3,
.menu_level_4,
.menu_level_5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.menu-left__menu_level_2_open &gt; ul {
  display: block;
  width: 100%;
}

.menu-left .mCSB_scrollTools {
  top: 24px;
}

.menu-left .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #d9d5cf;
}

.site-map-link {
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 50px;
  font-size: 1.1rem;
  color: #902c3d;
  text-decoration: none;
  text-transform: uppercase;
  background-image: url("/images/design/sitemap.png");
  background-repeat: no-repeat;
  background-position: left 20px center;
}

.site-map-link:hover {
  color: #a60e28;
}

ul.main-banner-list {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
}

ul.main-banner-list li {
  padding: 0;
  margin: 0;
  background-image: none;
}

.main-banner-list li {
  position: relative;
  width: 218px;
  min-height: 85px;
  margin-top: 2.1rem !important;
  margin-left: 18px !important;
  background-color: #1a6b9f;
}

.main-banner-list li:nth-child(odd) {
  margin-left: 0 !important;
}

.main-banner-list li:nth-child(1), .main-banner-list li:nth-child(2) {
  margin-top: 0 !important;
}

.main-banner-list a {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 5px 13px;
  font-size: 1.8rem;
  color: #fff;
  text-decoration: none;
}

.main-banner-list a:hover {
  text-decoration: underline;
}

.adaptive-main-bans {
  display: none;
  background-color: #f1f1f1;
  border-top: 1px solid #d9d5cf;
  border-bottom: 1px solid #d9d5cf;
}

@media (max-width: 1214.98px) {
  .adaptive-main-bans {
    display: block;
    padding-top: 3rem;
    padding-bottom: .9rem;
  }
}

.adaptive-main-bans li {
  margin-top: 0 !important;
  margin-bottom: 2.1rem !important;
}

.adaptive-main-bans li:nth-child(odd) {
  margin-left: 15px !important;
}

.adaptive-main-bans .main-banner-list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 22px;
  padding-left: 5px;
}

@media (max-width: 599.98px) {
  .adaptive-main-bans .main-banner-list {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -9px;
    margin-left: -9px;
  }
}

@media (max-width: 599.98px) {
  .adaptive-main-bans .main-banner-list {
    padding-right: 12px;
    padding-left: 12px;
  }
}

@media (max-width: 599.98px) {
  .adaptive-main-bans .main-banner-list li {
    position: relative;
    width: 100%;
    padding-right: 9px;
    padding-left: 9px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    min-height: 69px;
    margin-left: 0 !important;
    text-align: center;
    background-color: transparent;
  }
  .adaptive-main-bans .main-banner-list li img {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 599.98px) {
  .adaptive-main-bans .main-banner-list a {
    font-size: 1.6rem;
  }
}

.inner-main-bans {
  padding: 0;
  margin: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 50px;
  margin-top: 38px;
}

.inner-main-bans li {
  padding: 0;
  margin: 0;
  background-image: none;
}

@media (max-width: 1214.98px) {
  .inner-main-bans {
    display: none;
  }
}

.inner-main-bans li {
  position: relative;
  width: 218px;
  min-height: 85px;
  margin-top: 2.2rem;
}

.inner-main-bans li:first-child {
  margin-top: 0 !important;
}

.inner-main-bans a {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 5px 13px;
  font-size: 1.8rem;
  color: #fff;
  text-decoration: none;
}

.banners {
  background-color: #fff;
  border-top: 1px solid #d9d5cf;
  border-bottom: 1px solid #d9d5cf;
}

@media (max-width: 399.98px) {
  .banners {
    margin-top: 0;
  }
}

.banners .container {
  padding-right: 0;
  padding-left: 50px;
}

@media (max-width: 1214.98px) {
  .banners .container {
    padding-right: 26px;
    padding-left: 26px;
  }
}

@media (max-width: 1214.98px) and (max-width: 799.98px) {
  .banners .container {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.banners__list {
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
  padding-top: 48px;
  padding-bottom: 48px;
}

.banners__list li {
  padding: 0;
  margin: 0;
  background-image: none;
}

@media only screen and (max-width: 1465px) {
  .banners__list {
    padding-right: 28px;
    padding-left: 28px;
  }
}

.banners__list img {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

@media (max-width: 399.98px) {
  .banners__list {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.banners__list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.banners__list .slick-track .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
}

.banners__list .slick-list {
  margin: 0 -20px;
}

.banners__list .slick-slide {
  margin: 0 20px;
}

.banners__list .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 100;
  width: 24px;
  font-size: 0;
  background-color: transparent;
  border: none;
}

.banners__list .slick-prev {
  left: -24px;
  background-image: url("/images/design/prev_start.png");
  background-repeat: no-repeat;
  background-position: left center;
}

@media only screen and (max-width: 1465px) {
  .banners__list .slick-prev {
    left: 2px;
  }
}

.banners__list .slick-prev:hover {
  background-image: url("/images/design/prev.png");
}

.banners__list .slick-next {
  right: -24px;
  background-image: url("/images/design/next_start.png");
  background-repeat: no-repeat;
  background-position: right center;
}

@media only screen and (max-width: 1465px) {
  .banners__list .slick-next {
    right: 2px;
  }
}

.banners__list .slick-next:hover {
  background-image: url("/images/design/next.png");
}

.banners__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.block-inet {
  padding-top: 43px;
  padding-bottom: 3rem;
  background-color: #f1f1f1;
}

.internet-res {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.internet-res &gt; * {
  -ms-flex-preferred-size: 256px;
  flex-basis: 256px;
}

@media (max-width: 1214.98px) {
  .internet-res {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .internet-res &gt; * {
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
  }
}

@media (max-width: 1014.98px) {
  .internet-res {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .internet-res &gt; * {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }
}

@media (max-width: 799.98px) {
  .internet-res {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .internet-res &gt; * {
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
  }
}

@media (max-width: 599.98px) {
  .internet-res {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .internet-res &gt; * {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }
}

.internet-res-block .title-section {
  margin-bottom: 18px;
  font-size: 2.4rem;
}

.internet-res__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2rem;
  cursor: pointer;
}

.internet-res__text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 1.8rem;
  color: #424242;
}

.internet-res-block .slick-dots {
  position: absolute;
  top: -53px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0;
}

@media (max-width: 1214.98px) {
  .internet-res-block .slick-dots {
    top: -66px;
  }
}

@media (max-width: 1014.98px) {
  .internet-res-block .slick-dots {
    top: -53px;
  }
}

.internet-res-block .slick-dots &gt; li {
  padding: 0;
  margin: 0;
  margin-left: 10px;
}

.internet-res-block .slick-dots &gt; li.slick-active button {
  background-color: #790015;
}

.internet-res-block .slick-dots button {
  width: 1rem;
  height: 1rem;
  padding: 0;
  margin: 0;
  font-size: 0;
  background-color: #1a6b9f;
  border: none;
}

.internet-res-block .slick-dots button:hover {
  background-color: #a60e28;
}

.gos .title-section {
  font-size: 2.4rem;
}

.gos-menu {
  padding: 0;
  margin: 0;
  font-size: 1.8rem;
}

.gos-menu li,
.gos-menu ul {
  padding: 0;
  margin: 0;
  background-image: none;
}

.gos-menu &gt; li {
  position: relative;
  margin-top: .8rem;
}

.gos-menu a:hover {
  color: #a60e28;
}

.gos-menu span {
  font-size: 1.6rem;
  cursor: pointer;
}

.gos-menu span:hover {
  color: #a60e28;
}

.gos-menu ul li {
  padding-left: 2.4rem;
  margin-top: 1rem;
}

.gos-menu ul li a {
  font-size: 1.6rem;
  text-decoration: none;
}

.gos-menu__close,
.gos-menu__open {
  background-position: top 6px left;
}

.gos-menu__close &gt; ul {
  display: none;
}

.gos-menu__open &gt; ul {
  display: block;
}

.gos-menu &gt; li {
  background-repeat: no-repeat;
}

.top-menu {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #d9d5cf;
}

.top-menu li {
  padding: 0;
  margin: 0;
  background-image: none;
}

@media (max-width: 799.98px) {
  .top-menu {
    border-bottom: 1px solid transparent;
  }
}

@media (max-width: 599.98px) {
  .top-menu {
    display: none;
  }
}

.top-menu ul {
  padding: 0;
  margin: 0;
}

.top-menu ul li {
  padding: 0;
  margin: 0;
  background-image: none;
}

.top-menu &gt; li {
  position: relative;
}

.top-menu a {
  display: block;
  padding: 0 40px;
  font-size: 1.6rem;
  color: #2f86bd;
  text-decoration: none;
  background-color: #fff;
}

.top-menu a:hover {
  text-decoration: underline;
}

@media (max-width: 1014.98px) {
  .top-menu a {
    padding: 0 20px;
  }
}

.top-menu &gt; li &gt; a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 60px;
  text-align: center;
}

.top-menu &gt; li &gt; a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #2f86bd;
}

.top-menu &gt; li &gt; ul {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 101%;
  left: 0;
  z-index: 1000;
  display: none;
  width: 100%;
  width: 315px;
  padding: 0;
  padding-top: 1.8rem;
  background-color: #fff;
}

.top-menu &gt; li &gt; ul li {
  padding: 0;
  margin: 0;
  background-image: none;
}

.top-menu &gt; li:hover &gt; ul {
  display: block;
}

.top-menu .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #d9d5cf;
}

.top-menu__level-2-item a {
  display: inline-block !important;
  max-width: 270px;
  padding-right: 5px;
  font-family: "Myriad Pro Bold", sans-serif;
}

.top-menu__level-2-item a:hover {
  color: #790015;
}

.top-menu__level-fourth-item &gt; a {
  display: block;
}

.top-menu .minp_menu_item_3 {
  display: block;
}

.top-menu .minp_menu_item_2 {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.1;
}

.top-menu__level-3 a {
  padding-bottom: 11px;
  font-family: "Myriad Pro Regular", sans-serif;
}

.top-menu__level-4 a {
  padding-left: 60px;
}

@media (max-width: 1014.98px) {
  .top-menu__level-4 a {
    padding-left: 40px;
  }
}

.menu-close {
  position: relative;
}

.menu-close &gt; span {
  position: absolute;
  top: 8px;
  left: 285px;
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-image: url("/desimages/h_menu_arrow_close.png") !important;
  background-repeat: no-repeat;
  background-position: center center;
}

.menu-close &gt; ul {
  display: none;
}

.menu-open {
  background-color: #f1f1f1 !important;
}

.menu-open a {
  line-height: 1.1;
  background-color: transparent;
}

.menu-open &gt; span {
  position: absolute;
  top: 8px;
  left: 285px;
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-image: url("/desimages/h_menu_arrow_open.png") !important;
  background-repeat: no-repeat;
  background-position: center center;
}

.menu-open &gt; span &gt; ul {
  display: block;
}

.mCSB_inside &gt; .mCSB_container {
  margin-right: 15px !important;
}

.one-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.one-news__image {
  margin-bottom: 3.8rem;
}

.inner-list-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -30px;
  margin-left: -30px;
}

.inner-list-news__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2.4rem;
  padding-bottom: 2.5rem;
  border-top: 1px solid #d9d5cf;
}

.inner-list-news__item {
  position: relative;
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

@media (max-width: 800px) {
  .inner-list-news__item {
    padding-right: 28px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.inner-list-news__item:nth-child(1) .inner-list-news__wrapper,
.inner-list-news__item:nth-child(2) .inner-list-news__wrapper {
  padding-top: 0;
  border-top: none;
}

@media (max-width: 800px) {
  .inner-list-news__item:nth-child(2) .inner-list-news__wrapper {
    padding-top: 2.4rem;
    border-top: 1px solid #d9d5cf;
  }
}

.inner-list-news__title {
  margin: 0;
  font-family: "Myriad Pro Bold", sans-serif;
  font-size: 1.8rem;
}

.inner-list-news__image {
  margin-right: 2rem;
}

.photo-list .inner-list-news__image a {
  display: block;
}

.photo-list .inner-list-news__row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.photo-list .inner-list-news__image {
  max-width: 333px;
  margin: 0;
}

.photo-list .inner-list-news__image span {
  display: block;
  margin-top: 1.4rem;
  font-family: "Myriad Pro Bold", sans-serif;
  font-size: 1.8rem;
}

.photo-list .inner-list-news__item {
  position: relative;
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.photo-list .inner-list-news__item:nth-child(1) .inner-list-news__row,
.photo-list .inner-list-news__item:nth-child(2) .inner-list-news__row,
.photo-list .inner-list-news__item:nth-child(3) .inner-list-news__row {
  padding-top: 0;
  border-top: none;
}

.photo-list .inner-list-news__text:hover {
  text-decoration: none;
}

.photo-list .inner-list-news__text {
  margin-top: 2px;
}

.photo-list .custom-date {
  margin-top: 0;
}

@media (max-width: 399.98px) {
  .minpr_content_video .inner-list-news__image,
  .minpr_content_photo .inner-list-news__image {
    max-width: 100%;
  }
}

@media (max-width: 399.98px) {
  .minpr_content_video .inner-list-news__item,
  .minpr_content_photo .inner-list-news__item {
    position: relative;
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
}

.minpr_content_video .inner-list-news__row,
.minpr_content_photo .inner-list-news__row {
  border-top: 0;
}

.inner-list-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
}

.inner-title-list-news {
  color: #2e84ba;
}

.inner-list-news__item {
  position: relative;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  padding-top: 21px;
  padding-bottom: 15px;
  border-top: 1px solid #d9d5cf;
}

.inner-list-news__item:first-child {
  border-top: none;
}

.inner-list-news__date {
  margin-bottom: 12px;
  font-size: .4rem;
  color: #d9d5cf;
}

.inner-list-news__title {
  display: inline-block;
  font-family: "Myriad Pro Regular", sans-serif;
  font-size: 1.6rem;
  color: #424242;
  text-decoration: none;
}

.inner-list-news__text {
  margin-top: 8px;
}

.inner-list-news__text:hover {
  text-decoration: underline;
}

.inner-list-news__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.inner-list-news__item:nth-child(1) .inner-list-news__row,
.inner-list-news__item:nth-child(2) .inner-list-news__row {
  padding-top: 0;
  border-top: none;
}

.l-news__image {
  padding-bottom: 6px;
}

.inner-list-news__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 0;
}

.l-news__image .inner-list-news__image {
  max-width: 100%;
}

.inner-list-news__image img {
  max-width: 100%;
  height: auto;
  margin-bottom: 0 !important;
}

.inner-list-news__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.l-news__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: 1.4rem;
}

@media (max-width: 399.98px) {
  .l-news__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 5rem;
  }
}

.l-news__shared {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 74px;
}

@media (max-width: 399.98px) {
  .l-news__shared {
    width: 100%;
    margin-top: 3rem;
  }
}

.l-news__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.l-news__content .list-news__all {
  display: inline-block;
  margin-top: 8.5rem;
  font-size: 1.7rem;
  color: #1a6b9f;
}

.l-news__list-near-one .inner-list-news {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.l-news__list-near-one .inner-list-news .inner-list-news__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.news__date {
  margin-bottom: 12px;
  font-size: 1.4rem;
  color: #d9d5cf;
}

.news__all {
  margin-top: 30px;
  color: #790015;
  text-transform: uppercase;
}

.l-news__one img {
  margin-bottom: 10px;
}

.fb_form_no {
  margin-bottom: 10px;
  color: #790015;
}

.fb_form_ok {
  margin-bottom: 10px;
  color: green;
}

.obr__form {
  width: 100%;
  padding: 32px 107px 29px 31px;
  margin-top: 17px;
  font-size: 19px;
  background-color: #f3faff;
}

@media (max-width: 1214.98px) {
  .obr__form {
    max-width: 100%;
  }
}

@media (max-width: 799.98px) {
  .obr__form {
    padding: 20px 20px;
  }
}

.obr__field-required {
  margin-bottom: 10px;
  font-size: 1.8rem;
}

.obr__field-required sup {
  color: #790015;
}

.obr__form label,
.obr__attach-file-title,
.digits_title,
.psevdo-label {
  -ms-flex-preferred-size: 205px;
  flex-basis: 205px;
  padding-top: 5px;
  margin-right: 30px;
  font-size: 1.6rem;
  line-height: 1;
  color: #797979;
}

@media screen and (min-width: 2300px) {
  .obr__form label,
  .obr__attach-file-title,
  .digits_title,
  .psevdo-label {
    -ms-flex-preferred-size: 12.8125%;
    flex-basis: 12.8125%;
  }
}

@media (max-width: 799.98px) {
  .obr__form label,
  .obr__attach-file-title,
  .digits_title,
  .psevdo-label {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 10px;
  }
}

.obr__form sup {
  top: -.1em;
  color: #790015;
}

.obr__form &gt; div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 30px;
}

@media (max-width: 799.98px) {
  .obr__form &gt; div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.obr__form input:not([type=submit]),
.obr__form textarea,
.obr__form select,
.obr__file,
.obr__wrrapper-code-block,
.search-date-restrict {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 999;
  -ms-flex-positive: 999;
  flex-grow: 999;
  width: 100%;
  min-height: 34px;
  padding: 6px 6px 0;
  color: #797979;
  background-color: #fff;
  border: 1px solid #d9d5cf;
}

.obr__form textarea {
  height: 170px;
}

@media (max-width: 799.98px) {
  .obr__form textarea {
    -ms-flex-preferred-size: 170px;
    flex-basis: 170px;
  }
}

@media (max-width: 799.98px) {
  .obr__file {
    min-height: auto;
  }
}

.obr__form .el_obr_fill_field {
  display: none;
  width: 100%;
  margin-top: 5px;
  margin-left: 237px;
  visibility: visible !important;
}

@media (max-width: 799.98px) {
  .obr__form .el_obr_fill_field {
    margin-left: 0;
  }
}

.obr__form input[type=file] {
  display: none;
}

.obr__file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
  border: none;
}

@media (max-width: 399.98px) {
  .obr__file {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 0;
  }
}

.obr__result {
  margin-right: 20px;
}

.obr__file .el_obr_fill_field,
.obr__result .el_obr_fill_field {
  margin-left: 0;
}

.obr__descript {
  width: 350px;
  margin-left: 15px;
  font-size: 1.4rem;
  color: #919191;
}

.obr__descript &gt; * {
  overflow-wrap: break-word;
}

@media (max-width: 399.98px) {
  .obr__descript {
    width: 100%;
    margin-bottom: 30px;
    margin-left: 0;
  }
}

.obr__form .obr__attach {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

@media (max-width: 399.98px) {
  .obr__form .obr__attach {
    margin-bottom: 0;
  }
}

.obr__searсh {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 36px;
  padding: 5px 44px;
  margin-bottom: 11px;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #1a6b9f;
}

.attach-file-line__close {
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-left: 20px;
  cursor: pointer;
  background-image: url("/images/design/icons_close.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 20px 20px;
}

.attach-file-line__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.obr__wrrapper-code-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  border: none;
}

.obr__cap a {
  display: block;
  font-size: 1.4rem;
  color: #790015;
  text-decoration: none;
}

.obr__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 0 !important;
}

@media (max-width: 799.98px) {
  .obr__submit {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    margin-top: 100px;
  }
}

.text_after {
  max-width: 895px;
  margin-top: 30px;
  margin-bottom: 25px !important;
  color: #424242;
}

.text_after a {
  color: #1a6b9f;
}

.attach-file-line__block-name {
  display: none;
}

.obr__attach-file-title {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 399.98px) {
  .obr__attach-file-title {
    margin-bottom: 16px;
    font-weight: bold;
  }
}

#field_16 {
  -ms-flex-preferred-size: 55px;
  flex-basis: 55px;
  min-height: 1px !important;
}

.obr__code-box,
.obr__submit {
  width: 100%;
}

.search-date-restrict {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border: none;
}

.search-date-restrict &gt; input {
  max-width: 200px;
}

.search-date-restrict .left {
  display: inline-block;
  padding: 0 1rem;
}

.search-date-restrict .well {
  position: relative;
}

.search-date-restrict .well img {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 10px;
  cursor: pointer;
}

.search-date-restrict .well input {
  padding-top: 8px;
}

.search-date-restrict_sort {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.search-date-restrict_sort input {
  -ms-flex-preferred-size: auto !important;
  flex-basis: auto !important;
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
  width: auto !important;
}

#ext-search {
  display: none;
  margin-bottom: 30px;
}

.ui-datepicker {
  max-width: 255px !important;
}

.ui-datepicker,
.ui-datepicker .ui-datepicker-title select {
  border-color: #1a6b9f !important;
}

.ui-datepicker select.ui-datepicker-year {
  color: #1a6b9f !important;
}

.ui-datepicker td a,
.ui-datepicker th,
.ui-datepicker select.ui-datepicker-year,
.ui-datepicker .ui-datepicker-month,
.ui-datepicker .ui-datepicker-year,
.ui-datepicker td span {
  font-size: 19px !important;
}

.ui-datepicker .ui-datepicker-month {
  font-size: 17px !important;
}

.ui-datepicker .ui-datepicker-today a,
.ui-datepicker-today span {
  background-color: #1a6b9f !important;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  position: absolute;
  top: 64%;
  left: 50%;
  display: block;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-widget-header .ui-icon {
  background-image: url("/desimages/calendar/ui-icons_222222_256x240.png");
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon {
  display: block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  text-indent: -99999px;
  background-repeat: no-repeat;
}

div.obr__block-radio {
  display: none;
}

div.obr__block-radio .fb_text {
  margin-bottom: 15px;
  font-weight: bold;
}

div.obr__block-radio .radio__wrapper {
  margin-bottom: 5px;
}

.obr__block-radio input {
  display: inline-block !important;
  -ms-flex-preferred-size: auto !important;
  flex-basis: auto !important;
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
  width: auto !important;
  padding-top: 5px !important;
  margin-right: 16px !important;
}

.link-button + .link-button {
  margin-left: 30px;
}

.obr__submit .link-button {
  min-width: 158px;
  min-height: 36px;
  font-size: 1.6rem;
}

.doc-link {
  margin-bottom: 20px;
  text-transform: none;
}

.js-no-selected,
.attach-file-line__selected {
  font-size: 1.6rem;
  color: #797979;
}

.obr-rule {
  margin-bottom: 4rem;
}

#code {
  width: 258px;
}

@media (max-width: 599.98px) {
  #code {
    width: 115px;
  }
}

.obr-rule__wrapper {
  position: relative;
  max-height: 264px;
  overflow: hidden;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-property: max-height;
  -o-transition-property: max-height;
  transition-property: max-height;
}

.obr-rule__wrapper::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90px;
  content: "";
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%);
}

.hide-gradient::before {
  display: none !important;
}

.obr-rule__button-block {
  margin-top: 43px;
  text-align: center;
}

.js-show {
  max-height: 9999px;
}

.link-button.obr-read-more {
  height: auto;
  min-height: 24px;
  padding: 1px 42px 1px 14px;
  font-size: 1.4rem;
  text-transform: none;
  background-image: url("/desimages/el_obr_arrow_close.png");
  background-repeat: no-repeat;
  background-position: center right 11px;
}

.el_obr_fill_field {
  font-size: 1.6rem;
  color: #790015;
}

.site-map {
  padding: 0;
  margin: 0;
  /* Reset list styles */
  list-style-type: none;
}

ul.site-map li {
  padding: 0;
  margin: 0;
  background-image: none;
}

ul.site-map li ul {
  margin: 0;
}

.js-site-map-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.js-site-map-row &gt; span {
  -ms-flex-preferred-size: 36%;
  flex-basis: 36%;
}

@media (max-width: 1014.98px) {
  .js-site-map-row &gt; span {
    -ms-flex-preferred-size: 44%;
    flex-basis: 44%;
  }
}

@media (max-width: 399.98px) {
  .js-site-map-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 0;
  }
}

ul.site-map ul &gt; li {
  padding: 0;
}

ul.site-map &gt; li {
  position: relative;
}

@media (max-width: 399.98px) {
  ul.site-map &gt; li {
    padding-left: 0;
    margin-bottom: 30px;
  }
}

.site-map a {
  color: #424242;
  text-decoration: none;
}

.site-map a:hover {
  color: #790015;
  text-decoration: underline;
}

ul.site-map &gt; li &gt; a {
  font-family: "Myriad Pro Bold", sans-serif;
  font-size: 2.4rem;
  text-transform: uppercase;
}

ul.site-map ul ul a {
  font-weight: normal;
}

.sitemap_level_item_2 {
  position: relative;
  padding-top: 19px !important;
  padding-bottom: 19px !important;
}

.sitemap_level_item_2::before {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 22px;
  width: 100%;
  height: 1px;
  border-top: 1px dashed #d9d5cf;
}

.sitemap_level_item_2::before:first-child {
  content: none;
}

.sitemap_level_item_2 &gt; a {
  position: relative;
  display: block;
  padding-left: 22px !important;
  font-family: "Myriad Pro Bold", sans-serif;
  font-size: 1.8rem;
}

.sitemap_level_item_3 {
  padding-top: 10px !important;
  padding-bottom: 0 !important;
  padding-left: 44px !important;
}

.sitemap_level_item_3 &gt; a {
  position: relative;
  display: block;
  font-size: 1.6rem;
}

.sitemap_level_item_4 &gt; a {
  position: relative;
  display: block;
}

.site-map .list_inner_2 {
  position: relative;
  padding-top: 24px;
  padding-right: 25px;
  padding-bottom: 4px;
  border-top: 1px solid #d9d5cf;
}

.site-map .list_inner_2:first-child {
  border-top: none;
}

.js-site-map-row &gt; span li:last-child::before {
  content: none;
}

.sitemap_level_item_2:last-child::before {
  content: none;
}

.svg-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 800px) {
  .svg-map {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.svg-map__col-1 {
  position: relative;
  width: 550px;
  padding-top: 4.1rem;
  padding-bottom: 3.2rem;
  padding-left: 2.5rem;
}

.svg-map__col-1 .title-oblast {
  position: absolute;
  top: 10px;
  left: 10px;
  display: none;
}

@media (max-width: 799.98px) {
  .svg-map__col-1 {
    width: 60%;
  }
}

@media (max-width: 800px) {
  .svg-map__col-1 {
    width: 100%;
  }
}

@media (max-width: 399.98px) {
  .svg-map__col-1 {
    padding-bottom: 20px;
    padding-left: 0;
  }
}

.svg-map__col-2 {
  width: 365px;
}

@media (max-width: 799.98px) {
  .svg-map__col-2 {
    width: 35%;
  }
}

@media (max-width: 800px) {
  .svg-map__col-2 {
    width: 100%;
  }
}

.svg-map__regions {
  cursor: pointer;
  fill: #f8ecd4;
  stroke: #c6c4d6;
  stroke-width: 1px;
}

.svg-map__regions:hover {
  fill: #f1dab0;
}

.obl_center,
.capital,
.capital_top {
  fill: #fdb123;
}

#brest_gorod {
  r: 5;
}

.obl_name_text,
.capital_name {
  font-size: .8rem;
}

.obl_center,
.capital_name {
  pointer-events: none;
}

.svg-info__header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f3f3f3;
}

.svg-info__header::before {
  position: absolute;
  display: block;
  content: "";
  top: 32%;
  right: 100%;
  content: url("/desimages/svg_arrow.png");
}

.svg-info__gerb {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 71px;
  padding-top: 38px;
  text-align: right;
}

.svg-info__title {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 40px 77px 40px 21px;
  margin-bottom: 9px;
  font-size: 2rem;
  color: #1a6b9f;
}

.svg-info__content {
  max-width: 328px;
  padding: 40px 10px 10px 40px;
  color: #424242;
}

.svg-info__content a {
  color: #1a6b9f;
}

.svg-info__content a:hover {
  color: #790015;
}

.svg-info__content * &gt; div {
  line-height: 1;
}

.title-oblast {
  color: #1a6b9f;
  cursor: pointer;
}

.selected-obl {
  fill: #f1dab0;
  stroke: #790015;
}

.svg-map text {
  font-size: .7rem;
  fill: #424242;
}

.simple-search {
  max-width: 955px;
  padding: 2px;
  margin-bottom: 30px;
  border: 1px solid #d9d5cf;
}

.simple-search__input {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  padding: 6px 10px;
  margin-right: 15px;
  border: 1px solid transparent;
}

.simple-search__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 799.98px) {
  .simple-search__item &gt; * {
    margin-left: 0 !important;
  }
}

.simple-search__link {
  position: relative;
  display: none !important;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 50px;
  color: #790015;
  text-decoration: none;
}

.simple-search__link:first-child {
  margin-right: 0;
}

.simple-search__link:hover {
  color: #1a6b9f;
  text-decoration: none;
}

.simple-search__link::before {
  position: absolute;
  display: block;
  content: "";
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #790015;
}

.simple-search__link:hover::before {
  border-color: #1a6b9f;
}

.simple-search__submit {
  min-width: 10rem;
  margin-right: 2px;
}

.search-images {
  margin-bottom: 20px;
}

.res_number,
.news_rubric {
  display: inline-block;
}

.minp_last_n_inner_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
}

.res_number {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 40px;
}

.res-news {
  margin-top: 0 !important;
  text-decoration: none;
}

.res-news:hover .search-block-1-node {
  color: #790015;
  text-decoration: underline;
}

.news_rubric_hover {
  text-decoration: none;
}

.search-block-1-node {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 1.6rem;
  color: #1a6b9f;
}

.search-node-name {
  margin-left: 10px;
  font-size: 1.4rem;
  color: #1a6b9f;
}

.search-date .custom-date {
  display: inline-block !important;
}

.minp_last_n_inner_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.minpr_search_result {
  margin-top: 25px;
  margin-bottom: 22px;
}

.search-results-out .info {
  margin-bottom: 3px;
}

.minp_last_n_inner_item .info &gt; * {
  display: block;
}

.search-results-out {
  max-width: 1093px;
}

.minp_last_n_inner_item {
  padding-top: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #dcdcdc;
}

.page-404 .main__col-2.inner-bl {
  padding: 0;
  border: none;
}

.page-404 .inner-block-1 {
  background-color: #f1f1f1;
}

.page-404 .inner-block-wrapper {
  padding: 62px 40px;
  background-color: #f1f1f1;
  border: none;
}

.page-404__title {
  font-family: "Myriad Pro Bold", sans-serif;
  font-size: 10rem;
  line-height: 1;
  color: #2e84ba;
}

.adm-title {
  font-family: "Myriad Pro Bold", sans-serif;
  font-size: 2.4rem;
  text-transform: uppercase;
}

.adm-text {
  margin-top: 37px;
  font-family: "Myriad Pro Bold", sans-serif;
  font-size: 1.8rem;
}

.adm-text a {
  color: #790015;
  text-decoration: none;
}

.adm-text a:hover {
  text-decoration: underline;
}

.org_param {
  margin-top: 20px;
}

.catalog-list {
  display: inline-block;
  margin-top: 50px;
}

.minpr_all_slider {
  max-width: 1093px;
}

.b_video_desc_col {
  margin-top: 30px;
}

.res-news {
  display: block;
  margin-top: 10px;
  color: #424242;
}

.search-results-out + .pages__wrapper .pages {
  margin-top: 0;
  border-top: none;
}

.res_number {
  margin-bottom: 20px;
}

.res_number span {
  font-weight: bold;
}

.minp_news_item_data {
  color: #d9d5cf;
}

.event_top_date {
  margin-bottom: 0;
  line-height: 1;
  color: #424242;
  text-transform: uppercase;
}

.event__item {
  padding-top: 50px;
  padding-bottom: 25px;
  border-bottom: 1px solid #d7d6d4;
}

.event__title {
  margin-bottom: 20px;
  /*    font-size: 3rem; */
  font-size: 2.4rem;
  font-weight: bold;
  color: #424242;
}

.event__text {
  margin-bottom: 20px;
  margin-bottom: 30px;
  font-size: 1.8rem;
  color: #424242;
}

.event__desc {
  font-size: 1.8rem;
  color: #424242;
}

.event__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 35px;
}

.event__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 190px;
  margin-right: 20px;
}

.event__content .custom-date {
  margin-top: 0 !important;
}

.event__link {
  font-size: 1.8rem;
  font-weight: bold;
  color: #424242;
}

.event__link .custom-date {
  margin-top: 0 !important;
}

/* календарь */
.ui-datepicker {
  max-width: 255px !important;
}

.ui-datepicker,
.ui-datepicker .ui-datepicker-title select {
  border-color: #2385c4 !important;
}

.ui-datepicker select.ui-datepicker-year {
  color: #2385c4 !important;
}

.ui-datepicker td a,
.ui-datepicker th,
.ui-datepicker select.ui-datepicker-year,
.ui-datepicker .ui-datepicker-month,
.ui-datepicker .ui-datepicker-year,
.ui-datepicker td span {
  font-size: 19px !important;
}

.ui-datepicker .ui-datepicker-month {
  font-size: 17px !important;
}

.ui-datepicker .ui-datepicker-today a,
.ui-datepicker-today span {
  background-color: #2385c4 !important;
}

.events_calendar .ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day span.ui-state-default {
  color: #fff !important;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  position: absolute;
  top: 64%;
  left: 50%;
  display: block;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-widget-header .ui-icon {
  background-image: url("/desimages/calendar/ui-icons_222222_256x240.png");
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon {
  display: block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  text-indent: -99999px;
  background-repeat: no-repeat;
}

.events_calendar .ui-datepicker {
  max-width: 430px !important;
  padding-right: 0;
  border: 1px solid transparent !important;
}

.events_calendar .ui-datepicker-calendar {
  border: 1px solid transparent !important;
}

.events_calendar .ui-datepicker-calendar thead {
  background-color: #fff;
}

.events_calendar .ui-datepicker td {
  position: relative;
  border: 3px solid #fff !important;
}

.events_calendar .ui-datepicker td {
  background-color: #f8ecd4 !important;
}

.events_calendar td.ui-datepicker-unselectable {
  background-color: #f3f3f3 !important;
}

.events_calendar .ui-datepicker td a {
  display: block;
  padding: 11px 5px !important;
  color: #424242;
}

.events_calendar .ui-datepicker td a,
.events_calendar .ui-datepicker .ui-datepicker-month,
.events_calendar .ui-datepicker .ui-datepicker-year,
.events_calendar .ui-datepicker td span {
  font-family: "Myriad Pro Regular", sans-serif !important;
  color: #424242;
  border-radius: 1px;
}

.events_calendar .ui-datepicker td span,
.events_calendar .ui-datepicker td a {
  position: relative;
  display: block;
  padding: 11px 5px !important;
}

.events_calendar .ui-datepicker .ui-datepicker-header {
  padding: 6px;
  background-color: #f3f3f3 !important;
}

.events_calendar .ui-datepicker table {
  margin-top: 0;
}

.events_calendar .ui-datepicker th {
  padding-top: 4px !important;
  font-size: 1rem !important;
  text-transform: uppercase;
}

.events_calendar .ui-datepicker-month {
  color: #424242;
  text-transform: uppercase;
}

.events_calendar .ui-datepicker .ui-datepicker-month {
  font-size: 1.6rem !important;
}

.events_calendar .ui-datepicker .ui-datepicker-year {
  font-size: 1.6rem !important;
}

.events_calendar .ui-datepicker .ui-datepicker-prev,
.events_calendar .ui-widget-header .ui-icon {
  background-image: url("/desimages/calendar_prev.jpg") !important;
  background-position: left 12px top 5px;
}

.events_calendar .ui-datepicker .ui-datepicker-next {
  background-image: url("/desimages/calendar_next.jpg") !important;
  background-position: left 12px top 4px;
}

.events_calendar .ui-datepicker .ui-datepicker-prev,
.events_calendar .ui-datepicker .ui-datepicker-next {
  top: 0 !important;
  width: 38px !important;
  height: 33px !important;
}

.events_calendar .ui-datepicker .ui-datepicker-prev {
  border-right: 4px solid white !important;
}

.events_calendar .ui-datepicker .ui-datepicker-next {
  top: 2px !important;
  border-left: 4px solid white !important;
}

.events_calendar .ui-icon {
  height: 10px;
}

.events_calendar .ui-datepicker tr {
  height: 30px;
}

.js-event-dialog &gt; div {
  position: relative;
}

.js-event-dialog &gt; div::before {
  position: absolute;
  top: -21px;
  left: 125px;
  z-index: 1001;
  display: block;
  content: "";
  content: url("/desimages/arrow_calendar.png");
}

.events_calendar .ui-state-default {
  position: relative;
  color: #2385c4 !important;
}

.events_calendar .ui-state-highlight {
  color: #fff !important;
}

.events_calendar .ui-datepicker td a:hover,
.events_calendar .ui-datepicker-current-day.ui-datepicker-today a:hover {
  font-weight: bold;
  color: #790015 !important;
  text-decoration: none;
  background-color: #f1dab0 !important;
  -webkit-box-shadow: 0 0 0 2px #790015 inset;
  box-shadow: 0 0 0 2px #790015 inset;
}

.events_calendar .ui-datepicker-unselectable.ui-state-disabled .ui-state-default {
  color: #7f7f7f !important;
  background-color: #f3f3f3;
}

.events_calendar .ui-datepicker th {
  padding: 0;
  color: #7f7f7f;
}

.js-event-dialog {
  position: absolute;
  top: 85%;
  left: -104px;
  z-index: 1000;
  display: none;
  width: 370px;
  padding: 7px 15px;
  pointer-events: none;
  background-color: #fff;
  border: 1px solid #c6c4d6;
}

.events_calendar .ui-state-default .js-event-dialog {
  display: block;
}

.events_calendar td .js-event-dialog {
  display: block;
}

.ui-datepicker td .js-event-dialog span {
  display: block;
  padding: 10px 0 !important;
  font-size: 1.5rem !important;
  font-weight: normal;
  color: #424242 !important;
  text-align: left;
  background-color: #fff !important;
  border-top: 1px solid #c6c4d6;
}

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

.mobile-menu-social {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 2px solid #d9d5cf;
}

@media (min-width: 600px) {
  .mobile-menu-social {
    display: none;
  }
}

.mobile-menu-social .nav-item {
  margin-top: 0;
}

.mobile-menu-social a {
  border-bottom: none !important;
}

.big-image-block {
  position: relative;
  padding-right: 80px;
  padding-left: 80px;
  margin-bottom: 50px;
}

@media (max-width: 800px) {
  .big-image-block {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.big-image-block__title {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
}

.big-image-block__image {
  position: relative;
  width: 100%;
  max-width: 940px;
  height: 627px;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .big-image-block__image {
    height: auto;
  }
}

.big-image-block__img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 627px;
}

@media (max-width: 800px) {
  .big-image-block__img {
    height: auto;
  }
}

.big-image-block__prev,
.big-image-block__next {
  position: absolute;
  top: 0;
  width: 80px;
  height: 100%;
  cursor: pointer;
  background-repeat: no-repeat;
}

@media (max-width: 800px) {
  .big-image-block__prev,
  .big-image-block__next {
    width: 30px;
    background-size: 26px;
  }
}

.big-image-block__prev {
  left: 0;
  background-image: url("/desimages/prev.jpg");
  background-position: left center;
}

.big-image-block__next {
  right: 0;
  background-image: url("/desimages/next.jpg");
  background-position: right center;
}

.slider-thumbs {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 890px;
  margin: 0 auto;
}

.slider-thumbs li {
  padding: 0;
  margin: 0;
  background-image: none;
}

.slider-thumbs &gt; li {
  padding-right: 12px;
  padding-left: 12px;
  margin-bottom: 20px;
}

.slider-thumbs img {
  max-width: 100%;
  height: auto;
  max-width: 123px;
  cursor: pointer;
}

.slider-thumbs__selected {
  opacity: .5;
}

.slider-thumbs__slideshow {
  margin-top: 20px;
  text-align: center;
}

.slider-thumbs__slideshow button {
  font-size: 1.6rem;
  border: 1px solid transparent;
}

.minpr_slider_photo_inner_box {
  margin-top: 90px;
}

.events_calendar .ui-datepicker {
  max-width: 430px !important;
  padding-right: 0;
  border: 1px solid transparent !important;
}

.events_calendar .ui-datepicker-calendar {
  border: 1px solid transparent !important;
}

.events_calendar .ui-datepicker-calendar thead {
  background-color: #fff;
}

.events_calendar .ui-datepicker td {
  position: relative;
  border: 3px solid #fff !important;
}

.events_calendar .ui-datepicker td {
  background-color: #f8ecd4 !important;
}

.events_calendar td.ui-datepicker-unselectable {
  background-color: #f3f3f3 !important;
}

.events_calendar .ui-datepicker td a {
  display: block;
  padding: 11px 5px !important;
  color: #424242;
}

.events_calendar .ui-datepicker td a,
.events_calendar .ui-datepicker .ui-datepicker-month,
.events_calendar .ui-datepicker .ui-datepicker-year,
.events_calendar .ui-datepicker td span {
  font-family: "Myriad Pro Regular", sans-serif !important;
  color: #424242;
  border-radius: 1px;
}

.events_calendar .ui-datepicker td span,
.events_calendar .ui-datepicker td a {
  position: relative;
  display: block;
  padding: 11px 5px !important;
}

.events_calendar .ui-datepicker .ui-datepicker-header {
  padding: 6px;
  background-color: #f3f3f3 !important;
}

.events_calendar .ui-datepicker table {
  margin-top: 0;
}

.events_calendar .ui-datepicker th {
  padding-top: 4px !important;
  font-size: 1rem !important;
  text-transform: uppercase;
}

.events_calendar .ui-datepicker-month {
  color: #424242;
  text-transform: uppercase;
}

.events_calendar .ui-datepicker .ui-datepicker-month {
  font-size: 1.6rem !important;
}

.events_calendar .ui-datepicker .ui-datepicker-year {
  font-size: 1.6rem !important;
}

.events_calendar .ui-datepicker .ui-datepicker-prev,
.events_calendar .ui-widget-header .ui-icon {
  background-image: url("/desimages/calendar_prev.jpg") !important;
  background-position: left 12px top 5px;
}

.events_calendar .ui-datepicker .ui-datepicker-next {
  background-image: url("/desimages/calendar_next.jpg") !important;
  background-position: left 12px top 4px;
}

.events_calendar .ui-datepicker .ui-datepicker-prev,
.events_calendar .ui-datepicker .ui-datepicker-next {
  top: 0 !important;
  width: 38px !important;
  height: 33px !important;
}

.events_calendar .ui-datepicker .ui-datepicker-prev {
  border-right: 4px solid white !important;
}

.events_calendar .ui-datepicker .ui-datepicker-next {
  top: 2px !important;
  border-left: 4px solid white !important;
}

.events_calendar .ui-icon {
  height: 10px;
}

.events_calendar .ui-datepicker tr {
  height: 30px;
}

.js-event-dialog &gt; div {
  position: relative;
}

.js-event-dialog &gt; div::before {
  position: absolute;
  display: block;
  content: "";
  top: -21px;
  left: 125px;
  z-index: 1001;
  content: url("/desimages/arrow_calendar.png");
}

.events_calendar .ui-state-default {
  position: relative;
  color: #1a6b9f !important;
}

.events_calendar .ui-state-highlight {
  color: #fff !important;
}

.events_calendar .ui-datepicker td a:hover,
.events_calendar .ui-datepicker-current-day.ui-datepicker-today a:hover {
  font-weight: bold;
  color: #790015 !important;
  text-decoration: none;
  background-color: #f1dab0 !important;
  -webkit-box-shadow: 0 0 0 2px #790015 inset;
  box-shadow: 0 0 0 2px #790015 inset;
}

.events_calendar .ui-datepicker-unselectable.ui-state-disabled .ui-state-default {
  color: #7f7f7f !important;
  background-color: #f3f3f3;
}

.events_calendar .ui-datepicker th {
  padding: 0;
  color: #7f7f7f;
}

.js-event-dialog {
  position: absolute;
  top: 85%;
  left: -104px;
  z-index: 1000;
  display: none;
  width: 370px;
  padding: 7px 15px;
  pointer-events: none;
  background-color: #fff;
  border: 1px solid #c6c4d6;
}

.events_calendar .ui-state-default .js-event-dialog {
  display: block;
}

.events_calendar td .js-event-dialog {
  display: block;
}

.ui-datepicker td .js-event-dialog span {
  display: block;
  padding: 10px 0 !important;
  font-size: 1.5rem !important;
  font-weight: normal;
  color: #424242 !important;
  text-align: left;
  background-color: #fff !important;
  border-top: 1px solid #c6c4d6;
}

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

@media (max-width: 799.98px) {
  .events_calendar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.calendar-title {
  position: relative;
  display: block;
  padding-left: 11px;
  margin-top: -4px;
  margin-bottom: 9px;
}

.events_calendar .ui-datepicker-unselectable.ui-state-disabled .ui-state-default {
  color: #424242;
  background-color: #f8ecd4;
}

.inner-photo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -40px;
  margin-left: -40px;
}

@media (max-width: 399.98px) {
  .inner-photo-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
}

.inner-photo-list__item {
  position: relative;
  width: 100%;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  margin-bottom: 50px;
}

@media (max-width: 799.98px) {
  .inner-photo-list__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 399.98px) {
  .inner-photo-list__item {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.inner-photo-list__image-block {
  display: block;
  margin-bottom: 14px;
}

.inner-photo-list__image img {
  max-width: 100%;
  height: auto;
}

.inner-photo-list__image a {
  display: block;
  font-family: "Myriad Pro Bold", sans-serif;
  text-decoration: none;
}

.inner-photo-list__image span {
  display: block;
  font-size: 2rem;
  line-height: 1.2;
}

.inner-photo-list__text {
  font-size: 1.5rem;
  color: #737373;
}

.inner-photo-list__wrapper {
  height: 100%;
  padding-bottom: 37px;
  border-bottom: 1px solid #d9d5cf;
}

.inner-photo-list__item:nth-child(7),
.inner-photo-list__item:nth-child(8),
.inner-photo-list__item:nth-child(9) {
  margin-bottom: 0;
}

.inner-photo-list__item:nth-child(7) .inner-photo-list__wrapper,
.inner-photo-list__item:nth-child(8) .inner-photo-list__wrapper,
.inner-photo-list__item:nth-child(9) .inner-photo-list__wrapper {
  border-bottom: none;
}

.video-title-block {
  font-family: "Myriad Pro Regular", sans-serif;
  font-size: 1.6rem !important;
  color: #424242;
}

.video-prevdo {
  position: relative;
}

.video-prevdo::before {
  position: absolute;
  display: block;
  content: "";
  width: 70px;
  height: 70px;
  background-image: url("/desimages/ico_video.png");
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.video-image-block:hover .video-title-block {
  color: #790015;
  text-decoration: underline;
}

.video-image-block:hover .video-prevdo {
  position: relative;
}

.video-image-block:hover .video-prevdo::before {
  background-image: url("/desimages/ico_video_hover.png");
}

.video-text {
  margin-top: 8px;
}

.video-row {
  padding-bottom: 17px;
}

#video_conteiner {
  margin-top: 23px;
}

.video-title-record {
  margin-bottom: 0;
}

.b_video_desc_col {
  margin-top: 17px;
}

.video-all-link {
  margin-top: 68px;
}

.big-slider-big,
.big-slider-nav {
  max-width: 1050px;
  padding: 0;
  margin: 0;
}

.big-slider-big li,
.big-slider-nav li {
  padding: 0;
  margin: 0;
  background-image: none;
}

.big-slider-big {
  max-width: 900px;
  padding-bottom: 21px;
  margin: 0 auto;
}

.big-slider-big .slick-arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 100%;
  font-size: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  border: none;
}

.big-slider-big .slick-prev {
  left: -80px;
  background-image: url("/desimages/slider_arrow_prev.png");
  background-position: left center;
}

.big-slider-big .slick-next {
  left: 100%;
  background-image: url("/desimages/slider_arrow_next.png");
  background-position: right center;
}

.big-slider-nav {
  padding-top: 28px;
  padding-bottom: 28px;
  border-top: 1px solid #d9d5cf;
  border-bottom: 1px solid #d9d5cf;
}

.big-slider-nav img {
  cursor: pointer;
}

.big-slider-big__title {
  display: block;
  margin-top: 22px;
  font-size: 1.6rem;
  color: #424242;
}

/* the slides */
.big-slider-nav .slick-slide {
  margin: 0 9px;
}

/* the parent */
.big-slider-nav .slick-list {
  margin: 0 -9px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

html.hc-nav-yscroll {
  overflow-y: scroll;
}

body.hc-nav-open {
  position: fixed;
  width: 100%;
  min-height: 100%;
  overflow: visible;
}

.hc-offcanvas-nav li {
  background-image: none;
}

.hc-offcanvas-nav {
  position: fixed;
  top: 0;
  z-index: 9999;
  display: none;
  height: 100%;
  text-align: left;
  visibility: hidden;
}

.hc-offcanvas-nav.is-ios * {
  cursor: pointer !important;
}

.hc-offcanvas-nav .nav-container {
  position: fixed;
  top: 0;
  z-index: 9998;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.hc-offcanvas-nav .nav-wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.hc-offcanvas-nav .nav-content {
  height: 100%;
}

.hc-offcanvas-nav .nav-wrapper-0 &gt; .nav-content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: scroll;
  overflow-x: visible;
  overflow-y: auto;
}

.hc-offcanvas-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.hc-offcanvas-nav li {
  position: relative;
  display: block;
  padding-left: 10px;
}

.hc-offcanvas-nav li.level-open &gt; .nav-wrapper {
  visibility: visible;
}

.hc-offcanvas-nav li:not(.custom-content) a {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  cursor: pointer;
}

.hc-offcanvas-nav li:not(.custom-content) a[disabled] {
  cursor: not-allowed;
}

.hc-offcanvas-nav li:not(.custom-content) a, .hc-offcanvas-nav li:not(.custom-content) a:hover {
  text-decoration: none;
}

.hc-offcanvas-nav input[type="checkbox"] {
  display: none;
}

.hc-offcanvas-nav label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  cursor: pointer;
}

.hc-offcanvas-nav .nav-item-wrapper {
  position: relative;
}

.hc-offcanvas-nav .nav-item-link {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}

.hc-offcanvas-nav:not(.user-is-tabbing) .nav-close-button:focus,
.hc-offcanvas-nav:not(.user-is-tabbing) .nav-item-wrapper a:focus {
  outline: none;
}

.hc-offcanvas-nav .nav-close:focus,
.hc-offcanvas-nav .nav-next:focus,
.hc-offcanvas-nav .nav-back:focus {
  z-index: 10;
}

.hc-offcanvas-nav.disable-body::after,
.hc-offcanvas-nav .nav-wrapper::after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9990;
  width: 100%;
  height: 100%;
  visibility: hidden;
  content: '';
  opacity: 0;
  -webkit-transition: visibility 0s ease 0.4s, opacity 0.4s ease;
  -o-transition: visibility 0s ease 0.4s, opacity 0.4s ease;
  transition: visibility 0s ease 0.4s, opacity 0.4s ease;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.hc-offcanvas-nav.disable-body::after {
  position: fixed;
}

.hc-offcanvas-nav .nav-wrapper::after {
  position: absolute;
}

.hc-offcanvas-nav.disable-body.nav-open::after,
.hc-offcanvas-nav .sub-level-open::after {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: .05s;
  -o-transition-delay: .05s;
  transition-delay: .05s;
}

.hc-offcanvas-nav:not(.nav-open)::after {
  pointer-events: none;
}

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper::after {
  display: none;
}

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper.nav-wrapper-0 {
  max-height: 100vh;
}

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper.nav-wrapper-0 &gt; .nav-content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 100vh;
  overflow: scroll;
  overflow-x: visible;
  overflow-y: auto;
}

.hc-offcanvas-nav.nav-levels-expand ul .nav-wrapper {
  min-width: 0;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: height 0s ease 0.4s;
  -o-transition: height 0s ease 0.4s;
  transition: height 0s ease 0.4s;
}

.hc-offcanvas-nav.nav-levels-expand .level-open &gt; .nav-wrapper {
  max-height: none;
  overflow: visible;
  visibility: visible;
}

.hc-offcanvas-nav.nav-levels-overlap .nav-content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 100vh;
  overflow: scroll;
  overflow-x: visible;
  overflow-y: auto;
}

.hc-offcanvas-nav.nav-levels-overlap .nav-wrapper {
  max-height: 100vh;
}

.hc-offcanvas-nav.nav-levels-overlap ul .nav-wrapper {
  position: absolute;
  top: 0;
  z-index: 9999;
  height: 100%;
  visibility: hidden;
  -webkit-transition: visibility 0s ease 0.4s, -webkit-transform 0.4s ease;
  transition: visibility 0s ease 0.4s, -webkit-transform 0.4s ease;
  -o-transition: visibility 0s ease 0.4s, transform 0.4s ease;
  transition: visibility 0s ease 0.4s, transform 0.4s ease;
  transition: visibility 0s ease 0.4s, transform 0.4s ease, -webkit-transform 0.4s ease;
}

.hc-offcanvas-nav.nav-levels-overlap ul li.nav-parent {
  position: static;
}

.hc-offcanvas-nav.nav-levels-overlap ul li.level-open &gt; .nav-wrapper {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.hc-offcanvas-nav.nav-position-left {
  left: 0;
}

.hc-offcanvas-nav.nav-position-left .nav-container {
  left: 0;
}

.hc-offcanvas-nav.nav-position-left.nav-levels-overlap li .nav-wrapper {
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.hc-offcanvas-nav.nav-position-right {
  right: 0;
}

.hc-offcanvas-nav.nav-position-right .nav-container {
  right: 0;
}

.hc-offcanvas-nav.nav-position-right.nav-levels-overlap li .nav-wrapper {
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.hc-offcanvas-nav.nav-position-top {
  top: 0;
}

.hc-offcanvas-nav.nav-position-top .nav-container {
  top: 0;
  width: 100%;
}

.hc-offcanvas-nav.nav-position-top.nav-levels-overlap li .nav-wrapper {
  left: 0;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.hc-offcanvas-nav.nav-position-bottom {
  top: auto;
  bottom: 0;
}

.hc-offcanvas-nav.nav-position-bottom .nav-container {
  top: auto;
  bottom: 0;
  width: 100%;
}

.hc-offcanvas-nav.nav-position-bottom.nav-levels-overlap li .nav-wrapper {
  left: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.hc-offcanvas-nav.nav-open[class*='hc-nav-'] div.nav-container {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.hc-offcanvas-nav.rtl {
  text-align: right;
  direction: rtl;
}

.hc-nav-trigger {
  position: absolute;
  top: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 9980;
  display: none;
  width: 30px;
  min-height: 24px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  min-height: auto;
  background-color: transparent;
  border: none;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.hc-nav-trigger span {
  top: 50%;
  width: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.hc-nav-trigger span, .hc-nav-trigger span::before, .hc-nav-trigger span::after {
  position: absolute;
  left: 0;
  display: block;
  height: 4px;
  background: #34495e;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.hc-nav-trigger span::before, .hc-nav-trigger span::after {
  width: 100%;
  content: '';
}

.hc-nav-trigger span::before {
  top: -10px;
}

.hc-nav-trigger span::after {
  bottom: -10px;
}

.hc-nav-trigger.toggle-open span {
  background: rgba(0, 0, 0, 0);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hc-nav-trigger.toggle-open span::before {
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}

.hc-nav-trigger.toggle-open span::after {
  -webkit-transform: rotate(-90deg) translate3d(10px, 0, 0);
  transform: rotate(-90deg) translate3d(10px, 0, 0);
}

.hc-offcanvas-nav {
  font-family: sans-serif;
  /* Left */
  /* Right */
  /* Top */
  /* Bottom */
  /* Expand &amp; none */
  /* RTL */
}

.hc-offcanvas-nav::after,
.hc-offcanvas-nav .nav-wrapper::after {
  background: rgba(0, 0, 0, 0.3);
}

.hc-offcanvas-nav .nav-container,
.hc-offcanvas-nav .nav-wrapper,
.hc-offcanvas-nav ul {
  background: #f1f1f1;
}

.hc-offcanvas-nav .nav-content &gt; h2,
.hc-offcanvas-nav .nav-content &gt; h3,
.hc-offcanvas-nav .nav-content &gt; h4,
.hc-offcanvas-nav .nav-content &gt; h5,
.hc-offcanvas-nav .nav-content &gt; h6 {
  padding: 20px 17px;
  margin: 0;
  font-size: 19px;
  font-weight: normal;
  color: #790015;
}

.hc-offcanvas-nav .nav-content &gt; h2:not(.nav-title):not(.level-title),
.hc-offcanvas-nav .nav-content &gt; h3:not(.nav-title):not(.level-title),
.hc-offcanvas-nav .nav-content &gt; h4:not(.nav-title):not(.level-title),
.hc-offcanvas-nav .nav-content &gt; h5:not(.nav-title):not(.level-title),
.hc-offcanvas-nav .nav-content &gt; h6:not(.nav-title):not(.level-title) {
  padding: 15px 17px;
  font-size: 16px;
  background: #f1f1f1;
}

.hc-offcanvas-nav .nav-item-link,
.hc-offcanvas-nav li.nav-close a,
.hc-offcanvas-nav .nav-back a {
  z-index: 1;
  padding: 10px 17px;
  font-size: 14px;
  color: #2e84ba;
  background: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #d9d5cf;
  -webkit-transition: background .1s ease;
  -o-transition: background .1s ease;
  transition: background .1s ease;
}

.hc-offcanvas-nav .nav-item-link:focus, .hc-offcanvas-nav .nav-item-link:focus-within,
.hc-offcanvas-nav li.nav-close a:focus,
.hc-offcanvas-nav li.nav-close a:focus-within,
.hc-offcanvas-nav .nav-back a:focus,
.hc-offcanvas-nav .nav-back a:focus-within {
  z-index: 10;
}

.hc-offcanvas-nav .nav-item-link[disabled],
.hc-offcanvas-nav li.nav-close a[disabled],
.hc-offcanvas-nav .nav-back a[disabled] {
  color: rgba(46, 132, 186, 0.5);
}

.hc-offcanvas-nav div.nav-back + ul &gt; li:first-child &gt; .nav-item-wrapper &gt; .nav-item-link {
  border-top: none !important;
}

.hc-offcanvas-nav:not(.touch-device) li:not(.nav-item-custom) a:not([disabled]):hover {
  background: #ececec;
}

.hc-offcanvas-nav .nav-custom-content {
  padding: 14px 17px;
  font-size: 14px;
  border-bottom: 1px solid #d9d5cf;
}

.hc-offcanvas-nav .nav-highlight {
  background: #e7e7e7;
}

.hc-offcanvas-nav .nav-wrapper &gt; .nav-content &gt; ul:first-of-type &gt; li:first-child:not(.nav-back):not(.nav-close) &gt; .nav-item-wrapper &gt; .nav-item-link {
  border-top: 1px solid #d9d5cf;
}

.hc-offcanvas-nav .nav-wrapper &gt; .nav-content &gt; ul:first-of-type &gt; li:first-child:not(.nav-back):not(.nav-close) &gt; .nav-item-wrapper &gt; .nav-item-link + a {
  border-top: 1px solid #d9d5cf;
}

.hc-offcanvas-nav .nav-wrapper &gt; .nav-content &gt; ul + h2,
.hc-offcanvas-nav .nav-wrapper &gt; .nav-content &gt; ul + h3,
.hc-offcanvas-nav .nav-wrapper &gt; .nav-content &gt; ul + h4,
.hc-offcanvas-nav .nav-wrapper &gt; .nav-content &gt; ul + h5,
.hc-offcanvas-nav .nav-wrapper &gt; .nav-content &gt; ul + h6 {
  margin-top: -2px;
}

.hc-offcanvas-nav .nav-wrapper &gt; .nav-content &gt; h2 + ul &gt; li:first-child:not(.nav-back):not(.nav-close) &gt; .nav-item-wrapper &gt; .nav-item-link,
.hc-offcanvas-nav .nav-wrapper &gt; .nav-content &gt; h3 + ul &gt; li:first-child:not(.nav-back):not(.nav-close) &gt; .nav-item-wrapper &gt; .nav-item-link,
.hc-offcanvas-nav .nav-wrapper &gt; .nav-content &gt; h4 + ul &gt; li:first-child:not(.nav-back):not(.nav-close) &gt; .nav-item-wrapper &gt; .nav-item-link,
.hc-offcanvas-nav .nav-wrapper &gt; .nav-content &gt; h5 + ul &gt; li:first-child:not(.nav-back):not(.nav-close) &gt; .nav-item-wrapper &gt; .nav-item-link,
.hc-offcanvas-nav .nav-wrapper &gt; .nav-content &gt; h6 + ul &gt; li:first-child:not(.nav-back):not(.nav-close) &gt; .nav-item-wrapper &gt; .nav-item-link {
  border-top: 1px solid #d9d5cf;
}

.hc-offcanvas-nav .nav-wrapper &gt; .nav-content &gt; .nav-title + h2,
.hc-offcanvas-nav .nav-wrapper &gt; .nav-content &gt; .nav-title + h3,
.hc-offcanvas-nav .nav-wrapper &gt; .nav-content &gt; .nav-title + h4,
.hc-offcanvas-nav .nav-wrapper &gt; .nav-content &gt; .nav-title + h5,
.hc-offcanvas-nav .nav-wrapper &gt; .nav-content &gt; .nav-title + h6,
.hc-offcanvas-nav .nav-wrapper &gt; .nav-content &gt; .level-title + h2,
.hc-offcanvas-nav .nav-wrapper &gt; .nav-content &gt; .level-title + h3,
.hc-offcanvas-nav .nav-wrapper &gt; .nav-content &gt; .level-title + h4,
.hc-offcanvas-nav .nav-wrapper &gt; .nav-content &gt; .level-title + h5,
.hc-offcanvas-nav .nav-wrapper &gt; .nav-content &gt; .level-title + h6,
.hc-offcanvas-nav .nav-wrapper &gt; .nav-content &gt; .nav-close + h2,
.hc-offcanvas-nav .nav-wrapper &gt; .nav-content &gt; .nav-close + h3,
.hc-offcanvas-nav .nav-wrapper &gt; .nav-content &gt; .nav-close + h4,
.hc-offcanvas-nav .nav-wrapper &gt; .nav-content &gt; .nav-close + h5,
.hc-offcanvas-nav .nav-wrapper &gt; .nav-content &gt; .nav-close + h6 {
  border-top: 1px solid #d9d5cf;
}

.hc-offcanvas-nav li {
  color: #2e84ba;
}

.hc-offcanvas-nav li.nav-parent .nav-item-link:last-child {
  padding-right: 58px;
}

.hc-offcanvas-nav li.nav-parent .nav-item-link:not(:last-child) {
  margin-right: 45px;
}

.hc-offcanvas-nav .nav-close-button span,
.hc-offcanvas-nav .nav-parent .nav-next,
.hc-offcanvas-nav .nav-back span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 45px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background .1s ease;
  -o-transition: background .1s ease;
  transition: background .1s ease;
}

.hc-offcanvas-nav .nav-close-button {
  position: relative;
  display: block;
}

.hc-offcanvas-nav .nav-close-button span::before, .hc-offcanvas-nav .nav-close-button span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  content: '';
  border-top: 2px solid #790015;
  border-left: 2px solid #790015;
}

.hc-offcanvas-nav .nav-close-button span::before {
  margin-left: -23px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.hc-offcanvas-nav .nav-close-button span::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hc-offcanvas-nav .nav-content &gt; .nav-close {
  position: relative;
  z-index: 2;
}

.hc-offcanvas-nav .nav-content &gt; .nav-close a {
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  color: #2e84ba;
  text-decoration: none;
  background: rgba(0, 0, 0, 0);
}

.hc-offcanvas-nav .nav-content &gt; .nav-close a:not(.has-label) {
  height: 50px;
}

.hc-offcanvas-nav .nav-content &gt; .nav-close a.has-label {
  padding: 14px 17px;
  border-top: 1px solid #d9d5cf;
}

.hc-offcanvas-nav .nav-content &gt; .nav-close a:hover {
  background: -o-radial-gradient(top right, farthest-corner, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background: radial-gradient(farthest-corner at top right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  border: none;
}

.hc-offcanvas-nav .nav-content &gt; .nav-close.has-label + ul {
  margin-top: -1px;
}

.hc-offcanvas-nav:not(.nav-close-button-empty) .nav-content &gt; .nav-close {
  margin-bottom: -1px;
}

.hc-offcanvas-nav .nav-title + .nav-close a:not(.has-label) {
  position: absolute;
  top: -66px;
  right: 0;
  width: 45px;
  height: 66px;
  line-height: 66px;
}

.hc-offcanvas-nav.nav-close-button-empty .nav-title {
  padding-right: 55px;
  padding-left: 24px;
}

.hc-offcanvas-nav li.nav-close a:not(.has-label) {
  height: 49px;
}

.hc-offcanvas-nav .nav-content &gt; .nav-close:first-child a,
.hc-offcanvas-nav .nav-title + .nav-close a.has-label,
.hc-offcanvas-nav li.nav-close a,
.hc-offcanvas-nav .nav-back a {
  background: #e9e9e9;
  border-top: 1px solid #d9d5cf;
  border-bottom: 1px solid #d9d5cf;
}

.hc-offcanvas-nav .nav-content &gt; .nav-close:first-child a:hover,
.hc-offcanvas-nav .nav-title + .nav-close a.has-label:hover,
.hc-offcanvas-nav li.nav-close a:hover,
.hc-offcanvas-nav .nav-back a:hover {
  background: #e6e6e6;
}

.hc-offcanvas-nav li.nav-close:not(:first-child) a,
.hc-offcanvas-nav li.nav-back:not(:first-child) a {
  margin-top: -1px;
}

.hc-offcanvas-nav a.nav-next {
  border-bottom: 1px solid #d9d5cf;
  border-left: 1px solid transparent;
}

.hc-offcanvas-nav .nav-next span::before,
.hc-offcanvas-nav .nav-back span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  margin-left: -2px;
  content: '';
  border-top: 2px solid #790015;
  border-left: 2px solid #790015;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.hc-offcanvas-nav .nav-next span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hc-offcanvas-nav .nav-next span::before {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}

.hc-offcanvas-nav .nav-back span::before {
  margin-left: 2px;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.hc-offcanvas-nav.nav-position-left.nav-open.nav-levels-overlap .nav-wrapper {
  -webkit-box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
}

.hc-offcanvas-nav.nav-position-right.nav-open.nav-levels-overlap .nav-wrapper {
  -webkit-box-shadow: -1px 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: -1px 0 2px rgba(0, 0, 0, 0.2);
}

.hc-offcanvas-nav.nav-position-right .nav-next span::before {
  margin-left: 2px;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.hc-offcanvas-nav.nav-position-right .nav-back span::before {
  margin-left: -2px;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}

.hc-offcanvas-nav.nav-position-top.nav-open .nav-wrapper {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.hc-offcanvas-nav.nav-position-top .nav-next span::before {
  margin-right: -2px;
  margin-left: 0;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
}

.hc-offcanvas-nav.nav-position-top .nav-back span::before {
  margin-right: -2px;
  margin-left: 0;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.hc-offcanvas-nav.nav-position-bottom.nav-open .nav-wrapper {
  -webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
}

.hc-offcanvas-nav.nav-position-bottom .nav-next span::before {
  margin-right: -2px;
  margin-left: 0;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.hc-offcanvas-nav.nav-position-bottom .nav-back span::before {
  margin-right: -2px;
  margin-left: 0;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
}

.hc-offcanvas-nav.nav-levels-expand ul .nav-wrapper, .hc-offcanvas-nav.nav-levels-none ul .nav-wrapper {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.hc-offcanvas-nav.nav-levels-expand li.level-open, .hc-offcanvas-nav.nav-levels-none li.level-open {
  background: #e7e7e7;
}

.hc-offcanvas-nav.nav-levels-expand li.level-open &gt; .nav-item-wrapper &gt; a, .hc-offcanvas-nav.nav-levels-none li.level-open &gt; .nav-item-wrapper &gt; a {
  border-bottom: 1px solid #d9d5cf;
}

.hc-offcanvas-nav.nav-levels-expand li.level-open &gt; .nav-item-wrapper &gt; a:hover, .hc-offcanvas-nav.nav-levels-none li.level-open &gt; .nav-item-wrapper &gt; a:hover {
  background: #e9e9e9;
}

.hc-offcanvas-nav.nav-levels-expand li.level-open &gt; .nav-item-wrapper &gt; .nav-next span::before,
.hc-offcanvas-nav.nav-levels-expand li.level-open &gt; .nav-item-wrapper &gt; a &gt; .nav-next span::before, .hc-offcanvas-nav.nav-levels-none li.level-open &gt; .nav-item-wrapper &gt; .nav-next span::before,
.hc-offcanvas-nav.nav-levels-none li.level-open &gt; .nav-item-wrapper &gt; a &gt; .nav-next span::before {
  margin-top: -2px;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
}

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper-1 .nav-item-link, .hc-offcanvas-nav.nav-levels-none .nav-wrapper-1 .nav-item-link {
  padding-left: calc(17px + 20px * 1);
}

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper-2 .nav-item-link, .hc-offcanvas-nav.nav-levels-none .nav-wrapper-2 .nav-item-link {
  padding-left: calc(17px + 20px * 2);
}

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper-3 .nav-item-link, .hc-offcanvas-nav.nav-levels-none .nav-wrapper-3 .nav-item-link {
  padding-left: calc(17px + 20px * 3);
}

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper-4 .nav-item-link, .hc-offcanvas-nav.nav-levels-none .nav-wrapper-4 .nav-item-link {
  padding-left: calc(17px + 20px * 4);
}

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper-5 .nav-item-link, .hc-offcanvas-nav.nav-levels-none .nav-wrapper-5 .nav-item-link {
  padding-left: calc(17px + 20px * 5);
}

.hc-offcanvas-nav.rtl a.nav-next {
  border-right: 1px solid #e2e2e2;
  border-left: none;
}

.hc-offcanvas-nav.rtl .nav-title + .nav-close a:not(.has-label),
.hc-offcanvas-nav.rtl .nav-close-button span,
.hc-offcanvas-nav.rtl .nav-next,
.hc-offcanvas-nav.rtl .nav-back span {
  right: auto;
  left: 0;
}

.hc-offcanvas-nav.rtl li.nav-parent .nav-item-link:last-child {
  padding-right: 17px;
  padding-left: 58px;
}

.hc-offcanvas-nav.rtl li.nav-parent .nav-item-link:not(:last-child) {
  margin-right: 0;
  margin-left: 45px;
}

.hc-offcanvas-nav.rtl .nav-wrapper-1 li.nav-item .nav-item-link {
  padding-right: calc(17px + 20px * 1);
}

.hc-offcanvas-nav.rtl .nav-wrapper-2 li.nav-item .nav-item-link {
  padding-right: calc(17px + 20px * 2);
}

.hc-offcanvas-nav.rtl .nav-wrapper-3 li.nav-item .nav-item-link {
  padding-right: calc(17px + 20px * 3);
}

.hc-offcanvas-nav.rtl .nav-wrapper-4 li.nav-item .nav-item-link {
  padding-right: calc(17px + 20px * 4);
}

.hc-offcanvas-nav.rtl .nav-wrapper-5 li.nav-item .nav-item-link {
  padding-right: calc(17px + 20px * 5);
}

.hc-offcanvas-nav .nav-close-button span::before, .hc-offcanvas-nav .nav-close-button span::after {
  border-color: #424242;
}

/*# sourceMappingURL=styles.css.map */
</pre></body></html>