@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Raleway:wght@400;500;600;700;800;900&&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;
}

/*! 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"] {
  -webkit-appearance: button;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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", Tahoma, 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: "Roboto Regular";
  src: url("/website/fonts/RobotoRegular.eot") format("opentype"),
    url("/website/fonts/RobotoRegular.woff") format("woff"),
    url("/website/fonts/RobotoRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto Medium";
  src: url("/website/fonts/RobotoMedium.eot") format("opentype"),
    url("/website/fonts/RobotoMedium.woff") format("woff"),
    url("/website/fonts/RobotoMedium.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto Bold";
  src: url("/website/fonts/RobotoBold.eot") format("opentype"),
    url("/website/fonts/RobotoBold.woff") format("woff"),
    url("/website/fonts/RobotoBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

header {
  position: relative;
}
header > .container {
  padding-top: 15px;
  padding-bottom: 15px;
}
.nav_row {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.nav_eye {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  list-style: none;
  font-family: "Roboto Medium", "Tahoma", sans-serif;
}
nav ul li {
  position: relative;
  padding: 5px;
  color: #ffffff;
  border-bottom: 1px solid transparent;
  text-align: center;
  font-size: 18px;
  font-family: "Roboto Medium", "Tahoma", sans-serif;
  color: #010101;
  text-transform: uppercase;
  text-shadow: 0px 1px 0px white;
  border-radius: 17.5px;
  border: 1px solid transparent;
}
nav ul li.active,
nav ul li:hover {
  /* border: 1px solid #ef0501; */
  color: #ef0501;
}
@media screen and (max-width: 1170px) {
  nav ul li {
    padding: 5px 5px;
    font-size: 15px;
  }
}
@media screen and (max-width: 680px) {
  nav ul {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    padding-bottom: 0;
    background-color: #e6e6e6;
    z-index: 100;
  }
  nav ul li {
    width: 100%;
    text-align: center;
    padding: 10px 0;
  }
  nav ul li.active,
  nav ul li:hover {
    border: 1px solid transparent;
    color: #ef0501;
  }
  .nav_row {
    position: relative;
    flex-wrap: wrap;
  }
  nav ul {
    flex: initial;
    width: 100%;
  }
  .nav_eye {
    order: -1;
    margin-left: auto;
    padding-bottom: 5px;
  }
}

.logo.row {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 1000px) {
  .logo.row {
    max-width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .logo.row {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
}
.logo.row img {
  display: block;
  margin: 0 auto 5px;
}

.header_slogan {
  max-width: 260px;
  margin-right: auto;
  margin-left: 27px;
  padding: 0;
  font-size: 21px;
  font-family: "Roboto Medium", "Tahoma", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 1000px) {
  .header_slogan {
    margin: 5px auto;
  }
}
@media screen and (max-width: 680px) {
  .header_slogan {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .header_slogan {
    font-size: 16px;
  }
}

.header_text {
  text-align: right;
  font-family: "Roboto Medium", "Tahoma", sans-serif;
}
@media screen and (max-width: 680px) {
  .header_text {
    max-width: 48%;
  }
}
@media screen and (max-width: 480px) {
  .header_text {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
}
.header_text p {
  padding: 0;
}
.header_text .header_tel {
  font-size: 22px;
}
@media screen and (max-width: 680px) {
  .header_text .header_tel {
    font-size: 18px;
  }
}

#menu-toggle {
  display: none;
  width: 100px;
  height: 100px;
  /* margin-left: auto; */
  position: relative;
  cursor: pointer;
  border-radius: 5px;
}
@media screen and (max-width: 680px) {
  #menu-toggle {
    display: block;
  }
}
@media screen and (max-width: 520px) {
  #menu-toggle {
    width: 70px;
    height: 70px;
  }
}
#menu-toggle:hover {
  background: rgba(255, 255, 255, 0.6);
}
#menu-toggle span {
  display: block;
  background: #ffffff;
  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;
}
@media screen and (max-width: 520px) {
  #menu-toggle #hamburger span {
    width: 50px;
    height: 3px;
    top: 6px;
    left: 10px;
  }
}
#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;
}
@media screen and (max-width: 520px) {
  #menu-toggle #cross span:nth-child(1) {
    width: 2px;
    top: 8%;
    left: 33px;
  }
}
#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;
}
@media screen and (max-width: 520px) {
  #menu-toggle #cross span:nth-child(2) {
    height: 2px;
    top: 33px;
    left: 8%;
  }
}
#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;
}

.img-main {
  margin-bottom: 50px;
  padding: 70px 0 80px;
  background-image: url("/website/img/main-snowed-back.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-family: "Roboto Medium", "Tahoma", sans-serif;
  font-size: 32px;
}
/*  .img-main .container {
    padding-left: 10%; } */
.img-main p {
  padding: 0;
  text-align: center;
}
.img-main span {
  font-size: 55px;
}
.img-main big {
  font-size: 41px;
}
.img-main .uppercase {
  font-size: 41px;
  color: #ef0501;
}
.img-main p:last-child {
  margin-top: 25px;
  font-size: 26px;
}

/* .img-main {
  padding: 70px 0 80px;
  background-image: url("/website/img/header_ny19-20.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-family: "Roboto Bold", "Tahoma", sans-serif;
  color: #fff;
  font-size: 24px; }
  .img-main .shadow-block {
    position: relative;
    width: 570px;
    max-width: 100%;
    padding: 25px;
    text-align: center;
  }
  .img-main .shadow-block::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f00b25;
    border-radius: 25px;
    box-shadow: 15px 15px 0 rgba(255,255,255,0.6);
    transform: skew(-15deg) ;
  }
  .img-main p {
    position: relative;
    z-index: 10;
    padding: 0; }
  .img-main .uppercase {
    max-width: 310px;
    margin: 0 auto;
    font-family: "Roboto Black", "Tahoma", sans-serif;
    font-size: 29px; }
  .img-main p:last-child {
    margin: 0 auto;
    margin-top: 5px;}
  .img-main p:last-child b {
    font-size: 30px;
    font-weight: 400;
  } */
/*   @media screen and (max-width: 900px) {
    .img-main {
      font-size: 3vw;
    }
    .img-main .shadow-block {
      width: auto;
      display: inline-block;
    }
    .img-main .uppercase {
      font-size: 3vw; }
    .img-main p:last-child b {
      font-size: 3.5vw;
    }
  }
  @media screen and (max-width: 768px) {
    .img-main {
      padding-top: 40px;
      padding-bottom: 50px;
    }
  }
  @media screen and (max-width: 600px) {
    .img-main .shadow-block {
      max-width: 60%;
      padding: 15px;
    }
    .img-main {
      padding-top: 30px;
      padding-bottom: 35px;
    }
  } */
@media screen and (max-width: 540px) {
  .img-main {
    padding-top: 20px;
    padding-bottom: 25px;
    font-size: 5vw;
    background-size: 200%;
  }
  .img-main .uppercase {
    font-size: 4vw;
  }
  .img-main p:last-child {
    font-size: 5vw;
    margin-top: 5px;
  }
  .img-main a {
    white-space: nowrap;
  }
  .img-main span {
    font-size: 5vw;
  }
  .img-main big {
    font-size: 5vw;
  }
  .img-main p:last-child b {
    font-size: 2.5vw;
  }
}
/* @media screen and (max-width: 400px) {
    .img-main {background-position: 60%;}
    .img-main .shadow-block {
      padding: 10px;
    }
    .img-main .shadow-block::after {
      content: '';
      border-radius: 15px;
      box-shadow: 5px 5px 0 rgba(255,255,255,0.6);
    }
    .img-main {
      font-size: 11px;
    }
    .img-main p:last-child b {
      font-size: 12px;
    }
  } */

.category.row {
  align-items: stretch;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}
.category.row li {
  width: 48%;
  margin-bottom: 30px;
  cursor: pointer;
}
.category.row li.width {
  width: 100%;
  align-items: stretch;
}
@media screen and (max-width: 1024px) {
  .category.row li {
    width: 49%;
  }
}
@media screen and (max-width: 768px) {
  .category.row li {
    width: 100%;
  }
}
.category.row li div,
.category.row li img {
  width: 50%;
  height: 100%;
}
.category.row li.width div,
.category.row li.width img {
  width: 48%;
  height: initial;
}
@media screen and (max-width: 768px) {
  .category.row li.width div,
  .category.row li.width img {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .category.row li div,
  .category.row li img {
    width: 100%;
    height: auto;
  }
  .category.row li img {
    order: -1;
  }
}
.category.row .category_text {
  text-align: center;
  padding: 25px 25px 20px;
}
.category.row li.width .category_text {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 20px;
  padding-left: 40px;
}
.category.row li.width .category_text p {
  width: 48%;
  text-align: left;
}
.category.row li.width .category_text .category_price {
  text-align: center;
  margin-top: 0;
  margin-left: 0;
}
@media screen and (max-width: 1024px) {
  .category.row .category_text {
    padding: 20px 0;
    font-size: 16px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .category.row li.width .category_text {
    min-height: 36vw;
    padding-left: 20px;
  }
}
@media screen and (max-width: 400px) {
  .category.row li.width .category_text p {
    width: 100%;
    text-align: center;
  }
}

.category.row .category_text b {
  font-size: 48px;
  font-weight: normal;
}
@media screen and (max-width: 1024px) {
  .category.row .category_text b {
    font-size: 30px;
  }
}
@media screen and (max-width: 520px) {
  .category.row .category_text b {
    font-size: 22px;
  }
}
.category_text p {
  padding: 0;
}
.category.row .category_price {
  margin-top: 40px;
  padding: 12px 0;
  font-size: 30px;
  font-family: "Roboto Bold", "Tahoma", sans-serif;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
  line-height: 1;
  background-color: rgba(255, 255, 255, 0.67);
}

  .category.row .blue--first .category_price {
  /* margin-top: 15px; */
  position: relative;
}

.blue--first .category_warn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  padding: 0 0 12px;
  font-size: 17px;
  text-shadow: none;
  display: inline-block;
  font-family: "Roboto", "Tahoma", sans-serif;
}
@media screen and (max-width: 1200px) {
  .blue--first .category_warn {
    text-align: center;
  }
}


@media screen and (max-width: 1024px) {
  .category.row .category_price {
    font-size: 25px;
    margin: 44px 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .category.row .category_price {
    margin: 30px 10px 0;
  }
  .category.row .blue--first .category_price {
    margin-top: 45px;
  }
}
@media screen and (max-width: 520px) {
  .category.row .category_price {
    font-size: 20px;
  }
}

.category.row li.onsale,
.price_list.row li.onsale {
  position: relative;
}
.category.row li.onsale::before,
.price_list.row li.onsale::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -25px;
  transform: translateX(-50%);
  width: 196px;
  height: 55px;
  background-image: url("/website/img/sale_label.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.price_list.row li.onsale::before {
  top: -42px;
}
@media screen and (max-width: 960px) and (min-width: 769px) {
  .category.row li.onsale::before {
    top: -17px;
    transform: translateX(-50%);
    width: 120px;
    height: 34px;
  }
}
@media screen and (max-width: 520px) {
  .category.row li.onsale::before {
    top: -17px;
    transform: translateX(-50%);
    width: 120px;
    height: 34px;
  }
}
@media screen and (max-width: 420px) {
  .price_list.row li.onsale::before {
    top: -17px;
    transform: translateX(-50%);
    width: 120px;
    height: 34px;
  }
}
.category.row .category_price--sale {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: none;
  text-shadow: none;
}
.category_price--sale span span {
  position: relative;
  z-index: 10;
}
.category_price--sale .old {
  position: relative;
  font-size: 20px;
}
.category_price--sale .old::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 107px;
  height: 107px;
  background-color: #fff;
  border-radius: 50%;
}
.category_price--sale .old span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background-color: #eb1721;
}
.category_price--sale .new {
  position: relative;
  padding: 0 10px;
  color: #fff;
}
.category_price--sale .new::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 146px;
  height: 146px;
  background-color: #eb1721;
  border-radius: 50%;
}
@media screen and (min-width: 769px) {
  .category.row .category_text {
    overflow: hidden;
  }
}
@media screen and (max-width: 1170px) and (min-width: 769px) {
  .category.row .category_price--sale {
    width: calc(100% + 50px);
    margin: auto -25px 0;
  }
  .category.row li.onsale .category_text {
    display: flex;
    flex-direction: column;
    align-self: stretch;
  }
  .category_price--sale .old::before {
    width: 80px;
    height: 80px;
  }
  .category_price--sale .new::before {
    width: 130px;
    height: 130px;
  }
}
@media screen and (max-width: 900px) and (min-width: 769px) {
  .category_price--sale .new {
    padding: 0;
  }
  .category_price--sale .new::before {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .category_price--sale .new {
    z-index: 1000;
    font-size: 25px;
  }
}
@media screen and (max-width: 600px) {
  .category.row li.onsale .category_text {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    overflow: hidden;
  }
}
@media screen and (max-width: 520px) {
  .category_price--sale .old {
    margin-right: -15px;
    font-size: 16px;
  }
  .category_price--sale .old::before {
    width: 75px;
    height: 75px;
  }
  .category_price--sale .new::before {
    width: 110px;
    height: 110px;
  }
}

.category_pref {
  margin: 0;
  padding: 40px 0 0 25px;
  list-style: none;
}
@media screen and (max-width: 520px) {
  .category_pref {
    padding: 40px 0 0 0;
  }
}
.category_pref li {
  position: relative;
  margin-bottom: 25px;
  padding-left: 90px;
}
.category_pref li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 53px;
  height: 52px;
  background-image: url("/website/img/check.png");
}
.category_pref .uppercase {
  padding: 0;
}
.category_pref .uppercase + p {
  padding-top: 10px;
}
.category_pref b {
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
  font-size: 24px;
  font-family: "Roboto Bold", "Tahoma", sans-serif;
}

.step_list.row {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0;
  padding: 40px 0 70px;
  list-style: none;
}
@media screen and (max-width: 1170px) {
  .step_list.row {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
.step_list.row li {
  width: 150px;
  position: relative;
  margin-bottom: 25px;
  padding-top: 150px;
  text-align: center;
  font-family: "Roboto Medium", "Tahoma", sans-serif;
}
.step_list.row li::before,
.step_list.row li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  width: 110px;
  height: 121px;
  background-repeat: no-repeat;
  background-position: center;
}
.step_list.row li::before {
  background-image: url("/website/img/icon_yellow.png");
}
.step_list.row li:nth-child(even)::before {
  background-image: url("/website/img/icon_blue.png");
}
.step_list.row li.step1::after {
  background-image: url("/website/img/icon1.png");
}
.step_list.row li.step2::after {
  background-image: url("/website/img/icon2.png");
}
.step_list.row li.step3::after {
  background-image: url("/website/img/icon3.png");
}
.step_list.row li.step4::after {
  background-image: url("/website/img/icon4.png");
}
.step_list.row li.step5::after {
  background-image: url("/website/img/icon5.png");
}
.step_list.row li.step6::after {
  background-image: url("/website/img/icon6.png");
}
.step_list.row li.step7::after {
  background-image: url("/website/img/icon7.png");
}

.border {
  position: relative;
  width: 97%;
  margin: 0 auto 50px;
  margin-top: 30px;
  border: 5px solid #c1c1c1;
  text-align: center;
}
.border h2 {
  width: auto;
  display: inline-block;
  margin: 0 auto;
  padding: 0 30px 40px;
  position: relative;
  top: -23px;
  z-index: 10;
  background-color: #fff;
}

.docs_list.row {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 0;
  padding: 0 0 30px;
  list-style: none;
  font-family: "Roboto Medium", "Tahoma", sans-serif;
}
.docs_list.row li {
  margin-bottom: 20px;
}
.docs_list.row li .img-wrapper {
  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;
  min-height: 165px;
}

.img-about {
  position: relative;
  padding: 15px 0 0;
  background-image: url("/website/img/about.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.img-about::before {
  content: "";
  position: absolute;
  top: 58%;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: url("/website/img/line.png");
}
@media screen and (max-width: 600px) {
  .img-about::before {
    display: none;
  }
}

.numbers.row {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0;
  padding: 30px 0 90px;
  list-style: none;
}
@media screen and (max-width: 600px) {
  .numbers.row {
    padding: 0 0 30px;
  }
}
.numbers.row li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 31%;
  padding: 100px 0 65px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  border: 3px solid #fff;
}
@media screen and (max-width: 1024px) {
  .numbers.row li {
    width: 32%;
    padding: 80px 0 55px;
  }
}
@media screen and (max-width: 900px) {
  .numbers.row li {
    padding: 60px 0 45px;
  }
}
@media screen and (max-width: 840px) {
  .numbers.row li {
    padding: 50px 0 35px;
  }
}
@media screen and (max-width: 800px) {
  .numbers.row li {
    padding: 40px 0 30px;
  }
}
@media screen and (max-width: 680px) {
  .numbers.row li {
    padding: 30px 0 25px;
  }
}
@media screen and (max-width: 600px) {
  .numbers.row li {
    width: 200px;
    height: 200px;
    margin: 0 auto 20px;
  }
}
.numbers.row li p {
  padding: 0;
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .numbers.row li p {
    font-size: 22px;
  }
}
@media screen and (max-width: 840px) {
  .numbers.row li p {
    font-size: 20px;
  }
}
@media screen and (max-width: 760px) {
  .numbers.row li p {
    font-size: 18px;
  }
}
@media screen and (max-width: 680px) {
  .numbers.row li p {
    font-size: 16px;
  }
}
.numbers.row li p span {
  display: block;
  font-size: 32px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .numbers.row li p span {
    font-size: 30px;
  }
}
@media screen and (max-width: 840px) {
  .numbers.row li p span {
    font-size: 26px;
  }
}
@media screen and (max-width: 760px) {
  .numbers.row li p span {
    font-size: 22px;
  }
}
@media screen and (max-width: 680px) {
  .numbers.row li p span {
    font-size: 19px;
  }
}
.numbers.row li .red {
  position: relative;
  width: 100%;
  padding: 0 0 25px;
  text-align: center;
  font-size: 100px;
  line-height: 80px;
  text-shadow: 0px 1px 1px white;
}
@media screen and (max-width: 1024px) {
  .numbers.row li .red {
    font-size: 80px;
  }
}
@media screen and (max-width: 900px) {
  .numbers.row li .red {
    font-size: 60px;
  }
}
@media screen and (max-width: 760px) {
  .numbers.row li .red {
    font-size: 50px;
    line-height: 60px;
  }
}

.page_list {
  margin: 0;
  padding: 0;
  counter-reset: myCounter;
}
.page_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  min-height: 55px;
  margin-bottom: 15px;
  padding-left: 85px;
  list-style: none;
}
.page_list li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #a4cef1;
  counter-increment: myCounter;
  font-family: "Roboto Bold", "Tahoma", sans-serif;
  font-size: 76px;
  line-height: 52px;
  color: #fff;
  text-align: right;
  content: counter(myCounter);
}
.page_list li:nth-child(even)::before {
  background-color: #67a8de;
}
.page_list li:hover a {
  color: #00549a;
}

.img-services {
  position: relative;
  padding: 15px 0 0;
  background-image: url("/website/img/services.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.price_list.row {
  align-items: stretch;
  margin: 0;
  padding: 25px 0 30px;
  list-style: none;
}
@media screen and (max-width: 1080px) {
  .price_list.row {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
.price_list.row li {
  width: 19%;
  margin-bottom: 20px;
  padding: 20px 10px 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  font-size: 13px;
  cursor: pointer;
}
@media screen and (max-width: 1080px) {
  .price_list.row li {
    width: 31.5%;
  }
}
@media screen and (max-width: 768px) {
  .price_list.row li {
    width: 48%;
  }
}
@media screen and (max-width: 560px) {
  .price_list.row li {
    width: 90%;
  }
}
.price_list.row li p {
  padding: 0 0 5px;
}
.price_list.row li p:first-child {
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
}
.price_list.row li p:first-child b {
  font-size: 38px;
  font-weight: normal;
}
.price_list.row li p:nth-child(2) {
  min-height: 44px;
  text-align: center;
}
.price_list.row li p:nth-child(2) img + img {
  margin-left: 20px;
}
.price_list.row li .category_price {
  padding: 5px;
  margin-top: 15px;
  margin-bottom: 40px;
  background-color: #e6e6e6;
  font-size: 29px;
  font-family: "Roboto Bold", "Tahoma", sans-serif;
  text-shadow: 0px 1px 1px white;
  text-align: center;
}

.price_list.row li .category_price--sale {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
  padding: 5px 0;
  background: none;
}
.price_list.row li .category_price--sale .old {
  position: relative;
  padding: 0 15px;
  font-size: 20px;
}
.price_list.row li .category_price--sale .old::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 125px;
  height: 45px;
  background-color: #e6e6e6;
  border-radius: 0;
}
.price_list.row li .category_price--sale .new {
  position: relative;
  padding: 0 15px;
  color: #fff;
}
.price_list.row li .category_price--sale .new::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 185px;
  height: 56px;
  background-color: #eb1721;
  border-radius: 0;
}
@media screen and (max-width: 1170px) and (min-width: 1080px) {
  .price_list.row li .category_price--sale .old {
    padding: 0 10px;
  }
  .price_list.row li .category_price--sale .new {
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .price_list.row li .category_price--sale .new {
    font-size: 35px;
  }
}
@media screen and (max-width: 630px) {
  .price_list.row li .category_price--sale .new {
    font-size: 25px;
  }
  .price_list.row li .category_price--sale .new::before {
    width: 160px;
  }
}
@media screen and (max-width: 520px) {
  .price_list .category_price--sale .old {
    margin-right: 0;
  }
}
@media screen and (max-width: 360px) {
  .price_list.row li .category_price--sale .new {
    padding: 0 10px;
  }
  .price_list.row li .category_price--sale .new::before {
    width: 140px;
  }
}

.credit_list.row {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0;
  padding: 15px 0 30px;
  list-style: none;
}
@media screen and (max-width: 1080px) {
  .credit_list.row {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
.credit_list--small.row {
  justify-content: center;
}
.credit_list.row li {
  position: relative;
  width: 200px;
  text-align: center;
  font-size: 30px;
}
.credit_list.row li + li {
  margin-left: 40px;
}
.credit_list.row li:not(:last-child)::before {
  content: "+";
  position: absolute;
  top: 100px;
  right: -15%;
  font-size: 24px;
  font-family: "Roboto Bold", "Tahoma", sans-serif;
}
@media screen and (max-width: 1169px) {
  .credit_list.row li:not(:last-child)::before {
    right: -9%;
  }
}
@media screen and (max-width: 1080px) {
  .credit_list.row li:not(:last-child)::before {
    display: none;
  }
}
.credit_list.row li:nth-last-child(2)::before {
  content: "=";
}
@media screen and (max-width: 1080px) {
  .credit_list.row li:nth-last-child(2)::before {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .credit_list.row {
    column-gap: 15px;
  }
  .credit_list.row li + li {
    margin-left: 0px;
  }
}
.credit_list.row li:last-child .back {
  background-image: url("/website/img/hexagon-red.png");
}
.credit_list.row li .back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 222px;
  background-image: url("/website/img/hexagon.png");
  font-size: 36px;
  font-family: "Roboto Bold", "Tahoma", sans-serif;
  text-shadow: 0px 1px 1px white;
}
.credit_list.row li:last-child .back + p {
  color: #d80202;
}

.time.row {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 35px 125px;
  font-size: 24px;
  background-image: url("/website/img/line2.png");
  background-position: center;
}
@media screen and (max-width: 1169px) {
  .time.row {
    padding: 35px 100px;
    background-position: right;
  }
}
@media screen and (max-width: 1024px) {
  .time.row {
    padding: 35px 0;
    background-image: none;
  }
}
@media screen and (max-width: 800px) {
  .time.row {
    font-size: 20px;
  }
}
.time.row h3 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: "Roboto Medium", "Tahoma", sans-serif;
  text-transform: uppercase;
}
.time.row p {
  padding: 0 0 5px;
}

.gallery.row {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.img-form {
  position: relative;
  padding: 15px 0 0;
  background-image: url("/website/img/form.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.img-form h1 {
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
}
.img-form form {
  max-width: 955px;
  margin: 0 auto;
  padding: 20px 0 50px;
}
.img-form .input_wrapper {
  width: 48%;
  margin-bottom: 15px;
}
@media screen and (max-width: 600px) {
  .img-form .input_wrapper {
    width: 100%;
  }
}
.img-form label {
  display: none;
  width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
.img-form .agreement label {
  display: block;
  font-weight: normal;
}
.img-form form input,
.img-form form textarea {
  width: 100%;
  line-height: 45px;
  padding: 0 10px;
  border-radius: 5px;
  border: 1px solid #a7a7a7;
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.img-form .agreement input {
  width: auto;
  height: auto;
}
.img-form form input:focus,
.img-form form input:active,
.img-form form textarea:focus,
.img-form form textarea:active {
  -webkit-box-shadow: 0 1px 1px #e6e6e6;
  box-shadow: 0 1px 1px #e6e6e6;
}
.img-form form textarea {
  height: 115px;
}
.img-form p {
  font-size: 16px;
}
.img-form p a {
  color: #0066d8;
}
.img-form form button {
  display: block;
  width: 262px;
  max-width: 100%;
  margin: 25px auto 0;
  padding: 10px 0;
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  background-color: #ef0501;
  border: 1px solid white;
  border-radius: 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media screen and (max-width: 600px) {
  .img-form form button {
    font-size: 20px;
  }
}
.img-form form button:hover {
  -webkit-box-shadow: 0 1px 1px #e6e6e6;
  box-shadow: 0 1px 1px #e6e6e6;
}

.question_block {
  margin-bottom: 22px;
}

.question {
  position: relative;
  padding: 20px 25px;
  padding-left: 60px;
  background-color: #e6e6e6;
}
@media screen and (max-width: 600px) {
  .question {
    padding-right: 10px;
  }
}
.question:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-53%);
  transform: translateY(-53%);
  left: 15px;
  width: 36px;
  height: 36px;
  background-image: url("/website/img/question.png");
  background-repeat: no-repeat;
}
.question:after {
  content: "";
  position: absolute;
  bottom: -36px;
  left: 12px;
  width: 36px;
  height: 36px;
  border: 20px solid transparent;
  border-top: 30px solid #e6e6e6;
}
.question p {
  padding: 0;
}

.question_answer {
  padding: 10px 25px 20px 58px;
  border: 2px solid #e6e6e6;
}
@media screen and (max-width: 520px) {
  .question_answer {
    padding: 10px 10px 20px;
  }
}

.contacts.row {
  padding-top: 10px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.contacts.row h1 {
  margin-bottom: 10px;
}
.contacts.row h3 {
  width: 100%;
  font-weight: normal;
  font-family: "Roboto Medium";
  margin: 15px 0 20px;
}
@media screen and (max-width: 1000px) {
  .contacts.row h3 {
    text-align: left;
  }
}
.contacts.row .row {
  position: relative;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.contacts.row p {
  padding: 0 0 5px;
}
.contacts.row .contacts_adr,
.contacts.row .contacts_tel,
.contacts.row .contacts_mail {
  position: relative;
  padding: 0 0 25px;
  padding-left: 28px;
  line-height: 27px;
}
.contacts.row .contacts_adr::before,
.contacts.row .contacts_tel::before,
.contacts.row .contacts_mail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 25px;
  z-index: 10;
  background-repeat: no-repeat;
  background-position: center;  
}
.contacts.row .contacts_adr::before {
  background-image: url("/website/img/pin.png");
}
.contacts.row .contacts_tel::before {
  background-image: url("/website/img/tel.png");
}
.contacts.row .contacts_mail::before {
  background-image: url("/website/img/mail.png");
}
.contacts.row .contacts_mail {
  padding-left: 40px;
}
.contacts.row .container {
  padding-bottom: 170px;
}
.contacts_socials {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: 16px;
  text-transform: uppercase;
  padding-top: 5px;
}
.contacts_socials img {
  display: block;
}
.contacts_tel .mobile_tel {
  display: block;
}
@media screen and (max-width: 600px) {
  .contacts.row .container {
    padding-bottom: 50px;
  }
}

iframe {
  margin-bottom: 140px;
}
@media screen and (max-width: 600px) {
  iframe {
    height: 300px !important;
    margin-bottom: 0;
  }
}

.blue .contacts.row {
  position: relative;
}
.blue .contacts.row::before {
  content: "";
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
@media screen and (max-width: 1100px) {
  .blue .contacts.row::before {
    display: none;
  }
}
.blue .contacts.row::after {
  content: "";
  position: absolute;
  top: 10%;
  left: 50%;
  width: 1px;
  height: 80%;
  background-color: #ffffff;
}
.blue .contacts p {
  width: 100%;
}
.blue .contacts p b {
  font-family: "Roboto Medium";
  font-weight: normal;
}
@media screen and (max-width: 600px) {
  .blue .contacts.row::after {
    display: none;
  }
}
.blue .contacts.row > div {
  width: 50%;
  padding: 0 45px;
}
@media screen and (max-width: 1150px) {
  .blue .contacts.row > div {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1000px) {
  .blue .contacts.row > div div {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .blue .contacts.row > div {
    width: 100%;
  }
}

footer .blue {
  border-bottom: 2px solid #ffffff;
}

footer nav li {
  font-family: "Roboto Regular", "Tahoma", sans-serif;
}
footer nav li.active,
footer nav li:hover {
  color: #000000;
  border-color: #000000;
}

footer .footer {
  padding-top: 25px;
  padding-bottom: 20px;
}

footer .footer_time.row {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
footer .footer_time.row .row {
  width: 40%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 1170px) {
  footer .footer_time.row > div,
  footer .footer_time.row .row {
    width: 48%;
  }
  footer .footer_time.row > div div,
  footer .footer_time.row .row div {
    width: 48%;
  }
}
@media screen and (max-width: 600px) {
  footer .footer_time.row > div,
  footer .footer_time.row .row {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
}
@media screen and (max-width: 400px) {
  footer .footer_time.row > div div,
  footer .footer_time.row .row div {
    width: 100%;
  }
}
footer .footer_time.row > div:last-child {
  text-align: right;
}
@media screen and (max-width: 600px) {
  footer .footer_time.row > div:last-child {
    text-align: center;
  }
}
footer .footer_time.row > div h3 {
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 0 0 5px;
  font-weight: normal;
  font-family: "Roboto Medium";
  text-transform: uppercase;
}
footer .footer_time.row > div p {
  padding: 0 0 3px;
}
footer .footer_time.row > div b {
  font-weight: normal;
  font-family: "Roboto Medium";
}

.footer_copy {
  width: 100%;
  padding: 0;
  font-size: 16px;
  column-gap: 15px;
}
@media screen and (max-width: 400px) {
  .footer_copy {
    text-align: center;
  }
  .footer_copy p {
    width: 100%;
  }
}

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: "Roboto Regular", "Tahoma", sans-serif;
  font-size: 18px;
  line-height: 1.3;
}

.gray {
  background-color: #e6e6e6;
}

.blue {
  background-color: #a4cef1;
}

.yellow {
  background-color: #fffc6d;
}

a {
  text-decoration: none;
}

p {
  margin: 0;
  padding: 1em 0;
}
@media screen and (max-width: 520px) {
  p {
    padding: 0.5em 0;
  }
}

section {
  padding-bottom: 50px;
  padding-top: 30px;
}

.uppercase {
  text-transform: uppercase;
}

.no-bottom {
  padding-bottom: 0;
  margin-bottom: 0;
}

.no-top {
  padding-top: 0;
  margin-top: 0;
}

.container {
  width: 1170px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 600px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.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;
}

.center {
  text-align: center;
}

.white {
  color: #ffffff;
}

.red {
  color: #ef0501;
}

h1,
h2 {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 25px 0 25px;
  font-size: 36px;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 520px) {
  h1,
  h2 {
    padding: 20px 0;
    font-size: 30px;
  }
}
@media screen and (max-width: 400px) {
  h1,
  h2 {
    font-size: 25px;
  }
}

h2.small {
  font-size: 30px;
  font-family: "Roboto Medium", "Tahoma", sans-serif;
}
@media screen and (max-width: 400px) {
  h2.small {
    font-size: 25px;
  }
}

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

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

#back_to_top {
  position: fixed;
  right: 5%;
  bottom: 125px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
  -webkit-box-shadow: inset 0px 0px 15px 0px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0px 0px 15px 0px rgba(255, 255, 255, 0.5);
  z-index: 10;
}
@media screen and (max-width: 400px) {
  #back_to_top {
    width: 50px;
    height: 50px;
  }
}

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

.off {
  display: none;
}

.distance_block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 35px;
  background-color: #373951;
  color: #fff;
  position: relative;
}
.distance_block .img {
  width: 48%;
  background-image: url("/website/img/dr_img.jpg");
  background-size: cover;
  background-position: center;
}
.distance_block .text {
  position: relative;
  width: 52%;
  padding: 0 45px 15px;
}
@media screen and (max-width: 840px) {
  .distance_block .img {
    width: 35%;
  }
  .distance_block .text {
    width: 65%;
    padding: 0 20px 15px;
  }
}
@media screen and (max-width: 600px) {
  .distance_block {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .distance_block .img {
    width: 100%;
    height: 300px;
    order: 2;
  }
  .distance_block .text {
    width: 100%;
    padding: 0 20px 15px;
  }
}
.distance_block p {
  padding: 10px 0;
}
.distance_block p:last-child {
  font-size: 21px;
  font-family: "Roboto Bold", "Tahoma", sans-serif;
}
.distance_block p:last-child b {
  display: block;
  font-size: 30px;
  font-weight: 700;
}
.distance_block .title {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 533px;
  margin: -15px auto 10px;
  padding: 15px 30px;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  font-family: "Roboto Bold", "Tahoma", sans-serif;
  text-transform: uppercase;
  background-image: url("/website/img/dr_text.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 980px) {
  .distance_block .title {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .distance_block .title {
    font-size: 20px;
  }
  .distance_block p:last-child {
    font-size: 18px;
  }
  .distance_block p:last-child b {
    display: block;
    font-size: 20px;
  }
}
@media screen and (max-width: 420px) {
  .distance_block .title {
    width: calc(100% + 60px);
    margin-bottom: 0;
    padding: 15px 0;
    font-size: 18px;
  }
}

.scrolled {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  padding: 14px 0 10px;
  background-color: #e6e6e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  -webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.3);
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

.scrolled.is-active {
  visibility: visible;
  z-index: 11;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media all and (max-width: 1170px) {
  .scrolled {
    padding-top: 10px;
  }
}
@media all and (max-width: 960px) {
  .scrolled {
    display: none;
  }
}

.scrolled .row {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media all and (max-width: 1200px) {
  .scrolled .row {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.scrolled_tel {
  font-family: "Roboto Medium", "Tahoma", sans-serif;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 10px;
  line-height: 1.2em;
}
.scrolled .logo {
  max-width: 210px;
  margin-right: 25px;
}
.scrolled_btns {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-left: 15px;
}
.scrolled_btns img {
  display: block;
}
.scrolled_eye {
  padding: 8px 14px;
  background-color: #ffffff;
}
@media all and (max-width: 1170px) {
  .scrolled .logo {
    margin-right: 15px;
    max-width: 155px;
  }
  .scrolled_eye {
    padding: 5px 8px;
  }
}
.scrolled .navigation-pages li {
  text-transform: none;
  padding: 6px 8px;
  font-size: 17px;
}
.scrolled .navigation-pages li:hover,
.scrolled .navigation-pages li.active {
  border: 1px solid #ef0501;
}
@media all and (max-width: 1200px) {
  .scrolled .navigation-pages li {
    padding: 5px;
    font-size: 16px;
  }
}
@media all and (max-width: 1080px) {
  .scrolled .navigation-pages li {
    font-size: 15px;
  }
}
.courses {
  padding-bottom: 20px;
}
.courses_table {
  display: -ms-grid;
  display: grid;
  grid-template-columns: auto repeat(5, 1fr);
}
.courses_head {
  background-color: #a4cef1;
  padding: 15px 15px;
  font-family: "Roboto Medium", "Tahoma", sans-serif;
  margin-bottom: 10px;
}
.courses_table .courses_head {
  font-size: 18px;
}
.courses .c_tablets {
  display: none;
}
.courses_table div {
  font-size: 16px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 300px;
}
.courses_color {
  background-color: #edf5fc;
}
.l-border {
  border-left: 1px solid #dad9d9;
}
.courses_table .c-price {
  font-family: "Roboto Medium", "Tahoma", sans-serif;
  font-size: 26px;
  color: #4385bb;
  white-space: nowrap;
}
@media all and (max-width: 940px) {
  .courses_table {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .courses .courses_table .c_tablets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .courses_head {
    margin-top: 20px;
  }
  .courses_table div {
    max-width: initial;
  }
  .o-0 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }  
  .o-1 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .o-2 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .o-3 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}
@media all and (max-width: 480px) {
  .courses_table .courses_head {
    font-size: 16px;
  }
  .courses_table div {
    font-size: 14px;
    padding: 10px;
  }
  .courses_table .c-price {
    font-size: 20px;
  }
}
.about p {
  font-size: 17px;
  line-height: 1.45;
}
.img_block {
  display: flex;
  padding: 25px 0 20px;
}
.img_block__display {
  flex-shrink: 0;
  margin-right: 55px;
  max-width: 100%;
}
.img_block__display img {
  width: 100%;
  height: auto;
}
.img_block p {
  padding: 0;
  margin-bottom: 25px;
}
.img_block p:last-child {
  margin-bottom: 0;
}
.img_grid__wrap {
  padding-top: 45px;
  margin-bottom: 20px;
}
.img_grid__title {
  position: relative;
  font-family: "Roboto Medium";
  text-align: center;
  font-size: 36px;
  padding-bottom: 50px;
  line-height: 1.2;
}
.img_grid__title::before {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  background: url('/website/img/arrow-down_double.png')
  center center / 100% no-repeat;
}
.img_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  column-gap: 30px;
  row-gap: 30px; 
}
.img_grid a {
  font-size: 0;
}
@media screen and (max-width: 1100px) {
  .img_block {
    padding-bottom: 0;
  }
  .img_block__display {
    margin-right: 30px;
  }
}
@media screen and (max-width: 860px) {
  .img_block {
    flex-wrap: wrap;
  }
  .img_block__display {
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 768px) {
  .img_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .img_grid {
    column-gap: 20px;
    row-gap: 20px;
  }
}
@media screen and (max-width: 480px) {
  .img_grid {
    grid-template-columns: 1fr;
  }
}

/* new-snow-head-banner */
.img-main p {
  font-family: 'Montserrat', sans-serif;
  text-align: unset;
  font-weight: 700;
  color: #fff;
}
.img-main p:nth-child(1) {
  max-width: 625px;
  margin-bottom: 30px;
  padding: 30px 65px 20px 55px;
  background-color: #d11c20;
  font-size: 40px;
  color: #fff;
}
.img-main p:nth-child(2) {
  margin-left: 60px;
  font-size: 30px;
}
.img-main p:nth-child(3) {
  margin-left: 60px;
  font-size: 24px;
  font-weight: 400;
  max-width: 480px;
  text-align: end;
}
.img-main p:nth-child(3) > a {
  font-weight: 700;
  white-space: nowrap;
  
}
@media screen and (max-width: 1100px) {
  .img-main {
    background-position: 30%;
  }
}
@media screen and (max-width: 870px) {
  .img-main {
    background-position: 0;
  }
  .img-main p {
    text-align: center;
  }
  .img-main p:nth-child(1) {
    max-width: none;
    margin-bottom: 30px;
    padding: 30px;
    background-color: #d11c20;
    font-size: 40px;
    color: #fff;
  }
  .img-main p:nth-child(2) {
    margin-left: 0;
  }
  .img-main p:nth-child(3) {
    margin-left: 0;
    max-width: initial;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .img-main p:nth-child(1) {
    margin-bottom: 15px;
    padding: 15px;
    font-size: 30px;
  }
  .img-main p:nth-child(2) {
    font-size: 25px;
  }
  .img-main p:nth-child(3) {
    font-size: 20px;
  }
  .img-main {
    padding: 40px 0 50px;
  }
}
@media screen and (max-width: 445px) {
  .img-main {
    padding: 40px 0 110px;
  }
}
@media screen and (max-width: 395px) {
  .img-main p:nth-child(1) {
    font-size: 25px;
  }
  .img-main p:nth-child(2) {
    font-size: 20px;
  }
  .img-main p:nth-child(3) {
    font-size: 15px;
  }
}
@media screen and (max-width: 450px) {
  .img-main {
    margin-bottom: -10px;
  }
}
@media screen and (max-width: 445px) {
  .img-main {
    margin-bottom: -50px;
  }
}

.breadcrumbs {
  margin: 30px 0;
  font-size: 14px;
}
.breadcrumbs a {
  color: #040205;
}
.breadcrumbs a::after {
  content: "-";
  display: inline-block;
  margin: 0 4px 0 6px;
}
.breadcrumbs span {
  color: #0072bc;
}
.breadcrumbs br {
  display: none;
}

.news {
  padding-top: 25px;
  padding-bottom: 80px;
}
.news_list {
  display: grid;
  grid-template-columns: repeat(3, 32%);
  justify-content: space-between;
  row-gap: 50px;
  flex-wrap: wrap;
  margin: 0 0 50px;
  padding: 20px 0 0;  
  list-style: none;
}
.news_list li {
  position: relative;
  max-width: 370px;
  padding-bottom: 10px;
}
.news_list__link {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  padding-bottom: 32px;
  transition: background .2s;
  background-color: #fff;
  border-bottom: 14px solid #a4cef1;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
}
.news_list__link:hover {
  background-color: #eaeef1;
}
.news_list li img {
  display: block;
}
.news_list__name {
  flex: 1;
  min-height: 115px;
  line-height: 1.2;
  padding: 25px 15px 0 40px;
  max-width: 320px;
  font-size: 25px;
  font-weight: 700;
}
.news_list__more {
  position: absolute;
  display: block;
  width: 100%;
  max-width: 140px;
  padding: 13px 5px;
  background-color: #0072bc;
  border: 1px solid #0072bc;
  color: #fff;
  text-align: center;
  font-size: 16px;
  bottom: -24px;
  right: 18px;
  transition: .2s;
}
.news_list__more:hover {
  background-color: #fff;
  color: #0072bc;
}
.news_list li a.education_btn {
  display: block;
  position: absolute;
  width: 95%;
  max-width: 240px;
  min-height: 10px;
  top: 80px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  padding: 20px 15px;
  background-color: #e0121c;
  box-shadow: none;
  color: #fff;
  border-radius: 130px;
  font-size: 20px;
}
.news_list li a.education_btn:hover {
  transform: scale(1.05);
}
@media screen and (max-width: 1170px) {
  .news_list__name {    
    padding: 20px 15px 0 20px;
    font-size: 22px;
  }
  .news_list li a.education_btn {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 992px) {
  .news_list {
    row-gap: 40px;
  }
  .news_list__more {
    padding: 10px 5px;
  }
}
@media screen and (max-width: 768px) {
  .news_list {
    grid-template-columns: repeat(2, 48%);
  }
}
@media screen and (max-width: 600px) {
  .news_list__name {    
    font-size: 20px;
  }
  .news_list li a.education_btn {
    padding: 10px 5px;
    max-width: 190px;
    top: 60px;
  }
}
@media screen and (max-width: 440px) {
  .news_list {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}
.news-item {
  padding-bottom: 60px;
}
.news-item__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 0;
}
.news-item__img {
  width: 47%;  
  max-width: 517px;
  flex-shrink: 0;
}
.news-item__img img {
  display: block;
  margin: 0 auto;
}
.news-item__text {
  width: 50%;
  font-size: 16px;
}
.news-item__text p {
  line-height: 1.5;
}
.news-item__text b {
  display: block;
  margin-bottom: 10px;
}
.news-item h1 {
  font-size: 36px;
  text-align: left;
  font-family: "Roboto Medium";
  text-transform: none;
  line-height: 1.1;
  padding: 0px 0 10px;
}
.btn_back {
  display: inline-flex;
  align-items: center;
  background-color: #e6e6e6;
  padding: 15px 30px;
  transition: .2s;
}
.btn_back:hover {
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.25);
}
.btn_back::before {
  content: "<<";
  display: inline-block;
  margin-right: 15px;
}
.news-item .btn_back {
  margin-top: 70px;
  font-size: 16px;
}
@media screen and (max-width: 992px) {
  .news-item h1 {
    font-size: 30px;
  }
  .news-item p {
    padding: 5px 0 15px;
  }
  .news-item .btn_back {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .news-item__img {
    width: 100%;
    max-width: initial;
    margin-bottom: 25px;
  }
  .news-item__text {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .news-item__block {
    padding: 0;
  }
  .news-item h1 {
    font-size: 24px;
  }
}
.modal,
.modal.enroll {
  display: none;
}
.enroll {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0 20px 45px;
  font-size: 16px;
}
.enroll--page {
  background-color: #e7eef5;
  margin-top: 100px;
}
.enroll::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 30%;
  max-width: 285px;
  height: 250px;
  bottom: 0;
  right: 20px;
  background: url('/website/img/enroll_sign.png') center bottom / 100% no-repeat;
}
.enroll.fancybox-content {
  overflow: initial;
  padding: 0 45px 60px;
  width: 96%;
  max-width: 970px;
  font-family: "Roboto", Arial, sans-serif;
}
.enroll .fancybox-close-small {
  padding: 0;
  width: 50px;
  height: 50px;
  color: #000;
  top: -5px;
  right: -5px; 
}
.enroll .enroll-title {
  position: relative;
  z-index: 1;
  font-family: "Roboto Bold";
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background-color: #0072bc;
  padding: 45px 20px;
  margin: -30px auto 45px;
  max-width: 630px;
  border-radius: 50px 0 50px 0;
}
.enroll-form {
  display: block;
  margin: 0 auto;
  max-width: 890px;
}
.modal .enroll-form {
  max-width: 800px;
}
.enroll input,
.enroll textarea {
  position: relative;
  width: 100%;
  padding: 25px;
  background-color: #fff;
  border: 1px solid #c7dae9;
}
.enroll .agreement input {
  width: auto;
  height: auto;
  padding: 0;
}
.enroll textarea {
  grid-column: 1/-1;
  min-height: 110px;
  resize: none;
}
.enroll textarea:focus {
  z-index: 2;
}
.modal.enroll input,
.modal.enroll textarea {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}

.enroll-form_entries {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  column-gap: 30px;
  row-gap: 30px;
  margin-bottom: 5px;
}
.enroll .agreement {
  position: relative;
  z-index: 2;
  font-size: 14px;
  padding: 15px 160px 15px 0;
}
.enroll .agreement a {
  color: #0072bc;
}
.enroll-form_btn {
  display: block;
  width: 100%;
  max-width: 200px;
  padding: 25px;
  margin: 25px auto 0;
  border: none;
  border-radius: 40px;
  color: #fff;
  background-color: #e80712;
  font-size: 18px;
  text-transform: uppercase;
  cursor: pointer;
}
@media screen and (min-width: 1040px) {
  .enroll--page .enroll-form_entries {
    column-gap: 50px;
  }
  .enroll--page .agreement {
    padding-left: 25px;
  }
  .enroll--page::before {
    right: 5%;
  }
  .modal.enroll textarea {
    min-height: 135px;
  }
}
@media screen and (max-width: 992px) {
  .enroll .enroll-title {
    font-size: 30px;
    padding: 30px 20px;
    margin: -20px auto 30px;
    max-width: 520px;
    border-radius: 40px 0 40px 0;
  }
  .enroll input,
  .enroll textarea {
    padding: 20px;
  }
  .enroll-form_btn {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .enroll::before {
    display: none;
  }
  .enroll--page {
    margin-top: 40px;
  }
  .enroll.fancybox-content {
    padding-bottom: 25px;
  }
  .enroll .agreement {
    padding-right: 0;
  }
  .enroll-form_btn {
    margin-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .enroll .enroll-title {
    font-size: 24px;
    padding: 20px 10px;
    margin-bottom: 20px;
    max-width: 400px;
    border-radius: 25px 0 25px 0;
  }
  .enroll.modal .enroll-title {
    width: 88%;
  }
  .enroll-form_entries {
    column-gap: 20px;
    row-gap: 20px;
  }
  .enroll.fancybox-content {
    padding: 0 20px 25px;
  }
  .enroll-form_btn {
    padding: 15px;
    max-width: 160px;
  }
  .enroll input,
  .enroll textarea {
    padding: 15px;
  }
}
@media screen and (max-width: 500px) {
  .enroll .enroll-title {
    font-size: 20px;
    max-width: 320px;
  }
}
@media screen and (max-width: 400px) {
  .enroll .enroll-title {
    font-size: 20px;
    max-width: 220px;
    padding: 10px;
  }
  .enroll-form_entries {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }
}
.gratitude .fancybox-close-small {
  opacity: 0;
}
.gratitude.fancybox-content {
  overflow: initial;
  padding: 0 35px 35px;
  width: 96%;
  max-width: 800px;
  font-family: "Roboto", Arial, sans-serif;
}
.gratitude_title {
  position: relative;
  z-index: 1;
  font-family: "Roboto Bold";
  font-size: 40px;
  text-align: center;
  color: #fff;
  background-color: #0072bc;
  padding: 25px 20px;
  margin: -30px auto 35px;
  max-width: 550px;
  border-radius: 50px 0 50px 0;
}
.gratitude_inner {
  width: 100%;
  max-width: 470px;
  margin: 0 auto;
  font-size: 22px;
  font-family: "Roboto Medium";
}
.gratitude_sub {
  font-size: 30px;
  text-align: center;
  line-height: 1.1em;
}
.gratitude_red {
  color: #e0121c;
  font-family: "Roboto Bold";
  padding: 35px 0 20px;
  font-size: 26px;
}
.gratitude ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.gratitude ul li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  line-height: 1.1em;
  min-height: 20px;
}
.gratitude ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 20px;
  background: url('/website/img/gratitude_check.png') center center / 100% auto no-repeat;
}
.gratitude_btn {
  display: block;
  margin: 40px auto 0;
  width: 100%;
  max-width: 125px;
  font-family: "Roboto Bold";
  background-color: #e0121c;
  color: #fff;
  border: none;
  border-radius: 40px;
  padding: 12px;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  .gratitude.fancybox-content {
    max-width: 600px;
  }
  .gratitude_title {
    font-size: 30px;
    padding: 20px;
    margin: -20px auto 25px;
    max-width: 440px;
    border-radius: 40px 0 40px 0;
  }
  .gratitude_inner {
    font-size: 20px;
  }
  .gratitude_sub {
    font-size: 1.3em;
  }
  .gratitude_red {
    font-size: 1.1em;
    padding: 25px 0 20px;
  }
  .gratitude_btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 600px) {
  .gratitude.fancybox-content {
    padding: 0 20px 25px;
  }
  .gratitude_title {
    font-size: 24px;
  }
  .gratitude_inner {
    font-size: 18px;
    max-width: 400px;
  }
}
@media screen and (max-width: 480px) {
  .gratitude_title {
    font-size: 20px;
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 20px 0 20px 0;
  }
  .gratitude_inner {
    font-size: 16px;
    max-width: 340px;
  }
  .gratitude_red {
    padding: 20px 0 15px;
  }
  .gratitude ul li {
    padding-left: 25px;
    margin-bottom: 10px;
    min-height: initial;
  }
  .gratitude ul li::before {
    width: 16px;
  }
  .gratitude_btn {
    margin-top: 20px;
  }
}

.kat-b_top {
  padding-top: 90px;
  padding-bottom: 80px;
  color: #fff;
  background: url('/website/img/kat-b_top.jpg') center center / cover no-repeat;
  font-size: 25px;
}
.kat-b_top h1 {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 75px;
  text-align: left;
  padding: 0;
  margin-bottom: 30px;
}
.kat-b_top h1 span {
  display: block;
  color: #ff3936;
  font-weight: 800;
  padding-left: 35px;
}
.kat-b_top p {
  padding: 0;
  margin-bottom: 5px;
  line-height: 1.2;
}
.kat-b_top p span {
  font-size: 1.2em;
}
.kat-b_top p b {
  font-family: "Roboto Medium";
  font-weight: normal;
}
.kat-b_top__btn {
  display: block;
  max-width: 310px;
  background-color: #79bffa;
  color: #040205;
  font-family: "Roboto Medium";
  font-size: 16px;
  padding: 20px 5px;
  border-radius: 10px;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 1380px) {
  .kat-b_top {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .kat-b_top h1 {
    font-size: 65px;
    line-height: 1.1em;
  }
}
@media screen and (max-width: 1140px) {
  .kat-b_top {
    padding-top: 50px;
    padding-bottom: 40px;
    font-size: 22px;
  }
  .kat-b_top h1 {
    font-size: 50px;
    margin-bottom: 20px;
  }
  .kat-b_top h1 span {
    padding-left: 20px;
  }
  .kat-b_top__btn {
    max-width: 260px;
    padding: 15px 5px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 840px) {
  .kat-b_top {
    padding-top: 35px;
  }
  .kat-b_top h1 {
    font-size: 40px;
  }
  .kat-b_top h1 span {
    padding-left: 10px;
  }
}
@media screen and (max-width: 600px) {
  .kat-b_top {
    background-position: left center;
    text-align: center;
  }
  .kat-b_top h1 {
    text-align: center;
  }
  .kat-b_top h1 span {
    padding-left: 0px;
  }
  .kat-b_top__btn {
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 440px) {
  .kat-b_top {
    font-size: 20px;
  }
  .kat-b_top h1 {
    font-size: 30px;
  }
  .kat-b_top__btn {
    max-width: 230px;
  }
}


.kat-b h2,
.kat-c h2,
.kat-ce h2 {
  font-family: "Roboto Medium";
}
.kat-b_intro p {
  line-height: 1.55em;
  padding: 0;
  margin-bottom: 20px;
}
.kat-b_intro__first {
  padding-bottom: 35px;
}
.kat-b_intro__first h2 {
  margin-bottom: 25px;
}
.kat-b_table {
  padding-top: 0;
}
.c_table {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}
.c_table li {
  display: grid;
  grid-template-columns: 52% 48%;
  min-height: 54px;
  font-size: 16px;
}
.c_table li.c_table__header {
  background-color: #a4cef1;
  min-height: 75px;
  font-size: 18px;
  font-family: "Roboto Medium";
  margin-bottom: 10px;
}
.c_table li:nth-child(even) {
  background-color: #edf5fc;
}
.c_table li > div {
  display: flex;
  align-items: center;
  padding: 10px 20px 10px 75px;
}
.c_table li > div + div {
  padding-left: 175px;
}
.c_table li:nth-child(n+3) > div + div {
  border-left: 1px solid #dad9d9;
}
.c_table__price {
  display: block;
  font-family: "Roboto Medium", "Tahoma", sans-serif;
  font-size: 26px;
  color: #4385bb;
  white-space: nowrap;
  margin: 5px 0;
}
.kat-b_learn {
  background-color: #edf5fc;
  padding-top: 50px;
  padding-bottom: 45px;
}
.learn-courses {
  display: grid;
  grid-template-columns: repeat(2, 48%);
  justify-content: space-between;
  row-gap: 20px;
  list-style: none;
  padding: 30px 0;
  margin: 0;
}
.learn-courses li {
  position: relative;
  background-color: #fff;
  padding: 50px;
  border-radius: 10px;
  min-height: 310px;
}
.learn-courses li::before {
  content: "";
  position: absolute;
  top: 20px;
  right: 25px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #a4cef1;
  background-repeat: no-repeat;
  background-position: center;
  
}
.learn-courses_sub {
  font-family: "Roboto Bold";
  font-size: 25px;
  margin-bottom: 30px;
  padding-right: 65px;
}
.learn-courses li p {
  padding: 0;
  line-height: 1.55;
  max-width: 430px;
}
.learn-course--theory::before {
  background-image: url('/website/img/learn-course_01.svg');
  background-size: 65%;
}
.learn-course--practice::before {
  background-image: url('/website/img/learn-course_02.svg');
  background-size: 52%;
}
.kat-b_blocks {
  padding-top: 60px;
}
.kat-b_block {
  display: flex;
  flex-wrap: wrap;
}
.kat-b_block__img {
  width: 48%;
  flex-shrink: 0;
}
.kat-b_block__img img {
  display: block;
  margin: 0 auto;
}
.kat-b_block__text {
  width: 52%;
  background-color: #d7e0e8;
  align-self: flex-start;
  display: flex;
  align-items: center;
  min-height: 245px;
  padding: 20px 20px 20px 40px;
  margin: 30px 0;
  font-family: "Roboto Medium", "Tahoma", sans-serif;
}
.kat-b_block--end .kat-b_block__text {
  align-self: flex-end;
  margin-top: 0;
  
}
.kat-b_block__text p {
  padding: 0;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  line-height: 1.55;
}
@media screen and (max-width: 1200px) {
  .c_table li > div {
    padding-left: 45px;
  }
  .c_table li > div + div {
    padding-left: 80px;
  }
  .kat-b_block__text {
    min-height: 200px;
  }
}
@media screen and (max-width: 992px) {
  .c_table li > div {
    padding-left: 30px;
  }
  .c_table li > div + div {
    padding-left: 30px;
  }
  .c_table__price {
    margin: 0;
  }
  .learn-courses li {
    min-height: initial;
    padding: 30px 25px;
  }
  .learn-courses_sub {
    display: flex;
    align-items: center;
    line-height: 1em;
    padding-right: 85px;
    min-height: 60px;
  }
  .kat-b_block {
    margin-bottom: 20px;
  }
  .kat-b_block__img {
    width: 52%;
  }
  .kat-b_block .kat-b_block__text {
    width: 48%;
    margin: 0;
    align-self: center;
  }
  .kat-b_block__text p {
    line-height: 1.4em;
  }
}
@media screen and (max-width: 768px) {
  .c_table li.c_table__header {
    min-height: 60px;
  }
  .c_table li {
    min-height: 45px;
  }
  .c_table li > div {
    padding: 5px 15px 5px 30px;
  }
  .kat-b_intro__first {
    padding-bottom: 15px;
  }
  .kat-b_intro__first h2 {
    margin-bottom: 0;
  }
  .kat-b_table {
    padding-bottom: 10px;
  }
  .learn-courses {
    grid-template-columns: 100%;
    padding: 15px 0;
  }
  .learn-courses li {
    padding: 25px;
  }
  .learn-courses li p {
    max-width: 540px;
  }
  .learn-courses_sub {
    margin-bottom: 20px;
  }
  .learn-courses li::before {
    top: 10px;
    right: 15px;
  }
  .kat-b_blocks {
    padding-top: 30px;
  }
  .kat-b_block .kat-b_block__text {
    width: 100%;
    min-height: 120px;
    padding: 20px 20px 20px 30px;
  }
  .kat-b_block__img {
    width: 100%;
    order: -1;
  }
  .kat-b_block__text p {
    max-width: 560px;
  }
}
@media screen and (max-width: 600px) {
  .c_table li.c_table__header {
    font-size: 16px;
  }
  .c_table li {
    font-size: 15px;
    grid-template-columns: repeat(2, 50%);  
  }
  .c_table li > div {
    padding: 5px 10px 5px 15px;
  }
  .c_table li > div + div {
    padding-left: 15px;
  }
  .c_table__price {
    font-size: 20px;
  }
  .kat-b_credit {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .c_table li.c_table__header {
    font-size: 15px;
  }
  .c_table li {
    font-size: 14px;  
  }
  .learn-courses li {
    padding: 15px;
  }
  .learn-courses li::before {
    width: 60px;
    height: 60px;
  }
  .learn-courses_sub {
    font-size: 22px;
    min-height: 45px;
  }
}
.kat-b_slides {
  padding-top: 75px;
  padding-bottom: 40px;
}
.kat-b_slides h2 {
  text-transform: none;
  margin-bottom: 5px;
}
.grid-slider_wrap {
  margin-bottom: 40px;
}
.grid-slider.slick-slider {
  display: flex;
  flex-wrap: wrap;   
}
.grid-slider .slick-list {
  min-width: calc(100% + 30px);
  margin: 15px 0;
  margin-left: -30px; 
}
.grid-slider .slick-track:before, 
.grid-slider .slick-track:after {
  display: none;
}
.grid-slider .slick-slide.item {
  display: grid;
  grid-template-columns: 100%;
  row-gap: 30px;
  margin-left: 30px; 
}
.grid-slider .slick-arrow {
  position: relative;
  left: initial;
  right: initial;
  top: initial;
  transform: none;
  width: 45px;
  height: 45px;
  margin-left: 18px;
  background-color: #acb1bd;
  border-radius: 5px;
  order: -2;
}
.grid-slider .slick-arrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url('/website/img/right-arrow.svg') center center / 45% no-repeat;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(169deg) brightness(104%) contrast(101%);
}
.slick-arrow.slick-disabled {
  opacity: .5;
}
.slick-arrow.slick-disabled::before {
  opacity: 1;
}
.grid-slider .slick-arrow.slick-prev {
  margin-left: auto;
}
.grid-slider .slick-prev::before {
  transform: scale(-1,1);
}
.grid-slider .slick-dots {
  position: static;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  row-gap: 10px;
  bottom: initial;
  width: 100%;
  padding-top: 10px;
}
.grid-slider .slick-dots li {
  margin: 0 10px 0 0;
}
.grid-slider .slick-dots li button {
  width: 20px;
  height: 20px;  
}
.grid-slider .slick-dots li button::before {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #d1e6f8;
  opacity: 1;
}
.grid-slider .slick-dots .slick-active button::before {
  background-color: #a4cef1;
}
@media screen and (max-width: 992px) {
  .kat-b_slides {
    padding-top: 30px;
  }
  .kat-b_slides h2 {
    margin-bottom: 0;
  }
  .grid-slider_wrap {
    margin-bottom: 20px;
  }
  .grid-slider .slick-list {
    min-width: calc(100% + 20px);
    margin-left: -20px; 
  }
  .grid-slider .slick-slide.item {
    row-gap: 20px;
    margin-left: 20px; 
  }
}
@media screen and (max-width: 480px) {
  .grid-slider.slick-slider {
    max-width: 370px;
    margin: 0 auto;
  }
  .grid-slider .slick-track {
    column-gap: initial;
  }
  .grid-slider .item img {
    width: 370px;
  }
  .grid-slider .slick-arrow {
    width: 40px;
    height: 40px;
    margin-left: 10px;
  }  
  .grid-slider .slick-dots {
    padding-top: 0;
    row-gap: 5px;
  }
  .grid-slider .slick-dots li {
    margin-right: 5px;
  }
}
.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;
}
.gdpr a {
  text-decoration: underline;
  color: #0072bc;
}
.gdpr a:hover {
  text-decoration: 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: 680px) {
  .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;
  }
}

.u-banner {
  background: url(/website/img/kat-b_top.jpg) center center / cover no-repeat;
  color: #fff;
  font-size: 25px;
}

.ret-b-c__banner {
  background-image: url('/website/img/ret-b-c_banner-bg.jpg');
}

.u-banner .breadcrumbs {
  margin: 0;
  padding: 30px 0 30px;
}

.u-banner .breadcrumbs__link {
  font-size: 15px;
  line-height: 28px;
  color: #e6e6e6;
  text-decoration: underline;
}
.u-banner .breadcrumbs__title {
  font-size: 15px;
  line-height: 28px;
  color: #bcbcbc;
}

.u-banner__text {
  padding: 40px 0 70px;
}

.u-banner h1 {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 75px;
  text-align: left;
  padding: 0;
  margin-bottom: 30px;
}

.u-banner .u-banner__upp {
  text-transform: uppercase;
}

.red-2 {
  color: #ff3936;
}

.u-banner__price {
  padding: 0;
  margin-bottom: 5px;
  line-height: 1.2;
}

.u-banner__price b,
.u-banner__time b {
  font-family: "Roboto Medium";
  font-weight: normal;
}
.u-banner__price span,
.u-banner__time span {
  font-size: 1.2em;
}

.u-banner__time {
  padding: 0;
  margin-bottom: 30px;
  line-height: 1.2;
}

.u-banner__link {
  display: block;
    max-width: 310px;
    background-color: #79bffa;
    color: #040205;
    font-family: "Roboto Medium";
    font-size: 16px;
    padding: 20px 5px;
    border-radius: 10px;
    text-align: center;
}

@media screen and (max-width: 1280px) {
  .u-banner__text {
    padding: 0px 0 40px;
  }
  .u-banner h1 {
    font-size: 50px;
    line-height: 1.1;
  }
  .u-banner__link {
    max-width: 260px;
    padding: 15px 5px;
  }

}

@media screen and (max-width: 768px) {
  .u-banner {
    font-size: 22px;
  }
  .u-banner .breadcrumbs {
    padding: 15px 0 15px;
  }
  .u-banner__text {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .u-banner h1 {
    font-size: 40px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 576px) {
  .u-banner h1 {
    font-size: 32px;
    text-align: center;
  }
  .u-banner__price,
  .u-banner__time {
    text-align: center;
    font-size: 20px;
  }
  .u-banner__link {
    margin-left: auto;
    margin-right: auto;
  }
}

.ret-b-c h2 {
  font-family: "Roboto Medium";
}

.ret-b-c__intro-list {
  display: flex;
  flex-direction: column;
  padding: 10px 0 0;
  margin: 0;
  list-style-type: none;
  row-gap: 15px;
}

.ret-b-c__intro-item {
  position: relative;
  padding: 10px 0 10px 65px;
}

.ret-b-c__intro-item::before {
  display: block;
  position: absolute;
  content: '';
  left: 0;
  top: 2px;
  width: 41px;
  height: 41px;
  background-image: url('/website/img/ret-b-c_intro-ico.png');
  background-repeat: no-repeat;
}

.ret-b-c__learn {
  background-color: #edf5fc;
}
.ret-b-c__slides {
  padding: 50px 0 50px;
}

.kat-c .kat-b_top {
  background-image: url('/website/img/kat-c_top.jpg');
}
.kat-c__intro {
  padding-bottom: 0px;
}
.kat-c__descr {
  line-height: 1.55em;
}
.kat-c__price {
  padding-top: 10px;
  padding-bottom: 70px;
}
.kat-c__credit {
  border-top: 1px solid #e6e6e6;
  padding-top: 30px;
}
.kat-c__learn,
.kat-ce__learn {
  position: relative;
  overflow: hidden;
  background-color: #edf5fc;
  z-index: 1;
  padding-bottom: 60px;
}
.kat-c__learn::before,
.kat-ce__learn::before {
  content: "";
  position: absolute;
  display: block;
  width: 100vw;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background-color: #fff;  
  z-index: -1;
}
.kat-c__learn {
  padding-top: 55px;  
}
.kat-c__learn::before {
  height: 115px;
}
.kat-c_blocks {
  padding-top: 20px;
}
.kat-ce .kat-b_top {
  background-image: url('/website/img/kat-ce_top.jpg');
}
.kat-ce__intro {
  padding-bottom: 0px;
}
.kat-ce__descr {
  line-height: 1.55em;
}
.kat-ce__price {
  padding-top: 5px;
  padding-bottom: 70px;
}
.kat-ce__credit {
  background-color: #e6e6e6;
  border-bottom: 7px solid #fff;
}
.kat-ce__learn {
  padding-top: 50px;
}
.kat-c__learn::before {
  height: 290px;
}
.kat-ce_blocks {
  padding-top: 30px;
}
.cat-ce__h2 {
  margin-bottom: 5px;
}

.table-custom {
  width: 1000px;
  font-size: 14px;
  line-height: 1.2;
}

.table-custom tr {
  display: grid;
  grid-template-columns: 140px 145px 155px 150px 190px 1fr;
}
  .table-custom th {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    border: 1px solid #12537c;
    font-weight: bold;
    color: #022b8c;
    padding-top: 10px;
    padding-bottom: 10px;
}

.table-custom td {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  align-items: center;
  justify-content: center;
  border: 1px solid #12537c;
  font-weight: bold;
}

.otchet__link-box {
  padding: 30px 0;
  display: flex;
  column-gap: 40px;
  align-items: center;
}

.otchet__link-1 {
  font-size: 20px;
  color: #000;
  font-weight: 700;
}

.otchet__link-2 {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 25px;
  color: #022b8c;
  border-radius: 25px;
  border: 1px solid #022b8c;
}
.otchet__link-2:hover {
  background-color: #b7dbf1;
}
.otchet__link-1:hover,
.otchet__link-1:active {
  color: #022b8c;
}

.documents__list {
  margin: 30px 0 30px;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.documents__list-item {
  display: flex;
  align-items: center;
  column-gap: 30px;
  justify-content: space-between;
  border-bottom: 1px solid rgb(187, 184, 184);
  padding-bottom: 10px;
}
.site-creator {
  padding: 10px 0;
  background-color: #555555;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
}
.site-creator_link {
  display: inline-block;
  color: inherit;
  text-decoration: underline;
  font-weight: bold;
}
@media (max-width: 480px) {
  .site-creator {
    font-size: 14px;
  }
}

@media (min-width: 769px) {
  .img-group {
    transform: translateY(-15px);
  }
}
section.courses--img {
  padding-top: 15px;
} 
