@charset "UTF-8";

/* Импортные CSS / SCSS файлы, плагины, модули */

/* Обнуление стилей */

/*! 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;
}

.carousel {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.carousel *,
.carousel *:before,
.carousel *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.carousel.is-draggable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.carousel.is-dragging {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

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

.carousel__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  opacity: 0.25;
  -webkit-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  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;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, #fff);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  -webkit-box-shadow: var(--carousel-button-shadow, none);
          box-shadow: var(--carousel-button-shadow, none);
  -webkit-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

.carousel__button.is-prev,
.carousel__button.is-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.carousel__button.is-prev {
  left: 10px;
}

.carousel__button.is-next {
  right: 10px;
}

.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3;
}

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: #fff;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  -webkit-filter: var(--carousel-button-svg-filter, none);
          filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}

html.with-fancybox {
  scroll-behavior: auto;
}

body.compensate-for-scrollbar {
  overflow: hidden !important;
  -ms-touch-action: none;
      touch-action: none;
}

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: hidden;
  z-index: 1050;
  outline: none;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

.fancybox__container *,
.fancybox__container *::before,
.fancybox__container *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.fancybox__container :focus {
  outline: none;
}

body:not(.is-using-mouse) .fancybox__container :focus {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
          box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}

.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}

.fancybox__carousel {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10;
}

.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}

.fancybox__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.fancybox__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  outline: 0;
  overflow: auto;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}

.fancybox__slide::before,
.fancybox__slide::after {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0px;
          flex: 0 0 0;
  margin: auto;
}

.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 20;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.fancybox__caption {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, #fff);
  visibility: visible;
  cursor: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow-wrap: anywhere;
}

.is-loading .fancybox__caption {
  visibility: hidden;
}

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
  z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
  right: 8px;
}

.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}

.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40;
}

.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #fff);
}

.fancybox__no-click,
.fancybox__no-click button {
  pointer-events: none;
}

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, #fff);
}

.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}

.fancybox__spinner svg {
  -webkit-animation: fancybox-rotate 2s linear infinite;
          animation: fancybox-rotate 2s linear infinite;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: fancybox-dash 1.5s ease-in-out infinite;
          animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: #fff;
}

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

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

@-webkit-keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav,
.carousel__dots,
.carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,
.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,
.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  -webkit-animation: 0.15s ease backwards fancybox-fadeIn;
          animation: 0.15s ease backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop,
.fancybox__container.is-animated.is-closing .fancybox__caption,
.fancybox__container.is-animated.is-closing .fancybox__nav,
.fancybox__container.is-animated.is-closing .carousel__dots,
.fancybox__container.is-animated.is-closing .carousel__button.is-close {
  -webkit-animation: 0.15s ease both fancybox-fadeOut;
          animation: 0.15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
  -webkit-animation: 0.15s ease both fancybox-fadeIn;
          animation: 0.15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
  -webkit-animation: 0.1s ease both fancybox-fadeOut;
          animation: 0.1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
  -webkit-animation: 0.2s ease both fancybox-zoomInUp;
          animation: 0.2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
  -webkit-animation: 0.15s ease both fancybox-zoomOutDown;
          animation: 0.15s ease both fancybox-zoomOutDown;
}

.fancybox-throwOutUp {
  -webkit-animation: 0.15s ease both fancybox-throwOutUp;
          animation: 0.15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
  -webkit-animation: 0.15s ease both fancybox-throwOutDown;
          animation: 0.15s ease both fancybox-throwOutDown;
}

@-webkit-keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}

@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}

@-webkit-keyframes fancybox-zoomInUp {
  from {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
            transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fancybox-zoomInUp {
  from {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
            transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes fancybox-zoomOutDown {
  to {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
            transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}

@keyframes fancybox-zoomOutDown {
  to {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
            transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}

@-webkit-keyframes fancybox-throwOutUp {
  to {
    -webkit-transform: translate3d(0, -30%, 0);
            transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}

@keyframes fancybox-throwOutUp {
  to {
    -webkit-transform: translate3d(0, -30%, 0);
            transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}

@-webkit-keyframes fancybox-throwOutDown {
  to {
    -webkit-transform: translate3d(0, 30%, 0);
            transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}

@keyframes fancybox-throwOutDown {
  to {
    -webkit-transform: translate3d(0, 30%, 0);
            transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}

.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide,
.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__image {
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.has-image .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
}

.is-closing .has-image .fancybox__content {
  overflow: visible;
}

.has-image[data-image-fit=contain] {
  overflow: visible;
  -ms-touch-action: none;
      touch-action: none;
}

.has-image[data-image-fit=contain] .fancybox__content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto;
}

.has-image[data-image-fit=cover] {
  overflow: visible;
  -ms-touch-action: none;
      touch-action: none;
}

.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  max-width: 100%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video,
.fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
}

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

.fancybox__thumbs {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
          animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}

.fancybox__thumbs .carousel__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  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;
  overflow: visible;
  cursor: pointer;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: var(--fancybox-accent-color, #FFBA00);
  opacity: 0;
  -webkit-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: 0.92;
}

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: -webkit-gradient(linear, left bottom, left top, from(hsla(0deg, 0%, 0%, 0)), color-stop(8.1%, hsla(0deg, 0%, 0%, 0.006)), color-stop(15.5%, hsla(0deg, 0%, 0%, 0.021)), color-stop(22.5%, hsla(0deg, 0%, 0%, 0.046)), color-stop(29%, hsla(0deg, 0%, 0%, 0.077)), color-stop(35.3%, hsla(0deg, 0%, 0%, 0.114)), color-stop(41.2%, hsla(0deg, 0%, 0%, 0.155)), color-stop(47.1%, hsla(0deg, 0%, 0%, 0.198)), color-stop(52.9%, hsla(0deg, 0%, 0%, 0.242)), color-stop(58.8%, hsla(0deg, 0%, 0%, 0.285)), color-stop(64.7%, hsla(0deg, 0%, 0%, 0.326)), color-stop(71%, hsla(0deg, 0%, 0%, 0.363)), color-stop(77.5%, hsla(0deg, 0%, 0%, 0.394)), color-stop(84.5%, hsla(0deg, 0%, 0%, 0.419)), color-stop(91.9%, hsla(0deg, 0%, 0%, 0.434)), to(hsla(0deg, 0%, 0%, 0.44)));
  background: -o-linear-gradient(bottom, hsla(0deg, 0%, 0%, 0) 0%, hsla(0deg, 0%, 0%, 0.006) 8.1%, hsla(0deg, 0%, 0%, 0.021) 15.5%, hsla(0deg, 0%, 0%, 0.046) 22.5%, hsla(0deg, 0%, 0%, 0.077) 29%, hsla(0deg, 0%, 0%, 0.114) 35.3%, hsla(0deg, 0%, 0%, 0.155) 41.2%, hsla(0deg, 0%, 0%, 0.198) 47.1%, hsla(0deg, 0%, 0%, 0.242) 52.9%, hsla(0deg, 0%, 0%, 0.285) 58.8%, hsla(0deg, 0%, 0%, 0.326) 64.7%, hsla(0deg, 0%, 0%, 0.363) 71%, hsla(0deg, 0%, 0%, 0.394) 77.5%, hsla(0deg, 0%, 0%, 0.419) 84.5%, hsla(0deg, 0%, 0%, 0.434) 91.9%, hsla(0deg, 0%, 0%, 0.44) 100%);
  background: linear-gradient(to top, hsla(0deg, 0%, 0%, 0) 0%, hsla(0deg, 0%, 0%, 0.006) 8.1%, hsla(0deg, 0%, 0%, 0.021) 15.5%, hsla(0deg, 0%, 0%, 0.046) 22.5%, hsla(0deg, 0%, 0%, 0.077) 29%, hsla(0deg, 0%, 0%, 0.114) 35.3%, hsla(0deg, 0%, 0%, 0.155) 41.2%, hsla(0deg, 0%, 0%, 0.198) 47.1%, hsla(0deg, 0%, 0%, 0.242) 52.9%, hsla(0deg, 0%, 0%, 0.285) 58.8%, hsla(0deg, 0%, 0%, 0.326) 64.7%, hsla(0deg, 0%, 0%, 0.363) 71%, hsla(0deg, 0%, 0%, 0.394) 77.5%, hsla(0deg, 0%, 0%, 0.419) 84.5%, hsla(0deg, 0%, 0%, 0.434) 91.9%, hsla(0deg, 0%, 0%, 0.44) 100%);
  padding: 0;
  -ms-touch-action: none;
      touch-action: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
          animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}

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

.fancybox__toolbar__items--left {
  margin-right: auto;
}

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.fancybox__toolbar__items--right {
  margin-left: auto;
}

.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
      -ms-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 30;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.fancybox__container:-webkit-full-screen::backdrop {
  opacity: 0;
}

.fancybox__container:-ms-fullscreen::backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::-webkit-backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}

/* Slider: swiper */

/* Переменные */

/* Миксины */

/*
  @include adaptive(
    (
      (
        1440px,
        (
          font-size: 24px,
          line-height: 32px
        )
      ),
      (
        992px,
        (
          font-size: 24px,
          line-height: 32px
        )
      )
    )
  );
*/

/* Адаптивность */

/* Подключение шрифта вручную */

/* Работа с типографией */

/* Удобная Сетка */

/* Обнуление стилей */

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  font-family: AvenirNextW1G;
  font-style: normal;
  color: #000;
  font-weight: 400;
}

html,
body {
  background: #fff;
}

body {
  overflow-y: scroll;
  scroll-behavior: smooth;
  position: relative;
}

.img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

dl,
a,
p,
span,
div,
img,
nav,
header,
footer,
button,
input,
h1,
h2,
h3,
h4,
h5,
h6,
textarea {
  margin: 0;
  padding: 0;
}

input,
textarea,
button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  outline: none;
  background: none;
  display: block;
}

input::placehloder,
textarea::placehloder,
button::placehloder {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

textarea {
  resize: none;
}

/* Шрифты */

@font-face {
  font-family: AvenirNextW1G;
  font-display: swap;
  src: url("../fonts/AvenirNextW1G-Bold.woff2") format("woff2"), url("../fonts/AvenirNextW1G-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: AvenirNextW1G;
  font-display: swap;
  src: url("../fonts/AvenirNextW1G-Demi.woff2") format("woff2"), url("../fonts/AvenirNextW1G-Demi.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: AvenirNextW1G;
  font-display: swap;
  src: url("../fonts/AvenirNextW1G-Light.woff2") format("woff2"), url("../fonts/AvenirNextW1G-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: centurygothic;
  font-display: swap;
  src: url("../fonts/centurygothic.woff2") format("woff2"), url("../fonts/centurygothic.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

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

@font-face {
  font-family: Ubuntu;
  font-display: swap;
  src: url("../fonts/Ubuntu-R.woff2") format("woff2"), url("../fonts/Ubuntu-R.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

/* Типографика */

h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 62px;
  font-family: AvenirNextW1G;
}

h2 {
  font-size: 24px;
  font-weight: 300;
  line-height: 24px;
  font-family: AvenirNextW1G;
  text-transform: uppercase;
}

h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 28px;
  font-family: AvenirNextW1G;
}

p {
  font-size: 17px;
  font-weight: 400;
  line-height: 16px;
  font-family: AvenirNextW1G;
}

a {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  font-family: AvenirNextW1G;
  display: block;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* Анимации */

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes modalOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes modalOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fadeOutIn {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeOutIn {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes tabsOpacity {
  0% {
    opacity: 0;
  }

  70% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes tabsOpacity {
  0% {
    opacity: 0;
  }

  70% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* Компоненты */

/* Сетка */

.grid {
  max-width: 1600px;
  width: calc(100% - 30px);
  position: relative;
  margin: 0 auto;
}

.grid__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr);
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.grid__full-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.grid-gap {
  padding: 0 15px;
}

/* Иконки */

.icon {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.icon:hover {
  opacity: 0.6;
}

.no-webp .icon--vk{
  background-image: url("../../img/icons/i-vk.png"); }

.icon--vk {
  width: 34px;
  height: 20px;
  min-width: 34px;
  min-height: 20px;
}

.no-webp .icon--mail{
  background-image: url("../../img/icons/i-mail.png"); }

.icon--mail {
  width: 26px;
  height: 20px;
  min-width: 26px;
  min-height: 20px;
}

.no-webp .icon--people{
  background-image: url("../../img/icons/i-people.png"); }

.icon--people {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
}

.no-webp .icon--search{
  background-image: url("../../img/icons/i-search.png"); }

.icon--search {
  width: 18px;
  height: 20px;
  min-width: 18px;
  min-height: 20px;
}

.no-webp .icon--disclaimer{
  background-image: url("../../img/icons/i-disclaimer.png"); }

.icon--disclaimer {
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
}

/* Кнопки */

/* Кнопка: перейти */

.btn {
  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: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
  -webkit-transition-property: background-color, color, border-color, -webkit-box-shadow;
  transition-property: background-color, color, border-color, -webkit-box-shadow;
  -o-transition-property: background-color, color, box-shadow, border-color;
  transition-property: background-color, color, box-shadow, border-color;
  transition-property: background-color, color, box-shadow, border-color, -webkit-box-shadow;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  max-width: 100%;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.btn--bigsize {
  font-size: 24px;
  font-weight: 300;
  line-height: 24px;
  font-family: AvenirNextW1G;
  padding: 10px 18px;
  min-height: 42px;
  max-height: 42px;
}

.btn--minsize {
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
  font-family: AvenirNextW1G;
  padding: 4px 12px;
  min-height: 28px;
  max-height: 28px;
}

.btn--transparent {
  -webkit-transition-property: background-color, border-color;
  -o-transition-property: background-color, border-color;
  transition-property: background-color, border-color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  border: 1px solid #000;
  text-transform: uppercase;
  background-color: transparent;
  color: #000;
}

.btn--transparent:hover {
  background-color: #C4E5C7;
  border-color: #C4E5C7;
}

.btn--white {
  -webkit-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  border: 2px solid #fff;
  color: #fff;
}

.btn--white:hover {
  border-color: #fff;
  background-color: #fff;
  color: #000;
}

/* Секция */

.section {
  margin: 60px 0 80px 0;
}

/* Modal */

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100vh;
  z-index: 10000;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.modal__dialog {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 auto;
  z-index: 9999;
}

.modal__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;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal__close {
  position: absolute;
  z-index: 10000;
  top: 0;
  right: 0;
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.modal__close:hover {
  cursor: pointer;
  opacity: 0.5;
}

.modal__icon--close {
  display: block;
  width: inherit;
  height: inherit;
  min-width: inherit;
  min-height: inherit;
}

.modal__icon--close .modal__svg .modal__path {
  width: inherit;
  height: inherit;
  min-width: inherit;
  min-height: inherit;
  stroke: #000;
}

.modal--visible {
  opacity: 1;
  pointer-events: auto;
  overflow-y: auto;
}

.modal--mobmenu .modal__content,
.modal--mobmenu .modal__dialog {
  width: 100%;
  height: 100%;
}

.modal--mobmenu .modal__grid {
  height: 100%;
}

.modal--mobmenu .modal__wrapper {
  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;
  text-align: center;
  height: 100%;
}

.modal--mobmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 24px;
}

.modal--mobmenu ul li:last-child {
  margin-bottom: 0;
}

.modal--mobmenu ul li a {
  text-transform: uppercase;
}

.modal--mobmenu .modal__wrapper-currency {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.modal--mobmenu .modal__currency {
  font-family: centurygothic;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: inline-block;
  color: #000;
}

.modal--mobmenu .modal__currency:last-child {
  margin-bottom: 0;
}

.modal--mobmenu .modal__currency span {
  font-family: inherit;
  display: inline-block;
  color: inherit;
}

/* Slider: Swiper */

.swiper-container {
  max-width: 100%;
  -ms-grid-column-span: 12;
  grid-column: span 12;
}

.swiper-container .swiper-pagination-bullet {
  height: 20px;
  width: 20px;
  background: #000;
  opacity: 1;
  margin: 0 16px;
}

.swiper-container .swiper-pagination-bullet:hover {
  cursor: pointer;
}

.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: red !important;
}

.swiper-container .swiper-slide {
  padding-bottom: 60px;
  /* fixed overflow */
}

.swiper-container .swiper-pagination {
  bottom: 20px;
  z-index: 10;
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
  margin-top: -22px;
  /* arrow navigation size */
  top: calc(50% - 30px);
  /* fixed position (due to fixed overflow padding-bottom) */
}

.swiper-container .swiper-button-next:after,
.swiper-container .swiper-button-prev:after {
  font-family: swiper-icons;
  /* icons-arrow */
  /* background-image: url() */
  /* custom icons */
}

/* Tabs */

.tabs__tab {
  font-size: 14px;
  font-weight: 800;
  line-height: 16px;
  font-family: AvenirNextW1G;
  text-transform: uppercase;
  margin-right: 20px;
  color: #2f5c01;
  padding-bottom: 2px;
  padding-right: 2px;
  padding-left: 2px;
  border-bottom: 3px solid transparent;
  -webkit-transition-property: border-bottom, opacity;
  -o-transition-property: border-bottom, opacity;
  transition-property: border-bottom, opacity;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

.tabs__tab:hover {
  cursor: pointer;
  opacity: 0.6;
}

.tabs__tab:last-child {
  margin-right: 0;
}

.tabs__tab--active {
  color: #000;
  border-bottom: 3px solid #2f5c01;
}

.tabs__content {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0;
  position: absolute;
  top: 0;
}

.tabs__content--active {
  opacity: 1;
  pointer-events: all;
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
  position: relative;
  -webkit-animation: tabsOpacity 0.2s ease-in-out;
          animation: tabsOpacity 0.2s ease-in-out;
}

/* Wrapper title */

.wrapper-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 2px;
  border-bottom: 1px solid #76A544;
}

.wrapper-title__tabs-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 14px;
  margin-bottom: -7px;
}

/* Article */

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

.article__wrapper-img {
  margin-right: 24px;
}

.article__img {
  -webkit-transition: -webkit-filter 0.3s linear;
  transition: -webkit-filter 0.3s linear;
  -o-transition: filter 0.3s linear;
  transition: filter 0.3s linear;
  transition: filter 0.3s linear, -webkit-filter 0.3s linear;
  width: 260px;
  height: 200px;
}

.article__img:hover {
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
}

.article__wrapper-content {
  padding-top: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.article__wrapper-tags {
  margin-bottom: 0 !important;
}

.article__date {
  margin-left: auto;
}

.article h3 {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  font-family: AvenirNextW1G;
  margin-bottom: 8px;
}

.article h3:hover {
  opacity: 0.6;
}

.article h3 a {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-family: AvenirNextW1G;
  color: inherit;
}

.article__wrapper-text {
  margin-bottom: 8px;
}

.article__wrapper-text a {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  font-size: 17px;
  font-weight: 400;
  line-height: 16px;
  font-family: AvenirNextW1G;
  margin-bottom: 8px;
}

.article__wrapper-text a:hover {
  opacity: 0.6;
}

.article__wrapper-text a:last-child {
  margin-bottom: 0;
}

/* Banner */

.banner {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  height: 304px;
  min-height: 304px;
  padding: 10px 10px 14px 24px;
}

.banner:hover h3,
.banner:hover p {
  opacity: 0.8;
}

.banner:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 145px;
  min-height: 145px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 3, 3, 0.4)), color-stop(24%, rgba(3, 3, 3, 0.3)), color-stop(42%, rgba(3, 3, 3, 0.4)), to(rgba(3, 3, 3, 0)));
  background: -o-linear-gradient(top, rgba(3, 3, 3, 0.4) 0%, rgba(3, 3, 3, 0.3) 24%, rgba(3, 3, 3, 0.4) 42%, rgba(3, 3, 3, 0) 100%);
  background: linear-gradient(180deg, rgba(3, 3, 3, 0.4) 0%, rgba(3, 3, 3, 0.3) 24%, rgba(3, 3, 3, 0.4) 42%, rgba(3, 3, 3, 0) 100%);
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  z-index: 0;
}

.banner h3,
.banner p {
  color: #fff;
}

.banner h3 {
  margin-top: auto;
  margin-bottom: 10px;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.banner h3,
.banner__wrapper-tags,
.banner__wrapper-text {
  position: relative;
  z-index: 1;
}

.banner__wrapper-text p {
  margin-bottom: 12px;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.banner__wrapper-text p:last-child {
  margin-bottom: 0;
}

.banner__wrapper-info {
  position: absolute;
  z-index: 1;
  bottom: 14px;
  right: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: right;
}

.banner__hashtag {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  font-family: AvenirNextW1G;
  color: #C4E5C7;
}

.banner__date {
  position: absolute;
  color: #fff;
  z-index: 1;
  right: 14px;
  bottom: 8px;
}

.banner--article {
  height: 372px;
  min-height: 372px;
  padding-bottom: 24px;
  padding-left: 28px;
}

.banner--article h3 {
  margin-bottom: 16px;
}

.banner--article .banner__date {
  right: 24px;
  bottom: 16px;
}

.banner--article:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 3, 3, 0.9)), color-stop(24%, rgba(3, 3, 3, 0.8)), color-stop(42%, rgba(3, 3, 3, 0.7)), to(rgba(3, 3, 3, 0)));
  background: -o-linear-gradient(top, rgba(3, 3, 3, 0.9) 0%, rgba(3, 3, 3, 0.8) 24%, rgba(3, 3, 3, 0.7) 42%, rgba(3, 3, 3, 0) 100%);
  background: linear-gradient(180deg, rgba(3, 3, 3, 0.9) 0%, rgba(3, 3, 3, 0.8) 24%, rgba(3, 3, 3, 0.7) 42%, rgba(3, 3, 3, 0) 100%);
  min-height: 180px;
  height: 180px;
}

.banner--full {
  min-height: 605px;
  height: 605px;
  padding-left: 52px;
}

.banner--full h3 {
  font-size: 60px;
  font-weight: 700;
  line-height: 62px;
  font-family: AvenirNextW1G;
  margin-bottom: 18px;
}

.banner--full .banner__wrapper-text {
  max-width: 616px;
  margin-bottom: 40px;
}

.banner--full .banner__date {
  position: static;
}

.banner--full:after {
  height: 313px;
  min-height: 313px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 3, 3, 0.9)), color-stop(24%, rgba(3, 3, 3, 0.8)), color-stop(42%, rgba(3, 3, 3, 0.7)), to(rgba(3, 3, 3, 0)));
  background: -o-linear-gradient(top, rgba(3, 3, 3, 0.9) 0%, rgba(3, 3, 3, 0.8) 24%, rgba(3, 3, 3, 0.7) 42%, rgba(3, 3, 3, 0) 100%);
  background: linear-gradient(180deg, rgba(3, 3, 3, 0.9) 0%, rgba(3, 3, 3, 0.8) 24%, rgba(3, 3, 3, 0.7) 42%, rgba(3, 3, 3, 0) 100%);
}

/* Tags */

.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: -8px;
  margin-right: 8px;
}

.tags span {
  width: intrinsic;
  display:none;
  width: -moz-max-content;
  width: -webkit-max-content;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #C4E5C7;
  padding: 3px 5px;
/*  display: block;*/
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  font-family: AvenirNextW1G;
  text-transform: uppercase;
  color: #000;
  margin-right: 8px;
  margin-bottom: 8px;
}

/* Блоки */

/* Шапка сайта */

.header-fixheight {
  position: absolute;
}

.header-fixheight--active {
  position: relative;
}

.header {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  max-width: 100%;
  width: 100%;
  opacity: 1;
  -webkit-animation: fadeOutIn 0.3s linear;
          animation: fadeOutIn 0.3s linear;
  z-index: 2;
  overflow: hidden;
}

.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
}

.header__wrapper-logo {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-right: 32px;
}

.header__logo {
  width: 323px;
  height: 68px;
}

.header ul {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  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;
  list-style: none;
  padding-left: 0;
  margin-right: 40px;
  position: relative;

}

.header ul li {
  margin-right: 24px;
}

.header ul li:last-child {
  margin-right: 0;
}

.header ul li a {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  font-family: AvenirNextW1G;
  color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-transform: uppercase;
}

.header ul li a:hover {
  opacity: 0.6;
}

.header__wrapper-currency {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 32px;
  margin-left: auto;
}

.header__currency {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  font-family: AvenirNextW1G;
  font-family: centurygothic;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: inline-block;
  color: #fff;
  margin-bottom: 1px;
}

.header__currency:last-child {
  margin-bottom: 0;
}

.header__currency span {
  font-size: 10px;
  font-weight: inherit;
  line-height: inherit;
  font-family: AvenirNextW1G;
  font-family: inherit;
  display: inline-block;
  color: inherit;
}

.header__wrapper-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-left: auto;
}

.header__wrapper-links a {
  text-decoration: none;
  margin-right: 16px;
}

.header__wrapper-links a:last-child {
  margin-right: 0;
  margin-top:-14px;
}

.header__hamburger {
  display: none;
}

.header__hamburger:after,
.header__hamburger:before {
  content: "";
}

.header--fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-animation: fadeIn 0.3s linear;
          animation: fadeIn 0.3s linear;
}

/* Подвал сайта */

.footer {
  background-color: #234600;
  padding-top: 16px;
  padding-bottom: 16px;
}

.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
}

.footer__wrapper-siteauthor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 88px;
}

.footer__wrapper-state {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-right: 16px;
}

.footer__img-state {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  width: 88px;
  height: 31px;
}

.footer__img-state:hover {
  opacity: 0.9;
}

.footer__wrapper-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer__wrapper-copy span {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  font-family: AvenirNextW1G;
  color: #fff;
  margin-bottom: 2px;
}

.footer__wrapper-copy span:last-child {
  margin-bottom: 0;
}

.footer__wrapper-copy span a {
  display: inline-block;
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-family: AvenirNextW1G;
  font-family: inherit;
  color: inherit;
  text-decoration: underline;
}

.footer__wrapper-copy span a:hover {
  opacity: 0.8;
}

.footer ul {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  padding-left: 0;
}

.footer ul li {
  margin-right: 16px;
}

.footer ul li:last-child {
  margin-right: 0;
}

.footer ul li a {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  font-family: AvenirNextW1G;
  font-family: Ubuntu;
  color: #fff;
  text-decoration: underline;
}

.footer ul li a:hover {
  opacity: 0.8;
}

.footer__wrapper-button {
  margin-left: auto;
  margin-right: 27px;
}

.footer__disclaimer:hover {
  opacity: 1;
}

/* Подвал сайта */

.block-article {
  display: block;
  padding-top: 30px;
  padding-bottom: 46px;
  border-bottom: 1px solid #2f5c01;
  text-decoration: none;
}

.block-article__wrapper-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 26px;
}

.block-article h3 {
  font-size: 39px;
  font-weight: 700;
  line-height: 39px;
  font-family: AvenirNextW1G;
  margin-bottom: 28px;
}

.block-article h3:hover a {
  color: #2f5c01;
}

.block-article h3 a {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-family: AvenirNextW1G;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.block-article__wrapper-tags {
  margin-right: 12px;
  margin-bottom: 0;
}
.block-article__wrapper-tags a{
  margin-right: 17px;

}

.block-article__wrapper-tags span {
  margin-bottom: 0 !important;
}

.block-article__date {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  font-family: AvenirNextW1G;
}

.block-article__wrapper-text p,
.block-article__wrapper-text a,
.block-article__wrapper-text li,
.block-article__wrapper-text b,
.block-article__wrapper-title p,
.block-article__wrapper-title a,
.block-article__wrapper-title li,
.block-article__wrapper-title b {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  font-family: AvenirNextW1G;
}
.block-article__wrapper-text p strong
{
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  font-family: AvenirNextW1G;
}

.block-article__wrapper-text h4,
.block-article__wrapper-title h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  font-family: AvenirNextW1G;
  margin-bottom: 24px;
}

.block-article__wrapper-text b,
.block-article__wrapper-title b {
  font-weight: 700;
}

.block-article__wrapper-text li,
.block-article__wrapper-title li {
  margin-bottom: 4px;
}

.block-article__wrapper-text li:last-child,
.block-article__wrapper-title li:last-child {
  margin-bottom: 0;
}

.block-article__wrapper-text p,
.block-article__wrapper-text a,
.block-article__wrapper-title p,
.block-article__wrapper-title a {
  margin-bottom: 24px;
}

.block-article__wrapper-text p:last-child,
.block-article__wrapper-text a:last-child,
.block-article__wrapper-title p:last-child,
.block-article__wrapper-title a:last-child {
  margin-bottom: 0;
}

.block-article__wrapper-text a,
.block-article__wrapper-title a {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.block-article__wrapper-text a:hover,
.block-article__wrapper-title a:hover {
  opacity: 0.8;
}

.block-article__wrapper-text:last-child,
.block-article__wrapper-title:last-child {
  margin-bottom: 0;
}
.block-article__wrapper-text img {
  width:100%;
}
.block-article__wrapper-img {
  margin-top: 20px;
  overflow: hidden;
}

.block-article__img {
  max-height: 564px;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.block-article__img:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.block-article--article .block-article__wrapper-title {
  margin-bottom: 20px;
}

.block-article--article .block-article__wrapper-img {
  margin-bottom: 32px;
  margin-top: 0;
}

/* Страницы */

/* Страница: Главная */

.main-content {
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.main-content h1 {
  display: none;
}

.main-content__background {
  position: absolute;
  right: 0;
  top: 0;
  width: 60%;
  z-index: 0;
}

.main-content__background--greenlight {
  background-color: #E7F9EB;
}

.main-content__background--green {
  background-color: #C6E7C9;
}

.main-content__background--fixed {
  position: fixed;
}

.main-content__grid {
  position: relative;
  z-index: 2;
}

.main-content__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
}

.main-content__left {
  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: 936px;
  width: 936px;
  padding-top: 40px;
  padding-right: 48px;
  -webkit-box-shadow: 26px 0px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 26px 0px 25px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 1;
  background-color: #fff;
}

.main-content__right {
  max-width: 663px;
  width: 663px;
}

.main-content__right-top {
  padding-top: 45px;
  padding-left: 40px;
  padding-bottom: 45px;
  width: 100%;
}

.main-content__right-bottom {
  padding-left: 40px;
  padding-top: 45px;
  padding-bottom: 55px;
  width: 100%;
}

.main-content--page-news .main-content__right {
  position: relative;
}

.main-content--page-news .main-content__right-bottom {
  position: sticky;
  right: 0;
  top: 80px;
}

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

.sc-news__wrapper-title {
  margin-bottom: 20px;
}

.sc-news__wrapper-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sc-news__wrapper-graphics {
  border: 1px solid #000;
  margin-bottom: 32px;
}

.sc-news__img-graph {
  max-height: 535px;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.sc-news__img-graph:hover {
  cursor: pointer;
}

.sc-news--banners {
  margin-bottom: 64px;
}

.sc-news--banners .sc-news__wrapper-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 38px;
     -moz-column-gap: 38px;
          column-gap: 38px;
  row-gap: 40px;
  margin-bottom: 48px;
}

.sc-news--banners .sc-news__banner:first-child {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}

.sc-news--infographics .sc-news__wrapper-title {
  margin-bottom: 24px;
}

.sc-news--articles .sc-news__wrapper-title {
  margin-bottom: 26px;
}

.sc-news--articles .sc-news__wrapper-content {
  background-color: #fff;
  padding-bottom: 40px;
}

.sc-news--articles .sc-news__wrapper-articles {
  padding: 26px 36px 0 22px;
  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: 24px;
}

.sc-news--articles .sc-news__article {
  margin-bottom: 18px;
}

.sc-news--articles .sc-news__article:last-child {
  margin-bottom: 0;
}

.sc-news--lightgreen:before {
  background-color: #E7F9EB;
}

.sc-news--green:before {
  background-color: #C6E7C9;
}

.sc-news--nogap .sc-news__wrapper-articles {
  padding-left: 0;
  padding-right: 0;
}

.sc-news--added {
  display: none;
}

.sc-updates {
  padding-left: 40px;
  padding-top: 40px;
  padding-bottom: 56px;
}

.sc-updates__wrapper-title {
  margin-bottom: 32px;
}

.sc-updates__wrapper-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sc-updates ul {
  list-style: none;
  padding-left: 0;
}

.sc-updates__wrapper-dates {
  margin-right: 40px;
}
  .serc
  {
  display:block;
  	}
.sc-updates__wrapper-dates ul {
  margin: 0;
}

.sc-updates__wrapper-dates ul li {
  margin-bottom: 14px;
}

.sc-updates__wrapper-dates ul li:hover a {
  opacity: 0.8;
}

.sc-updates__wrapper-dates ul li:last-child {
  margin-bottom: 0;
}

.sc-updates__wrapper-dates ul li a {
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
  font-size: 14px;
  font-weight: 800;
  line-height: 14px;
  font-family: AvenirNextW1G;
  color: #2f5c01;
  text-transform: uppercase;
  padding-bottom: 2px;
  border-bottom: 3px solid transparent;
  -webkit-transition-property: opacity, border-color, color;
  -o-transition-property: opacity, border-color, color;
  transition-property: opacity, border-color, color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

.sc-updates__wrapper-dates ul li.active a {
  border-color: #2f5c01;
  color: #000;
}

.sc-updates__wrapper-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 35px;
  margin-left: auto;
}

.sc-updates__wrapper-links ul {
  margin: 0;
  margin-right: 52px;
}

.sc-updates__wrapper-links ul:last-child {
  margin-right: 0;
}

.sc-updates__wrapper-links ul li {
  margin-bottom: 4px;
}

.sc-updates__wrapper-links ul li:last-child {
  margin-bottom: 0;
}

.sc-updates__wrapper-links ul li a {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.sc-updates__wrapper-links ul li a:hover {
  opacity: 0.6;
}

/* Страница: Новости */

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

.sc-allnews__wrapper-news {
  margin-bottom: 0;
}

.sc-allnews__block-article {
  width: 100%;
}

.sc-allnews__wrapper-upload {
  margin-top: auto;
  padding: 40px 0;
}

.sc-allnews__upload-text {
  font-size: 24px;
  font-weight: 300;
  line-height: 24px;
  font-family: AvenirNextW1G;
  color: #ababab;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-transform: uppercase;
  text-align: center;
}

@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 27px;
    --carousel-button-svg-height: 27px;
  }

  .fancybox__slide {
    padding: 64px 100px;
  }

  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }

  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }

  .carousel__button.is-close {
    right: 40px;
  }

  .fancybox__toolbar {
    padding: 8px;
  }
}

@media (max-width: 1630px) {
  .grid {
    max-width: 1520px;
  }
}

@media (max-width: 1600px) {
  .banner--full .banner__wrapper-text {
    max-width: 520px;
  }
}

@media (max-width: 1440px) {
  .wrapper-title__tabs-nav {
    padding-right: 8px;
  }

  .article__img {
    width: 220px;
  }

  .article h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    font-family: AvenirNextW1G;
  }

  .banner {
    padding-left: 10px;
  }

  .banner--full {
    padding-left: 24px;
    padding-right: 24px;
    min-height: 460px;
    height: 460px;
  }

  .banner--full h3 {
    font-size: 52px;
    font-weight: 700;
    line-height: 54px;
    font-family: AvenirNextW1G;
  }

  .banner--full .banner__wrapper-text {
    max-width: 420px;
    margin-bottom: 16px;
  }

  .main-content__left {
    padding-right: 24px;
  }

  .main-content__right-top {
    padding-left: 24px;
  }

  .main-content__right-bottom {
    padding-left: 24px;
  }

  .sc-news--banners .sc-news__wrapper-grid {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    row-gap: 24px;
  }

  .sc-news--articles .sc-news__wrapper-articles {
    padding-right: 24px;
  }

  .sc-updates {
    padding-left: 24px;
  }
}

@media (max-width: 1330px) {
  .header ul {
    margin-right: 16px;
    /*margin-bottom: auto;*/
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .header ul li {
    margin-bottom: 4px;
    margin-right: 16px;
  }

  .footer__wrapper-siteauthor {
    margin-right: 24px;
  }

  .footer ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 330px;
    margin-left: auto;
  }

  .footer ul li {
    margin-bottom: 4px;
  }
}

@media (max-width: 1200px) {
  h2 {
    font-size: 20px;
    font-weight: 300;
    line-height: 20px;
    font-family: AvenirNextW1G;
  }

  h3 {
    font-size: 23px;
    font-weight: 700;
    line-height: 21px;
    font-family: AvenirNextW1G;
  }

  .grid {
    max-width: 100%;
  }

  .grid__wrapper {
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
  }

  .tabs__tab {
    margin-right: 0;
    padding-bottom: 4px;
    margin-bottom: 8px;
  }

  .tabs__tab:last-child {
    margin-bottom: 0;
  }

  .wrapper-title h2 {
    margin-top: auto;
  }

  .wrapper-title__tabs-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: -4px;
  }

  .article__wrapper-text a {
    font-size: 16px;
    font-weight: 400;
    line-height: 15px;
    font-family: AvenirNextW1G;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .banner {
    height: 240px;
    min-height: 240px;
  }

  .banner--article h3 {
    font-size: 25px;
    font-weight: 700;
    line-height: 26px;
    font-family: AvenirNextW1G;
  }

  .banner--full {
    min-height: 380px;
    height: 380px;
  }

  .banner--full h3 {
    font-size: 44px;
    font-weight: 700;
    line-height: 46px;
    font-family: AvenirNextW1G;
  }

  .banner--full .banner__wrapper-text {
    max-width: 360px;
  }

  .tags span {
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    font-family: AvenirNextW1G;
  }

  .block-article h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    font-family: AvenirNextW1G;
  }

  .block-article__wrapper-text p,
  .block-article__wrapper-text a,
  .block-article__wrapper-text li,
  .block-article__wrapper-text b,
  .block-article__wrapper-title p,
  .block-article__wrapper-title a,
  .block-article__wrapper-title li,
  .block-article__wrapper-title b {
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    font-family: AvenirNextW1G;
  }

  .block-article__wrapper-text p,
  .block-article__wrapper-text a,
  .block-article__wrapper-title p,
  .block-article__wrapper-title a {
    margin-bottom: 18px;
  }

  .main-content__left {
    padding-right: 24px;
  }

  .main-content__left {
    max-width: unset;
    width: 800px;
  }

  .sc-news--articles .sc-news__wrapper-articles {
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media (max-width: 1120px) {
  .banner--full .banner__wrapper-text {
    max-width: 320px;
  }
}

@media (max-width: 1100px) {
  .banner--full h3 {
    font-size: 38px;
    font-weight: 700;
    line-height: 40px;
    font-family: AvenirNextW1G;
  }

  .header ul {
    /*top: -4px;*/
  }

  .main-content__left {
    width: 700px;
  }
}

@media (max-width: 1080px) {
  h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 18px;
    font-family: AvenirNextW1G;
  }

  .banner--full .banner__wrapper-text {
    max-width: 280px;
  }
}

@media (max-width: 1030px) {
  .banner--full .banner__wrapper-text {
    max-width: 240px;
  }
}

@media (max-width: 992px) {
  h2 {
    font-size: 28px;
    font-weight: 300;
    line-height: 28px;
    font-family: AvenirNextW1G;
  }

  h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 26px;
    font-family: AvenirNextW1G;
  }

  .grid {
    max-width: 930px;
  }

  .grid__wrapper {
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
  }

  .modal__close {
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
    margin-right: 26px;
    margin-top: 26px;
  }
  .serc
  {
  display:none;
  	}
  .modal--mobmenu ul li {
    margin-bottom: 24px;
  }

  .modal--mobmenu ul li a {
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    font-family: AvenirNextW1G;
  }

  .modal--mobmenu .modal__currency {
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    font-family: AvenirNextW1G;
    margin-bottom: 12px;
  }

  .modal--mobmenu .modal__currency span {
    font-size: 20px;
    font-weight: inherit;
    line-height: inherit;
    font-family: AvenirNextW1G;
  }

  .tabs__tab {
    font-size: 16px;
    font-weight: 800;
    line-height: 16px;
    font-family: AvenirNextW1G;
  }

  .wrapper-title {
    padding-bottom: 4px;
  }

  .article h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    font-family: AvenirNextW1G;
  }

  .article__wrapper-text a {
    font-size: 17px;
    font-weight: 400;
    line-height: 16px;
    font-family: AvenirNextW1G;
    display: inline-block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: visible;
  }

  .banner {
    height: 280px;
    min-height: 280px;
  }

  .banner__wrapper-info {
    right: 16px;
  }

  .banner--article {
    height: 400px;
    min-height: 400px;
  }

  .banner--full {
    min-height: 460px;
    height: 460px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .banner--full h3 {
    font-size: 52px;
    font-weight: 700;
    line-height: 54px;
    font-family: AvenirNextW1G;
  }

  .banner--full .banner__wrapper-text {
    max-width: 62.09vw;
  }

  .tags span {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    font-family: AvenirNextW1G;
  }

  .header ul {
    display: none;
  }

  .header__currency {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    font-family: AvenirNextW1G;
  }

  .header__currency span {
    font-size: 14px;
    font-weight: inherit;
    line-height: inherit;
    font-family: AvenirNextW1G;
  }

  .header__wrapper-links {
    margin-right: 32px;
  }

  .header__hamburger {
    opacity: 1;
    -webkit-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 22px;
    height: 22px;
  }

  .header__hamburger:hover {
    opacity: 0.8;
  }

  .header__hamburger:after,
  .header__hamburger:before,
  .header__hamburger span {
    display: block;
    border-bottom: 4px solid #fff;
    width: 28px;
    min-width: 28px;
  }

  .footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .footer__wrapper-siteauthor {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 0;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .footer__wrapper-state {
    margin-right: 0;
    margin-bottom: 16px;
  }

  .footer__wrapper-copy {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }

  .footer ul {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 16px;
    margin-left: 0;
  }

  .footer ul li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    font-family: AvenirNextW1G;
  }

  .footer__wrapper-button {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: auto;
    margin-bottom: 16px;
  }

  .footer__disclaimer {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-bottom: 16px;
  }

  .block-article h3 {
    font-size: 39px;
    font-weight: 700;
    line-height: 39px;
    font-family: AvenirNextW1G;
  }

  .block-article__wrapper-text p,
  .block-article__wrapper-text a,
  .block-article__wrapper-text li,
  .block-article__wrapper-text b,
  .block-article__wrapper-title p,
  .block-article__wrapper-title a,
  .block-article__wrapper-title li,
  .block-article__wrapper-title b {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    font-family: AvenirNextW1G;
  }

  .block-article__wrapper-text h4,
  .block-article__wrapper-title h4 {
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    font-family: AvenirNextW1G;
    margin-bottom: 16px;
  }

  .block-article__wrapper-text p,
  .block-article__wrapper-text a,
  .block-article__wrapper-title p,
  .block-article__wrapper-title a {
    margin-bottom: 24px;
  }

  .main-content__background {
    width: 100%;
    left: 0;
    right: unset;
  }

  .main-content__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .main-content__left {
    padding-right: 0;
    padding-bottom: 40px;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    width: 100%;
  }

  .main-content__right {
    max-width: unset;
    width: 100%;
  }

  .main-content__right-top {
    padding-left: 0;
  }

  .main-content__right-bottom {
    padding-left: 0;
  }

  .main-content--page-news .main-content__right {
    position: static;
  }

  .main-content--page-news .main-content__right,
  .main-content--page-news .main-content__background {
    display: none;
  }

  .main-content--page-news .main-content__left {
    padding-bottom: 0;
  }

  .sc-news--articles .sc-news__wrapper-articles {
    padding-right: 24px;
    padding-left: 24px;
  }

  .sc-news--added {
    position: relative;
    margin: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sc-news--added:before {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% + 60px);
    height: 100%;
    top: 0;
    left: -30px;
    z-index: 0;
    pointer-events: none;
  }

  .sc-news--added .sc-news__wrapper-title {
    position: relative;
    z-index: 1;
  }

  .sc-news--added .sc-news__wrapper-content {
    z-index: 1;
    padding-bottom: 32px;
  }

  .sc-news--added .sc-news__wrapper-articles {
    position: relative;
    z-index: 1;
  }

  .sc-news--added.sc-news--articles .sc-news__wrapper-articles {
    padding-top: 32px;
    padding-bottom: 0;
  }

  .sc-updates {
    padding-left: 0;
  }

  .sc-updates__wrapper-dates ul li a {
    font-size: 17px;
    font-weight: 800;
    line-height: 17px;
    font-family: AvenirNextW1G;
  }
}

@media (max-width: 768px) {
  h2 {
    font-size: 20px;
    font-weight: 300;
    line-height: 20px;
    font-family: AvenirNextW1G;
  }

  h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    font-family: AvenirNextW1G;
  }

  p {
    font-size: 16px;
    font-weight: 400;
    line-height: 15px;
    font-family: AvenirNextW1G;
  }

  a {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    font-family: AvenirNextW1G;
  }

  .grid {
    max-width: 100%;
    width: 100%;
  }

  .grid__wrapper {
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
  }

  .icon--vk {
    width: 24px;
    height: 14px;
    min-width: 24px;
    min-height: 14px;
  }

  .icon--mail {
    width: 20px;
    height: 16px;
    min-width: 20px;
    min-height: 16px;
  }

  .icon--people {
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
  }

  .icon--search {
    width: 16px;
    height: 17px;
    min-width: 16px;
    min-height: 17px;
  }

  .btn--bigsize {
    font-size: 18px;
    font-weight: 300;
    line-height: 18px;
    font-family: AvenirNextW1G;
    padding: 7px 16px;
  }

  .modal__close {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    margin-right: 14px;
    margin-top: 14px;
  }

  .modal--mobmenu ul li {
    margin-bottom: 16px;
  }

  .modal--mobmenu ul li a {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    font-family: AvenirNextW1G;
  }

  .modal--mobmenu .modal__currency {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    font-family: AvenirNextW1G;
    margin-bottom: 8px;
  }

  .modal--mobmenu .modal__currency span {
    font-size: 14px;
    font-weight: inherit;
    line-height: inherit;
    font-family: AvenirNextW1G;
  }

  .tabs__tab {
    font-size: 14px;
    font-weight: 800;
    line-height: 14px;
    font-family: AvenirNextW1G;
  }

  .tabs__tab {
    padding-left: 1px;
    padding-right: 1px;
    border-width: 2px;
  }

  .tabs__tab:hover {
    opacity: 1;
  }

  .tabs__tab--active {
    border-width: 2px;
  }

  .wrapper-title__tabs-nav {
    padding-right: 0;
  }

  .article__wrapper-img {
    margin-right: 12px;
  }

  .article__img {
    width: 160px;
    height: 140px;
  }

  .article__date {
    font-size: 13px;
    font-weight: 400;
    line-height: 13px;
    font-family: AvenirNextW1G;
    position: absolute;
    top: 5px;
    right: 0;
    margin-left: 0;
  }

  .article h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    font-family: AvenirNextW1G;
  }

  .article__wrapper-text {
    overflow: hidden;
    max-height: 53px;
    height: 53px;
  }

  .article__wrapper-text a {
    font-size: 14px;
    font-weight: 400;
    line-height: 13px;
    font-family: AvenirNextW1G;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .banner {
    height: 180px;
    min-height: 180px;
    padding: 8px 8px 8px 8px;
  }

  .banner h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    font-family: AvenirNextW1G;
  }

  .banner__wrapper-info {
    position: static;
  }

  .banner__hashtag {
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    font-family: AvenirNextW1G;
    margin-bottom: 4px;
  }

  .banner__date {
    font-size: 13px;
    font-weight: 400;
    line-height: 13px;
    font-family: AvenirNextW1G;
    position: static;
    margin-left: auto;
  }

  .banner--article {
    height: 280px;
    min-height: 280px;
    padding-left: 8px;
    padding-bottom: 8px;
  }

  .banner--article h3 {
    font-size: 23px;
    font-weight: 700;
    line-height: 24px;
    font-family: AvenirNextW1G;
    margin-bottom: 10px;
  }

  .banner--full {
    min-height: 320px;
    height: 320px;
  }

  .banner--full h3 {
    font-size: 25px;
    font-weight: 700;
    line-height: 27px;
    font-family: AvenirNextW1G;
    margin-bottom: 16px;
  }

  .banner--full .banner__wrapper-text {
    margin-bottom: 12px;
    max-width: unset;
  }

  .tags {
    margin-right: -4px;
    margin-bottom: 4px;
  }

  .tags span {
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    font-family: AvenirNextW1G;
    padding: 2px 4px;
    margin-right: 4px;
    margin-bottom: 4px;
  }

  .header__wrapper-logo {
    margin-right: 16px;
  }

  .header__logo {
    width: 160px;
    height: 35px;
  }

  .header__wrapper-currency {
    display: none;
  }

  .header__wrapper-links {
    margin-right: 24px;
  }

  .header__wrapper-links a {
    margin-right: 12px;
  }

  .header__hamburger {
    min-height: 19px;
    height: 19px;
  }

  .header__hamburger:after,
  .header__hamburger:before,
  .header__hamburger span {
    width: 24px;
    min-width: 24px;
    border-width: 3px;
  }

  .footer {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .footer__wrapper-state {
    margin-bottom: 12px;
  }

  .footer__wrapper-copy span {
    font-size: 13px;
    font-weight: 400;
    line-height: 13px;
    font-family: AvenirNextW1G;
  }

  .footer ul {
    margin-bottom: 12px;
  }

  .footer ul li {
    margin-bottom: 8px;
  }

  .footer__wrapper-button {
    margin-bottom: 12px;
  }

  .footer__disclaimer {
    margin-bottom: 12px;
  }

  .block-article__wrapper-meta {
    margin-bottom: 12px;
  }

  .block-article h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    font-family: AvenirNextW1G;
  }

  .block-article__wrapper-tags {
    margin-right: 8px;
  }

  .block-article__date {
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    font-family: AvenirNextW1G;
    margin-bottom: 2px;
  }

  .block-article__wrapper-text p,
  .block-article__wrapper-text a,
  .block-article__wrapper-text li,
  .block-article__wrapper-text b,
  .block-article__wrapper-title p,
  .block-article__wrapper-title a,
  .block-article__wrapper-title li,
  .block-article__wrapper-title b {
    font-size: 16px;
    font-weight: 400;
    line-height: 17px;
    font-family: AvenirNextW1G;
  }

  .block-article__wrapper-text h4,
  .block-article__wrapper-title h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    font-family: AvenirNextW1G;
    margin-bottom: 16px;
  }

  .block-article__wrapper-text p,
  .block-article__wrapper-text a,
  .block-article__wrapper-title p,
  .block-article__wrapper-title a {
    margin-bottom: 16px;
  }

  .block-article__wrapper-img {
    margin-top: 12px;
  }

  .block-article__img {
    max-height: 320px;
  }

  .block-article--article .block-article__wrapper-title {
    margin-bottom: 12px;
  }

  .block-article--article .block-article__wrapper-img {
    margin-top: 0;
  }

  .main-content__right-top {
    padding-top: 32px;
  }

  .main-content__right-bottom {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .sc-news__wrapper-title {
    margin-bottom: 24px;
  }

  .sc-news__wrapper-graphics {
    margin-bottom: 24px;
  }

  .sc-news--banners {
    margin-bottom: 40px;
  }

  .sc-news--banners .sc-news__wrapper-grid {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    row-gap: 12px;
    margin-bottom: 32px;
  }

  .sc-news--articles .sc-news__wrapper-title {
    margin-bottom: 24px;
  }

  .sc-news--articles .sc-news__wrapper-content {
    padding-bottom: 32px;
  }

  .sc-news--articles .sc-news__wrapper-articles {
    padding-top: 32px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .sc-news--articles .sc-news__article {
    margin-bottom: 24px;
  }

  .sc-news--added {
    margin: 20px 0;
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .sc-news--added:before {
    width: calc(100% + 30px);
    left: -15px;
  }

  .sc-news--added .sc-news__wrapper-content {
    z-index: 1;
    padding-bottom: 24px;
  }

  .sc-news--added .sc-news__wrapper-articles {
    padding-right: 16px;
    padding-left: 16px;
  }

  .sc-news--added.sc-news--articles .sc-news__wrapper-articles {
    padding-top: 24px;
  }

  .sc-updates {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .sc-updates__wrapper-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .sc-updates__wrapper-dates {
    margin-right: 0;
    margin-bottom: 12px;
  }

  .sc-updates__wrapper-dates ul {
    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-bottom: -8px;
  }

  .sc-updates__wrapper-dates ul li {
    margin-bottom: 8px;
    margin-right: 12px;
  }

  .sc-updates__wrapper-dates ul li:last-child {
    margin-bottom: 8px;
  }

  .sc-updates__wrapper-dates ul li a {
    font-size: 15px;
    font-weight: 800;
    line-height: 15px;
    font-family: AvenirNextW1G;
  }

  .sc-updates__wrapper-links {
    padding-right: 0;
    margin-left: 0;
  }

  .sc-updates__wrapper-links ul {
    margin-right: 24px;
  }

  .sc-updates__wrapper-links ul li {
    margin-bottom: 6px;
  }

  .sc-allnews__upload-text {
    font-size: 20px;
    font-weight: 300;
    line-height: 20px;
    font-family: AvenirNextW1G;
  }
}

@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}

@media (max-width: 576px) {
  .grid__wrapper {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }

  .sc-news__img-graph {
    max-height: 380px;
  }
}

@media (max-width: 390px) {
  .article__date {
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    font-family: AvenirNextW1G;
    margin-left: auto;
    position: static;
  }

  .article h3 {
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    font-family: AvenirNextW1G;
  }

  .article__wrapper-text {
    margin-bottom: 4px;
  }

  .article__wrapper-text a {
    font-size: 13px;
    font-weight: 400;
    line-height: 12px;
    font-family: AvenirNextW1G;
    margin-bottom: 4px;
  }
}

@media (max-width: 320px) {
  .grid {
    left: unset;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    margin: 0 auto;
    width: 100%;
  }
}

.webp .icon--vk{ background-image: url(../../img/icons/i-vk.webp); }

.webp .icon--mail{ background-image: url(../../img/icons/i-mail.webp); }

.webp .icon--people{ background-image: url(../../img/icons/i-people.webp); }

.webp .icon--search{ background-image: url(../../img/icons/i-search.webp); }

.webp .icon--disclaimer{ background-image: url(../../img/icons/i-disclaimer.webp); }