

/* Start:/local/templates/vorontsovo/css/style.css?1656918108200809*/
@charset "UTF-8";
/* stylelint-disable */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
 ========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
  margin: 0; }

/**
* Render the `main` element consistently in IE.
*/
main {
  display: block; }

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
 ========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
 ========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
  background-color: transparent; }

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
  font-weight: bolder; }

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
* Add the correct font size in all browsers.
*/
small {
  font-size: 80%; }

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
 ========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
  border-style: none; }

/* Forms
 ========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
  /* 1 */
  overflow: visible; }

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
  /* 1 */
  text-transform: none; }

/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
* Correct the padding in Firefox.
*/
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  vertical-align: baseline; }

/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
  overflow: auto; }

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
 ========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
  display: block; }

/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item; }

/* Misc
 ========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
  display: none; }

/**
* Add the correct display in IE 10.
*/
[hidden] {
  display: none; }

/* stylelint-disable */
/**
 * Swiper 5.3.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 29, 2020
 */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: #007aff; }

.swiper-notification {
  display: none !important; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory; }

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */ }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  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;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff; }

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000; }

.swiper-button-lock {
  display: none; }

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */ }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff; }

.swiper-pagination-black {
  --swiper-pagination-color: #000000; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */ }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000; }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/**************************\
  Basic Modal Styles
\**************************/
.modal {
  position: relative;
  z-index: 2000;
  font-family: -apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif; }

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.modal__container {
  background-color: #fff;
  padding: 30px;
  max-width: 500px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.modal__close {
  background: transparent;
  border: 0; }

.modal__header .modal__close:before {
  content: "\2715"; }

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8); }

@media screen and (max-width: 768px) {
  .modal__content {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0; } }

@media screen and (max-width: 768px) {
  .map-park {
    height: 100%; } }

@media screen and (max-width: 768px) {
  .map-park .map-park__map {
    height: 100%; } }

.modal__btn {
  font-size: .875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: .25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform .25s ease-out;
  -webkit-transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out, -webkit-transform .25s ease-out;
  transition: transform .25s ease-out,-webkit-transform .25s ease-out; }

.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05); }

.modal__btn-primary {
  background-color: #00449e;
  color: #fff; }

/**************************\
  Demo Animation Style
\**************************/
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes mmfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes mmfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%); }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%); }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%); } }

@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%); } }

.micromodal-slide {
  display: none; }

.micromodal-slide.is-open {
  display: block; }

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="false"] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="true"] .modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform; }

/* @mixin viewport--md {
  @media (min-width: $viewport--md) {
    @content;
  }
}

@mixin viewport--lg {
  @media (min-width: $viewport--lg) {
    @content;
  }
}

@mixin viewport--xl {
  @media (min-width: $viewport--xl) {
    @content;
  }
} */
@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: "Gerbera";
  font-display: swap;
  src: url("/local/templates/vorontsovo/css/../fonts/GerberaRegular/Gerbera-Regular.woff2") format("woff2"), url("/local/templates/vorontsovo/css/../fonts/GerberaRegular/Gerbera-Regular.woff") format("woff"); }

@font-face {
  font-style: normal;
  font-weight: bold;
  font-family: "Gerbera";
  font-display: swap;
  src: url("/local/templates/vorontsovo/css/../fonts/GerberaBold/Gerbera-Bold.woff2") format("woff2"), url("/local/templates/vorontsovo/css/../fonts/GerberaBold/Gerbera-Bold.woff") format("woff"); }

@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: "Kazimir";
  font-display: swap;
  src: url("/local/templates/vorontsovo/css/../fonts/KazimirRegular/Kazimir-Regular.woff2") format("woff2"), url("/local/templates/vorontsovo/css/../fonts/KazimirRegular/Kazimir-Regular.woff") format("woff"); }

@font-face {
  font-style: normal;
  font-weight: bold;
  font-family: "Kazimir";
  font-display: swap;
  src: url("/local/templates/vorontsovo/css/../fonts/KazimirBold/Kazimir-Bold.woff2") format("woff2"), url("/local/templates/vorontsovo/css/../fonts/KazimirBold/Kazimir-Bold.woff") format("woff"); }

body {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: "Gerbera", "Arial", sans-serif;
  color: #282828;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  color: #282828;
  text-decoration: none; }

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

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html,
body {
  margin: 0;
  padding: 0; }

body {
  width: 100%;
  height: 100%;
  background-color: #ffffff; }

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

textarea {
  resize: vertical; }

/* :focus {
  outline: none;
} */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1; }
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1; }
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1; }
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  opacity: 1; }
input::placeholder,
textarea::placeholder {
  opacity: 1; }

input::-ms-clear, input::-ms-reveal {
  display: none; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
          appearance: none; }

input:-webkit-autofill {
  -webkit-animation-name: autofill;
          animation-name: autofill;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

@-webkit-keyframes autofill {
  0%,
  100% {
    color: #282828;
    background: transparent; } }

@keyframes autofill {
  0%,
  100% {
    color: #282828;
    background: transparent; } }

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

.main--text {
  padding-top: 50px; }

.main div {
  margin-bottom: 70px; }
  .main div:last-child {
    margin-bottom: 40px; }

.main .breadcrumbs {
  margin-bottom: 20px; }

h1 {
  margin: 0;
  margin-bottom: 20px;
  font-family: 'Kazimir', 'Times New Roman', serif;
  font-weight: bold;
  font-size: 60px;
  line-height: 66px; }

h2 {
  margin: 0;
  margin-bottom: 20px;
  font-family: 'Kazimir', 'Times New Roman', serif;
  font-weight: bold;
  font-size: 48px;
  line-height: 60px; }

p {
  margin: 0;
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px; }

figure {
  margin: 40px 0; }
  figure img {
    display: block; }

figcaption {
  margin-top: 10px; }

blockquote {
  margin: 0;
  margin-bottom: 20px;
  padding-left: 40px;
  border-left: 1px solid rgba(40, 40, 40, 0.5); }

@media (max-width: 767px) {
  .main--text {
    padding-top: 20px; }
  .main div {
    margin-bottom: 50px; }
    .main div:last-child {
      margin-bottom: 50px; }
  .main .breadcrumbs {
    margin-bottom: 0; }
  h1 {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 38px; }
  h2 {
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 33px; }
  p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 22px; }
  figure {
    margin: 20px 0; }
    figure img {
      display: block; }
  figcaption {
    margin-top: 5px; }
  blockquote {
    margin-bottom: 15px;
    padding-left: 10px;
    border-left: 1px solid rgba(40, 40, 40, 0.5); } }

.visually-hidden,
input[type="file"].visually-hidden,
input[type="checkbox"].visually-hidden,
input[type="radio"].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%); }

.wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden; }
  .wrapper .header,
  .wrapper .footer {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .wrapper main {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }

.scroll-lock {
  overflow-y: auto;
  position: fixed; }

.btn-reset {
  cursor: pointer;
  padding: 0;
  background: rgba(0, 0, 0, 0);
  border: none; }

.container {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 63px; }
  @media (max-width: 1399px) {
    .container {
      padding: 0 32px; } }
  @media (max-width: 1023px) {
    .container {
      padding: 0 40px; } }
  @media (max-width: 767px) {
    .container {
      padding: 0 20px; } }
  @media (max-width: 767px) {
    .container--no-padding {
      padding: 0; } }

.wrapper-content {
  max-width: 1420px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 150px;
  padding-left: 90px;
  padding-right: 90px; }

@media screen and (max-width: 1300px) {
  .wrapper-content {
    padding-left: 60px;
    padding-right: 60px; } }

@media screen and (max-width: 1200px) {
  .wrapper-content {
    padding-left: 50px;
    padding-right: 50px; } }

@media screen and (max-width: 1100px) {
  .wrapper-content {
    padding-left: 30px;
    padding-right: 30px; } }

@media screen and (max-width: 767px) {
  .wrapper-content {
    padding-left: 20px;
    padding-right: 20px; } }

@media screen and (max-width: 450px) {
  .wrapper-content {
    padding-top: 20px;
    padding-bottom: 70px; } }

.breadcrumbs {
  margin-bottom: 20px; }

.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none; }

.breadcrumbs__item {
  margin-right: 5px; }

.breadcrumbs__item a {
  padding-bottom: 1px;
  font-size: 18px;
  line-height: 27px;
  color: #282828;
  -webkit-transition: border-bottom .3s;
  transition: border-bottom .3s;
  border-bottom: 1px solid rgba(40, 40, 40, 0.5); }

@media screen and (max-width: 1023px) {
  .breadcrumbs__item a {
    padding-bottom: 0;
    font-size: 16px;
    line-height: 22px; } }

.breadcrumbs__item a:hover,
.breadcrumbs__item a:active {
  border-bottom: 1px solid #282828; }

.breadcrumbs__item--active span {
  font-size: 18px; }

@media screen and (max-width: 1023px) {
  .breadcrumbs__item--active span {
    font-size: 16px; } }

.breadcrumbs__item.breadcrumbs__item--active a {
  color: rgba(40, 40, 40, 0.5);
  border-bottom: none; }

@media screen and (max-width: 768px) {
  .theme-winter .header__top {
    background: linear-gradient(92.39deg, #5A64BE 0%, #A1A0D2 100%); } }

@media screen and (max-width: 768px) {
  .theme-spring .header__top {
    background: linear-gradient(90.42deg, #00A263 0%, #00A22D 100%); } }

@media screen and (max-width: 768px) {
  .theme-summer .header__top {
    background: linear-gradient(92.39deg, #F05A5A 0%, #F07E5A 100%); } }

@media screen and (max-width: 768px) {
  .theme-autumn .header__top {
    background: linear-gradient(270.42deg, #FFD700 0%, #F05A5A 100%); } }

.theme-winter .main-nav {
  background: linear-gradient(92.39deg, #5A64BE 0%, #A1A0D2 100%); }

.theme-spring .main-nav {
  background: linear-gradient(92.39deg, #00A263 0%, #00A22D 100%); }

.theme-summer .main-nav {
  background: linear-gradient(92.39deg, #F05A5A 0%, #F07E5A 100%); }

.theme-autumn .main-nav {
  background: linear-gradient(272.39deg, #FFD700 0%, #F05A5A 100%); }

@media screen and (max-width: 768px) {
  .theme-winter .main-nav {
    background: #5A64BE; } }

@media screen and (max-width: 768px) {
  .theme-spring .main-nav {
    background: #008250; } }

@media screen and (max-width: 768px) {
  .theme-summer .main-nav {
    background: #F05A5A; } }

@media screen and (max-width: 768px) {
  .theme-autumn .main-nav {
    background: #FFD700; } }

.theme-winter .link {
  background-color: #5A64BE; }

.theme-spring .link {
  background-color: #008250; }

.theme-summer .link {
  background-color: #F05A5A; }

.theme-autumn .link {
  background-color: #FFD700; }

.theme-winter .social-slide {
  background-color: #5A64BE; }

.theme-spring .social-slide {
  background-color: #008250; }

.theme-summer .social-slide {
  background-color: #F05A5A; }

.theme-autumn .social-slide {
  background-color: #FFD700; }

.theme-winter .day-action {
  background-color: #5A64BE; }

.theme-spring .day-action {
  background-color: #008250; }

.theme-summer .day-action {
  background-color: #F05A5A; }

.theme-autumn .day-action {
  background-color: #FFD700; }

.theme-winter .item-event__datetime {
  background-color: rgba(90, 100, 190, 0.5); }

.theme-spring .item-event__datetime {
  background-color: rgba(0, 130, 80, 0.5); }

.theme-summer .item-event__datetime {
  background-color: rgba(240, 90, 90, 0.5); }

.theme-autumn .item-event__datetime {
  background-color: rgba(255, 215, 0, 0.5); }

.theme-winter .widget__time {
  background-color: #5A64BE; }

.theme-spring .widget__time {
  background-color: #008250; }

.theme-summer .widget__time {
  background-color: #F05A5A; }

.theme-autumn .widget__time {
  background-color: #FFD700; }

.theme-winter .favicon {
  background-color: #5A64BE; }

.theme-spring .favicon {
  background-color: #008250; }

.theme-summer .favicon {
  background-color: #F05A5A; }

.theme-autumn .favicon {
  background-color: #FFD700; }

@media screen and (max-width: 768px) {
  .theme-winter .search-popup button:hover svg {
    fill: #5A64BE; }
  .theme-spring .search-popup button:hover svg {
    fill: #008250; }
  .theme-summer .search-popup button:hover svg {
    fill: #F05A5A; }
  .theme-autumn .search-popup button:hover svg {
    fill: #FFD700; } }

@media screen and (max-width: 768px) {
  .theme-winter .search-popup button svg {
    fill: #5A64BE; }
  .theme-spring .search-popup button svg {
    fill: #008250; }
  .theme-summer .search-popup input:focus + button svg {
    fill: #F05A5A; }
  .theme-autumn .search-popup button svg {
    fill: #FFD700; } }

.theme-winter .search-form input:hover {
  border-left: 2px solid #5A64BE;
  border-top: 2px solid #5A64BE;
  border-bottom: 2px solid #5A64BE; }

.theme-spring .search-form input:hover {
  border-left: 2px solid #008250;
  border-top: 2px solid #008250;
  border-bottom: 2px solid #008250; }

.theme-summer .search-form input:hover {
  border-left: 2px solid #F05A5A;
  border-top: 2px solid #F05A5A;
  border-bottom: 2px solid #F05A5A; }

.theme-autumn .search-form input:hover {
  border-left: 2px solid #FFD700;
  border-top: 2px solid #FFD700;
  border-bottom: 2px solid #FFD700; }

.theme-winter .search-form button:hover {
  background-color: #5A64BE; }

.theme-spring .search-form button:hover {
  background-color: #008250; }

.theme-summer .search-form button:hover {
  background-color: #F05A5A; }

.theme-autumn .search-form button:hover {
  background-color: #FFD700; }

.theme-winter .search-form input:focus {
  border-left: 2px solid #5A64BE;
  border-top: 2px solid #5A64BE;
  border-bottom: 2px solid #5A64BE; }

.theme-spring .search-form input:hover {
  border-left: 2px solid #008250;
  border-top: 2px solid #008250;
  border-bottom: 2px solid #008250; }

.theme-summer .search-form input:focus {
  border-left: 2px solid #F05A5A;
  border-top: 2px solid #F05A5A;
  border-bottom: 2px solid #F05A5A; }

.theme-autumn .search-form input:hover {
  border-left: 2px solid #FFD700;
  border-top: 2px solid #FFD700;
  border-bottom: 2px solid #FFD700; }

.theme-winter .search-form input:focus + button {
  background-color: #5A64BE; }

.theme-spring .search-form input:focus + button {
  background-color: #008250; }

.theme-summer .search-form input:focus + button {
  background-color: #F05A5A; }

.theme-autumn .search-form input:focus + button {
  background-color: #FFD700; }

.header {
  position: relative;
  z-index: 10;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  z-index: 1000; }
  .header__wrapper {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto; }
  .header__top {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    height: 160px; }
    @media (max-width: 1400px) {
      .header__top {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    @media (max-width: 768px) {
      .header__top {
        width: 100%;
        height: 76px;
        padding: 0 20px; } }
  .header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 60px 0 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    @media (max-width: 768px) {
      .header__logo {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        margin: 0 18px; } }
    .header__logo:hover {
      opacity: .7; }
    .header__logo svg {
      width: 335px; }
      @media (max-width: 1400px) {
        .header__logo svg {
          width: 270px; } }
      @media (max-width: 768px) {
        .header__logo svg {
          width: 160px;
          height: 41px;
          fill: #ffffff; } }
  @media (max-width: 1024px) {
    .header .social-link-list {
      display: none; } }
  .header__contrast-version {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 165px;
    margin-left: 72px;
    text-align: left; }
    @media (max-width: 1400px) {
      .header__contrast-version {
        margin-left: 40px; } }
    @media (max-width: 1200px) {
      .header__contrast-version {
        display: none; } }
    .header__contrast-version:hover span:after {
      opacity: 1; }
    .header__contrast-version span {
      position: relative;
      display: block;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
      .header__contrast-version span:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        border-top: 1px dashed #282828;
        opacity: 0.3;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s; }
    .header__contrast-version a {
      font-size: 18px;
      line-height: 1.5; }
  .header__map-btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: center;
        align-self: center;
    height: 66px;
    margin-left: 70px;
    padding: 0 32px;
    border: 1px solid rgba(40, 40, 40, 0.5);
    border-radius: 13px;
    background-color: #fff;
    font-family: "Kazimir", "Times New Roman", serif;
    font-size: 24px;
    line-height: 1.3;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: border-color .3s;
    transition: border-color .3s;
    outline: none;
    cursor: pointer; }
    @media (max-width: 1400px) {
      .header__map-btn {
        margin-left: 40px; } }
    @media (max-width: 768px) {
      .header__map-btn {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        width: 42px;
        height: 42px;
        margin: 0;
        padding: 0;
        border: none;
        background-color: transparent; } }
    .header__map-btn:hover {
      border-color: #282828; }
    .header__map-btn:after {
      content: '';
      position: absolute;
      width: 98%;
      height: 95%;
      border: 3px solid #282828;
      border-radius: 10px; }
      @media (max-width: 768px) {
        .header__map-btn:after {
          display: none; } }
    @media (max-width: 768px) {
      .header__map-btn span {
        display: none; } }
    .header__map-btn .icon-map {
      display: none; }
      .header__map-btn .icon-map use {
        stroke: #ffffff;
        fill: #ffffff; }
      @media (max-width: 768px) {
        .header__map-btn .icon-map {
          display: block; } }
  .header__nav {
    z-index: 1; }
  .header__btn-menu {
    display: none;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
    @media (max-width: 768px) {
      .header__btn-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }

.menu-btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 42px;
  height: 42px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  outline: none; }
  .menu-btn--open .menu-btn__inner {
    -webkit-transition-delay: .12s;
            transition-delay: .12s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
    .menu-btn--open .menu-btn__inner:after {
      bottom: 0;
      -webkit-transition: bottom 75ms ease, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
      transition: bottom 75ms ease, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
      transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
      transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg); }
    .menu-btn--open .menu-btn__inner:before {
      top: 0;
      -webkit-transition: top 75ms ease,opacity 75ms ease .12s;
      transition: top 75ms ease,opacity 75ms ease .12s;
      opacity: 0; }
  .menu-btn__inner {
    position: relative;
    display: block;
    width: 19px;
    height: 1px;
    background-color: #fff;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transition-duration: 75ms;
            transition-duration: 75ms; }
    .menu-btn__inner:after, .menu-btn__inner:before {
      content: '';
      position: absolute;
      left: 0;
      width: 19px;
      height: 1px;
      background-color: #fff; }
    .menu-btn__inner:after {
      bottom: -7px;
      -webkit-transition: bottom 75ms ease 0.12s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
      transition: bottom 75ms ease 0.12s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
      transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
      transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    .menu-btn__inner:before {
      top: -7px;
      -webkit-transition: top 75ms ease .12s,opacity 75ms ease;
      transition: top 75ms ease .12s,opacity 75ms ease; }

.modal__overlay {
  z-index: 999999; }

.modal-map-container {
  position: relative;
  max-width: 100%;
  width: 100%; }
  .modal-map-container .modal__btn {
    position: absolute;
    top: 40px;
    right: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 60px;
    height: 60px;
    border: none;
    border-radius: 10px;
    background: #F5F5F6;
    outline: none; }
    .modal-map-container .modal__btn:hover, .modal-map-container .modal__btn:focus {
      -webkit-box-shadow: none;
              box-shadow: none;
      border: none;
      -webkit-transform: scale(1);
              transform: scale(1); }
  .modal-map-container .modal__btn-inner {
    position: relative;
    width: 26px;
    height: 26px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    pointer-events: none; }
    .modal-map-container .modal__btn-inner::before, .modal-map-container .modal__btn-inner::after {
      content: '';
      position: absolute;
      left: 0;
      width: 26px;
      height: 1px;
      background-color: #282828; }
    .modal-map-container .modal__btn-inner::after {
      top: 13px; }
    .modal-map-container .modal__btn-inner::before {
      top: 13px;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }

@media screen and (max-width: 768px) {
  .modal-container {
    height: 100%; } }

@media screen and (max-width: 768px) {
  .modal-map-container {
    height: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0; } }

@media screen and (max-width: 768px) {
  .modal-map-container .modal__btn {
    top: 20px;
    right: 20px; } }

.main-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 80px; }
  @media screen and (max-width: 1024px) {
    .main-nav {
      overflow-x: auto; } }
  @media screen and (max-width: 768px) {
    .main-nav {
      position: absolute;
      top: 76px;
      left: 0;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      height: calc(100vh - 76px);
      padding-left: 20px;
      padding-right: 13px;
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
      -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
              box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s; } }
  .main-nav--open {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .main-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    max-width: 1190px;
    width: 100%;
    margin: 0;
    padding: 0; }
    .main-nav__list::-webkit-scrollbar {
      display: none; }
    @media screen and (max-width: 1024px) {
      .main-nav__list {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 0 24px;
        padding-bottom: 4px;
        overflow-x: auto;
        overflow-y: hidden; } }
    @media screen and (max-width: 768px) {
      .main-nav__list {
        -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;
        padding: 30px 0;
        line-height: 22px; } }
  .main-nav__item {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    .main-nav__item:not(:last-of-type) {
      margin-right: 30px; }
      @media screen and (max-width: 1400px) {
        .main-nav__item:not(:last-of-type) {
          margin-right: 25px; } }
      @media screen and (max-width: 1024px) {
        .main-nav__item:not(:last-of-type) {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 auto;
                  flex: 0 0 auto; } }
      @media screen and (max-width: 768px) {
        .main-nav__item:not(:last-of-type) {
          margin-right: 0;
          margin-bottom: 15px;
          line-height: 22px; } }
  .main-nav__link {
    position: relative;
    white-space: nowrap;
    font-size: 18px;
    line-height: 1.5;
    color: #fff; }
    @media screen and (max-width: 1400px) {
      .main-nav__link {
        font-size: 16px; } }
    @media screen and (max-width: 1200px) {
      .main-nav__link {
        font-size: 14px; } }
    @media screen and (max-width: 768px) {
      .main-nav__link {
        font-size: 16px;
        line-height: 22px;
        color: #fff; } }
    .main-nav__link:hover:after {
      opacity: 1; }
    .main-nav__link:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: -4px;
      width: 102%;
      height: 1px;
      background-color: #ffffff;
      opacity: 0.3;
      -webkit-transition: opacity .3s;
      transition: opacity .3s; }
      @media screen and (max-width: 768px) {
        .main-nav__link:after {
          bottom: 0; } }
    @media screen and (max-width: 768px) {
      .main-nav__link--dropdown {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media screen and (max-width: 768px) {
      .main-nav__link--dropdown:after {
        display: none; } }
    .main-nav__link--open .icon-dropdown {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .main-nav__link .icon-dropdown {
      display: none;
      margin-top: 1px;
      margin-left: 3px;
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s; }
      @media screen and (max-width: 768px) {
        .main-nav__link .icon-dropdown {
          display: block; } }
      .main-nav__link .icon-dropdown use {
        fill: #ffffff; }

.sub-menu {
  display: none;
  padding: 0 0 0 10px;
  height: 0;
  overflow: hidden;
  list-style: none;
  -webkit-transition: height .5s, padding-top .5s;
  transition: height .5s, padding-top .5s; }
  .sub-menu--open {
    padding-top: 15px; }
  @media screen and (max-width: 768px) {
    .sub-menu {
      display: block; } }
  .sub-menu__item {
    margin-bottom: 15px; }

.main-nav__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto; }

@media screen and (max-width: 1400px) {
  .main-nav__wrapper {
    padding: 0 40px; } }

@media screen and (max-width: 1024px) {
  .main-nav__wrapper {
    padding: 0 20px; } }

@media screen and (max-width: 768px) {
  .main-nav__wrapper {
    padding: 0 0; } }

.main-nav__search-btn {
  padding: 0;
  margin-left: auto;
  border: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
  background-color: transparent;
  outline: none; }

@media screen and (max-width: 768px) {
  .main-nav__search-btn {
    display: none; } }

.main-nav__search-btn:hover,
.main-nav__search-btn:active {
  opacity: .7; }

.main-nav__search-btn use {
  fill: #ffffff; }

.main-nav .search-popup--mobile {
  display: none; }

@media screen and (max-width: 768px) {
  .main-nav .search-popup--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px; } }

.main-nav .search-popup--bottom {
  display: none; }

@media screen and (max-width: 768px) {
  .main-nav .search-popup--bottom {
    display: none; } }

.main-nav__list--hidden {
  display: none; }

.main-nav__search-btn--hidden {
  display: none; }

@media screen and (max-width: 768px) {
  .main-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media screen and (max-width: 768px) {
  .main-nav__search {
    display: block; } }

.social-link-list {
  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;
  max-width: 335px;
  width: 100%;
  margin: 0;
  margin-right: -20px;
  padding: 0;
  list-style: none; }
  .social-link-list--light .social-link-list__item {
    background-color: #ffffff; }
  .social-link-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: #EEEEEE;
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: background-color .3s, background-image .3s;
    transition: background-color .3s, background-image .3s; }
    .social-link-list__item:not(:last-of-type) {
      margin-right: 15px; }
    .social-link-list__item:nth-of-type(n+6) {
      margin-top: 15px; }
    .social-link-list__item:hover use {
      fill: #ffffff; }
    .social-link-list__item--facebook:hover {
      background-color: #3B5998; }
    .social-link-list__item--vk:hover {
      background-color: #4A76A8; }
    .social-link-list__item--inst:hover {
      background-color: #282828; }
    .social-link-list__item--ok:hover {
      background-color: #E47D08; }
    .social-link-list__item--youtube:hover {
      background-color: #FF0000; }
  .social-link-list__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    text-decoration: none; }
  .social-link-list use {
    -webkit-transition: fill 0.3s;
    transition: fill 0.3s; }

.footer {
  position: relative;
  z-index: 300;
  background-color: #F5F5F6; }

.footer__wrapper {
  max-width: 1241px;
  margin: 0 auto;
  padding-top: 37px;
  padding-bottom: 50px; }

@media screen and (max-width: 1370px) {
  .footer__wrapper {
    padding-left: 50px;
    padding-right: 50px; } }

@media screen and (max-width: 810px) {
  .footer__wrapper {
    padding-left: 30px;
    padding-right: 30px; } }

@media screen and (max-width: 770px) {
  .footer__wrapper {
    padding-left: 20px;
    padding-right: 20px; } }

@media screen and (max-width: 485px) {
  .footer__wrapper {
    padding-top: 25px; } }

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

@media screen and (max-width: 1133px) {
  .info {
    margin-bottom: 50px; } }

@media screen and (max-width: 767px) {
  .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 30px; } }

@media screen and (max-width: 485px) {
  .info {
    margin-bottom: 34px;
    padding-bottom: 0; } }

@media screen and (max-width: 320px) {
  .info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; } }

/* .info__logo {
  display: flex;
} */
@media screen and (max-width: 1133px) {
  .info__logo {
    margin-right: 50px; } }

@media screen and (max-width: 767px) {
  .info__logo {
    padding-bottom: 30px; } }

@media screen and (max-width: 485px) {
  .info__logo {
    padding-bottom: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

.info__logo-link {
  line-height: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.info__logo-link:hover,
.info__logo-link:active {
  opacity: 0.7; }

@media screen and (max-width: 485px) {
  .info__logo-link svg {
    width: 180px;
    height: 44px; } }

@media screen and (max-width: 320px) {
  .info__logo-link svg {
    width: 185px;
    height: 48px; } }

.info__logo-mdc {
  margin-left: 64px;
  margin-right: 56px; }

@media screen and (max-width: 1133px) {
  .info__logo-mdc {
    margin-left: 0;
    margin-right: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; } }

@media screen and (max-width: 767px) {
  .info__logo-mdc {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; } }

@media screen and (max-width: 485px) {
  .info__logo-mdc {
    margin-left: 0;
    margin-right: 0; } }

@media screen and (max-width: 1133px) {
  .info__contacts {
    margin-right: 50px; } }

@media screen and (max-width: 767px) {
  .info__contacts {
    margin-right: 0; } }

@media screen and (max-width: 485px) {
  .info__contacts {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; } }

.logo-mdc-link__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 13px;
  line-height: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.logo-mdc-link__img:hover,
.logo-mdc-link__img:active {
  opacity: 0.7; }

@media screen and (max-width: 1133px) {
  .logo-mdc-link__img {
    padding-top: 30px; } }

@media screen and (max-width: 485px) {
  .logo-mdc-link__img {
    padding-top: 20px; } }

.contacts__heading {
  padding-top: 10px; }

@media screen and (max-width: 485px) {
  .contacts__heading {
    padding-top: 17px; } }

.contacts__heading h3 {
  margin: 0;
  margin-bottom: 10px;
  font-family: "Kazimir", "Times New Roman", serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 25px; }

@media screen and (max-width: 485px) {
  .contacts__heading h3 {
    margin-bottom: 6px;
    font-size: 18px;
    line-height: 23px; } }

.contacts__description {
  margin-bottom: 3px; }

@media screen and (max-width: 485px) {
  .contacts__description {
    margin-bottom: 0; } }

.contacts__description p {
  margin: 0;
  font-size: 14px;
  line-height: 21px; }

@media screen and (max-width: 485px) {
  .contacts__description p {
    font-size: 12px;
    line-height: 17px; } }

.contacts__email {
  margin-bottom: 3px; }

@media screen and (max-width: 485px) {
  .contacts__email {
    margin-bottom: 0; } }

.contacts__email a {
  font-size: 14px;
  line-height: 21px;
  -webkit-transition: border-bottom .3s;
  transition: border-bottom .3s;
  border-bottom: 1px solid rgba(40, 40, 40, 0.5); }

.contacts__email a:hover,
.contacts__email a:active {
  border-bottom: 1px solid #282828; }

@media screen and (max-width: 485px) {
  .contacts__email a {
    font-size: 12px;
    line-height: 17px; } }

.contacts__phone {
  margin-bottom: 3px; }

@media screen and (max-width: 485px) {
  .contacts__phone {
    margin-bottom: 5px; } }

.contacts__phone a {
  font-size: 14px;
  line-height: 21px;
  -webkit-transition: border-bottom .3s;
  transition: border-bottom .3s;
  border-bottom: 1px solid rgba(40, 40, 40, 0.5); }

.contacts__phone a:hover,
.contacts__phone a:active {
  border-bottom: 1px solid #282828; }

@media screen and (max-width: 485px) {
  .contacts__phone a {
    font-size: 12px;
    line-height: 17px; } }

.contacts__address {
  margin-bottom: 3px; }

.contacts__address p {
  margin: 0;
  font-size: 14px;
  line-height: 21px; }

@media screen and (max-width: 485px) {
  .contacts__address p {
    font-size: 12px;
    line-height: 17px; } }

@media screen and (max-width: 485px) {
  .partners__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.partners__heading h2 {
  margin: 0;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-family: "Kazimir", "Times New Roman", serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 0; }

@media screen and (max-width: 485px) {
  .partners__heading h2 {
    font-size: 18px;
    line-height: 22px;
    padding: 0;
    border-bottom: 1px solid rgba(40, 40, 40, 0.3); } }

.partners__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  margin-right: -20px;
  padding: 0;
  list-style: none; }

@media screen and (max-width: 320px) {
  .partners__list {
    margin-right: -10px; } }

.partners__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-bottom: 13px; }

@media screen and (max-width: 320px) {
  .partners__item {
    margin-right: 10px;
    margin-bottom: 10px; } }

@media screen and (max-width: 320px) {
  .partners__item a img {
    width: 135px;
    height: 135px; } }

@media screen and (max-width: 320px) {
  .partners__item:nth-last-child(3) a img {
    width: 280px;
    height: 135px; } }

@media screen and (max-width: 320px) {
  .partners__item:nth-last-child(1) a img {
    width: 134px;
    height: 134px; } }

.partners__item a {
  line-height: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.partners__item a:hover,
.partners__item a:active {
  opacity: 0.7; }

.partners__item img {
  border-radius: 5px; }

.copyright__description p {
  margin: 0;
  font-size: 14px;
  line-height: 21px; }

@media screen and (max-width: 485px) {
  .copyright__description p {
    padding-top: 10px;
    font-size: 12px;
    line-height: 17px; } }

.contact {
  width: 100%;
  padding-bottom: 60px; }

@media screen and (max-width: 740px) {
  .contact {
    padding-bottom: 0; } }

@media screen and (max-width: 450px) {
  .contact {
    padding-bottom: 50px; } }

.contact__heading {
  margin-top: 10px;
  margin-bottom: 40px; }

@media screen and (max-width: 600px) {
  .contact__heading {
    margin-top: 5px;
    margin-bottom: 18px; } }

@media screen and (max-width: 450px) {
  .contact__heading {
    margin-top: 3px;
    margin-bottom: 18px; } }

.contact h1 {
  margin: 0;
  font-family: "Kazimir", "Times New Roman", serif;
  font-weight: bold;
  font-size: 60px;
  line-height: 66px; }

@media screen and (max-width: 1023px) {
  .contact h1 {
    font-size: 45px;
    line-height: 52px; } }

@media screen and (max-width: 450px) {
  .contact h1 {
    font-size: 30px;
    line-height: 38px; } }

.contact__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

@media screen and (max-width: 1130px) {
  .contact__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

@media screen and (max-width: 960px) {
  .contact__wrap::before {
    content: "";
    position: absolute;
    top: 220px;
    left: 0;
    width: 100%;
    height: 5px;
    background-position: 100%;
    background-image: url("/local/templates/vorontsovo/css/../img/svg/contacts-lines-mobile.svg"); } }

@media screen and (max-width: 740px) {
  .contact__wrap::before {
    top: 420px; } }

@media screen and (max-width: 450px) {
  .contact__wrap::before {
    top: 215px; } }

@media screen and (max-width: 350px) {
  .contact__wrap::before {
    top: 235px; } }

.contact__wrap-left {
  position: relative;
  width: 52.6%; }

@media screen and (max-width: 1130px) {
  .contact__wrap-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-bottom: 70px; } }

@media screen and (max-width: 740px) {
  .contact__wrap-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

@media screen and (max-width: 450px) {
  .contact__wrap-left {
    padding-bottom: 65px; } }

.contact__wrap-left .contact-item {
  padding-right: 15%; }

@media screen and (max-width: 1130px) {
  .contact__wrap-left .contact-item {
    padding-right: 4%; } }

@media screen and (max-width: 450px) {
  .contact__wrap-left .contact-item {
    padding-right: 2%; } }

@media screen and (max-width: 1130px) {
  .contact__wrap-left .contact-item:nth-child(1) {
    width: 52.5%; } }

@media screen and (max-width: 450px) {
  .contact__wrap-left .contact-item:nth-child(1) {
    width: 100%; } }

.contact__wrap-left::after {
  content: "";
  position: absolute;
  top: 0;
  right: 9.5%;
  width: 5px;
  height: 426px;
  background-image: url("/local/templates/vorontsovo/css/../img/svg/contacts-lines-desktop.svg");
  background-repeat: no-repeat; }

@media screen and (max-width: 1130px) {
  .contact__wrap-left::after {
    content: "";
    top: 220px;
    left: 0;
    width: 280px;
    height: 5px;
    background-image: url("/local/templates/vorontsovo/css/../img/svg/contacts-lines-mobile.svg"); } }

@media screen and (max-width: 960px) {
  .contact__wrap-left::after {
    background-image: none; } }

.contact-item {
  position: relative;
  min-height: 203px; }

@media screen and (max-width: 1130px) {
  .contact-item {
    max-width: 400px; } }

@media screen and (max-width: 840px) {
  .contact-item {
    max-width: 350px; } }

@media screen and (max-width: 450px) {
  .contact-item {
    min-height: auto; } }

.contact-item__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #EEEEEE; }

@media screen and (max-width: 450px) {
  .contact-item__img {
    position: absolute; } }

.contact-item__heading {
  padding-top: 20px;
  padding-bottom: 10px; }

@media screen and (max-width: 450px) {
  .contact-item__heading {
    padding-top: 2px;
    padding-bottom: 5px;
    padding-left: 62px; } }

.contact-item__heading h2 {
  margin: 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 27px; }

@media screen and (max-width: 450px) {
  .contact-item .contact-item__heading h2 {
    font-size: 16px;
    line-height: 22px; } }

@media screen and (max-width: 450px) {
  .contact-item__description {
    padding-bottom: 18px;
    padding-left: 62px; } }

.contact-item__description p {
  margin: 0;
  font-size: 18px;
  line-height: 27px; }

@media screen and (max-width: 450px) {
  .contact-item__description p {
    font-size: 16px;
    line-height: 22px; } }

.contact-item__description span {
  color: #ED9121; }

.contact__wrap-right {
  width: 100%; }

.contact__wrap-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

@media screen and (max-width: 740px) {
  .contact__wrap-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

.contact__wrap-top .contact-item {
  padding-right: 5%; }

@media screen and (max-width: 450px) {
  .contact__wrap-top .contact-item {
    padding-right: 0; } }

.contact__wrap-top .contact-item:nth-child(1) {
  width: 52.5%; }

@media screen and (max-width: 450px) {
  .contact__wrap-top .contact-item:nth-child(1) {
    width: 100%; } }

@media screen and (max-width: 450px) {
  .contact__wrap-top .contact-item__item span {
    font-size: 16px;
    line-height: 22px; } }

.contact-item__list {
  margin: 0;
  padding: 0;
  list-style: none; }

@media screen and (max-width: 450px) {
  .contact-item__list {
    padding-left: 62px; } }

.contact-item__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.contact-item__item a {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-bottom: 3px;
  font-size: 18px;
  line-height: 27px;
  -webkit-transition: border-bottom .3s;
  transition: border-bottom .3s;
  border-bottom: 1px solid rgba(40, 40, 40, 0.5); }

@media screen and (max-width: 450px) {
  .contact-item__item a {
    font-size: 16px;
    line-height: 22px; } }

.contact-item__item a:hover,
.contact-item__item a:active {
  border-bottom: 1px solid #282828; }

.contact-item__item span {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 21px; }

.contact__wrap-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

@media screen and (max-width: 740px) {
  .contact__wrap-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

@media screen and (max-width: 750px) {
  .contact__wrap-bottom {
    padding-top: 10px; } }

.contact__wrap-bottom .contact-item:nth-child(1) {
  width: 52.5%;
  padding-right: 5%; }

@media screen and (max-width: 580px) {
  .contact__wrap-bottom .contact-item:nth-child(1) {
    width: 100%;
    padding-right: 0; } }

@media screen and (max-width: 450px) {
  .contact__wrap-bottom .contact-item__item span {
    margin-bottom: 3px;
    font-size: 12px;
    line-height: 17px; } }

.contact-item__social-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%; }

@media screen and (max-width: 740px) {
  .contact-item__social-block {
    padding-top: 30px; } }

@media screen and (max-width: 450px) {
  .contact-item__social-block {
    padding-top: 27px; } }

.contact-item__social-heading {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

@media screen and (max-width: 740px) {
  .contact-item__social-heading {
    display: none; } }

.contact-item__social-heading h2 {
  margin: 0;
  margin-top: 20px;
  font-weight: bold;
  font-size: 18px;
  line-height: 27px; }

.contact-item__social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  margin-bottom: -15px;
  margin-right: -15px;
  list-style: none; }

@media screen and (max-width: 450px) {
  .contact-item__social-list {
    margin-bottom: -5px;
    margin-right: -5px; } }

.contact-item__social-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  margin-right: 15px; }

@media screen and (max-width: 450px) {
  .contact-item__social-item {
    margin-bottom: 5px;
    margin-right: 5px; } }

.contact-item__social-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 52px;
  height: 52px;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  border-radius: 50%;
  background-color: #EEEEEE;
  cursor: pointer; }

.contact-item__social-item a:hover use {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
  fill: #FFFFFF; }

.contact-item__social-item--facebook a:hover {
  background-color: #3B5998; }

.contact-item__social-item--vk a:hover {
  background-color: #4A76A8; }

.contact-item__social-item--inst a:hover {
  background-color: #282828; }

.contact-item__social-item--ok a:hover {
  background-color: #E47D08; }

.contact-item__social-item--youtube a:hover {
  background-color: #FF0000; }

.contact-map__img {
  position: relative;
  overflow: hidden; }

@media screen and (max-width: 600px) {
  .contact-map__img {
    margin-left: -20px;
    margin-right: -20px; } }

.contact-map__img iframe {
  position: relative;
  z-index: 2;
  width: 1240px;
  height: 603px;
  border: none;
  border-radius: 10px; }

@media screen and (max-width: 1450px) {
  .contact-map__img iframe {
    width: 100%; } }

@media screen and (max-width: 600px) {
  .contact-map__img iframe {
    border-radius: 0; } }

@media screen and (max-width: 320px) {
  .contact-map__img iframe {
    height: 393px; } }

.contact-map__img img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  margin: 0; }

.wrap-reception-and-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 65px;
  padding-bottom: 2px; }

@media screen and (max-width: 1351px) {
  .wrap-reception-and-form {
    margin: 0 auto; } }

@media screen and (max-width: 1023px) {
  .wrap-reception-and-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

@media screen and (max-width: 600px) {
  .wrap-reception-and-form {
    padding-top: 42px; } }

.contact-reception {
  max-width: 722px;
  padding-right: 10px;
  margin-right: 132px; }

@media screen and (max-width: 1023px) {
  .contact-reception {
    max-width: 100%;
    width: 100%; } }

@media screen and (max-width: 1200px) {
  .contact-reception {
    margin-right: 0;
    padding-bottom: 70px; } }

@media screen and (max-width: 600px) {
  .contact-reception {
    padding-bottom: 50px; } }

.contact-reception__instruction span {
  display: block;
  margin-bottom: 27px;
  font-family: "Kazimir", "Times New Roman", serif;
  font-weight: bold;
  font-size: 48px;
  line-height: 60px; }

@media screen and (max-width: 1164px) {
  .contact-reception__instruction span {
    font-size: 37px;
    line-height: 47px; } }

@media screen and (max-width: 600px) {
  .contact-reception__instruction span {
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 33px; } }

.contact-reception__instruction p {
  margin: 0;
  margin-bottom: 21px;
  font-size: 18px;
  line-height: 27px; }

@media screen and (max-width: 600px) {
  .contact-reception__instruction p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 22px; } }

.contact-reception__wrap-tables {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 600px) {
  .contact-reception__wrap-tables {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: -19px;
    padding-top: 2.5px; } }

.contact-reception__table {
  border-collapse: collapse; }

@media screen and (max-width: 1023px) {
  .contact-reception__table {
    width: 50%; } }

@media screen and (max-width: 600px) {
  .contact-reception__table {
    width: 100%;
    margin-bottom: 14px; } }

.contact-reception__table:nth-child(1) {
  max-width: 212px;
  margin-right: 40px; }

@media screen and (max-width: 1023px) {
  .contact-reception__table:nth-child(1) {
    width: 50%;
    max-width: 50%; } }

@media screen and (max-width: 600px) {
  .contact-reception__table:nth-child(1) {
    width: 100%;
    max-width: 100%; } }

.contact-reception__table:nth-child(2) {
  max-width: 347px; }

@media screen and (max-width: 1023px) {
  .contact-reception__table:nth-child(2) {
    width: 50%;
    max-width: 50%; } }

@media screen and (max-width: 600px) {
  .contact-reception__table:nth-child(2) {
    width: 100%;
    max-width: 100%; } }

.contact-reception__table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.contact-reception__table th {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
  line-height: 27px;
  text-align: left; }

@media screen and (max-width: 1023px) {
  .contact-reception__table th {
    font-size: 16px;
    line-height: 22px; } }

@media screen and (max-width: 600px) {
  .contact-reception__table th {
    padding-bottom: 5px; } }

.contact-reception__table td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0; }

.contact-reception__table td span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  font-family: "Gerbera", "Arial", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px; }

@media screen and (max-width: 1023px) {
  .contact-reception__table td span {
    font-size: 16px;
    line-height: 22px; } }

@media screen and (max-width: 600px) {
  .contact-reception__table td span {
    padding-bottom: 5px; } }

.contact-form__form {
  width: 387px;
  padding-top: 38px;
  padding-bottom: 51px;
  padding-left: 30px;
  padding-right: 51px;
  background-color: #F5F5F6;
  border-radius: 10px; }

@media screen and (max-width: 1200px) {
  .contact-form__form {
    max-width: 100%; } }

@media screen and (max-width: 550px) {
  .contact-form__form {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px; } }

.contact-form__heading h2 {
  margin: 0;
  margin-bottom: 10px;
  font-family: "Kazimir", "Times New Roman", serif;
  font-size: 36px;
  line-height: 42px; }

@media screen and (max-width: 1164px) {
  .contact-form__heading h2 {
    font-size: 29px;
    line-height: 37px; } }

@media screen and (max-width: 550px) {
  .contact-form__heading h2 {
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 33px; } }

.contact-form__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

@media screen and (max-width: 550px) {
  .contact-form__field {
    margin-bottom: 5px; } }

.contact-form__field--name {
  max-width: 153px; }

.contact-form__field label {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 21px; }

@media screen and (max-width: 550px) {
  .contact-form__field label {
    font-size: 12px;
    line-height: 17px; } }

.contact-form__field input {
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  padding-top: 21px;
  padding-bottom: 21px;
  padding-left: 10px;
  padding-right: 10px;
  border: none;
  border-radius: 10px; }

@media screen and (max-width: 550px) {
  .contact-form__field input {
    padding-top: 17px;
    padding-bottom: 17px; } }

.contact-form__field input:hover {
  opacity: 0.7; }

.contact-form__field input:active {
  opacity: 0.5; }

.contact-form__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 35px; }

.contact-form__question label {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 21px; }

@media screen and (max-width: 550px) {
  .contact-form__question label {
    font-size: 12px;
    line-height: 17px; } }

.contact-form__question textarea {
  width: 100%;
  height: 120px;
  margin: 0;
  padding: 0;
  padding-top: 21px;
  padding-bottom: 21px;
  padding-left: 10px;
  padding-right: 10px;
  resize: none;
  border: none;
  border-radius: 10px; }

@media screen and (max-width: 550px) {
  .contact-form__question textarea {
    height: 104px;
    padding-top: 17px;
    padding-bottom: 17px; } }

.contact-form__question textarea:hover {
  opacity: 0.7; }

.contact-form__question textarea:active {
  opacity: 0.5; }

.contact-form__button {
  margin: 0;
  margin-left: 5px;
  padding: 0;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 28px;
  padding-right: 28px;
  -webkit-transition: -webkit-box-shadow .3s;
  transition: -webkit-box-shadow .3s;
  transition: box-shadow .3s;
  transition: box-shadow .3s, -webkit-box-shadow .3s;
  background-color: transparent;
  border: 3px solid #282828;
  cursor: pointer;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 0 3px #F5F5F6, 0 0 0 4px rgba(40, 40, 40, 0.5);
          box-shadow: 0 0 0 3px #F5F5F6, 0 0 0 4px rgba(40, 40, 40, 0.5); }

.contact-form__button:hover,
.contact-form__button:active {
  -webkit-box-shadow: 0 0 0 3px #F5F5F6, 0 0 0 4px #282828;
          box-shadow: 0 0 0 3px #F5F5F6, 0 0 0 4px #282828; }

.contact-form__button span {
  font-family: "Kazimir", "Times New Roman", serif;
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase; }

@media screen and (max-width: 550px) {
  .contact-form__button span {
    font-size: 18px;
    line-height: 23px; } }

.contact-form__consent {
  margin-top: 12px;
  font-size: 14px;
  line-height: 21px; }

@media screen and (max-width: 550px) {
  .contact-form__consent {
    margin-top: 14px;
    font-size: 12px;
    line-height: 17px; } }

.contact-form__consent a {
  -webkit-transition: border-bottom .3s;
  transition: border-bottom .3s;
  border-bottom: 1px dashed #CCCCCC; }

.contact-form__consent a:hover,
.contact-form__consent a:active {
  border-bottom: 1px dashed #282828; }

.main-page {
  padding-top: 40px; }
  @media screen and (max-width: 550px) {
    .main-page {
      padding-top: 20px; } }
  .main-page__upcoming-events {
    padding-top: 90px; }
    @media screen and (max-width: 768px) {
      .main-page__upcoming-events {
        padding-top: 60px; } }
  .main-page__links-section {
    margin-top: 125px; }
    @media screen and (max-width: 768px) {
      .main-page__links-section {
        margin-top: 60px; } }
  .main-page__section-wrapper {
    max-width: 1240px;
    width: 100%;
    margin: auto; }
    @media screen and (max-width: 1400px) {
      .main-page__section-wrapper {
        padding: 0 40px; } }
    @media screen and (max-width: 768px) {
      .main-page__section-wrapper {
        padding: 0 20px; } }
  .main-page__section-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    margin: 0 -20px;
    padding: 0;
    list-style: none; }
    @media screen and (max-width: 1024px) {
      .main-page__section-list {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin: 0; } }
    @media screen and (max-width: 700px) {
      .main-page__section-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  .main-page__section-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    max-width: 386px;
    width: 100%;
    height: 300px;
    margin: 20px;
    padding: 0 30px;
    border-radius: 10px;
    background-color: #F5F5F6;
    -webkit-transition: opacity .3s;
    transition: opacity .3s; }
    @media screen and (max-width: 1400px) {
      .main-page__section-item {
        max-width: 280px;
        height: 280px; } }
    @media screen and (max-width: 700px) {
      .main-page__section-item {
        -webkit-box-flex: 1;
            -ms-flex: 1 auto;
                flex: 1 auto;
        max-width: 100%;
        margin: 0 0 20px;
        padding: 0 2px; } }
    .main-page__section-item:hover {
      opacity: .8; }
  .main-page__section-link {
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%; }
    .main-page__section-link:hover .main-page__section-title span {
      border-color: #282828; }
    .main-page__section-link img + .main-page__section-title {
      margin-top: 15px; }
  .main-page__section-title {
    font-family: "Kazimir", "Times New Roman", serif;
    font-weight: bold;
    font-size: 28px;
    line-height: 1.3;
    text-align: center; }
    @media screen and (max-width: 1400px) {
      .main-page__section-title {
        font-size: 22px;
        line-height: 1.2; } }
    .main-page__section-title span {
      border-bottom: 1px solid rgba(40, 40, 40, 0.5);
      -webkit-transition: border-color .3s;
      transition: border-color .3s; }
    .main-page__section-title + .main-page__section-descr {
      margin-top: 10px; }
  .main-page__section-descr {
    font-family: "Gerbera", "Arial", sans-serif;
    font-size: 18px;
    line-height: 1.5;
    text-align: center; }
    @media screen and (max-width: 1400px) {
      .main-page__section-descr {
        font-size: 16px;
        line-height: 1.4; } }
  .main-page__map {
    padding-top: 90px; }
    @media screen and (max-width: 1024px) {
      .main-page__map {
        padding-top: 49px; } }

.slider-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1240px;
  margin: 0 auto; }
  @media screen and (max-width: 1400px) {
    .slider-menu {
      padding: 0 40px; } }
  @media screen and (max-width: 1024px) {
    .slider-menu {
      padding: 0 20px; } }
  @media screen and (max-width: 800px) {
    .slider-menu {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .slider-menu__slider-container {
    max-width: 704px;
    margin: 0; }
  .slider-menu__slide img {
    border-radius: 10px; }
  @media screen and (max-width: 1400px) {
    .slider-menu__list-wrapper {
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
  .slider-menu__list {
    margin: 0;
    padding: 10px 0 0 40px;
    list-style: none; }
    @media screen and (max-width: 800px) {
      .slider-menu__list {
        padding: 27px 0 0; } }
  .slider-menu__item {
    position: relative;
    font-family: "Kazimir","Times New Roman",serif;
    font-weight: 700;
    /* font-size: 48px;
    line-height: 1.25;*/
    font-size:40px;
    line-height:1.15;
    color: #282828; }
    @media screen and (max-width: 1400px) {
      .slider-menu__item {
        font-size: 38px; } }
    @media screen and (max-width: 1024px) {
      .slider-menu__item {
        font-size: 26px;
        line-height: 1.2; } }
    .slider-menu__item:not(:last-of-type) {
      margin-bottom: 20px; }
      @media screen and (max-width: 800px) {
        .slider-menu__item:not(:last-of-type) {
          margin-bottom: 12px; } }
    .slider-menu__item:hover span:after {
      opacity: 1; }
    .slider-menu__item.active span {
      color: #008250; }
      .slider-menu__item.active span:after {
        background-color: rgba(0, 130, 80, 0.5);
        opacity: 1;
        width: 0;
        -webkit-animation: width-line 3s linear forwards;
                animation: width-line 3s linear forwards; }
    .slider-menu__item span {
      position: relative;
      cursor: pointer; }
      .slider-menu__item span:after {
        content: '';
        position: absolute;
        left: 0;
        /*bottom: -2px;*/
        bottom: -5px;
        width: 100%;
        height: 1px;
        background-color: #282828;
        opacity: 0.3;
        -webkit-transition: opacity .3s;
        transition: opacity .3s; }

@-webkit-keyframes width-line {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

@keyframes width-line {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

@media screen and (max-width: 800px) {
  .slider-menu__slider-container {
    max-width: 100%; } }

@media screen and (max-width: 800px) {
  .slider-menu__slider-container .swiper-slide-active {
    max-width: 100%; } }

@media screen and (max-width: 800px) {
  .slider-menu__slider-container .swiper-slide-active img {
    max-width: 100%;
    width: 100%; } }

.upcoming-events__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1240px;
  margin: 0 auto; }
  @media screen and (max-width: 1400px) {
    .upcoming-events__wrapper {
      padding: 0 40px; } }
  @media screen and (max-width: 1024px) {
    .upcoming-events__wrapper {
      padding: 0 20px; } }

.upcoming-events__btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto; }
  @media screen and (max-width: 1024px) {
    .upcoming-events__btn-wrapper {
      display: none; } }

.upcoming-events__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  width: 66px;
  height: 66px;
  padding: 0 32px;
  border: 1px solid rgba(40, 40, 40, 0.5);
  border-radius: 10px;
  background-color: transparent;
  font-family: "Kazimir", "Times New Roman", serif;
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: border-color .3s;
  transition: border-color .3s;
  outline: none; }
  .upcoming-events__btn.swiper-button-disabled {
    opacity: 0.3; }
  .upcoming-events__btn--prev {
    margin-right: 20px; }
    .upcoming-events__btn--prev:before {
      content: '←' !important; }
  .upcoming-events__btn:hover {
    border-color: #282828; }
  .upcoming-events__btn:before {
    content: '→';
    font-family: "Kazimir","Times New Roman",serif;
    font-size: 24px;
    line-height: 1.3; }
  .upcoming-events__btn:after {
    content: '';
    position: absolute;
    width: 95%;
    height: 95%;
    border: 3px solid #282828;
    border-radius: 10px; }
    @media screen and (max-width: 768px) {
      .upcoming-events__btn:after {
        display: none; } }

.upcoming-events__slider-container {
  width: 100%;
  margin-top: 50px;
  padding-left: calc((100% - 81.22222em)/2 + 30px); }
  @media screen and (max-width: 1400px) {
    .upcoming-events__slider-container {
      padding-left: 40px; } }
  @media screen and (max-width: 1024px) {
    .upcoming-events__slider-container {
      margin-top: 30px;
      padding-left: 20px;
      padding-right: 20px; } }

.upcoming-events__title {
  margin: 0;
  font-family: "Kazimir","Times New Roman",serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.25; }
  @media screen and (max-width: 1024px) {
    .upcoming-events__title {
      font-size: 26px;
      line-height: 1.3; } }

.slide-event {
  max-width: 387px;
  width: 100% !important; }
  @media screen and (max-width: 768px) {
    .slide-event {
      max-width: 260px;
      width: inherit !important; } }
  .slide-event--color-1 .slide-event__content {
    background-color: #008250; }
    .slide-event--color-1 .slide-event__content:before {
      background-color: #008250; }
  .slide-event--color-1 .slide-event__btn {
    color: #008250; }
  .slide-event--color-2 .slide-event__content {
    background-color: #FFD700; }
    .slide-event--color-2 .slide-event__content:before {
      background-color: #FFD700; }
  .slide-event--color-2 .slide-event__btn {
    color: #FFD700; }
  .slide-event--color-3 .slide-event__content {
    background-color: #5A64BE; }
    .slide-event--color-3 .slide-event__content:before {
      background-color: #5A64BE; }
  .slide-event--color-3 .slide-event__btn {
    color: #5A64BE; }
  .slide-event--color-4 .slide-event__content {
    background-color: #F05A5A; }
    .slide-event--color-4 .slide-event__content:before {
      background-color: #F05A5A; }
  .slide-event--color-4 .slide-event__btn {
    color: #F05A5A; }
  .slide-event__tag {
    position: absolute;
    top: 20px;
    left: 30px;
    z-index: 2;
    width: 80px;
    height: 80px; }
    @media screen and (max-width: 768px) {
      .slide-event__tag {
        top: 10px;
        left: 10px;
        width: 48px;
        height: 48px; } }
  .slide-event__img {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .slide-event__img {
        height: 185px; } }
    .slide-event__img img {
      display: block; }
  .slide-event__content {
    position: relative;
    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-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 20px 30px 50px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #008250; }
    @media screen and (max-width: 768px) {
      .slide-event__content {
        padding: 20px 20px 40px; } }
    .slide-event__content:before {
      content: '';
      position: absolute;
      top: -57px;
      left: 0;
      width: 100%;
      height: 60px;
      -webkit-clip-path: polygon(100% 0%, -15% 100%, 100% 100%);
              clip-path: polygon(100% 0%, -15% 100%, 100% 100%);
      background-color: #008250; }
      @media screen and (max-width: 768px) {
        .slide-event__content:before {
          -webkit-clip-path: polygon(101% 67%, 0% 96%, 100% 96%);
                  clip-path: polygon(101% 67%, 0% 96%, 100% 96%); } }
  .slide-event__date {
    margin-bottom: 0;
    font-family: "Kazimir", "Times New Roman", sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.16;
    color: #ffffff; }
    @media screen and (max-width: 768px) {
      .slide-event__date {
        font-size: 22px;
        line-height: 1.3; } }
  .slide-event__time {
    font-family: "Gerbera", "Arial", serif;
    font-size: 18px;
    line-height: 1.5;
    color: #ffffff; }
    @media screen and (max-width: 768px) {
      .slide-event__time {
        font-size: 16px;
        line-height: 1.4; } }
  .slide-event__text {
    margin: 10px 0 23px;
    font-family: "Kazimir", "Times New Roman", sans-serif;
    font-size: 24px;
    line-height: 1.4;
    color: #ffffff; }
    @media screen and (max-width: 768px) {
      .slide-event__text {
        margin: 15px 0 18px;
        font-size: 18px;
        line-height: 1.3; } }
  .slide-event__btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 66px;
    margin: 0;
    padding: 0 32px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 13px;
    font-family: "Kazimir", "Times New Roman", serif;
    font-size: 24px;
    line-height: 1.3;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: border-color .3s;
    transition: border-color .3s;
    outline: none; }
    @media screen and (max-width: 768px) {
      .slide-event__btn {
        height: 60px;
        font-size: 18px;
        line-height: 1.3; } }
    .slide-event__btn:hover {
      border-color: #ffffff; }
    .slide-event__btn::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 1;
      width: 97%;
      height: 92%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      border-radius: 10px;
      background-color: #ffffff; }
    .slide-event__btn span {
      position: relative;
      z-index: 2; }

.question-form {
  position: relative;
  margin-top: 21px;
  margin-bottom: 50px;
  padding: 0 40px; }
  @media screen and (max-width: 1200px) {
    .question-form {
      max-width: 100%; } }
  @media screen and (max-width: 1024px) {
    .question-form {
      padding: 0 20px; } }
  @media screen and (max-width: 768px) {
    .question-form {
      margin-top: 0; } }
  .question-form__wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1240px;
    width: 100%;
    margin: auto;
    padding: 50px 60px 70px;
    border-radius: 10px;
    background-color: #F5F5F6; }
    @media screen and (max-width: 1024px) {
      .question-form__wrapper {
        padding: 40px 20px 50px; } }
  .question-form__inner:first-of-type {
    position: relative;
    width: 56%;
    padding-right: 75px; }
    @media screen and (max-width: 900px) {
      .question-form__inner:first-of-type {
        width: 100%;
        padding: 0; } }
    .question-form__inner:first-of-type:before {
      content: '';
      position: absolute;
      top: 0;
      right: 42px;
      width: 5px;
      height: 100%;
      background-image: url(/local/templates/vorontsovo/css/../img/svg/contacts-lines-desktop.svg); }
      @media screen and (max-width: 900px) {
        .question-form__inner:first-of-type:before {
          display: none; } }
  .question-form__inner:last-of-type {
    width: 44%; }
    @media screen and (max-width: 900px) {
      .question-form__inner:last-of-type {
        display: none;
        width: 100%; } }
  .question-form__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 530px;
    width: 100%; }
    @media screen and (max-width: 900px) {
      .question-form__form {
        max-width: 100%; } }
  .question-form__title {
    margin: 0;
    margin-bottom: 10px;
    font-family: "Kazimir", "Times New Roman", serif;
    font-size: 48px;
    line-height: 1.25; }
    @media screen and (max-width: 1164px) {
      .question-form__title {
        font-size: 29px;
        line-height: 37px; } }
    @media screen and (max-width: 550px) {
      .question-form__title {
        margin-bottom: 15px;
        font-size: 26px;
        line-height: 33px; } }
  .question-form__descr {
    max-width: 445px;
    margin: 0 0 30px;
    font-size: 18px;
    line-height: 1.5; }
    @media screen and (max-width: 1024px) {
      .question-form__descr {
        font-size: 16px; } }
    @media screen and (max-width: 900px) {
      .question-form__descr {
        display: none; } }
  .question-form__field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%; }
    @media screen and (max-width: 550px) {
      .question-form__field {
        margin-bottom: 5px; } }
    .question-form__field--name {
      max-width: 153px;
      margin-right: 40px; }
      @media screen and (max-width: 1225px) {
        .question-form__field--name {
          max-width: 100%;
          margin: 0; } }
    .question-form__field--email {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      width: auto; }
      @media screen and (max-width: 1225px) {
        .question-form__field--email {
          width: 100%; } }
    .question-form__field label {
      margin-bottom: 5px;
      font-size: 14px;
      line-height: 21px; }
      @media screen and (max-width: 550px) {
        .question-form__field label {
          font-size: 12px;
          line-height: 17px; } }
    .question-form__field input {
      min-height: 60px;
      margin: 0;
      margin-bottom: 15px;
      padding: 21px 10px;
      border: none;
      border-radius: 10px; }
      @media screen and (max-width: 550px) {
        .question-form__field input {
          min-height: 52px; } }
      .question-form__field input:hover {
        opacity: 0.7; }
      .question-form__field input:active {
        opacity: 0.5; }
  .question-form__question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 530px;
    width: 100%;
    margin-bottom: 30px; }
    @media screen and (max-width: 900px) {
      .question-form__question {
        max-width: 100%; } }
    .question-form__question label {
      margin-bottom: 5px;
      font-size: 14px;
      line-height: 21px; }
      @media screen and (max-width: 550px) {
        .question-form__question label {
          font-size: 12px;
          line-height: 17px; } }
    .question-form__question textarea {
      width: 100%;
      height: 120px;
      margin: 0;
      padding: 21px 10px;
      resize: none;
      border: none;
      border-radius: 10px; }
      @media screen and (max-width: 550px) {
        .question-form__question textarea {
          height: 104px; } }
      .question-form__question textarea:hover {
        opacity: 0.7; }
      .question-form__question textarea:active {
        opacity: 0.5; }
  .question-form__button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: center;
        align-self: center;
    height: 66px;
    padding: 0 32px;
    border: 1px solid rgba(40, 40, 40, 0.5);
    border-radius: 13px;
    background-color: transparent;
    font-family: "Kazimir", "Times New Roman", serif;
    font-size: 24px;
    line-height: 1.3;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: border-color .3s;
    transition: border-color .3s;
    cursor: pointer; }
    @media screen and (max-width: 768px) {
      .question-form__button {
        height: 58px;
        font-size: 18px;
        line-height: 1.2; } }
    .question-form__button:hover {
      border-color: #282828; }
    .question-form__button:after {
      content: '';
      position: absolute;
      width: 98%;
      height: 95%;
      border: 3px solid #282828;
      border-radius: 10px; }
  .question-form__consent {
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
    margin-top: 12px;
    margin-left: 30px;
    font-size: 14px;
    line-height: 21px; }
    @media screen and (max-width: 1200px) {
      .question-form__consent {
        -webkit-box-flex: 1;
            -ms-flex: auto;
                flex: auto;
        margin-left: 0;
        margin-top: 14px;
        font-size: 12px;
        line-height: 17px; } }
    @media screen and (max-width: 900px) {
      .question-form__consent {
        width: 100%; } }
    .question-form__consent a {
      border-bottom: 1px dotted #CCCCCC;
      -webkit-transition: border-color 0.3s;
      transition: border-color 0.3s; }
      .question-form__consent a:hover {
        border-color: #282828; }
      .question-form__consent a:active {
        border-color: #282828; }

.question-content {
  padding-top: 25px;
  padding-left: 25px; }
  @media screen and (max-width: 1024px) {
    .question-content {
      padding-left: 10px; } }
  .question-content__title {
    margin: 0 0 20px;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5; }
    @media screen and (max-width: 1024px) {
      .question-content__title {
        font-size: 16px; } }
  .question-content__list {
    margin: 0 0 40px -10px;
    padding: 0;
    list-style: none; }
  .question-content__item {
    padding-left: 10px;
    font-size: 18px;
    line-height: 1.5;
    list-style-type: '—'; }
    @media screen and (max-width: 1024px) {
      .question-content__item {
        font-size: 16px; } }
    .question-content__item:not(:last-of-type) {
      margin-bottom: 18px; }
  .question-content__text {
    margin: 0 0 20px;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5; }
    @media screen and (max-width: 1024px) {
      .question-content__text {
        font-size: 16px; } }

.question-form__inner--hidden {
  display: none; }

.inst-slider {
  padding-top: 100px; }
  @media screen and (max-width: 1024px) {
    .inst-slider {
      padding-top: 0; } }
  .inst-slider__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1240px;
    margin: 0 auto 70px; }
    @media screen and (max-width: 1400px) {
      .inst-slider__wrapper {
        padding: 0 40px; } }
    @media screen and (max-width: 1024px) {
      .inst-slider__wrapper {
        padding: 0 20px; } }
    @media screen and (max-width: 700px) {
      .inst-slider__wrapper {
        margin: 0 auto 50px; } }
  .inst-slider__title {
    font-family: "Kazimir", "Times New Roman", serif;
    font-weight: bold;
    font-size: 48px;
    line-height: 1.25; }
    @media screen and (max-width: 700px) {
      .inst-slider__title {
        font-size: 26px;
        line-height: 1.3; } }
  .inst-slider__btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto; }
    @media screen and (max-width: 1024px) {
      .inst-slider__btn-wrapper {
        display: none; } }
  .inst-slider__btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: center;
        align-self: center;
    width: 66px;
    height: 66px;
    padding: 0 32px;
    border: 1px solid rgba(40, 40, 40, 0.5);
    border-radius: 10px;
    background-color: transparent;
    font-family: "Kazimir", "Times New Roman", serif;
    font-size: 24px;
    line-height: 1.3;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: border-color .3s;
    transition: border-color .3s;
    outline: none; }
    .inst-slider__btn.swiper-button-disabled {
      opacity: 0.3; }
    .inst-slider__btn--prev {
      margin-right: 20px; }
      .inst-slider__btn--prev:before {
        content: '←' !important; }
    .inst-slider__btn:hover {
      border-color: #282828; }
    .inst-slider__btn:before {
      content: '→';
      font-family: "Kazimir", "Times New Roman", serif;
      font-size: 24px;
      line-height: 1.3; }
    .inst-slider__btn:after {
      content: '';
      position: absolute;
      width: 95%;
      height: 95%;
      border: 3px solid #282828;
      border-radius: 10px; }
      @media screen and (max-width: 768px) {
        .inst-slider__btn:after {
          display: none; } }
  .inst-slider__slider-container {
    width: 100%;
    height: 800px;
    padding: 0 20px; }
    @media screen and (max-width: 768px) {
      .inst-slider__slider-container {
        height: auto; } }
  .inst-slider__item {
    position: relative;
    width: 280px !important;
    height: 350px;
    border-radius: 10px;
    overflow: hidden; }
    @media screen and (max-width: 700px) {
      .inst-slider__item {
        width: 260px !important;
        height: auto; } }
    .inst-slider__item img {
      display: block; }
  .inst-slider__link {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    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;
    width: 78px;
    height: 40px;
    border-radius: 3px;
    background-color: #fff; }
    .inst-slider__link--like .inst-slider__like use {
      fill: #F05A5A; }
  .inst-slider__count {
    margin-left: 7px;
    font-size: 14px;
    line-height: 1.5; }
  .inst-slider__like use {
    fill: transparent; }
  .inst-slider__social-link {
    position: relative;
    display: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    max-width: 214px;
    height: 59px;
    margin-top: 30px;
    margin-left: 20px;
    padding: 0 29px;
    border: 1px solid rgba(40, 40, 40, 0.5);
    border-radius: 13px;
    background-color: #ffffff;
    font-family: "Kazimir", "Times New Roman", serif;
    font-size: 18px;
    line-height: 1.3;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: border-color .3s;
    transition: border-color .3s;
    outline: none; }
    @media (max-width: 768px) {
      .inst-slider__social-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .inst-slider__social-link:hover {
      border-color: #282828; }
    .inst-slider__social-link:after {
      content: '';
      position: absolute;
      top: 1px;
      left: 2px;
      width: 98%;
      height: 95%;
      border: 3px solid #282828;
      border-radius: 10px; }

.social-slide {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 40px 20px 60px; }
  @media screen and (max-width: 768px) {
    .social-slide {
      display: none; } }
  .social-slide__icon {
    fill: #ffffff; }
  .social-slide__title {
    margin-top: 15px;
    font-family: "Kazimir", "Times New Roman", serif;
    font-weight: bold;
    font-size: 36px;
    line-height: 1.2;
    color: #ffffff; }
  .social-slide__link {
    font-size: 18px;
    line-height: 1.5;
    color: #ffffff; }
  .social-slide__btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 66px;
    margin: 20px 0 0;
    padding: 0 32px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 13px;
    font-family: "Kazimir", "Times New Roman", serif;
    font-size: 24px;
    line-height: 1.3;
    text-align: center;
    text-transform: uppercase;
    color: #008250;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: border-color .3s;
    transition: border-color .3s;
    outline: none; }
    @media screen and (max-width: 768px) {
      .social-slide__btn {
        height: 60px;
        font-size: 18px;
        line-height: 1.3; } }
    .social-slide__btn:hover {
      border-color: #ffffff; }
    .social-slide__btn::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 1;
      width: 97%;
      height: 92%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      border-radius: 10px;
      background-color: #ffffff; }
    .social-slide__btn span {
      position: relative;
      z-index: 2; }

.map-park__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1240px;
  margin: 0 auto; }
  @media screen and (max-width: 1400px) {
    .map-park__wrapper {
      padding: 0 40px; } }
  @media screen and (max-width: 1024px) {
    .map-park__wrapper {
      padding: 0 20px; } }

.map-park__title {
  margin-bottom: 50px;
  font-family: "Kazimir", "Times New Roman", serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.25; }
  @media screen and (max-width: 700px) {
    .map-park__title {
      margin-bottom: 30px;
      font-size: 26px;
      line-height: 1.3; } }

.map-park__map {
  height: 934px;
  margin-bottom: 50px; }
  @media screen and (max-width: 1024px) {
    .map-park__map {
      height: 393px;
      margin: 0; } }

.map-pointer {
  padding-bottom: 150px; }
  @media screen and (max-width: 1024px) {
    .map-pointer {
      display: none; } }
  .map-pointer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1240px;
    margin: 0 auto; }
    @media screen and (max-width: 1400px) {
      .map-pointer__wrapper {
        padding: 0 40px; } }
    @media screen and (max-width: 1024px) {
      .map-pointer__wrapper {
        padding: 0 20px; } }
  .map-pointer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none; }
  .map-pointer__sub-list {
    margin: 0;
    padding: 0;
    list-style: none; }
    .map-pointer__sub-list:before {
      content: attr(aria-label);
      display: block;
      margin-bottom: 13px;
      font-family: "Kazimir", "Times New Roman", serif;
      font-weight: bold;
      font-size: 16px;
      line-height: 1.6; }
    .map-pointer__sub-list--count {
      counter-reset: counter; }
      .map-pointer__sub-list--count .map-pointer__sub-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        counter-increment: counter; }
        .map-pointer__sub-list--count .map-pointer__sub-item:before {
          content: counter(counter);
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          width: 21px;
          height: 21px;
          border-radius: 50%;
          border: 1px solid #282828;
          font-size: 14px;
          line-height: 1.5;
          color: #282828; }
        .map-pointer__sub-list--count .map-pointer__sub-item:not(:last-of-type) {
          margin-bottom: 10px; }
  .map-pointer__sub-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .map-pointer__sub-item:not(:last-of-type) {
      margin-bottom: 4px; }
  .map-pointer__item:not(:last-of-type) {
    margin-right: 60px; }
    @media screen and (max-width: 1200px) {
      .map-pointer__item:not(:last-of-type) {
        margin-right: 30px; } }
  .map-pointer__item-inner + .map-pointer__item-inner {
    margin-top: 34px; }
  .map-pointer__heading {
    display: block;
    margin: 0;
    margin-bottom: 13px;
    font-family: "Kazimir", "Times New Roman", serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.6; }
  .map-pointer__place {
    max-width: 230px;
    margin-left: 10px;
    font-size: 14px;
    line-height: 1.5;
    color: #282828; }
  .map-pointer__place-work {
    opacity: 0.6; }

.search-popup--bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto; }

.search-popup:focus {
  outline: none; }

@media screen and (max-width: 768px) {
  .search-popup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.search-popup input {
  width: 79.5%;
  max-width: 79.5%;
  height: 48px;
  margin: 0;
  margin-right: 30px;
  padding: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: "Gerbera", "Arial", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  color: #282828;
  border: none;
  border-radius: 10px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  outline: none; }

@media screen and (max-width: 1180px) {
  .search-popup input {
    max-width: 73.2%; } }

@media screen and (max-width: 855px) {
  .search-popup input {
    max-width: 68.2%; } }

@media screen and (max-width: 768px) {
  .search-popup input {
    max-width: 80%;
    min-height: 52px;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 2px solid rgba(255, 255, 255, 0.3);
    background-color: transparent;
    -webkit-transition: border 0.3s;
    transition: border 0.3s; } }

@media screen and (max-width: 768px) {
  .search-popup input:hover {
    border: 2px solid white; } }

@media screen and (max-width: 768px) {
  .search-popup input:focus {
    border: 2px solid white; } }

.search-popup button {
  margin: 0;
  padding: 0;
  padding-top: 6px;
  padding-bottom: 5px;
  padding-left: 27px;
  padding-right: 27px;
  font-family: "Kazimir", "Times New Roman", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  color: #FFFFFF;
  text-transform: uppercase;
  border: 3px solid white;
  border-radius: 10px;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
  outline: none; }

@media screen and (max-width: 768px) {
  .search-popup button {
    width: 52px;
    height: 52px;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.3);
    border: none;
    border-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s; } }

.search-popup button:hover {
  border: 3px solid rgba(255, 255, 255, 0.7); }

@media screen and (max-width: 768px) {
  .search-popup button:hover {
    background-color: #FFFFFF; } }

@media screen and (max-width: 768px) {
  .search-popup input:focus + button {
    background-color: #FFFFFF; } }

@media screen and (max-width: 768px) {
  .search-popup button span {
    display: none; } }

.search-popup button svg {
  display: none; }

@media screen and (max-width: 768px) {
  .search-popup button svg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    fill: white;
    -webkit-transition: fill 0.3s;
    transition: fill 0.3s; } }

.search-popup .search-popup__btn-close {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: 28px;
  margin: 0;
  padding: 0;
  margin-left: auto;
  border: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.search-popup__btn-close::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 28px;
  height: 2px;
  background-color: #FFFFFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.search-popup__btn-close::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 28px;
  height: 2px;
  background-color: #FFFFFF;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

@media screen and (max-width: 768px) {
  .search-popup--mobile .search-popup__btn-close {
    display: none;
    pointer-events: none; }
  .search-popup--mobile .search-popup__btn-close:hover {
    display: none;
    pointer-events: none; } }

.search-popup .search-popup__btn-close:hover {
  border: none;
  opacity: 0.7; }

.search-popup--bottom.search-popup--visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 768px) {
  .search-popup.search-popup--bottom {
    display: none; } }

.event {
  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;
  padding-top: 30px; }

@media screen and (max-width: 1023px) {
  .event {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

@media screen and (max-width: 650px) {
  .event {
    padding-top: 20px; } }

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

@media screen and (max-width: 1023px) {
  .event__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%; } }

.event__wrap-left {
  margin-right: 39px; }

@media screen and (max-width: 1023px) {
  .event__wrap-left {
    margin-right: 0; } }

.event__wrap-heading-and-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

@media screen and (max-width: 1023px) {
  .event__wrap-heading-and-img {
    width: 100%; } }

.event__heading {
  padding-bottom: 20px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

@media screen and (max-width: 1400px) {
  .event__heading {
    padding-bottom: 40px; } }

@media screen and (max-width: 1023px) {
  .event__heading {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

@media screen and (max-width: 650px) {
  .event__heading {
    padding-bottom: 11px; } }

.event__heading h1 {
  margin: 0;
  font-family: "Kazimir", "Times New Roman", serif;
  font-weight: bold;
  font-size: 60px;
  line-height: 66px; }

@media screen and (max-width: 950px) {
  .event__heading h1 {
    font-size: 45px;
    line-height: 47px; } }

@media screen and (max-width: 650px) {
  .event__heading h1 {
    font-size: 30px;
    line-height: 38px; } }

.event__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 48px;
  line-height: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

@media screen and (max-width: 1023px) {
  .event__img {
    width: 100%;
    padding-bottom: 20px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; } }

@media screen and (max-width: 700px) {
  .event__img {
    padding-bottom: 0; } }

.event__img img {
  border-radius: 10px; }

@media screen and (max-width: 1023px) {
  .event__img img {
    width: 100%; } }

@media screen and (max-width: 650px) {
  .event__img img {
    border-radius: 5px; } }

.event__wrap-description {
  max-width: 814px; }

@media screen and (max-width: 1400px) {
  .event__wrap-description {
    margin-top: 0; } }

@media screen and (max-width: 1023px) {
  .event__wrap-description {
    max-width: 100%; } }

.event__widgets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

@media screen and (max-width: 1023px) {
  .event__widgets {
    margin-right: 0;
    margin-top: 20px; } }

@media screen and (max-width: 450px) {
  .event__widgets {
    margin-top: 10px; } }

.event__widgets--mobile {
  display: none; }

@media screen and (max-width: 1023px) {
  .event__widgets--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media screen and (max-width: 1023px) {
  .event__widgets--desktop {
    display: none; } }

.event__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 34px;
  margin-bottom: 4px;
  margin-left: 5px; }

@media screen and (max-width: 650px) {
  .event__button {
    margin-top: 38px;
    margin-left: 3px; } }

@media screen and (max-width: 450px) {
  .event__button {
    margin-top: 22px;
    margin-left: 3px; } }

.event__button a {
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: "Kazimir", "Times New Roman", serif;
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
  -webkit-transition: -webkit-box-shadow .3s;
  transition: -webkit-box-shadow .3s;
  transition: box-shadow .3s;
  transition: box-shadow .3s, -webkit-box-shadow .3s;
  background-color: transparent;
  border: 3px solid #282828;
  cursor: pointer;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 0 3px #FFFFFF, 0 0 0 4px rgba(40, 40, 40, 0.5);
          box-shadow: 0 0 0 3px #FFFFFF, 0 0 0 4px rgba(40, 40, 40, 0.5); }

@media screen and (max-width: 650px) {
  .event__button a {
    padding-top: 14px;
    padding-bottom: 11px;
    padding-left: 28px;
    padding-right: 28px;
    font-size: 18px;
    line-height: 23px; } }

.event__button a:hover,
.event__button a:active {
  -webkit-box-shadow: 0 0 0 3px #FFFFFF, 0 0 0 4px #282828;
          box-shadow: 0 0 0 3px #FFFFFF, 0 0 0 4px #282828; }

.widget {
  width: 387px;
  margin-bottom: 40px;
  padding-bottom: 60px;
  background-color: #F5F5F6;
  border-radius: 10px; }

@media screen and (max-width: 1023px) {
  .widget {
    width: 100%; } }

@media screen and (max-width: 950px) {
  .widget {
    margin-right: 0;
    padding-bottom: 30px; } }

@media screen and (max-width: 650px) {
  .widget {
    margin-bottom: 20px;
    padding-bottom: 36px;
    border-radius: 5px; } }

.widget__time {
  width: 100%;
  position: relative;
  padding-top: 13px;
  padding-bottom: 12px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 10px 10px 0 0; }

@media screen and (max-width: 650px) {
  .widget__time {
    padding-top: 11px;
    padding-left: 20px;
    border-radius: 5px 5px 0 0; } }

/* .theme-winter .widget__time {
  background-color: #5A64BE;
}

.theme-spring .widget__time {
  background-color: #008250;
}

.theme-summer .widget__time {
  background-color: #F05A5A;
}

.theme-autumn .widget__time {
  background-color: #FFD700;
}
 */
.widget__time::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 30px;
  width: 22px;
  height: 22px;
  background-color: #FFFFFF;
  border-radius: 50%; }

@media screen and (max-width: 650px) {
  .widget__time::after {
    top: 18px;
    right: 20px;
    width: 16px;
    height: 16px; } }

.widget__time time {
  font-family: "Kazimir", "Times New Roman", serif;
  font-weight: bold;
  font-size: 28px;
  line-height: 35px;
  color: #FFFFFF; }

@media screen and (max-width: 650px) {
  .widget__time time {
    font-size: 22px;
    line-height: 28px; } }

.widget__heading {
  padding-top: 30px;
  padding-bottom: 20px;
  padding-right: 30px;
  padding-left: 30px; }

@media screen and (max-width: 650px) {
  .widget__heading {
    padding-top: 20px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px; } }

.widget__heading h3 {
  margin: 0;
  font-family: "Kazimir", "Times New Roman", serif;
  font-weight: bold;
  font-size: 36px;
  line-height: 42px; }

@media screen and (max-width: 650px) {
  .widget__heading h3 {
    font-size: 22px;
    line-height: 28px; } }

.widget__schedule {
  padding-left: 30px;
  padding-right: 30px; }

@media screen and (max-width: 650px) {
  .widget__schedule {
    padding-left: 20px;
    padding-right: 20px; } }

.widget__schedule-heading {
  padding-bottom: 10px; }

@media screen and (max-width: 650px) {
  .widget__schedule-heading {
    padding-bottom: 5px; } }

.widget__schedule-heading h4 {
  margin: 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 27px; }

@media screen and (max-width: 650px) {
  .widget__schedule-heading h4 {
    font-size: 16px;
    line-height: 22px; } }

.widget__schedule-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.widget__schedule-item {
  padding-bottom: 10px; }

@media screen and (max-width: 650px) {
  .widget__schedule-item {
    padding-bottom: 5px; } }

.widget__schedule-item p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  font-size: 18px;
  line-height: 27px; }

@media screen and (max-width: 650px) {
  .widget__schedule-item p {
    font-size: 16px;
    line-height: 22px; } }

.widget__schedule-item p span {
  padding-right: 5px; }

.widget__social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  margin-right: -10px;
  padding: 0;
  padding-left: 30px;
  list-style: none; }

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

.widget__social-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  border-radius: 50%;
  background-color: #FFFFFF; }

.widget__social-item a:hover use {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
  fill: #FFFFFF; }

.widget__social-item--facebook a:hover {
  background-color: #3B5998; }

.widget__social-item--vk a:hover {
  background-color: #4A76A8; }

.widget__social-item--inst a:hover {
  background-color: #282828; }

.content p {
  margin: 0;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 27px; }

@media screen and (max-width: 650px) {
  .content p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 22px; } }

.content ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.page-404__error-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 55px; }

@media screen and (max-width: 1350px) {
  .page-404__error-message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

@media screen and (max-width: 450px) {
  .page-404__error-message {
    padding-bottom: 5px; } }

.page-404__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 58px;
  padding-top: 70px; }

@media screen and (max-width: 1350px) {
  .page-404__img {
    margin-right: 0; } }

@media screen and (max-width: 750px) {
  .page-404__img {
    padding-top: 30px; } }

.page-404__img img {
  width: 620px;
  height: 250px;
  line-height: 0; }

@media screen and (max-width: 750px) {
  .page-404__img img {
    width: 270px;
    height: auto; } }

.page-404__wrap-description-and-button {
  max-width: 565px;
  padding-top: 87px; }

@media screen and (max-width: 750px) {
  .page-404__wrap-description-and-button {
    padding-top: 33px; } }

.page-404__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.page-404__description span {
  margin-bottom: 20px;
  font-family: "Kazimir", "Times New Roman", serif;
  font-weight: bold;
  font-size: 60px;
  line-height: 66px; }

@media screen and (max-width: 750px) {
  .page-404__description span {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 38px; } }

.page-404__description p {
  margin: 0;
  margin-bottom: 44px;
  font-size: 18px;
  line-height: 27px; }

@media screen and (max-width: 750px) {
  .page-404__description p {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 22px; } }

.page-404__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 5px; }

.page-404__button a {
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 28px;
  padding-right: 28px;
  font-family: "Kazimir", "Times New Roman", serif;
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
  -webkit-transition: -webkit-box-shadow .3s;
  transition: -webkit-box-shadow .3s;
  transition: box-shadow .3s;
  transition: box-shadow .3s, -webkit-box-shadow .3s;
  background-color: transparent;
  border: 3px solid #282828;
  cursor: pointer;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 0 3px #FFFFFF, 0 0 0 4px rgba(40, 40, 40, 0.5);
          box-shadow: 0 0 0 3px #FFFFFF, 0 0 0 4px rgba(40, 40, 40, 0.5); }

@media screen and (max-width: 750px) {
  .page-404__button a {
    padding-top: 14px;
    padding-bottom: 11px;
    padding-left: 16px;
    padding-right: 28px;
    font-size: 18px;
    line-height: 23px; } }

.page-404__button a:hover,
.page-404__button a:active {
  -webkit-box-shadow: 0 0 0 3px #FFFFFF, 0 0 0 4px #282828;
          box-shadow: 0 0 0 3px #FFFFFF, 0 0 0 4px #282828; }

.map-site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

@media screen and (max-width: 650px) {
  .map-site {
    padding-top: 3px; } }

.map-site__heading {
  padding-bottom: 30px; }

@media screen and (max-width: 650px) {
  .map-site__heading {
    padding-bottom: 20px; } }

.map-site__heading h1 {
  margin: 0;
  font-family: "Kazimir", "Times New Roman", serif;
  font-weight: bold;
  font-size: 60px;
  line-height: 66px; }

@media screen and (max-width: 1350px) {
  .map-site__heading h1 {
    font-size: 45px;
    line-height: 49px; } }

@media screen and (max-width: 650px) {
  .map-site__heading h1 {
    font-size: 30px;
    line-height: 38px; } }

.map-site ul {
  margin: 0;
  padding: 0;
  margin-bottom: -20px;
  font-size: 18px;
  line-height: 27px;
  list-style: none; }

@media screen and (max-width: 650px) {
  .map-site ul {
    margin-bottom: -15px;
    font-size: 16px;
    line-height: 22px; } }

.map-site ul li {
  margin-bottom: 20px; }

@media screen and (max-width: 650px) {
  .map-site ul li {
    margin-bottom: 15px; } }

.map-site ul ul {
  margin: 0;
  padding: 0;
  margin-top: 20px;
  margin-left: 40px;
  margin-bottom: 40px;
  list-style: none; }

@media screen and (max-width: 650px) {
  .map-site ul ul {
    margin-top: 15px;
    margin-bottom: 30px;
    margin-left: 20px; } }

.map-site li a {
  -webkit-transition: border-bottom .3s;
  transition: border-bottom .3s;
  border-bottom: 1px solid rgba(40, 40, 40, 0.5); }

.map-site li a:hover,
.map-site li a:active {
  border-bottom: 1px solid #282828; }

@media screen and (max-width: 650px) {
  .page-list-objects {
    padding-top: 3px;
    padding-bottom: 12px; } }

.page-list-objects__heading h1 {
  margin: 0;
  font-family: "Kazimir", "Times New Roman", serif;
  font-weight: bold;
  font-size: 60px;
  line-height: 66px; }

@media screen and (max-width: 1350px) {
  .page-list-objects__heading h1 {
    font-size: 45px;
    line-height: 49px; } }

@media screen and (max-width: 650px) {
  .page-list-objects__heading h1 {
    font-size: 30px;
    line-height: 38px; } }

.page-list-objects__list {
  margin: 0;
  padding: 0;
  margin-bottom: -40px;
  list-style: none; }

@media screen and (max-width: 768px) {
  .page-list-objects__list {
    margin-bottom: -80px; } }

@media screen and (max-width: 400px) {
  .page-list-objects__list {
    margin-bottom: 0; } }

.item-object {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px; }

@media screen and (max-width: 1023px) {
  .item-object {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 80px; } }

@media screen and (max-width: 768px) {
  .item-object {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; } }

@media screen and (max-width: 400px) {
  .item-object {
    margin-top: 20px;
    margin-bottom: 0; } }

.item-object__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: 40px;
  line-height: 0; }

@media screen and (max-width: 1200px) {
  .item-object__img {
    margin-right: 20px;
    margin-bottom: 40px; } }

@media screen and (max-width: 768px) {
  .item-object__img {
    width: 100%;
    margin-right: 0; } }

@media screen and (max-width: 400px) {
  .item-object__img {
    margin-bottom: 20px; } }

.item-object__img img {
  border-radius: 10px; }

@media screen and (max-width: 768px) {
  .item-object__img img {
    width: 100%; } }

@media screen and (max-width: 400px) {
  .item-object__img img {
    border-radius: 5px; } }

.item-object__wrap {
  max-width: 600px; }

.item-object__heading h2 {
  margin: 0;
  font-family: "Kazimir", "Times New Roman", serif;
  font-weight: bold;
  font-size: 48px;
  line-height: 60px; }

@media screen and (max-width: 1250px) {
  .item-object__heading h2 {
    font-size: 30px;
    line-height: 42px; } }

@media screen and (max-width: 1150px) {
  .item-object__heading h2 {
    font-size: 28px;
    line-height: 40px; } }

@media screen and (max-width: 650px) {
  .item-object__heading h2 {
    font-size: 26px;
    line-height: 33px; } }

.item-object__description p {
  margin: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 27px; }

@media screen and (max-width: 650px) {
  .item-object__description p {
    font-size: 16px;
    line-height: 22px; } }

@media screen and (max-width: 400px) {
  .item-object__description p {
    margin-top: 10px;
    margin-bottom: 10px; } }

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

@media screen and (max-width: 575px) {
  .item-object__mode {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.item-object__mode-heading h3 {
  margin: 0;
  margin-right: 5px;
  font-size: 18px;
  line-height: 27px; }

@media screen and (max-width: 650px) {
  .item-object__mode-heading h3 {
    font-size: 16px;
    line-height: 22px; } }

.item-object__mode span {
  font-size: 18px;
  line-height: 27px;
  vertical-align: center; }

@media screen and (max-width: 650px) {
  .item-object__mode span {
    font-size: 16px;
    line-height: 22px; } }

@media screen and (max-width: 575px) {
  .item-object__mode span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

.item-object__wrap-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 400px) {
  .item-object__wrap-button {
    margin-right: -10px; } }

.item-object__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  margin-right: 32px;
  margin-left: 5px; }

@media screen and (max-width: 650px) {
  .item-object__button {
    margin-top: 38px;
    margin-left: 3px;
    margin-right: 20px; } }

@media screen and (max-width: 400px) {
  .item-object__button {
    margin-top: 23px;
    margin-right: 10px; } }

.item-object__button a {
  padding-top: 10px;
  padding-bottom: 11px;
  padding-left: 27px;
  padding-right: 27px;
  font-family: "Kazimir", "Times New Roman", serif;
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
  -webkit-transition: -webkit-box-shadow .3s;
  transition: -webkit-box-shadow .3s;
  transition: box-shadow .3s;
  transition: box-shadow .3s, -webkit-box-shadow .3s;
  background-color: transparent;
  border: 3px solid #282828;
  cursor: pointer;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 0 3px #FFFFFF, 0 0 0 4px rgba(40, 40, 40, 0.5);
          box-shadow: 0 0 0 3px #FFFFFF, 0 0 0 4px rgba(40, 40, 40, 0.5); }

@media screen and (max-width: 650px) {
  .item-object__button a {
    padding-top: 14px;
    padding-bottom: 11px;
    padding-left: 28px;
    padding-right: 28px;
    font-size: 18px;
    line-height: 23px; } }

@media screen and (max-width: 400px) {
  .item-object__button a {
    padding-top: 14px;
    padding-bottom: 11px;
    padding-left: 12px;
    padding-right: 12px; } }

.item-object__button a:hover,
.item-object__button a:active {
  -webkit-box-shadow: 0 0 0 3px #FFFFFF, 0 0 0 4px #282828;
          box-shadow: 0 0 0 3px #FFFFFF, 0 0 0 4px #282828; }

.list-events__heading {
  padding-bottom: 41px; }

@media screen and (max-width: 650px) {
  .list-events__heading {
    padding-top: 3px;
    padding-bottom: 20px; } }

.list-events__heading h1 {
  margin: 0;
  font-family: "Kazimir", "Times New Roman", serif;
  font-weight: bold;
  font-size: 60px;
  line-height: 66px; }

@media screen and (max-width: 1350px) {
  .list-events__heading h1 {
    font-size: 45px;
    line-height: 49px; } }

@media screen and (max-width: 650px) {
  .list-events__heading h1 {
    font-size: 30px;
    line-height: 38px; } }

.list-events__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  margin-right: -3%;
  list-style: none; }

@media screen and (max-width: 960px) {
  .list-events__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 0; } }

@media screen and (max-width: 650px) {
  .list-events__list {
    margin-right: 0; } }

.item-event {
  width: 47%;
  margin-right: 3%;
  margin-bottom: 3.1%; }

@media screen and (max-width: 960px) {
  .item-event {
    width: 100%;
    margin-bottom: 6.2%;
    margin-right: 0; } }

@media screen and (max-width: 650px) {
  .item-event {
    width: 100%;
    margin-right: 0; } }

@media screen and (max-width: 350px) {
  .item-event {
    margin-bottom: 7.3%; } }

.item-event__wrap {
  position: relative;
  width: 100%; }

.item-event__img {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  line-height: 0;
  z-index: 3;
  border-radius: 10px; }

.item-event__img a {
  line-height: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

@media screen and (max-width: 960px) {
  .item-event__img a {
    width: 100%; } }

.item-event__img a:hover,
.item-event__img a:active {
  opacity: 0.7; }

.item-event__img img {
  width: 100%;
  line-height: 0;
  z-index: 3;
  border-radius: 10px; }

@media screen and (max-width: 650px) {
  .item-event__img img {
    border-radius: 5px; } }

.item-event__img-project {
  position: absolute;
  top: 8%;
  left: 3.5%;
  width: 80px;
  height: 80px;
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 650px) {
  .item-event__img-project {
    top: 10px;
    left: 20px;
    width: 52px;
    height: 52px; } }

.item-event__img-project img {
  position: relative;
  z-index: 3;
  border-radius: 50%; }

.list-events__wrap-datetime-and-number-photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 53.5%;
  padding-left: 3.3%;
  padding-right: 3.3%; }

@media screen and (max-width: 960px) {
  .list-events__wrap-datetime-and-number-photos {
    padding-top: 58%; } }

@media screen and (max-width: 550px) {
  .list-events__wrap-datetime-and-number-photos {
    padding-top: 57%; } }

@media screen and (max-width: 450px) {
  .list-events__wrap-datetime-and-number-photos {
    padding-top: 55%; } }

@media screen and (max-width: 350px) {
  .list-events__wrap-datetime-and-number-photos {
    padding-top: 51.9%;
    padding-left: 7%;
    padding-right: 7%; } }

.item-event__datetime {
  position: relative;
  padding-top: 10.5px;
  padding-bottom: 10.5px;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 10;
  border-radius: 5px; }

@media screen and (max-width: 650px) {
  .item-event__datetime {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px; } }

/* .theme-winter .item-event__datetime {
  background-color: rgba(90, 100, 190, 0.5);
}

.theme-spring .item-event__datetime {
  background-color: rgba(0, 130, 80, 0.5);
}

.theme-summer .item-event__datetime {
  background-color: rgba(240, 90, 90, 0.5);
}

.theme-autumn .item-event__datetime {
  background-color: rgba(255, 215, 0, 0.5);
} */
.item-event__datetime time {
  font-size: 18px;
  line-height: 27px;
  color: #FFFFFF; }

@media screen and (max-width: 1350px) {
  .item-event__datetime time {
    font-size: 17px;
    line-height: 24px; } }

@media screen and (max-width: 650px) {
  .item-event__datetime time {
    font-size: 16px;
    line-height: 22px; } }

.item-event__number-photos {
  position: relative;
  padding-top: 10.5px;
  padding-bottom: 10.5px;
  padding-left: 47px;
  padding-right: 20px;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 5px; }

@media screen and (max-width: 650px) {
  .item-event__number-photos {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 32px;
    padding-right: 10px; } }

.item-event__number-photos::before {
  content: "";
  position: absolute;
  top: 15.5px;
  left: 20px;
  width: 20px;
  height: 17px;
  background-image: url("/local/templates/vorontsovo/css/../img/svg/gallery-number-photos.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 20px 17px; }

@media screen and (max-width: 650px) {
  .item-event__number-photos::before {
    top: 9px;
    left: 10px;
    width: 18px;
    height: 15.3px;
    background-size: 18px 15.3px; } }

.item-event__number-photos span {
  font-size: 18px;
  line-height: 27px;
  vertical-align: middle; }

@media screen and (max-width: 1350px) {
  .item-event__number-photos span {
    font-size: 17px;
    line-height: 24px; } }

@media screen and (max-width: 650px) {
  .item-event__number-photos span {
    font-size: 16px;
    line-height: 22px; } }

.item-event__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 8.6%; }

@media screen and (max-width: 1350px) {
  .item-event__heading {
    padding-top: 43px; } }

@media screen and (max-width: 650px) {
  .item-event__heading {
    padding-top: 48px; } }

.item-event__heading a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.item-event__heading a:hover,
.item-event__heading a:active {
  opacity: 0.7; }

.item-event__heading h2 {
  margin: 0;
  font-family: "Kazimir", "Times New Roman", serif;
  font-weight: bold;
  font-size: 28px;
  line-height: 35px; }

@media screen and (max-width: 1350px) {
  .item-event__heading h2 {
    font-size: 25px;
    line-height: 31px; } }

@media screen and (max-width: 650px) {
  .item-event__heading h2 {
    font-size: 22px;
    line-height: 28px; } }

.block-show-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

@media screen and (max-width: 650px) {
  .block-show-more {
    padding-top: 0; } }

.block-show-more__img {
  width: 74px;
  height: 78px;
  margin: 0 auto;
  line-height: 0; }

@media screen and (max-width: 650px) {
  .block-show-more__img {
    width: 73px;
    height: 77px; } }

.block-show-more__img--open {
  display: block; }

.block-show-more__button {
  display: none; }

.block-show-more__button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 27px;
  color: #FFFFFF; }

.theme-winter .block-show-more__button a {
  background-color: #5A64BE; }

.theme-spring .block-show-more__button a {
  background-color: #008250; }

.theme-summer .block-show-more__button a {
  background-color: #F05A5A; }

.theme-autumn .block-show-more__button a {
  background-color: #FFD700; }

@media screen and (max-width: 1350px) {
  .block-show-more__button a {
    font-size: 17px;
    line-height: 24px; } }

@media screen and (max-width: 650px) {
  .block-show-more__button a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 22px; } }

.block-show-more__button a:hover {
  opacity: 0.7; }

.block-show-more__button a:active {
  opacity: 0.5; }

.list-photos {
  margin-right: -3%; }

@media screen and (max-width: 450px) {
  .list-photos {
    margin-left: -20px;
    margin-right: -20px; } }

.list-photos__heading {
  padding-bottom: 40px; }

@media screen and (max-width: 450px) {
  .list-photos__heading {
    padding-top: 8px;
    padding-bottom: 20px;
    padding-left: 20px; } }

.list-photos__heading h1 {
  margin: 0;
  font-family: "Kazimir", "Times New Roman", serif;
  font-weight: bold;
  font-size: 60px;
  line-height: 66px; }

@media screen and (max-width: 1023px) {
  .list-photos__heading h1 {
    font-size: 45px;
    line-height: 47px; } }

@media screen and (max-width: 767px) {
  .list-photos__heading h1 {
    font-size: 30px;
    line-height: 38px; } }

.list-photos__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  margin-right: -3%;
  list-style: none; }

@media screen and (max-width: 450px) {
  .list-photos__list {
    margin-right: 0; } }

.list-photos__item {
  width: 100%;
  margin-bottom: 40px;
  margin-right: 3%;
  line-height: 0; }

@media screen and (max-width: 450px) {
  .list-photos__item {
    margin-right: 0; } }

.list-photos__item img {
  width: 100%;
  border-radius: 10px; }

@media screen and (max-width: 450px) {
  .list-photos__item img {
    border-radius: 0; } }

@media screen and (max-width: 1023px) {
  .list-photos__item {
    margin-bottom: 20px; } }

@media screen and (max-width: 450px) {
  .list-photos__item {
    margin-bottom: 10px; } }

.list-photos__item--half {
  width: 47%; }

@media screen and (max-width: 450px) {
  .list-photos__item--half {
    width: 100%; } }

.list-photos__block {
  margin-right: 3%; }

.list-photos__heading-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 31px;
  margin-right: 3%; }

@media screen and (max-width: 623px) {
  .list-photos__heading-group {
    display: none; } }

.list-photos__heading-group-left {
  max-width: 620px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1; }

.list-photos__heading-group-left h3 {
  font-family: "Kazimir", "Times New Roman", serif;
  font-weight: bold;
  font-size: 48px;
  line-height: 42px; }

.list-photos__heading-group-left h3 a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.list-photos__heading-group-left h3 a:hover,
.list-photos__heading-group-left h3 a:active {
  opacity: 0.7; }

.list-photos__heading-group-right {
  max-width: 620px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1; }

.list-photos__heading-group-right h3 {
  padding-left: 20px;
  font-family: "Kazimir", "Times New Roman", serif;
  font-weight: bold;
  font-size: 48px;
  line-height: 42px; }

@media screen and (max-width: 850px) {
  .list-photos__heading-group-left h3,
  .list-photos__heading-group-right h3 {
    font-size: 33px;
    line-height: 45px; } }

.list-photos__heading-group-right h3 a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.list-photos__heading-group-right h3 a:hover,
.list-photos__heading-group-right h3 a:active {
  opacity: 0.7; }

@media screen and (max-width: 623px) {
  .list-photos__slider-container {
    display: none; } }

@media screen and (max-width: 623px) {
  .list-photos__btn-wrapper {
    display: none; } }

.list-photos__slider-container {
  max-width: 1240px;
  margin-right: 3%; }

.list-photos__button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 35px;
  padding-bottom: 3px; }

@media screen and (max-width: 450px) {
  .list-photos__button-wrapper {
    padding-top: 32px;
    padding-left: 22px; } }

@media screen and (max-width: 320px) {
  .list-photos__button-wrapper {
    padding-top: 34px;
    padding-left: 2px; } }

.list-photos__btn-wrapper {
  margin-right: 3%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.list-photos__btn {
  margin: 0;
  padding: 0;
  margin-left: 20px;
  padding-top: 10px;
  padding-bottom: 11px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "Kazimir", "Times New Roman", serif;
  font-size: 17px;
  line-height: 32px;
  text-transform: uppercase;
  -webkit-transition: -webkit-box-shadow .3s;
  transition: -webkit-box-shadow .3s;
  transition: box-shadow .3s;
  transition: box-shadow .3s, -webkit-box-shadow .3s;
  background-color: transparent;
  border: 3px solid #282828;
  cursor: pointer;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 0 3px #FFFFFF, 0 0 0 4px rgba(40, 40, 40, 0.5);
          box-shadow: 0 0 0 3px #FFFFFF, 0 0 0 4px rgba(40, 40, 40, 0.5);
  outline: none; }

.list-photos__btn:hover,
.list-photos__btn:active {
  -webkit-box-shadow: 0 0 0 3px #FFFFFF, 0 0 0 4px #282828;
          box-shadow: 0 0 0 3px #FFFFFF, 0 0 0 4px #282828; }

.list-photos__btn--prev {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg); }

.list-photos__btn.swiper-button-disabled {
  opacity: .3;
  cursor: default; }

.list-photos__btn:hover.swiper-button-disabled,
.list-photos__btn:active.swiper-button-disabled {
  -webkit-box-shadow: 0 0 0 3px #FFFFFF, 0 0 0 4px rgba(40, 40, 40, 0.5);
          box-shadow: 0 0 0 3px #FFFFFF, 0 0 0 4px rgba(40, 40, 40, 0.5); }

.list-photos__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

@media screen and (max-width: 320px) {
  .list-photos__button {
    margin-left: 20px; } }

.list-photos__button a {
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 28px;
  padding-right: 28px;
  font-family: "Kazimir", "Times New Roman", serif;
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
  -webkit-transition: -webkit-box-shadow .3s;
  transition: -webkit-box-shadow .3s;
  transition: box-shadow .3s;
  transition: box-shadow .3s, -webkit-box-shadow .3s;
  background-color: transparent;
  border: 3px solid #282828;
  cursor: pointer;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 0 3px #FFFFFF, 0 0 0 4px rgba(40, 40, 40, 0.5);
          box-shadow: 0 0 0 3px #FFFFFF, 0 0 0 4px rgba(40, 40, 40, 0.5); }

@media screen and (max-width: 650px) {
  .list-photos__button a {
    padding-top: 14px;
    padding-bottom: 11px;
    padding-left: 28px;
    padding-right: 28px;
    font-size: 18px;
    line-height: 23px; } }

@media screen and (max-width: 450px) {
  .list-photos__button a {
    padding-top: 12px; } }

.list-photos__button a:hover,
.list-photos__button a:active {
  -webkit-box-shadow: 0 0 0 3px #FFFFFF, 0 0 0 4px #282828;
          box-shadow: 0 0 0 3px #FFFFFF, 0 0 0 4px #282828; }

.slide-album {
  position: relative;
  max-width: 602px; }

.slide-album__img {
  position: absolute;
  line-height: 0; }

.slide-album__img a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.slide-album__img a:hover,
.slide-album__img a:active {
  opacity: 0.7; }

.slide-album__img img {
  border-radius: 10px; }

.slide-album__img-project {
  position: absolute;
  top: 30px;
  left: 20px;
  width: 80px;
  height: 80px;
  line-height: 0; }

@media screen and (max-width: 1240px) {
  .slide-album__img-project {
    width: 60px;
    height: 60px; } }

@media screen and (max-width: 1000px) {
  .slide-album__img-project {
    top: 10px;
    left: 20px;
    width: 52px;
    height: 52px; } }

.slide-album__img-project img {
  border-radius: 50%; }

.slide-album__wrap-datetime-and-number-photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 53.7%;
  padding-bottom: 5%;
  padding-left: 20px;
  padding-right: 20px; }

@media screen and (max-width: 715px) {
  .slide-album__wrap-datetime-and-number-photos {
    padding-top: 52%; } }

.slide-album__datetime {
  position: relative;
  padding-top: 10.5px;
  padding-bottom: 10.5px;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 10;
  border-radius: 5px; }

.slide-album__datetime {
  background-color: rgba(90, 100, 190, 0.5); }

@media screen and (max-width: 1023px) {
  .slide-album__datetime {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px; } }

.slide-album__datetime time {
  font-size: 18px;
  line-height: 27px;
  color: #FFFFFF; }

@media screen and (max-width: 1023px) {
  .slide-album__datetime time {
    font-size: 17px;
    line-height: 24px; } }

@media screen and (max-width: 650px) {
  .slide-album__datetime time {
    font-size: 16px;
    line-height: 22px; } }

.slide-album__number-photos {
  position: relative;
  padding-top: 10.5px;
  padding-bottom: 10.5px;
  padding-left: 47px;
  padding-right: 20px;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 5px; }

@media screen and (max-width: 1023px) {
  .slide-album__number-photos {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 32px;
    padding-right: 10px; } }

.slide-album__number-photos::before {
  content: "";
  position: absolute;
  top: 15.5px;
  left: 20px;
  width: 20px;
  height: 17px;
  background-image: url("/local/templates/vorontsovo/css/../img/svg/gallery-number-photos.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 20px 17px; }

@media screen and (max-width: 1023px) {
  .slide-album__number-photos::before {
    top: 9px;
    left: 10px;
    width: 18px;
    height: 16px;
    background-size: 18px 16px; } }

.slide-album__number-photos span {
  font-size: 18px;
  line-height: 27px;
  vertical-align: middle; }

@media screen and (max-width: 1023px) {
  .slide-album__number-photos span {
    font-size: 17px;
    line-height: 24px; } }

@media screen and (max-width: 650px) {
  .slide-album__number-photos span {
    font-size: 16px;
    line-height: 22px; } }

.slide-album__heading {
  position: relative;
  padding-top: 19.5px;
  padding-top: 3.3%;
  padding-bottom: 3.3%;
  z-index: 10; }

.slide-album__heading h4 {
  margin: 0;
  font-family: "Kazimir", "Times New Roman", serif;
  font-weight: bold;
  font-size: 28px;
  line-height: 35px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

@media screen and (max-width: 1350px) {
  .slide-album__heading h4 {
    font-size: 25px;
    line-height: 31px; } }

@media screen and (max-width: 750px) {
  .slide-album__heading h4 {
    font-size: 22px;
    line-height: 28px; } }

.slide-album__heading h4:hover,
.slide-album__heading h4:active {
  opacity: 0.7; }

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

@media screen and (max-width: 1023px) {
  .column-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

.left-column {
  width: 65.5%; }

@media screen and (max-width: 1400px) {
  .left-column {
    padding-left: 60px; } }

@media screen and (max-width: 1200px) {
  .left-column {
    padding-left: 50px; } }

@media screen and (max-width: 1100px) {
  .left-column {
    padding-left: 30px; } }

@media screen and (max-width: 1023px) {
  .left-column {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px; } }

.right-column {
  position: relative;
  width: 34.5%;
  background-color: #F5F5F6;
  z-index: 300; }

@media screen and (max-width: 1400px) {
  .right-column {
    padding-right: 60px; } }

@media screen and (max-width: 1200px) {
  .right-column {
    padding-right: 50px; } }

@media screen and (max-width: 1100px) {
  .right-column {
    padding-right: 30px; } }

@media screen and (max-width: 1023px) {
  .right-column {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 70px;
    background-color: #FFFFFF; } }

/* @media  screen and (max-width: 767px) {
  .column-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media  screen and (max-width: 450px) {
  .column-wrap {
    padding-top: 20px;
    padding-bottom: 70px;
  }
} */
.our-park {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 50px; }

@media screen and (max-width: 1023px) {
  .our-park {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 0; } }

@media screen and (max-width: 630px) {
  .our-park {
    padding-top: 20px; } }

.our-park__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 772px;
  margin-right: 11.6%; }

@media screen and (max-width: 1210px) {
  .our-park__info {
    margin-right: 6%; } }

@media screen and (max-width: 1121px) {
  .our-park__info {
    margin-right: 4%; } }

@media screen and (max-width: 1023px) {
  .our-park__info {
    margin-right: 0; } }

.our-park__info ul li a {
  -webkit-transition: border-bottom .3s;
  transition: border-bottom .3s;
  border-bottom: 1px solid rgba(40, 40, 40, 0.5); }

.our-park__info ul li a:hover,
.our-park__info ul li a:active {
  border-bottom: 1px solid #282828; }

.our-park__nav-articles {
  position: relative;
  width: 100%;
  z-index: 100; }

@media screen and (max-width: 630px) {
  .our-park__nav-articles {
    margin-left: -20px;
    padding: 15px 20px 5px;
    background-color: #FFFFFF; } }

.our-park__nav-articles--sticky {
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1); }

.our-park__nav-articles ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 0;
  padding-bottom: 17px;
  font-size: 18px;
  line-height: 27px;
  list-style: none;
  z-index: 100;
  background-color: #FFFFFF; }

@media screen and (max-width: 650px) {
  .our-park__nav-articles ul {
    display: block;
    overflow: hidden;
    overflow-x: scroll;
    white-space: nowrap; } }

/* @media  screen and (max-width: 630px) {
  .our-park__nav-articles ul {
    width: 100%;

    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
  }
}
 */
.our-park__nav-articles--sticky ul {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px; }

@media screen and (max-width: 679px) {
  .our-park__nav-articles ul {
    font-size: 16px;
    line-height: 22px; } }

@media screen and (max-width: 630px) {
  .our-park__nav-articles ul {
    padding: 0;
    padding-bottom: 10px; } }

.our-park__nav-articles ul li {
  margin-right: 10px; }

@media screen and (max-width: 650px) {
  .our-park__nav-articles ul li {
    display: inline-block;
    vertical-align: top; } }

.our-park__nav-articles ul li a {
  display: block;
  padding-left: 10px;
  padding-right: 10px; }

.our-park__nav-item--active {
  background-color: #F5F5F6;
  border-radius: 3px; }

.our-park__nav-articles .our-park__nav-item--active {
  border-bottom: none;
  cursor: default; }

.our-park__nav-articles ul li a span {
  -webkit-transition: border-bottom .3s;
  transition: border-bottom .3s;
  border-bottom: 1px dashed rgba(40, 40, 40, 0.5); }

.our-park__nav-item a span:hover,
.our-park__nav-item a span:active {
  border-bottom: 1px dashed #282828; }

.our-park__nav-item--active .our-park__nav-span {
  border-bottom: none; }

.our-park__nav-item--active .our-park__nav-span:hover,
.our-park__nav-item--active .our-park__nav-span:hover {
  border-bottom: none; }

.our-park__nav-articles .our-park__nav-item a {
  border-bottom: none; }

.our-park__nav-articles .our-park__nav-item a:hover,
.our-park__nav-articles .our-park__nav-item a:focus {
  border-bottom: none; }

.our-park__tour-3d {
  position: relative;
  line-height: 0; }

@media screen and (max-width: 630px) {
  .our-park__tour-3d {
    margin-left: -20px;
    margin-right: -20px; } }

.our-park__tour-3d img {
  border-radius: 10px; }

@media screen and (max-width: 630px) {
  .our-park__tour-3d img {
    border-radius: 0; } }

.our-park__tour-3d-button {
  position: absolute;
  width: 42px;
  height: 42px;
  top: 30px;
  left: 30px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background-image: url("/local/templates/vorontsovo/css/../img/svg/menu-3d.svg");
  background-repeat: no-repeat;
  border: none;
  outline: none;
  border-radius: 10px;
  z-index: 10;
  cursor: pointer; }

@media screen and (max-width: 630px) {
  .our-park__tour-3d-button {
    top: 17px;
    left: 20px; } }

.our-park__tour-3d-button:hover {
  opacity: 0.7; }

.our-park__tour-3d-button:active {
  opacity: 0.5; }

.our-park__article h1 {
  margin: 20px 0;
  font-family: "Kazimir", "Times New Roman", serif;
  font-weight: bold;
  font-size: 60px;
  line-height: 66px; }

@media screen and (max-width: 630px) {
  .our-park__article h1 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 38px; } }

.our-park__article p {
  max-width: 722px;
  margin: 0;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 27px; }
  .our-park__article p:last-child {
    margin-bottom: 0; }

@media screen and (max-width: 630px) {
  .our-park__article p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 22px; } }

.our-park__article p b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 421px;
  font-family: "Kazimir", "Times New Roman", serif;
  font-weight: bold;
  font-size: 36px;
  line-height: 42px; }

@media screen and (max-width: 630px) {
  .our-park__article p b {
    font-size: 22px;
    line-height: 28px; } }

.our-park__article h2 {
  margin: 0;
  margin-top: 70px;
  margin-bottom: 20px;
  font-family: "Kazimir", "Times New Roman", serif;
  font-weight: bold;
  font-size: 48px;
  line-height: 60px; }

@media screen and (max-width: 630px) {
  .our-park__article h2 {
    margin-top: 50px;
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 33px; } }

.our-park__author {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 630px) {
  .our-park__author {
    margin-bottom: 20px;
    padding-top: 5px; } }

.our-park__author-img {
  line-height: 0; }

@media screen and (max-width: 630px) {
  .our-park__author-img {
    min-width: 135px;
    height: 164px; } }

.our-park__author-img img {
  border-radius: 5px; }

@media screen and (max-width: 630px) {
  .our-park__author-img img {
    min-width: 135px;
    height: 164px;
    -o-object-fit: cover;
       object-fit: cover; } }

.our-park__author-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 20px; }

@media screen and (max-width: 630px) {
  .our-park__author-info {
    margin-left: 10px; } }

.our-park__author-info cite {
  max-width: 134px;
  margin-bottom: 10px;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 27px; }

@media screen and (max-width: 630px) {
  .our-park__author-info cite {
    font-size: 16px;
    line-height: 22px; } }

.our-park__author-info span {
  max-width: 251px;
  font-size: 18px;
  line-height: 27px; }

@media screen and (max-width: 630px) {
  .our-park__author-info span {
    font-size: 16px;
    line-height: 22px; } }

.our-park__article blockquote {
  max-width: 722px;
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  padding-left: 40px;
  border-left: 1px solid rgba(40, 40, 40, 0.5); }
  .our-park__article blockquote:last-child {
    margin-bottom: 0; }

@media screen and (max-width: 630px) {
  .our-park__article blockquote {
    padding-left: 10px;
    margin-bottom: 15px; } }

.our-park__article blockquote p {
  max-width: 682px; }

.our-park__article figure {
  margin: 0;
  padding-top: 20px;
  padding-bottom: 40px;
  line-height: 0; }

@media screen and (max-width: 630px) {
  .our-park__article figure {
    padding-top: 5px;
    padding-bottom: 20px; } }

.our-park__article figure img {
  border-radius: 10px; }

.our-park__article figure figcaption {
  margin-top: 10px;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px; }

@media screen and (max-width: 630px) {
  .our-park__article figure figcaption {
    margin-top: 5px;
    font-size: 12px;
    line-height: 17px; } }

.our-park__figure-group-three {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 630px) {
  .our-park__figure-group-three {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

.our-park__figure-group-three figure figcaption {
  max-width: 249px; }

.our-park__figure-group-three div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 40px;
  padding-top: 20px;
  padding-bottom: 90px; }

@media screen and (max-width: 630px) {
  .our-park__figure-group-three div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: 0;
    margin-right: -10px;
    padding-top: 0;
    padding-bottom: 20px; } }

.our-park__figure-group-three div figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0; }
  .our-park__figure-group-three div figure:first-child {
    margin-bottom: 40px; }

@media screen and (max-width: 630px) {
  .our-park__figure-group-three div figure {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 10px; } }

.our-park__figure-group-three div figure figcaption {
  max-width: 100px;
  margin-left: 20px; }

@media screen and (max-width: 630px) {
  .our-park__figure-group-three div figure figcaption {
    max-width: 135px;
    margin-left: 0; } }

.our-park__figure-group-two figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 0; }

@media screen and (max-width: 630px) {
  .our-park__figure-group-two figure {
    -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; } }

.our-park__figure-group-two figure figcaption {
  max-width: 174px;
  margin-left: 20px; }

@media screen and (max-width: 630px) {
  .our-park__figure-group-two figure figcaption {
    max-width: 280px;
    margin-left: 0; } }

.our-park__figure-last figure {
  padding-bottom: 0; }

.our-park__figure-group-four figure {
  width: 100%;
  margin-right: -40px; }

.our-park__figure-group-four div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -20px;
  margin-right: -40px;
  line-height: 0; }

@media screen and (max-width: 820px) {
  .our-park__figure-group-four div {
    margin-right: -20px; } }

@media screen and (max-width: 630px) {
  .our-park__figure-group-four div {
    margin-right: -10px;
    margin-bottom: -10px; } }

.our-park__figure-group-four div img {
  margin-right: 40px;
  margin-bottom: 20px; }

@media screen and (max-width: 820px) {
  .our-park__figure-group-four div img {
    margin-right: 20px;
    margin-bottom: 20px; } }

@media screen and (max-width: 630px) {
  .our-park__figure-group-four div img {
    margin-right: 10px;
    margin-bottom: 10px;
    width: 135px;
    height: 190px; } }

.our-park__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 34px;
  margin-left: 3px;
  margin-bottom: 40px; }

@media screen and (max-width: 1023px) {
  .our-park__button {
    padding-bottom: 4px; } }

@media screen and (max-width: 630px) {
  .our-park__button {
    margin-top: 10px;
    margin-bottom: 50px; } }

.our-park__button a {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 27px;
  padding-right: 27px;
  font-family: "Kazimir", "Times New Roman", serif;
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
  -webkit-transition: -webkit-box-shadow .3s;
  transition: -webkit-box-shadow .3s;
  transition: box-shadow .3s;
  transition: box-shadow .3s, -webkit-box-shadow .3s;
  background-color: transparent;
  border: 3px solid #282828;
  cursor: pointer;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 0 3px #FFFFFF, 0 0 0 4px rgba(40, 40, 40, 0.5);
          box-shadow: 0 0 0 3px #FFFFFF, 0 0 0 4px rgba(40, 40, 40, 0.5); }

@media screen and (max-width: 650px) {
  .our-park__button a {
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 27px;
    padding-right: 27px;
    font-size: 18px;
    line-height: 23px; } }

.our-park__button a:hover,
.our-park__button a:active {
  -webkit-box-shadow: 0 0 0 3px #FFFFFF, 0 0 0 4px #282828;
          box-shadow: 0 0 0 3px #FFFFFF, 0 0 0 4px #282828; }

.aside-nav {
  position: relative;
  background-color: #F5F5F6;
  z-index: 200; }

@media screen and (max-width: 1023px) {
  .aside-nav {
    background-color: #FFFFFF; } }

@media screen and (max-width: 1023px) {
  .aside-nav::before {
    content: "";
    position: absolute;
    top: 60px;
    left: 0;
    width: 280px;
    height: 5px;
    background-image: url("/local/templates/vorontsovo/css/../img/svg/contacts-lines-mobile.svg");
    background-repeat: no-repeat;
    z-index: 300; } }

@media screen and (max-width: 630px) {
  .aside-nav::before {
    top: 24px; } }

.aside-nav span {
  display: none;
  font-family: "Kazimir", "Times New Roman", serif;
  font-weight: bold;
  font-size: 26px;
  line-height: 33px; }

@media screen and (max-width: 1023px) {
  .aside-nav span {
    display: block;
    padding-top: 44px; } }

.aside-nav ul {
  width: 322px;
  margin: 0;
  padding: 0;
  padding-top: 44px;
  padding-left: 50px;
  font-size: 18px;
  line-height: 27px;
  list-style: none; }

@media screen and (max-width: 1060px) {
  .aside-nav ul {
    padding-left: 20px; } }

@media screen and (max-width: 1023px) {
  .aside-nav ul {
    width: 100%;
    padding-top: 15px;
    padding-left: 0; } }

@media screen and (max-width: 630px) {
  .aside-nav ul {
    margin-bottom: -15px;
    font-size: 16px;
    line-height: 22px; } }

.aside-nav ul li {
  margin-bottom: 20px; }
  .aside-nav ul li:last-child {
    margin-bottom: 0; }

@media screen and (max-width: 630px) {
  .aside-nav ul li {
    margin-bottom: 15px; } }

.aside-nav ul li a {
  -webkit-transition: border-bottom .3s;
  transition: border-bottom .3s;
  border-bottom: 1px solid rgba(40, 40, 40, 0.5); }

.aside-nav ul li a:hover,
.aside-nav ul li a:active {
  border-bottom: 1px solid #282828; }

.calendar {
  padding-top: 0; }
  .calendar__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    padding-bottom: 30px; }
    @media screen and (max-width: 700px) {
      .calendar__heading {
        margin-top: 5px;
        padding-bottom: 20px; } }
  .calendar__title {
    font-family: "Kazimir", "Times New Roman", serif;
    font-weight: bold;
    font-size: 60px;
    line-height: 1.1; }
    @media screen and (max-width: 700px) {
      .calendar__title {
        font-size: 30px;
        line-height: 1.3; } }
  .calendar__year {
    margin-left: 15px; }
  .calendar__events-wrapper {
    display: none; }
    @media screen and (max-width: 700px) {
      .calendar__events-wrapper {
        display: block; } }
  .calendar__up-btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: center;
        align-self: center;
    height: 58px;
    margin-top: 30px;
    padding: 0 32px;
    border: 1px solid rgba(40, 40, 40, 0.5);
    border-radius: 13px;
    background-color: #fff;
    font-family: "Kazimir","Times New Roman",serif;
    font-size: 18px;
    line-height: 1.3;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: border-color .3s;
    transition: border-color .3s;
    outline: 0; }
    .calendar__up-btn:after {
      content: '';
      position: absolute;
      width: 98%;
      height: 95%;
      border: 3px solid #282828;
      border-radius: 10px; }

.year {
  position: relative; }
  .year:hover .year__list-wrapper {
    pointer-events: auto;
    opacity: 1;
    visibility: visible; }
  .year__current {
    position: relative;
    font-family: "Kazimir", "Times New Roman", serif;
    font-weight: bold;
    font-size: 60px;
    line-height: 1.1; }
    @media screen and (max-width: 700px) {
      .year__current {
        font-size: 30px;
        line-height: 1.3; } }
    .year__current:hover:after {
      border-color: #282828; }
    .year__current::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 1px;
      border: 1px dashed rgba(40, 40, 40, 0.5);
      -webkit-transition: border-color 0.3s;
      transition: border-color 0.3s; }
  .year__list-wrapper {
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 5;
    margin-top: 30px;
    padding-top: 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    pointer-events: none; }
    @media screen and (max-width: 900px) {
      .year__list-wrapper {
        left: 0 !important; } }
  .year__arrow::before {
    content: '';
    position: absolute;
    top: -15px;
    left: 50%;
    width: 0;
    height: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 18px solid #5A64BE; }
  .year__list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
    margin: 0;
    padding: 0 50px;
    border-radius: 10px;
    background-color: #5A64BE;
    list-style: none; }
    @media screen and (max-width: 900px) {
      .year__list {
        border-radius: 0;
        overflow: auto; } }
  .year__item:not(:first-of-type) {
    margin-left: 35px; }
  .year__link {
    font-size: 20px;
    line-height: 1.25;
    font-family: "Kazimir", "Times New Roman", serif;
    font-weight: bold;
    color: #ffffff;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    .year__link:hover {
      opacity: .3; }

.month-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  margin: 0;
  padding: 0 50px;
  border-radius: 10px;
  background-color: #F5F5F6;
  list-style: none; }
  @media screen and (max-width: 1300px) {
    .month-list {
      padding: 0 25px; } }
  @media screen and (max-width: 900px) {
    .month-list {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin: 0 -30px;
      border-radius: 0;
      overflow: auto; } }
  @media screen and (max-width: 900px) {
    .month-list__item {
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
  @media screen and (max-width: 900px) {
    .month-list__item:not(:first-of-type) {
      margin-left: 25px; } }
  .month-list__item--current .month-list__link::before {
    opacity: 1; }
  .month-list__item--current .month-list__link::after {
    border-color: transparent; }
  .month-list__link {
    position: relative;
    font-size: 18px;
    line-height: 1.5;
    color: #282828; }
    @media screen and (max-width: 1300px) {
      .month-list__link {
        font-size: 16px; } }
    .month-list__link:hover::after {
      border-color: #282828; }
    .month-list__link::before {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      z-index: 1;
      width: 150%;
      height: 109%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      border-radius: 3px;
      background-color: #E8E8E8;
      opacity: 0;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s; }
      @media screen and (max-width: 1300px) {
        .month-list__link::before {
          width: 130%; } }
    .month-list__link::after {
      content: '';
      position: absolute;
      bottom: -2px;
      left: 0;
      width: 100%;
      height: 1px;
      border: 1px dashed rgba(40, 40, 40, 0.5);
      -webkit-transition: border-color 0.3s;
      transition: border-color 0.3s; }
    .month-list__link span {
      position: relative;
      z-index: 2; }

.week {
  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;
  margin-top: 40px; }
  @media screen and (max-width: 700px) {
    .week {
      display: none; } }
  .week__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;
    width: calc(100% / 7);
    font-size: 18px;
    line-height: 1.5; }

.month {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px; }
  @media screen and (max-width: 700px) {
    .month {
      display: none; } }

.day {
  position: relative;
  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;
  width: calc(100% / 7);
  height: 80px;
  border-radius: 10px;
  -webkit-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s; }
  .day:not(.day--past):hover {
    background-color: #5A64BE; }
    .day:not(.day--past):hover .day__num {
      color: #ffffff; }
  .day--past .day__num {
    color: rgba(40, 40, 40, 0.1); }
  .day--action {
    cursor: pointer; }
    .day--action:hover {
      background-color: transparent !important; }
      .day--action:hover .day__num {
        color: #5A64BE !important; }
        .day--action:hover .day__num:after {
          opacity: 0; }
      .day--action:hover .day__action {
        opacity: 1;
        visibility: visible; }
    .day--action .day__num {
      color: #5A64BE; }
      .day--action .day__num::after {
        opacity: 1; }
  .day__num {
    position: relative;
    font-family: "Kazimir", "Times New Roman", serif;
    font-size: 48px;
    line-height: 1.25;
    text-align: center; }
    @media screen and (max-width: 900px) {
      .day__num {
        font-size: 38px; } }
    .day__num::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 1px;
      border: 1px dashed #5A64BE;
      opacity: 0;
      -webkit-transition: border-color 0.3s, opacity 0.3s;
      transition: border-color 0.3s, opacity 0.3s; }
  .day__action {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }

.day-action {
  position: absolute;
  top: 12px;
  z-index: 3;
  width: 269px;
  padding: 25px 20px 30px 20px;
  border-radius: 10px; }
  .day-action[data-popper-placement^='top'] .day-action__arrow {
    top: auto;
    bottom: -12px; }
    .day-action[data-popper-placement^='top'] .day-action__arrow::after {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .day-action__arrow {
    top: -12px; }
    .day-action__arrow::after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border-left: 13px solid transparent;
      border-right: 13px solid transparent;
      border-bottom: 13px solid #5A64BE; }
  .day-action__title {
    margin-bottom: 5px;
    font-family: "Kazimir", "Times New Roman", serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.25;
    color: #ffffff; }
  .day-action__list {
    margin: 0;
    padding: 0;
    list-style: none; }
  .day-action__item:not(:last-of-type) {
    margin-bottom: 5px; }
  .day-action__link {
    display: inline;
    font-size: 14px;
    line-height: 1.3;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    .day-action__link:hover {
      opacity: .8; }

.event-list {
  margin: 0;
  padding: 0;
  padding-top: 30px;
  list-style: none; }

.event-card:not(:last-of-type) {
  margin-bottom: 30px; }

.event-card__title {
  display: inline;
  margin: 0;
  padding-bottom: 2px;
  font-family: "Kazimir", "Times New Roman", serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
  border-bottom: 1px solid #282828; }

.event-card__date {
  margin: 10px 0 5px;
  font-size: 12px;
  line-height: 1.4; }

.event-card__content {
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 1.4; }
  .event-card__content p {
    margin: 0; }

.event-card__link {
  display: inline;
  border-bottom: 1px solid #282828;
  font-size: 12px;
  line-height: 1.4; }

.event-card__price {
  font-size: 12px;
  line-height: 1.4; }

.search h1 {
  margin: 0;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: "Kazimir", "Times New Roman", serif;
  font-style: normal;
  font-weight: bold;
  font-size: 60px;
  line-height: 66px; }

@media screen and (max-width: 950px) {
  .search h1 {
    font-size: 45px;
    line-height: 47px; } }

@media screen and (max-width: 650px) {
  .search h1 {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 38px; } }

.search__list {
  margin: 0;
  padding: 0;
  list-style: none; }

.search__list h2 {
  margin: 0;
  margin-top: 50px;
  margin-bottom: 30px;
  font-family: "Kazimir", "Times New Roman", serif;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 60px; }

@media screen and (max-width: 1250px) {
  .search__list h2 {
    font-size: 30px;
    line-height: 42px; } }

@media screen and (max-width: 1150px) {
  .search__list h2 {
    font-size: 28px;
    line-height: 40px; } }

@media screen and (max-width: 650px) {
  .search__list h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 33px; } }

@media screen and (max-width: 400px) {
  .search__list h2 {
    font-size: 22px;
    line-height: 28px; } }

.search__list h2 span {
  -webkit-transition: border-bottom .3s;
  transition: border-bottom .3s;
  border-bottom: 1px solid rgba(40, 40, 40, 0.5); }

.search__list h2 span:hover,
.search__list h2 span:active {
  border-bottom: 1px solid #282828; }

.search__list p {
  max-width: 812px;
  margin: 0;
  margin-bottom: 20px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px; }

@media screen and (max-width: 650px) {
  .search__list p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px; } }

@media screen and (max-width: 400px) {
  .search__list p {
    margin-top: 10px;
    margin-bottom: 10px; } }

.search .block-show-more {
  margin-top: 50px; }

@media screen and (max-width: 650px) {
  .search .block-show-more {
    margin-top: 20px; } }

.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1240px;
  margin-bottom: 70px; }

@media screen and (max-width: 650px) {
  .search-form {
    margin-bottom: 10px; } }

.search-form input {
  width: 100%;
  max-width: 1078px;
  height: 80px;
  margin: 0;
  padding: 0;
  padding-top: 21px;
  padding-bottom: 21px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
  border: 2px solid rgba(40, 40, 40, 0.5);
  border-left: 2px solid rgba(40, 40, 40, 0.5);
  border-top: 2px solid rgba(40, 40, 40, 0.5);
  border-right: none;
  border-bottom: 2px solid rgba(40, 40, 40, 0.5);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  outline: none; }

@media screen and (max-width: 650px) {
  .search-form input {
    width: 81%;
    height: 52px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px; } }

.search-form button {
  width: 100%;
  max-width: 162px;
  margin: 0;
  padding: 0;
  padding-left: 40px;
  padding-right: 40px;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  border: none;
  background-color: #949494;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  cursor: pointer;
  outline: none; }

@media screen and (max-width: 650px) {
  .search-form button {
    width: 52px;
    height: 52px;
    padding: 0; } }

.search-form button span {
  font-family: "Kazimir", "Times New Roman", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  color: #FFFFFF;
  text-transform: uppercase; }

@media screen and (max-width: 650px) {
  .search-form button span {
    display: none; } }

.search-form button svg {
  display: none; }

@media screen and (max-width: 650px) {
  .search-form button svg {
    display: block;
    margin: 0 auto;
    fill: #FFFFFF; } }

.form-message .question-form__inner-hidden {
  position: relative;
  width: 56%;
  padding-right: 75px; }

@media screen and (max-width: 900px) {
  .form-message .question-form__inner-hidden {
    width: 100%;
    padding: 0; } }

.form-message .question-form__inner-hidden::before {
  content: '';
  position: absolute;
  top: 0;
  right: 42px;
  width: 5px;
  height: 100%;
  background-image: url(/local/templates/vorontsovo/css/../img/svg/contacts-lines-desktop.svg); }

@media screen and (max-width: 900px) {
  .form-message .question-form__inner-hidden::before {
    display: none; } }

/* End */


/* Start:/local/templates/vorontsovo/css/additional.css?17488670482282*/
=#finevision_banner {display:none;}

.lazyload {
	opacity: 0;
}

.lazyloading {
	opacity: 1;
	transition: opacity 300ms;
	background: #f7f7f7;
}

.contact-item__description tran {
  color: #82C0C0; } 

img.lazyload:not([src]) {
	visibility: hidden;
}
.blur-up {
	-webkit-filter: blur(5px);
	filter: blur(5px);
	transition: filter 2000ms 500ms, -webkit-filter 2000ms 500ms;
}
.blur-up.lazyloaded {
	-webkit-filter: blur(0);
	filter: blur(0);
}

.event {
	padding-top:20px;
}
.event__heading {
	order:1;
}
.our-park__info a {
    -webkit-transition: border-bottom .3s;
    -o-transition: border-bottom .3s;
    -moz-transition: border-bottom .3s;
    transition: border-bottom .3s;
    border-bottom: 1px rgba(40,40,40,0.5) solid;
}
.our-park__info a:active, .our-park__info a:hover {
    border-bottom: 1px solid #282828;
}
@media screen and (max-width: 768px) {
	.map-park, .map-park .map-park__map {
		height:393px;
	}
}

.theme-winter .slider-menu__item.active span {color: #5A64BE; }
.theme-winter .slider-menu__item.active span:after {background-color: rgba(90,100,190,0.5);}
.theme-winter .social-slide__btn {color: #5A64BE; }

.theme-spring .slider-menu__item.active span {color: #008250; }
.theme-spring .slider-menu__item.active span:after {background-color: rgba(0,130,80,0.5);}
.theme-spring .social-slide__btn {color: #008250; }

.theme-summer .slider-menu__item.active span {color: #F05A5A; }
.theme-summer .slider-menu__item.active span:after {background-color: rgba(240,90,90,0.5);}
.theme-summer .social-slide__btn {color: #F05A5A; }

.theme-autumn .slider-menu__item.active span {color: #FFD700; }
.theme-autumn .slider-menu__item.active span:after {background-color: rgba(255,215,0,0.5);}
.theme-autumn .social-slide__btn {color: #FFD700; }

.map-pointer__icon img {
    max-width:none;
}

.event__button {
    display:block;
}
/*h1, .h1 {
	font-family: "Kazimir","Times New Roman",serif;
    font-style: normal;	
        margin: 20px 0 40px;
    font-weight: 700;
    font-size: 60px;
    line-height: 66px;
}

@media screen and (max-width: 950px) {
	h1, .h1 {
	    font-size: 45px;
	    line-height: 47px;
	}
}
@media screen and (max-width: 650px) {
	h1, .h1 {
	    margin-top: 5px;
	    margin-bottom: 20px;
	    font-size: 30px;
	    line-height: 38px;
	}


}*/
/* End */


/* Start:/local/templates/vorontsovo/bvi/bvi.min.css?1617277815101959*/
/*!
 * Button visually impaired v2.0
 */html body .bvi-panel{font-family:Arial !important;padding:10px 10px;color:black;top:0;left:0;right:0;letter-spacing:0;position:relative;text-shadow:none;line-height:normal;border:0;margin-bottom:.3rem;background-color:#f7f7f7;border-color:black;moz-box-shadow:0 1px 3px 0 rgba(0,0,0,0.23);webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,0.23);box-shadow:0 1px 3px 0 rgba(0,0,0,0.23);z-index:999999 !important}@media(max-width:575.98px){html body .bvi-panel{padding:10px 0 10px 0}html body .bvi-panel .bvi-panel-toggler{display:block;text-align:center}html body .bvi-panel .bvi-panel-container{overflow:auto;width:auto;height:145px;border-top:1px solid #bcbcbc;-webkit-box-shadow:inset 0 5px 15px 0 #d6d6d6;-moz-box-shadow:inset 0 5px 15px 0 #d6d6d6;box-shadow:inset 0 5px 15px 0 #d6d6d6}html body .bvi-panel .bvi-panel-container,html body .bvi-panel #bvi-panel-close,html body .bvi-panel #bvi-panel-hide{display:none;margin-top:10px;border-top:1px solid #dfdfdf}}@media(min-width:576px) and (max-width:767.98px){html body .bvi-panel{padding:10px 0 10px 0}html body .bvi-panel .bvi-panel-toggler{display:block;text-align:center}html body .bvi-panel .bvi-panel-container{overflow:auto;width:auto;height:145px;border-top:1px solid #bcbcbc;-webkit-box-shadow:inset 0 5px 15px 0 #d6d6d6;-moz-box-shadow:inset 0 5px 15px 0 #d6d6d6;box-shadow:inset 0 5px 15px 0 #d6d6d6}html body .bvi-panel .bvi-panel-container,html body .bvi-panel #bvi-panel-close,html body .bvi-panel #bvi-panel-hide{display:none;text-align:right;margin-top:10px;border-top:1px solid #dfdfdf}}@media(min-width:768px) and (max-width:991.98px){html body .bvi-panel{padding:10px 0 10px 0}html body .bvi-panel .bvi-panel-toggler{display:block;text-align:right}html body .bvi-panel .bvi-panel-container,html body .bvi-panel #bvi-panel-close,html body .bvi-panel #bvi-panel-hide{display:none;text-align:right;margin-top:10px;border-top:1px solid #dfdfdf}}@media(min-width:992px) and (max-width:1199.98px){html body .bvi-panel .bvi-panel-toggler{display:none}}@media(min-width:1200px){html body .bvi-panel .bvi-panel-toggler{display:none}}@media(max-width:575.98px){html body .bvi-panel *{font-size:12px !important}}@media(min-width:576px) and (max-width:767.98px){html body .bvi-panel *{font-size:14px !important}}@media(min-width:768px) and (max-width:991.98px){html body .bvi-panel *{font-size:14px !important}}@media(min-width:992px) and (max-width:1199.98px){html body .bvi-panel *{font-size:16px !important}}@media(min-width:1200px){html body .bvi-panel *{font-size:16px !important}}html body .bvi-panel a{color:#2a2a2a;background-color:transparent;outline:0;text-decoration:underline}html body .bvi-panel a:hover{color:black;outline:0;background-color:transparent;text-decoration:underline}html body .bvi-panel a:focus{color:black;outline:0;background-color:transparent;text-decoration:underline}html body .bvi-panel a.bvi-link-copy{text-decoration:underline;color:black;outline:0}html body .bvi-panel a.bvi-link-copy.active{color:black;outline:0;text-decoration:none}html body .bvi-panel a.bvi-link-copy:hover{color:black;outline:0;text-decoration:none}html body .bvi-panel a.bvi-link-copy:focus{color:black;outline:0;text-decoration:none}html body .bvi-panel a.bvi-link{text-decoration:none;color:black;background-color:transparent;text-align:center;-webkit-transition:background-color .2s ease-out;transition:background-color .2s ease-out;cursor:pointer;border-radius:2px;display:inline-block;height:36px;font-weight:bold;line-height:36px;padding:0 10px;vertical-align:middle;border:1px solid #b2b2b2}@media(max-width:575.98px){html body .bvi-panel a.bvi-link{height:28px;line-height:28px;padding:0 5px}}@media(min-width:576px) and (max-width:767.98px){html body .bvi-panel a.bvi-link{height:28px;line-height:28px;padding:0 5px}}@media(min-width:768px) and (max-width:991.98px){html body .bvi-panel a.bvi-link{height:30px;line-height:30px;padding:0 8px}}@media(min-width:992px) and (max-width:1199.98px){html body .bvi-panel a.bvi-link{height:34px;line-height:34px;padding:0 9px}}html body .bvi-panel a.bvi-link.active{color:inherit;outline:0;background-color:#dbdbdb;text-decoration:none}html body .bvi-panel a.bvi-link:hover{color:black;outline:0;background-color:#dbdbdb;text-decoration:none}html body .bvi-panel a.bvi-link:focus{color:black;outline:0;background-color:#dbdbdb;text-decoration:none}html body .bvi-panel a.bvi-link.bvi-link-white{background-color:white;color:black;text-decoration:none}html body .bvi-panel a.bvi-link.bvi-link-white:hover{background-color:white;color:black;text-decoration:none}html body .bvi-panel a.bvi-link.bvi-link-black{background-color:black;color:white;text-decoration:none}html body .bvi-panel a.bvi-link.bvi-link-black:hover{background-color:black;color:white;text-decoration:none}html body .bvi-panel a.bvi-link.bvi-link-blue{background-color:#9dd1ff;color:#063462;text-decoration:none}html body .bvi-panel a.bvi-link.bvi-link-blue:hover{background-color:#9dd1ff;color:#063462;text-decoration:none}html body .bvi-panel a.bvi-link.bvi-link-brown{background-color:#f7f3d6;color:#4d4b43;text-decoration:none}html body .bvi-panel a.bvi-link.bvi-link-brown:hover{background-color:#f7f3d6;color:#4d4b43;text-decoration:none}html body .bvi-panel a.bvi-link.bvi-link-green{background-color:#3b2716;color:#a9e44d;text-decoration:none}html body .bvi-panel a.bvi-link.bvi-link-green:hover{background-color:#3b2716;color:#a9e44d;text-decoration:none}html body .bvi-panel .bvi-title{text-shadow:none;text-decoration:none;background-color:transparent;display:block;font-weight:bold;text-transform:uppercase;vertical-align:middle;margin:10px 0 15px 0}html body .bvi-panel .bvi-text-center{text-align:center}html body .bvi-panel .bvi-text-left{text-align:left}html body .bvi-panel .bvi-text-right{text-align:right}html body .bvi-panel .bvi-setting-menu{margin-top:10px;border-top:1px solid #dfdfdf;display:none}html body .bvi-panel .bvi-images{margin-top:10px;width:16px;height:16px;font-weight:normal;font-style:normal;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal}@media(max-width:575.98px){html body .bvi-panel .bvi-images{margin-top:6px}}@media(min-width:576px) and (max-width:767.98px){html body .bvi-panel .bvi-images{margin-top:6px}}@media(min-width:768px) and (max-width:991.98px){html body .bvi-panel .bvi-images{margin-top:7px}}@media(min-width:992px) and (max-width:1199.98px){html body .bvi-panel .bvi-images{margin-top:9px}}html body .bvi-panel .bvi-images.bvi-images-eye-slash{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAA0ElEQVQYGbXBMSuEARgA4Oe77zocXTdISBYMXKFMJvkBkoVF6iw33n8wmXVXymi0SUnZzQaJTNcNd9MNBsnwuq9uOVaexx8rKJuwqGXKDzm7noUQwqcRQya9aXu3ruBWOMSMooFlbXMubdnwJXTlsKZrWl9ZWwk9JS0hbGMeC3rGeVCRedQRwpNE6kRmT4MzRzL7QggVVK3INNTIe7WJxI1wh1F1mZp7ib6iF8cSF8Is8ihoupEaSJ3qCOdILan7UJUYci2U0HRlx5hfVh34F999xzhj5hTP0AAAAABJRU5ErkJggg==")}html body .bvi-panel .bvi-images.bvi-images-arrow{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAVFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAU4H24AAAAG3RSTlMAAQIDBgkMExQiRmJoaXN0dX6Aj5GbwcPR4vHLNuV5AAAAWElEQVQYV23NNxKAMAADQQEm52y4//+TwuSxuttGkn/J2n97g+nXb3H9yNWXPO0k3oAOmC0wSgXQCqiNBYyihUYCahlLKSnIdILC9H528JoPqg8M7Ln8OwBv7gmtk0G77wAAAABJRU5ErkJggg==")}html body .bvi-panel .bvi-images.bvi-images-volume-on{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAA0ElEQVQYGZ3BPyvEcQAH4Od3F+5O/tXXdCVZFWXCWzARgzIZrgxewM1WqzfBYjZI6bJYpS6jLJdJ5o8upY6UPI//mdOz4IcJt5o+LXvSMaLhURSM6agb17PlS8OjiILKiTs1k9612NPV1RcRBasqpw5w7JCIiIgouHRk2gBtt0RERETBlAGiruWNiIiIKNhwpSYqs555FRERUVQezFtzjnVn1DU07ImIYmjGizaurfiyI6Kg6c0mdt0YsS2KoTHs6xv3zaLKUNO9C02/qlnyVx8tHEkl/4bN1wAAAABJRU5ErkJggg==")}html body .bvi-panel .bvi-images.bvi-images-volume-on{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAA0ElEQVQYGZ3BPyvEcQAH4Od3F+5O/tXXdCVZFWXCWzARgzIZrgxewM1WqzfBYjZI6bJYpS6jLJdJ5o8upY6UPI//mdOz4IcJt5o+LXvSMaLhURSM6agb17PlS8OjiILKiTs1k9612NPV1RcRBasqpw5w7JCIiIgouHRk2gBtt0RERETBlAGiruWNiIiIKNhwpSYqs555FRERUVQezFtzjnVn1DU07ImIYmjGizaurfiyI6Kg6c0mdt0YsS2KoTHs6xv3zaLKUNO9C02/qlnyVx8tHEkl/4bN1wAAAABJRU5ErkJggg==")}html body .bvi-panel .bvi-images.bvi-images-volume-off{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAP1BMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACzJYIvAAAAFHRSTlMAAQIcHh8rLjx8hpKUlZi6vsXz/c3U9VgAAABHSURBVBhXrci3AYAwDADBtwFjcpD2n5WGIKnmyoNXGgestOjuYlYfk37R1FpXNXHq7Qn9IY4Y5Jx7sQFQJARFQlBk80HbARfdYAcpeUBcogAAAABJRU5ErkJggg==")}html body .bvi-panel .bvi-images.bvi-images-adjust{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAqFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAs30iGAAAAN3RSTlMAAQIDBAUHCQsMExQVFh4fJSsuLztGS1FYYWJkZnh7f4KIiYyRmKWmqMHO1dna3Ovt7/P3+fv9mqZ1DQAAAIJJREFUGBlNwVUCglAURdEtGNgd2N2BGGf+M5PL48O1MI31Q7pMAxx/K+c7wHhnvSaVvMycxE7nMqBUD5qKAxJKRR5LhRg5ba6qY+SEvFXCyJlxVw0jZ8JKI4ycLi1FRRJKxT4cdCoCSvWB/E3PYZCT2WAKR2XGZDr7jxQtqvwp+Dg/vREcKt7EoBcAAAAASUVORK5CYII=")}html body .bvi-panel .bvi-images.bvi-images-off{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAARVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADc6ur3AAAAFnRSTlMAAQIFBgcSGRowMVhZW128wMHDxfX3KcFjjgAAAGpJREFUGBlVwQkSgzAMA0CJUpKYuzX6/1ObeoAJuwhMpSTiwslV+UiEftNpfaHirttKALMaI0BXw4mshwSTZEMwSQUmyYZgkgqyHhJ4qOEEFjUmAN1Ht42o3l+d9h6hWw5VPhMXZrNM/P0AZ7gN/s4xaEgAAAAASUVORK5CYII=")}html body .bvi-panel .bvi-images.bvi-images-on{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD6T+iNAAAAH3RSTlMAAQIDBycwOUJKS0xPUW1whZGVmJ2erbfT2uDk6Pv9OeeoXAAAAGJJREFUGFdlzkcCgDAIBVGMvSb27r//LTUxFnRW8NhA9E3N46uppU2wOwgiXCSHBfD07F8g0euxRGKB9N2pAGQWKBBODRgxEKNrzI7BQIq7E57dQv4UHbC6n08LsNTxAYt+7bh0DPt8j/8TAAAAAElFTkSuQmCC")}html body .bvi-panel .bvi-images.bvi-images-minus-square-o{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAHlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC3KG9qAAAACXRSTlMAODs8dnfx8vPK0lEjAAAAJElEQVR4AWOgD2BkYUUCLIwM7JwogI2BA1WAnYGZFQUw0cehAOJeAaqtH8h4AAAAAElFTkSuQmCC)}html body .bvi-panel.bvi-fixed-top{position:fixed;top:0;right:0;left:0;z-index:999999}html body .bvi-panel .bvi-container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media(min-width:576px){html body .bvi-panel .bvi-container{max-width:540px}}@media(min-width:768px){html body .bvi-panel .bvi-container{max-width:720px}}@media(min-width:992px){html body .bvi-panel .bvi-container{max-width:960px}}@media(min-width:1200px){html body .bvi-panel .bvi-container{max-width:1140px}}html body .bvi-panel .bvi-container-fluid,html body .bvi-panel .bvi-container-xl,html body .bvi-panel .bvi-container-lg,html body .bvi-panel .bvi-container-md,html body .bvi-panel .bvi-container-sm{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media(min-width:576px){html body .bvi-panel .bvi-container-sm,html body .bvi-panel .bvi-container{max-width:540px}}@media(min-width:768px){html body .bvi-panel .bvi-container-md,html body .bvi-panel .bvi-container-sm,html body .bvi-panel .bvi-container{max-width:720px}}@media(min-width:992px){html body .bvi-panel .bvi-container-lg,html body .bvi-panel .bvi-container-md,html body .bvi-panel .bvi-container-sm,html body .bvi-panel .bvi-container{max-width:960px}}@media(min-width:1200px){html body .bvi-panel .bvi-container-xl,html body .bvi-panel .bvi-container-lg,html body .bvi-panel .bvi-container-md,html body .bvi-panel .bvi-container-sm,html body .bvi-panel .bvi-container{max-width:1140px}}html body .bvi-panel .bvi-row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}html body .bvi-panel .bvi-no-gutters{margin-right:0;margin-left:0}html body .bvi-panel .bvi-no-gutters>.bvi-col,html body .bvi-panel .bvi-no-gutters>[class*=bvi-col-]{padding-right:0;padding-left:0}html body .bvi-panel .bvi-col-xl,html body .bvi-panel .bvi-col-xl-auto,html body .bvi-panel .bvi-col-xl-12,html body .bvi-panel .bvi-col-xl-11,html body .bvi-panel .bvi-col-xl-10,html body .bvi-panel .bvi-col-xl-9,html body .bvi-panel .bvi-col-xl-8,html body .bvi-panel .bvi-col-xl-7,html body .bvi-panel .bvi-col-xl-6,html body .bvi-panel .bvi-col-xl-5,html body .bvi-panel .bvi-col-xl-4,html body .bvi-panel .bvi-col-xl-3,html body .bvi-panel .bvi-col-xl-2,html body .bvi-panel .bvi-col-xl-1,html body .bvi-panel .bvi-col-lg,html body .bvi-panel .bvi-col-lg-auto,html body .bvi-panel .bvi-col-lg-12,html body .bvi-panel .bvi-col-lg-11,html body .bvi-panel .bvi-col-lg-10,html body .bvi-panel .bvi-col-lg-9,html body .bvi-panel .bvi-col-lg-8,html body .bvi-panel .bvi-col-lg-7,html body .bvi-panel .bvi-col-lg-6,html body .bvi-panel .bvi-col-lg-5,html body .bvi-panel .bvi-col-lg-4,html body .bvi-panel .bvi-col-lg-3,html body .bvi-panel .bvi-col-lg-2,html body .bvi-panel .bvi-col-lg-1,html body .bvi-panel .bvi-col-md,html body .bvi-panel .bvi-col-md-auto,html body .bvi-panel .bvi-col-md-12,html body .bvi-panel .bvi-col-md-11,html body .bvi-panel .bvi-col-md-10,html body .bvi-panel .bvi-col-md-9,html body .bvi-panel .bvi-col-md-8,html body .bvi-panel .bvi-col-md-7,html body .bvi-panel .bvi-col-md-6,html body .bvi-panel .bvi-col-md-5,html body .bvi-panel .bvi-col-md-4,html body .bvi-panel .bvi-col-md-3,html body .bvi-panel .bvi-col-md-2,html body .bvi-panel .bvi-col-md-1,html body .bvi-panel .bvi-col-sm,html body .bvi-panel .bvi-col-sm-auto,html body .bvi-panel .bvi-col-sm-12,html body .bvi-panel .bvi-col-sm-11,html body .bvi-panel .bvi-col-sm-10,html body .bvi-panel .bvi-col-sm-9,html body .bvi-panel .bvi-col-sm-8,html body .bvi-panel .bvi-col-sm-7,html body .bvi-panel .bvi-col-sm-6,html body .bvi-panel .bvi-col-sm-5,html body .bvi-panel .bvi-col-sm-4,html body .bvi-panel .bvi-col-sm-3,html body .bvi-panel .bvi-col-sm-2,html body .bvi-panel .bvi-col-sm-1,html body .bvi-panel .bvi-col,html body .bvi-panel .bvi-col-auto,html body .bvi-panel .bvi-col-12,html body .bvi-panel .bvi-col-11,html body .bvi-panel .bvi-col-10,html body .bvi-panel .bvi-col-9,html body .bvi-panel .bvi-col-8,html body .bvi-panel .bvi-col-7,html body .bvi-panel .bvi-col-6,html body .bvi-panel .bvi-col-5,html body .bvi-panel .bvi-col-4,html body .bvi-panel .bvi-col-3,html body .bvi-panel .bvi-col-2,html body .bvi-panel .bvi-col-1{position:relative;width:100%;padding-right:15px;padding-left:15px}html body .bvi-panel .bvi-col{flex-basis:0;flex-grow:1;max-width:100%}html body .bvi-panel .row-cols-1>*{flex:0 0 100%;max-width:100%}html body .bvi-panel .row-cols-2>*{flex:0 0 50%;max-width:50%}html body .bvi-panel .row-cols-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}html body .bvi-panel .row-cols-4>*{flex:0 0 25%;max-width:25%}html body .bvi-panel .row-cols-5>*{flex:0 0 20%;max-width:20%}html body .bvi-panel .row-cols-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}html body .bvi-panel .bvi-col-auto{flex:0 0 auto;width:auto;max-width:100%}html body .bvi-panel .bvi-col-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}html body .bvi-panel .bvi-col-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}html body .bvi-panel .bvi-col-3{flex:0 0 25%;max-width:25%}html body .bvi-panel .bvi-col-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}html body .bvi-panel .bvi-col-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}html body .bvi-panel .bvi-col-6{flex:0 0 50%;max-width:50%}html body .bvi-panel .bvi-col-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}html body .bvi-panel .bvi-col-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}html body .bvi-panel .bvi-col-9{flex:0 0 75%;max-width:75%}html body .bvi-panel .bvi-col-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}html body .bvi-panel .bvi-col-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}html body .bvi-panel .bvi-col-12{flex:0 0 100%;max-width:100%}html body .bvi-panel .bvi-order-first{order:-1}html body .bvi-panel .bvi-order-last{order:13}html body .bvi-panel .bvi-order-0{order:0}html body .bvi-panel .bvi-order-1{order:1}html body .bvi-panel .bvi-order-2{order:2}html body .bvi-panel .bvi-order-3{order:3}html body .bvi-panel .bvi-order-4{order:4}html body .bvi-panel .bvi-order-5{order:5}html body .bvi-panel .bvi-order-6{order:6}html body .bvi-panel .bvi-order-7{order:7}html body .bvi-panel .bvi-order-8{order:8}html body .bvi-panel .bvi-order-9{order:9}html body .bvi-panel .bvi-order-10{order:10}html body .bvi-panel .bvi-order-11{order:11}html body .bvi-panel .bvi-order-12{order:12}html body .bvi-panel .bvi-offset-1{margin-left:8.3333333333%}html body .bvi-panel .bvi-offset-2{margin-left:16.6666666667%}html body .bvi-panel .bvi-offset-3{margin-left:25%}html body .bvi-panel .bvi-offset-4{margin-left:33.3333333333%}html body .bvi-panel .bvi-offset-5{margin-left:41.6666666667%}html body .bvi-panel .bvi-offset-6{margin-left:50%}html body .bvi-panel .bvi-offset-7{margin-left:58.3333333333%}html body .bvi-panel .bvi-offset-8{margin-left:66.6666666667%}html body .bvi-panel .bvi-offset-9{margin-left:75%}html body .bvi-panel .bvi-offset-10{margin-left:83.3333333333%}html body .bvi-panel .bvi-offset-11{margin-left:91.6666666667%}@media(min-width:576px){html body .bvi-panel .bvi-col-sm{flex-basis:0;flex-grow:1;max-width:100%}html body .bvi-panel .row-cols-sm-1>*{flex:0 0 100%;max-width:100%}html body .bvi-panel .row-cols-sm-2>*{flex:0 0 50%;max-width:50%}html body .bvi-panel .row-cols-sm-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}html body .bvi-panel .row-cols-sm-4>*{flex:0 0 25%;max-width:25%}html body .bvi-panel .row-cols-sm-5>*{flex:0 0 20%;max-width:20%}html body .bvi-panel .row-cols-sm-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}html body .bvi-panel .bvi-col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}html body .bvi-panel .bvi-col-sm-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}html body .bvi-panel .bvi-col-sm-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}html body .bvi-panel .bvi-col-sm-3{flex:0 0 25%;max-width:25%}html body .bvi-panel .bvi-col-sm-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}html body .bvi-panel .bvi-col-sm-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}html body .bvi-panel .bvi-col-sm-6{flex:0 0 50%;max-width:50%}html body .bvi-panel .bvi-col-sm-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}html body .bvi-panel .bvi-col-sm-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}html body .bvi-panel .bvi-col-sm-9{flex:0 0 75%;max-width:75%}html body .bvi-panel .bvi-col-sm-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}html body .bvi-panel .bvi-col-sm-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}html body .bvi-panel .bvi-col-sm-12{flex:0 0 100%;max-width:100%}html body .bvi-panel .bvi-order-sm-first{order:-1}html body .bvi-panel .bvi-order-sm-last{order:13}html body .bvi-panel .bvi-order-sm-0{order:0}html body .bvi-panel .bvi-order-sm-1{order:1}html body .bvi-panel .bvi-order-sm-2{order:2}html body .bvi-panel .bvi-order-sm-3{order:3}html body .bvi-panel .bvi-order-sm-4{order:4}html body .bvi-panel .bvi-order-sm-5{order:5}html body .bvi-panel .bvi-order-sm-6{order:6}html body .bvi-panel .bvi-order-sm-7{order:7}html body .bvi-panel .bvi-order-sm-8{order:8}html body .bvi-panel .bvi-order-sm-9{order:9}html body .bvi-panel .bvi-order-sm-10{order:10}html body .bvi-panel .bvi-order-sm-11{order:11}html body .bvi-panel .bvi-order-sm-12{order:12}html body .bvi-panel .bvi-offset-sm-0{margin-left:0}html body .bvi-panel .bvi-offset-sm-1{margin-left:8.3333333333%}html body .bvi-panel .bvi-offset-sm-2{margin-left:16.6666666667%}html body .bvi-panel .bvi-offset-sm-3{margin-left:25%}html body .bvi-panel .bvi-offset-sm-4{margin-left:33.3333333333%}html body .bvi-panel .bvi-offset-sm-5{margin-left:41.6666666667%}html body .bvi-panel .bvi-offset-sm-6{margin-left:50%}html body .bvi-panel .bvi-offset-sm-7{margin-left:58.3333333333%}html body .bvi-panel .bvi-offset-sm-8{margin-left:66.6666666667%}html body .bvi-panel .bvi-offset-sm-9{margin-left:75%}html body .bvi-panel .bvi-offset-sm-10{margin-left:83.3333333333%}html body .bvi-panel .bvi-offset-sm-11{margin-left:91.6666666667%}}@media(min-width:768px){html body .bvi-panel .bvi-col-md{flex-basis:0;flex-grow:1;max-width:100%}html body .bvi-panel .row-cols-md-1>*{flex:0 0 100%;max-width:100%}html body .bvi-panel .row-cols-md-2>*{flex:0 0 50%;max-width:50%}html body .bvi-panel .row-cols-md-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}html body .bvi-panel .row-cols-md-4>*{flex:0 0 25%;max-width:25%}html body .bvi-panel .row-cols-md-5>*{flex:0 0 20%;max-width:20%}html body .bvi-panel .row-cols-md-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}html body .bvi-panel .bvi-col-md-auto{flex:0 0 auto;width:auto;max-width:100%}html body .bvi-panel .bvi-col-md-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}html body .bvi-panel .bvi-col-md-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}html body .bvi-panel .bvi-col-md-3{flex:0 0 25%;max-width:25%}html body .bvi-panel .bvi-col-md-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}html body .bvi-panel .bvi-col-md-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}html body .bvi-panel .bvi-col-md-6{flex:0 0 50%;max-width:50%}html body .bvi-panel .bvi-col-md-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}html body .bvi-panel .bvi-col-md-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}html body .bvi-panel .bvi-col-md-9{flex:0 0 75%;max-width:75%}html body .bvi-panel .bvi-col-md-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}html body .bvi-panel .bvi-col-md-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}html body .bvi-panel .bvi-col-md-12{flex:0 0 100%;max-width:100%}html body .bvi-panel .bvi-order-md-first{order:-1}html body .bvi-panel .bvi-order-md-last{order:13}html body .bvi-panel .bvi-order-md-0{order:0}html body .bvi-panel .bvi-order-md-1{order:1}html body .bvi-panel .bvi-order-md-2{order:2}html body .bvi-panel .bvi-order-md-3{order:3}html body .bvi-panel .bvi-order-md-4{order:4}html body .bvi-panel .bvi-order-md-5{order:5}html body .bvi-panel .bvi-order-md-6{order:6}html body .bvi-panel .bvi-order-md-7{order:7}html body .bvi-panel .bvi-order-md-8{order:8}html body .bvi-panel .bvi-order-md-9{order:9}html body .bvi-panel .bvi-order-md-10{order:10}html body .bvi-panel .bvi-order-md-11{order:11}html body .bvi-panel .bvi-order-md-12{order:12}html body .bvi-panel .bvi-offset-md-0{margin-left:0}html body .bvi-panel .bvi-offset-md-1{margin-left:8.3333333333%}html body .bvi-panel .bvi-offset-md-2{margin-left:16.6666666667%}html body .bvi-panel .bvi-offset-md-3{margin-left:25%}html body .bvi-panel .bvi-offset-md-4{margin-left:33.3333333333%}html body .bvi-panel .bvi-offset-md-5{margin-left:41.6666666667%}html body .bvi-panel .bvi-offset-md-6{margin-left:50%}html body .bvi-panel .bvi-offset-md-7{margin-left:58.3333333333%}html body .bvi-panel .bvi-offset-md-8{margin-left:66.6666666667%}html body .bvi-panel .bvi-offset-md-9{margin-left:75%}html body .bvi-panel .bvi-offset-md-10{margin-left:83.3333333333%}html body .bvi-panel .bvi-offset-md-11{margin-left:91.6666666667%}}@media(min-width:992px){html body .bvi-panel .bvi-col-lg{flex-basis:0;flex-grow:1;max-width:100%}html body .bvi-panel .row-cols-lg-1>*{flex:0 0 100%;max-width:100%}html body .bvi-panel .row-cols-lg-2>*{flex:0 0 50%;max-width:50%}html body .bvi-panel .row-cols-lg-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}html body .bvi-panel .row-cols-lg-4>*{flex:0 0 25%;max-width:25%}html body .bvi-panel .row-cols-lg-5>*{flex:0 0 20%;max-width:20%}html body .bvi-panel .row-cols-lg-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}html body .bvi-panel .bvi-col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}html body .bvi-panel .bvi-col-lg-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}html body .bvi-panel .bvi-col-lg-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}html body .bvi-panel .bvi-col-lg-3{flex:0 0 25%;max-width:25%}html body .bvi-panel .bvi-col-lg-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}html body .bvi-panel .bvi-col-lg-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}html body .bvi-panel .bvi-col-lg-6{flex:0 0 50%;max-width:50%}html body .bvi-panel .bvi-col-lg-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}html body .bvi-panel .bvi-col-lg-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}html body .bvi-panel .bvi-col-lg-9{flex:0 0 75%;max-width:75%}html body .bvi-panel .bvi-col-lg-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}html body .bvi-panel .bvi-col-lg-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}html body .bvi-panel .bvi-col-lg-12{flex:0 0 100%;max-width:100%}html body .bvi-panel .bvi-order-lg-first{order:-1}html body .bvi-panel .bvi-order-lg-last{order:13}html body .bvi-panel .bvi-order-lg-0{order:0}html body .bvi-panel .bvi-order-lg-1{order:1}html body .bvi-panel .bvi-order-lg-2{order:2}html body .bvi-panel .bvi-order-lg-3{order:3}html body .bvi-panel .bvi-order-lg-4{order:4}html body .bvi-panel .bvi-order-lg-5{order:5}html body .bvi-panel .bvi-order-lg-6{order:6}html body .bvi-panel .bvi-order-lg-7{order:7}html body .bvi-panel .bvi-order-lg-8{order:8}html body .bvi-panel .bvi-order-lg-9{order:9}html body .bvi-panel .bvi-order-lg-10{order:10}html body .bvi-panel .bvi-order-lg-11{order:11}html body .bvi-panel .bvi-order-lg-12{order:12}html body .bvi-panel .bvi-offset-lg-0{margin-left:0}html body .bvi-panel .bvi-offset-lg-1{margin-left:8.3333333333%}html body .bvi-panel .bvi-offset-lg-2{margin-left:16.6666666667%}html body .bvi-panel .bvi-offset-lg-3{margin-left:25%}html body .bvi-panel .bvi-offset-lg-4{margin-left:33.3333333333%}html body .bvi-panel .bvi-offset-lg-5{margin-left:41.6666666667%}html body .bvi-panel .bvi-offset-lg-6{margin-left:50%}html body .bvi-panel .bvi-offset-lg-7{margin-left:58.3333333333%}html body .bvi-panel .bvi-offset-lg-8{margin-left:66.6666666667%}html body .bvi-panel .bvi-offset-lg-9{margin-left:75%}html body .bvi-panel .bvi-offset-lg-10{margin-left:83.3333333333%}html body .bvi-panel .bvi-offset-lg-11{margin-left:91.6666666667%}}@media(min-width:1200px){html body .bvi-panel .bvi-col-xl{flex-basis:0;flex-grow:1;max-width:100%}html body .bvi-panel .row-cols-xl-1>*{flex:0 0 100%;max-width:100%}html body .bvi-panel .row-cols-xl-2>*{flex:0 0 50%;max-width:50%}html body .bvi-panel .row-cols-xl-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}html body .bvi-panel .row-cols-xl-4>*{flex:0 0 25%;max-width:25%}html body .bvi-panel .row-cols-xl-5>*{flex:0 0 20%;max-width:20%}html body .bvi-panel .row-cols-xl-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}html body .bvi-panel .bvi-col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}html body .bvi-panel .bvi-col-xl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}html body .bvi-panel .bvi-col-xl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}html body .bvi-panel .bvi-col-xl-3{flex:0 0 25%;max-width:25%}html body .bvi-panel .bvi-col-xl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}html body .bvi-panel .bvi-col-xl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}html body .bvi-panel .bvi-col-xl-6{flex:0 0 50%;max-width:50%}html body .bvi-panel .bvi-col-xl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}html body .bvi-panel .bvi-col-xl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}html body .bvi-panel .bvi-col-xl-9{flex:0 0 75%;max-width:75%}html body .bvi-panel .bvi-col-xl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}html body .bvi-panel .bvi-col-xl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}html body .bvi-panel .bvi-col-xl-12{flex:0 0 100%;max-width:100%}html body .bvi-panel .bvi-order-xl-first{order:-1}html body .bvi-panel .bvi-order-xl-last{order:13}html body .bvi-panel .bvi-order-xl-0{order:0}html body .bvi-panel .bvi-order-xl-1{order:1}html body .bvi-panel .bvi-order-xl-2{order:2}html body .bvi-panel .bvi-order-xl-3{order:3}html body .bvi-panel .bvi-order-xl-4{order:4}html body .bvi-panel .bvi-order-xl-5{order:5}html body .bvi-panel .bvi-order-xl-6{order:6}html body .bvi-panel .bvi-order-xl-7{order:7}html body .bvi-panel .bvi-order-xl-8{order:8}html body .bvi-panel .bvi-order-xl-9{order:9}html body .bvi-panel .bvi-order-xl-10{order:10}html body .bvi-panel .bvi-order-xl-11{order:11}html body .bvi-panel .bvi-order-xl-12{order:12}html body .bvi-panel .bvi-offset-xl-0{margin-left:0}html body .bvi-panel .bvi-offset-xl-1{margin-left:8.3333333333%}html body .bvi-panel .bvi-offset-xl-2{margin-left:16.6666666667%}html body .bvi-panel .bvi-offset-xl-3{margin-left:25%}html body .bvi-panel .bvi-offset-xl-4{margin-left:33.3333333333%}html body .bvi-panel .bvi-offset-xl-5{margin-left:41.6666666667%}html body .bvi-panel .bvi-offset-xl-6{margin-left:50%}html body .bvi-panel .bvi-offset-xl-7{margin-left:58.3333333333%}html body .bvi-panel .bvi-offset-xl-8{margin-left:66.6666666667%}html body .bvi-panel .bvi-offset-xl-9{margin-left:75%}html body .bvi-panel .bvi-offset-xl-10{margin-left:83.3333333333%}html body .bvi-panel .bvi-offset-xl-11{margin-left:91.6666666667%}}html body .bvi-body[data-bvi-theme=white]{background-color:#fff !important;fill:#000 !important}html body .bvi-body[data-bvi-theme=white] *{background-color:#fff !important;box-shadow:none !important;text-shadow:none !important;border-color:#000 !important;color:#000 !important;fill:#000 !important}html body .bvi-body[data-bvi-theme=white] * .bvi-background-image{background-color:transparent !important}html body .bvi-body[data-bvi-theme=white] * a{text-decoration:underline !important;outline:0 !important}html body .bvi-body[data-bvi-theme=white] * a.bvi-link{color:#000 !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=white] * a.bvi-link.disabled{color:rgba(0,0,0,0.5) !important;border:1px solid rgba(0,0,0,0.5) !important;pointer-events:none;cursor:no-drop;text-decoration:none !important}html body .bvi-body[data-bvi-theme=white] * a.bvi-link.disabled:focus{color:rgba(0,0,0,0.5) !important;border:1px solid rgba(0,0,0,0.5) !important;text-underline:none !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=white] * a.bvi-link:hover{color:#fff !important;background-color:#000 !important;text-underline:none !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=white] * a.bvi-link:focus{color:#000 !important;background-color:#fff !important;text-underline:none !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=white] * :checked,html body .bvi-body[data-bvi-theme=white] * :default,html body .bvi-body[data-bvi-theme=white] * :disabled,html body .bvi-body[data-bvi-theme=white] * :empty,html body .bvi-body[data-bvi-theme=white] * :enabled,html body .bvi-body[data-bvi-theme=white] * :first-child,html body .bvi-body[data-bvi-theme=white] * :first-of-type,html body .bvi-body[data-bvi-theme=white] * :focus,html body .bvi-body[data-bvi-theme=white] * :indeterminate,html body .bvi-body[data-bvi-theme=white] * :hover,html body .bvi-body[data-bvi-theme=white] * :last-child,html body .bvi-body[data-bvi-theme=white] * :last-of-type,html body .bvi-body[data-bvi-theme=white] * :link,html body .bvi-body[data-bvi-theme=white] * :nth-last-child,html body .bvi-body[data-bvi-theme=white] * :nth-last-of-type,html body .bvi-body[data-bvi-theme=white] * :nth-of-type,html body .bvi-body[data-bvi-theme=white] * :only-child,html body .bvi-body[data-bvi-theme=white] * :only-of-type,html body .bvi-body[data-bvi-theme=white] * :optional,html body .bvi-body[data-bvi-theme=white] * :read-write,html body .bvi-body[data-bvi-theme=white] * :required,html body .bvi-body[data-bvi-theme=white] * :root,html body .bvi-body[data-bvi-theme=white] * :target,html body .bvi-body[data-bvi-theme=white] * :valid,html body .bvi-body[data-bvi-theme=white] * :visited,html body .bvi-body[data-bvi-theme=white] * :first-child:first-letter ,html body .bvi-body[data-bvi-theme=white] * :default{background-color:#fff !important;box-shadow:none !important;text-shadow:none !important;border-color:#000 !important;color:#000 !important;fill:#000 !important}html body .bvi-body[data-bvi-theme=white] *:after{background-color:rgba(255,255,255,0) !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important;border-color:transparent !important}html body .bvi-body[data-bvi-theme=white] *:before{background-color:rgba(255,255,255,0) !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important;border-color:transparent !important}html body .bvi-body[data-bvi-theme=white] *::selection{background-color:#000 !important;color:#fff !important}html body .bvi-body[data-bvi-theme=white] * a{outline:0 !important;color:#000 !important;background-color:transparent !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme=white] * a.active{color:#000 !important;background-color:#fff !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=white] * a:hover{color:#fff !important;background-color:#000 !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=white] * a:hover:after{background-color:rgba(255,255,255,0) !important;color:#fff !important;box-shadow:none !important;text-shadow:none !important;border-color:transparent !important}html body .bvi-body[data-bvi-theme=white] * a:hover:before{background-color:rgba(255,255,255,0) !important;color:#fff !important;box-shadow:none !important;text-shadow:none !important;border-color:transparent !important}html body .bvi-body[data-bvi-theme=white] * a:hover *{color:#fff !important;background-color:#000 !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=white] * a:hover *:after{background-color:rgba(255,255,255,0) !important;color:#fff !important;box-shadow:none !important;text-shadow:none !important;border-color:transparent !important}html body .bvi-body[data-bvi-theme=white] * a:hover *:before{background-color:rgba(255,255,255,0) !important;color:#fff !important;box-shadow:none !important;text-shadow:none !important;border-color:transparent !important}html body .bvi-body[data-bvi-theme=white] * button,html body .bvi-body[data-bvi-theme=white] * input[type=submit],html body .bvi-body[data-bvi-theme=white] * input[type=button],html body .bvi-body[data-bvi-theme=white] * button[type=submit],html body .bvi-body[data-bvi-theme=white] * button[type=button]{color:#fff !important;background-color:#000 !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=white] * button:hover.active,html body .bvi-body[data-bvi-theme=white] * input[type=button]:hover.active,html body .bvi-body[data-bvi-theme=white] * input[type=submit]:hover.active,html body .bvi-body[data-bvi-theme=white] * button[type=submit]:hover.active,html body .bvi-body[data-bvi-theme=white] * button[type=button]:hover.active{color:#fff !important;background-color:#000 !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=white] * button:hover:hover,html body .bvi-body[data-bvi-theme=white] * input[type=button]:hover:hover,html body .bvi-body[data-bvi-theme=white] * input[type=submit]:hover:hover,html body .bvi-body[data-bvi-theme=white] * button[type=submit]:hover:hover,html body .bvi-body[data-bvi-theme=white] * button[type=button]:hover:hover{color:#fff !important;background-color:#000 !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=white] * button:hover:hover *,html body .bvi-body[data-bvi-theme=white] * input[type=button]:hover:hover *,html body .bvi-body[data-bvi-theme=white] * input[type=submit]:hover:hover *,html body .bvi-body[data-bvi-theme=white] * button[type=submit]:hover:hover *,html body .bvi-body[data-bvi-theme=white] * button[type=button]:hover:hover *{color:#fff !important;background-color:#000 !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=black]{background-color:#000 !important;fill:#fff !important}html body .bvi-body[data-bvi-theme=black] *{background-color:#000 !important;box-shadow:none !important;text-shadow:none !important;border-color:#fff !important;color:#fff !important;fill:#fff !important}html body .bvi-body[data-bvi-theme=black] * .bvi-background-image{background-color:transparent !important}html body .bvi-body[data-bvi-theme=black] * a{text-decoration:underline !important;outline:0 !important}html body .bvi-body[data-bvi-theme=black] * a.bvi-link{color:#fff !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=black] * a.bvi-link.disabled{color:rgba(255,255,255,0.5) !important;border:1px solid rgba(255,255,255,0.5) !important;pointer-events:none;cursor:no-drop;text-decoration:none !important}html body .bvi-body[data-bvi-theme=black] * a.bvi-link.disabled:focus{color:rgba(255,255,255,0.5) !important;border:1px solid rgba(255,255,255,0.5) !important;text-underline:none !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=black] * a.bvi-link:hover{color:#000 !important;background-color:#fff !important;text-underline:none !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=black] * a.bvi-link:focus{color:#fff !important;background-color:#000 !important;text-underline:none !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=black] * :checked,html body .bvi-body[data-bvi-theme=black] * :default,html body .bvi-body[data-bvi-theme=black] * :disabled,html body .bvi-body[data-bvi-theme=black] * :empty,html body .bvi-body[data-bvi-theme=black] * :enabled,html body .bvi-body[data-bvi-theme=black] * :first-child,html body .bvi-body[data-bvi-theme=black] * :first-of-type,html body .bvi-body[data-bvi-theme=black] * :focus,html body .bvi-body[data-bvi-theme=black] * :indeterminate,html body .bvi-body[data-bvi-theme=black] * :hover,html body .bvi-body[data-bvi-theme=black] * :last-child,html body .bvi-body[data-bvi-theme=black] * :last-of-type,html body .bvi-body[data-bvi-theme=black] * :link,html body .bvi-body[data-bvi-theme=black] * :nth-last-child,html body .bvi-body[data-bvi-theme=black] * :nth-last-of-type,html body .bvi-body[data-bvi-theme=black] * :nth-of-type,html body .bvi-body[data-bvi-theme=black] * :only-child,html body .bvi-body[data-bvi-theme=black] * :only-of-type,html body .bvi-body[data-bvi-theme=black] * :optional,html body .bvi-body[data-bvi-theme=black] * :read-write,html body .bvi-body[data-bvi-theme=black] * :required,html body .bvi-body[data-bvi-theme=black] * :root,html body .bvi-body[data-bvi-theme=black] * :target,html body .bvi-body[data-bvi-theme=black] * :valid,html body .bvi-body[data-bvi-theme=black] * :visited,html body .bvi-body[data-bvi-theme=black] * :first-child:first-letter ,html body .bvi-body[data-bvi-theme=black] * :default{background-color:#000 !important;box-shadow:none !important;text-shadow:none !important;border-color:#fff !important;color:#fff !important;fill:#fff !important}html body .bvi-body[data-bvi-theme=black] *:after{background-color:rgba(255,255,255,0) !important;color:#fff !important;box-shadow:none !important;text-shadow:none !important;border-color:transparent !important}html body .bvi-body[data-bvi-theme=black] *:before{background-color:rgba(255,255,255,0) !important;color:#fff !important;box-shadow:none !important;text-shadow:none !important;border-color:transparent !important}html body .bvi-body[data-bvi-theme=black] *::selection{background-color:#fff !important;color:#000 !important}html body .bvi-body[data-bvi-theme=black] * a{outline:0 !important;color:#fff !important;background-color:transparent !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme=black] * a.active{color:#fff !important;background-color:#000 !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=black] * a:hover{color:#000 !important;background-color:#fff !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=black] * a:hover:after{background-color:rgba(255,255,255,0) !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important;border-color:transparent !important}html body .bvi-body[data-bvi-theme=black] * a:hover:before{background-color:rgba(255,255,255,0) !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important;border-color:transparent !important}html body .bvi-body[data-bvi-theme=black] * a:hover *{color:#000 !important;background-color:#fff !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=black] * a:hover *:after{background-color:rgba(255,255,255,0) !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important;border-color:transparent !important}html body .bvi-body[data-bvi-theme=black] * a:hover *:before{background-color:rgba(255,255,255,0) !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important;border-color:transparent !important}html body .bvi-body[data-bvi-theme=black] * button,html body .bvi-body[data-bvi-theme=black] * input[type=submit],html body .bvi-body[data-bvi-theme=black] * input[type=button],html body .bvi-body[data-bvi-theme=black] * button[type=submit],html body .bvi-body[data-bvi-theme=black] * button[type=button]{color:#000 !important;background-color:#fff !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=black] * button:hover.active,html body .bvi-body[data-bvi-theme=black] * input[type=button]:hover.active,html body .bvi-body[data-bvi-theme=black] * input[type=submit]:hover.active,html body .bvi-body[data-bvi-theme=black] * button[type=submit]:hover.active,html body .bvi-body[data-bvi-theme=black] * button[type=button]:hover.active{color:#000 !important;background-color:#fff !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=black] * button:hover:hover,html body .bvi-body[data-bvi-theme=black] * input[type=button]:hover:hover,html body .bvi-body[data-bvi-theme=black] * input[type=submit]:hover:hover,html body .bvi-body[data-bvi-theme=black] * button[type=submit]:hover:hover,html body .bvi-body[data-bvi-theme=black] * button[type=button]:hover:hover{color:#000 !important;background-color:#fff !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=black] * button:hover:hover *,html body .bvi-body[data-bvi-theme=black] * input[type=button]:hover:hover *,html body .bvi-body[data-bvi-theme=black] * input[type=submit]:hover:hover *,html body .bvi-body[data-bvi-theme=black] * button[type=submit]:hover:hover *,html body .bvi-body[data-bvi-theme=black] * button[type=button]:hover:hover *{color:#000 !important;background-color:#fff !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=blue]{background-color:#9dd1ff !important;fill:#063462 !important}html body .bvi-body[data-bvi-theme=blue] *{background-color:#9dd1ff !important;box-shadow:none !important;text-shadow:none !important;border-color:#063462 !important;color:#063462 !important;fill:#063462 !important}html body .bvi-body[data-bvi-theme=blue] * .bvi-background-image{background-color:transparent !important}html body .bvi-body[data-bvi-theme=blue] * a{text-decoration:underline !important;outline:0 !important}html body .bvi-body[data-bvi-theme=blue] * a.bvi-link{color:#063462 !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=blue] * a.bvi-link.disabled{color:rgba(6,52,98,0.5) !important;border:1px solid rgba(6,52,98,0.5) !important;pointer-events:none;cursor:no-drop;text-decoration:none !important}html body .bvi-body[data-bvi-theme=blue] * a.bvi-link.disabled:focus{color:rgba(6,52,98,0.5) !important;border:1px solid rgba(6,52,98,0.5) !important;text-underline:none !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=blue] * a.bvi-link:hover{color:#9dd1ff !important;background-color:#063462 !important;text-underline:none !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=blue] * a.bvi-link:focus{color:#063462 !important;background-color:#9dd1ff !important;text-underline:none !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=blue] * :checked,html body .bvi-body[data-bvi-theme=blue] * :default,html body .bvi-body[data-bvi-theme=blue] * :disabled,html body .bvi-body[data-bvi-theme=blue] * :empty,html body .bvi-body[data-bvi-theme=blue] * :enabled,html body .bvi-body[data-bvi-theme=blue] * :first-child,html body .bvi-body[data-bvi-theme=blue] * :first-of-type,html body .bvi-body[data-bvi-theme=blue] * :focus,html body .bvi-body[data-bvi-theme=blue] * :indeterminate,html body .bvi-body[data-bvi-theme=blue] * :hover,html body .bvi-body[data-bvi-theme=blue] * :last-child,html body .bvi-body[data-bvi-theme=blue] * :last-of-type,html body .bvi-body[data-bvi-theme=blue] * :link,html body .bvi-body[data-bvi-theme=blue] * :nth-last-child,html body .bvi-body[data-bvi-theme=blue] * :nth-last-of-type,html body .bvi-body[data-bvi-theme=blue] * :nth-of-type,html body .bvi-body[data-bvi-theme=blue] * :only-child,html body .bvi-body[data-bvi-theme=blue] * :only-of-type,html body .bvi-body[data-bvi-theme=blue] * :optional,html body .bvi-body[data-bvi-theme=blue] * :read-write,html body .bvi-body[data-bvi-theme=blue] * :required,html body .bvi-body[data-bvi-theme=blue] * :root,html body .bvi-body[data-bvi-theme=blue] * :target,html body .bvi-body[data-bvi-theme=blue] * :valid,html body .bvi-body[data-bvi-theme=blue] * :visited,html body .bvi-body[data-bvi-theme=blue] * :first-child:first-letter ,html body .bvi-body[data-bvi-theme=blue] * :default{background-color:#9dd1ff !important;box-shadow:none !important;text-shadow:none !important;border-color:#063462 !important;color:#063462 !important;fill:#063462 !important}html body .bvi-body[data-bvi-theme=blue] *:after{background-color:rgba(255,255,255,0) !important;color:#063462 !important;box-shadow:none !important;text-shadow:none !important;border-color:transparent !important}html body .bvi-body[data-bvi-theme=blue] *:before{background-color:rgba(255,255,255,0) !important;color:#063462 !important;box-shadow:none !important;text-shadow:none !important;border-color:transparent !important}html body .bvi-body[data-bvi-theme=blue] *::selection{background-color:#063462 !important;color:#9dd1ff !important}html body .bvi-body[data-bvi-theme=blue] * a{outline:0 !important;color:#063462 !important;background-color:transparent !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme=blue] * a.active{color:#063462 !important;background-color:#9dd1ff !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=blue] * a:hover{color:#9dd1ff !important;background-color:#063462 !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=blue] * a:hover:after{background-color:rgba(255,255,255,0) !important;color:#9dd1ff !important;box-shadow:none !important;text-shadow:none !important;border-color:transparent !important}html body .bvi-body[data-bvi-theme=blue] * a:hover:before{background-color:rgba(255,255,255,0) !important;color:#9dd1ff !important;box-shadow:none !important;text-shadow:none !important;border-color:transparent !important}html body .bvi-body[data-bvi-theme=blue] * a:hover *{color:#9dd1ff !important;background-color:#063462 !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=blue] * a:hover *:after{background-color:rgba(255,255,255,0) !important;color:#9dd1ff !important;box-shadow:none !important;text-shadow:none !important;border-color:transparent !important}html body .bvi-body[data-bvi-theme=blue] * a:hover *:before{background-color:rgba(255,255,255,0) !important;color:#9dd1ff !important;box-shadow:none !important;text-shadow:none !important;border-color:transparent !important}html body .bvi-body[data-bvi-theme=blue] * button,html body .bvi-body[data-bvi-theme=blue] * input[type=submit],html body .bvi-body[data-bvi-theme=blue] * input[type=button],html body .bvi-body[data-bvi-theme=blue] * button[type=submit],html body .bvi-body[data-bvi-theme=blue] * button[type=button]{color:#9dd1ff !important;background-color:#063462 !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=blue] * button:hover.active,html body .bvi-body[data-bvi-theme=blue] * input[type=button]:hover.active,html body .bvi-body[data-bvi-theme=blue] * input[type=submit]:hover.active,html body .bvi-body[data-bvi-theme=blue] * button[type=submit]:hover.active,html body .bvi-body[data-bvi-theme=blue] * button[type=button]:hover.active{color:#9dd1ff !important;background-color:#063462 !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=blue] * button:hover:hover,html body .bvi-body[data-bvi-theme=blue] * input[type=button]:hover:hover,html body .bvi-body[data-bvi-theme=blue] * input[type=submit]:hover:hover,html body .bvi-body[data-bvi-theme=blue] * button[type=submit]:hover:hover,html body .bvi-body[data-bvi-theme=blue] * button[type=button]:hover:hover{color:#9dd1ff !important;background-color:#063462 !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=blue] * button:hover:hover *,html body .bvi-body[data-bvi-theme=blue] * input[type=button]:hover:hover *,html body .bvi-body[data-bvi-theme=blue] * input[type=submit]:hover:hover *,html body .bvi-body[data-bvi-theme=blue] * button[type=submit]:hover:hover *,html body .bvi-body[data-bvi-theme=blue] * button[type=button]:hover:hover *{color:#9dd1ff !important;background-color:#063462 !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=brown]{background-color:#f7f3d6 !important;fill:#4d4b43 !important}html body .bvi-body[data-bvi-theme=brown] *{background-color:#f7f3d6 !important;box-shadow:none !important;text-shadow:none !important;border-color:#4d4b43 !important;color:#4d4b43 !important;fill:#4d4b43 !important}html body .bvi-body[data-bvi-theme=brown] * .bvi-background-image{background-color:transparent !important}html body .bvi-body[data-bvi-theme=brown] * a{text-decoration:underline !important;outline:0 !important}html body .bvi-body[data-bvi-theme=brown] * a.bvi-link{color:#4d4b43 !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=brown] * a.bvi-link.disabled{color:rgba(77,75,67,0.5) !important;border:1px solid rgba(77,75,67,0.5) !important;pointer-events:none;cursor:no-drop;text-decoration:none !important}html body .bvi-body[data-bvi-theme=brown] * a.bvi-link.disabled:focus{color:rgba(77,75,67,0.5) !important;border:1px solid rgba(77,75,67,0.5) !important;text-underline:none !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=brown] * a.bvi-link:hover{color:#f7f3d6 !important;background-color:#4d4b43 !important;text-underline:none !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=brown] * a.bvi-link:focus{color:#4d4b43 !important;background-color:#f7f3d6 !important;text-underline:none !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=brown] * :checked,html body .bvi-body[data-bvi-theme=brown] * :default,html body .bvi-body[data-bvi-theme=brown] * :disabled,html body .bvi-body[data-bvi-theme=brown] * :empty,html body .bvi-body[data-bvi-theme=brown] * :enabled,html body .bvi-body[data-bvi-theme=brown] * :first-child,html body .bvi-body[data-bvi-theme=brown] * :first-of-type,html body .bvi-body[data-bvi-theme=brown] * :focus,html body .bvi-body[data-bvi-theme=brown] * :indeterminate,html body .bvi-body[data-bvi-theme=brown] * :hover,html body .bvi-body[data-bvi-theme=brown] * :last-child,html body .bvi-body[data-bvi-theme=brown] * :last-of-type,html body .bvi-body[data-bvi-theme=brown] * :link,html body .bvi-body[data-bvi-theme=brown] * :nth-last-child,html body .bvi-body[data-bvi-theme=brown] * :nth-last-of-type,html body .bvi-body[data-bvi-theme=brown] * :nth-of-type,html body .bvi-body[data-bvi-theme=brown] * :only-child,html body .bvi-body[data-bvi-theme=brown] * :only-of-type,html body .bvi-body[data-bvi-theme=brown] * :optional,html body .bvi-body[data-bvi-theme=brown] * :read-write,html body .bvi-body[data-bvi-theme=brown] * :required,html body .bvi-body[data-bvi-theme=brown] * :root,html body .bvi-body[data-bvi-theme=brown] * :target,html body .bvi-body[data-bvi-theme=brown] * :valid,html body .bvi-body[data-bvi-theme=brown] * :visited,html body .bvi-body[data-bvi-theme=brown] * :first-child:first-letter ,html body .bvi-body[data-bvi-theme=brown] * :default{background-color:#f7f3d6 !important;box-shadow:none !important;text-shadow:none !important;border-color:#4d4b43 !important;color:#4d4b43 !important;fill:#4d4b43 !important}html body .bvi-body[data-bvi-theme=brown] *:after{background-color:rgba(255,255,255,0) !important;color:#4d4b43 !important;box-shadow:none !important;text-shadow:none !important;border-color:transparent !important}html body .bvi-body[data-bvi-theme=brown] *:before{background-color:rgba(255,255,255,0) !important;color:#4d4b43 !important;box-shadow:none !important;text-shadow:none !important;border-color:transparent !important}html body .bvi-body[data-bvi-theme=brown] *::selection{background-color:#4d4b43 !important;color:#f7f3d6 !important}html body .bvi-body[data-bvi-theme=brown] * a{outline:0 !important;color:#4d4b43 !important;background-color:transparent !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme=brown] * a.active{color:#4d4b43 !important;background-color:#f7f3d6 !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=brown] * a:hover{color:#f7f3d6 !important;background-color:#4d4b43 !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=brown] * a:hover:after{background-color:rgba(255,255,255,0) !important;color:#f7f3d6 !important;box-shadow:none !important;text-shadow:none !important;border-color:transparent !important}html body .bvi-body[data-bvi-theme=brown] * a:hover:before{background-color:rgba(255,255,255,0) !important;color:#f7f3d6 !important;box-shadow:none !important;text-shadow:none !important;border-color:transparent !important}html body .bvi-body[data-bvi-theme=brown] * a:hover *{color:#f7f3d6 !important;background-color:#4d4b43 !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=brown] * a:hover *:after{background-color:rgba(255,255,255,0) !important;color:#f7f3d6 !important;box-shadow:none !important;text-shadow:none !important;border-color:transparent !important}html body .bvi-body[data-bvi-theme=brown] * a:hover *:before{background-color:rgba(255,255,255,0) !important;color:#f7f3d6 !important;box-shadow:none !important;text-shadow:none !important;border-color:transparent !important}html body .bvi-body[data-bvi-theme=brown] * button,html body .bvi-body[data-bvi-theme=brown] * input[type=submit],html body .bvi-body[data-bvi-theme=brown] * input[type=button],html body .bvi-body[data-bvi-theme=brown] * button[type=submit],html body .bvi-body[data-bvi-theme=brown] * button[type=button]{color:#f7f3d6 !important;background-color:#4d4b43 !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=brown] * button:hover.active,html body .bvi-body[data-bvi-theme=brown] * input[type=button]:hover.active,html body .bvi-body[data-bvi-theme=brown] * input[type=submit]:hover.active,html body .bvi-body[data-bvi-theme=brown] * button[type=submit]:hover.active,html body .bvi-body[data-bvi-theme=brown] * button[type=button]:hover.active{color:#f7f3d6 !important;background-color:#4d4b43 !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=brown] * button:hover:hover,html body .bvi-body[data-bvi-theme=brown] * input[type=button]:hover:hover,html body .bvi-body[data-bvi-theme=brown] * input[type=submit]:hover:hover,html body .bvi-body[data-bvi-theme=brown] * button[type=submit]:hover:hover,html body .bvi-body[data-bvi-theme=brown] * button[type=button]:hover:hover{color:#f7f3d6 !important;background-color:#4d4b43 !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=brown] * button:hover:hover *,html body .bvi-body[data-bvi-theme=brown] * input[type=button]:hover:hover *,html body .bvi-body[data-bvi-theme=brown] * input[type=submit]:hover:hover *,html body .bvi-body[data-bvi-theme=brown] * button[type=submit]:hover:hover *,html body .bvi-body[data-bvi-theme=brown] * button[type=button]:hover:hover *{color:#f7f3d6 !important;background-color:#4d4b43 !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=green]{background-color:#3b2716 !important;fill:#a9e44d !important}html body .bvi-body[data-bvi-theme=green] *{background-color:#3b2716 !important;box-shadow:none !important;text-shadow:none !important;border-color:#a9e44d !important;color:#a9e44d !important;fill:#a9e44d !important}html body .bvi-body[data-bvi-theme=green] * .bvi-background-image{background-color:transparent !important}html body .bvi-body[data-bvi-theme=green] * a{text-decoration:underline !important;outline:0 !important}html body .bvi-body[data-bvi-theme=green] * a.bvi-link{color:#a9e44d !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=green] * a.bvi-link.disabled{color:rgba(169,228,77,0.5) !important;border:1px solid rgba(169,228,77,0.5) !important;pointer-events:none;cursor:no-drop;text-decoration:none !important}html body .bvi-body[data-bvi-theme=green] * a.bvi-link.disabled:focus{color:rgba(169,228,77,0.5) !important;border:1px solid rgba(169,228,77,0.5) !important;text-underline:none !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=green] * a.bvi-link:hover{color:#3b2716 !important;background-color:#a9e44d !important;text-underline:none !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=green] * a.bvi-link:focus{color:#a9e44d !important;background-color:#3b2716 !important;text-underline:none !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=green] * :checked,html body .bvi-body[data-bvi-theme=green] * :default,html body .bvi-body[data-bvi-theme=green] * :disabled,html body .bvi-body[data-bvi-theme=green] * :empty,html body .bvi-body[data-bvi-theme=green] * :enabled,html body .bvi-body[data-bvi-theme=green] * :first-child,html body .bvi-body[data-bvi-theme=green] * :first-of-type,html body .bvi-body[data-bvi-theme=green] * :focus,html body .bvi-body[data-bvi-theme=green] * :indeterminate,html body .bvi-body[data-bvi-theme=green] * :hover,html body .bvi-body[data-bvi-theme=green] * :last-child,html body .bvi-body[data-bvi-theme=green] * :last-of-type,html body .bvi-body[data-bvi-theme=green] * :link,html body .bvi-body[data-bvi-theme=green] * :nth-last-child,html body .bvi-body[data-bvi-theme=green] * :nth-last-of-type,html body .bvi-body[data-bvi-theme=green] * :nth-of-type,html body .bvi-body[data-bvi-theme=green] * :only-child,html body .bvi-body[data-bvi-theme=green] * :only-of-type,html body .bvi-body[data-bvi-theme=green] * :optional,html body .bvi-body[data-bvi-theme=green] * :read-write,html body .bvi-body[data-bvi-theme=green] * :required,html body .bvi-body[data-bvi-theme=green] * :root,html body .bvi-body[data-bvi-theme=green] * :target,html body .bvi-body[data-bvi-theme=green] * :valid,html body .bvi-body[data-bvi-theme=green] * :visited,html body .bvi-body[data-bvi-theme=green] * :first-child:first-letter ,html body .bvi-body[data-bvi-theme=green] * :default{background-color:#3b2716 !important;box-shadow:none !important;text-shadow:none !important;border-color:#a9e44d !important;color:#a9e44d !important;fill:#a9e44d !important}html body .bvi-body[data-bvi-theme=green] *:after{background-color:rgba(255,255,255,0) !important;color:#a9e44d !important;box-shadow:none !important;text-shadow:none !important;border-color:transparent !important}html body .bvi-body[data-bvi-theme=green] *:before{background-color:rgba(255,255,255,0) !important;color:#a9e44d !important;box-shadow:none !important;text-shadow:none !important;border-color:transparent !important}html body .bvi-body[data-bvi-theme=green] *::selection{background-color:#a9e44d !important;color:#3b2716 !important}html body .bvi-body[data-bvi-theme=green] * a{outline:0 !important;color:#a9e44d !important;background-color:transparent !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme=green] * a.active{color:#a9e44d !important;background-color:#3b2716 !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=green] * a:hover{color:#3b2716 !important;background-color:#a9e44d !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=green] * a:hover:after{background-color:rgba(255,255,255,0) !important;color:#3b2716 !important;box-shadow:none !important;text-shadow:none !important;border-color:transparent !important}html body .bvi-body[data-bvi-theme=green] * a:hover:before{background-color:rgba(255,255,255,0) !important;color:#3b2716 !important;box-shadow:none !important;text-shadow:none !important;border-color:transparent !important}html body .bvi-body[data-bvi-theme=green] * a:hover *{color:#3b2716 !important;background-color:#a9e44d !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=green] * a:hover *:after{background-color:rgba(255,255,255,0) !important;color:#3b2716 !important;box-shadow:none !important;text-shadow:none !important;border-color:transparent !important}html body .bvi-body[data-bvi-theme=green] * a:hover *:before{background-color:rgba(255,255,255,0) !important;color:#3b2716 !important;box-shadow:none !important;text-shadow:none !important;border-color:transparent !important}html body .bvi-body[data-bvi-theme=green] * button,html body .bvi-body[data-bvi-theme=green] * input[type=submit],html body .bvi-body[data-bvi-theme=green] * input[type=button],html body .bvi-body[data-bvi-theme=green] * button[type=submit],html body .bvi-body[data-bvi-theme=green] * button[type=button]{color:#3b2716 !important;background-color:#a9e44d !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=green] * button:hover.active,html body .bvi-body[data-bvi-theme=green] * input[type=button]:hover.active,html body .bvi-body[data-bvi-theme=green] * input[type=submit]:hover.active,html body .bvi-body[data-bvi-theme=green] * button[type=submit]:hover.active,html body .bvi-body[data-bvi-theme=green] * button[type=button]:hover.active{color:#3b2716 !important;background-color:#a9e44d !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=green] * button:hover:hover,html body .bvi-body[data-bvi-theme=green] * input[type=button]:hover:hover,html body .bvi-body[data-bvi-theme=green] * input[type=submit]:hover:hover,html body .bvi-body[data-bvi-theme=green] * button[type=submit]:hover:hover,html body .bvi-body[data-bvi-theme=green] * button[type=button]:hover:hover{color:#3b2716 !important;background-color:#a9e44d !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=green] * button:hover:hover *,html body .bvi-body[data-bvi-theme=green] * input[type=button]:hover:hover *,html body .bvi-body[data-bvi-theme=green] * input[type=submit]:hover:hover *,html body .bvi-body[data-bvi-theme=green] * button[type=submit]:hover:hover *,html body .bvi-body[data-bvi-theme=green] * button[type=button]:hover:hover *{color:#3b2716 !important;background-color:#a9e44d !important;text-decoration:none !important}html body .bvi-body[data-bvi-size="40"] *{font-size:40px !important}html body .bvi-body[data-bvi-size="40"] * h1,html body .bvi-body[data-bvi-size="40"] * h1 *{font-size:47px !important}html body .bvi-body[data-bvi-size="40"] * h2,html body .bvi-body[data-bvi-size="40"] * h2 *{font-size:46px !important}html body .bvi-body[data-bvi-size="40"] * h3,html body .bvi-body[data-bvi-size="40"] * h3 *{font-size:45px !important}html body .bvi-body[data-bvi-size="40"] * h4,html body .bvi-body[data-bvi-size="40"] * h4 *{font-size:44px !important}html body .bvi-body[data-bvi-size="40"] * h5,html body .bvi-body[data-bvi-size="40"] * h5 *{font-size:43px !important}html body .bvi-body[data-bvi-size="40"] * h6,html body .bvi-body[data-bvi-size="40"] * h6 *{font-size:42px !important}html body .bvi-body[data-bvi-size="39"] *{font-size:39px !important}html body .bvi-body[data-bvi-size="39"] * h1,html body .bvi-body[data-bvi-size="39"] * h1 *{font-size:46px !important}html body .bvi-body[data-bvi-size="39"] * h2,html body .bvi-body[data-bvi-size="39"] * h2 *{font-size:45px !important}html body .bvi-body[data-bvi-size="39"] * h3,html body .bvi-body[data-bvi-size="39"] * h3 *{font-size:44px !important}html body .bvi-body[data-bvi-size="39"] * h4,html body .bvi-body[data-bvi-size="39"] * h4 *{font-size:43px !important}html body .bvi-body[data-bvi-size="39"] * h5,html body .bvi-body[data-bvi-size="39"] * h5 *{font-size:42px !important}html body .bvi-body[data-bvi-size="39"] * h6,html body .bvi-body[data-bvi-size="39"] * h6 *{font-size:41px !important}html body .bvi-body[data-bvi-size="38"] *{font-size:38px !important}html body .bvi-body[data-bvi-size="38"] * h1,html body .bvi-body[data-bvi-size="38"] * h1 *{font-size:45px !important}html body .bvi-body[data-bvi-size="38"] * h2,html body .bvi-body[data-bvi-size="38"] * h2 *{font-size:44px !important}html body .bvi-body[data-bvi-size="38"] * h3,html body .bvi-body[data-bvi-size="38"] * h3 *{font-size:43px !important}html body .bvi-body[data-bvi-size="38"] * h4,html body .bvi-body[data-bvi-size="38"] * h4 *{font-size:42px !important}html body .bvi-body[data-bvi-size="38"] * h5,html body .bvi-body[data-bvi-size="38"] * h5 *{font-size:41px !important}html body .bvi-body[data-bvi-size="38"] * h6,html body .bvi-body[data-bvi-size="38"] * h6 *{font-size:40px !important}html body .bvi-body[data-bvi-size="37"] *{font-size:37px !important}html body .bvi-body[data-bvi-size="37"] * h1,html body .bvi-body[data-bvi-size="37"] * h1 *{font-size:44px !important}html body .bvi-body[data-bvi-size="37"] * h2,html body .bvi-body[data-bvi-size="37"] * h2 *{font-size:43px !important}html body .bvi-body[data-bvi-size="37"] * h3,html body .bvi-body[data-bvi-size="37"] * h3 *{font-size:42px !important}html body .bvi-body[data-bvi-size="37"] * h4,html body .bvi-body[data-bvi-size="37"] * h4 *{font-size:41px !important}html body .bvi-body[data-bvi-size="37"] * h5,html body .bvi-body[data-bvi-size="37"] * h5 *{font-size:40px !important}html body .bvi-body[data-bvi-size="37"] * h6,html body .bvi-body[data-bvi-size="37"] * h6 *{font-size:39px !important}html body .bvi-body[data-bvi-size="36"] *{font-size:36px !important}html body .bvi-body[data-bvi-size="36"] * h1,html body .bvi-body[data-bvi-size="36"] * h1 *{font-size:43px !important}html body .bvi-body[data-bvi-size="36"] * h2,html body .bvi-body[data-bvi-size="36"] * h2 *{font-size:42px !important}html body .bvi-body[data-bvi-size="36"] * h3,html body .bvi-body[data-bvi-size="36"] * h3 *{font-size:41px !important}html body .bvi-body[data-bvi-size="36"] * h4,html body .bvi-body[data-bvi-size="36"] * h4 *{font-size:40px !important}html body .bvi-body[data-bvi-size="36"] * h5,html body .bvi-body[data-bvi-size="36"] * h5 *{font-size:39px !important}html body .bvi-body[data-bvi-size="36"] * h6,html body .bvi-body[data-bvi-size="36"] * h6 *{font-size:38px !important}html body .bvi-body[data-bvi-size="35"] *{font-size:35px !important}html body .bvi-body[data-bvi-size="35"] * h1,html body .bvi-body[data-bvi-size="35"] * h1 *{font-size:42px !important}html body .bvi-body[data-bvi-size="35"] * h2,html body .bvi-body[data-bvi-size="35"] * h2 *{font-size:41px !important}html body .bvi-body[data-bvi-size="35"] * h3,html body .bvi-body[data-bvi-size="35"] * h3 *{font-size:40px !important}html body .bvi-body[data-bvi-size="35"] * h4,html body .bvi-body[data-bvi-size="35"] * h4 *{font-size:39px !important}html body .bvi-body[data-bvi-size="35"] * h5,html body .bvi-body[data-bvi-size="35"] * h5 *{font-size:38px !important}html body .bvi-body[data-bvi-size="35"] * h6,html body .bvi-body[data-bvi-size="35"] * h6 *{font-size:37px !important}html body .bvi-body[data-bvi-size="34"] *{font-size:34px !important}html body .bvi-body[data-bvi-size="34"] * h1,html body .bvi-body[data-bvi-size="34"] * h1 *{font-size:41px !important}html body .bvi-body[data-bvi-size="34"] * h2,html body .bvi-body[data-bvi-size="34"] * h2 *{font-size:40px !important}html body .bvi-body[data-bvi-size="34"] * h3,html body .bvi-body[data-bvi-size="34"] * h3 *{font-size:39px !important}html body .bvi-body[data-bvi-size="34"] * h4,html body .bvi-body[data-bvi-size="34"] * h4 *{font-size:38px !important}html body .bvi-body[data-bvi-size="34"] * h5,html body .bvi-body[data-bvi-size="34"] * h5 *{font-size:37px !important}html body .bvi-body[data-bvi-size="34"] * h6,html body .bvi-body[data-bvi-size="34"] * h6 *{font-size:36px !important}html body .bvi-body[data-bvi-size="33"] *{font-size:33px !important}html body .bvi-body[data-bvi-size="33"] * h1,html body .bvi-body[data-bvi-size="33"] * h1 *{font-size:40px !important}html body .bvi-body[data-bvi-size="33"] * h2,html body .bvi-body[data-bvi-size="33"] * h2 *{font-size:39px !important}html body .bvi-body[data-bvi-size="33"] * h3,html body .bvi-body[data-bvi-size="33"] * h3 *{font-size:38px !important}html body .bvi-body[data-bvi-size="33"] * h4,html body .bvi-body[data-bvi-size="33"] * h4 *{font-size:37px !important}html body .bvi-body[data-bvi-size="33"] * h5,html body .bvi-body[data-bvi-size="33"] * h5 *{font-size:36px !important}html body .bvi-body[data-bvi-size="33"] * h6,html body .bvi-body[data-bvi-size="33"] * h6 *{font-size:35px !important}html body .bvi-body[data-bvi-size="32"] *{font-size:32px !important}html body .bvi-body[data-bvi-size="32"] * h1,html body .bvi-body[data-bvi-size="32"] * h1 *{font-size:39px !important}html body .bvi-body[data-bvi-size="32"] * h2,html body .bvi-body[data-bvi-size="32"] * h2 *{font-size:38px !important}html body .bvi-body[data-bvi-size="32"] * h3,html body .bvi-body[data-bvi-size="32"] * h3 *{font-size:37px !important}html body .bvi-body[data-bvi-size="32"] * h4,html body .bvi-body[data-bvi-size="32"] * h4 *{font-size:36px !important}html body .bvi-body[data-bvi-size="32"] * h5,html body .bvi-body[data-bvi-size="32"] * h5 *{font-size:35px !important}html body .bvi-body[data-bvi-size="32"] * h6,html body .bvi-body[data-bvi-size="32"] * h6 *{font-size:34px !important}html body .bvi-body[data-bvi-size="31"] *{font-size:31px !important}html body .bvi-body[data-bvi-size="31"] * h1,html body .bvi-body[data-bvi-size="31"] * h1 *{font-size:38px !important}html body .bvi-body[data-bvi-size="31"] * h2,html body .bvi-body[data-bvi-size="31"] * h2 *{font-size:37px !important}html body .bvi-body[data-bvi-size="31"] * h3,html body .bvi-body[data-bvi-size="31"] * h3 *{font-size:36px !important}html body .bvi-body[data-bvi-size="31"] * h4,html body .bvi-body[data-bvi-size="31"] * h4 *{font-size:35px !important}html body .bvi-body[data-bvi-size="31"] * h5,html body .bvi-body[data-bvi-size="31"] * h5 *{font-size:34px !important}html body .bvi-body[data-bvi-size="31"] * h6,html body .bvi-body[data-bvi-size="31"] * h6 *{font-size:33px !important}html body .bvi-body[data-bvi-size="30"] *{font-size:30px !important}html body .bvi-body[data-bvi-size="30"] * h1,html body .bvi-body[data-bvi-size="30"] * h1 *{font-size:37px !important}html body .bvi-body[data-bvi-size="30"] * h2,html body .bvi-body[data-bvi-size="30"] * h2 *{font-size:36px !important}html body .bvi-body[data-bvi-size="30"] * h3,html body .bvi-body[data-bvi-size="30"] * h3 *{font-size:35px !important}html body .bvi-body[data-bvi-size="30"] * h4,html body .bvi-body[data-bvi-size="30"] * h4 *{font-size:34px !important}html body .bvi-body[data-bvi-size="30"] * h5,html body .bvi-body[data-bvi-size="30"] * h5 *{font-size:33px !important}html body .bvi-body[data-bvi-size="30"] * h6,html body .bvi-body[data-bvi-size="30"] * h6 *{font-size:32px !important}html body .bvi-body[data-bvi-size="29"] *{font-size:29px !important}html body .bvi-body[data-bvi-size="29"] * h1,html body .bvi-body[data-bvi-size="29"] * h1 *{font-size:36px !important}html body .bvi-body[data-bvi-size="29"] * h2,html body .bvi-body[data-bvi-size="29"] * h2 *{font-size:35px !important}html body .bvi-body[data-bvi-size="29"] * h3,html body .bvi-body[data-bvi-size="29"] * h3 *{font-size:34px !important}html body .bvi-body[data-bvi-size="29"] * h4,html body .bvi-body[data-bvi-size="29"] * h4 *{font-size:33px !important}html body .bvi-body[data-bvi-size="29"] * h5,html body .bvi-body[data-bvi-size="29"] * h5 *{font-size:32px !important}html body .bvi-body[data-bvi-size="29"] * h6,html body .bvi-body[data-bvi-size="29"] * h6 *{font-size:31px !important}html body .bvi-body[data-bvi-size="28"] *{font-size:28px !important}html body .bvi-body[data-bvi-size="28"] * h1,html body .bvi-body[data-bvi-size="28"] * h1 *{font-size:35px !important}html body .bvi-body[data-bvi-size="28"] * h2,html body .bvi-body[data-bvi-size="28"] * h2 *{font-size:34px !important}html body .bvi-body[data-bvi-size="28"] * h3,html body .bvi-body[data-bvi-size="28"] * h3 *{font-size:33px !important}html body .bvi-body[data-bvi-size="28"] * h4,html body .bvi-body[data-bvi-size="28"] * h4 *{font-size:32px !important}html body .bvi-body[data-bvi-size="28"] * h5,html body .bvi-body[data-bvi-size="28"] * h5 *{font-size:31px !important}html body .bvi-body[data-bvi-size="28"] * h6,html body .bvi-body[data-bvi-size="28"] * h6 *{font-size:30px !important}html body .bvi-body[data-bvi-size="27"] *{font-size:27px !important}html body .bvi-body[data-bvi-size="27"] * h1,html body .bvi-body[data-bvi-size="27"] * h1 *{font-size:34px !important}html body .bvi-body[data-bvi-size="27"] * h2,html body .bvi-body[data-bvi-size="27"] * h2 *{font-size:33px !important}html body .bvi-body[data-bvi-size="27"] * h3,html body .bvi-body[data-bvi-size="27"] * h3 *{font-size:32px !important}html body .bvi-body[data-bvi-size="27"] * h4,html body .bvi-body[data-bvi-size="27"] * h4 *{font-size:31px !important}html body .bvi-body[data-bvi-size="27"] * h5,html body .bvi-body[data-bvi-size="27"] * h5 *{font-size:30px !important}html body .bvi-body[data-bvi-size="27"] * h6,html body .bvi-body[data-bvi-size="27"] * h6 *{font-size:29px !important}html body .bvi-body[data-bvi-size="26"] *{font-size:26px !important}html body .bvi-body[data-bvi-size="26"] * h1,html body .bvi-body[data-bvi-size="26"] * h1 *{font-size:33px !important}html body .bvi-body[data-bvi-size="26"] * h2,html body .bvi-body[data-bvi-size="26"] * h2 *{font-size:32px !important}html body .bvi-body[data-bvi-size="26"] * h3,html body .bvi-body[data-bvi-size="26"] * h3 *{font-size:31px !important}html body .bvi-body[data-bvi-size="26"] * h4,html body .bvi-body[data-bvi-size="26"] * h4 *{font-size:30px !important}html body .bvi-body[data-bvi-size="26"] * h5,html body .bvi-body[data-bvi-size="26"] * h5 *{font-size:29px !important}html body .bvi-body[data-bvi-size="26"] * h6,html body .bvi-body[data-bvi-size="26"] * h6 *{font-size:28px !important}html body .bvi-body[data-bvi-size="25"] *{font-size:25px !important}html body .bvi-body[data-bvi-size="25"] * h1,html body .bvi-body[data-bvi-size="25"] * h1 *{font-size:32px !important}html body .bvi-body[data-bvi-size="25"] * h2,html body .bvi-body[data-bvi-size="25"] * h2 *{font-size:31px !important}html body .bvi-body[data-bvi-size="25"] * h3,html body .bvi-body[data-bvi-size="25"] * h3 *{font-size:30px !important}html body .bvi-body[data-bvi-size="25"] * h4,html body .bvi-body[data-bvi-size="25"] * h4 *{font-size:29px !important}html body .bvi-body[data-bvi-size="25"] * h5,html body .bvi-body[data-bvi-size="25"] * h5 *{font-size:28px !important}html body .bvi-body[data-bvi-size="25"] * h6,html body .bvi-body[data-bvi-size="25"] * h6 *{font-size:27px !important}html body .bvi-body[data-bvi-size="24"] *{font-size:24px !important}html body .bvi-body[data-bvi-size="24"] * h1,html body .bvi-body[data-bvi-size="24"] * h1 *{font-size:31px !important}html body .bvi-body[data-bvi-size="24"] * h2,html body .bvi-body[data-bvi-size="24"] * h2 *{font-size:30px !important}html body .bvi-body[data-bvi-size="24"] * h3,html body .bvi-body[data-bvi-size="24"] * h3 *{font-size:29px !important}html body .bvi-body[data-bvi-size="24"] * h4,html body .bvi-body[data-bvi-size="24"] * h4 *{font-size:28px !important}html body .bvi-body[data-bvi-size="24"] * h5,html body .bvi-body[data-bvi-size="24"] * h5 *{font-size:27px !important}html body .bvi-body[data-bvi-size="24"] * h6,html body .bvi-body[data-bvi-size="24"] * h6 *{font-size:26px !important}html body .bvi-body[data-bvi-size="23"] *{font-size:23px !important}html body .bvi-body[data-bvi-size="23"] * h1,html body .bvi-body[data-bvi-size="23"] * h1 *{font-size:30px !important}html body .bvi-body[data-bvi-size="23"] * h2,html body .bvi-body[data-bvi-size="23"] * h2 *{font-size:29px !important}html body .bvi-body[data-bvi-size="23"] * h3,html body .bvi-body[data-bvi-size="23"] * h3 *{font-size:28px !important}html body .bvi-body[data-bvi-size="23"] * h4,html body .bvi-body[data-bvi-size="23"] * h4 *{font-size:27px !important}html body .bvi-body[data-bvi-size="23"] * h5,html body .bvi-body[data-bvi-size="23"] * h5 *{font-size:26px !important}html body .bvi-body[data-bvi-size="23"] * h6,html body .bvi-body[data-bvi-size="23"] * h6 *{font-size:25px !important}html body .bvi-body[data-bvi-size="22"] *{font-size:22px !important}html body .bvi-body[data-bvi-size="22"] * h1,html body .bvi-body[data-bvi-size="22"] * h1 *{font-size:29px !important}html body .bvi-body[data-bvi-size="22"] * h2,html body .bvi-body[data-bvi-size="22"] * h2 *{font-size:28px !important}html body .bvi-body[data-bvi-size="22"] * h3,html body .bvi-body[data-bvi-size="22"] * h3 *{font-size:27px !important}html body .bvi-body[data-bvi-size="22"] * h4,html body .bvi-body[data-bvi-size="22"] * h4 *{font-size:26px !important}html body .bvi-body[data-bvi-size="22"] * h5,html body .bvi-body[data-bvi-size="22"] * h5 *{font-size:25px !important}html body .bvi-body[data-bvi-size="22"] * h6,html body .bvi-body[data-bvi-size="22"] * h6 *{font-size:24px !important}html body .bvi-body[data-bvi-size="21"] *{font-size:21px !important}html body .bvi-body[data-bvi-size="21"] * h1,html body .bvi-body[data-bvi-size="21"] * h1 *{font-size:28px !important}html body .bvi-body[data-bvi-size="21"] * h2,html body .bvi-body[data-bvi-size="21"] * h2 *{font-size:27px !important}html body .bvi-body[data-bvi-size="21"] * h3,html body .bvi-body[data-bvi-size="21"] * h3 *{font-size:26px !important}html body .bvi-body[data-bvi-size="21"] * h4,html body .bvi-body[data-bvi-size="21"] * h4 *{font-size:25px !important}html body .bvi-body[data-bvi-size="21"] * h5,html body .bvi-body[data-bvi-size="21"] * h5 *{font-size:24px !important}html body .bvi-body[data-bvi-size="21"] * h6,html body .bvi-body[data-bvi-size="21"] * h6 *{font-size:23px !important}html body .bvi-body[data-bvi-size="20"] *{font-size:20px !important}html body .bvi-body[data-bvi-size="20"] * h1,html body .bvi-body[data-bvi-size="20"] * h1 *{font-size:27px !important}html body .bvi-body[data-bvi-size="20"] * h2,html body .bvi-body[data-bvi-size="20"] * h2 *{font-size:26px !important}html body .bvi-body[data-bvi-size="20"] * h3,html body .bvi-body[data-bvi-size="20"] * h3 *{font-size:25px !important}html body .bvi-body[data-bvi-size="20"] * h4,html body .bvi-body[data-bvi-size="20"] * h4 *{font-size:24px !important}html body .bvi-body[data-bvi-size="20"] * h5,html body .bvi-body[data-bvi-size="20"] * h5 *{font-size:23px !important}html body .bvi-body[data-bvi-size="20"] * h6,html body .bvi-body[data-bvi-size="20"] * h6 *{font-size:22px !important}html body .bvi-body[data-bvi-size="19"] *{font-size:19px !important}html body .bvi-body[data-bvi-size="19"] * h1,html body .bvi-body[data-bvi-size="19"] * h1 *{font-size:26px !important}html body .bvi-body[data-bvi-size="19"] * h2,html body .bvi-body[data-bvi-size="19"] * h2 *{font-size:25px !important}html body .bvi-body[data-bvi-size="19"] * h3,html body .bvi-body[data-bvi-size="19"] * h3 *{font-size:24px !important}html body .bvi-body[data-bvi-size="19"] * h4,html body .bvi-body[data-bvi-size="19"] * h4 *{font-size:23px !important}html body .bvi-body[data-bvi-size="19"] * h5,html body .bvi-body[data-bvi-size="19"] * h5 *{font-size:22px !important}html body .bvi-body[data-bvi-size="19"] * h6,html body .bvi-body[data-bvi-size="19"] * h6 *{font-size:21px !important}html body .bvi-body[data-bvi-size="18"] *{font-size:18px !important}html body .bvi-body[data-bvi-size="18"] * h1,html body .bvi-body[data-bvi-size="18"] * h1 *{font-size:25px !important}html body .bvi-body[data-bvi-size="18"] * h2,html body .bvi-body[data-bvi-size="18"] * h2 *{font-size:24px !important}html body .bvi-body[data-bvi-size="18"] * h3,html body .bvi-body[data-bvi-size="18"] * h3 *{font-size:23px !important}html body .bvi-body[data-bvi-size="18"] * h4,html body .bvi-body[data-bvi-size="18"] * h4 *{font-size:22px !important}html body .bvi-body[data-bvi-size="18"] * h5,html body .bvi-body[data-bvi-size="18"] * h5 *{font-size:21px !important}html body .bvi-body[data-bvi-size="18"] * h6,html body .bvi-body[data-bvi-size="18"] * h6 *{font-size:20px !important}html body .bvi-body[data-bvi-size="17"] *{font-size:17px !important}html body .bvi-body[data-bvi-size="17"] * h1,html body .bvi-body[data-bvi-size="17"] * h1 *{font-size:24px !important}html body .bvi-body[data-bvi-size="17"] * h2,html body .bvi-body[data-bvi-size="17"] * h2 *{font-size:23px !important}html body .bvi-body[data-bvi-size="17"] * h3,html body .bvi-body[data-bvi-size="17"] * h3 *{font-size:22px !important}html body .bvi-body[data-bvi-size="17"] * h4,html body .bvi-body[data-bvi-size="17"] * h4 *{font-size:21px !important}html body .bvi-body[data-bvi-size="17"] * h5,html body .bvi-body[data-bvi-size="17"] * h5 *{font-size:20px !important}html body .bvi-body[data-bvi-size="17"] * h6,html body .bvi-body[data-bvi-size="17"] * h6 *{font-size:19px !important}html body .bvi-body[data-bvi-size="16"] *{font-size:16px !important}html body .bvi-body[data-bvi-size="16"] * h1,html body .bvi-body[data-bvi-size="16"] * h1 *{font-size:23px !important}html body .bvi-body[data-bvi-size="16"] * h2,html body .bvi-body[data-bvi-size="16"] * h2 *{font-size:22px !important}html body .bvi-body[data-bvi-size="16"] * h3,html body .bvi-body[data-bvi-size="16"] * h3 *{font-size:21px !important}html body .bvi-body[data-bvi-size="16"] * h4,html body .bvi-body[data-bvi-size="16"] * h4 *{font-size:20px !important}html body .bvi-body[data-bvi-size="16"] * h5,html body .bvi-body[data-bvi-size="16"] * h5 *{font-size:19px !important}html body .bvi-body[data-bvi-size="16"] * h6,html body .bvi-body[data-bvi-size="16"] * h6 *{font-size:18px !important}html body .bvi-body[data-bvi-size="15"] *{font-size:15px !important}html body .bvi-body[data-bvi-size="15"] * h1,html body .bvi-body[data-bvi-size="15"] * h1 *{font-size:22px !important}html body .bvi-body[data-bvi-size="15"] * h2,html body .bvi-body[data-bvi-size="15"] * h2 *{font-size:21px !important}html body .bvi-body[data-bvi-size="15"] * h3,html body .bvi-body[data-bvi-size="15"] * h3 *{font-size:20px !important}html body .bvi-body[data-bvi-size="15"] * h4,html body .bvi-body[data-bvi-size="15"] * h4 *{font-size:19px !important}html body .bvi-body[data-bvi-size="15"] * h5,html body .bvi-body[data-bvi-size="15"] * h5 *{font-size:18px !important}html body .bvi-body[data-bvi-size="15"] * h6,html body .bvi-body[data-bvi-size="15"] * h6 *{font-size:17px !important}html body .bvi-body[data-bvi-size="14"] *{font-size:14px !important}html body .bvi-body[data-bvi-size="14"] * h1,html body .bvi-body[data-bvi-size="14"] * h1 *{font-size:21px !important}html body .bvi-body[data-bvi-size="14"] * h2,html body .bvi-body[data-bvi-size="14"] * h2 *{font-size:20px !important}html body .bvi-body[data-bvi-size="14"] * h3,html body .bvi-body[data-bvi-size="14"] * h3 *{font-size:19px !important}html body .bvi-body[data-bvi-size="14"] * h4,html body .bvi-body[data-bvi-size="14"] * h4 *{font-size:18px !important}html body .bvi-body[data-bvi-size="14"] * h5,html body .bvi-body[data-bvi-size="14"] * h5 *{font-size:17px !important}html body .bvi-body[data-bvi-size="14"] * h6,html body .bvi-body[data-bvi-size="14"] * h6 *{font-size:16px !important}html body .bvi-body[data-bvi-size="13"] *{font-size:13px !important}html body .bvi-body[data-bvi-size="13"] * h1,html body .bvi-body[data-bvi-size="13"] * h1 *{font-size:20px !important}html body .bvi-body[data-bvi-size="13"] * h2,html body .bvi-body[data-bvi-size="13"] * h2 *{font-size:19px !important}html body .bvi-body[data-bvi-size="13"] * h3,html body .bvi-body[data-bvi-size="13"] * h3 *{font-size:18px !important}html body .bvi-body[data-bvi-size="13"] * h4,html body .bvi-body[data-bvi-size="13"] * h4 *{font-size:17px !important}html body .bvi-body[data-bvi-size="13"] * h5,html body .bvi-body[data-bvi-size="13"] * h5 *{font-size:16px !important}html body .bvi-body[data-bvi-size="13"] * h6,html body .bvi-body[data-bvi-size="13"] * h6 *{font-size:15px !important}html body .bvi-body[data-bvi-size="12"] *{font-size:12px !important}html body .bvi-body[data-bvi-size="12"] * h1,html body .bvi-body[data-bvi-size="12"] * h1 *{font-size:19px !important}html body .bvi-body[data-bvi-size="12"] * h2,html body .bvi-body[data-bvi-size="12"] * h2 *{font-size:18px !important}html body .bvi-body[data-bvi-size="12"] * h3,html body .bvi-body[data-bvi-size="12"] * h3 *{font-size:17px !important}html body .bvi-body[data-bvi-size="12"] * h4,html body .bvi-body[data-bvi-size="12"] * h4 *{font-size:16px !important}html body .bvi-body[data-bvi-size="12"] * h5,html body .bvi-body[data-bvi-size="12"] * h5 *{font-size:15px !important}html body .bvi-body[data-bvi-size="12"] * h6,html body .bvi-body[data-bvi-size="12"] * h6 *{font-size:14px !important}html body .bvi-body[data-bvi-size="11"] *{font-size:11px !important}html body .bvi-body[data-bvi-size="11"] * h1,html body .bvi-body[data-bvi-size="11"] * h1 *{font-size:18px !important}html body .bvi-body[data-bvi-size="11"] * h2,html body .bvi-body[data-bvi-size="11"] * h2 *{font-size:17px !important}html body .bvi-body[data-bvi-size="11"] * h3,html body .bvi-body[data-bvi-size="11"] * h3 *{font-size:16px !important}html body .bvi-body[data-bvi-size="11"] * h4,html body .bvi-body[data-bvi-size="11"] * h4 *{font-size:15px !important}html body .bvi-body[data-bvi-size="11"] * h5,html body .bvi-body[data-bvi-size="11"] * h5 *{font-size:14px !important}html body .bvi-body[data-bvi-size="11"] * h6,html body .bvi-body[data-bvi-size="11"] * h6 *{font-size:13px !important}html body .bvi-body[data-bvi-size="10"] *{font-size:10px !important}html body .bvi-body[data-bvi-size="10"] * h1,html body .bvi-body[data-bvi-size="10"] * h1 *{font-size:17px !important}html body .bvi-body[data-bvi-size="10"] * h2,html body .bvi-body[data-bvi-size="10"] * h2 *{font-size:16px !important}html body .bvi-body[data-bvi-size="10"] * h3,html body .bvi-body[data-bvi-size="10"] * h3 *{font-size:15px !important}html body .bvi-body[data-bvi-size="10"] * h4,html body .bvi-body[data-bvi-size="10"] * h4 *{font-size:14px !important}html body .bvi-body[data-bvi-size="10"] * h5,html body .bvi-body[data-bvi-size="10"] * h5 *{font-size:13px !important}html body .bvi-body[data-bvi-size="10"] * h6,html body .bvi-body[data-bvi-size="10"] * h6 *{font-size:12px !important}html body .bvi-body[data-bvi-size="9"] *{font-size:9px !important}html body .bvi-body[data-bvi-size="9"] * h1,html body .bvi-body[data-bvi-size="9"] * h1 *{font-size:16px !important}html body .bvi-body[data-bvi-size="9"] * h2,html body .bvi-body[data-bvi-size="9"] * h2 *{font-size:15px !important}html body .bvi-body[data-bvi-size="9"] * h3,html body .bvi-body[data-bvi-size="9"] * h3 *{font-size:14px !important}html body .bvi-body[data-bvi-size="9"] * h4,html body .bvi-body[data-bvi-size="9"] * h4 *{font-size:13px !important}html body .bvi-body[data-bvi-size="9"] * h5,html body .bvi-body[data-bvi-size="9"] * h5 *{font-size:12px !important}html body .bvi-body[data-bvi-size="9"] * h6,html body .bvi-body[data-bvi-size="9"] * h6 *{font-size:11px !important}html body .bvi-body[data-bvi-size="8"] *{font-size:8px !important}html body .bvi-body[data-bvi-size="8"] * h1,html body .bvi-body[data-bvi-size="8"] * h1 *{font-size:15px !important}html body .bvi-body[data-bvi-size="8"] * h2,html body .bvi-body[data-bvi-size="8"] * h2 *{font-size:14px !important}html body .bvi-body[data-bvi-size="8"] * h3,html body .bvi-body[data-bvi-size="8"] * h3 *{font-size:13px !important}html body .bvi-body[data-bvi-size="8"] * h4,html body .bvi-body[data-bvi-size="8"] * h4 *{font-size:12px !important}html body .bvi-body[data-bvi-size="8"] * h5,html body .bvi-body[data-bvi-size="8"] * h5 *{font-size:11px !important}html body .bvi-body[data-bvi-size="8"] * h6,html body .bvi-body[data-bvi-size="8"] * h6 *{font-size:10px !important}html body .bvi-body[data-bvi-size="7"] *{font-size:7px !important}html body .bvi-body[data-bvi-size="7"] * h1,html body .bvi-body[data-bvi-size="7"] * h1 *{font-size:14px !important}html body .bvi-body[data-bvi-size="7"] * h2,html body .bvi-body[data-bvi-size="7"] * h2 *{font-size:13px !important}html body .bvi-body[data-bvi-size="7"] * h3,html body .bvi-body[data-bvi-size="7"] * h3 *{font-size:12px !important}html body .bvi-body[data-bvi-size="7"] * h4,html body .bvi-body[data-bvi-size="7"] * h4 *{font-size:11px !important}html body .bvi-body[data-bvi-size="7"] * h5,html body .bvi-body[data-bvi-size="7"] * h5 *{font-size:10px !important}html body .bvi-body[data-bvi-size="7"] * h6,html body .bvi-body[data-bvi-size="7"] * h6 *{font-size:9px !important}html body .bvi-body[data-bvi-size="6"] *{font-size:6px !important}html body .bvi-body[data-bvi-size="6"] * h1,html body .bvi-body[data-bvi-size="6"] * h1 *{font-size:13px !important}html body .bvi-body[data-bvi-size="6"] * h2,html body .bvi-body[data-bvi-size="6"] * h2 *{font-size:12px !important}html body .bvi-body[data-bvi-size="6"] * h3,html body .bvi-body[data-bvi-size="6"] * h3 *{font-size:11px !important}html body .bvi-body[data-bvi-size="6"] * h4,html body .bvi-body[data-bvi-size="6"] * h4 *{font-size:10px !important}html body .bvi-body[data-bvi-size="6"] * h5,html body .bvi-body[data-bvi-size="6"] * h5 *{font-size:9px !important}html body .bvi-body[data-bvi-size="6"] * h6,html body .bvi-body[data-bvi-size="6"] * h6 *{font-size:8px !important}html body .bvi-body[data-bvi-size="5"] *{font-size:5px !important}html body .bvi-body[data-bvi-size="5"] * h1,html body .bvi-body[data-bvi-size="5"] * h1 *{font-size:12px !important}html body .bvi-body[data-bvi-size="5"] * h2,html body .bvi-body[data-bvi-size="5"] * h2 *{font-size:11px !important}html body .bvi-body[data-bvi-size="5"] * h3,html body .bvi-body[data-bvi-size="5"] * h3 *{font-size:10px !important}html body .bvi-body[data-bvi-size="5"] * h4,html body .bvi-body[data-bvi-size="5"] * h4 *{font-size:9px !important}html body .bvi-body[data-bvi-size="5"] * h5,html body .bvi-body[data-bvi-size="5"] * h5 *{font-size:8px !important}html body .bvi-body[data-bvi-size="5"] * h6,html body .bvi-body[data-bvi-size="5"] * h6 *{font-size:7px !important}html body .bvi-body[data-bvi-size="4"] *{font-size:4px !important}html body .bvi-body[data-bvi-size="4"] * h1,html body .bvi-body[data-bvi-size="4"] * h1 *{font-size:11px !important}html body .bvi-body[data-bvi-size="4"] * h2,html body .bvi-body[data-bvi-size="4"] * h2 *{font-size:10px !important}html body .bvi-body[data-bvi-size="4"] * h3,html body .bvi-body[data-bvi-size="4"] * h3 *{font-size:9px !important}html body .bvi-body[data-bvi-size="4"] * h4,html body .bvi-body[data-bvi-size="4"] * h4 *{font-size:8px !important}html body .bvi-body[data-bvi-size="4"] * h5,html body .bvi-body[data-bvi-size="4"] * h5 *{font-size:7px !important}html body .bvi-body[data-bvi-size="4"] * h6,html body .bvi-body[data-bvi-size="4"] * h6 *{font-size:6px !important}html body .bvi-body[data-bvi-size="3"] *{font-size:3px !important}html body .bvi-body[data-bvi-size="3"] * h1,html body .bvi-body[data-bvi-size="3"] * h1 *{font-size:10px !important}html body .bvi-body[data-bvi-size="3"] * h2,html body .bvi-body[data-bvi-size="3"] * h2 *{font-size:9px !important}html body .bvi-body[data-bvi-size="3"] * h3,html body .bvi-body[data-bvi-size="3"] * h3 *{font-size:8px !important}html body .bvi-body[data-bvi-size="3"] * h4,html body .bvi-body[data-bvi-size="3"] * h4 *{font-size:7px !important}html body .bvi-body[data-bvi-size="3"] * h5,html body .bvi-body[data-bvi-size="3"] * h5 *{font-size:6px !important}html body .bvi-body[data-bvi-size="3"] * h6,html body .bvi-body[data-bvi-size="3"] * h6 *{font-size:5px !important}html body .bvi-body[data-bvi-size="2"] *{font-size:2px !important}html body .bvi-body[data-bvi-size="2"] * h1,html body .bvi-body[data-bvi-size="2"] * h1 *{font-size:9px !important}html body .bvi-body[data-bvi-size="2"] * h2,html body .bvi-body[data-bvi-size="2"] * h2 *{font-size:8px !important}html body .bvi-body[data-bvi-size="2"] * h3,html body .bvi-body[data-bvi-size="2"] * h3 *{font-size:7px !important}html body .bvi-body[data-bvi-size="2"] * h4,html body .bvi-body[data-bvi-size="2"] * h4 *{font-size:6px !important}html body .bvi-body[data-bvi-size="2"] * h5,html body .bvi-body[data-bvi-size="2"] * h5 *{font-size:5px !important}html body .bvi-body[data-bvi-size="2"] * h6,html body .bvi-body[data-bvi-size="2"] * h6 *{font-size:4px !important}html body .bvi-body[data-bvi-size="1"] *{font-size:1px !important}html body .bvi-body[data-bvi-size="1"] * h1,html body .bvi-body[data-bvi-size="1"] * h1 *{font-size:8px !important}html body .bvi-body[data-bvi-size="1"] * h2,html body .bvi-body[data-bvi-size="1"] * h2 *{font-size:7px !important}html body .bvi-body[data-bvi-size="1"] * h3,html body .bvi-body[data-bvi-size="1"] * h3 *{font-size:6px !important}html body .bvi-body[data-bvi-size="1"] * h4,html body .bvi-body[data-bvi-size="1"] * h4 *{font-size:5px !important}html body .bvi-body[data-bvi-size="1"] * h5,html body .bvi-body[data-bvi-size="1"] * h5 *{font-size:4px !important}html body .bvi-body[data-bvi-size="1"] * h6,html body .bvi-body[data-bvi-size="1"] * h6 *{font-size:3px !important}html body .bvi-body .bvi-tts .bvi-tts-link{display:inline-block;border:1px dashed transparent;border-bottom:0;padding:10px}html body .bvi-body .bvi-tts .bvi-tts-text{border:1px dashed transparent;padding:10px}html body .bvi-body a{text-decoration:none}html body .bvi-body a.bvi-link{text-decoration:none;color:black;background-color:transparent;text-align:center;-webkit-transition:background-color .2s ease-out;transition:background-color .2s ease-out;cursor:pointer;border-radius:2px;display:inline-block;height:36px;font-weight:bold;line-height:36px;padding:0 10px;vertical-align:middle;border:1px solid #b2b2b2;margin:2px}@media(max-width:575.98px){html body .bvi-body a.bvi-link{height:28px;line-height:28px;padding:0 5px}}@media(min-width:576px) and (max-width:767.98px){html body .bvi-body a.bvi-link{height:28px;line-height:28px;padding:0 5px}}@media(min-width:768px) and (max-width:991.98px){html body .bvi-body a.bvi-link{height:30px;line-height:30px;padding:0 8px}}@media(min-width:992px) and (max-width:1199.98px){html body .bvi-body a.bvi-link{height:34px;line-height:34px;padding:0 9px}}html body .bvi-body a.bvi-link.active{color:inherit;outline:0;background-color:#dbdbdb;text-decoration:none}html body .bvi-body a.bvi-link:hover{color:black;outline:0;background-color:#dbdbdb;text-decoration:none}html body .bvi-body a.bvi-link:focus{color:black;outline:0;background-color:#dbdbdb;text-decoration:none}html body .bvi-body[data-bvi-images=true] .bvi-background-image.bvi-img,html body .bvi-body[data-bvi-images=true] img.bvi-img{-webkit-filter:grayscale(0);filter:grayscale(0)}html body .bvi-body[data-bvi-images=true] .bvi-background-image{background-color:transparent !important}html body .bvi-body[data-bvi-images=false] .bvi-background-image{background-image:none !important;border:0 !important}html body .bvi-body[data-bvi-images=false] div.bvi-img{vertical-align:middle;border:2px dashed;box-sizing:border-box;overflow:hidden;max-width:100%;max-height:100%;word-wrap:break-word;text-align:center;display:flex;align-items:center;justify-content:center}html body .bvi-body[data-bvi-images=grayscale] .bvi-background-image,html body .bvi-body[data-bvi-images=grayscale] img.bvi-img{-moz-filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");-o-filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");-webkit-filter:grayscale(1);filter:gray;filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");filter:grayscale(1)}html body .bvi-body[data-bvi-line-height=normal] *:not(.bvi-link){line-height:1.5 !important}html body .bvi-body[data-bvi-line-height=average] *:not(.bvi-link){line-height:2 !important}html body .bvi-body[data-bvi-line-height=big] *:not(.bvi-link){line-height:2.5 !important}html body .bvi-body[data-bvi-letter-spacing=normal] *:not(.bvi-link){letter-spacing:0 !important}html body .bvi-body[data-bvi-letter-spacing=average] *:not(.bvi-link){letter-spacing:2px !important}html body .bvi-body[data-bvi-letter-spacing=big] *:not(.bvi-link){letter-spacing:4px !important}html body .bvi-body[data-bvi-font-family=arial] *:not(i):not(span){font-family:Arial,sans-serif !important}html body .bvi-body[data-bvi-font-family=times] *:not(i):not(span){font-family:"Times New roman" !important}html body .bvi-body[data-bvi-flash-iframe=true] .wp-audio-shortcode,html body .bvi-body[data-bvi-flash-iframe=true] iframe,html body .bvi-body[data-bvi-flash-iframe=true] video,html body .bvi-body[data-bvi-flash-iframe=true] ymaps,html body .bvi-body[data-bvi-flash-iframe=true] figure{display:block !important}html body .bvi-body[data-bvi-flash-iframe=false] .wp-audio-shortcode,html body .bvi-body[data-bvi-flash-iframe=false] iframe,html body .bvi-body[data-bvi-flash-iframe=false] video,html body .bvi-body[data-bvi-flash-iframe=false] ymaps,html body .bvi-body[data-bvi-flash-iframe=false] figure{display:none !important}html body .bvi-body .bvi-hide{display:none}html body .bvi-body .bvi-show{display:block}html body .bvi-hide{display:block}html body .bvi-show{display:none}html body #bvi-panel-show.bvi-link{text-decoration:none;color:black;background-color:white;text-align:center;-webkit-transition:background-color .2s ease-out;transition:background-color .2s ease-out;cursor:pointer;border-radius:2px;display:inline-block;height:36px;font-weight:bold;line-height:36px;padding:0 10px;vertical-align:middle;border:1px solid #b2b2b2}html body #bvi-panel-show.bvi-link.bvi-link-top{position:fixed !important;top:2.5rem !important;right:1.5rem !important;z-index:999999 !important}html body #bvi-panel-show .bvi-images{font-weight:normal;font-style:normal;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;vertical-align:middle}html body #bvi-panel-show .bvi-images.bvi-images-eye{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAABMlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC88vZ+AAAAZXRSTlMAAQIDBAcICQsMDg8QEhMVFhcYGRweHyAjJCUmKCk1Nzg5Ojs8PUFGSUpMTVBRV1hZXmFiZmxvcXR1d3h5fn+AhYaJi4yOmJqbnaOlpqitvL7Iys7P0dfZ2tze4OTm6fHz9ff7/S2JgwQAAAFESURBVBgZ3cGJWhJhAIbRbyiYygGUFjY3LFuUMtTIfdcWl6g0DQRk/N/7vwX/wXEeKG9Az9Gdk8iXpqZK+YRulZpvEmrOp/SvzCF9DjPq9WCNrk9PnOeEVmOKpOpQN1zmJD0jYOpQTypU9DEzI/BaDxeaXBv+aPAL6soazjNaoaHYMTeW9bSJeSHL6/AnLh2zordEfkuJUy48yflFw5XkM6tNIh1JboOfjuYwg7L+0lr0iZzJGjLMqkVZgW/0+aLAe1o6YluBl/SZUGCHIyUNr2Q55/RoOLImMUmpjMnJytEjKysPZVkb+AVZ44aQGZVV9NlQ1x68kTVUo+tHWtY7+KrQAnx3ZaWnq9XptCx3H5YUGWtjqo8UefzZcFFSj/gWUPtQ8FzXK8zUgN24+g2sdoj4657+5xQrByft9slBpRjTPXMFyfd8QTOpicwAAAAASUVORK5CYII=");width:32px;height:32px}html body a.bvi-link-widget,html body a.bvi-link-shortcode{-webkit-transition:background-color .2s ease-out;transition:background-color .2s ease-out;cursor:pointer;border-radius:2px;display:inline-block;padding:5px 10px;vertical-align:middle;text-decoration:none}html body a.bvi-link-widget .bvi-svg-eye,html body a.bvi-link-shortcode .bvi-svg-eye{display:inline-block;overflow:visible;width:1.125em;height:1em;font-size:2em;vertical-align:middle}
/* End */


/* Start:/local/templates/vorontsovo/styles.css?1787316286268*/
#main-nav.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 500;
}
@media screen and (max-width: 760px) {
.fixedmob {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 500;
} }
.fixedmob {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 500;
}
/* End */


/* Start:/local/templates/vorontsovo/template_styles.css?17873162861634*/
.main-nav__link.selected:after {
	opacity: 1;	
}

.aside-nav ul li a.selected {
	border-bottom: 1px solid #282828
}

.item-event__img a {
	width:100%;
}

.detail_datetime {
	display:inline-block; 
	margin-bottom:20px;
}

.item-object__img {
	position:relative;
}

.event__img {
    position: relative;
}

.event__img, 
.event__img picture,
.event__img picture img {
	width:100%;
	max-width:814px;
}

.event__datetime {
	top:20px;
	left:20px;
	position:absolute;
    padding-top: 10.5px;
    padding-bottom: 10.5px;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 10;
    border-radius: 5px;
	background-color: rgba(0, 130, 80, 0.5);
}

.event__datetime time {
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
}


.item-object__img .list-events__wrap-datetime-and-number-photos {
	padding-top:3.3%;
	position:absolute;
}

.item-event__img img {
	max-height:400px;
	object-fit: cover;
}


.inst-slider__item img {
	height:100%;
	width:100%;
	object-fit: cover;
}

.our-park__info { 
	width:100%;
}

.map-pointer__icon img {
	min-width: 21px;
}

.link_img {
	border-bottom:none !important;
}

.event__description a {
	text-decoration:underline;
}


#ajax_loader {
	width:200px;
	height:200px;
	margin:20px auto;
	background:url(/img/ajax_loader.gif) center center no-repeat;
	background-size:contain;
	display:none;
}

#ajax_more {
	display:none;
}

@media screen and (min-width: 1023px) {
	

	.item-object__img img {
		min-width:600px;
	}
	
	.column-wrap .item-object__img img {
		min-width:450px;
		width:450px;
	}
	
	.column-wrap  .item-object__heading h2{
		font-size: 24px;
		line-height: 30px;
	}
	

}

/* End */
/* /local/templates/vorontsovo/css/style.css?1656918108200809 */
/* /local/templates/vorontsovo/css/additional.css?17488670482282 */
/* /local/templates/vorontsovo/bvi/bvi.min.css?1617277815101959 */
/* /local/templates/vorontsovo/styles.css?1787316286268 */
/* /local/templates/vorontsovo/template_styles.css?17873162861634 */
