/*! normalize.css v8.0.0 | 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;
}

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  appearance: textfield;
  -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;
}

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;
  backface-visibility: hidden;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

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

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.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;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

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

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

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition:
    opacity 0.25s,
    visibility 0s;
  transition:
    opacity 0.25s,
    visibility 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;
  text-align: center;
  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: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  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:
    opacity,
    -webkit-transform;
  -webkit-transition-property:
    opacity,
    -webkit-transform;
  transition-property: transform, opacity;
  transition-property:
    transform,
    opacity,
    -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide::before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}
.fancybox-slide--next {
  z-index: 99995;
}
.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0;
}
.fancybox-slide--image::before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px 6px 0 6px;
}
.fancybox-slide--iframe {
  padding: 44px 44px 0;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  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;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property:
    opacity,
    -webkit-transform;
  -webkit-transition-property:
    opacity,
    -webkit-transform;
  transition-property: transform, opacity;
  transition-property:
    transform,
    opacity,
    -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-dragging .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--html .fancybox-content {
  margin-bottom: 6px;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  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;
  height: calc(100% - 44px);
  margin-bottom: 44px;
}
.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-iframe {
  vertical-align: top;
}
.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;
}
/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  width: 44px;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}
.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}
.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}
.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}
.fancybox-button--play svg path:nth-child(2) {
  display: none;
}
.fancybox-button--pause svg path:nth-child(1) {
  display: none;
}
.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor;
}
.fancybox-button--share svg path {
  stroke-width: 1;
}
/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  -webkit-transition:
    opacity 0.25s,
    visibility 0s,
    color 0.25s;
  transition:
    opacity 0.25s,
    visibility 0s,
    color 0.25s;
}
.fancybox-navigation .fancybox-button::after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}
/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}
.fancybox-close-small svg {
  fill: transparent;
  opacity: 0.8;
  stroke: currentColor;
  stroke-width: 1.5;
  -webkit-transition: stroke 0.1s;
  transition: stroke 0.1s;
}
.fancybox-close-small:focus {
  outline: none;
}
.fancybox-close-small:hover svg {
  opacity: 1;
}
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}
.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}
/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
}
.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}
.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}
.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;
}
/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: 0.6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}
@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
/* Share */
.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 0;
}

.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 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  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 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  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 > ul {
  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 > ul {
  overflow: hidden;
}

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

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

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

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  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-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

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

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}

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

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

@font-face {
  font-family: "PTSans";
  src:
    url("/static/fonts/PT-Sans_Narrow-Regular.woff") format("woff"),
    url("/static/fonts/PT-Sans_Narrow-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

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

.container {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}
.container--wide {
  max-width: 1200px;
}

header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #6166af;
}
@media (min-width: 768px) {
  header .header_top {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  header .header {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  header nav {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
@media (max-width: 767px) {
  header.noscroll {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 100;
  }
  header.noscroll .header {
    display: none;
  }
}
header .header_top {
  background-color: #fff;
}
header .header_top .container {
  display: grid;
  grid-template-columns: 1fr 268px;
  grid-column-gap: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
}
@media (max-width: 991px) {
  header .header_top .container {
    grid-template-columns: 50px 1fr 268px;
  }
  header .header_top .container .toggle_wrapper {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
@media (max-width: 767px) {
  header .header_top .container {
    padding-top: 0;
  }
  header .header_top .container .header_top__logo_text {
    display: block;
    grid-column: 2/3;
    grid-row: 2/3;
  }
  header .header_top .container .header_top__text {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
    grid-column: 1/-1;
    margin: 0 -15px 7px;
    padding: 7px 15px;
    background-color: #f0f3f9;
  }
}
@media (max-width: 560px) {
  header .header_top .container {
    grid-template-columns: 50px 1fr 186px;
    grid-column-gap: 15px;
  }
}
@media (max-width: 480px) {
  header .header_top .container {
    grid-template-columns: 50px 1fr 150px;
  }
}
@media (max-width: 414px) {
  header .header_top .container {
    grid-template-columns: 50px 1fr 130px;
    grid-column-gap: 5px;
  }
}
header .header_top__logo {
  line-height: 0;
}
header .header_top__text {
  max-width: 725px;
  padding: 0;
  font-size: 16px;
}
@media (max-width: 991px) {
  header .header_top__text {
    font-size: 14px;
  }
}
header .header_top__logo_text {
  display: none;
  font-size: 14px;
  line-height: 1.2;
}
@media (max-width: 480px) {
  header .header_top__logo_text {
    font-size: 13px;
  }
}
@media (max-width: 414px) {
  header .header_top__logo_text {
    font-size: 11px;
  }
}
header .header {
  position: relative;
  display: grid;
  grid-template-columns: 275px 1fr auto 230px;
  grid-column-gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  color: #fff;
}
@media (min-width: 992px) {
  header .header .header__text,
  header .header .header__btns,
  header .header .header__tel {
    grid-row: 1/3;
  }
  header .header .header__logo {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  header .header .header__logo_text {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  header .header {
    grid-column-gap: 15px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  header .header {
    grid-template-columns: 275px 1fr auto;
  }
  header .header .header__logo {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  header .header .header__logo_text {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  header .header .header__text,
  header .header .header__tel {
    grid-row: 1/3;
  }
}
@media (max-width: 991px) {
  header .header {
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  header .header {
    grid-template-columns: 275px 1fr;
    grid-column-gap: 20px;
  }
  header .header .header__logo {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  header .header .header__logo_text {
    display: none;
  }
  header .header .header__tel {
    grid-row: 1/2;
    margin-left: auto;
  }
  header .header .header__text {
    grid-column: 1/-1;
    margin-top: 5px;
    text-align: center;
  }
}
@media (max-width: 560px) {
  header .header {
    grid-template-columns: 180px 1fr;
  }
}
@media (max-width: 440px) {
  header .header {
    grid-template-columns: 130px 1fr;
    grid-column-gap: 15px;
  }
}
@media (max-width: 400px) {
  header .header {
    grid-template-columns: 100px 1fr;
  }
}
@media (max-width: 360px) {
  header .header {
    grid-column-gap: 10px;
  }
}

.header__logo_text {
  margin-top: -25px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.1;
}
@media (max-width: 991px) {
  .header__logo_text {
    margin-top: -10px;
  }
}
@media (max-width: 580px) {
  .header__logo_text {
    font-size: 16px;
  }
}
@media (max-width: 520px) {
  .header__logo_text {
    font-size: 15px;
  }
}
@media (max-width: 470px) {
  .header__logo_text {
    font-size: 3vw;
  }
}

.header__text {
  font-size: 18px;
  line-height: 1.1;
}
@media (max-width: 520px) {
  .header__text {
    font-size: 15px;
  }
}
.header__text p {
  padding: 0;
  line-height: 1.4em;
}
.header__text p + p {
  margin-top: 10px;
}
@media (max-width: 520px) {
  .header__text p + p {
    margin-top: 7px;
  }
}
.header__text .header__email a {
  text-decoration: underline;
}
.header__text .header__email a:hover {
  text-decoration: none;
}

.header__tel {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 0 0 65px;
  font-size: 18px;
  text-transform: uppercase;
}
@media (max-width: 520px) {
  .header__tel {
    padding-left: 55px;
    font-size: 17px;
  }
}
@media (max-width: 400px) {
  .header__tel {
    font-size: 16px;
  }
}
@media (max-width: 360px) {
  .header__tel {
    font-size: 14px;
  }
}
.header__tel-phone {
  position: relative;
}
.header__tel a:hover {
  text-decoration: underline;
}
a.header__tel-phone:hover {
  text-decoration: none;
}
.header__tel-phone::before {
  content: "";
  position: absolute;
  top: 2px;
  left: -65px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: white;
  -webkit-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.15);
  background-image: url("/static/img/call_icon.svg");
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 520px) {
  .header__tel-phone::before {
    width: 46px;
    height: 46px;
    top: 4px;
    left: -55px;
    background-size: 28px;
  }
}
@media (max-width: 360px) {
  .header__tel-phone::before {
    width: 44px;
    height: 44px;
    top: 0px;
    left: -50px;
  }
}
.header__tel b {
  font-size: 25px;
  font-weight: 700;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .header__tel b {
    font-size: 23px;
  }
}
@media (max-width: 400px) {
  .header__tel b {
    font-size: 21px;
  }
}
@media (max-width: 360px) {
  .header__tel b {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .header__btns {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    margin-top: 15px;
  }
}

@media (max-width: 680px) {
  .header__btns {
    grid-column-gap: 10px;
  }
}

@media (max-width: 520px) {
  .header__btns {
    margin-top: 10px;
  }
}

@media (max-width: 360px) {
  .header__btns {
    grid-column-gap: 5px;
    margin: 10px -5px 0;
  }
}

.header__btns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 8px;
  text-align: center;
  border-style: solid;
  border-width: 2px;
  border-color: white;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .header__btns a {
    font-weight: 700;
    line-height: 1.1;
  }
}
@media (max-width: 360px) {
  .header__btns a {
    padding: 4px;
    font-size: 14px;
  }
}
.header__btns a:hover {
  border-color: #f7a600;
  background-color: #f7a600;
}
@media (min-width: 992px) {
  .header__btns a + a {
    margin-top: 4px;
  }
}
@media (min-width: 520px) {
  .header__btns a br {
    display: none;
  }
}

nav {
  background-color: #f0f3f9;
}
@media (max-width: 991px) {
  nav {
    display: none;
  }
}
@media (max-width: 767px) {
  nav {
    color: #fff;
    background-color: #6166af;
  }
}

nav > ul.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  padding: 6px 0;
  list-style: none;
}
@media (max-width: 767px) {
  nav > ul.container {
    display: block;
    max-width: 400px;
  }
}
@media (max-width: 460px) {
  nav > ul.container {
    max-width: 100%;
    padding: 0 25px;
  }
}
nav > ul.container > li {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
@media (max-width: 991px) {
  nav > ul.container > li {
    text-align: left;
  }
}
nav > ul.container > li > a {
  display: block;
  padding: 15px 5px;
  font-size: 21px;
}
@media (max-width: 1080px) {
  nav > ul.container > li > a {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  nav > ul.container > li > a {
    padding: 12px 0;
    font-size: 18px;
    font-weight: 700;
  }
}
@media (max-width: 900px) {
  nav > ul.container > li > a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  nav > ul.container > li > a {
    font-size: 18px;
  }
}
nav > ul.container > li.active > a,
nav > ul.container > li a:hover {
  background-color: #888cc5;
  color: #fff;
}
@media (max-width: 767px) {
  nav > ul.container > li.active > a,
  nav > ul.container > li a:hover {
    background-color: #6166af;
    color: #f7a600;
  }
}

.toggle_wrapper {
  display: none;
  position: relative;
  width: 50px;
  height: 45px;
  border-radius: 5px;
  background-color: #6166af;
}
@media (max-width: 991px) {
  .toggle_wrapper {
    display: block;
  }
}

#menu-toggle {
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
  -webkit-transform: scale(0.5) translate(-50%, -50%);
  transform: scale(0.5) translate(-50%, -50%);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  overflow: hidden;
}

#menu-toggle span {
  display: block;
  background: #fff;
  border-radius: 2px;
}

#menu-toggle #hamburger {
  position: absolute;
  height: 100%;
  width: 100%;
}

#menu-toggle #hamburger span {
  width: 60px;
  height: 4px;
  position: relative;
  top: 24px;
  left: 20px;
  margin: 10px 0;
}

#menu-toggle #hamburger span:nth-child(1) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

#menu-toggle #hamburger span:nth-child(2) {
  -webkit-transition-delay: 0.625s;
  transition-delay: 0.625s;
}

#menu-toggle #hamburger span:nth-child(3) {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

#menu-toggle #cross {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#menu-toggle #cross span:nth-child(1) {
  height: 0%;
  width: 4px;
  position: absolute;
  top: 10%;
  left: 48px;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

#menu-toggle #cross span:nth-child(2) {
  width: 0%;
  height: 4px;
  position: absolute;
  left: 10%;
  top: 48px;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

#menu-toggle.open #hamburger span {
  width: 0%;
}

#menu-toggle.open #hamburger span:nth-child(1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

#menu-toggle.open #hamburger span:nth-child(2) {
  -webkit-transition-delay: 0.125s;
  transition-delay: 0.125s;
}

#menu-toggle.open #hamburger span:nth-child(3) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

#menu-toggle.open #cross span:nth-child(1) {
  height: 80%;
  -webkit-transition-delay: 0.625s;
  transition-delay: 0.625s;
}

#menu-toggle.open #cross span:nth-child(2) {
  width: 80%;
  -webkit-transition-delay: 0.375s;
  transition-delay: 0.375s;
}

.about {
  padding-top: 10px;
}
.about_block {
  margin: 10px -15px 100px;
  padding: 40px 15px 40px;
  border-radius: 15px;
  background-color: #f0f3f9;
}
@media (max-width: 767px) {
  .about_block {
    margin: 10px 0 20px;
  }
}
@media (max-width: 640px) {
  .about_block {
    padding: 20px 15px;
  }
}
.about_block__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 32px;
  max-width: 1025px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .about_block__grid {
    grid-column-gap: 15px;
  }
}
@media (max-width: 640px) {
  .about_block__grid {
    grid-template-columns: 1fr;
  }
}
.about_block__img {
  -ms-flex-item-align: center;
  align-self: center;
  max-width: 235px;
  margin: 0 auto;
  line-height: 0;
  background-image: url(/static/img/main_1_1.svg);
  background-position: center;
  background-size: 85px;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .about_block__img {
    margin-bottom: 15px;
  }
}
.about_block h1 {
  grid-column: 2/4;
  align-self: center;
  padding: 0;
  font-size: 35px;
  text-align: left;
  color: #6166af;
}
@media (max-width: 767px) {
  .about_block h1 {
    margin-bottom: 15px;
    font-size: 30px;
  }
}
@media (max-width: 640px) {
  .about_block h1 {
    grid-column: 1/-1;
    text-align: center;
    font-size: 25px;
  }
}
@media (max-width: 520px) {
  .about_block h1 {
    margin-bottom: 10px;
    font-size: 21px;
  }
}
.about_block h1 span {
  line-height: 1;
  color: #f7a600;
  border-bottom: 2px solid #f7a600;
}
.about_block__btn {
  position: relative;
  margin-top: 28px;
  margin-bottom: 4px;
  padding: 15px 25px 20px;
  border-radius: 10px;
  color: #fff;
}
.about_block__btn_link {
  display: block;
  margin-bottom: 2px;
}
@media (max-width: 800px) {
  .about_block__btn {
    padding: 15px 15px 20px;
  }
}
@media (max-width: 767px) {
  .about_block__btn {
    grid-column: 1/-1;
    margin-top: 10px;
    padding: 15px 20px 15px 110px;
  }
}
@media (max-width: 400px) {
  .about_block__btn {
    padding-left: 90px;
    padding-right: 15px;
  }
}
.about_block__btn::before {
  content: "";
  position: absolute;
  bottom: 13px;
  right: 20px;
  width: 56px;
  height: 57px;
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media (max-width: 767px) {
  .about_block__btn::before {
    height: 100%;
    right: auto;
    left: 25px;
    bottom: 0;
    background-position: center;
  }
}
@media (max-width: 400px) {
  .about_block__btn::before {
    left: 15px;
  }
}
.about_block__btn strong {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .about_block__btn strong {
    margin-bottom: 6px;
    line-height: 1.2;
  }
}
.about_block__btn span {
  display: block;
  padding-right: 65px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .about_block__btn span {
    padding-right: 0;
  }
}
.about_block__btn--light,
.about_block__btn--learn {
  background-image: linear-gradient(-147deg, #9399d3 0%, #6166af 100%);
}
.about_block__btn--light::before {
  background-image: url(/static/img/main_2.svg);
  background-size: 46px;
}
.about_block__btn--learn::before {
  background-image: url(/static/img/main_5.svg);
  background-size: 50px;
}
@media (max-width: 520px) {
  .about_block__btn--light span {
    max-width: 205px;
  }
}
.about_block__btn--orange,
.about_block__btn--bulletin {
  background-image: linear-gradient(-147deg, #f7a600 0%, #d6902c 100%);
}
.about_block__btn--orange::before {
  background-image: url(/static/img/main_3.svg);
  background-size: 57px;
}
.about_block__btn--bulletin::before {
  background-image: url(/static/img/main_6.svg);
  background-size: 47px;
}
@media (max-width: 520px) {
  .about_block__btn--orange span {
    max-width: 270px;
  }
}
.about_block__btn--dark,
.about_block__btn--book {
  background-image: linear-gradient(-147deg, #9c8dc2 0%, #6c5b97 100%);
}
.about_block__btn--dark::before {
  background-image: url(/static/img/main_4.svg);
  background-size: 46px;
}
.about_block__btn--book::before {
  background-image: url(/static/img/main_7.svg);
  width: 60px;
  background-size: 60px;
}
@media (max-width: 520px) {
  .about_block__btn--dark span {
    max-width: 220px;
  }
}

.title_row {
  display: grid;
  grid-template-columns: 1fr 226px;
  grid-column-gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .title_row {
    grid-template-columns: 1fr 160px;
  }
}
@media screen and (max-width: 520px) {
  .title_row {
    grid-template-columns: 1fr 175px;
    grid-column-gap: 15px;
    padding: 20px 15px;
  }
}
@media screen and (max-width: 360px) {
  .title_row {
    grid-template-columns: 1fr 140px;
  }
}
.title_row__name {
  padding: 0;
}
.title_row__link {
  padding: 20px;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  border-radius: 10px;
  background-color: #6b72b7;
  -webkit-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.15);
}
.title_row__link:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  .title_row__link {
    padding: 15px;
    font-size: 18px;
  }
}
@media screen and (max-width: 520px) {
  .title_row__link {
    margin-right: 15px;
  }
}
@media screen and (max-width: 360px) {
  .title_row__link {
    margin-right: 0;
  }
}

.mreviews {
  padding-top: 5px;
  padding-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .mreviews {
    padding-top: 0;
    padding-bottom: 20px;
  }
}

.mreviews_list.slick-dotted.slick-slider {
  margin: 0 -35px 50px;
}
@media (max-width: 1360px) {
  .mreviews_list.slick-dotted.slick-slider {
    margin: 0 -15px 50px;
  }
}
@media (max-width: 1200px) {
  .mreviews_list.slick-dotted.slick-slider {
    margin: 0 0 50px;
  }
}
@media (max-width: 767px) {
  .mreviews_list.slick-dotted.slick-slider {
    margin: 0 0 35px;
  }
}

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

.mreviews_list .slick-slide {
  height: auto;
  margin: 0 20px;
  padding: 0 3px 9px;
}
@media (max-width: 1200px) {
  .mreviews_list .slick-slide {
    margin: 0 10px;
  }
}
.mreviews_list .slick-slide .fancybox {
  display: block;
  position: relative;
  margin: 0 auto;
  line-height: 0;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.15);
}
.mreviews_list .slick-slide .fancybox:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(180, 183, 215, 0.5);
  border-radius: 10px;
}
.mreviews_list .slick-slide .fancybox:hover::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 103px;
  height: 103px;
  background-image: url(/static/img/zoom.svg), url(/static/img/zoom_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 38px, auto;
}
.mreviews_list .slick-slide img {
  margin: 0 auto;
  border-radius: 10px;
}

.mreviews_list .slick-dots {
  bottom: -50px;
  left: 0;
  padding-left: 25px;
  text-align: left;
}
@media (max-width: 1200px) {
  .mreviews_list .slick-dots {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .mreviews_list .slick-dots {
    bottom: -35px;
  }
}
.mreviews_list .slick-dots li {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 10px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .mreviews_list .slick-dots li {
    padding: 5px 8px;
  }
}
.mreviews_list .slick-dots li button {
  display: block;
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  font-size: 0;
  border: 1px solid #6166af;
  border-radius: 50%;
  background-color: #6166af;
  opacity: 0.502;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
@media (max-width: 767px) {
  .mreviews_list .slick-dots li button {
    width: 12px;
    height: 12px;
  }
}
.mreviews_list .slick-dots li button::before {
  display: none;
}
.mreviews_list .slick-dots li.slick-active button,
.mreviews_list .slick-dots li:hover button {
  background-color: #fff;
}

.mreviews_list .slick-prev,
.mreviews_list .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 63px;
  height: 58px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  border-radius: 10px;
  background-color: #6166af;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/static/img/arrow.svg);
  background-size: 29px;
  z-index: 5;
  opacity: 1;
}
@media (max-width: 767px) {
  .mreviews_list .slick-prev,
  .mreviews_list .slick-next {
    width: 49px;
    height: 46px;
    background-color: rgba(97, 102, 175, 0.8);
    background-size: 22px;
  }
}
.mreviews_list .slick-prev::before,
.mreviews_list .slick-next::before {
  display: none;
}
.mreviews_list .slick-prev:hover,
.mreviews_list .slick-prev:focus,
.mreviews_list .slick-next:hover,
.mreviews_list .slick-next:focus {
  opacity: 1;
  background-color: #6166af;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/static/img/arrow.svg);
  background-size: 29px;
  -webkit-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.4);
}
@media (max-width: 767px) {
  .mreviews_list .slick-prev:hover,
  .mreviews_list .slick-prev:focus,
  .mreviews_list .slick-next:hover,
  .mreviews_list .slick-next:focus {
    background-size: 22px;
  }
}

.mreviews_list .slick-prev {
  left: -120px;
}
@media (max-width: 1460px) {
  .mreviews_list .slick-prev {
    left: -70px;
  }
}
@media (max-width: 1360px) {
  .mreviews_list .slick-prev {
    left: -10px;
  }
}

.mreviews_list .slick-next {
  right: -120px;
  -webkit-transform: translate(0, -50%) scale(-1, 1);
  transform: translate(0, -50%) scale(-1, 1);
}
@media (max-width: 1460px) {
  .mreviews_list .slick-next {
    right: -70px;
  }
}
@media (max-width: 1360px) {
  .mreviews_list .slick-next {
    right: -10px;
  }
}
.mnews {
  padding-top: 35px;
  padding-bottom: 28px;
  background-color: #f0f3f9;
}
.mnews_title {
  padding: 15px 0 15px;
  margin-bottom: 18px;
}
.mnews_block {
  padding: 30px 45px;
  background-color: #ffffff;
  border-radius: 15px;
}
.mnews_block + .mnews_block {
  margin-top: 30px;
}
.mnews--nalog .mnews_block {
  background-color: #e2e6f2;
}
.mnews_block__sub {
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  padding: 0;
  margin: 10px 0 25px;
  line-height: 1.1em;
}
.mnews_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 22px;
  grid-row-gap: 20px;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}
.mnews_list li {
  display: flex;
  flex-direction: column;
}
.mnews_list_item {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding: 20px 25px 25px 30px;
  font-size: 20px;
  line-height: 1.2;
  border-radius: 10px;
  background-color: #f0f3f9;
}
.mnews--nalog .mnews_list_item {
  background-color: #ffffff;
}
.mnews_list_item__name {
  margin-bottom: 10px;
  font-size: 28px;
  color: #6166af;
  line-height: 1.15em;
  font-weight: 700;
}
.mnews_list_item__text {
  margin-bottom: 20px;
}
.mnews_list_item__link {
  margin-top: auto;
  margin-left: auto;
  font-weight: 700;
  text-decoration: underline;
  color: #f7a600;
}
.mnews_list_item:hover {
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.45);
}
.mnews--nalog .mnews_list_item:hover {
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.15);
}
.mnews_list_item:hover .mnews_list_item__link {
  text-decoration: none;
}
.main_news__link {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  color: #6166af;
  text-decoration: underline;
}
.main_news__link:hover {
  text-decoration: none;
}
@media screen and (max-width: 1180px) {
  .mnews_block {
    padding: 30px;
  }
}
@media screen and (max-width: 991px) {
  .mnews_block {
    padding: 25px 15px;
  }
  .mnews_block__sub {
    font-size: 32px;
  }
  .mnews_list_item {
    padding: 20px;
  }
  .mnews_list_item__name {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .mnews_block__sub {
    font-size: 28px;
  }
  .mnews_list_item {
    font-size: 18px;
  }
  .mnews_list_item__name {
    font-size: 24px;
  }
}
@media screen and (max-width: 680px) {
  .mnews_list {
    grid-template-columns: 100%;
  }
}
@media screen and (max-width: 520px) {
  .mnews_title {
    margin-bottom: 10px;
  }
  .mnews_block__sub {
    font-size: 24px;
  }
  .mnews_list_item__name {
    font-size: 20px;
  }
  .mnews_list_item {
    font-size: 16px;
    padding: 20px 15px 15px 20px;
  }
  .main_news__link {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .mnews_block__sub {
    font-size: 22px;
  }
}

.news {
  padding-top: 15px;
  padding-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .news {
    padding-top: 5px;
    padding-bottom: 35px;
  }
}
.news_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 55px;
  grid-row-gap: 40px;
  margin: 30px 0 70px;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 991px) {
  .news_list {
    grid-column-gap: 30px;
    grid-row-gap: 25px;
  }
}
@media screen and (max-width: 800px) {
  .news_list {
    grid-gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .news_list {
    margin-top: 10px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 680px) {
  .news_list {
    grid-template-columns: 1fr;
  }
}
.news_list li {
  display: flex;
  flex-direction: column;
}
.news_list_item {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding: 30px 30px 25px 40px;
  font-size: 20px;
  line-height: 25px;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 980px) {
  .news_list_item {
    font-size: 18px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 900px) {
  .news_list_item {
    padding: 20px 25px 20px 25px;
  }
}
@media screen and (max-width: 680px) {
  .news_list_item {
    font-size: 16px;
  }
}
.news_list_item__name {
  margin-bottom: 20px;
  font-size: 30px;
  color: #6166af;
  line-height: 35px;
  font-weight: 700;
}
@media screen and (max-width: 980px) {
  .news_list_item__name {
    font-size: 23px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 680px) {
  .news_list_item__name {
    margin-bottom: 8px;
    font-size: 21px;
  }
}
.news_list_item__text {
  margin-bottom: 30px;
}
@media screen and (max-width: 680px) {
  .news_list_item__text {
    margin-bottom: 20px;
  }
}
.news_list_item__link {
  margin-top: auto;
  margin-left: auto;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  color: #f7a600;
}
.news_list_item:hover {
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.45);
}
.news_list_item:hover .news_list_item__link {
  text-decoration: none;
}
.news_list + .title_row__link {
  display: none;
}
@media screen and (max-width: 680px) {
  .news_list + .title_row__link {
    display: block;
    width: 165px;
    margin: 23px auto 0;
    padding: 15px;
    font-size: 18px;
  }
  .news_list + .title_row__link:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.main_text {
  padding-top: 25px;
  padding-bottom: 45px;
  background-color: #f0f3f9;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .main_text {
    padding-top: 15px;
    padding-bottom: 20px;
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .main_text {
    padding: 15px 5px 20px;
    font-size: 18px;
  }
}

.mcontacts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 20px;
  padding-top: 15px;
  padding-bottom: 35px;
  font-size: 22px;
}
@media screen and (max-width: 900px) {
  .mcontacts {
    grid-column-gap: 30px;
    grid-row-gap: 20px;
  }
}
@media (max-width: 767px) {
  .mcontacts {
    grid-template-columns: 1fr;
    padding-top: 8px;
  }
}
@media screen and (max-width: 600px) {
  .mcontacts {
    padding: 10px 20px 25px;
    grid-row-gap: 10px;
    font-size: 18px;
  }
}
.mcontacts .h2 {
  grid-column: 1/-1;
  padding-bottom: 0;
}
@media screen and (max-width: 520px) {
  .mcontacts .h2 {
    padding-left: 5px;
  }
}
.mcontacts p {
  margin-bottom: 10px;
  padding: 0;
}
.mcontacts .mcontacts__data {
  grid-row: 2/3;
  max-width: 460px;
}
.mcontacts .mcontacts__small {
  grid-row: 3/5;
  max-width: 460px;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .mcontacts .mcontacts__small {
    grid-row: 6/7;
    margin-top: 15px;
    margin-bottom: 0;
  }
}
@media (max-width: 600px) {
  .mcontacts .mcontacts__small {
    font-size: 18px;
  }
}
.mcontacts .mcontacts__adr {
  max-width: 475px;
}
.mcontacts .mcontacts__mail {
  text-decoration: underline;
  color: #6166af;
}
.mcontacts .mcontacts__mail:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .mcontacts .mcontacts__time {
    margin-bottom: 0;
  }
}
.mcontacts .mcontacts__vk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #4c75a3;
}
.mcontacts .mcontacts__vk img {
  margin-right: 18px;
}
@media (max-width: 600px) {
  .mcontacts .mcontacts__vk {
    font-size: 22px;
  }
}
.mcontacts a {
  white-space: nowrap;
}

.mcontacts_map {
  line-height: 0;
}
.mcontacts_map iframe {
  width: 100%;
  height: 360px;
  border: none;
}

.contacts {
  padding-top: 15px;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .contacts {
    padding-top: 10px;
    padding-bottom: 30px;
  }
}
.contacts h1 {
  grid-column: 1/-1;
}
@media (min-width: 769px) {
  .contacts h1 {
    margin-bottom: 15px;
  }
}
.contacts + .contacts_map {
  line-height: 0;
}
.contacts + .contacts_map iframe {
  width: 100%;
  height: 550px;
  border: none;
}
@media (max-width: 980px) {
  .contacts + .contacts_map iframe {
    height: 450px;
  }
}
@media (max-width: 768px) {
  .contacts + .contacts_map iframe {
    height: 350px;
  }
}

.catalog {
  padding-top: 30px;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .catalog {
    padding-top: 10px;
  }
}

.catalog_list {
  margin: 0;
  padding: 25px 0 0;
  counter-reset: myCounter;
}
@media (max-width: 600px) {
  .catalog_list {
    padding-top: 15px;
  }
}

.catalog_list_item {
  position: relative;
  margin: 0 -15px 65px;
  padding: 40px 55px 30px;
  font-size: 20px;
  list-style: none;
  border-radius: 10px;
  background-color: white;
  -webkit-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.35);
}
@media (max-width: 1170px) {
  .catalog_list_item {
    margin: 0 0 60px;
  }
}
@media (max-width: 980px) {
  .catalog_list_item {
    margin-bottom: 50px;
    padding: 30px;
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .catalog_list_item {
    margin-bottom: 40px;
    padding: 20px;
  }
}
@media (max-width: 680px) {
  .catalog_list_item {
    font-size: 16px;
  }
}
.catalog_list_item::before {
  counter-increment: myCounter;
  content: counter(myCounter);
  position: absolute;
  top: 40px;
  left: 55px;
  width: 78px;
  height: 78px;
  text-align: center;
  line-height: 78px;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  border-radius: 50%;
  background-image: linear-gradient(-80deg, #9c8dc2 0%, #6c5b97 100%);
}
@media (max-width: 980px) {
  .catalog_list_item::before {
    top: 30px;
    left: 30px;
  }
}
@media (max-width: 768px) {
  .catalog_list_item::before {
    top: 20px;
    left: 20px;
  }
}
@media (max-width: 480px) {
  .catalog_list_item::before {
    height: 65px;
    width: 65px;
    line-height: 65px;
    font-size: 27px;
  }
}
.catalog_list_item__grid {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 90px;
  -moz-column-gap: 90px;
  column-gap: 90px;
}
.catalog_list_item__grid > div {
  overflow: hidden;
  break-inside: avoid-column;
  -webkit-column-break-inside: avoid;
}
@media (max-width: 991px) {
  .catalog_list_item__grid {
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
}
@media (max-width: 768px) {
  .catalog_list_item__grid {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.catalog_list_item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 78px;
  margin-bottom: 40px;
  padding: 0;
  padding-left: 100px;
  font-size: 35px;
  font-weight: 700;
}
@media (max-width: 980px) {
  .catalog_list_item__title {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .catalog_list_item__title {
    font-size: 25px;
  }
}
@media (max-width: 520px) {
  .catalog_list_item__title {
    margin-bottom: 25px;
  }
}
@media (max-width: 480px) {
  .catalog_list_item__title {
    min-height: 65px;
    padding-left: 75px;
  }
}
@media (max-width: 440px) {
  .catalog_list_item__title {
    font-size: 20px;
  }
}
.catalog_list_item__bold {
  margin-bottom: 25px;
  padding: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  break-inside: avoid;
}
@media (max-width: 440px) {
  .catalog_list_item__bold {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.catalog_list_item__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.catalog_list_item__list--col2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 90px;
  -moz-column-gap: 90px;
  column-gap: 90px;
}
@media (max-width: 991px) {
  .catalog_list_item__list--col2 {
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
}
@media (max-width: 768px) {
  .catalog_list_item__list--col2 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.catalog_list_item__list li {
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
  padding-left: 40px;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}
.catalog_list_item__list li::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 17px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/static/img/check.svg);
  background-size: 20px;
}
.catalog_list_item__sub {
  padding: 0;
  margin-bottom: 40px;
  line-height: 1.3;
}
@media (max-width: 980px) {
  .catalog_list_item__sub {
    margin-bottom: 30px;
  }
}

.catalog_gray {
  background-color: #f0f3f9;
}
@media (min-width: 769px) {
  .catalog_gray {
    padding-top: 20px;
  }
}

.news_item h1 {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .news_item h1 {
    margin-bottom: 10px;
  }
}

.news_item__text p {
  padding: 11px 0;
}

.news_item__text a {
  color: #6166af;
  text-decoration: underline;
}
.news_item__text a:hover {
  text-decoration: none;
}

.news_item__back {
  display: block;
  margin-top: 50px;
  margin-bottom: 5px;
  padding-left: 45px;
  color: #ff6600;
  font-size: 18px;
  font-weight: 700;
  text-decoration: underline;
  background-repeat: no-repeat;
  background-position: -2px center;
  background-size: 37px;
  background-image: url(/static/img/back_icon.svg);
}
@media screen and (max-width: 768px) {
  .news_item__back {
    margin-top: 35px;
  }
}
.news_item__back:hover {
  text-decoration: none;
}

.news__all {
  display: block;
  width: 225px;
  margin: 60px auto 10px;
  padding: 20px;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  border-radius: 10px;
  background-color: #6b72b7;
}
.news__all:hover {
  -webkit-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 768px) {
  .news__all {
    margin: 35px auto 0;
    padding: 15px;
    font-size: 18px;
  }
}

.fns_info {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .fns_info {
    padding-bottom: 35px;
  }
}
.fns_info .title_row {
  padding-top: 50px;
  border-top: 1px solid #232323;
}
@media screen and (max-width: 980px) {
  .fns_info .title_row {
    padding-top: 35px;
  }
}
@media screen and (max-width: 680px) {
  .fns_info .title_row .title_row__link {
    display: none;
  }
  .fns_info .title_row .title_row__name {
    grid-column: 1/-1;
  }
}
.fns_info .title_row__name {
  font-size: 35px;
}
@media screen and (max-width: 980px) {
  .fns_info .title_row__name {
    font-size: 30px;
  }
}
.fns_info .title_row__link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.fns_info .title_row__link:hover {
  -webkit-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.15);
}
.fns_info p {
  padding: 11px 0;
}

.fns_info__list {
  margin: 40px 0 0;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
@media screen and (max-width: 768px) {
  .fns_info__list {
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .fns_info__list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.fns_info__list .fns_info__item {
  display: block;
  min-height: 51px;
  margin-bottom: 17px;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  padding-left: 60px;
  padding-top: 20px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
  background-image: url(/static/img/pdf_icon.svg);
  background-size: 51px;
  background-repeat: no-repeat;
  background-position: left center;
}
.fns_info__list .fns_info__item:hover {
  text-decoration: none;
}
.fns_info__list + .title_row__link {
  display: none;
}
@media screen and (max-width: 680px) {
  .fns_info__list + .title_row__link {
    display: block;
    width: 165px;
    margin: 30px auto 0;
    padding: 15px;
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .fns_info__list + .title_row__link {
    margin-top: 20px;
  }
}

.fns_archive {
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .fns_archive {
    padding-bottom: 20px;
  }
}
.fns_archive h1 {
  margin-bottom: 20px;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .fns_archive h1 {
    margin-bottom: 10px;
  }
}
.fns_archive__title {
  padding: 20px 25px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 10px;
  background-color: #f0f3f9;
}
@media screen and (max-width: 480px) {
  .fns_archive__title {
    font-size: 18px;
  }
}
.fns_archive .fns_info__list {
  margin: 30px 0 60px;
}
@media screen and (max-width: 768px) {
  .fns_archive .fns_info__list {
    margin: 20px 0 35px;
  }
}

.reviews {
  padding-top: 20px;
  padding-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .reviews {
    padding-top: 0;
    padding-bottom: 20px;
  }
}
.reviews h1 {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .reviews h1 {
    margin-bottom: 10px;
  }
}

.reviews_item {
  display: block;
  min-height: 100%;
  margin: 0 auto;
  padding: 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1360px) {
  .reviews_item {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .reviews_item {
    padding: 15px;
  }
}
@media (max-width: 600px) and (min-width: 480px) {
  .reviews_item {
    padding: 25px;
  }
}
.reviews_item__title {
  position: relative;
  padding: 0 0 12px;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.2;
}
@media (max-width: 1140px) {
  .reviews_item__title {
    font-size: 18px;
  }
}
@media (max-width: 768px) and (min-width: 601px) {
  .reviews_item__title {
    font-size: 16px;
  }
}
.reviews_item__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 57px;
  height: 5px;
  border-radius: 1px;
  background-color: #737cbe;
}
.reviews_item__text {
  font-size: 14px;
}
.reviews_item__text p {
  padding: 15px 0 0;
}
@media (max-width: 768px) and (min-width: 601px) {
  .reviews_item__text p {
    padding: 10px 0 0;
  }
}

.reviews_form__wrapper {
  margin: 100px 0 30px;
  padding: 40px 70px 45px;
  border-radius: 10px;
  background-color: #8185bf;
  -webkit-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.15);
}
@media (max-width: 980px) {
  .reviews_form__wrapper {
    padding: 40px 30px 45px;
  }
}
@media (max-width: 768px) {
  .reviews_form__wrapper {
    margin: 70px 0 20px;
  }
}
@media (max-width: 480px) {
  .reviews_form__wrapper {
    padding: 25px 15px 30px;
  }
}

.review_form__title {
  padding: 0 0 25px;
  color: #fff;
}

.review_form {
  display: grid;
  grid-template-columns: 1fr 1.7fr;
  grid-row-gap: 23px;
  grid-column-gap: 30px;
}
@media screen and (max-width: 900px) {
  .review_form {
    grid-row-gap: 20px;
    grid-column-gap: 20px;
  }
}
@media screen and (max-width: 480px) {
  .review_form {
    grid-template-columns: 100%;
    grid-row-gap: 15px;
  }
  .review_form textarea {
    height: 120px;
  }
}
@media screen and (min-width: 481px) {
  .review_form textarea {
    grid-row: 1/3;
    grid-column: 2/3;
  }
}
.review_form input,
.review_form textarea {
  padding: 25px 15px;
  border-radius: 10px;
  background-color: #fff;
  border: none;
}
.review_form .review_form__politic {
  grid-column: 1/-1;
}
.review_form .review_form__politic p {
  width: calc(100% - 250px);
  max-width: 520px;
  padding: 0;
  color: #fff;
  font-size: 15px;
}
@media (max-width: 768px) {
  .review_form .review_form__politic p {
    width: calc(100% - 170px);
  }
}
@media (max-width: 600px) {
  .review_form .review_form__politic p {
    width: 100%;
    margin-bottom: 20px;
  }
}
.review_form .review_form__politic p a {
  color: #ffc600;
  text-decoration: underline;
}
.review_form .review_form__politic p a:hover {
  text-decoration: none;
}
.review_form .review_form__politic button {
  width: 225px;
  padding: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  border-radius: 10px;
  background-color: #f7a600;
  border: none;
  cursor: pointer;
}
@media (max-width: 768px) and (min-width: 601px) {
  .review_form .review_form__politic button {
    width: 150px;
  }
}
.review_form .review_form__politic button:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.company__big {
  padding: 12px 0;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.1;
}
@media (max-width: 768px) {
  .company__big {
    font-size: 30px;
  }
}
@media screen and (max-width: 520px) {
  .company__big {
    font-size: 22px;
  }
}

.company_top {
  padding-top: 20px;
}
.company_top h1 {
  padding-bottom: 0;
}

.company_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 65px;
  padding-bottom: 70px;
}
@media (max-width: 980px) {
  .company_block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .company_block {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
.company_block__text {
  width: 43%;
  font-size: 20px;
  line-height: 1.2;
}
@media (max-width: 980px) {
  .company_block__text {
    width: 55%;
  }
}
@media (max-width: 768px) {
  .company_block__text {
    width: 100%;
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .company_block__text {
    font-size: 16px;
  }
}
.company_block__text p {
  padding: 12px 0;
}
.company_block__img {
  width: 53%;
  margin-right: -15px;
}
@media (max-width: 980px) {
  .company_block__img {
    width: 42%;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}
@media (max-width: 768px) {
  .company_block__img {
    width: auto;
    margin: 30px auto 0;
  }
}
.company_block--left .company_block__img {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  margin-right: 0;
  margin-left: -15px;
}
@media (max-width: 768px) {
  .company_block--left .company_block__img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 30px auto 0;
  }
}

.company__gray {
  background-color: #f0f3f9;
}

.company_check {
  list-style: none;
}
.company_check li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 44px;
  padding-left: 55px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}
.company_check li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 36px;
  height: 44px;
  background-image: url(/static/img/check_protection_icon.svg);
  background-size: 44px;
  background-position: center;
}

.company_text {
  padding-top: 40px;
  padding-bottom: 70px;
  font-size: 20px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .company_text {
    padding-top: 10px;
    padding-bottom: 35px;
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .company_text {
    font-size: 16px;
  }
}
.company_text p {
  padding: 12px 0;
}
.company_text .company__big {
  margin-top: 20px;
}
.company_text .company_check {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(4, 1fr);
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 40px 0 0;
  padding: 0;
}
@media (max-width: 900px) {
  .company_text .company_check {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .company_text .company_check {
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .company_text .company_check {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}

.company__gray2 {
  background-color: #f0f3f9;
}
.company__gray2 .company_block {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 980px) {
  .company__gray2 .company_block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .company__gray2 .company_block {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
.company__gray2 .company_check {
  margin: 10px 0 0;
  padding: 0;
}
.company__gray2 .company_check li + li {
  margin-top: 18px;
}

.company_btm {
  padding-bottom: 40px;
}
.company_btm .company_block__img {
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-top: 15px;
}

footer {
  margin-top: auto;
  background-color: #8185bf;
}

.footer_top {
  padding-top: 25px;
  padding-bottom: 25px;
  color: #fff;
  background-color: #6166af;
}
@media (max-width: 768px) {
  .footer_top {
    padding-top: 12px;
    padding-bottom: 15px;
  }
}
.footer_top .footer_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}
@media (max-width: 768px) {
  .footer_top .footer_menu {
    display: none;
  }
}
.footer_top .footer_menu a {
  display: inline-block;
  padding: 5px 0;
  font-size: 21px;
}
@media (max-width: 1120px) {
  .footer_top .footer_menu a {
    font-size: 18px;
  }
}
@media (max-width: 900px) {
  .footer_top .footer_menu a {
    font-size: 16px;
  }
}
.footer_top .footer_menu a:hover {
  color: #f7a600;
}
.footer_top .footer_btns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 50px;
}
@media (max-width: 768px) {
  .footer_top .footer_btns {
    grid-column-gap: 10px;
  }
}
@media (min-width: 521px) {
  .footer_top .footer_btns br {
    display: none;
  }
}
.footer_top .footer_btns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 65px;
  text-align: center;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 700;
  border-radius: 10px;
  background-color: #f7a600;
  -webkit-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
  .footer_top .footer_btns a {
    height: 52px;
    font-size: 16px;
    border-style: solid;
    border-width: 2px;
    border-color: white;
    border-radius: 10px;
    background-color: #6166af;
  }
}
@media (max-width: 420px) {
  .footer_top .footer_btns a {
    font-size: 14px;
  }
}
.footer_top .footer_btns a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.footer_top .footer__text {
  display: none;
}
@media (max-width: 768px) {
  .footer_top .footer__text {
    display: block;
    padding: 15px 0 0;
  }
}
@media (max-width: 520px) {
  .footer_top .footer__text {
    font-size: 14px;
  }
}

.footer {
  display: grid;
  grid-template-columns: auto 1fr 435px;
  grid-column-gap: 45px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 10px;
}
@media (max-width: 980px) {
  .footer {
    grid-column-gap: 20px;
    grid-template-columns: auto 210px 1fr;
  }
}
@media (max-width: 768px) {
  .footer {
    grid-column-gap: 28px;
    grid-template-columns: 156px 1fr;
    padding-top: 7px;
    padding-bottom: 4px;
  }
}
.footer p {
  padding: 0;
  line-height: 1.3;
}
.footer .footer__logo {
  line-height: 0;
}
.footer .footer__text {
  color: #fff;
}
.footer .footer__creator {
  grid-column: 2/-1;
  font-size: 18px;
  padding-top: 5px;
}
.footer .footer__creator a {
  white-space: nowrap;
}
.footer__politic {
  display: block;
}
.footer__politic:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .footer .footer__text {
    display: none;
  }
  .footer .footer__creator {
    grid-column: 1/-1;
    font-size: 16px;
  }
}
@media (max-width: 520px) {
  .footer .footer__copy {
    max-width: 185px;
    font-size: 14px;
    line-height: 1.2;
  }
  .footer .footer__creator {
    font-size: 14px;
  }
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
}

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

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

a {
  color: inherit;
}

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

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  font-family: "PTSans";
  font-size: 16px;
  line-height: 1.4;
  color: #383c41;
  background-color: #fff;
}
body.noscroll {
  height: 100vh;
  overflow: hidden;
}

a {
  text-decoration: none;
}

p {
  margin: 0;
  padding: 15px 0;
}
@media screen and (max-width: 768px) {
  p {
    padding: 10px 0;
  }
}

.uppercase {
  text-transform: uppercase;
}

.center {
  text-align: center;
}

h1,
h2,
.h2 {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 20px 0;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width: 768px) {
  h1,
  h2,
  .h2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 520px) {
  h1,
  h2,
  .h2 {
    font-size: 30px;
  }
}

h1 {
  text-align: center;
}

.mobile_tel {
  color: inherit;
  cursor: auto;
}

.compensate-for-scrollbar {
  margin-right: 0 !important;
}

.breadcrumbs {
  margin: 0;
  padding: 20px 0;
  list-style: none;
  font-size: 16px;
}
.breadcrumbs li,
.breadcrumbs a,
.breadcrumbs span {
  display: inline-block;
}
.breadcrumbs a {
  position: relative;
}
.breadcrumbs a:hover {
  color: #6166af;
}
.breadcrumbs a::after {
  content: " / ";
}
.breadcrumbs span {
  color: #888cc5;
}

.pagination {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagination li {
  position: relative;
  margin: 0 0 5px;
  font-size: 20px;
  text-align: center;
  color: #dfb962;
}
@media screen and (max-width: 900px) {
  .pagination li {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .pagination li {
    font-size: 16px;
  }
}
.pagination li a {
  position: relative;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #6166af;
  font-weight: 700;
  border-radius: 50%;
  z-index: 2;
}
.pagination li:not(.pagination__arrow).active a,
.pagination li:not(.pagination__arrow) a:hover {
  background-color: #f7a600;
  color: #fff;
}
.pagination li.pagination__arrow a {
  background-color: #e9eaf7;
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/static/img/pag_arrow.svg);
}
.pagination li.pagination__arrow a:hover {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.pagination li.pagination__arrow--prev {
  margin-right: 20px;
}
@media screen and (max-width: 600px) {
  .pagination li.pagination__arrow--prev {
    margin-right: 10px;
  }
}
.pagination li.pagination__arrow--next {
  margin-left: 20px;
}
@media screen and (max-width: 600px) {
  .pagination li.pagination__arrow--next {
    margin-left: 10px;
  }
}
.pagination li.pagination__arrow--next a {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.pagination .disabled {
  opacity: 0.8;
}

.popup {
  display: none;
  width: 98%;
  max-width: 1560px;
  padding: 30px 20px;
  background: #6266af;
  border-radius: 25px;
  font-family: "PTSans";
}
.popup .fancybox-close-small {
  right: 75px;
  top: 60px;
  width: 40px;
  height: 40px;
  padding: 0;
  color: #fff;
  opacity: 1;
  background-image: url(/static/img/close.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px;
}
.agree-popup {
  display: none;
  width: 98%;
  max-width: 945px;
  padding: 30px 20px;
  border-radius: 25px;
  font-family: "PTSans";
}
.agree-popup .fancybox-close-small {
  right: 12px;
  top: 12px;
  width: 40px;
  height: 40px;
  padding: 0;
  color: #383c41;
  opacity: 1;
}
.agree-popup .fancybox-close-small svg path {
  stroke-width: 1;
  fill: currentColor;
}
@media screen and (max-width: 992px) {
  .popup .fancybox-close-small {
    right: 15px;
    top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .popup .fancybox-close-small {
    right: 5px;
    top: 5px;
  }
}
.popup .fancybox-close-small svg {
  display: none;
}
.popup .popup__title {
  padding: 25px 0 40px;
  font-size: 48px;
  line-height: 1.1;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .popup .popup__title {
    font-size: 40px;
    padding: 10px 0 25px;
  }
}
@media screen and (max-width: 768px) {
  .popup .popup__title {
    font-size: 30px;
    padding: 10px 0 25px;
  }
}
@media screen and (max-width: 680px) {
  .popup .popup__title {
    font-size: 25px;
  }
}
@media screen and (max-width: 480px) {
  .popup,
  .agree-popup {
    padding: 20px 10px;
    border-radius: 10px;
  }
  .popup .popup__title {
    padding: 5px 0 10px;
  }
  .popup .fancybox-close-small {
    width: 20px;
    height: 20px;
  }
  .agree-popup .fancybox-close-small {
    width: 30px;
    height: 30px;
    right: 6px;
    top: 4px;
  }
  .agree-popup p {
    padding: 0;
    font-size: 15px;
  }
}

.popup_form {
  max-width: 1080px;
  margin: 0 auto 25px;
}
.popup_form__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 13px;
  row-gap: 40px;
  width: 100%;
  margin-bottom: 40px;
}
.popup_form__controls {
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 20px;
  row-gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 1180px) {
  .popup_form__grid .form-entry:nth-child(1),
  .popup_form__grid .form-entry:nth-child(2),
  .popup_form__grid .form-entry:nth-child(3) {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .popup_form {
    margin-bottom: 0;
  }
  .popup_form__grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 10px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 600px) {
  .popup_form__controls {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 480px) {
  .popup_form__grid {
    grid-template-columns: 100%;
    row-gap: 10px;
    margin-bottom: 10px;
  }
}

.form-entry {
  width: 100%;
  padding: 18px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 15px;
  background-color: #fff;
}
textarea.form-entry {
  min-height: 80px;
  resize: none;
}
.form-entry--width {
  grid-column: 3/4;
  grid-row: 2/4;
}
.form-entry.geterror {
  outline: 1px solid red;
}
.popup_form .agreement {
  line-height: 1.2em;
}
.popup_form .agreement input {
  position: absolute;
  left: 4px;
  top: 3px;
  width: 28px;
  height: 28px;
  padding: 0;
  border: initial;
  border-radius: unset;
  background-color: initial;
}
.popup_form .agreement label {
  position: relative;
  display: block;
  padding-left: 45px;
  font-weight: normal;
  margin: 0;
}
.popup_form .agreement small {
  display: block;
  font-size: 1em;
  line-height: 1em;
  color: rgba(255, 255, 255, 0.502);
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .form-entry {
    padding: 12px 10px;
    border-radius: 10px;
  }
  .form-entry--width {
    grid-column: 1/-1;
    grid-row: initial;
  }
  .popup_form .form-entry:nth-child(7) {
    grid-column: 1/-1;
  }
  .popup_form .agreement label {
    padding-left: 30px;
  }
  .popup_form .agreement input {
    width: 20px;
    height: 20px;
    left: 0;
  }
}
@media screen and (max-width: 480px) {
  .popup_form .agreement input {
    position: static;
    width: auto;
    height: auto;
  }
  .popup_form .agreement label {
    padding-left: 0px;
  }
  .form-entry {
    padding: 8px;
    border-radius: 5px;
  }
}
.popup_form ::-webkit-input-placeholder {
  color: #73777b;
}
.popup_form ::-moz-placeholder {
  color: #73777b;
}
.popup_form :-moz-placeholder {
  color: #73777b;
}
.popup_form :-ms-input-placeholder {
  color: #73777b;
}
.popup_form .popup_form__politic {
  padding: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
}
.popup_form .popup_form__politic a {
  color: #ffc600;
  text-decoration: underline;
}
.popup_form .popup_form__politic a:hover {
  text-decoration: none;
}
.popup_form .popup_form__btn {
  align-self: flex-end;
  max-width: 100%;
  width: 345px;
  padding: 16px 10px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  background-color: #f7a600;
  border-radius: 10px;
  border: none;
  cursor: pointer;
}
.popup_form .popup_form__btn:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.popup_text p {
  padding: 0;
  margin: 0 0 10px;
  color: #fff;
}
.popup_text p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .popup_form .popup_form__btn {
    width: 240px;
  }
}
@media screen and (max-width: 768px) {
  .popup_text p {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .popup_form .popup_form__politic {
    font-size: 15px;
  }
  .popup_form .popup_form__btn {
    width: 200px;
    padding: 15px 5px;
  }
}
@media screen and (max-width: 600px) {
  .popup_form .popup_form__btn {
    order: -1;
    margin: 0 auto;
  }
  .popup_form .popup_form__politic {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .popup_form .popup_form__btn {
    width: 100%;
    max-width: 100%;
    padding: 8px;
  }
  .popup_text p {
    font-size: 12px;
  }
}
.back_to_top {
  position: fixed;
  z-index: 100;
  width: 60px;
  height: 60px;
  right: 3%;
  bottom: 20%;
  border-radius: 50%;
  background: url("/static/img/back_to_top.svg") center center / 18px no-repeat
    rgba(247, 166, 0, 0.8);
  visibility: hidden;
  opacity: 0;
}
.back_to_top.on {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s;
}
.back_to_top::before {
  content: "";
  position: absolute;
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  left: -6px;
  top: -6px;
  border: 2px solid rgb(247, 166, 0);
  opacity: 0.8;
  border-radius: 50%;
}
@media (min-width: 1360px) {
  .back_to_top {
    right: 50%;
    transform: translateX(650px);
  }
}
@media (max-width: 768px) {
  .back_to_top {
    width: 50px;
    height: 50px;
    right: 30px;
    bottom: 100px;
  }
}
.reglament {
  padding: 20px 0 0;
  font-size: 20px;
}
.reglament h1 {
  margin-bottom: 5px;
}
.reglament h2 {
  font-size: 35px;
}
.reglament p {
  line-height: 1.3;
  padding: 12px 0;
}
.reglament_grey {
  background-color: #f0f3f9;
}
.reglament_gradient {
  padding-top: 20px;
  padding-bottom: 55px;
  background: linear-gradient(
    to bottom,
    transparent 0% 70px,
    #f0f3f9 70px 100%
  );
}
.shield-check {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.shield-check--column {
  column-count: 2;
  column-gap: 20px;
}
.shield-check li {
  position: relative;
  padding-left: 80px;
  min-height: 45px;
  margin-bottom: 25px;
  line-height: 1.25;
}
.shield-check--column li {
  overflow: hidden;
  break-inside: avoid-column;
  -webkit-column-break-inside: avoid;
}
.shield-check li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 32px;
  height: 40px;
  background: url("/static/img/shield_check.svg") center center / 100% no-repeat;
  filter: invert(39%) sepia(10%) saturate(2993%) hue-rotate(198deg)
    brightness(99%) contrast(77%);
}
.shield-check--yellow li::before {
  filter: invert(76%) sepia(83%) saturate(3015%) hue-rotate(1deg)
    brightness(98%) contrast(101%);
}
.reglament_intro {
  padding-bottom: 50px;
}
.reglament_clients {
  padding: 40px 0;
}
.reglament_clients h2 {
  margin-bottom: 25px;
}
.reglament_clients .shield-check li {
  margin-bottom: 35px;
  font-weight: 700;
}
.reglament_reasons {
  padding-top: 30px;
  padding-bottom: 30px;
}
.reglament_reasons h2 {
  margin-bottom: 20px;
}
.reglament_reasons_block {
  padding: 30px 0;
}
.reglament_search {
  padding: 35px 0 45px;
}
.reglament_search__list {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: reglament;
  display: grid;
  grid-template-columns: repeat(3, 31.5%);
  justify-content: space-between;
  row-gap: 20px;
  padding-top: 10px;
}
.reglament_search__list li {
  position: relative;
  counter-increment: reglament;
  display: flex;
  align-items: center;
  min-height: 130px;
  padding: 15px 20px 15px 130px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.35);
  font-weight: 700;
  line-height: 1.2;
}
.reglament_search__list li::before {
  content: counter(reglament);
  position: absolute;
  width: 79px;
  height: 79px;
  border-radius: 50%;
  background: linear-gradient(to right, #7766a1, #9081b7);
  left: 28px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 31px;
  font-weight: 700;
}
.reglament_terms {
  padding-top: 60px;
  padding-bottom: 80px;
}
.reglament_question {
  background-color: #fff;
  padding: 30px 20px;
  border-radius: 10px;
  box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.35);
  margin-bottom: 40px;
}
.reglament_question h2 {
  text-align: center;
  margin-bottom: 25px;
}
.reglament_question ul {
  display: grid;
  grid-template-columns: repeat(4, 23%);
  justify-content: space-between;
  row-gap: 25px;
  font-weight: 700;
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
.reglament_question ul li {
  position: relative;
  padding-top: 105px;
  text-align: center;
  line-height: 1.25;
}
.reglament_question ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid #676bb2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 55%;
}
.reglament_question ul li:nth-child(1):before {
  background-image: url("/static/img/reglament_question_01.svg");
}
.reglament_question ul li:nth-child(2):before {
  background-image: url("/static/img/reglament_question_02.svg");
}
.reglament_question ul li:nth-child(3):before {
  background-image: url("/static/img/reglament_question_03.svg");
}
.reglament_question ul li:nth-child(4):before {
  background-image: url("/static/img/reglament_question_04.svg");
}
.reglament_question ul a {
  display: block;
  white-space: nowrap;
}
.reglament_terms__docs {
  padding-top: 80px;
}
.reglament_terms__docs h2 {
  margin-bottom: 20px;
}
.reglament_terms .shield-check li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.simple-check {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.simple-check--grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 15px;
  font-weight: 700;
  padding: 10px 0;
  margin-bottom: 30px;
}
.simple-check li {
  position: relative;
  padding-left: 35px;
  line-height: 1.3;
  margin-bottom: 10px;
}
.simple-check li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 22px;
  height: 16px;
  background: url("/static/img/simple_check.svg") center center / 100% no-repeat;
}
.reglament_billet {
  background: linear-gradient(
    -147deg,
    rgb(147, 153, 211) 0%,
    rgb(97, 102, 175) 100%
  );
  color: #fff;
  padding: 15px 30px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 110px;
  font-weight: 700;
}
.reglament_billet--violet {
  background-image: linear-gradient(
    -147deg,
    rgb(156, 141, 194) 0%,
    rgb(108, 91, 151) 100%
  );
  margin-bottom: 20px;
}
.reglament_billet span {
  width: 100%;
  max-width: 995px;
}
.reglament_line {
  padding-top: 50px;
  padding-bottom: 10px;
}
.reglament_line p {
  line-height: 1.25;
}
.reglament_line h2 {
  text-align: center;
  margin-bottom: 10px;
}
.reglament_line__block {
  margin-bottom: 55px;
}
.reglament_line__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 25px 0;
  font-weight: 700;
}
.reglament_line__list li {
  position: relative;
  width: 23.5%;
  max-width: 250px;
  padding-top: 120px;
  margin-bottom: 25px;
  text-align: center;
  line-height: 1.25;
}
.reglament_line__list li::before,
.reglament_line__list li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 110px;
  height: 110px;
  background-position: center;
  background-repeat: no-repeat;
}
.reglament_line__list li::before {
  border-radius: 50%;
  background: linear-gradient(
    -147deg,
    rgb(247, 166, 0) 0%,
    rgb(214, 144, 44) 100%
  );
}
.reglament_line__list li::after {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%)
    contrast(103%);
  background-size: 45%;
}
.reglament_line__list li:nth-child(1)::after {
  background-image: url("/static/img/reglament_line_01.svg");
}
.reglament_line__list li:nth-child(2)::after {
  background-image: url("/static/img/reglament_line_02.svg");
}
.reglament_line__list li:nth-child(3)::after {
  background-image: url("/static/img/reglament_line_03.svg");
  background-size: 55%;
}
.reglament_line__list li:nth-child(4)::after {
  background-image: url("/static/img/reglament_line_04.svg");
}
.reglament_not {
  padding-top: 45px;
  padding-bottom: 50px;
}
.reglament_not h2 {
  text-align: center;
  margin-bottom: 40px;
}
.reglament_not .simple-check li {
  margin-bottom: 23px;
}
.reglament_paragraphs {
  padding-top: 50px;
  padding-bottom: 40px;
}
p.reglament_desc {
  text-align: center;
  font-weight: 700;
  padding-top: 20px;
  margin-bottom: 10px;
}
@media screen and (min-width: 1240px) {
  .reglament_question,
  .reglament_billet {
    min-width: calc(100% + 30px);
    margin-left: -15px;
  }
}
@media screen and (max-width: 992px) {
  .shield-check li {
    padding-left: 60px;
  }
  .reglament_search__list {
    grid-template-columns: repeat(2, 48%);
  }
  .reglament_intro {
    padding-bottom: 30px;
  }
  .reglament_clients {
    padding: 20px 0;
  }
  .reglament_reasons_block {
    padding: 0;
  }
  .reglament_reasons h2 br,
  .reglament_desc br {
    display: none;
  }
  .reglament_search {
    padding-top: 10px;
  }
  .reglament_terms,
  .reglament_not,
  .reglament_paragraphs {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .reglament_terms__docs {
    padding-top: 10px;
  }
  .reglament_line {
    padding-top: 20px;
  }
  .reglament_clients h2,
  .reglament_line__block,
  .reglament_line h2,
  .reglament_not h2 {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 860px) {
  .reglament {
    font-size: 18px;
  }
  .reglament h2 {
    font-size: 30px;
  }
  .reglament h2 br {
    display: none;
  }
  .reglament_question ul {
    grid-template-columns: repeat(4, 24%);
  }
}
@media screen and (max-width: 768px) {
  .reglament_search__list li {
    min-height: 110px;
    padding: 15px 10px 15px 105px;
  }
  .reglament_search__list li::before {
    width: 72px;
    height: 72px;
    left: 15px;
  }
}
@media screen and (max-width: 700px) {
  .reglament h2 {
    font-size: 26px;
  }
  .reglament_billet {
    display: block;
  }
  .reglament_question ul {
    grid-template-columns: repeat(2, 48%);
    max-width: 500px;
    margin: 0 auto 10px;
  }
  .reglament_question ul li {
    padding-top: 95px;
  }
  .reglament_question h2 {
    margin-bottom: 10px;
  }
  .reglament_line__list {
    padding: 15px 0;
    max-width: 500px;
    margin: 0 auto;
  }
  .reglament_line__list li {
    width: 48.5%;
  }
  .simple-check--grid {
    grid-template-columns: 60% 35%;
  }
  .simple-check--grid li:nth-child(even) {
    order: -1;
  }
  .reglament_clients .shield-check li {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .reglament_search__list {
    grid-template-columns: 100%;
  }
  .reglament_search__list li {
    min-height: 95px;
  }
  .shield-check--column {
    column-count: initial;
  }
  .shield-check li {
    margin-bottom: 15px;
  }
  .shield-check li {
    padding-left: 50px;
  }
  .reglament_question {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 520px) {
  .reglament {
    font-size: 16px;
  }
  .reglament h2 {
    font-size: 22px;
  }
  .simple-check--grid {
    grid-template-columns: 100%;
  }
}
@media screen and (max-width: 350px) {
  .reglament_question ul {
    grid-template-columns: 100%;
    row-gap: 15px;
  }
  .reglament_question ul li {
    max-width: 200px;
    padding-top: 85px;
    margin: 0 auto;
  }
}
.gdpr {
  position: fixed;
  top: auto;
  bottom: 0;
  height: auto;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  box-shadow: 0px 3px 38px 0px rgba(99, 99, 99, 0.38);
  padding: 15px 0;
  font-weight: 600;
  z-index: 1000;
}
.gdpr--white {
  background-color: rgba(255, 255, 255, 0.9);
  color: #090f1f;
  border-top: 3px solid #191919;
}
.gdpr .container {
  display: grid;
  grid-template-columns: 1fr 244px;
  grid-column-gap: 80px;
  align-items: center;
  box-sizing: border-box;
}
.gdpr .container:before,
.gdpr .container:after {
  display: none;
}
.gdpr p,
.gdpr small {
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: 14px;
  line-height: 1.3;
}
.gdpr .container > small {
  display: none;
}
.btn_close {
  grid-row: 1/3;
  grid-column: 2/3;
  display: block;
  margin: 0;
  padding: 20px;
  font-size: 14px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  border: none;
  background-color: #fff;
  cursor: pointer;
  font-weight: 600;
}
.gdpr--white .btn_close {
  background-color: #000000;
  color: #fff;
}
.btn_close:hover {
  color: #000;
}
.gdpr--white .btn_close:hover {
  color: #fff;
}
@media screen and (max-width: 991px) {
  .gdpr .container {
    grid-template-columns: 1fr 200px;
    grid-column-gap: 40px;
  }
}
@media screen and (max-width: 600px) {
  .gdpr {
    padding: 20px 0 15px;
  }
  .gdpr .container {
    grid-template-columns: 1fr 175px;
    grid-column-gap: 35px;
  }
  .gdpr p {
    grid-column: 1/-1;
    margin-bottom: 10px;
    font-size: 13px;
  }
  .gdpr p small {
    display: none;
  }
  .gdpr .container > small {
    display: block;
    font-size: 12px;
    font-weight: normal;
  }
  .btn_close {
    grid-row: 2/3;
    grid-column: 2/3;
    font-size: 13px;
  }
}
@media screen and (max-width: 400px) {
  .gdpr .container {
    grid-template-columns: 1fr 145px;
    grid-column-gap: 20px;
  }
  .btn_close {
    padding: 15px 10px;
  }
}

.catalog_entry {
  background-color: #f0f3f9;
  border-radius: 15px;
  padding: 25px 40px;
  margin-top: 25px;
  margin-bottom: 25px;
}
.catalog_entry__sub {
  font-size: 18px;
  padding: 0;
  margin-bottom: 20px;
  font-weight: 700;
}
.catalog_entry__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.catalog_entry__elem {
  position: relative;
  flex-direction: column;
  display: flex;
  justify-content: center;
  min-height: 58px;
  width: 49%;
  padding: 0 0 0 95px;
  margin-bottom: 15px;
  max-width: 450px;
}
.catalog_entry__elem::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 0px 27px 0px #d2d6df;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
}
.catalog_entry__elem--tel::before {
  background-image: url("/static/img/phone_icon.svg");
}
.catalog_entry__elem--mail::before {
  background-image: url("/static/img/mail_icon.svg");
}
.catalog_links__nav {
  list-style: none;
  margin: 0 0 60px;
  padding: 35px 0 0;
  font-size: 20px;
  font-weight: 700;
}
.catalog_links__nav li {
  margin-bottom: 12px;
}
.catalog_links__nav li a {
  display: block;
  position: relative;
  padding-left: 60px;
}
.catalog_links__nav li a:hover {
  color: #6166af;
  text-decoration: underline;
}
.catalog_links__nav li a::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 8px;
  width: 18px;
  height: 15px;
  background: url("/static/img/check.svg") center center / 100% no-repeat;
  filter: invert(43%) sepia(14%) saturate(1535%) hue-rotate(198deg)
    brightness(100%) contrast(89%);
}
@media screen and (max-width: 480px) {
  .catalog_links__nav {
    padding-top: 10px;
    margin-bottom: 40px;
  }
  .catalog_links__nav li a {
    padding-left: 45px;
  }
}
.catalog_links {
  margin: 0 -15px;
  padding-bottom: 60px;
}
.catalog_links__sub {
  background-color: #ffecd2;
  font-size: 27px;
  border-radius: 15px;
  padding: 25px 20px 25px 50px;
  margin-bottom: 25px;
  line-height: 1.2em;
}
.catalog_links__list {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 20px;
}
.catalog_links__list > li {
  margin-bottom: 70px;
  line-height: 1.3;
}
.catalog_links__headline {
  position: relative;
  display: block;
  padding-left: 60px;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 25px;
}
.catalog_links__headline::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
}
.c_link1 .catalog_links__headline::before {
  background-image: url("/static/img/c_link1.svg");
}
.c_link2 .catalog_links__headline::before {
  background-image: url("/static/img/c_link2.svg");
}
.c_link3 .catalog_links__headline::before {
  background-image: url("/static/img/c_link3.svg");
}
.c_link4 .catalog_links__headline::before {
  background-image: url("/static/img/c_link4.svg");
  background-size: 80%;
}
.c_link5 .catalog_links__headline::before {
  background-image: url("/static/img/c_link5.svg");
}
.c_link6 .catalog_links__headline::before {
  background-image: url("/static/img/c_link6.svg");
}
.c_link7 .catalog_links__headline::before {
  background-image: url("/static/img/c_link7.svg");
}
.c_link8 .catalog_links__headline::before {
  background-image: url("/static/img/c_link8.svg");
}
.c_link9 .catalog_links__headline::before {
  background-image: url("/static/img/c_link9.svg");
}
.catalog_links__list li p {
  padding: 0;
  margin-bottom: 20px;
  line-height: 1.4;
}
.catalog_links__list .check {
  padding: 0;
  margin: 0;
  list-style: none;
}
.catalog_links__list .check li {
  position: relative;
  padding-left: 60px;
  margin-bottom: 5px;
}
.catalog_links__list .check li::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 8px;
  width: 18px;
  height: 15px;
  background: url("/static/img/check.svg") center center / 100% no-repeat;
  filter: invert(43%) sepia(14%) saturate(1535%) hue-rotate(198deg)
    brightness(100%) contrast(89%);
}
@media screen and (max-width: 1170px) {
  .catalog_links {
    margin: 0;
  }
  .catalog_links__list > li {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .catalog_entry {
    padding: 20px 30px;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .catalog_entry__elem {
    padding-left: 75px;
  }
  .catalog_entry__elem::before {
    left: 0;
  }
  .catalog_links {
    padding-bottom: 30px;
  }
  .catalog_links__sub {
    font-size: 25px;
    padding-left: 30px;
  }
  .catalog_links__list {
    font-size: 18px;
  }
  .catalog_links__list > li {
    margin-bottom: 35px;
  }
  .catalog_links__headline {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 680px) {
  .catalog_entry {
    padding: 15px 10px 15px 20px;
  }
  .catalog_entry__elem {
    padding-left: 60px;
    min-height: 50px;
    width: a;
  }
  .catalog_entry__elem::before {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 560px) {
  .catalog_entry__elem {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .catalog_links {
    padding-bottom: 0px;
  }
  .catalog_links__sub {
    font-size: 20px;
    padding-left: 20px;
  }
  .catalog_links__list {
    font-size: 16px;
  }
  .catalog_links__headline {
    font-size: 24px;
    margin-bottom: 15px;
    padding-left: 50px;
  }
  .catalog_links__headline::before {
    width: 34px;
    height: 34px;
    top: 0;
  }
  .catalog_links__list .check li {
    padding-left: 45px;
  }
}

.catalog_links__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.catalog_links__row-text {
  width: 50%;
}
.catalog_links__row .subscription {
  width: 46%;
  max-width: 490px;
}
.subscription_form__sub {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 20px;
}
.subscription_form .subscription_form__politic {
  font-size: 16px;
  line-height: 1.3;
}
.subscription_form__politic a {
  color: #f7a600;
  text-decoration: underline;
}
.subscription_form__politic a:hover {
  text-decoration: none;
}
.subscription_form__controls {
  display: grid;
  grid-template-columns: repeat(2, 47%);
  justify-content: space-between;
  row-gap: 20px;
  margin-bottom: 20px;
}
.subscription_form input {
  width: 100%;
  padding: 14px;
  line-height: 1.1;
  border: 2px solid #000;
  border-radius: 10px;
  background-color: #fff;
}
.subscription_form .agreement input {
  width: 16px;
  height: 16px;
  border: initial;
  border-radius: initial;
}
.subscription_form__btn {
  width: 100%;
  padding: 14px 10px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  background-color: #f7a600;
  border-radius: 10px;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .catalog_links__row-text {
    width: 100%;
  }
  .catalog_links__row .subscription {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .subscription_form__sub {
    font-size: 20px;
  }
}
.politic-page {
  padding-top: 30px;
  padding-bottom: 40px;
}
.politic-page h1 {
  font-size: 32px;
  padding: 0;
  margin: 0 0 20px;
}
.politic-page h2 {
  font-size: 28px;
  padding: 25px 0;
}
.politic-page p {
  padding: 0;
  margin: 0 0 20px;
}
.politic-page li {
  margin-bottom: 5px;
}
.politic-page li p {
  margin: 0;
}
.politic-page a {
  text-decoration: underline;
}
.politic-page a:hover {
  text-decoration: none;
}

@media screen and (max-width: 992px) {
  .politic-page h1 {
    font-size: 28px;
  }
  .politic-page h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .politic-page h1 {
    font-size: 25px;
  }
  .politic-page h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  .politic-page h1 {
    font-size: 24px;
  }
  .politic-page h2 {
    font-size: 20px;
  }
}
.link {
  display: inline-block;
  color: #9a9aff;
  text-decoration: underline;
}
.link:hover {
  text-decoration: none;
}

.anons_block {
  padding: 45px 45px;
  background-color: #e2e6f2;
  border-radius: 15px;
}
.anons_block--light {
  background-color: #fff;
}
.anons_block__sub {
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  padding: 0;
  margin: 0 0 25px;
  line-height: 1.1em;
}
@media screen and (max-width: 1180px) {
  .anons_block {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 991px) {
  .anons_block {
    padding: 25px 15px;
  }
  .anons_block__sub {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .anons_block__sub {
    font-size: 28px;
  }
}
@media screen and (max-width: 520px) {
  .anons_block__sub {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .anons_block__sub {
    font-size: 22px;
  }
}
.mseminars {
  padding-top: 40px;
  padding-bottom: 15px;
  background-color: #f0f3f9;
}
.mseminars_list {
  margin: 0 0 60px;
  padding: 10px 0 0;
  list-style: none;
  font-size: 18px;
}
.mseminars_list__item + .mseminars_list__item {
  padding-top: 40px;
  margin-top: 45px;
  border-top: 1px solid #bdc1df;
}
.mseminar {
  display: grid;
  grid-template-columns: 47% 53%;
  row-gap: 20px;
  background-color: #fff;
  padding: 30px 25px 20px 30px;
  border-radius: 10px;
  margin-bottom: 20px;
  line-height: 1.2;
}
.mseminar_info__sub {
  display: block;
  font-size: 22px;
  color: #6166af;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 5px;
}
.mseminar_info__name {
  display: block;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.1em;
  margin-bottom: 15px;
}
.mseminar_info__row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 5px;
  row-gap: 5px;
  font-size: 22px;
}
.mseminar_info__row-name {
  display: inline-block;
  padding: 0 5px;
}
.mseminar_info__date,
.mseminar_info__time {
  padding: 10px 15px;
  border-radius: 8px;
  color: #fff;
}
.mseminar_info__date {
  font-weight: 700;
  background-color: #686db4;
}
.mseminar_info__time {
  background-color: #72619d;
}
.mseminar_expert {
  position: relative;
  display: grid;
  grid-template-columns: 32% 63%;
  justify-content: space-between;
  padding-left: 60px;
}
.mseminar_expert::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 90%;
  background-color: #dadbec;
}
.mseminar_expert__avatar {
  padding-top: 5px;
}
.mseminar_expert__avatar img {
  display: block;
  border-radius: 8px;
}
.mseminar_expert__text {
  display: flex;
  flex-direction: column;
}
.mseminar_expert__sub {
  font-size: 22px;
  color: #f7a600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 6px;
}
.mseminar_expert__name {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.1em;
  margin-bottom: 2px;
}
.mseminar_expert__name span {
  display: inline-block;
}
.mseminar_expert__desc {
  padding: 0;
  margin: 0 0 10px;
  line-height: 1em;
}
.mseminar_expert__more {
  margin: auto 0 0 auto;
  color: #f7a600;
  text-decoration: underline;
  font-weight: 700;
  font-size: 20px;
}
.mseminar_expert__more:hover {
  text-decoration: none;
}
.mseminar_controls {
  grid-column: 1/-1;
  display: flex;
  justify-content: center;
  padding-top: 15px;
  border-top: 1px solid #dadbec;
  padding-right: 10px;
}
.mseminar_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 436px;
  padding: 10px;
  border-radius: 10px;
  background: linear-gradient(to bottom, #f5a503, #db8911);
  min-height: 65px;
  color: #fff;
  font-weight: 700;
  font-size: 25px;
}
.mseminars_list__controls {
  display: grid;
  grid-template-columns: 58% 40%;
  justify-content: space-between;
  align-items: center;
  row-gap: 15px;
  font-size: 22px;
  line-height: 1.3em;
}
.mseminars_list__contact a {
  display: inline-block;
  white-space: nowrap;
  font-weight: 700;
}
.mseminars_list__btn {
  display: flex;
  align-items: center;
  min-height: 64px;
  padding: 10px 20px;
  background: #686db4;
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
  font-size: 25px;
  margin-left: auto;
  line-height: 1em;
}
.mseminars_list__btn span {
  position: relative;
  padding-left: 50px;
}
.mseminars_list__btn span::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: url("/static/img/icon-phone-white.svg") center center / 100%
    no-repeat;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.mseminars_link {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  color: #6166af;
  text-decoration: underline;
  margin-bottom: 10px;
}
.mseminars_link:hover {
  text-decoration: none;
}
@media screen and (max-width: 992px) {
  .mseminar {
    padding: 30px 15px 20px 20px;
  }
  .mseminar_info__sub,
  .mseminar_expert__sub {
    font-size: 20px;
  }
  .mseminar_info__name,
  .mseminars_link {
    font-size: 26px;
  }
  .mseminar_info__row {
    font-size: 20px;
  }
  .mseminar_info__date,
  .mseminar_info__time {
    padding: 8px;
  }
  .mseminar_expert {
    padding-left: 40px;
  }
  .mseminar_expert::before {
    left: 20px;
  }
  .mseminar_expert__name {
    font-size: 20px;
  }
  .mseminar_expert__more {
    font-size: 18px;
  }
  .mseminar_btn {
    max-width: 380px;
    min-height: 56px;
    font-size: 22px;
  }
  .mseminars_list__controls {
    display: grid;
    grid-template-columns: 1fr 225px;
    column-gap: 20px;
  }
  .mseminars_list__btn {
    min-height: 54px;
    padding: 10px;
    font-size: 22px;
  }
  .mseminars_list__btn span {
    padding-left: 30px;
  }
  .mseminars_list__btn span::before {
    width: 22px;
    height: 22px;
  }
}
@media screen and (max-width: 768px) {
  .mseminars_list {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .mseminar {
    grid-template-columns: 100%;
  }
  .mseminar_info {
    padding-bottom: 15px;
    border-bottom: 1px solid #dadbec;
  }
  .mseminar_expert {
    padding-left: 0px;
    grid-template-columns: 150px 1fr;
    column-gap: 20px;
  }
  .mseminar_expert::before {
    display: none;
  }
  .mseminars_list__controls {
    font-size: 20px;
    padding-right: 0;
    grid-template-columns: 100%;
  }
  .mseminars_list__btn {
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .mseminar_info__sub,
  .mseminar_expert__sub,
  .mseminar_info__row {
    font-size: 18px;
  }
  .mseminar_info__name,
  .mseminars_link {
    font-size: 22px;
  }
  .mseminar_info__row-name {
    width: 100%;
    padding: 0;
  }
  .mseminar_btn {
    max-width: 220px;
    min-height: 50px;
    font-size: 18px;
  }
  .mseminars_list__btn {
    font-size: 18px;
  }
  .mseminar_expert {
    grid-template-columns: 100%;
    row-gap: 20px;
  }
}

.mbill {
  padding-top: 20px;
  padding-bottom: 28px;
  background-color: #f0f3f9;
  line-height: 1.2;
}
.mbill_list {
  display: grid;
  grid-template-columns: repeat(2, 49%);
  justify-content: space-between;
  row-gap: 50px;
  padding: 10px 0 0;
  margin: 0 0 25px;
  list-style: none;
}
.mbill_list li {
  display: flex;
}
.mbill_list__link {
  position: relative;
  display: block;
  padding: 40px 25px 30px;
  min-height: 170px;
  font-size: 20px;  
  color: #383c41;
  background-color: #f0f3f9;
  line-height: 1.2;
  border-radius: 10px;
}
.mbill_list__link::before {
  content: "";
  position: absolute;
  left: 28px;
  top: 0;
  width: 14px;
  height: 24px;
  background: url("/static/img/mbill_decor.png") center center / 100% no-repeat;
}
.mbill_list__name {
  display: block;
  font-size: 28px;
  color: #6166af;
  font-weight: 700;
  margin-bottom: 10px;
}
.mbill_list__text {
  display: block;
}
.mbill_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 24px;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}
.mbill_more {
  font-weight: 700;
  font-size: 20px;
  color: #6166af;
  text-decoration: underline;
  margin-bottom: 20px;
}
.mbill_desc {
  padding: 0;
  margin: 0 0 20px;
}
.mbill_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  min-height: 64px;
  padding: 10px 20px;
  background: linear-gradient(to right, #686db4, #5359a9);
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
  font-size: 25px;
  line-height: 1em;
}
@media screen and (max-width: 991px) {
  .mbill_list {
    row-gap: 30px;
  }
  .mbill_list__link {
    padding: 35px 15px 20px 25px;
    min-height: 140px;
  }
  .mbill_list__name {
    font-size: 26px;
  }
  .mbill_btn {
    min-height: 54px;
    font-size: 22px;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .mbill_list {
    grid-template-columns: 100%;
    row-gap: 20px;
    padding-top: 0;
  }
  .mbill_list__link {
    min-height: initial;
    font-size: 18px;
  }
  .mbill_list__name {
    font-size: 24px;
  }
}
@media screen and (max-width: 520px) {
  .mbill_list__link {
    font-size: 16px;
  }
  .mbill_list__name {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .mbill_list__link {
    padding: 25px 15px 20px 25px;
  }
  .mbill_list__link::before {
    left: 20px;
    width: 10px;
    height: 20px;
  }
  
  .mbill_btn {
    font-size: 20px;
  }
}
.fix-subs {
  position: fixed;
  background-color: #f4c564;
  right: 0%;
  bottom: 30%;
  border-radius: 15px 0 0 15px;
  width: 210px;
  padding: 30px 15px 20px 20px;
  text-align: center;
  line-height: 1.2;
  z-index: 100;
}
.fix-subs_close {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  top: 0;
  right: 0;
  background: url("/static/img/close-circle.svg") center center / 22px no-repeat;
  border: none;
  padding: 0;
  cursor: pointer;
}
.fix-subs__text {
  position: relative;
  padding-top: 20px;
  margin-bottom: 8px;
  line-height: 1.15em;
}
.fix-subs__text::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 32px;
  background: url("/static/img/news-icon.svg") center center / 100% no-repeat;
}
.fix-subs_btn {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #383c41;
  background-color: #fff;
  border-radius: 10px;
  padding: 12px 20px;
  box-shadow: 1px 1px 2px 0px rgba(56, 60, 65, 0.2);
}
@media screen and (max-width: 768px) {
  .fix-subs {
    width: 180px;
    padding: 30px 10px 15px;
    bottom: 180px;
    font-size: 14px;
  }
  .fix-subs_btn {
    font-size: 18px;
    padding: 10px;
  }
}
.seminars {
  background-color: #f0f3f9;
  padding-top: 30px;
  padding-bottom: 80px;
}
.seminars .breadcrumbs {
  padding-top: 0;
  margin-bottom: 20px;
}
.seminars_block {
  padding: 45px;
  background-color: #e2e6f2;
  border-radius: 15px;
}
.seminars_list {
  font-size: 20px;
  font-weight: bold;
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
.seminars_list li {
  display: grid;
  grid-template-columns: 148px 1fr 188px;
  column-gap: 3px;
  margin-bottom: 4px;
  line-height: 1.1em;
}
.seminars_list .th {
  text-transform: uppercase;
  text-align: center;
  color: #686db4;
  padding: 8px 0;
}
.seminars_list .tr span {
  display: flex;
  align-items: center;
  min-height: 65px;
  border-radius: 10px;
  background-color: #fff;
  padding: 10px 10px 10px 20px;
}
.seminars_list .tr span:first-child {
  justify-content: center;
  padding: 10px;
  background-color: #cacee6;
}
.seminars_list .tr span:last-child {
  font-weight: normal;
}
.seminars_list .tr.hidden {
  display: none;
}
.seminars-more {
  position: relative;
  display: block;
  padding-bottom: 20px;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  color: #6166af;
  text-decoration: underline;
  border: none;
  background: transparent;
  width: 100%;
  max-width: 200px;
  margin: 0 auto 15px;
  cursor: pointer;
}
.seminars-more::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 16px;
  height: 16px;
  background: url("/static/img/more-arr.svg") center center / 100% no-repeat;
}
.seminars_list__controls {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.seminars_list__contact {
  font-size: 24px;
  text-align: center;
  width: 100%;
  max-width: 950px;
  margin: 0 auto 20px;
  line-height: 1.2em;
}
.seminars_list__contact a {
  display: inline-block;
  white-space: nowrap;
  font-weight: 700;
  font-size: 1.25em;
}
.seminars_list__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
  min-height: 64px;
  padding: 10px 20px;
  background: linear-gradient(to right, #72619d, #5d4d87);
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
  font-size: 25px;
  line-height: 1em;
}
@media screen and (max-width: 991px) {
  .seminars_block {
    padding: 40px 30px;
  }
  .seminars_list {
    font-size: 18px;
  }
  .seminars_list li {
    grid-template-columns: 130px 1fr 180px;
  }
  .seminars_list__contact {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .seminars_block {
    padding: 30px 15px;
  }
  .seminars_list {
    font-size: 16px;
  }
  .seminars_list__contact {
    font-size: 20px;
  }
  .seminars_list__btn {
    max-width: 400px;
    min-height: 54px;
    font-size: 22px;
  }
  .seminars_list li {
    grid-template-columns: 100px 1fr 160px;
  }
  .seminars_list .tr span {
    min-height: 50px;
    padding: 10px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 600px) {
  .seminars_list .th {
    grid-template-columns: auto auto 1fr;
  }
  .seminars_list .tr {
    grid-template-columns: auto 1fr;
    row-gap: 4px;
    margin-bottom: 8px;
  }
  .seminars_list .tr span:nth-child(2) {
    grid-column: 1/-1;
    order: 1;
  }
}
.v-seminars {
  /* background-color: #f0f3f9; */
  padding-top: 30px;
  padding-bottom: 80px;
}
.v-seminars_list {
  display: grid;
  grid-template-columns: repeat(2, 48.5%);
  justify-content: space-between;
  row-gap: 40px;
  padding: 20px 0 0;
  margin: 0 0 20px;
  list-style: none;
}
.v-seminars_list li {
  display: flex;
}
.v-seminars_list__link {
  position: relative;
  display: block;
  padding: 40px 25px 25px;
  min-height: 170px;
  background-color: #f0f3f9;
  line-height: 1.4em;
  border-radius: 10px;  
  font-size: 20px;
  color: #383c41;
}
.v-seminars_list__link::before {
  content: "";
  position: absolute;
  left: 28px;
  top: 0;
  width: 14px;
  height: 24px;
  background: url("/static/img/mbill_decor.png") center center / 100% no-repeat;
}
.v-seminars_list__name {
  display: block;
  font-size: 28px;
  color: #6166af;
  font-weight: 700;
}
.v-seminars_list__link p {
  line-height: 1.3em;
}
@media screen and (max-width: 992px) {
  .v-seminars_list__link {
    padding: 35px 15px 20px 25px;
    min-height: 140px;
  }
  .v-seminars_list__name {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .v-seminars {
    padding-bottom: 40px;
  }
  .v-seminars_list {
    grid-template-columns: 100%;
    row-gap: 30px;
    padding-top: 10px;
  }
  .v-seminars_list__link {
    font-size: 18px;
  }
  .v-seminars_list__name {
    font-size: 24px;
  }
}
@media screen and (max-width: 520px) {
  .v-seminars_list__name {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  .v-seminars_list {
    row-gap: 20px;
    padding-top: 0px;
  }
  .v-seminars_list__link {
    font-size: 16px;
    padding: 30px 15px 15px 20px;
  }
  .v-seminars_list__link::before {
    left: 20px;
    width: 10px;
    height: 20px;
  }
  .v-seminars_list__name {
    font-size: 20px;
  }
}
