@import url(https://fonts.googleapis.com/css?family=Cormorant+Unicase:300,400|Merriweather:400,400i,700,700i|Raleway:300,400,400i,500,500i,700,800&subset=cyrillic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700&subset=cyrillic-ext);
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Unicase:wght@300;400;500;600;700&display=swap");
:where(*, *::before, *::after),
*::before, *::after {
  box-sizing: border-box;
  min-width: 0;
}

:where(html) {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.5;
}

:where(body) {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:where(article, aside, footer, header, nav, section, main) {
  display: block;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
  max-width: 100%;
}

:where(img, svg) {
  height: auto;
}

:where(svg) {
  fill: currentColor;
}

:where(audio:not([controls])) {
  display: none;
}

:where(h1, h2, h3, h4, h5, h6) {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

:where(p, pre, blockquote, figure, dl, dd) {
  margin: 0;
}

:where(ol, ul) {
  list-style: none;
  margin: 0;
  padding: 0;
}

:where(pre) {
  white-space: pre-wrap;
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
}

:where(hr) {
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
}

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

:where(button, input) {
  overflow: visible;
}

:where(button, select) {
  text-transform: none;
}

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

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

:where(fieldset) {
  margin: 0;
  padding: 0;
  border: 0;
}

:where(legend) {
  padding: 0;
}

:where(progress) {
  vertical-align: baseline;
}

:where(textarea) {
  resize: vertical;
}

:where([type=checkbox], [type=radio]) {
  box-sizing: border-box;
}

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

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

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

:where(a) {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

:where(button, [role=button]) {
  cursor: pointer;
  touch-action: manipulation;
}

:where([disabled]) {
  cursor: not-allowed;
  opacity: 0.75;
}

:where([aria-busy=true]) {
  cursor: progress;
}

:where([aria-hidden=false][hidden]) {
  display: initial;
}

:where([aria-hidden=false][hidden]:not(:focus)) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

:where(:focus-visible) {
  outline: 2px solid Highlight;
  outline: 2px solid -webkit-focus-ring-color;
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@media print {
  :where(*, *::before, *::after) {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  :where(a[href^=http]::after) {
    content: " (" attr(href) ")";
    font-size: 90%;
  }
}
body {
  color: #fff;
  font-family: "Open Sans", Arial, sans-serif;
  font-variant: no-common-ligatures;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  background: #010920;
}

h1:not([class]),
h2:not([class]),
h3:not([class]),
h4:not([class]),
h5:not([class]),
h6:not([class]) {
  font-weight: 700;
  line-height: 1.4;
}
h1:not([class]):last-child,
h2:not([class]):last-child,
h3:not([class]):last-child,
h4:not([class]):last-child,
h5:not([class]):last-child,
h6:not([class]):last-child {
  margin-bottom: 0;
}

h1:not([class]) {
  margin: 0 0 40px;
  font-size: 42px;
}

h2:not([class]) {
  margin: 0 0 30px;
  font-size: 36px;
}

h3:not([class]) {
  margin: 0 0 25px;
  font-size: 28px;
}

h4:not([class]) {
  margin: 0 0 20px;
  font-size: 24px;
}

h5:not([class]) {
  margin: 0 0 15px;
  font-size: 20px;
}

h6:not([class]) {
  margin: 0 0 10px;
  font-size: 18px;
}

p:not([class]),
ul:not([class]),
ol:not([class]),
.table,
table:not([class]),
img:not([class]),
hr:not([class]),
fieldset:not([class]) {
  margin: 0 0 10px;
}
p:not([class]):last-child,
ul:not([class]):last-child,
ol:not([class]):last-child,
.table:last-child,
table:not([class]):last-child,
img:not([class]):last-child,
hr:not([class]):last-child,
fieldset:not([class]):last-child {
  margin-bottom: 0;
}

img:not([class]) {
  max-width: 100%;
}

ul:not([class]) {
  margin: 0 0 10px;
  padding: 0 0 0 20px;
  list-style: none;
}
ul:not([class]) > li:not([class]) {
  position: relative;
  margin: 0 0 10px;
  padding: 0 0 0 20px;
}
ul:not([class]) > li:not([class]):last-child {
  margin-bottom: 0;
}
ul:not([class]) > li:not([class]):before {
  content: "";
  position: absolute;
  top: 10px;
  left: -2px;
  display: block;
  width: 6px;
  height: 6px;
  color: #3462ae;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(-45deg);
}

ol:not([class]) {
  counter-reset: ol;
}
ol:not([class]) > li:not([class]) {
  position: relative;
  padding: 0 0 0 20px;
}
ol:not([class]) > li:not([class]):before {
  content: counter(ol);
  counter-increment: ol;
  position: absolute;
  top: 0;
  left: 8px;
  display: block;
  color: #343434;
}

li:not([class]) {
  position: relative;
  margin: 0 0 10px;
  padding: 0 0 0 20px;
  list-style: none;
}
li:not([class]):last-child {
  margin-bottom: 0;
}

table:not([class]) {
  display: table;
  width: 100%;
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 1.4;
  border-spacing: 1px;
  border-collapse: collapse;
  border: none;
}

caption:not([class]) {
  display: table-caption;
  padding: 0 0 10px;
  font-size: 1.1em;
  text-align: center;
}

th:not([class]) {
  vertical-align: bottom;
  padding: 15px 10px;
  font-weight: 700;
  text-align: left;
  background: transparent;
  border: none;
}

tbody:not([class]) th:not([class]) {
  text-align: left;
}

td:not([class]) {
  vertical-align: top;
  padding: 15px 10px;
  border-top: 1px solid #ddd;
}

tr:not([class]):nth-child(odd) td:not([class]) {
  background: #fff;
}

thead:not([class]) {
  color: #333;
}

tfoot:not([class]) {
  color: #333;
}
tfoot:not([class]) th:not([class]),
tfoot:not([class]) td:not([class]) {
  background: #fff;
}

a:not([class]) {
  border-bottom: 1px solid currentColor;
  transition: color 0.3s ease;
}
a:not([class]):link {
  color: currentColor;
}
a:not([class]):visited {
  color: currenColor;
  opacity: 0.5;
}
a:not([class]):hover {
  color: #23527c;
}
a:not([class]):active {
  color: #23527c;
}

sub:not([class]) {
  bottom: -0.25em;
  vertical-align: bottom;
  font-size: 0.75em;
}

sup:not([class]) {
  top: -0.5em;
  vertical-align: top;
  font-size: 0.75em;
}

i:not([class]),
em:not([class]),
dfn:not([class]) {
  font-style: italic;
}

b:not([class]),
strong:not([class]) {
  font-weight: 700;
}

s:not([class]),
strike:not([class]),
del:not([class]) {
  text-decoration: line-through;
}

ins:not([class]) {
  text-decoration: underline;
}

q:not([class]) {
  display: inline;
}
q:not([class]):before {
  content: open-quote;
}
q:not([class]):after {
  content: close-quote;
}

kbd:not([class]) {
  font-family: monospace, monospace;
}

mark:not([class]) {
  background: #f1f1f1;
}

abbr:not([class]) {
  position: relative;
  text-decoration: none;
}
abbr:not([class])[title]:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #000;
}

blockquote:not([class]) {
  margin: 0 0 20px;
  padding: 20px;
  background: #f1f1f1;
  border: 1px solid #b1b1b1;
}

dl:not([class]) {
  margin: 0 0 20px;
}

dd:not([class]) {
  padding: 0 0 0 50px;
}

hr:not([class]) {
  width: 100%;
  height: 0;
  background: none;
  border: none;
  border-bottom: 2px groove #dedede;
}

fieldset:not([class]) {
  padding: 20px;
  border: 1px solid #dedede;
}

legend:not([class]) {
  margin: 0 0 0 2em;
  padding: 0 0.5em;
}

select:not([class]) {
  width: 200px;
  padding: 10px;
  line-height: 1.6;
  background: #fff;
  border: 1px solid #343434;
}

input[type=text]:not([class]),
input[type=password]:not([class]),
input[type=email]:not([class]),
input[type=url]:not([class]),
input[type=number]:not([class]),
input[type=datetime]:not([class]),
input[type=datetime-local]:not([class]),
input[type=search]:not([class]),
input[type=tel]:not([class]),
input[type=month]:not([class]),
input[type=week]:not([class]),
input[type=date]:not([class]),
input[type=time]:not([class]),
textarea:not([class]) {
  box-sizing: border-box;
  width: 200px;
  margin: 0 0 5px;
  padding: 10px;
  color: #343434;
  font-size: 1em;
  line-height: 1.6;
  text-align: left;
  background: #fff;
  border: 1px solid #343434;
  outline: none;
}
input[type=text]:not([class])::-moz-placeholder, input[type=password]:not([class])::-moz-placeholder, input[type=email]:not([class])::-moz-placeholder, input[type=url]:not([class])::-moz-placeholder, input[type=number]:not([class])::-moz-placeholder, input[type=datetime]:not([class])::-moz-placeholder, input[type=datetime-local]:not([class])::-moz-placeholder, input[type=search]:not([class])::-moz-placeholder, input[type=tel]:not([class])::-moz-placeholder, input[type=month]:not([class])::-moz-placeholder, input[type=week]:not([class])::-moz-placeholder, input[type=date]:not([class])::-moz-placeholder, input[type=time]:not([class])::-moz-placeholder, textarea:not([class])::-moz-placeholder {
  color: #ddd;
  font-size: 16px;
}
input[type=text]:not([class])::placeholder,
input[type=password]:not([class])::placeholder,
input[type=email]:not([class])::placeholder,
input[type=url]:not([class])::placeholder,
input[type=number]:not([class])::placeholder,
input[type=datetime]:not([class])::placeholder,
input[type=datetime-local]:not([class])::placeholder,
input[type=search]:not([class])::placeholder,
input[type=tel]:not([class])::placeholder,
input[type=month]:not([class])::placeholder,
input[type=week]:not([class])::placeholder,
input[type=date]:not([class])::placeholder,
input[type=time]:not([class])::placeholder,
textarea:not([class])::placeholder {
  color: #ddd;
  font-size: 16px;
}

textarea:not([class]) {
  resize: none;
}

input[type=radio]:not([class]),
input[type=checkbox]:not([class]) {
  margin: 0 2px;
}

button:not([class]),
input[type=button]:not([class]),
input[type=reset]:not([class]),
input[type=submit]:not([class]) {
  padding: 10px;
  font-size: 1em;
  line-height: 1.6;
  background: #f5f5f5;
  border: 1px solid #dedede;
  border-radius: 0;
  outline: none;
}

button:not([class]):hover,
input[type=button]:not([class]):hover,
input[type=reset]:not([class]):hover,
input[type=submit]:not([class]):hover {
  background: #bbb;
}

label:not([class]) {
  font-weight: 700;
}

.bs-group {
  margin: 0 0 40px;
  padding: 20px 0;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
.bs-group__title {
  margin: 0 0 20px;
  color: #909090;
  text-transform: uppercase;
}

.bs-tags-style li {
  margin: 0 0 8px;
}
.bs-tags-style li:last-child {
  margin-bottom: 0;
}

[class|=bx] a:not([class]) {
  -webkit-text-fill-color: currentColor;
  background-color: transparent;
  background-image: none;
}

.table {
  overflow: auto;
}
.aside-nav {
  display: block;
}
.aside-nav__item {
  position: relative;
  width: 100%;
}
.aside-nav__item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3) 30%, rgba(255, 255, 255, 0.3) 70%, rgba(255, 255, 255, 0));
}
.aside-nav__item:last-child:after {
  display: none;
}
.aside-nav__item_type_author .aside-nav__icon {
  top: 31px;
}
.aside-nav__item_type_doc .aside-nav__icon {
  top: 16px;
}
.aside-nav__item_type_law .aside-nav__icon {
  top: 23px;
}
.aside-nav__link {
  position: relative;
  display: block;
  padding: 20px 0 20px 64px;
  color: #fff;
  transition: 0.3s all ease;
}
.aside-nav__link:hover {
  color: #199bbb;
  opacity: 1;
}
.aside-nav__icon {
  position: absolute;
  top: 15px;
  left: 0;
  display: block;
  width: 44px;
  height: 38px;
  opacity: 0.7;
  fill: currentColor;
  transform: translate(0, 0);
}
.aside-nav__icon path {
  fill: inherit;
}
.aside-nav__text {
  display: block;
  font-family: "Cormorant Unicase", serif;
  font-size: 22px;
  line-height: 1.46;
}
.burger {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  color: #fff;
  font-size: 0;
  line-height: 0;
  opacity: 1;
  background: transparent;
  border: none;
  outline: none;
  transition: all 0.3s ease;
}
.burger:hover {
  color: #23527c;
}
.burger:before, .burger:after, .burger__wrapper {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 3px;
  background: currentColor;
  transform: translate(-50%, -50%);
}
.burger:before {
  transform: translate(-50%, -8px);
}
.burger:after {
  transform: translate(-50%, 5px);
}
.button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 38px;
  padding: 0 15px;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  opacity: 1;
  border-radius: 4px;
  border: 1px solid transparent;
  background: #3c72bc;
  transition: all 0.3s ease;
}
.button:hover {
  color: #fff;
  background: #24518f;
}
.button_width_full {
  display: block;
  width: 100%;
}
.button_state_loading:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  box-sizing: border-box;
  width: 32px;
  height: 32px;
  border: 2px solid transparent;
  border-top-color: currentColor;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation-name: buttonLoader;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.button_state_loading .button__holder {
  visibility: hidden;
  opacity: 0;
}

@keyframes buttonLoader {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.card {
  display: block;
}
.card__main {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 992px) {
  .card__main {
    flex-direction: row;
  }
}
.card__aside {
  display: block;
  flex: 0 0 auto;
}
@media (min-width: 992px) {
  .card__aside {
    flex: 0 0 30.5%;
  }
}
.card__content {
  display: block;
  flex: 0 0 auto;
}
@media (min-width: 992px) {
  .card__content {
    flex: 1 1 auto;
  }
}
.card__illustration {
  position: relative;
  overflow: hidden;
  display: block;
  width: 160px;
}
.card__illustration:before {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  padding: 112.5% 0 0;
}
.card__image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card__list {
  display: block;
}
.card__item {
  display: block;
}
.card__link {
  display: inline-block;
  padding: 10px 20px 8px;
  color: inherit;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  outline: none;
}
.card__link:hover {
  text-decoration: none;
}
.card__link:focus-visible {
  color: #3c72bc;
  text-decoration: none;
}
.card__link_state_active {
  color: #3c72bc;
}
.check-elem {
  position: relative;
  display: block;
  padding: 0 0 0 20px;
  font-size: 16px;
  line-height: 1.2;
}
.check-elem__label {
  display: inline-block;
  vertical-align: middle;
}
.check-elem__label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  z-index: 1;
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #333;
  border-radius: 2px;
  background: #fff;
}
.check-elem__label::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 2px;
  z-index: 10;
  display: block;
  width: 8px;
  height: 8px;
  opacity: 0;
  background: #7f7f7f;
  border-radius: 2px;
  transform: scale(0.1);
  transition: all 0.2s ease;
}
.check-elem__input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.1;
  width: 1px;
  height: 1px;
  border: none;
  outline: none;
}
.check-elem__input:checked + .check-elem__label::after {
  opacity: 1;
  transform: scale(1);
}
.check-elem__input[type=radio] + .check-elem__label::before, .check-elem__input[type=radio] + .check-elem__label::after {
  border-radius: 50%;
}
.check-elem__input_state_error + .check-elem__label, .check-elem__input_state_error + .check-elem__label::before, .check-elem__input_state_error + .check-elem__label::after {
  color: #cd0000;
}
.check-elem__input_state_error + .check-elem__label::after {
  border-color: #cd0000;
  background: #cd0000;
}
.contact {
  display: block;
}
.contact__caption {
  display: block;
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
}
.contact__caption:last-child {
  margin-bottom: 0;
}
.contact__title {
  display: block;
  margin: 0 0 10px;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.1;
}
.contact__title:last-child {
  margin-bottom: 0;
}
.contact__links {
  display: block;
  margin: 0 0 10px;
}
.contact__links:last-child {
  margin-bottom: 0;
}
.contact__link-item {
  display: block;
}
.contact-group {
  display: block;
}
.contact-group__list {
  display: block;
  margin: 0 0 30px;
}
.contact-group__list:last-child {
  margin-bottom: 0;
}
.contact-group__item {
  display: block;
  margin: 0 0 26px;
}
.contact-group__item:last-child {
  margin-bottom: 0;
}
.content {
  display: block;
  color: #333;
  background: #f6f6f6;
  padding: 20px 15px;
  min-height: 60vh;
}
@media (min-width: 768px) {
  .content {
    padding: 40px 51px 60px 50px;
  }
}
.content__header {
  margin: 0 0 30px;
}
.content__header:last-child {
  margin-bottom: 0;
}
.content__title {
  font-size: 28px;
  font-family: "Cormorant Unicase", serif;
  font-weight: normal;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .content__title {
    font-size: 36px;
  }
}
.content__title:after {
  content: "";
  display: block;
  max-width: 400px;
  height: 1px;
  margin: 10px 0 10px;
  background: linear-gradient(to right, #93aad1, rgba(147, 170, 209, 0) 70%);
}
.content__meta {
  margin: 0 0 10px;
}
.content__meta:last-child {
  margin-bottom: 0;
}
.content__date {
  color: #707070;
  font-family: "Merriweather", serif;
  font-style: italic;
}
.content__form {
  width: 100%;
  max-width: 500px;
}
.content__map {
  margin: 40px 0;
}
.content__map:first-child {
  margin-top: 0;
}
.content__map:last-child {
  margin-bottom: 0;
}
.content__card {
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-bottom: 1px solid #dfdfdf;
}
.content__card:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.content__object-grid {
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-bottom: 1px solid #dfdfdf;
}
.content__object-grid:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.content__table {
  display: block;
}
.content__table_type_author td:nth-child(4) {
  width: 300px;
}
@charset "UTF-8";
.entry-carousel {
  position: relative;
  display: block;
}
.entry-carousel__wrapper {
  align-items: stretch;
}
.entry-carousel__slide {
  height: auto !important;
}
.entry-carousel__snippet {
  height: 100%;
}
.entry-carousel__pagination {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px 15px;
  width: 100%;
  padding: 45px 0 0;
}
.entry-carousel__bullet {
  outline: none;
  display: block;
  width: 12px;
  height: 12px;
  opacity: 0.5;
  border-radius: 50%;
  background: #869791;
  transition: all 0.3s ease;
  cursor: pointer;
}
.entry-carousel__bullet:hover {
  opacity: 0.6;
}
.entry-carousel__bullet_state_active {
  opacity: 1;
}
.entry-carousel__arrow {
  display: none;
}
@media (min-width: 1200px) {
  .entry-carousel__arrow {
    position: absolute;
    top: 145px;
    z-index: 20;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 60px;
    color: #fff;
    opacity: 0.8;
    font-size: 56px;
    line-height: 1;
    font-family: "Open Sans", sans-serif;
    background: transparent;
    border: none;
  }
}
.entry-carousel__arrow:before {
  display: block;
}
.entry-carousel__arrow_type_prev {
  left: -10px;
  transform: translate(-100%, 0);
}
@media (min-width: 1440px) {
  .entry-carousel__arrow_type_prev {
    left: -32px;
  }
}
.entry-carousel__arrow_type_prev:before {
  content: "‹";
}
.entry-carousel__arrow_type_next {
  right: -10px;
  transform: translate(100%, 0);
}
@media (min-width: 1440px) {
  .entry-carousel__arrow_type_next {
    right: -32px;
  }
}
.entry-carousel__arrow_type_next:before {
  content: "›";
}
.entry-carousel__arrow_state_disabled {
  opacity: 0.3;
}
.entry-snippet {
  position: relative;
  display: flex;
  flex-direction: column;
  color: #333;
  font-size: 16px;
  line-height: 1.6;
  background: #f6f6f6;
}
.entry-snippet__illustration {
  position: relative;
  height: 200px;
  background: #fff;
}
.entry-snippet__image {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.entry-snippet__content {
  padding: 30px;
}
.entry-snippet__date {
  color: #707070;
  font-family: "Merriweather", serif;
  font-style: italic;
  margin-bottom: 7px;
}
.entry-snippet__text {
  color: inherit;
  transition: all 0.3s ease;
}
.entry-snippet__text:hover {
  color: #199bbb;
}
.entry-snippet__text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox__container:focus {
  outline: none;
}
.fancybox__container .fancybox__backdrop {
  background: rgba(0, 0, 0, 0.6);
}
.fancybox__container .fancybox__slide {
  padding: 20px;
}
.fancybox__container .fancybox__slide.has-iframe .fancybox__content.fancybox__content {
  width: 960px;
  max-width: 100%;
  height: calc((100vw - 24px) / 1.777);
  max-height: 540px;
  padding: 0;
}
.fancybox__container .fancybox__slide.has-iframe .fancybox__content > .carousel__button.is-close {
  top: -30px;
  right: 0;
}
.fancybox__container .fancybox__slide.has-image .fancybox__content {
  overflow: hidden;
}
.fancybox__container .fancybox__content > .carousel__button.is-close {
  top: 12px;
  right: 12px;
  width: 26px;
  height: 26px;
  color: #3c72bc;
  outline: none;
}
.fancybox__container .fancybox__content > .carousel__button.is-close:focus {
  outline: none;
}
.fancybox__container .fancybox__content > .carousel__button.is-close:before, .fancybox__container .fancybox__content > .carousel__button.is-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 2px;
  background: currentColor;
  transform: translate(-50%, -50%) rotate(45deg);
}
.fancybox__container .fancybox__content > .carousel__button.is-close:after {
  transform: translate(-50%, -50%) rotate(135deg);
}
.fancybox__container .fancybox__content > .carousel__button.is-close svg {
  display: none;
}
.footer {
  display: block;
  padding: 100px 0 50px;
  font-family: "Merriweather", serif;
  font-size: 12px;
  text-align: center;
}
.footer__group {
  margin: 0 0 40px;
}
.footer__group:last-child {
  margin-bottom: 0;
}
.footer__link {
  color: currentColor;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}
.footer__link:hover {
  color: #23527c;
  border-color: currentColor;
}
.form {
  display: block;
}
.form__fields, .form__line {
  margin-bottom: 15px;
}
.form__fields:last-child, .form__line:last-child {
  margin-bottom: 0;
}
.form__group-line {
  margin-bottom: 5px;
}
.form__group-line:last-child {
  margin-bottom: 0;
}
.form__label {
  display: block;
  margin: 0 0 5px;
  line-height: 1.2;
  font-weight: 700;
}
.form__controls {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 15px;
  padding: 15px 0 0;
}
.form-control {
  display: block;
}
.form-control__field {
  display: block;
  width: 100%;
}
.form-control__input, .form-control__textarea, .form-control__select {
  width: 100%;
  height: 34px;
  padding: 0 10px;
  font-size: 14px;
  line-height: 34px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control__input:focus, .form-control__textarea:focus, .form-control__select:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control__input::-moz-placeholder, .form-control__textarea::-moz-placeholder, .form-control__select::-moz-placeholder {
  color: #999;
  font-style: normal;
  font-size: 14px;
}
.form-control__input::placeholder, .form-control__textarea::placeholder, .form-control__select::placeholder {
  color: #999;
  font-style: normal;
  font-size: 14px;
}
.form-control__input_state_error, .form-control__textarea_state_error, .form-control__select_state_error {
  border-color: #cd0000;
}
.form-control__textarea {
  height: auto;
  min-height: 150px;
  padding: 10px;
}
.form-control__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="%23333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 30px;
}
.form-control__select:focus {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="%23333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="18 15 12 9 6 15"/></svg>');
}
@charset "UTF-8";
.header {
  display: block;
}
.header__holder {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.header__holder:after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: -1px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3) 10%, rgba(255, 255, 255, 0.3) 80%, rgba(255, 255, 255, 0));
  transform: translate(-50%, 0);
}
.header__logo {
  width: 235px;
  padding: 15px 0 0;
}
.header__extra {
  display: none;
}
@media (min-width: 992px) {
  .header__extra {
    position: relative;
    display: block;
    text-align: right;
  }
}
.header__slogan {
  position: relative;
  padding: 0 0 21px 55px;
  color: #fff;
  font-family: "Merriweather", serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6;
  font-style: italic;
}
.header__slogan:after {
  content: "“";
  position: absolute;
  left: 0;
  top: -8px;
  color: #fff;
  font-size: 100px;
  font-family: "Cormorant Unicase", serif;
  font-weight: 100;
  line-height: 1;
}
.header__user-info {
  display: block;
  margin: 0 0 13px;
  padding: 6px 0 0;
  color: #fff;
  font-size: 12px;
  opacity: 0.7;
}
.header__user-info:last-child {
  margin-bottom: 0;
}
.header__burger {
  padding: 0 25px 0 0;
}
@media (min-width: 992px) {
  .header__burger {
    display: none;
  }
}
.header__main {
  position: relative;
  background-image: url("../blocks/header/images/header-bg.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 145px;
}
.header__nav {
  display: none;
  padding: 30px 15px;
}
@media (min-width: 992px) {
  .header__nav {
    display: block;
  }
}
.icon-link {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.3125em;
  color: inherit;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  background: transparent;
  border: none;
  outline: none;
  transition: color 0.3s ease;
}
.icon-link:hover, .icon-link:focus-visible {
  color: #199bbb;
  text-decoration: none;
  outline: none;
}
.icon-link__icon-wrapper {
  display: block;
  flex: 0 0 auto;
}
.icon-link__icon {
  display: block;
  color: #199bbb;
  width: 1em;
  height: 1em;
  font-size: 1.2em;
}
.icon-link__text {
  display: block;
  flex: 0 1 auto;
}
.loader {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  color: inherit;
  font-size: 0;
}
.loader__circle {
  display: block;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  border: 4px solid transparent;
  border-top-color: currentColor;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation-name: loaderSpin;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes loaderSpin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.logo {
  display: block;
}
.logo-group {
  display: block;
}
.logo-group__label {
  margin: 0 0 10px;
}
.logo-group__label:last-child {
  margin-bottom: 0;
}
.logo-group__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 30px;
}
.logo-group__link {
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  font-size: 0;
  line-height: 0;
  opacity: 1;
  background: #fff;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.logo-group__link:hover {
  opacity: 0.6;
}
.logo-group__image {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 75px;
  height: 75px;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
}
.main {
  display: block;
}
@media (min-width: 992px) {
  .main__holder {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .main__content {
    flex: 0 0 75%;
    min-width: 0;
    padding: 0 5px 0 0;
  }
}
.main__aside {
  padding: 40px 0 0;
}
@media (min-width: 992px) {
  .main__aside {
    flex: 0 0 25%;
    padding: 0 0 0 15px;
  }
}
@media (min-width: 1200px) {
  .main__aside {
    padding: 40px 0 0 23px;
  }
}
.map {
  display: block;
  height: 300px;
}
.map__placeholder {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #f1f1f1;
}
.modal {
  display: none;
}

.modal.fancybox__content,
.fancybox__content {
  overflow: auto;
  width: 100%;
  max-width: 900px;
}

.modal__alert {
  display: block;
  padding: 80px 0;
  font-size: 24px;
  text-align: center;
  line-height: 1.4;
  letter-spacing: var(--ls-m);
}
@media (min-width: 768px) {
  .modal__alert {
    padding: 137px 147px;
  }
}

.fancybox__content .modal {
  display: block;
}
.nav {
  display: block;
  padding: 5px 0;
  font-size: 16px;
  font-weight: 500;
}
.nav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 60px;
}
.nav__item {
  padding: 0;
}
.nav__link {
  display: block;
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
}
.nav__link_state_active, .nav__link:hover {
  color: #199bbb;
}
.nav-list {
  display: block;
}
.nav-list__item {
  position: relative;
}
.nav-list__item:after {
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3) 30%, rgba(255, 255, 255, 0.3) 70%, rgba(255, 255, 255, 0));
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.8;
}
.nav-list__link {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  padding: 15px 40px 15px 20px;
}
.nav-list__link:hover .nav-list__text {
  border-color: currentColor;
}
.nav-list__text {
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}
.object-grid {
  display: block;
}
.object-grid__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 20px;
  margin: 0 0 30px;
}
@media (min-width: 768px) {
  .object-grid__list {
    grid-template-columns: repeat(3, minmax(0, 215px));
  }
}
@media (min-width: 992px) {
  .object-grid__list {
    grid-gap: 30px;
  }
}
.object-grid__list:last-child {
  margin-bottom: 0;
}
.object-grid__item {
  display: block;
}
.object-grid__controls {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin: 0 0 30px;
}
.object-grid__controls:last-child {
  margin-bottom: 0;
}
.object-grid__control {
  display: block;
  flex: 0 0 auto;
  min-width: 150px;
}
.object-snippet {
  display: block;
  padding: 8px 12px;
  background: #fff;
}
@media (min-width: 992px) {
  .object-snippet {
    padding: 17px 25px;
  }
}
.object-snippet__illustration {
  position: relative;
  overflow: hidden;
  display: block;
}
.object-snippet__illustration:before {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  padding: 133.333% 0 0;
}
.object-snippet__image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.page {
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
.page__body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background-color: #010920;
  background-image: url("../blocks/page/images/content-bg.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: cover;
}
.page__body:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #d42d2a;
  transform: translate(-100%, -100%);
  transition: opacity 0.3s ease;
}
.page__holder {
  max-width: 100%;
  min-width: 320px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .page__holder {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .page__holder {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .page__holder {
    width: 1170px;
  }
}
.page__header {
  min-width: 320px;
}
.page__content {
  flex: 1 0 auto;
}
.page__panel {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  max-height: 100%;
  padding-bottom: 30px;
  z-index: 10000;
  opacity: 0;
  overflow-y: auto;
  overflow-x: hidden;
  background: #010920 url("../blocks/page/images/content-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translate(100%, 0);
  transition: all 0.3s ease-in;
}
.page_panel_open .page__panel {
  opacity: 1;
  transform: translate(0, 0);
}
.page_panel_open .page__body::before {
  opacity: 0.8;
  transform: translate(0, 0);
}
.page-links {
  display: block;
  padding: 0 0 0 20px;
}
.page-links__item {
  position: relative;
  margin: 0 0 10px;
  padding: 0 0 0 20px;
}
.page-links__item:last-child {
  margin-bottom: 0;
}
.page-links__item:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 5px;
  height: 5px;
  color: #3462ae;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(-45deg);
}
.page-links__link {
  color: currentColor;
  border-bottom: 1px solid currentColor;
  transition: all 0.3s ease;
}
.page-links__link:hover {
  color: #3462ae;
}
.panel {
  position: relative;
  display: block;
  padding: 30px 0;
}
.panel__burger {
  position: absolute;
  top: 30px;
  right: 40px;
}
.panel__logo {
  width: 165px;
  padding: 0 0 0 15px;
}
.panel__nav-list {
  padding: 20px 0 0;
}
.photo-carousel {
  display: block;
}
.photo-carousel__main {
  position: relative;
}
.photo-carousel__panel {
  position: relative;
  display: block;
}
.photo-carousel__panel:before {
  content: "";
  display: block;
  width: 100%;
  padding: 50.591% 0 0;
}
@media (min-width: 992px) {
  .photo-carousel__panel:before {
    padding: 71.43% 0 0;
  }
}
@media (min-width: 1200px) {
  .photo-carousel__panel:before {
    padding: 59.033% 0 0;
  }
}
.photo-carousel__image {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.photo-carousel__pagination {
  position: absolute;
  left: 30px;
  bottom: 20px;
  z-index: 10;
  display: flex;
  justify-content: flex-start;
}
.photo-carousel__bullet {
  outline: none;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 7px;
  opacity: 1;
  border-radius: 50%;
  border: 2px solid #3561ad;
  transition: all 0.3s ease;
  cursor: pointer;
}
.photo-carousel__bullet:hover {
  opacity: 0.6;
}
.photo-carousel__bullet_state_active {
  border-color: #d22d28;
}
.section {
  display: block;
  padding: 50px 0;
}
.section__header {
  text-align: center;
  margin: 0 0 50px;
}
.section__header:last-child {
  margin-bottom: 0;
}
.section__title {
  display: inline-block;
  color: #fff;
  font-family: "Cormorant Unicase", serif;
  font-size: 48px;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.1;
  position: relative;
}
.section__title::before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  left: -40px;
  top: 36px;
}
.section__title::after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  right: -40px;
  top: 36px;
}
.title {
  display: block;
}/*# sourceMappingURL=app.css.map */
