

/* Start:/local/templates/common/static/css/main.css?1638891403103580*/
@charset "UTF-8";
/*! 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 {
  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 {
  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"] {
  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;
}

@-webkit-keyframes chartjs-render-animation {
  from {
    opacity: .99;
  }
  to {
    opacity: 1;
  }
}

@keyframes chartjs-render-animation {
  from {
    opacity: .99;
  }
  to {
    opacity: 1;
  }
}

.chartjs-render-monitor {
  -webkit-animation: chartjs-render-animation 1ms;
          animation: chartjs-render-animation 1ms;
}

.chartjs-size-monitor, .chartjs-size-monitor-expand, .chartjs-size-monitor-shrink {
  position: absolute;
  direction: ltr;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  pointer-events: none;
  visibility: hidden;
  z-index: -1;
}

.chartjs-size-monitor-expand > div {
  position: absolute;
  width: 1000000px;
  height: 1000000px;
  left: 0;
  top: 0;
}

.chartjs-size-monitor-shrink > div {
  position: absolute;
  width: 200%;
  height: 200%;
  left: 0;
  top: 0;
}

.scrollable {
  position: relative;
}

.scrollable:focus {
  outline: 0;
}

.scrollable .viewport {
  position: relative;
  overflow: hidden;
}

.scrollable .viewport .overview {
  position: absolute;
}

.scrollable .scroll-bar {
  display: none;
}

.scrollable .scroll-bar.vertical {
  position: absolute;
  right: 0;
  height: 100%;
}

.scrollable .scroll-bar.horizontal {
  position: relative;
  width: 100%;
}

.scrollable .scroll-bar .thumb {
  position: absolute;
}

.scrollable .scroll-bar.vertical .thumb {
  width: 100%;
  min-height: 10px;
}

.scrollable .scroll-bar.horizontal .thumb {
  height: 100%;
  min-width: 10px;
  left: 0;
}

.not-selectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*Default skin*/
.scrollable.default-skin {
  padding-right: 10px;
  padding-bottom: 6px;
}

.scrollable.default-skin .scroll-bar.vertical {
  width: 6px;
}

.scrollable.default-skin .scroll-bar.horizontal {
  height: 6px;
}

.scrollable.default-skin .scroll-bar .thumb {
  background-color: black;
  opacity: 0.4;
  border-radius: 3px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.scrollable.default-skin .scroll-bar:hover .thumb {
  opacity: 0.6;
}

/*Gray skin*/
.scrollable.gray-skin {
  padding-right: 17px;
}

.scrollable.gray-skin .scroll-bar {
  border: 1px solid gray;
  background-color: #d3d3d3;
}

.scrollable.gray-skin .scroll-bar .thumb {
  background-color: gray;
}

.scrollable.gray-skin .scroll-bar:hover .thumb {
  background-color: black;
}

.scrollable.gray-skin .scroll-bar.vertical {
  width: 10px;
}

.scrollable.gray-skin .scroll-bar.horizontal {
  height: 10px;
  margin-top: 2px;
}

/*Modern skin*/
.scrollable.modern-skin {
  padding-right: 17px;
}

.scrollable.modern-skin .scroll-bar {
  border: 1px solid gray;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: inset 0 0 5px #888;
}

.scrollable.modern-skin .scroll-bar .thumb {
  background-color: #95aabf;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px solid #536984;
}

.scrollable.modern-skin .scroll-bar.vertical .thumb {
  width: 8px;
  background: linear-gradient(to right, #95aabf 0%, #547092 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#95aabf', endColorstr='#547092',GradientType=1 )";
}

.scrollable.modern-skin .scroll-bar.horizontal .thumb {
  height: 8px;
  background-image: linear-gradient(#95aabf, #547092);
  background-image: -ms-linear-gradient(#95aabf, #547092);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#95aabf', endColorstr='#547092',GradientType=0 )";
}

.scrollable.modern-skin .scroll-bar.vertical {
  width: 10px;
}

.scrollable.modern-skin .scroll-bar.horizontal {
  height: 10px;
  margin-top: 2px;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease,visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity .25s ease 0s,visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform,opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform,opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
          animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes a {
  to {
    transform: rotate(1turn);
  }
}

@keyframes a {
  to {
    transform: rotate(1turn);
  }
}

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

.jq-checkbox,
.jq-radio {
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.jq-checkbox input,
.jq-radio input {
  position: absolute;
  z-index: -1;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.jq-file {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.jq-file input {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  font-size: 100px;
  line-height: 1em;
}

.jq-file__name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jq-selectbox,
.jq-select-multiple {
  position: relative;
  display: inline-block;
}

.jq-selectbox select,
.jq-select-multiple select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.jq-selectbox li,
.jq-select-multiple li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.jq-selectbox {
  z-index: 10;
}

.jq-selectbox__select {
  position: relative;
}

.jq-selectbox__select-text {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jq-selectbox__dropdown {
  position: absolute;
}

.jq-selectbox__search input {
  -webkit-appearance: textfield;
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none;
}

.jq-selectbox__dropdown ul {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  list-style: none;
  -webkit-overflow-scrolling: touch;
}

.jq-select-multiple ul {
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.jq-number {
  display: inline-block;
}

.jq-number__field input {
  -moz-appearance: textfield;
  text-align: left;
  /* для Opera Presto */
}

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
  margin: 0;
  /* в каких-то браузерах присутствует отступ */
  -webkit-appearance: none;
}

.jq-checkbox,
.jq-radio {
  vertical-align: -4px;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  border: 1px solid #C3C3C3;
  background: linear-gradient(#FFF, #E6E6E6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
  cursor: pointer;
}

.jq-checkbox.focused,
.jq-radio.focused {
  border: 1px solid #08C;
}

.jq-checkbox.disabled,
.jq-radio.disabled {
  opacity: .55;
}

.jq-checkbox {
  border-radius: 3px;
}

.jq-checkbox.checked .jq-checkbox__div {
  width: 8px;
  height: 4px;
  margin: 3px 0 0 3px;
  border-bottom: 2px solid #666;
  border-left: 2px solid #666;
  transform: rotate(-50deg);
}

.jq-radio {
  border-radius: 50%;
}

.jq-radio.checked .jq-radio__div {
  width: 10px;
  height: 10px;
  margin: 3px 0 0 3px;
  border-radius: 50%;
  background: #777;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.7);
}

.jq-file {
  width: 270px;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.jq-file input {
  cursor: pointer;
}

.jq-file__name {
  box-sizing: border-box;
  width: 100%;
  height: 34px;
  padding: 0 80px 0 10px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #FFF;
  box-shadow: inset 1px 1px #F1F1F1;
  font: 14px/32px Arial, sans-serif;
  color: #333;
}

.jq-file__browse {
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 0 10px;
  border-left: 1px solid #CCC;
  border-radius: 0 4px 4px 0;
  background: linear-gradient(#FFF, #E6E6E6);
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px/32px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #FFF;
}

.jq-file:hover .jq-file__browse {
  background: linear-gradient(#F6F6F6, #E6E6E6);
}

.jq-file:active .jq-file__browse {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD;
}

.jq-file.focused .jq-file__name {
  border: 1px solid #5794BF;
}

.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}

.jq-number {
  position: relative;
  vertical-align: middle;
  padding: 0 36px 0 0;
}

.jq-number__field {
  width: 100px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
}

.jq-number__field:hover {
  border-color: #B3B3B3;
}

.jq-number__field input {
  box-sizing: border-box;
  width: 100%;
  padding: 8px 9px;
  border: none;
  outline: none;
  background: none;
  font: 14px Arial, sans-serif;
  color: #333;
}

.jq-number__spin {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 14px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: linear-gradient(#FFF, #E6E6E6);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-shadow: 1px 1px #FFF;
  cursor: pointer;
}

.jq-number__spin.minus {
  top: auto;
  bottom: 0;
}

.jq-number__spin:hover {
  background: linear-gradient(#F6F6F6, #E6E6E6);
}

.jq-number__spin:active {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD;
}

.jq-number__spin:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 11px;
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #999;
  border-left: 5px solid transparent;
}

.jq-number__spin.minus:after {
  top: 5px;
  border-top: 5px solid #999;
  border-right: 5px solid transparent;
  border-bottom: none;
  border-left: 5px solid transparent;
}

.jq-number__spin.minus:hover:after {
  border-top-color: #000;
}

.jq-number__spin.plus:hover:after {
  border-bottom-color: #000;
}

.jq-number.focused .jq-number__field {
  border: 1px solid #5794BF;
}

.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}

.jq-number.disabled .jq-number__spin:after {
  border-bottom-color: #AAA;
}

.jq-number.disabled .jq-number__spin.minus:after {
  border-top-color: #AAA;
}

.jq-selectbox {
  vertical-align: middle;
  cursor: pointer;
}

.jq-selectbox__select {
  height: 32px;
  padding: 0 45px 0 10px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: linear-gradient(#FFF, #E6E6E6);
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px/32px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #FFF;
}

.jq-selectbox__select:hover {
  background: linear-gradient(#F6F6F6, #E6E6E6);
}

.jq-selectbox__select:active {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD;
}

.jq-selectbox.focused .jq-selectbox__select {
  border: 1px solid #5794BF;
}

.jq-selectbox.disabled .jq-selectbox__select {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}

.jq-selectbox__select-text {
  display: block;
  width: 100%;
}

.jq-selectbox .placeholder {
  color: #888;
}

.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 100%;
  border-left: 1px solid #CCC;
}

.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 14px;
  right: 12px;
  width: 0;
  height: 0;
  border-top: 5px solid #999;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #000;
}

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
  border-top-color: #AAA;
}

.jq-selectbox__dropdown {
  box-sizing: border-box;
  width: 100%;
  margin: 2px 0 0;
  padding: 0;
  border: 1px solid #CCC;
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  font: 14px/18px Arial, sans-serif;
}

.jq-selectbox__search {
  margin: 5px;
}

.jq-selectbox__search input {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 5px 27px 6px 8px;
  border: 1px solid #CCC;
  border-radius: 3px;
  outline: none;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==") no-repeat 100% 50%;
  box-shadow: inset 1px 1px #F1F1F1;
  color: #333;
}

.jq-selectbox__not-found {
  margin: 5px;
  padding: 5px 8px 6px;
  background: #F0F0F0;
  font-size: 13px;
}

.jq-selectbox ul {
  margin: 0;
  padding: 0;
}

.jq-selectbox li {
  min-height: 18px;
  padding: 5px 10px 6px;
  color: #231F20;
}

.jq-selectbox li.selected {
  background-color: #A3ABB1;
  color: #FFF;
}

.jq-selectbox li:hover {
  background-color: #08C;
  color: #FFF;
}

.jq-selectbox li.disabled {
  color: #AAA;
}

.jq-selectbox li.disabled:hover {
  background: none;
}

.jq-selectbox li.optgroup {
  font-weight: bold;
}

.jq-selectbox li.optgroup:hover {
  background: none;
  color: #231F20;
  cursor: default;
}

.jq-selectbox li.option {
  padding-left: 25px;
}

.jq-select-multiple {
  box-sizing: border-box;
  padding: 1px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #FFF;
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px/18px Arial, sans-serif;
  color: #333;
  cursor: default;
}

.jq-select-multiple.focused {
  border: 1px solid #5794BF;
}

.jq-select-multiple.disabled {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}

.jq-select-multiple ul {
  margin: 0;
  padding: 0;
}

.jq-select-multiple li {
  padding: 3px 9px 4px;
  list-style: none;
}

.jq-select-multiple li:first-child {
  border-radius: 3px 3px 0 0;
}

.jq-select-multiple li:last-child {
  border-radius: 0 0 3px 3px;
}

.jq-select-multiple li.selected {
  background: #08C;
  color: #FFF;
}

.jq-select-multiple li.disabled {
  color: #AAA;
}

.jq-select-multiple li.optgroup {
  font-weight: bold;
}

.jq-select-multiple li.option {
  padding-left: 25px;
}

.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
  background: #CCC;
  color: #FFF;
}

input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
  padding: 8px 9px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px Arial, sans-serif;
  color: #333;
}

input[type='search'].styler {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea.styler {
  overflow: auto;
}

input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
  border-color: #B3B3B3;
}

input[type='email'].styler:hover:focus,
input[type='password'].styler:hover:focus,
input[type='search'].styler:hover:focus,
input[type='tel'].styler:hover:focus,
input[type='text'].styler:hover:focus,
input[type='url'].styler:hover:focus,
textarea.styler:hover:focus {
  border-color: #CCC;
  border-top-color: #B3B3B3;
  outline: none;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
  overflow: visible;
  padding: 8px 11px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  outline: none;
  background: linear-gradient(#FFF, #E6E6E6);
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #FFF;
  cursor: pointer;
}

button.styler.styler::-moz-focus-inner,
input[type='button'].styler.styler::-moz-focus-inner,
input[type='submit'].styler.styler::-moz-focus-inner,
input[type='reset'].styler.styler::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
  background: linear-gradient(#F6F6F6, #E6E6E6);
}

button.styler:active,
input[type='button'].styler:active,
input[type='submit'].styler:active,
input[type='reset'].styler:active {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD;
}

button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}

/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
.ui-widget {
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #eee url("/local/templates/common/static/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;
  color: #333;
}

.ui-widget-content a {
  color: #333;
}

.ui-widget-header {
  border: 1px solid #e78f08;
  background: #f6a828 url("/local/templates/common/static/css/images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;
  color: #fff;
  font-weight: bold;
}

.ui-widget-header a {
  color: #fff;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #ccc;
  background: #f6f6f6 url("/local/templates/common/static/css/images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #1c94c4;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #1c94c4;
  text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 1px solid #fbcb09;
  background: #fdf5ce url("/local/templates/common/static/css/images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #c77405;
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited {
  color: #c77405;
  text-decoration: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #fbd850;
  background: #fff url("/local/templates/common/static/css/images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #eb8f00;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #eb8f00;
  text-decoration: none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #fed22f;
  background: #ffe45c url("/local/templates/common/static/css/images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;
  color: #363636;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #b81900 url("/local/templates/common/static/css/images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;
  color: #fff;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #fff;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #fff;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon, .ui-widget-content .ui-icon {
  background-image: url("/local/templates/common/static/css/images/ui-icons_222222_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("/local/templates/common/static/css/images/ui-icons_ffffff_256x240.png");
}

.ui-state-default .ui-icon {
  background-image: url("/local/templates/common/static/css/images/ui-icons_ef8c08_256x240.png");
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url("/local/templates/common/static/css/images/ui-icons_ef8c08_256x240.png");
}

.ui-state-active .ui-icon {
  background-image: url("/local/templates/common/static/css/images/ui-icons_ef8c08_256x240.png");
}

.ui-state-highlight .ui-icon {
  background-image: url("/local/templates/common/static/css/images/ui-icons_228ef1_256x240.png");
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("/local/templates/common/static/css/images/ui-icons_ffd27a_256x240.png");
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

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

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

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

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 4px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 4px;
}

.ui-widget-overlay {
  background: #666 url("/local/templates/common/static/css/images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
  opacity: .5;
  filter: Alpha(Opacity=50);
}

.ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  background: #000 url("/local/templates/common/static/css/images/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;
  opacity: .2;
  filter: Alpha(Opacity=20);
  border-radius: 5px;
}

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

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

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

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

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

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

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

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

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

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

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

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

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

.swiper-container-3d {
  perspective: 1200px;
}

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

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

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

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

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

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

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

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

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

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

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

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s right;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: 'Gotham Pro';
  src: url("/local/templates/common/static/css/../fonts/gothampro/GothamPro-BoldItalic.eot");
  src: local("Gotham Pro Bold Italic"), local("GothamPro-BoldItalic"), url("/local/templates/common/static/css/../fonts/gothampro/GothamPro-BoldItalic.eot?#iefix") format("embedded-opentype"), url("/local/templates/common/static/css/../fonts/gothampro/GothamPro-BoldItalic.woff") format("woff"), url("/local/templates/common/static/css/../fonts/gothampro/GothamPro-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Gotham Pro';
  src: url("/local/templates/common/static/css/../fonts/gothampro/GothamPro-Italic.eot");
  src: local("Gotham Pro Italic"), local("GothamPro-Italic"), url("/local/templates/common/static/css/../fonts/gothampro/GothamPro-Italic.eot?#iefix") format("embedded-opentype"), url("/local/templates/common/static/css/../fonts/gothampro/GothamPro-Italic.woff") format("woff"), url("/local/templates/common/static/css/../fonts/gothampro/GothamPro-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Gotham Pro';
  src: url("/local/templates/common/static/css/../fonts/gothampro/GothamPro-Medium.eot");
  src: local("Gotham Pro Medium"), local("GothamPro-Medium"), url("/local/templates/common/static/css/../fonts/gothampro/GothamPro-Medium.eot?#iefix") format("embedded-opentype"), url("/local/templates/common/static/css/../fonts/gothampro/GothamPro-Medium.woff") format("woff"), url("/local/templates/common/static/css/../fonts/gothampro/GothamPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Pro';
  src: url("/local/templates/common/static/css/../fonts/gothampro/GothamPro-BlackItalic.eot");
  src: local("Gotham Pro Black Italic"), local("GothamPro-BlackItalic"), url("/local/templates/common/static/css/../fonts/gothampro/GothamPro-BlackItalic.eot?#iefix") format("embedded-opentype"), url("/local/templates/common/static/css/../fonts/gothampro/GothamPro-BlackItalic.woff") format("woff"), url("/local/templates/common/static/css/../fonts/gothampro/GothamPro-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'Gotham Pro';
  src: url("/local/templates/common/static/css/../fonts/gothampro/GothamPro-Bold.eot");
  src: local("Gotham Pro Bold"), local("GothamPro-Bold"), url("/local/templates/common/static/css/../fonts/gothampro/GothamPro-Bold.eot?#iefix") format("embedded-opentype"), url("/local/templates/common/static/css/../fonts/gothampro/GothamPro-Bold.woff") format("woff"), url("/local/templates/common/static/css/../fonts/gothampro/GothamPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Pro Narrow';
  src: url("/local/templates/common/static/css/../fonts/gothampro/GothamProNarrow-Bold.eot");
  src: local("Gotham Pro Narrow Bold"), local("GothamProNarrow-Bold"), url("/local/templates/common/static/css/../fonts/gothampro/GothamProNarrow-Bold.eot?#iefix") format("embedded-opentype"), url("/local/templates/common/static/css/../fonts/gothampro/GothamProNarrow-Bold.woff") format("woff"), url("/local/templates/common/static/css/../fonts/gothampro/GothamProNarrow-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Pro Narrow';
  src: url("/local/templates/common/static/css/../fonts/gothampro/GothamProNarrow-Medium.eot");
  src: local("Gotham Pro Narrow Medium"), local("GothamProNarrow-Medium"), url("/local/templates/common/static/css/../fonts/gothampro/GothamProNarrow-Medium.eot?#iefix") format("embedded-opentype"), url("/local/templates/common/static/css/../fonts/gothampro/GothamProNarrow-Medium.woff") format("woff"), url("/local/templates/common/static/css/../fonts/gothampro/GothamProNarrow-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Pro';
  src: url("/local/templates/common/static/css/../fonts/gothampro/GothamPro-LightItalic.eot");
  src: local("Gotham Pro Light Italic"), local("GothamPro-LightItalic"), url("/local/templates/common/static/css/../fonts/gothampro/GothamPro-LightItalic.eot?#iefix") format("embedded-opentype"), url("/local/templates/common/static/css/../fonts/gothampro/GothamPro-LightItalic.woff") format("woff"), url("/local/templates/common/static/css/../fonts/gothampro/GothamPro-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Gotham Pro';
  src: url("/local/templates/common/static/css/../fonts/gothampro/GothamPro-Light.eot");
  src: local("Gotham Pro Light"), local("GothamPro-Light"), url("/local/templates/common/static/css/../fonts/gothampro/GothamPro-Light.eot?#iefix") format("embedded-opentype"), url("/local/templates/common/static/css/../fonts/gothampro/GothamPro-Light.woff") format("woff"), url("/local/templates/common/static/css/../fonts/gothampro/GothamPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Pro';
  src: url("/local/templates/common/static/css/../fonts/gothampro/GothamPro-Black.eot");
  src: local("Gotham Pro Black"), local("GothamPro-Black"), url("/local/templates/common/static/css/../fonts/gothampro/GothamPro-Black.eot?#iefix") format("embedded-opentype"), url("/local/templates/common/static/css/../fonts/gothampro/GothamPro-Black.woff") format("woff"), url("/local/templates/common/static/css/../fonts/gothampro/GothamPro-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Pro';
  src: url("/local/templates/common/static/css/../fonts/gothampro/GothamPro.eot");
  src: local("Gotham Pro"), local("GothamPro"), url("/local/templates/common/static/css/../fonts/gothampro/GothamPro.eot?#iefix") format("embedded-opentype"), url("/local/templates/common/static/css/../fonts/gothampro/GothamPro.woff") format("woff"), url("/local/templates/common/static/css/../fonts/gothampro/GothamPro.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Pro';
  src: url("/local/templates/common/static/css/../fonts/gothampro/GothamPro-MediumItalic.eot");
  src: local("Gotham Pro Medium Italic"), local("GothamPro-MediumItalic"), url("/local/templates/common/static/css/../fonts/gothampro/GothamPro-MediumItalic.eot?#iefix") format("embedded-opentype"), url("/local/templates/common/static/css/../fonts/gothampro/GothamPro-MediumItalic.woff") format("woff"), url("/local/templates/common/static/css/../fonts/gothampro/GothamPro-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}

html, body {
  font: normal 15px / 1.666 'Gotham Pro', sans-serif;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

.page {
  position: relative;
}

.container {
  max-width: 1380px;
  padding: 0 10px;
  margin: 0 auto;
  width: 100%;
}

.header {
  padding: 25px 0;
  border-bottom: 1px solid #EEEEEE;
}

.header__body {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header__logo {
  margin-left: 0;
  margin-right: auto;
}

.header__contact {
  display: flex;
  align-items: center;
}

.header__link {
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  color: #000000;
  display: inline-flex;
  align-items: center;
  margin-right: 35px;
}

.header__link.is-email {
  position: relative;
}

.header__link.is-email:before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 4H20C21.1 4 22 4.9 22 6V18C22 19.1 21.1 20 20 20H4C2.9 20 2 19.1 2 18V6C2 4.9 2.9 4 4 4Z' fill='black'/%3E%3Cpath d='M22.5 7L11.7617 13.4341L1.5 7' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

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

.header-soc__item {
  width: 50px;
  height: 50px;
  display: inline-flex;
  border-radius: 50px;
  border: 1px solid #EEEEEE;
  background: #fff;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.header-soc__item.is-telegram {
  width: auto;
  padding: 0 20px;
  background: #01B0E7;
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  color: #FFFFFF;
}

.header-soc__item.is-telegram span {
  margin-left: 10px;
}

.top-menu {
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
  padding: 30px 0;
  text-align: center;
}

.top-menu__item {
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  color: #000000;
  transition: .3s;
  margin: 0 80px;
}

.top-menu__item.is-active {
  color: #EB4888;
}

.top-menu__item.is-active:hover {
  color: #EB4888;
}

.top-menu__item:hover {
  color: #CCCCCC;
}

.page__body {
  padding: 70px 0;
}

.page__body.is-detail {
  background: #F7F5F5;
  padding: 0;
}

.main-head {
  margin-bottom: 40px;
}

.main-head__title {
  margin: 0;
  position: relative;
  display: inline-flex;
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  color: #000000;
}

.main-head__title:after {
  content: '';
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='37' height='10' viewBox='0 0 37 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4.5' cy='5' r='4.5' fill='%23EB4888'/%3E%3Ccircle cx='18.5' cy='5' r='4.5' fill='%23EB4888'/%3E%3Ccircle cx='32.5' cy='5' r='4.5' fill='%23EB4888'/%3E%3C/svg%3E%0A");
  width: 37px;
  height: 10px;
  top: 50%;
  margin-top: -5px;
  right: -50px;
}

.main-head__body {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.main-head__body .main-head__title {
  margin-left: 0;
  margin-right: auto;
}

.main-head__filter {
  display: flex;
  align-items: center;
}

.main-head__input {
  height: 52px;
  border: 1px solid #EEEEEE;
  box-sizing: border-box;
  border-radius: 30px;
  outline: none;
  padding: 20px;
  padding-left: 53px;
}

.main-head__search {
  position: relative;
  margin-right: 40px;
}

.main-head__search:before {
  content: '';
  position: absolute;
  top: 13px;
  left: 17px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 19C15.4183 19 19 15.4183 19 11C19 6.58172 15.4183 3 11 3C6.58172 3 3 6.58172 3 11C3 15.4183 6.58172 19 11 19Z' stroke='%23CCCCCC' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9999 20.9999L16.6499 16.6499' stroke='%23CCCCCC' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 24px;
  height: 24px;
}

.main-head__desc {
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 95%;
  color: #CCCCCC;
  display: inline-flex;
  margin-right: 20px;
}

.main-head .jq-selectbox {
  margin-right: 20px;
}

.main-head .jq-selectbox:last-child {
  margin-right: 0;
}

.main-head .jq-selectbox__select {
  background: transparent;
}

.main-head .jq-selectbox__select-text {
  box-shadow: none;
  text-shadow: none;
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  color: #000000;
  overflow: initial;
  width: 100% !important;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 30px;
}

.main-head .jq-selectbox__trigger {
  width: 10px;
}

.main-head .jq-selectbox__trigger {
  border: 0;
}

.main-head .jq-selectbox__trigger-arrow {
  top: 20px;
  right: 30px;
}

.main-head .jq-selectbox__select {
  padding: 0 45px 0 0;
  border: 1px solid #EEEEEE;
  box-sizing: border-box;
  border-radius: 30px;
  box-shadow: none;
  height: 50px;
  min-width: 120px;
}

.main-head .jq-selectbox__select-text {
  position: relative;
  padding-left: 35px;
}

.main-head .jq-selectbox__trigger-arrow {
  border: 0;
}

.main-head .jq-selectbox__trigger-arrow:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23CCCCCC' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 14px;
  height: 8px;
  display: flex;
}

.main-head .jq-selectbox li:hover {
  background-color: #1FB3AA;
}

.intro {
  margin-bottom: 40px;
}

.intro__grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.intro__col {
  width: 25%;
  padding: 0 10px;
  margin-bottom: 20px;
}

.intro__col:nth-child(5n+1) {
  width: 50%;
}

.intro-card {
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  z-index: 1;
  position: relative;
  min-height: 410px;
  padding: 30px;
}

.intro-card:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, #001433 6.66%, rgba(0, 20, 51, 0) 94.66%);
  z-index: -1;
}

.intro-card__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.intro-card__flags {
  display: flex;
  flex-wrap: wrap;
}

.intro-card__flag {
  height: 22px;
  background: rgba(43, 116, 185, 0.65);
  border-radius: 30px;
  display: inline-flex;
  padding: 0 10px;
  align-items: center;
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  color: #FFFFFF;
  margin-right: 10px;
}

.intro-card__body {
  margin-bottom: 0;
  margin-top: auto;
  position: relative;
}

.intro-card__body:after {
  content: '';
  position: absolute;
  bottom: -30px;
  left: -30px;
  right: -30px;
  height: 135px;
  background: linear-gradient(0deg, #020128 6.66%, rgba(0, 20, 51, 0) 94.66%);
}

.intro-card__name {
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 130%;
  color: #FFFFFF;
  display: flex;
  margin-bottom: 15px;
}

.intro-card__text {
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 150%;
  color: #FFFFFF;
  overflow: hidden;
  max-height: 92px;
  min-height: 92px;
}

.articles__grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  margin-bottom: 20px;
}

.articles__col {
  width: 25%;
  padding: 0 10px;
  margin-bottom: 20px;
}

.articles__more {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 65px;
  background: #EEEEEE;
  border-radius: 5px;
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 150%;
  color: #000000;
}

.articles-card__img {
  position: relative;
  overflow: hidden;
  padding-bottom: 66%;
  margin-bottom: 20px;
  display: flex;
}

.articles-card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.articles-card__img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.46) -52.6%, rgba(0, 0, 0, 0) 109.8%);
}

.articles-card__date {
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 95%;
  color: #999999;
  display: flex;
  margin-bottom: 10px;
}

.articles-card__name {
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 150%;
  color: #000000;
  display: flex;
  margin-bottom: 10px;
}

.articles-card__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.articles-card__tag {
  display: inline-flex;
  height: 20px;
  background: #EEF8FF;
  border-radius: 30px;
  padding: 0 10px;
  align-items: center;
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: 300;
  font-size: 11px;
  line-height: 95%;
  color: #478ECC;
  margin-right: 10px;
}

.articles-pagination {
  display: flex;
  align-items: center;
}

.articles-pagination__element {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.articles-pagination__list {
  display: flex;
  align-items: center;
}

.articles-pagination__item {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 150%;
  color: #CCCCCC;
  border-radius: 5px;
}

.articles-pagination__item.is-active {
  color: #000;
  border: 1px solid #EBEBEB;
}

.footer {
  padding: 30px 0;
  border-top: 1px solid #EEEEEE;
}

.footer__body {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.footer__copy {
  margin-left: 0;
  margin-right: auto;
  display: inline-flex;
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 150%;
  color: #000000;
}

.journal__slider {
  position: relative;
  margin-bottom: 60px;
}

.journal__slider .swiper-pagination {
  position: absolute;
  bottom: 70px;
  right: 100px;
  width: auto;
  max-width: 50px;
  left: auto;
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 150%;
  color: #FFB9E0;
}

.journal__slider .swiper-pagination-current {
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 130%;
  color: #FFFFFF;
}

.journal-slide {
  width: 100%;
  min-height: 480px;
  overflow: hidden;
  background: linear-gradient(224.37deg, #D42E7A 24.72%, #80438C 105.82%);
  border-radius: 5px;
  padding: 70px 100px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 -20px;
  position: relative;
  z-index: 1;
}

.journal-slide:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(/static/img/general/journal-bg.png);
  background-size: cover;
}

.journal-slide__body {
  width: 50%;
  padding: 0 20px;
}

.journal-slide__img {
  width: 50%;
  padding: 0 20px;
}

.journal-slide__img img {
  max-width: 300px;
}

.journal-slide__flag {
  display: inline-flex;
  height: 30px;
  padding: 0 10px;
  background: #FFFFFF;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
  border-radius: 30px;
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 95%;
  text-transform: uppercase;
  color: #EB4888;
  align-items: center;
  margin-bottom: 20px;
}

.journal-slide__date {
  display: flex;
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 95%;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.journal-slide__name {
  display: flex;
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 130%;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.journal-slide__text {
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  color: #FFFFFF;
  margin-top: 0;
  margin-bottom: 20px;
}

.journal-slide__btn {
  padding: 0 30px;
  height: 43px;
  display: inline-flex;
  align-items: center;
  background: #EB4888;
  border-radius: 5px;
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 150%;
  color: #FFFFFF;
}

.journal__grid {
  display: flex;
  align-items: stretch;
  margin: 0 -10px;
  flex-wrap: wrap;
}

.journal__col {
  width: 33.3334%;
  padding: 0 10px;
  margin-bottom: 20px;
}

.journal-card {
  display: flex;
  width: 100%;
  position: relative;
  min-height: 618px;
  z-index: 1;
  border-radius: 5px;
  overflow: hidden;
  padding: 30px;
  flex-direction: column;
}

.journal-card:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: linear-gradient(0deg, rgba(0, 20, 51, 0.85) 13.97%, rgba(0, 20, 51, 0) 48.3%);
}

.journal-card__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.journal-card__flag {
  display: inline-flex;
  height: 25px;
  align-items: center;
  padding: 0 8px;
  background: #FFFFFF;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
  border-radius: 30px;
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 95%;
  color: #999999;
}

.journal-card__name {
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 130%;
  color: #FFFFFF;
  display: flex;
  margin-bottom: 10px;
}

.journal-card__text {
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 150%;
  color: #FFFFFF;
}

.journal-card__body {
  margin-bottom: 0;
  margin-top: auto;
}

.detail {
  background: #F7F5F5;
  text-align: center;
}

.detail__container {
  max-width: 900px;
}

.detail__body {
  background: #fff;
  padding: 30px 100px;
}

.detail__back {
  display: inline-flex;
  position: relative;
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 150%;
  color: #000000;
  align-items: center;
  margin: 0 auto;
  justify-content: center;
}

.detail__back:before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='15' viewBox='0 0 21 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.292893 8.20711C-0.0976314 7.81658 -0.0976315 7.18342 0.292892 6.7929L6.65685 0.428933C7.04738 0.038409 7.68054 0.038409 8.07107 0.428933C8.46159 0.819458 8.46159 1.45262 8.07107 1.84315L2.41421 7.5L8.07107 13.1569C8.46159 13.5474 8.46159 14.1805 8.07107 14.5711C7.68054 14.9616 7.04738 14.9616 6.65686 14.5711L0.292893 8.20711ZM21 8.5L1 8.5L1 6.5L21 6.5L21 8.5Z' fill='%23CCCCCC'/%3E%3C/svg%3E%0A");
  width: 21px;
  height: 15px;
  margin-right: 10px;
}

.detail__title {
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 150%;
  color: #000000;
}

.detail__date {
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 95%;
  color: #CCCCCC;
}

.detail p {
  text-align: left;
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 150%;
  color: #000000;
  margin-bottom: 20px;
}

.detail img {
  width: 100%;
}

.filter {
  margin-bottom: 50px;
}

.filter__list {
  display: flex;
  overflow: auto;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}

.filter__item {
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 150%;
  padding-bottom: 10px;
  border-bottom: 4px solid transparent;
  color: #CCCCCC;
  display: inline-flex;
  margin-right: 14px;
  transition: .3s;
  white-space: nowrap;
}

.filter__item.is-active {
  border-bottom: 4px solid #EB4888;
  color: #EB4888;
}

.filter__item:hover {
  color: #EB4888;
}

.filter__tabs {
  padding: 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.filter__tab {
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 95%;
  color: #443E3E;
  margin: 0 50px;
}

.filter__tab.is-active {
  color: #EB4888;
}

.select-lang .jq-selectbox__select {
  background: transparent;
}

.select-lang .jq-selectbox__select-text {
  box-shadow: none;
  text-shadow: none;
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  color: #000000;
  text-transform: uppercase;
  overflow: initial;
  width: 100% !important;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 30px;
}

.select-lang .jq-selectbox__trigger {
  width: 10px;
}

.select-lang .jq-selectbox__trigger {
  border: 0;
}

.select-lang .jq-selectbox__trigger-arrow {
  top: 20px;
  right: 30px;
}

.select-lang .ru-icon {
  position: relative;
  padding-left: 21px;
}

.select-lang .ru-icon:before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -9px;
  left: 2px;
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 15.9998C12.4183 15.9998 16 12.4181 16 7.99989C16 3.58167 12.4183 0 8 0C3.58172 0 0 3.58167 0 7.99989C0 12.4181 3.58172 15.9998 8 15.9998Z' fill='%23F0F0F0'/%3E%3Cpath d='M15.5024 10.7822C15.824 9.91551 16 8.97815 16 7.9996C16 7.02105 15.824 6.08369 15.5024 5.21704H0.497594C0.176031 6.08369 0 7.02105 0 7.9996C0 8.97815 0.176031 9.91551 0.497594 10.7822L8 11.4778L15.5024 10.7822Z' fill='%230052B4'/%3E%3Cpath d='M8.0007 16.0001C11.4404 16.0001 14.3728 13.8291 15.5031 10.7827H0.498291C1.62864 13.8291 4.56098 16.0001 8.0007 16.0001Z' fill='%23D80027'/%3E%3C/svg%3E%0A");
  width: 16px;
  height: 16px;
}

.select-lang .jq-selectbox__select {
  padding: 0 10px 0 0;
  border: 1px solid #EEEEEE;
  box-sizing: border-box;
  border-radius: 30px;
  box-shadow: none;
  height: 50px;
  min-width: 120px;
}

.select-lang.ru-icon .jq-selectbox__select-text {
  position: relative;
  padding-left: 35px;
}

.select-lang.ru-icon .jq-selectbox__select-text:before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -9px;
  left: 10px;
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 15.9998C12.4183 15.9998 16 12.4181 16 7.99989C16 3.58167 12.4183 0 8 0C3.58172 0 0 3.58167 0 7.99989C0 12.4181 3.58172 15.9998 8 15.9998Z' fill='%23F0F0F0'/%3E%3Cpath d='M15.5024 10.7822C15.824 9.91551 16 8.97815 16 7.9996C16 7.02105 15.824 6.08369 15.5024 5.21704H0.497594C0.176031 6.08369 0 7.02105 0 7.9996C0 8.97815 0.176031 9.91551 0.497594 10.7822L8 11.4778L15.5024 10.7822Z' fill='%230052B4'/%3E%3Cpath d='M8.0007 16.0001C11.4404 16.0001 14.3728 13.8291 15.5031 10.7827H0.498291C1.62864 13.8291 4.56098 16.0001 8.0007 16.0001Z' fill='%23D80027'/%3E%3C/svg%3E%0A");
  width: 16px;
  height: 16px;
}

.select-lang .jq-selectbox__trigger-arrow {
  border: 0;
}

.select-lang .jq-selectbox__trigger-arrow:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23CCCCCC' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 14px;
  height: 8px;
  display: flex;
}

.select-lang.ru-icon.jq-selectbox li:hover {
  background-color: #1FB3AA;
}

@media only screen and (max-width: 1259px) {
  .top-menu__item {
    font-size: 16px;
  }
  .header-soc__item.is-telegram {
    font-size: 12px;
  }
  .header__link {
    font-size: 12px;
    margin-right: 20px;
  }
  .page__body {
    padding: 50px 0;
  }
  .main-head__title {
    font-size: 32px;
  }
  .intro__col {
    width: 50%;
  }
  .articles__col {
    width: 33.3334%;
  }
  .articles__more {
    height: 50px;
    font-size: 12px;
  }
  .header .header__contact {
    display: none;
  }
  .main-head__search {
    margin-right: 10px;
  }
  .main-head__input {
    max-width: 175px;
  }
  .main-head__desc {
    margin-right: 10px;
  }
  .main-head .jq-selectbox {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 1023px) {
  .top-menu__item {
    margin: 0 20px;
  }
  .page__body {
    padding: 30px 0;
  }
  .main-head__title {
    font-size: 28px;
  }
  .articles__col {
    width: 50%;
  }
  .footer .header-soc {
    display: none;
  }
  .detail__title {
    font-size: 28px;
  }
  .detail__date {
    font-size: 14px;
  }
  .detail__body {
    padding: 30px 50px;
  }
  .journal-slide__img {
    display: none;
  }
  .journal-slide__body {
    width: 100%;
  }
  .journal__col {
    width: 50%;
  }
  .journal-slide {
    margin: 0;
  }
  .filter__item {
    font-size: 12px;
  }
  .filter__list {
    padding-bottom: 20px;
  }
  .filter__tabs {
    padding: 20px 0;
  }
  .main-head__body {
    flex-wrap: wrap;
  }
  .main-head__input {
    height: 40px;
  }
  .main-head__search:before {
    top: 9px;
    left: 9px;
  }
  .main-head__input {
    font-size: 12px;
    padding-left: 40px;
  }
  .main-head__desc {
    font-size: 12px;
  }
  .main-head .jq-selectbox__select-text {
    padding-left: 20px;
    font-size: 12px;
  }
  .main-head .jq-selectbox__select {
    height: 40px;
  }
  .main-head .jq-selectbox__trigger-arrow {
    top: 15px;
  }
  .main-head__filter {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .header-soc__item.is-telegram span {
    display: none;
  }
  .header-soc__item.is-telegram {
    padding: 0;
    width: 35px;
  }
  .header-soc__item {
    width: 35px;
    height: 35px;
  }
  .header-soc__item img {
    max-width: 15px;
    max-height: 15px;
  }
  .header-logo__link img {
    max-width: 100px;
  }
  .header {
    padding: 15px 0;
  }
  .top-menu__item {
    margin: 0 10px;
    font-size: 14px;
  }
  .top-menu {
    padding: 15px 0;
  }
  .main-head__title {
    font-size: 24px;
  }
  .intro__col {
    width: 100%;
  }
  .intro__col:nth-child(5n+1) {
    width: 100%;
  }
  .journal-slide {
    padding: 30px;
  }
  .journal-slide__flag {
    font-size: 10px;
  }
  .journal-slide__date {
    font-size: 12px;
  }
  .journal-slide__name {
    font-size: 24px;
  }
  .journal-slide__text {
    font-size: 12px;
  }
  .journal-slide__btn {
    font-size: 12px;
  }
  .journal-slide {
    min-height: 300px;
  }
  .journal__col {
    width: 100%;
  }
  .journal-card {
    min-height: 300px;
  }
  .filter__tab {
    font-size: 12px;
    margin: 0 10px;
  }
  .select-lang .jq-selectbox__select {
    height: 35px;
  }
  .select-lang .jq-selectbox__trigger-arrow {
    top: 13px;
  }
  .select-lang .jq-selectbox__select {
    min-width: 100px;
  }
  .main-head__filter {
    flex-wrap: wrap;
    width: 100%;
  }
  .main-head__search {
    width: 100%;
    margin-bottom: 15px;
  }
  .main-head__search input {
    width: 100%;
    max-width: none;
  }
  .main-head__desc {
    display: flex;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 576px) {
  .header-soc {
    display: none;
  }
  .top-menu__item {
    margin: 0 5px;
    font-size: 12px;
  }
  .main-head__title {
    font-size: 20px;
  }
  .articles__col {
    width: 100%;
  }
  .header__contact {
    flex-direction: column;
    align-items: flex-end;
  }
  .header__link {
    font-size: 10px;
    margin: 0;
  }
  .footer__copy {
    font-size: 10px;
  }
  .header__link.is-email:before {
    display: none;
  }
  .footer {
    padding: 15px 0;
  }
  .detail__body {
    padding: 20px;
  }
  .detail__title {
    font-size: 20px;
  }
  .detail p {
    font-size: 12px;
  }
  .detail__date {
    font-size: 12px;
  }
  .detail__back {
    font-size: 12px;
  }
  .journal-slide__body {
    padding: 0;
  }
  .journal__slider .swiper-pagination {
    bottom: 30px;
    right: 20px;
  }
}

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


/* HANVIS */
.header__hamb {
	margin-left: 20px;
}

.header-hamb__link {
	display: inline-flex;
	width: 43px;
	height: 32px;
	background-image: url("data:image/svg+xml,%3Csvg width='43' height='32' viewBox='0 0 43 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='43' height='4' rx='2' fill='%23EB4888'/%3E%3Crect y='14' width='43' height='4' rx='2' fill='%23EB4888'/%3E%3Crect y='28' width='43' height='4' rx='2' fill='%23EB4888'/%3E%3C/svg%3E%0A");
}

.top-menu {
	display: none;
}

.top-menu.is-active {
	display: block;
}

.intro-card.is-actual {
	border: 7px solid #EB4888;
}

.header-menu__list {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.header-menu__item {
	margin: 0 10px;
}

.header__body {
	justify-content: space-between;
}

.header-menu__link {
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 95%;
	color: #EB4888;
}

.header__logo {
	margin-right: 0;
}

.header__lang {
	margin-right: 0;
}

.header-soc {
	margin-right: 0;
}

.header-menu {
	margin-right: 60px;
    margin-left: auto;
}

.detail__left {
  flex: 0 0 210px;
  background: linear-gradient(224.37deg, #D42E7A 24.72%, #80438C 105.82%);
  min-height: 500px;
  position: sticky;
  top: 20px;
  color: #fff;
}

.detail__right {
  flex: 0 0 210px;
  background: linear-gradient(224.37deg, #D42E7A 24.72%, #80438C 105.82%);
  min-height: 500px;
  position: sticky;
  top: 20px;
  color: #fff;
}

.detail__container {
  max-width: 1380px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding: 20px 10px;
}

.detail__body {
  margin: 0 20px;
}

.intro-card.is-banner .intro-card__body:after {
  display: none;
}

.intro-card.is-banner .intro-card__name {
  font-size: 36px;
}

.intro-card__footer {
  display: flex;
  justify-content: center;
}

.modal-banner {
  max-width: 800px;
  width: 100%;
  max-height: 600px;
  height: 100%;
  padding: 0;
  background: linear-gradient(224.37deg, #D42E7A 24.72%, #80438C 105.82%);
}

.modal-banner__content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 150px;
  background: linear-gradient(224.37deg, #D42E7A 24.72%, #80438C 105.82%);
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  max-width: 1360px;
  margin: 0 auto;
  width: 100%;
}

.banner-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 35 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3.71143' y='0.383057' width='43' height='4' rx='2' transform='rotate(45 3.71143 0.383057)' fill='%23EB4888'/%3E%3Crect width='43' height='4' rx='2' transform='matrix(-0.707107 0.707107 0.707107 0.707107 31.2883 0.383057)' fill='%23EB4888'/%3E%3C/svg%3E%0A");
}

.is-modal-hide {
  display: none !important;
}

.billboard-banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 100%;
  padding-bottom: 40%;
  background: linear-gradient(224.37deg, #D42E7A 24.72%, #80438C 105.82%);
  margin-bottom: 20px;
}

.billboard-banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -o-object-fit: cover;
  object-fit: cover;
}
/* End */


/* Start:/local/templates/common/static/css/n-main.css?167361589583912*/
.nheader {
  padding: 24px 0;
  background: #003A55;
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.2);
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  transition: .3s;
}

.ncontainer {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.nheader-menu {
  position: absolute;
  top: calc(100% + 24px);
  left: 0;
  background: #fff;
  padding: 25px 0;
  opacity: 0;
  visibility: hidden;
  z-index: -10;
  transition: .3s;
}

.nheader-menu.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.nheader-menu__item {
  padding: 5px 0;
}

.nheader-menu__link {
  padding: 12px 25px;
  display: flex;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 95%;
  color: #000000;
  background: #fff;
  transition: .3s;
}

.nheader-menu__link:hover {
  background: rgba(235, 72, 136, 0.1);
}

.nheader-menu__item.is-active .nheader-menu__link {
  color: #EB4888;
}

.nheader__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.nheader__left {
  display: flex;
  align-items: center;
}

.nheader__right {
  display: flex;
  align-items: center;
}

.nheader__nav {
  display: flex;
  align-items: center;
  margin-right: 30px;
}

.nheader__nav--link {
  display: inline-flex;
  height: 106px;
  background: #EB4888;
  align-items: center;
  padding: 0 40px;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 1;
  color: #FFFFFF;
  margin-top: -25px;
  margin-bottom: -25px;
  margin-left: 20px;
  text-align: center;
  }
  
.nheader__pretitle {
  margin-left: 30px;
}

.nheader__link {
  display: inline-flex;
  position: relative;
}

.nheader__link:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='43' height='32' viewBox='0 0 43 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='43' height='4' rx='2' fill='white'/%3E%3Crect y='14' width='43' height='4' rx='2' fill='white'/%3E%3Crect y='28' width='43' height='4' rx='2' fill='white'/%3E%3C/svg%3E%0A");
  width: 43px;
  height: 32px;
}

.nheader__link.is-active:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.06463 28.0145C0.287701 28.7915 0.2877 30.0511 1.06463 30.8281C1.84157 31.605 3.10122 31.605 3.87815 30.8281L15.9969 18.7093L28.4969 31.2094C29.2739 31.9863 30.5335 31.9863 31.3105 31.2094C32.0874 30.4324 32.0874 29.1728 31.3105 28.3958L18.8104 15.8958L31.31 3.39622C32.0869 2.61929 32.0869 1.35963 31.31 0.5827C30.5331 -0.194233 29.2734 -0.194234 28.4965 0.582699L15.9969 13.0823L3.87863 0.96402C3.1017 0.187087 1.84204 0.187087 1.06511 0.964019C0.288177 1.74095 0.288176 3.00061 1.06511 3.77754L13.1834 15.8958L1.06463 28.0145Z' fill='white'/%3E%3C/svg%3E%0A");
  width: 43px;
  background-repeat: no-repeat;
  background-position: center;
  height: 32px;
}

.nheader__title {
  font-style: normal;
  font-weight: normal;
  font-size: 38px;
  line-height: 46px;
  text-transform: uppercase;
  color: #FFFFFF;
  white-space: nowrap;
}

.nheader-soc__link {
  display: inline-flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
}

.nintro__link {
  position: absolute;
  display: inline-flex;
  bottom: 44px;
  left: 50%;
  margin-left: -21px;
  z-index: 1;
  opacity: 1;
  visibility: visible;
  transition: .3s;
  animation: nintrolink 1s ease infinite;
}

@keyframes nintrolink {   
  0% {     
    bottom: 44px;
  }   
  50% {     
    bottom: 40px;
  } 
  100% {
    bottom: 44px;
   }
}

.nintro__link.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.nintro__link:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='43' height='89' viewBox='0 0 43 89' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.8909 10.978C20.5956 10.978 19.5455 12.0312 19.5455 13.3304V21.1718C19.5455 22.471 20.5956 23.5242 21.8909 23.5242C23.1863 23.5242 24.2364 22.471 24.2364 21.1718V13.3304C24.2364 12.0312 23.1863 10.978 21.8909 10.978Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 21.5639C0 9.65448 9.62588 0 21.5 0C33.3741 0 43 9.65448 43 21.5639V41.1674C43 53.0768 33.3741 62.7313 21.5 62.7313C9.62588 62.7313 0 53.0768 0 41.1674V21.5639ZM40.6545 21.5639V41.1674C40.6545 51.7776 32.0788 60.3789 21.5 60.3789C10.9212 60.3789 2.34545 51.7776 2.34545 41.1674V21.5639C2.34545 10.9537 10.9212 2.35242 21.5 2.35242C32.0788 2.35242 40.6545 10.9537 40.6545 21.5639Z' fill='white'/%3E%3Cpath d='M14.0006 67.4141C14.4445 66.9411 15.1867 66.9185 15.6583 67.3637L21.4753 72.8548L26.9253 67.3886C27.3833 66.9292 28.1258 66.9292 28.5838 67.3886C29.0418 67.8479 29.0418 68.5926 28.5838 69.052L22.3292 75.3251C21.881 75.7746 21.1578 75.7856 20.6963 75.3499L14.0508 69.0768C13.5792 68.6316 13.5567 67.8872 14.0006 67.4141Z' fill='white'/%3E%3Cpath d='M13.307 78.3362C12.8323 77.8943 12.0903 77.9219 11.6496 78.398C11.209 78.874 11.2365 79.6183 11.7112 80.0602L20.9746 88.6858C21.4345 89.1141 22.1492 89.1032 22.596 88.6612L31.3145 80.0356C31.7756 79.5794 31.7806 78.8347 31.3258 78.3722C30.871 77.9098 30.1285 77.9047 29.6674 78.3609L21.7479 86.1959L13.307 78.3362Z' fill='white'/%3E%3C/svg%3E%0A");
  width: 43px;
  height: 89px;
}

.nintro__body {
  display: flex;
  width: 100%;
  position: relative;
  height: calc(100vh - 98px);
  justify-content: center;
  align-items: center;
}

.nintro__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-body {
  padding: 100px 0;
}

.page-body.is-gray {
  background: #F1F1F1;
}

.page-body.is-bg {
  background-image: url(/local/templates/common/static/css/../img/general/licensing-bg.png);
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
}

.page-body.is-international {
  background-image: url(/local/templates/common/static/css/../img/general/internatioanl.png);
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
}

.actual {
  margin-bottom: 30px;
}

.actual__alider {
  margin-bottom: 20px;
}

.actual-card {
  position: relative;
  display: flex;
  width: 100%;
}

.actual-card__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.actual-card__body {
  display: flex;
  flex-direction: column;
  min-height: 480px;
  padding: 30px;
}

.actual-card__logo {
  max-width: 140px;
}

.actual-card__content {
  margin-top: auto;
  margin-bottom: 0;
}

.actual-card__title {
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 130%;
  color: #FFFFFF;
  margin: 0;
}

.actual-card__description {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  color: #FFFFFF;
  margin-top: 0;
  margin-bottom: 55px;
  max-width: 320px;
}

.actual-card__btn {
  min-height: 70px;
  display: inline-flex;
  align-items: center;
  padding: 0 70px;
  border: 2px solid #FFFFFF;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 95%;
  color: #FFFFFF;
}

.actual .swiper-pagination-bullet {
  opacity: 1;
  background: rgba(0,0,0,0);
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
}

.actual .swiper-pagination-bullet-active {
  background: #EB4888;
  border: 2px solid #EB4888;
}

.actual .swiper-pagination {
  text-align: right;
  padding-right: 26px;
}

.ncategory__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.ncategory__col {
  width: 33.3334%;
  margin-bottom: 30px;
  padding: 0 10px;
}

.ncategory-card {
  display: block;
  position: relative;
  overflow: hidden;
}

.ncategory-card__head {
  display: block;
  width: 100%;
  background: #003A55;
  padding: 25px 30px;
  min-height: 180px;
}

.ncategory-card__desc {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  color: #FFFFFF;
}

.ncategory-card__body {
  position: relative;
  display: flex;
  width: 100%;
  padding-bottom: 85%;
  margin-bottom: 75px;
}

.ncategory-card__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.ncategory-card__footer {
  display: block;
  width: 100%;
  background: #003A55;
  padding: 25px 30px;
  position: absolute;
  bottom: -55px;
  left: 0;
  transition: .3s;
}

.ncategory-card__title {
  margin: 0;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 130%;
  color: #FFFFFF;
}

.ncategory-card__arrow:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='66' height='21' viewBox='0 0 66 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M55.095 0.639006C54.6962 0.256877 54.0632 0.270346 53.6811 0.669089C53.2989 1.06783 53.3124 1.70085 53.7112 2.08298L61.6981 9.7371L1 9.73712C0.447715 9.73712 -1.19209e-07 10.1848 5.96046e-08 10.7371C2.38419e-07 11.2894 0.447716 11.7371 1 11.7371L61.6909 11.7371L54.5279 18.5745C54.1284 18.9559 54.1137 19.5889 54.495 19.9884C54.8764 20.3879 55.5093 20.4026 55.9088 20.0213L64.8773 11.4605L65.6336 10.7385L64.8787 10.0151L55.095 0.639006Z' fill='white'/%3E%3C/svg%3E%0A");
  width: 66px;
  height: 21px;
  display: inline-flex;
  margin-top: 20px;
}

.ncategory-card:hover .ncategory-card__footer {
  bottom: 0;
}

.ncategory__col:nth-child(1) .ncategory-card__footer {
  background: #EB4888;
}

.ncategory__col:nth-child(3) .ncategory-card__footer {
  background: #EB4888;
}

.ncategory__col:nth-child(4) .ncategory-card__footer {
  background: #EB4888;
}

.ncategory__col:nth-child(6) .ncategory-card__footer {
  background: #EB4888;
}

.ncategory-card.big-logo .ncategory-card__logo {
  display: block;
  width: 100%;
}

.ncategory-card.big-logo .ncategory-card__head {
  padding: 0;
}

.ncategory-card.big-logo .ncategory-card__body {
  padding-bottom: 84.4%;
}

.newsletter__body {
  background: #EEEEEE;
  border-radius: 5px;
  padding: 30px;
  text-align: center;
}

.newsletter__title {
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 130%;
  color: #000000;
  margin-top: 0;
  margin-bottom: 16px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

.newsletter__title:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='37' height='9' viewBox='0 0 37 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4.5' cy='4.5' r='4.5' fill='%23EB4888'/%3E%3Ccircle cx='18.5' cy='4.5' r='4.5' fill='%23EB4888'/%3E%3Ccircle cx='32.5' cy='4.5' r='4.5' fill='%23EB4888'/%3E%3C/svg%3E%0A");
  margin-left: 10px;
  width: 37px;
  height: 9px;
}

.nfeedback__title:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='37' height='9' viewBox='0 0 37 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4.5' cy='4.5' r='4.5' fill='%23EB4888'/%3E%3Ccircle cx='18.5' cy='4.5' r='4.5' fill='%23EB4888'/%3E%3Ccircle cx='32.5' cy='4.5' r='4.5' fill='%23EB4888'/%3E%3C/svg%3E%0A");
  margin-left: 10px;
  width: 37px;
  height: 9px;
}

.newsletter__body p {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  color: #000000;
  max-width: 1020px;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 20px;
}

.newsletter__footer {
  display: flex;
  justify-content: center;
  align-items: center;
}

.newsletter__btn {
  width: 210px;
  height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 50px;
  background: #EB4888;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 95%;
  text-align: center;
  color: #FFFFFF;
}

.nfooter__arrow:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='65' height='19' viewBox='0 0 65 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M62.1661 9.40776L53.2807 0.892642L53.9726 0.170654L63.7564 9.54676L64.1338 9.90847L63.7557 10.2694L54.7872 18.8302L54.0968 18.1069L62.1625 10.4078L0.223633 10.4078V9.40778L62.1661 9.40776Z' fill='%23EB4888'/%3E%3C/svg%3E%0A");
  width: 66px;
  height: 21px;
  display: inline-flex;
}

.nfooter__body {
  background: #F6F6FA;
  padding: 50px 0;
}

.nfooter__row {
  display: flex;
  margin: 0 -15px;
}

.nfooter__col {
  width: 33.3334%;
  padding: 0 15px;
}

.nfooter__logo span {
  display: block;
  font-weight: normal;
  font-size: 40px;
  line-height: 130%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #ED0677;
}

.nfooter__logo span span {
  font-weight: 500;
}

.nfooter__title {
  margin-top: 0;
  margin-bottom: 18px;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 95%;
  color: #000000;
}

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

.nfooter__item a {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 150%;
  color: #3D3D3D;
  display: block;
}

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

.nfooter__text {
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 160%;
  color: #000000;
}

.nfooter__form {
  display: flex;
  position: relative;
}

.nfooter__input {
  height: 50px;
  background: #FFFFFF;
  border: 0.5px solid #C7C8CA;
  padding: 0 20px;
  width: 100%;
}

.nfooter__btn {
  display: flex;
  align-items: center;
  background: #FFFFFF;
  height: 50px;
  border: 0;
  padding: 0 15px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  border: 0.5px solid #C7C8CA;
}

.nfooter__data {
  background: #3D3D3D;
}

.nfooter__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nfooter__feedback {
  display: inline-flex;
  height: 100px;
  background: #EB4888;
  align-items: center;
  padding: 0 20px;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 95%;
  color: #FFFFFF;
  margin-left: 40px;
}

.nfooter__copy {
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 150%;
  color: #FFFFFF;
}

.nfooter .header__link {
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 95%;
  color: #FFFFFF;
}

.nfooter .header__link.is-email:before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='16' viewBox='0 0 20 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18 0H2C0.9 0 0 0.9 0 2V2.72338L9.76766 8.84772L20 2.71682V2C20 0.9 19.1 0 18 0ZM20 3.88258L10.0187 9.86306C9.85738 9.95972 9.65545 9.95768 9.49611 9.85777L0 3.90369V14C0 15.1 0.9 16 2 16H18C19.1 16 20 15.1 20 14V3.88258Z' fill='white'/%3E%3C/svg%3E%0A");
  width: 20px;
  height: 16px;
}

.main__title {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 150%;
  color: #000000;
  margin-top: 0;
}

.bio__img {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}

.bio__content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 -20px;
  flex-wrap: wrap;
}

.bio__col {
  padding: 0 20px;
  margin-bottom: 50px;
  width: 50%;
}

.bio__text {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  color: #000000;
}

.nfeedback__body {
  background: #F8F7F7;
  border-radius: 5px;
  padding: 20px 30px;
}

.nfeedback__title {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 130%;
  color: #000000;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.nfeedback__row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.nfeedback__col {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 20px;
}

.nfeedback__input {
  display: block;
  height: 60px;
  background: #FFFFFF;
  border-radius: 5px;
  width: 100%;
  border: 0;
  outline: none;
  padding: 20px;
}

.nfeedback__name {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 150%;
  color: #000000;
}

.nfeedback__textarea {
  outline: none;
  width: 100%;
  min-height: 162px;
  resize: none;
  border: 0;
  padding: 20px;
}

.nfeedback__btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  height: 70px;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  background: #EB4888;
  width: 100%;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 95%;
  color: #FFFFFF;
  border: 0;
  cursor: pointer;
}

.nfeedback__label {
  display: block;
  margin-bottom: 10px;
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 150%;
  color: #000000;
  padding-left: 45px;
  user-select: none;
}

.nfeedback__label a {
  text-decoration: underline;
  color: #000000;
}

.nfeedback__check {
  position: absolute;
  left: -999px;
  opacity: 0;
  visibility: hidden;
}

.is-index .nheader.header-fixed {
  background: #fff;
}

.is-index .nheader.header-fixed .nheader__title {
  color: #003A55;
}

.is-index .nheader.header-fixed .nheader__link:after {
  background-image: url("data:image/svg+xml,%3Csvg width='43' height='32' viewBox='0 0 43 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='43' height='4' rx='2' fill='%23003A55'/%3E%3Crect y='14' width='43' height='4' rx='2' fill='%23003A55'/%3E%3Crect y='28' width='43' height='4' rx='2' fill='%23003A55'/%3E%3C/svg%3E%0A");
}

.nfeedback__label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  border-radius: 5px;
}

.nfeedback__check:checked + label::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  background: #EB4888;
  border-radius: 3px;
}

.ncontacts-card {
  display: flex;
  align-items: flex-start;
}

.ncontacts-card__img {
  width: 210px;
  height: 210px;
  overflow: hidden;
  border-radius: 50%;
  border: 5px solid #EB4888;
  flex: 0 0 210px;
  position: relative;
}

.ncontacts-card__img img {
  display: block;
  width: 100%;
}

.ncontacts-card__content {
  padding-left: 20px;
  position: relative;
  padding-top: 20px;
}

.ncontacts-card__content:after {
  content: '';
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
}

.ncontacts-card__name {
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 130%;
  color: #EB4888;
  display: block;
  margin-bottom: 20px;
}

.ncontacts-card__position {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  color: #000000;
  margin-bottom: 12px;
  display: block;
}

.ncontacts-card__link {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  color: #000000;
  display: block;
}

.ncontacts-card__link:hover {
  text-decoration: underline;
}

.ncontacts-soc {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.ncontacts-soc__icon {
  width: 95px;
  height: 95px;
  display: inline-flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #EB4888;
  flex: 0 0 95px;
}

.ncontacts-soc__name {
  padding-left: 54px;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 130%;
  color: #000000;
}

.ads__grid {
  display: flex;
  align-items: flex-start;
  margin: 0 -10px;
}

.ads__col {
  width: 50%;
  padding: 0 10px;
}

.about__col {
  width: 50%;
  padding: 0 10px;
}

.ads__col:last-child {
  padding-left: 100px;
}

.ads__title {
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 130%;
  color: #000000;
  margin-top: 0;
}

.ads__text {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  color: #000000;
}

.ads-kit__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-top: 45px;
}

.ads-kit__item {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ads-kit__link {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 130%;
  color: #000000;
  display: inline-flex;
  position: relative;
  align-items: center;
}

.ads-kit__link:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='65' height='19' viewBox='0 0 65 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M62.1661 9.40776L53.2807 0.892642L53.9726 0.170654L63.7564 9.54676L64.1338 9.90847L63.7557 10.2694L54.7872 18.8302L54.0968 18.1069L62.1625 10.4078L0.223633 10.4078V9.40778L62.1661 9.40776Z' fill='%23EB4888'/%3E%3C/svg%3E%0A");
  width: 65px;
  height: 19px;
  margin-left: 10px;
}

.ads-kit__btn {
  min-height: 70px;
  padding: 0 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #EB4888;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 95%;
  color: #FFFFFF;
}

.ads-kit__btn img {
  margin-right: 10px;
}

.advantage__grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  align-items: stretch;
}

.advantage__col {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 20px;
}

.advantage-card {
  background: #fff;
  padding: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.advantage-card__title {
  display: block;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 150%;
  color: #EB4888;
}

.advantage-card__text {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  color: #000000;
}

.advantage__text {
  max-width: 785px;
  width: 100%;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  color: #000000;
}

.ads__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}

.ads__footer a {
  margin: 5px 0;
}

.ads__video {
  display: flex;
  position: relative;
}

.ads__video:after {
  content: '';
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='82' height='93' viewBox='0 0 82 93' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M79.5 42.1699C82.8333 44.0944 82.8333 48.9056 79.5 50.8301L8.24999 91.9663C4.91665 93.8908 0.749996 91.4852 0.749996 87.6362L0.749999 5.36378C0.749999 1.51478 4.91666 -0.890836 8.25 1.03366L79.5 42.1699Z' fill='white'/%3E%3C/svg%3E%0A");
  width: 82px;
  height: 93px;
  top: 50%;
  margin-top: -46px;
  margin-left: -41px;
  left: 50%;
}

.ads__video img {
  display: block;
  width: 100%;
}

.portfolio__item {
  margin-bottom: 40px;
}

.portfolio-card {
  display: flex;
  align-items: flex-start;
  background: #fff;
  padding: 20px 30px;
}

.portfolio-card__title {
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 130%;
  color: #000000;
  display: inline-flex;
  align-items: center;
  transition: .3s;
}

.portfolio-card__title:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='66' height='20' viewBox='0 0 66 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M55.095 0.309568C54.6962 -0.0725604 54.0632 -0.0590919 53.6811 0.339651C53.2989 0.738394 53.3124 1.37142 53.7112 1.75354L61.6981 9.40767L1 9.40769C0.447715 9.40769 0 9.8554 0 10.4077C0 10.96 0.447716 11.4077 1 11.4077L61.6909 11.4077L54.5279 18.2451C54.1284 18.6264 54.1137 19.2594 54.495 19.6589C54.8764 20.0584 55.5093 20.0732 55.9088 19.6918L64.8773 11.131L65.6336 10.4091L64.8787 9.68568L55.095 0.309568Z' fill='%23EB4888'/%3E%3C/svg%3E%0A");
  width: 66px;
  height: 20px;
  margin-left: 30px;
}

.portfolio-card__title:hover {
  color: #EB4888;
}

.portfolio-card__text {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  color: #000000;
}

.portfolio-card__item {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 150%;
  color: #000000;
}

.portfolio-card__list {
  padding-left: 20px;
}

.licensing {
  margin-bottom: 100px;
}

.licensing__content {
  display: flex;
  align-items: stretch;
  margin: 0 -10px;
}

.licensing__col {
  width: 50%;
  padding: 0 10px;
}

.licensing__title {
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 130%;
  color: #000000;
  margin-top: 0;
  margin-bottom: 30px;
}

.licensing__text {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  color: #000000;
}

.licensing__grid {
  display: flex;
  margin: 0 -10px;
  flex-wrap: wrap;
  align-items: stretch;
}

.licensing__column {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 20px;
}

.licensing__card {
  background: #fff;
  padding: 20px 10px;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.licensing__num {
  font-style: normal;
  font-weight: normal;
  font-size: 52px;
  line-height: 150%;
  text-align: center;
  display: block;
  color: #EB4888;
}

.licensing__desc {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
}

.international__title {
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 140%;
  color: #0C3D56;
  margin-bottom: 150px;
}

.international__grid {
  display: flex;
  margin: 0 -10px;
  margin-bottom: 50px;
}

.international__col {
  width: 50%;
  padding: 0 10px;
}

.international__text {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  color: #000000;
}

.international-card {
  display: flex;
  align-items: center;
  margin: 0 -20px;
}

.international-card__content {
  width: 60%;
  padding: 0 20px;
}

.international-card__img {
  width: 40%;
  padding: 0 20px;
}

.international-card__text {
  max-width: 616px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  color: #000000;
}

.international__img {
  display: block;
  width: 100%;
}

.nfeedback__file {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: -999px;
}

.nfeedback__label--file {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.file-btn {
  height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #EB4888;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 95%;
  text-align: center;
  color: #FFFFFF;
  padding: 0 40px;
  margin-right: 10px;
  cursor: pointer;
}

.file-name {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 150%;
  color: #BCBCBC;
}

#nfeedback {
  padding: 0;
  max-width: 1440px;
  width: 100%;
}

.articles-card {
  padding: 5px 5px 10px;
  transition: .3s;
  border-bottom: 5px solid rgba(235, 72, 136, 0)
}

.articles-card:hover {
  background: rgba(235, 72, 136, 0.2);
  border-bottom: 5px solid rgba(235, 72, 136, 1);
}

.international-footer {
  display: flex;
  align-items: flex-start;
  margin-top: 50px;
}

.international-footer__content {
  width: 50%;
}

.international-footer__img {
  width: 50%;
}

.international-footer__img img {
  display: block;
  width: 100%;
}

.international-footer__name {
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 150%;
  color: #000000;
  display: block;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1259px) {
  .nheader__title {
    font-size: 32px;
  }
  .ncategory__col {
    width: 50%;
  }
  .nheader {
    padding: 20px 0;
  }
  .nheader__nav--link {
    height: 60px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .international__title {
    font-size: 42px;
    margin-bottom: 50px;
  }
  .international__text {
    font-size: 16px;
  }
  .international-card__text {
    font-size: 16px;
  }
  .about__col .ads-kit__btn {
    margin-bottom: 10px;
  }
  .licensing__col .ads-kit__btn {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 1023px) {
  .page-body {
    padding: 50px 0;
  }
  .actual-card__title {
    font-size: 36px;
  }
  .actual-card__description {
    font-size: 16px;
  }
  .actual-card__btn {
    min-height: 50px;
    padding: 0 40px;
    font-size: 16px;
  }
  .ncategory-card__desc {
    font-size: 16px;
  }
  .ncategory-card__title {
    font-size: 18px;
  }
  .ncategory-card__body {
    margin-bottom: 60px;
  }
  .newsletter__title {
    font-size: 36px;
  }
  .newsletter__body p {
    font-size: 16px;
  }
  .newsletter__btn {
    font-size: 18px;
  }
  .nfooter__row {
    flex-wrap: wrap;
  }
  .nfooter__col {
    width: 50%;
    margin-bottom: 20px;
  }
  .nfooter__feedback {
    display: none;
  }
  .nfooter__content {
    padding: 20px 0;
  }
  .nheader__nav {
    display: none;
  }
  .international__title {
    font-size: 32px;
  }
  .international-card__img img {
    display: block;
    width: 100%;
  }
  .international-card {
    margin-bottom: 20px;
  }
  .ads__grid {
    flex-wrap: wrap;
  }
  .ads__col {
    width: 100%;
    margin-bottom: 20px;
  }
  .ads__col:last-child {
    padding-left: 10px;
  }
  .ads__text {
    font-size: 16px;
  }
  .advantage__col {
    width: 100%;
  }
  .advantage-card__text {
    font-size: 16px;
  }
  .advantage__text {
    font-size: 16px;
  }
  .bio__content {
    flex-wrap: wrap;
    margin: 0 -10px;
  }
  .bio__col {
    width: 100%;
  }
  .portfolio-card__img img {
    display: block;
    width: 100%;
    min-width: 300px;
  }
  .portfolio-card__text {
    font-size: 16px;
  }
  .portfolio-card__item {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .licensing__text {
    font-size: 16px;
  }
  .licensing__column {
    width: 100%;
  }
  .licensing__num {
    font-size: 42px;
  }
  .licensing__desc {
    font-size: 16px;
  }
  .international-footer {
    flex-direction: column-reverse;
  }
  .international-footer__content {
    width: 100%;
  }
  .international-footer__img {
    width: 100%;
    margin-bottom: 30px;
  }
  .international-footer__name {
    font-size: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .nheader__title {
    font-size: 18px;
  }
  .nheader__link:after {
    width: 30px;
    height: 23px;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .newsletter__title {
    font-size: 28px;
  }
  .newsletter__body p {
    font-size: 14px;
  }
  .actual-card__description {
    font-size: 14px;
  }
  .ncategory-card__desc {
    font-size: 14px;
  }
  .ncategory-card__title {
    font-size: 16px;
  }
  .ncontainer {
    padding: 0 10px;
  }
  .nintro__link {
    display: none;
  }
  .actual-card__body {
    padding: 25px;
  }
  .ncategory__col {
    width: 100%;
  }
  .newsletter__btn {
    margin: 0 5px;
  }
  .nfooter__col {
    width: 100%;
  }
  .nfooter__label {
    width: 100%;
  }
  .nfooter__copy {
    font-size: 12px;
  }
  .nfooter .header__link {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .nheader-soc__link {
    width: 40px;
    height: 40px;
  }
  .newsletter__body {
    padding: 20px;
  }
  .international__title {
    font-size: 24px;
  }
  .international__grid {
    flex-wrap: wrap;
  }
  .international__col {
    width: 100%;
    margin-bottom: 20px;
  }
  .international__text {
    font-size: 14px;
  }
  .international-card {
    flex-direction: column;
  }
  .international-card.is-invert {
    flex-direction: column-reverse;
  }
  .international-card__content {
    width: 100%;
    margin-bottom: 20px;
  }
  .international-card__img {
    width: 100%;
    margin-bottom: 20px;
  }
  .ads-kit__btn {
    padding: 0 20px;
    font-size: 13px;
  }
  .ads__title {
    font-size: 24px;
  }
  .advantage-card {
    padding: 30px;
  }
  .ncontacts-card__img {
    width: 160px;
    height: 160px;
    flex: 0 0 160px;
  }
  .ncontacts-card__content:after {
    display: none;
  }
  .ncontacts-card__name {
    font-size: 24px;
  }
  .ncontacts-card__position {
    font-size: 12px;
  }
  .ncontacts-card__link {
    font-size: 12px;
  }
  .projects .ads__grid {
    flex-direction: column-reverse;
  }
  .projects .about__col {
    width: 100%;
    margin-bottom: 20px;
  }
  .portfolio-card {
    flex-direction: column;
  }
  .portfolio-card__title {
    font-size: 21px;
  }
  .licensing__content {
    flex-direction: column;
  }
  .licensing__col {
    width: 100%;
    margin-bottom: 20px;
  }
  .licensing {
    margin-bottom: 20px;
  }
  .nfooter__row {
    margin: 0 -10px;
  }
  .nfooter__col {
    padding: 0 10px;
  }
  .nheader {
    padding: 10px 0;
  }
  .nheader__logo img {
    max-width: 100px;
  }
  .nheader-menu__link {
    font-size: 14px;
  }
  .bio__text {
    font-size: 14px;
  }
  .ncontacts-soc__name {
    padding-left: 30px;
    font-size: 18px;
  }
  .nfeedback__title {
    font-size: 28px;
  }
  .nfeedback__col {
    width: 100%;
  }
  .nheader__link.is-active:after {
    width: 30px;
  }
  .main-head__title:after {
    display: none;
  }
  .nfeedback__title:after {
    display: none;
  }
}

.articles-card.is-favorite {
  background: #F1F1F1;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  position: relative;
}

.articles-card.is-favorite:after {
  content: 'Избранное';
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 9px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0px 0px 5px 5px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 95%;
  color: #FFFFFF;
}

.intro-card.isClear:after {
  display: none;
}

.intro-card__body:after {
  z-index: -1;
}

.actual-card {
  position: relative;
  z-index: 1;
}

.actual-card:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,.4);
  z-index: -1;
}

.modal-banner {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: .3s;
  background: rgba(59, 93, 122, .8);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
}

.modal-banner.is-active {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}

.modal-banner__content a {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  max-width: 800px;
  padding-bottom: 56%;
}

.modal-banner__item {
  position: absolute;
  top: 0;
  right: -250px;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.modal-banner__name {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 95%;
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-bottom: 5px;
}

.modal-banner__name:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='14' viewBox='0 0 10 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.255274 0.332649C0.623847 -0.0786567 1.25606 -0.113299 1.66737 0.255274L9.5001 7.27421L2.24924 13.7461C1.83721 14.1138 1.20506 14.0779 0.837296 13.6659C0.469533 13.2539 0.505419 12.6217 0.917449 12.254L6.49992 7.27126L0.332649 1.74474C-0.0786567 1.37617 -0.113299 0.743955 0.255274 0.332649Z' fill='white'/%3E%3C/svg%3E%0A");
  width: 10px;
  height: 14px;
  margin-left: 10px;
}

.modal-banner__timer {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 95%;
  color: #FFFFFF;
}

@media only screen and (max-width: 1259px) {
  .modal-banner__body {
    display: flex;
    flex-direction: column-reverse;
  }

  .modal-banner__item {
    margin-top: 30%;
    z-index: 10;
    right: 0;
  }

  .modal-banner__name {
    justify-content: center;
  }
}

.video-box {
	position: relative;
	overflow: hidden;
  max-width: 800px;
  width: 100%;
}
.video-box iframe {
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%; 	
	z-index: -1;
}
.video-content {
	position: relative;
	color: #fff;
  max-width: 800px;
  width: 100%;
  padding-bottom: 56%;
	font-size: 20px;
  display: block;
}
.video-content:before {
	z-index: -1;
	content: '';
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.2;	
}

.video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  position: absolute;
}

.videobg-mob {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.videobg-mob img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -11;
}

.videobg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transform: rotateZ(0);
}

.videobg-width {
  position: absolute;
  width: 100%;
  /* Change width value to cover more area*/
  height: 100%;
  left: -9999px;
  right: -9999px;
  margin: auto;
}

/* set video aspect ratio and vertically center */
.videobg-aspect {
  position: absolute;
  width: 100%;
  height: 0;
  top: -9999px;
  bottom: -9999px;
  margin: auto;
  padding-bottom: 56.25%;
  /* 16:9 ratio */
  overflow: hidden;
}

.videobg-make-height {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.videobg-hide-controls {
  box-sizing: content-box;
  position: relative;
  height: 100%;
  width: 100%;
  /* Vimeo timeline and play button are ~55px high */
  padding: 55px 97.7777px;
  /* 16:9 ratio */
  top: -55px;
  left: -97.7777px;
  /* 16:9 ratio */
}

.videobg iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 0 none;
}

.billboard-banner .banner-close {
  opacity: 0;
  visibility: hidden;
}


.billboard-banner .banner-close.is-active {
  opacity: 1;
  visibility: visible;
}

.footer-banner.is-mobile {
  display: none;
  height: 75px;
}

@media only screen and (max-width: 767px) {
  .detail__container {
    flex-wrap: wrap;
    justify-content: center;
  }
  .detail__left {
    position: relative;
    margin-bottom: 50px;
  }

  .detail__right {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .detail__body h2 {
    font-size: 16px;
  }
  .detail__body h3 {
    font-size: 14px;
  }
  .footer-banner.is-desctop {
    display: none;
  }
  .footer-banner.is-mobile {
    display: block;
  }

}

.is-empty-banner {
  display: none !important;
}


/* HANVIS */

.main-content {
  padding: 50px 0;
}

.main-content__title {
  font-weight: normal;
  font-size: 48px;
  line-height: 130%;
  text-align: center;
  text-transform: uppercase;
  color: #003A55;
}

.main-content__grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -50px;
}

.main-content__col {
  width: 50%;
  padding: 0 50px;
}

.main-content p {
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  line-height: 150%;
  color: #000000;
  margin-bottom: 60px;
}

.main-content p b {
  color: #ED0677;
  text-transform: uppercase;
}

.main-content__bold {
  font-weight: 500;
  font-size: 26px;
  line-height: 150%;
  color: #151515;
}

.main-content__link {
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 150%;
  color: #151515;
  text-decoration: underline;
}

.main-content p a {
  text-decoration: underline;
  color: #151515;
}

.main-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.main-list__col {
  width: 25%;
  padding: 0 15px;
}

.main-list__card {
  display: block;
  width: 100%;
}

.main-list__img {
  position: relative;
  display: block;
  padding-bottom: 130%;
}

.main-list__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-list__content {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 83px;
  padding: 10px;
  background: #013A55;
  transition: .3s;
}

.main-list__name {
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  color: #FFFFFF;
}

.nheader__user {
  min-width: 211px;
  display: flex;
  justify-content: flex-end;
}

.main-list__card:hover .main-list__content {
  background: #ED0677;
}

.nfooter__login {
  font-weight: bold;
  font-size: 20px;
  line-height: 150%;
  color: #151515;
}

.nintro__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.main-content__login {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.awards__grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 15px;
  align-items: stretch;
}

.awards__col {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.awards-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.awards-card__img {
  display: flex;
  position: relative;
  padding-bottom: 48%;
}

.awards-card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.awards-card__content {
  background: #013A55;
  height: 100%;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
}

.awards-card__name {
  margin-top: 0;
  font-weight: normal;
  font-size: 40px;
  line-height: 38px;
  color: #FFFFFF;
  margin-bottom: 15px;
}

.awards-card__desc {
  font-weight: normal;
  font-size: 24px;
  line-height: 150%;
  color: #FFFFFF;
  display: block;
  margin-bottom: 20px;
}

.awards-card__footer {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0;
  margin-top: auto;
}

.awards-card__link {
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  color: #FFFFFF;
  display: flex;
  align-items: center;
}

.awards-card__link span {
  text-decoration: underline;
}

.awards-card__link:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='15' viewBox='0 0 26 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.0808 8.10542H0.590079C0.264187 8.10542 0 7.84269 0 7.51351C0 7.1866 0.262217 6.92159 0.590079 6.92159H24.0534L18.5115 1.37971C18.2817 1.1499 18.2811 0.777823 18.5139 0.545055C18.7451 0.313899 19.1191 0.313133 19.3486 0.542616L25.7711 6.96519C25.8818 7.07586 25.9393 7.21953 25.9432 7.36474C26.0472 7.58425 26.0081 7.85228 25.8278 8.03266L19.4052 14.4552C19.1757 14.6847 18.8017 14.684 18.5705 14.4528C18.3378 14.22 18.3383 13.848 18.5681 13.6181L24.0808 8.10542Z' fill='white'/%3E%3C/svg%3E%0A");
  width: 26px;
  height: 15px;
  margin-left: 10px;
}

.ncontacts-card__link {
  color: #ED0677;
}

.main-content__info {
  margin-top: 50px;
  padding: 50px 80px;
  background: #F6F6FA;
}

.main-content__file {
  display: flex;
  width: 100%;
  align-items: center;
}

.main-content__data {
  padding-left: 30px;
  display: flex;
  flex-direction: column;
}

.main-content__name {
  display: flex;
  margin-bottom: 13px;
  font-weight: normal;
  font-size: 26px;
  line-height: 31px;
  color: #3D3D3D;
  text-decoration: underline;
}

.main-content__description {
  font-weight: normal;
  font-size: 16px;
  line-height: 131.27%;
  color: #9095A2;
}

.awards-partners {
  padding: 70px 50px;
  background: #F6F6FA;
}

.awards-partners__grid {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 0 -15px;
}

.awards-partners__col {
  width: 25%;
  padding: 0 15px;
}

.awards-partners__card {
  background: #fff;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.awards-partners__title {
  margin-top: 0;
  font-weight: 500;
  font-size: 45px;
  line-height: 43px;
  color: #013A55;
  margin-bottom: 50px;
}

.nheader-menu__head {
  display: flex;
  margin-bottom: 20px;
  justify-content: center;
}

.nheader-menu__btn {
  display: inline-flex;
  padding: 5px 90px;
  border: 1px solid #ED0677;
  transition: .3s;
}

.nheader-menu__btn:hover {
  background: #ED0677;
  color: #fff;
}

.nintro-form {
  position: relative;
  z-index: 1;
  background: #F6F6FA;
  border: 1px solid #F4F4F4;
  box-shadow: 0px 4px 50px rgba(24, 24, 24, 0.03);
  padding: 40px 45px;
  max-width: 600px;
}

.nintro-form__head {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 12px;
  flex-direction: column;
}

.nintro-form__title {
  margin: 0;
  font-weight: normal;
  font-size: 28px;
  line-height: 100%;
  text-align: center;
  color: #181818;
}

.nintro-form__desc {
  display: flex;
  margin-top: 20px;
  font-weight: normal;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  color: #3D3D3D;
}

.nintro-form__label {
  margin-bottom: 20px;
  display: block;
}

.nintro-form__name {
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
}

.nintro-form__input {
  width: 100%;
  background: #FFFFFF;
  border-radius: 5px;
  padding: 10px;
  border: 0;
  outline: none;
}

.nintro-form__grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.nintro-form__col {
  width: 50%;
  padding: 0 10px;
}

.nintro-form__msg {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}

.nintro-form__msg span {
  display: block;
  font-weight: normal;
  font-size: 13px;
  line-height: 150%;
  text-align: center;
  color: #8F8E8E;
}

.nintro-form__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border: 0;
  outline: none;
  cursor: pointer;
  height: 58px;
  background: #ED0677;
  font-weight: normal;
  font-size: 18px;
  line-height: 100%;
  color: #FFFFFF;
}

.nintro-form__footer {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.nintro-form__footer span {
  display: block;
  font-weight: normal;
  font-size: 15px;
  line-height: 100%;
  color: #8F8E8E;
}

.nintro-form__footer span a {
  color: #3D3D3D;
}

.nintro-form__reset {
  display: inline-flex;
  margin-top: 20px;
  font-weight: normal;
  font-size: 15px;
  line-height: 100%;
  text-align: center;
  color: #3D3D3D;
  text-decoration: underline;
}

.nintro-form__icon {
  display: flex;
  margin-bottom: 30px;
  justify-content: center;
  align-items: center;
}

.nheader-user__link {
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  color: #FFFFFF;
  position: relative;
  display: flex;
  align-items: center;
}

.nheader-user__link.is-auth:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.6913 0.279326C10.4958 0.100428 10.2314 1.4019e-05 9.95568 1.4019e-05C9.68001 1.4019e-05 9.625 0 9.625 0L5.47391 1.4019e-05L1.375 7.97508e-06C1.375 7.97508e-06 1.31999 1.4019e-05 1.04432 1.4019e-05C0.768644 1.4019e-05 0.504171 0.100428 0.308661 0.279326C0.210857 0.368619 0.133227 0.474854 0.080251 0.591903C0.0272746 0.708951 0 0.834497 0 0.961297C0 1.0881 0.0272746 1.21364 0.080251 1.33069C0.133227 1.44774 0.210857 1.55397 0.308661 1.64327L4.73304 5.71588C4.83004 5.80591 4.94545 5.87736 5.07261 5.92613C5.19977 5.97489 5.33616 6 5.47391 6C5.61166 6 5.74805 5.97489 5.87521 5.92613C6.00237 5.87736 6.11778 5.80591 6.21479 5.71588L10.6913 1.64327C10.7891 1.55397 10.8668 1.44774 10.9197 1.33069C10.9727 1.21364 11 1.0881 11 0.961297C11 0.834497 10.9727 0.708951 10.9197 0.591903C10.8668 0.474854 10.7891 0.368619 10.6913 0.279326Z' fill='white'/%3E%3C/svg%3E%0A");
  width: 11px;
  height: 6px;
  margin-left: 10px;
}

.nheader-user__link.is-active:after {
  transform: rotate(180deg);
}

.nheader__menu {
  max-width: 211px;
  width: 100%;
}

.nheader-user__menu {
  position: absolute;
  top: calc(100% + 24px);
  right: 0;
  background: #fff;
  padding: 25px 0;
  opacity: 0;
  visibility: hidden;
  z-index: -10;
  transition: .3s;
}

.nheader-user__menu.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.forms__body p {
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  color: #151515;
}

.forms__body p span {
  color: #ED0677;
}

.forms-head__title {
  font-weight: normal;
  font-size: 42px;
  line-height: 130%;
  color: #ED0677;
  text-align: center;
}

.forms-head {
  position: relative;
  padding-top: 1px;
}

.forms-head__back {
  position: absolute;
  top: 0;
  left: -100px;
  background: #F6F7F8;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: -8px -5px 14px rgba(2, 30, 85, 0.11),
              20px 30px 60px rgba(34, 43, 69, 0.1);
}

.forms-head__back:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='33' height='23' viewBox='0 0 33 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31.4297 12H1.42969' stroke='%23013A55' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.2861 22.1428L1.00042 11.8571L11.2861 1.57139' stroke='%23013A55' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  display: block;
  width: 33px;
  height: 23px;
}

.forms__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.forms__btn {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  background: #ED0677;
  font-weight: normal;
  font-size: 22px;
  color: #FFFFFF;
  outline: none;
  border: 0;
  height: 60px;
  cursor: pointer;
  position: relative;
}

.forms__btn.is-arrow:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='33' height='23' viewBox='0 0 33 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.57031 12H31.5703' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.7148 22.1428L32.0006 11.8571L21.7148 1.57139' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 33px;
  height: 23px;
  margin-left: 30px;
}

.forms__back {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  background: #fff;
  font-weight: normal;
  font-size: 22px;
  color: #ED0677;
  outline: none;
  border: 2px solid #ED0677;
  height: 60px;
  cursor: pointer;
  position: relative;
  margin-right: 10px;
}

.forms__back.is-arrow:before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='33' height='23' viewBox='0 0 33 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31.4297 12H1.42969' stroke='%23ED0677' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.2852 22.1428L0.999443 11.8571L11.2852 1.57139' stroke='%23ED0677' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 33px;
  height: 23px;
  margin-right: 30px;
}

.page-head {
  padding: 70px 0 30px;
  background: #F6F6FA;
}

.page-head__body {
  display: flex;
}

.page-head__step {
  display: inline-flex;
  margin-right: 40px;
  font-weight: 500;
  font-size: 40px;
  text-transform: uppercase;
  color: #ED0677;
  white-space: nowrap;
}

.page-head__title {
  margin: 0;
  font-weight: 500;
  font-size: 25px;
  line-height: 150%;
  text-transform: uppercase;
  color: #013A55;
}

.forms__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.forms__col {
  width: 50%;
  padding: 0 50px;
  margin-bottom: 30px;
}

.forms__name {
  display: block;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #013A55;
}

.forms__input {
  width: 100%;
  height: 60px;
  background: #F6F6FA;
  border-radius: 5px;
  border: 0;
  outline: none;
  font-size: 18px;
  padding: 0 20px;
}

.forms__textarea {
  width: 100%;
  min-height: 120px;
  background: #F6F6FA;
  border-radius: 5px;
  border: 0;
  outline: none;
  font-size: 18px;
  padding: 20px;
}

.forms__leftside {
  display: flex;
  align-items: center;
}

.forms__file--input {
  position: absolute;
  left: -9999px;
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

.forms__file {
  display: flex;
  width: 100%;
  background: #F6F6FA;
  border-radius: 5px;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  align-items: center;
  color: rgba(1, 58, 85, 0.7);
  height: 60px;
  padding: 0 25px;
  cursor: pointer;
}

.forms__file:before {
  content: '';
  display: flex;
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.0506 2.40957C18.5298 -0.0569154 14.4999 -0.0563789 11.9797 2.41079L1.40987 12.9806C-0.501366 14.9369 -0.46484 18.0722 1.49145 19.9834C3.41556 21.8632 6.4885 21.8632 8.41261 19.9834L17.9838 10.4122C19.228 9.16798 19.228 7.15059 17.9838 5.90633C16.7395 4.66206 14.7221 4.66206 13.4778 5.90633L4.3228 15.0613C4.00348 15.3919 4.01265 15.9188 4.34329 16.2381C4.66582 16.5496 5.17713 16.5496 5.49967 16.2381L14.6546 7.08314C15.2617 6.50156 16.2253 6.52229 16.8069 7.12937C17.3709 7.71813 17.3709 8.64668 16.8069 9.23543L7.23579 18.8065C5.94281 20.0811 3.86133 20.0662 2.58674 18.7732C1.32502 17.4933 1.32502 15.4374 2.58674 14.1575L13.1566 3.5876C15.0393 1.70417 18.0924 1.70363 19.9758 3.58634C21.8592 5.46904 21.8598 8.52213 19.9771 10.4056L9.40719 20.9754C9.05807 21.2744 9.0174 21.7998 9.31639 22.1489C9.61537 22.498 10.1408 22.5387 10.4899 22.2397C10.5225 22.2118 10.5528 22.1815 10.5807 22.1489L21.1506 11.5791C23.655 9.01939 23.6103 4.91404 21.0506 2.40957Z' fill='%23ED0677'/%3E%3C/svg%3E%0A");
  width: 23px;
  height: 23px;
  margin-right: 20px;
}

.forms__file  span {
  position: relative;
}

.forms__file  span:after {
  content: '';
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  border-bottom: 1px dashed rgba(1, 58, 85, 0.7);
}

.forms__body .forms__warning {
  border: 1px solid #ED0677;
  border-radius: 5px;
  padding: 20px;
  padding-left: 49px;
  position: relative;
  font-size: 16px;
  line-height: 150%;
  color: #ED0677;
}

.forms__warning:before {
  content: '';
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 0C5.38329 0 0 5.38329 0 12C0 18.6167 5.38329 24 12 24C18.6167 24 24 18.6167 24 12C24 5.38329 18.6167 0 12 0ZM12.7806 19.1199C12.2105 19.2149 11.076 19.4523 10.5 19.5C10.0124 19.5404 9.55223 19.2613 9.27173 18.8606C8.9905 18.46 8.92311 17.9473 9.09007 17.4873L11.3584 11.25H8.99998C8.99796 9.95034 9.97282 8.99471 11.2197 8.62796C11.8147 8.4529 12.9233 8.21332 13.5 8.25004C13.8455 8.27201 14.4477 8.48879 14.7282 8.88946C15.0095 9.29009 15.0768 9.80279 14.9099 10.2628L12.6416 16.5H14.9992C14.9997 17.7982 14.0612 18.9065 12.7806 19.1199ZM13.5 7.50001C12.6715 7.50001 12 6.82836 12 6C12 5.17155 12.6715 4.49999 13.5 4.49999C14.3284 4.49999 15 5.17155 15 6C15 6.82841 14.3285 7.50001 13.5 7.50001Z' fill='%23ED0677'/%3E%3C/svg%3E%0A");
  width: 24px;
  height: 24px;
  left: 15px;
  top: 20px;
}

.pink-color {
  font-weight: 500;
  color: #ED0677;
}

.label-video {
  margin-bottom: 30px;
  position: relative;
  display: flex;
}

.label-video:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.9149 17.3153L8.4402 21.7375C7.74992 22.4211 6.8356 22.7901 5.86073 22.7901C4.88586 22.7901 3.97154 22.415 3.28126 21.7375C1.85831 20.334 1.85831 18.0473 3.28126 16.6438L8.86406 11.1207C9.55434 10.4371 10.4687 10.0681 11.4435 10.0681C12.4184 10.0681 13.3327 10.4432 14.023 11.1207C14.6648 11.7559 14.9979 12.5665 15.0645 13.3892C15.2098 13.2985 15.3491 13.1957 15.4762 13.0686L16.1302 12.4274C15.9182 11.641 15.5126 10.8908 14.8889 10.2738C13.9685 9.36636 12.7454 8.86426 11.4496 8.86426C10.1477 8.86426 8.93066 9.36636 8.01029 10.2738L2.42143 15.7969C0.526189 17.6723 0.526189 20.7212 2.42143 22.5905C3.34181 23.4979 4.56494 24 5.86073 24C7.16257 24 8.37965 23.4979 9.30002 22.5905L14.6467 17.3153C14.356 17.3577 14.0593 17.3879 13.7626 17.3879C13.472 17.3819 13.1934 17.3577 12.9149 17.3153Z' fill='%23ED0677' stroke='%23ED0677' stroke-width='0.4'/%3E%3Cpath d='M22.58 2.40952C21.6597 1.5021 20.4365 1 19.1407 1C17.8389 1 16.6218 1.5021 15.7014 2.40952L10.3548 7.68464C10.6454 7.64229 10.9421 7.61205 11.2388 7.61205C11.5234 7.61205 11.802 7.63624 12.0805 7.67859L16.5552 3.25644C17.2455 2.57891 18.1598 2.20384 19.1347 2.20384C20.1095 2.20384 21.0239 2.57891 21.7141 3.25644C23.1371 4.65992 23.1371 6.94661 21.7141 8.35008L16.1313 13.8672C15.4411 14.5447 14.5268 14.9198 13.5519 14.9198C12.577 14.9198 11.6627 14.5447 10.9724 13.8672C10.3306 13.238 9.99754 12.4274 9.93093 11.5986C9.78561 11.6894 9.64634 11.7922 9.51918 11.9193L8.86523 12.5665C9.07716 13.353 9.48285 14.1031 10.1065 14.7201C11.0269 15.6276 12.25 16.1297 13.5458 16.1297C14.8477 16.1297 16.0647 15.6276 16.9851 14.7201L22.574 9.20305C24.4753 7.32772 24.4753 4.2788 22.58 2.40952Z' fill='%23ED0677' stroke='%23ED0677' stroke-width='0.4'/%3E%3C/svg%3E%0A");
  width: 25px;
  height: 25px;
}

.label-video .forms__input {
  padding-left: 63px;
}

.forms__center {
  text-align: center;
  margin-bottom: 30px;
}

.forms__normal {
  margin-bottom: 30px;
}

.forms__rightside {
  min-width: 184px;
}

.forms__btn.is-submit {
  position: relative;
  display: flex;
  align-items: center;
}

.forms__center p span {
  font-weight: 500;
}

.forms__center p {
  font-size: 24px;
}

.forms__btn.is-submit:before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15.5' cy='15.5' r='15.5' fill='white'/%3E%3Ccircle cx='15.5005' cy='15.5' r='7.55128' fill='%23ED0677'/%3E%3C/svg%3E%0A");
  width: 31px;
  height: 31px;
  margin-right: 25px;
}

.forms__col.is-large {
  width: 100%;
}

.jury__title {
  font-weight: 500;
  font-size: 26px;
  line-height: 25px;
  color: #013A55;
}

.jury__grid {
  display: flex;
  flex-wrap: wrap;
}

.jury__col {
  width: 33.3334%;
  padding: 0 10px;
  margin-bottom: 20px;
}

.jury-section {
  padding: 30px 0;
  position: relative;
}

.jury-section .ncontacts-card__img {
  width: 150px;
  height: 150px;
  flex: 0 0 150px;
}

.jury-section .ncontacts-card__name {
  font-size: 22px;
  min-height: 56px;
  display: flex;
  align-items: center;
}

.jury-section .ncontacts-card__content:after {
  top: 80px;
}

.jury-section .ncontacts-card__position {
  font-size: 14px;
}

.jury-section.is-gray {
  background: #F6F6FA;
}

.jury__body {
  position: relative;
}

.jury-slider__prev {
  position: absolute;
  width: 60px;
  height: 60px;
  background: #F6F7F8;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  top: 50px;
  left: -70px;
  z-index: 10;
  box-shadow: -8px -5px 14px rgba(2, 30, 85, 0.11),
              20px 30px 60px rgba(34, 43, 69, 0.1);
}

.jury-slider__prev:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='33' height='23' viewBox='0 0 33 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31.4297 12H1.42969' stroke='%23013A55' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.2861 22.1428L1.00042 11.8571L11.2861 1.57139' stroke='%23013A55' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  display: block;
  width: 33px;
  height: 23px;
}

.jury-slider__next {
  position: absolute;
  width: 60px;
  height: 60px;
  background: #F6F7F8;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  top: 50px;
  right: -70px;
  z-index: 10;
  box-shadow: -8px -5px 14px rgba(2, 30, 85, 0.11),
              20px 30px 60px rgba(34, 43, 69, 0.1);
}

.jury-slider__next:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='33' height='23' viewBox='0 0 33 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31.4297 12H1.42969' stroke='%23013A55' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.2861 22.1428L1.00042 11.8571L11.2861 1.57139' stroke='%23013A55' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  display: block;
  width: 33px;
  height: 23px;
  transform: rotate(180deg);
}

.stars {
  display: flex;
  align-items: center;
}

.stars input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.stars label {
  display: flex;
  margin-right: 6px;
  height: 47px;
  width: 44px;
  background-image: url("data:image/svg+xml,%3Csvg width='44' height='47' viewBox='0 0 44 47' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.3672 45.9078L18.3671 45.9078L18.3613 45.9093C17.6322 46.1037 16.7964 46.2028 16.0067 46.2028C13.3928 46.2028 10.9316 45.2176 9.06036 43.3958L9.06004 43.3955C3.62128 38.1097 0.519531 30.7378 0.519531 23.164C0.519531 15.7355 6.6041 9.69596 14.0924 9.69596C16.1549 9.69596 18.2173 9.94529 20.2302 10.4439L20.4913 10.5744L21.2149 10.9362V10.1272V9.8685C21.2149 9.02989 21.3133 8.24289 21.5104 7.45483L21.7313 6.5712L20.8672 6.85921C19.6737 7.25701 18.4853 7.45436 17.3001 7.45436C13.5901 7.45436 10.1223 5.57455 8.04008 2.50213C8.03972 2.5016 8.03937 2.50108 8.03901 2.50055L7.46581 1.6408L8.46485 1.28633L8.46488 1.28641L8.47321 1.28329C9.65303 0.840893 10.8863 0.642578 12.1263 0.642578C15.7915 0.642578 19.2537 2.47605 21.228 5.48667L21.7215 6.23906L22.0998 5.42272C22.9662 3.55328 24.4264 1.976 26.2873 0.929836L26.9858 2.35833C24.3289 3.86257 22.6983 6.69265 22.6983 9.76503V10.0237V10.6139L23.2805 10.5169L23.5909 10.4652L23.6106 10.4619L23.63 10.457C25.6596 9.94968 27.7401 9.69596 29.8208 9.69596C37.3103 9.69596 43.3936 15.7367 43.3936 23.1123C43.3936 30.7372 40.3956 37.8525 34.9532 43.2436L34.9515 43.2453L34.8481 43.3487C33.0287 45.1679 30.5177 46.2028 27.9065 46.2028C27.1212 46.2028 26.3345 46.1048 25.5455 45.9077C25.5451 45.9076 25.5447 45.9075 25.5443 45.9074L22.0795 45.0283L21.9566 44.9971L21.8336 45.0283L18.3672 45.9078Z' stroke='%23ED0677'/%3E%3C/svg%3E%0A");
  font-size: 0;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  font-weight: normal;
  font-size: 23px;
  color: transparent;
  padding-top: 8px;
}

.stars label.is-changed {
  background-image: url("data:image/svg+xml,%3Csvg width='44' height='47' viewBox='0 0 45 47' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.8778 46.7028C17.7056 46.7028 18.5851 46.5994 19.3612 46.3924L22.8277 45.513L26.2941 46.3924C27.122 46.5994 27.9498 46.7028 28.7776 46.7028C31.5197 46.7028 34.1584 45.6164 36.0727 43.7023L36.1762 43.5988C41.7122 38.1151 44.7647 30.8724 44.7647 23.1123C44.7647 15.4557 38.4526 9.19596 30.6919 9.19596C28.5706 9.19596 26.4494 9.45463 24.3798 9.97197L24.0694 10.0237V9.76503C24.0694 6.71275 25.7768 3.91913 28.5189 2.57406L27.3806 0.246045C25.2076 1.33245 23.5003 3.0914 22.5172 5.21247C20.4477 2.05672 16.826 0.142578 12.9974 0.142578C11.7039 0.142578 10.4105 0.349513 9.16876 0.815115L7.56487 1.38419L8.49616 2.78099C10.6692 5.98848 14.2909 7.95436 18.1712 7.95436C19.4129 7.95436 20.6547 7.74742 21.8964 7.33355C21.6894 8.16129 21.586 8.98903 21.586 9.8685V10.1272L21.2755 9.97197C19.206 9.45463 17.0847 9.19596 14.9634 9.19596C7.2027 9.19596 0.890625 15.4557 0.890625 23.164C0.890625 30.8724 4.04666 38.3737 9.58266 43.754C11.5487 45.6682 14.1356 46.7028 16.8778 46.7028Z' fill='%238D8D8D'/%3E%3C/svg%3E%0A");
  font-size: 23px;
  color: #fff;
}

.stars input:nth-child(1):checked ~ label:nth-of-type(-n + 1), 
.stars input:nth-child(2):checked ~ label:nth-of-type(-n + 2), 
.stars input:nth-child(3):checked ~ label:nth-of-type(-n + 3), 
.stars input:nth-child(4):checked ~ label:nth-of-type(-n + 4), 
.stars input:nth-child(5):checked ~ label:nth-of-type(-n + 5) {
  font-size: 23px;
  background-image: url("data:image/svg+xml,%3Csvg width='44' height='47' viewBox='0 0 45 47' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.8778 46.7028C17.7056 46.7028 18.5851 46.5994 19.3612 46.3924L22.8277 45.513L26.2941 46.3924C27.122 46.5994 27.9498 46.7028 28.7776 46.7028C31.5197 46.7028 34.1584 45.6164 36.0727 43.7023L36.1762 43.5988C41.7122 38.1151 44.7647 30.8724 44.7647 23.1123C44.7647 15.4557 38.4526 9.19596 30.6919 9.19596C28.5706 9.19596 26.4494 9.45463 24.3798 9.97197L24.0694 10.0237V9.76503C24.0694 6.71275 25.7768 3.91913 28.5189 2.57406L27.3806 0.246045C25.2076 1.33245 23.5003 3.0914 22.5172 5.21247C20.4477 2.05672 16.826 0.142578 12.9974 0.142578C11.7039 0.142578 10.4105 0.349513 9.16876 0.815115L7.56487 1.38419L8.49616 2.78099C10.6692 5.98848 14.2909 7.95436 18.1712 7.95436C19.4129 7.95436 20.6547 7.74742 21.8964 7.33355C21.6894 8.16129 21.586 8.98903 21.586 9.8685V10.1272L21.2755 9.97197C19.206 9.45463 17.0847 9.19596 14.9634 9.19596C7.2027 9.19596 0.890625 15.4557 0.890625 23.164C0.890625 30.8724 4.04666 38.3737 9.58266 43.754C11.5487 45.6682 14.1356 46.7028 16.8778 46.7028Z' fill='%23ED0677'/%3E%3C/svg%3E%0A");
  color: #fff;
}

.jury-head__title {
  font-weight: 500;
  font-size: 45px;
  line-height: 43px;
  color: #013A55;
  margin-top: 10px;
}

.jury-filter__date {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.jury-filter__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 40px;
  border: 1px solid rgba(1, 58, 85, 0.4);
  font-weight: normal;
  font-size: 22px;
  color: #3D3D3D;
}

.jury-filter__btn:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='22' viewBox='0 0 25 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.07812 20.592L7.07812 3.04199' stroke='%233D3D3D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17.8789 1.69218L17.8789 19.2422' stroke='%233D3D3D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.68047 7.09238L7.08047 1.69238L12.4805 7.09239' stroke='%233D3D3D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M23.2805 15.1923L17.8805 20.5923L12.4805 15.1923' stroke='%233D3D3D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 25px;
  height: 22px;
  margin-left: 10px;
}

.jury-group__title {
  font-weight: normal;
  font-size: 26px;
  color: #013A55;
}

.jury-group__grid {
  display: flex;
  margin: 0 -15px;
  flex-wrap: wrap;
}

.jury-group__col {
  padding: 0 15px;
  margin-bottom: 30px;
  width: 50%;
}

.jury-card {
  padding: 30px;
  background: #F6F6FA;
}

.jury-card__head {
  display: flex;
  flex-direction: column;
  min-height: 113px;
  margin-bottom: 10px;
}

.jury-card__name {
  font-weight: 500;
  font-size: 18px;
  line-height: 31px;
  color: #3D3D3D;
}

.jury-card__date {
  font-weight: normal;
  font-size: 16px;
  line-height: 131.27%;
  color: #ED0677;
}

.jury-card__info {
  display: flex;
  margin: 0 -15px;
  margin-bottom: 30px;
}

.jury-card__data {
  padding: 0 15px;
}

.jury-card__img {
  flex: 0 0 230px;
  max-width: 230px;
  width: 100%;
  height: 230px;
  position: relative;
}

.jury-card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.jury-card__item {
  margin-bottom: 15px;
}

.jury-card__title {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #013A55;
  margin-bottom: 8px;
}

.jury-card__desc {
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
}

.jury-card__more {
  display: flex;
  justify-content: flex-end;
}

.jury-card__link {
  font-weight: normal;
  font-size: 20px;
  color: #ED0677;
  display: inline-flex;
  align-items: center;
}

.jury-card__link:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='17' viewBox='0 0 23 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.890625 8.30762L21.12 8.30762' stroke='%23ED0677' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.4766 1.46777L21.4124 8.40357L14.4766 15.3394' stroke='%23ED0677' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 23px;
  height: 17px;
  margin-left: 10px;
}

.jury-card__footer {
  margin-top: 15px;
  border-top: 1px solid #B1B1B1;
  padding-top: 7px;
}

.jury-card__msg {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  color: #8D8D8D;
  margin-bottom: 15px;
}

.jury-card__form {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.jury-card__btn {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  background: #ED0677;
  font-weight: normal;
  font-size: 18px;
  color: #FFFFFF;
  outline: none;
  border: 0;
  height: 60px;
  cursor: pointer;
  position: relative;
}

.jury-group__footer {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.jury-group__btn {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  background: #ED0677;
  font-weight: normal;
  font-size: 18px;
  color: #FFFFFF;
  outline: none;
  border: 0;
  height: 60px;
  cursor: pointer;
  position: relative;
}

.jury-group__btn:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='33' height='23' viewBox='0 0 33 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.57031 12H31.5703' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.7148 22.1428L32.0006 11.8571L21.7148 1.57139' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 33px;
  height: 23px;
  margin-left: 30px;
}

.jury-group {
  margin-bottom: 60px;
}

.jury-filter__list {
  display: flex;
  align-items: center;
  padding: 15px 40px;
  background: #F6F6FA;
}

.jury-filter__list.is-column {
  flex-direction: column;
  align-items: flex-start;
}

.jury-filter__item {
  display: inline-flex;
  font-weight: 500;
  font-size: 18px;
  line-height: 19px;
  color: #013A55;
  margin-right: 30px;
  position: relative;
  cursor: pointer;
  border-bottom: 2px solid #013A55;
  white-space: nowrap;
}

.jury-filter__item.is-active:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 1px;
  width: 100%;
  background: #013A55;
}

.jury-filter__list {
  margin-bottom: 30px;
  margin-top: 20px;
}

.jury-head__title.is-detail {
  font-size: 26px;
}

.jury-detail {
  padding: 30px;
  background: #F6F6FA;
}

.jury-detail__head {
  margin-bottom: 50px;
}

.jury-card__title span {
  font-weight: normal;
  font-size: 16px;
  color: #ED0677;
}

.jury-detail__grid {
  display: flex;
  margin: 0 -15px;
}

.jury-detail__info {
  padding: 0 15px;
}

.jury-detail__media {
  padding: 0 15px;
}

.jury-detail__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.jury-detail__col {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.jury-detail__gallery {
  border: 1px solid rgba(1, 58, 85, 0.7);
  border-radius: 10px;
  width: 364px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.jury-detail__img {
  display: flex;
  width: 150px;
  height: 150px;
  margin: 15px;
  position: relative;
}

.jury-detail__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.jury-card__links {
  display: flex;
  flex-direction: column;
}

.jury-detail__link {
  display: inline-flex;
  align-items: center;
  font-weight: normal;
  font-size: 18px;
  color: rgba(1, 58, 85, 0.7);
  margin-bottom: 15px;
}

.jury-detail__link span {
  position: relative;  
}

.jury-detail__link span:after {
  content: '';
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  border-bottom: 1px dashed rgba(1, 58, 85, 0.7);
}

.jury-detail__link:before {
  content: '';
  display: flex;
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.0506 2.40957C18.5298 -0.0569154 14.4999 -0.0563789 11.9797 2.41079L1.40987 12.9806C-0.501366 14.9369 -0.46484 18.0722 1.49145 19.9834C3.41556 21.8632 6.4885 21.8632 8.41261 19.9834L17.9838 10.4122C19.228 9.16798 19.228 7.15059 17.9838 5.90633C16.7395 4.66206 14.7221 4.66206 13.4778 5.90633L4.3228 15.0613C4.00348 15.3919 4.01265 15.9188 4.34329 16.2381C4.66582 16.5496 5.17713 16.5496 5.49967 16.2381L14.6546 7.08314C15.2617 6.50156 16.2253 6.52229 16.8069 7.12937C17.3709 7.71813 17.3709 8.64668 16.8069 9.23543L7.23579 18.8065C5.94281 20.0811 3.86133 20.0662 2.58674 18.7732C1.32502 17.4933 1.32502 15.4374 2.58674 14.1575L13.1566 3.5876C15.0393 1.70417 18.0924 1.70363 19.9758 3.58634C21.8592 5.46904 21.8598 8.52213 19.9771 10.4056L9.40719 20.9754C9.05807 21.2744 9.0174 21.7998 9.31639 22.1489C9.61537 22.498 10.1408 22.5387 10.4899 22.2397C10.5225 22.2118 10.5528 22.1815 10.5807 22.1489L21.1506 11.5791C23.655 9.01939 23.6103 4.91404 21.0506 2.40957Z' fill='%23ED0677'/%3E%3C/svg%3E%0A");
  width: 23px;
  height: 23px;
  margin-right: 20px;
}

.modal__head {
  text-align: center;
  margin-bottom: 20px;
}

.modal__title {
  margin: 0;
  font-weight: normal;
  font-size: 42px;
  line-height: 130%;
  color: #003A55;
}

.modal__body p {
  font-weight: normal;
  font-size: 18px;
  line-height: 130%;
  color: #151515;
}

.modal__item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.modal__name {
  display: block;
  font-weight: 500;
  font-size: 25px;
  line-height: 130%;
  text-transform: uppercase;
  color: #ED0677;
  margin-bottom: 12px;
}

.modal__desc {
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 130%;
  color: #151515;
}

.modal__footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.modal__sponsor {
  font-weight: normal;
  font-size: 18px;
  line-height: 130%;
  color: #151515;
}

.modal__btn {
  font-weight: normal;
  font-size: 22px;
  line-height: 130%;
  color: #151515;
  white-space: nowrap;
  position: relative;
}

.modal__btn:after {
  content: '';
  position: absolute;
  bottom: -5px; 
  left: 0;
  width: 100%;
  height: 2px;
  background: #151515;
}

.modal__toggle {
  padding-left: 45px;
  position: relative;
}

.modal__info {
  padding-bottom: 11px;
  border-bottom: 1px solid #013A55;
}

.modal__tooltip {
  position: absolute;
  bottom: calc(100% + 15px);
  right: 0;
  background: rgba(237, 6, 119, 0.7);
  backdrop-filter: blur(15px);
  border-radius: 5px;
  padding: 16px 35px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 130%;
  color: #FFFFFF;
  width: 589px;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}

.modal__tooltip a {
  color: #fff;
  text-decoration: underline;
  font-weight: 500;
}

.modal__tooltip:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #ed0675 transparent transparent transparent;
  position: absolute;
  top: 100%;
  right: 20px;
  opacity: 0.7;
}

.modal__toggle:hover .modal__tooltip {
  opacity: 1;
  visibility: visible;
}

.page {
  overflow-x: hidden;
}

.jury-card__right span {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  color: #8D8D8D;
}

.is-file .forms__label {
  display: block;
  margin-bottom: 30px;
}

.is-column .forms__label {
  display: block;
  margin-bottom: 30px;
}

@media (max-width: 1360px) {
  .main-content__title {
    font-size: 32px;
  }
  .main-content p {
    font-size: 18px;
  }
  .main-content__bold {
    font-size: 18px;
  }
  .main-content__link {
    font-size: 18px;
  }
  .main-list__name {
    font-size: 16px;
  }
  .main-list {
    margin: 0 -10px;
  }
  .main-list__col {
    padding: 0 10px;
  }
  .nfooter__logo span {
    font-size: 26px;
  }
  .nfooter__item a {
    font-size: 16px;
  }
  .nfooter__login {
    font-size: 16px;
  }
  .awards-partners__card img {
    width: 100%;
  }
  .awards-partners__title {
    font-size: 32px;
  }
  .page-body {
    padding: 50px 0;
  }
}

@media (max-width: 1023px) {
  .nheader__title {
    font-size: 18px;
  }
  .nheader-user__link {
    font-size: 14px;
  }
  .nheader__link:after {
    width: 30px;
    height: 23px;
    background-size: 100%;
  }
  .nheader__menu {
    max-width: none;
  }
  .nheader__user {
    min-width: 0;
    width: 100%;
  }
  .main-content__grid {
    margin: 0 -10px;
  }
  .main-content__col {
    padding: 0 10px;
  }
  .main-list__col {
    width: 50%;
    margin-bottom: 20px;
  }
  .main-content {
    padding-top: 30px;
  }
  .main-content__title {
    font-size: 26px;
  }
  .awards-card__name {
    font-size: 24px;
  }
  .awards-card__content {
    padding: 20px;
  }
  .awards-card__desc {
    font-size: 16px;
  }
  .awards-card__link {
    font-size: 12px;
  }
  .awards-partners__col {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .awards-partners__grid {
    margin: 0 -10px;
    flex-wrap: wrap;
  }
  .awards-partners {
    padding: 30px;
  }
  .awards__grid {
    margin: 0 -10px;
  }
  .main-content__info {
    padding: 30px;
    margin-top: 20px;
  }

  .nheader__title {
    padding: 0 10px;
  }
  .forms-head__title {
    font-size: 36px;
  }
  .forms__col {
    padding: 0 20px;
  }
  .jury-group__col {
    width: 100%;
  }
  .jury-card__info {
    justify-content: space-between;
  }
  .page-body {
    padding: 30px 0;
  }
  .jury-detail__col {
    width: 100%;
  }
  .jury__col {
    width: 50%;
  }
  .jury-filter__list {
    overflow-x: auto;
  }
  .jury-filter__item {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .nheader__title {
    font-size: 10px;
  }
  .nheader-menu__btn {
    padding: 5px 70px;
  }
  .main-content__title {
    font-size: 18px;
  }
  .main-content__col {
    width: 100%;
    margin-bottom: 20px;
  }
  .main-content p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .awards__col {
    width: 100%;
  }
  .awards-partners__title {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1.2;
  }
  .main-content__name {
    font-size: 18px;
    line-height: 1.2;
  }
  .main-content__description {
    font-size: 14px;
  }
  .nheader-user__link {
    font-size: 12px;
  }
  .nheader-user__link.is-auth:after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .nheader-user__link {
    padding-right: 15px;
  }
  .modal__title {
    font-size: 28px;
  }
  .modal__body p {
    font-size: 14px;
  }
  .modal__name {
    font-size: 16px;
  }
  .modal__desc {
    font-size: 14px;
  }
  .modal__item {
    flex-direction: column;
  }
  .modal__toggle {
    padding: 0;
    margin-top: 20px;
  }
  .forms-head__title {
    font-size: 28px;
  }
  .forms__body p {
    font-size: 14px;
  }
  .forms__btn {
    font-size: 14px;
  }
  .page-head__body {
    flex-direction: column;
  }
  .page-head {
    padding: 30px 0;
  }
  .page-head__step {
    font-size: 26px;
  }
  .page-head__title {
    font-size: 18px;
  }
  .forms__col {
    padding: 0 10px;
  }
  .forms__col {
    width: 100%;
  }
  .forms__footer {
    flex-direction: column;
  }
  .forms__leftside {
    margin-bottom: 10px;
  }
  .forms__back {
    font-size: 14px;
  }
  .jury-filter__btn {
    padding: 10px 20px;
    font-size: 16px;
  }
  .jury-group__col {
    width: 100%;
  }
  .jury-card__info {
    flex-direction: column-reverse;
  }
  .jury-card__img {
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .jury-card__link {
    font-size: 16px;
  }
  .jury-group__btn {
    font-size: 16px;
  }
  .jury-group__footer {
    margin-top: 30px;
  }
  .jury-head__title {
    font-size: 26px;
  }
  .jury-group__title {
    font-size: 18px;
  }
  .jury-card__name {
    font-size: 16px;
  }
  .jury-card__date {
    font-size: 14px;
  }
  .jury-card__title {
    font-size: 14px;
  }
  .jury-card__desc {
    font-size: 14px;
  }
  .stars label {
    width: 30px;
    height: 32px;
    background-size: 100%;
  }
  .jury-card__btn {
    padding: 5px 10px;
    font-size: 12px;
    height: 45px;
  }
  .jury-card__form {
    justify-content: space-between;
  }
  .stars input:nth-child(1):checked ~ label:nth-of-type(-n + 1), .stars input:nth-child(2):checked ~ label:nth-of-type(-n + 2), .stars input:nth-child(3):checked ~ label:nth-of-type(-n + 3), .stars input:nth-child(4):checked ~ label:nth-of-type(-n + 4), .stars input:nth-child(5):checked ~ label:nth-of-type(-n + 5) {
    font-size: 16px;
  }
  .jury-card__right span {
    font-size: 14px;
  }
  .jury-head__title.is-detail {
    font-size: 22px;
    line-height: 1.2;
  }
  .jury-detail__grid {
    flex-direction: column-reverse;
  }
  .jury-detail__gallery {
    width: 100%;
    justify-content: center;
  }
  .jury__col {
    width: 100%;
  }
  .jury-filter__item {
    font-size: 14px;
    margin-right: 10px;
  }
  .jury-filter__list {
    padding: 15px;
  }
}

.is-index .nintro__body {
  height: auto;
  padding-bottom: 45%;
}

.brands {
  padding: 60px 0 100px;
  background: #f9f9f9;
}

.brands__title {
  font-weight: 800;
  font-size: 45px;
  line-height: 54px;
  color: #512D6D;
  margin-bottom: 45px;
}

.members__link {
  display: flex;
  width: 100%;
  align-items: center;
  height: 130px;
  background: #FFFFFF;
  box-shadow: 0px 1px 20px rgb(4 4 35 / 10%);
  border-radius: 0px;
}

.brands-slider__name {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  text-align: center;
  color: #512D6D;
  margin-top: 10px;
}

.members__img {
  display: block;
  text-align: center;
  width: 100%;
  padding: 10px;
}

.members__img img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 100px;
  margin: auto;
}

.main-ui-pagination-page {
  display: inline-flex;
  width: 30px;
  height: 30px;
  font-size: 16px;
  border: 1px solid #ED0677;
  background: #fff;
  align-items: center;
  justify-content: center;
  color: #000;
  line-height: 1;
  padding: 0;
  padding-top: 2px;
}

.main-ui-pagination-page.main-ui-pagination-active {
  background: #ED0677;
  color: #fff;
}

.main-ui-pagination {
  font-size: initial;
  text-transform: uppercase;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: flex-end;
}

.main-ui-pagination-arrows {
  margin-right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-ui-pagination-arrow {
  display: inline-flex;
  width: 30px;
  height: 30px;
  font-size: 16px;
  border: 1px solid #ED0677;
  background: #fff;
  align-items: center;
  justify-content: center;
  color: #000;
  line-height: 1;
  padding: 0;
  padding-top: 2px;
}

.main-ui-pagination-arrow.main-ui-pagination-prev::before {
  left: 13px;
  top: 8px;
}

.main-ui-pagination-arrow.main-ui-pagination-prev::after {
  left: 13px;
  top: 12px;
}

.main-ui-pagination-arrow.main-ui-pagination-next::before {
  right: 13px;
  top: 8px;
}

.main-ui-pagination-arrow.main-ui-pagination-next::after {
  right: 13px;
  top: 12px;
}

.main-ui-pagination-arrows {
  margin-left: 10px;
}

.main-ui-pagination-arrow {
  margin: 0 5px;
}

a.main-ui-pagination-arrow:hover {
  background: #ED0677;
}

a.main-ui-pagination-arrow:hover.main-ui-pagination-next::before, a.main-ui-pagination-arrow:hover.main-ui-pagination-prev::before, a.main-ui-pagination-arrow:hover.main-ui-pagination-next::after, a.main-ui-pagination-arrow:hover.main-ui-pagination-prev::after {
  background: #FFF;
}
/* End */


/* Start:/local/templates/common/template_styles.css?16738558696336*/
.main-content__col p span {
  font-weight: 500;
}

.is-auth .modal__tooltip {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.modal {
  max-width: 1200px;
  width: 100%;
  margin-top: 10reM;
}

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

.modal-nav {
  position: fixed;
}

.modal-nav__prev {
  display: flex;
  width: 60px;
  height: 60px;
  background: #F6F7F8;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 50%;
  left: 20px;
  z-index: 10;
  cursor: pointer;
}

.modal-nav__next {
  display: flex;
  width: 60px;
  height: 60px;
  background: #F6F7F8;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 50%;
  right: 20px;
  z-index: 10;
  cursor: pointer;
}

.modal-nav__prev:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='33' height='23' viewBox='0 0 33 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31.4297 12H1.42969' stroke='%23013A55' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.2861 22.1428L1.00042 11.8571L11.2861 1.57139' stroke='%23013A55' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  display: block;
  width: 33px;
  height: 23px;
  background-size: 100%;
}

.modal-nav__next:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='33' height='23' viewBox='0 0 33 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31.4297 12H1.42969' stroke='%23013A55' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.2861 22.1428L1.00042 11.8571L11.2861 1.57139' stroke='%23013A55' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  display: block;
  width: 33px;
  height: 23px;
  background-size: 100%;
  transform: rotate(180deg);
}

@media (max-width: 1259px) {
  .modal-nav__next {
    width: 40px;
    height: 40px;
    right: 0;
  }
  .modal-nav__next:after {
    width: 20px;
    height: 14px;
  }
  .modal-nav__prev {
    width: 40px;
    height: 40px;
    left: 0;
  }
  .modal-nav__prev:after {
    width: 20px;
    height: 14px;
  }
}

.jury-group__btn.is-border {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  background: #fff;
  font-weight: normal;
  font-size: 18px;
  color: #ED0677;
  border: 2px solid #ED0677;
  outline: none;
  height: 60px;
  cursor: pointer;
  position: relative;
  margin-right: 10px;
  transition: .3s;
}

.jury-group__btn.is-border:hover {
  background: #ED0677;
  color: #fff;
}

.jury-group__btn.is-border:after {
  display: none;
}

.forms__input.is-error {
  border: 1px solid red;
}

.forms__input.is-error::-webkit-input-placeholder {
  color:red;
  text-overflow:ellipsis;
}

.forms__input.is-error:focus::-webkit-input-placeholder {
  color: transparent
}

.forms__input.is-error::-moz-placeholder          {
  color:red;
  text-overflow:ellipsis;
}

.forms__input.is-error:focus::-moz-placeholder          {
  color: transparent
}

.forms__input.is-error:-moz-placeholder           {
  color:red;
  text-overflow:ellipsis;
}

.forms__input.is-error:focus:-moz-placeholder           {
  color: transparent
}

.forms__input.is-error:-ms-input-placeholder      {
  color:red;
  text-overflow:ellipsis;
}

.forms__input.is-error:focus:-ms-input-placeholder      {
  color: transparent
}

.is-error .forms__file {
  border: 1px solid red;
}

@media (max-width: 1600px) {
  .forms-head__back {
    position: initial;
  }
}

.jury-filter__list.is-right {
  justify-content: flex-end;
}

.is-requests .jury-filter__item {
  border-bottom: 0;
}

.videobg {
  z-index: 1;
}

.nintro-slider__slide {
  position: relative;
  padding-bottom: 46%;
}

.nintro-slider__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nintro__link {
  position: absolute;
  display: inline-flex;
  bottom: 44px;
  left: 50%;
  margin-left: -21px;
  z-index: 1;
  opacity: 1;
  visibility: visible;
  transition: .3s;
  animation: nintrolink 1s ease infinite;
}

@keyframes nintrolink {
  0% {
    bottom: 44px;
  }
  100% {
    bottom: 40px;
  }
}

@media (max-width: 767px) {
  .nintro__link {
    display: none;
  }
}

.jury-filter__list {
  flex-wrap: wrap;
}

/* для скрытия входа
.nheader-user__link, .nfooter__login {
  opacity: 0;
  visibility: hidden;
}
.modal__toggle.is-auth, .main-content__login, .main-content__col:last-child a {
  display: none;
}
 для скрытия входа */
 
.jury-detail__footer {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.jury-detail__prev {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
  display: inline-flex;
  align-items: center;
  position: relative;
}

.jury-detail__prev:before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='33' height='23' viewBox='0 0 33 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31.4297 12H1.42969' stroke='%23013A55' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.2861 22.1428L1.00042 11.8571L11.2861 1.57139' stroke='%23013A55' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 100%;
  background-position: center;
  width: 23px;
  height: 15px;
  display: inline-flex;
  margin-right: 10px;
}

.jury-detail__next {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #ED0677;
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-right: 0;
  margin-left: auto;
}

.jury-detail__next:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='33' height='23' viewBox='0 0 33 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31.4297 12H1.42969' stroke='%23ED0677' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.2861 22.1428L1.00042 11.8571L11.2861 1.57139' stroke='%23ED0677' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 100%;
  background-position: center;
  width: 23px;
  height: 15px;
  display: inline-flex;
  margin-left: 10px;
  transform: rotate(180deg);
}
/* End */
/* /local/templates/common/static/css/main.css?1638891403103580 */
/* /local/templates/common/static/css/n-main.css?167361589583912 */
/* /local/templates/common/template_styles.css?16738558696336 */
