@font-face {
  font-family: 'bold';
  src: url("../fonts/bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap; }

@font-face {
  font-family: 'medium';
  src: url("../fonts/medium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-display: swap; }

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

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-family: "bold", Arial, sans-serif;
  font-weight: normal; }

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.container-sm,
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container-sm,
  .container {
    max-width: 720px;
    padding-right: 15px;
    padding-left: 15px; }
  .row {
    margin-right: -15px;
    margin-left: -15px; }
  .row > * {
    padding-right: 15px;
    padding-left: 15px; } }

@media (min-width: 992px) {
  .container-sm,
  .container {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }

@media (min-width: 1400px) {
  .container {
    max-width: 1320px; } }

@media (min-width: 1700px) {
  .container {
    max-width: 1620px; } }

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%; }

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%; }

.col-3 {
  flex: 0 0 auto;
  width: 25%; }

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%; }

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%; }

.col-6 {
  flex: 0 0 auto;
  width: 50%; }

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%; }

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%; }

.col-9 {
  flex: 0 0 auto;
  width: 75%; }

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%; }

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%; }

.col-12 {
  flex: 0 0 auto;
  width: 100%; }

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%; }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%; } }

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%; }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%; } }

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%; }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%; }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%; } }

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%; }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%; } }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: 0; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:after, .slick-track:before {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir=rtl] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-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;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0; }

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

@supports (padding: 0px) {
  .fancybox-caption {
    padding: 75px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

h1, .h1 {
  font-size: 38px;
  font-family: 'medium';
  font-weight: normal;
  line-height: 1.2; }

h2, .h2 {
  font-size: 32px;
  margin: 15px 0 15px;
  font-family: 'medium';
  line-height: 1.3;
  font-weight: normal; }

h3, .h3 {
  font-size: 28px;
  font-family: 'medium';
  font-weight: normal;
  margin: 5px 0 15px;
  line-height: 1.3; }

h4, .h4 {
  font-size: 20px;
  font-family: 'medium';
  font-weight: 500;
  margin: 5px 0 10px; }

h5, .h5 {
  font-size: 14px;
  font-family: 'medium';
  font-weight: 500; }

h6, .h6 {
  font-size: 12px;
  font-family: 'medium';
  font-weight: 500; }

p {
  margin: 0 0 10px; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

.text-container a,
.article-col a {
  color: #228DE6;
  text-decoration: underline; }
  .text-container a:hover,
  .article-col a:hover {
    text-decoration: none; }

.text-container img,
.article-col img {
  display: block;
  max-width: 100%;
  margin-bottom: 10px; }

.page-title {
  margin: 0 0 30px; }

.page-title h1,
.page-title .h1,
.page-title h2,
.page-title .h2 {
  font-size: 42px;
  margin: 0; }

.double-column {
  columns: 500px;
  column-gap: 50px; }

.double-column p,
.double-column ul,
.double-column ol {
  width: 100%;
  display: inline-block;
  vertical-align: top; }

.double-column h2:first-child {
  column-span: all; }

.catalog-page .text-container {
  padding-top: 100px; }

.text-container ol,
.text-container ul {
  padding-left: 20px;
  margin: -5px 0 20px; }

.text-container ol li::marker,
.text-container ul li::marker {
  color: #84A02B; }

.text-container .h2,
.text-container h2 {
  margin-top: 0; }

ul {
  padding-left: 20px;
  list-style-type: square; }

.text-page .text-container {
  margin-bottom: 70px; }

.title-group {
  margin: -5px 0 40px; }
  .title-group .h2, .title-group h2 {
    font-size: 32px;
    text-transform: uppercase;
    margin: 0; }
  .title-group .h1, .title-group h1 {
    text-transform: uppercase;
    font-size: 32px;
    margin: 0; }

@media (min-width: 1200px) {
  .text-page .text-container {
    max-width: 950px; } }

@media (max-width: 1699px) {
  h1, .h1 {
    font-size: 36px; }
  h2, .h2 {
    font-size: 28px; }
  h3, .h3 {
    font-size: 24px; }
  h4, .h4 {
    font-size: 18px; }
  h5, .h5 {
    font-size: 13px; } }

@media (max-width: 1399px) {
  h1, .h1 {
    font-size: 32px; }
  h2, .h2 {
    font-size: 24px; }
  h3, .h3 {
    font-size: 20px; }
  h4, .h4 {
    font-size: 16px; } }

@media (max-width: 1199px) {
  .title-group h1,
  .title-group .h1,
  .title-group h2,
  .title-group .h2 {
    font-size: 28px; }
  h1, .h1 {
    font-size: 28px; }
  h2, .h2 {
    font-size: 22px; }
  h3, .h3 {
    font-size: 18px; }
  h4, .h4 {
    font-size: 14px; } }

@media (max-width: 991px) {
  .title-group {
    margin-bottom: 30px; } }

@media (max-width: 575px) {
  .page-title h1,
  .page-title .h1,
  .page-title h2,
  .page-title .h2 {
    font-size: 24px; }
  .title-group h2,
  .title-group .h2 {
    font-size: 24px; }
  h1, .h1 {
    font-size: 24px; }
  h2, .h2 {
    font-size: 20px; } }

*, *:after, *:before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

html {
  height: 100%;
  width: 100%;
  overscroll-behavior: none;
  scroll-behavior: smooth; }

::-webkit-scrollbar {
  width: 8px;
  height: 8px; }

::-webkit-scrollbar-track {
  background: #eaeff9; }

::-webkit-scrollbar-thumb {
  background: #1347A7; }

::-webkit-scrollbar-thumb:hover {
  background: #228DE6; }

body {
  margin: 0;
  padding: 58px 0 0;
  font-family: 'regular', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #1D191C;
  background-color: #fff;
  min-width: 320px; }
  body.locked {
    overflow: hidden !important; }

a, button {
  cursor: pointer; }

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

table {
  border-collapse: collapse; }

p {
  margin: 0 0 15px; }

iframe {
  max-width: 100%; }

.page-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  min-height: 100vh;
  flex-direction: column; }

.page-content {
  flex: 1; }

.default-space {
  padding-top: 70px;
  padding-bottom: 70px; }

.default-space.slider-section {
  padding-top: 80px; }

.vertical-center {
  display: flex;
  flex-direction: column;
  justify-content: center; }

@media (min-width: 991px) {
  body {
    padding-top: 68px; } }

@media (min-width: 1200px) {
  body {
    padding-top: 62px; } }

@media (min-width: 1400px) {
  body {
    padding-top: 76px;
    font-size: 16px; }
  .default-space {
    padding-top: 90px;
    padding-bottom: 90px; } }

@media (min-width: 1700px) {
  body {
    padding-top: 86px; } }

.main-header {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #EFF1F5;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000; }
  .main-header .main-logo {
    display: flex;
    align-items: center; }
  .main-header .container {
    display: flex;
    align-items: center; }

.index-page .main-header {
  background-color: #fff; }

.slide-nav {
  position: fixed;
  display: block;
  z-index: 100;
  width: 300px;
  right: 0;
  top: 0;
  background-color: #fff;
  height: 100vh;
  max-height: 100vh;
  overflow-y: auto;
  padding: 55px 15px 50px 25px;
  transition: 0.3s;
  z-index: 1000;
  transform: translateX(150%); }
  .slide-nav.active {
    transform: translateX(0); }
  .slide-nav > .nav-item {
    margin-top: 20px; }
    .slide-nav > .nav-item .nav-link {
      display: none; }
    .slide-nav > .nav-item a.nav-link {
      display: block;
      font-size: 15px; }
    .slide-nav > .nav-item small {
      display: block;
      color: #555;
      margin-bottom: 3px; }
    .slide-nav > .nav-item a {
      display: block;
      color: #111;
      text-decoration: none;
      margin-bottom: 5px; }

.main-nav {
  display: flex;
  flex-direction: column; }
  .main-nav a {
    color: #111;
    text-decoration: none; }
    .main-nav a.active {
      color: #228DE6; }
  .main-nav > a {
    display: block;
    font-size: 17px;
    margin-bottom: 5px;
    text-transform: uppercase; }
  .main-nav .nav-item {
    margin-bottom: 5px; }
  .main-nav .nav-link {
    display: block;
    font-size: 17px;
    text-transform: uppercase; }
  .main-nav .nav-dropdown {
    padding-left: 10px; }
    .main-nav .nav-dropdown a {
      position: relative;
      padding-left: 15px;
      display: block;
      margin-bottom: 8px; }
      .main-nav .nav-dropdown a:before {
        content: '';
        width: 6px;
        height: 1px;
        background-color: #252525;
        position: absolute;
        left: 0;
        top: 10px; }

.nav-toggle {
  background-color: transparent;
  border: 0;
  padding: 0;
  outline: 0;
  margin-left: auto; }
  .nav-toggle span {
    width: 30px;
    height: 2px;
    border-radius: 3px;
    background-color: #111;
    display: block;
    margin: 8px 0; }

.nav-close {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 10px;
  left: 23px;
  background-size: 60%;
  border: 0;
  outline: 0;
  transition: 0.25s; }

.languages-box {
  position: absolute;
  right: 15px;
  top: 12px;
  display: flex; }
  .languages-box a {
    border: 1px solid transparent;
    border-radius: 2px;
    text-decoration: none;
    color: #111;
    padding: 1px 5px;
    margin-left: 3px; }
    .languages-box a.active {
      border-color: #228DE6;
      color: #228DE6;
      pointer-events: none;
      cursor: auto; }
    .languages-box a:hover {
      color: #228DE6; }

.page-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  display: none; }

@media (min-width: 768px) {
  .slide-nav {
    width: 400px; } }

@media (min-width: 991px) {
  .main-header {
    padding-top: 15px;
    padding-bottom: 15px; }
  .main-logo img {
    width: 220px;
    height: 32px; } }

@media (min-width: 1199px) {
  .main-header {
    transition: 0.25s; }
    .main-header .nav-item {
      position: relative;
      margin-bottom: 0; }
      .main-header .nav-item .dropdown-holder {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        padding-top: 30px;
        display: flex;
        justify-content: flex-end;
        transition: 0.2s;
        z-index: 5;
        opacity: 0;
        pointer-events: none; }
      .main-header .nav-item .nav-dropdown {
        background-color: #fff;
        padding: 0;
        display: flex;
        flex-direction: column;
        width: 230px;
        flex: 0 0 230px;
        border-radius: 3px;
        padding: 8px 12px 1px;
        border: 1px solid #c4c4c4; }
      .main-header .nav-item:hover .dropdown-holder {
        opacity: 1;
        pointer-events: auto; }
      .main-header .nav-item:hover .nav-link:after {
        transform: rotate(180deg); }
    .main-header .slide-nav > .nav-item {
      margin-top: 2px; }
    .main-header .slide-nav {
      display: flex;
      align-items: center;
      flex-grow: 1;
      transform: translateX(0) !important;
      position: static !important;
      height: auto !important;
      width: auto !important;
      padding: 0 !important;
      overflow: visible;
      margin: 0 auto;
      background-color: transparent; }
      .main-header .slide-nav > .nav-item .nav-link {
        display: block;
        cursor: pointer;
        font-family: 'medium', Arial, sans-serif;
        position: relative;
        padding-right: 12px;
        padding-left: 30px;
        margin-bottom: 0; }
        .main-header .slide-nav > .nav-item .nav-link:before {
          content: '';
          position: absolute;
          left: 0;
          top: calc(50% - 11px);
          width: 24px;
          height: 24px;
          background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 8.125h-1.25a1.877 1.877 0 0 0-1.875-1.875V5A3.129 3.129 0 0 1 15 8.125Z' fill='%23228DE6'/%3E%3Cpath d='M17.5 8.125h-1.25a4.38 4.38 0 0 0-4.375-4.375V2.5A5.631 5.631 0 0 1 17.5 8.125ZM16.25 18.125h-.106C3.863 17.419 2.119 7.056 1.875 3.894A1.875 1.875 0 0 1 3.75 1.875h3.294a1.25 1.25 0 0 1 1.162.788L9.156 5a1.25 1.25 0 0 1-.275 1.35L7.55 7.694a5.85 5.85 0 0 0 4.737 4.75l1.357-1.344A1.25 1.25 0 0 1 15 10.844l2.356.944a1.25 1.25 0 0 1 .769 1.162v3.3a1.875 1.875 0 0 1-1.875 1.875Zm-12.5-15a.625.625 0 0 0-.625.675c.288 3.7 2.131 12.45 13.087 13.075a.625.625 0 0 0 .662-.586l.001-.039v-3.3l-2.356-.944-1.794 1.781-.3-.037C6.988 13.069 6.25 7.631 6.25 7.575l-.037-.3 1.775-1.794-.938-2.356h-3.3Z' fill='%23228DE6'/%3E%3C/svg%3E") no-repeat center;
          background-size: 24px; }
        .main-header .slide-nav > .nav-item .nav-link:after {
          content: '';
          width: 0;
          height: 0;
          border-top: 5px solid #111;
          border-left: 4px solid transparent;
          border-right: 4px solid transparent;
          position: absolute;
          right: 0;
          top: calc(50% - 2px);
          transform-origin: center;
          transition: 0.25s; }
      .main-header .slide-nav > .nav-item a.nav-link:after {
        display: none; }
      .main-header .slide-nav > .nav-item .nav-dropdown a:hover {
        color: #228DE6; }
  .nav-close,
  .nav-toggle {
    display: none !important; }
  .main-nav {
    flex-direction: row;
    margin: 0 auto;
    padding-top: 2px; }
  .main-nav .nav-link,
  .main-nav > a {
    font-size: 14px;
    margin: 0 16px;
    cursor: pointer; }
  .main-nav > a:hover {
    color: #228DE6; }
  .main-nav .nav-item:hover .nav-link {
    color: #228DE6; }
  .main-nav .nav-link {
    position: relative;
    z-index: 10;
    padding-right: 12px; }
    .main-nav .nav-link:after {
      content: '';
      width: 0;
      height: 0;
      border-top: 5px solid #111;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      position: absolute;
      right: 0;
      top: calc(50% - 2px);
      transform-origin: center;
      transition: 0.25s; }
  .languages-box {
    position: static;
    margin-left: 30px; }
  .main-nav .nav-dropdown a:hover {
    color: #228DE6; } }

@media (min-width: 1400px) {
  .main-logo img {
    width: 260px;
    height: 36px; }
  .main-header {
    padding-top: 20px;
    padding-bottom: 20px; }
    .main-header.fixed {
      padding-top: 12px;
      padding-bottom: 12px; }
  .main-nav .nav-link, .main-nav > a {
    margin: 0 20px;
    font-size: 15px; }
  .main-header .slide-nav > .nav-item .nav-link {
    font-size: 15px; } }

@media (min-width: 1700px) {
  .main-header {
    padding-top: 25px;
    padding-bottom: 25px; }
  .languages-box {
    margin-left: 50px; }
  .main-header .slide-nav > .nav-item .nav-link {
    font-size: 16px; }
  .main-nav .nav-link, .main-nav > a {
    margin: 0 25px;
    font-size: 16px; }
  .main-logo img {
    width: 280px; } }

.main-slider {
  margin-bottom: 10px;
  margin-top: 3px; }
  .main-slider.slick-initialized {
    opacity: 1; }
    .main-slider.slick-initialized .item {
      display: flex; }
  .main-slider .item {
    outline: 0;
    height: 600px;
    padding-bottom: 40px;
    display: none;
    position: relative;
    overflow: hidden; }
    .main-slider .item picture {
      width: 100%;
      height: 100%; }
    .main-slider .item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 4px; }
    .main-slider .item:first-child {
      display: flex; }
  .main-slider .slick-dots {
    text-align: right;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3px; }
    .main-slider .slick-dots li {
      display: inline-block;
      vertical-align: top;
      margin: 0 0 0 5px;
      height: 10px; }
      .main-slider .slick-dots li.slick-active button {
        background-color: #1347A7; }
    .main-slider .slick-dots button {
      border: 0;
      outline: 0;
      padding: 0;
      font-size: 0;
      width: 14px;
      height: 14px;
      border-radius: 2px;
      border: 1px solid #1347A7;
      background-color: #fff;
      display: block;
      cursor: pointer; }
  .main-slider p {
    font-size: 18px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 0; }
  .main-slider .slide-content {
    position: absolute;
    top: 70%;
    transform: translateY(-50%);
    left: 80px;
    color: #fff; }
  .main-slider .h1, .main-slider h1 {
    font-size: 48px;
    margin: 10px 0 20px;
    line-height: 1.3;
    max-width: 600px;
    font-family: 'medium', Arial, sans-serif;
    text-transform: uppercase;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25); }
  .main-slider .btn-primary {
    width: 250px;
    font-size: 18px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    letter-spacing: 0.5px; }

@media (max-width: 1699px) {
  .main-slider .item {
    height: 500px; }
  .main-slider .h1, .main-slider h1 {
    font-size: 38px; }
  .main-slider .btn-primary {
    width: auto;
    font-size: 16px; } }

@media (max-width: 1399px) {
  .main-slider .item {
    height: 450px; }
  .main-slider .slide-content {
    left: 50px; }
  .main-slider p {
    font-size: 16px; }
  .main-slider .h1, .main-slider h1 {
    font-size: 32px; } }

@media (max-width: 1199px) {
  .main-slider .item {
    height: 400px; }
  .main-slider .h1, .main-slider h1 {
    font-size: 28px; }
  .main-slider .slide-content {
    left: 40px; } }

@media (max-width: 991px) {
  .main-slider .item {
    height: 380px; }
  .main-slider p {
    font-size: 13px; }
  .main-slider .h1, .main-slider h1 {
    font-size: 24px; }
  .main-slider .btn-primary {
    font-size: 14px;
    height: 36px;
    line-height: 35px; }
  .main-slider .slide-content {
    left: 30px;
    top: 42%; } }

@media (max-width: 767px) {
  .main-slider {
    margin-bottom: 10px; }
    .main-slider .h1, .main-slider h1 {
      max-width: none; }
    .main-slider .btn-primary {
      margin: 0 auto; }
    .main-slider .item {
      height: 500px;
      padding-bottom: 0; }
    .main-slider .slide-content {
      top: 50%;
      text-align: center;
      left: 15px;
      right: 15px; }
    .main-slider .slick-dots {
      bottom: -35px; } }

@media (max-width: 575px) {
  .main-slider .item {
    height: 450px; }
  .main-slider .h1, .main-slider h1 {
    font-size: 20px; } }

@media (max-width: 479px) {
  .main-slider .item {
    height: 400px; }
  .main-slider .slide-content {
    left: 10px;
    right: 10px;
    transform: translateY(-50%);
    top: 50%; } }

@media (max-width: 375px) {
  .main-slider .item {
    height: 350px; } }

.index-categories.default-space {
  padding-top: 50px;
  padding-bottom: 70px; }

.category-item figure {
  width: 100%;
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  position: relative;
  margin: 0 0 7px;
  transition: 0.25s;
  padding: 10px 10px 15px; }
  .category-item figure a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .category-item figure:hover {
    border-color: #228DE6; }

.category-item figcaption {
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'medium', Arial, sans-serif; }

.category-item .item-img {
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px; }
  .category-item .item-img picture {
    height: 100%; }
  .category-item .item-img img {
    display: block;
    max-width: 100%;
    max-height: 100%; }

.category-item ul {
  list-style-type: disc; }
  .category-item ul li {
    margin-bottom: 5px; }
  .category-item ul a {
    text-decoration: none;
    color: #111; }
    .category-item ul a:hover {
      color: #228DE6; }

.category-item .category-link {
  text-decoration: none;
  color: #111;
  font-size: 18px; }
  .category-item .category-link:hover {
    color: #228DE6; }

.catalog-categories .title-group {
  background-color: #EFF1F5;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 40px;
  margin-bottom: 40px; }

.catalog-categories .col-6.col-lg-4 {
  margin-bottom: 40px; }

.category-head {
  margin-top: 70px; }
  .category-head:first-child {
    margin-top: 50px; }
  .category-head .h2, .category-head h2 {
    color: #1347A7;
    text-transform: uppercase;
    font-size: 28px; }

.caregories-page .category-item .item-img {
  margin-bottom: 0; }

@media (max-width: 1699px) {
  .category-item .item-img {
    height: 180px; }
  .category-head .h2, .category-head h2 {
    font-size: 24px; } }

@media (max-width: 1399px) {
  .category-item .item-img {
    height: 140px; }
  .category-item .category-link {
    font-size: 16px; }
  .index-categories.default-space {
    padding-bottom: 50px; } }

@media (max-width: 991px) {
  .index-page .category-item {
    margin-bottom: 20px; }
  .index-page .category-item figure {
    margin-bottom: 0; }
  .index-page .category-item ul {
    margin-top: 10px; }
  .index-categories.default-space {
    padding-top: 20px; } }

@media (max-width: 767px) {
  .index-categories.default-space {
    padding-top: 50px; } }

@media (max-width: 575px) {
  .catalog-categories .row {
    margin-left: -8px;
    margin-right: -8px; }
  .catalog-categories .col-6.col-lg-4 {
    padding-left: 8px;
    padding-right: 8px; }
  .category-head {
    margin-top: 30px; } }

@media (max-width: 479px) {
  .category-item .item-img {
    height: 120px; }
  .category-item .category-link {
    font-size: 14px; } }

.breadcrumb {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 20px 0 30px;
  align-items: center;
  background-color: transparent;
  font-size: 12px;
  list-style: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.breadcrumb-item {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 300px; }

.breadcrumb-item:last-child {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 300px;
  color: #717589; }

.breadcrumb-item + .breadcrumb-item:before {
  content: '/';
  font-size: 13px;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  margin: 2px 5px 0;
  color: #111; }

.breadcrumb a {
  color: #111;
  text-decoration: none; }

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

@media (max-width: 1199px) {
  .breadcrumb .breadcrumb-item {
    max-width: 200px; } }

@media (max-width: 575px) {
  .breadcrumb {
    display: flex; } }

.form-group {
  padding-bottom: 20px; }

.form-group label {
  display: block;
  margin-bottom: 2px; }

.form-control {
  display: block;
  width: 100%;
  border: 1px solid #B8BDC7;
  transition: .15s ease-in-out;
  outline: 0;
  height: 44px;
  padding: 10px 12px;
  border-radius: 2px; }
  .form-control:focus {
    border: 1px solid #228DE6;
    box-shadow: 0 0 0 3px rgba(34, 141, 230, 0.3); }

.red-text {
  color: #C62534;
  font-size: 13px; }

textarea {
  display: block;
  width: 100%;
  min-height: 120px;
  border: 1px solid #B8BDC7;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  outline: none;
  padding: 10px;
  color: #000;
  outline: 0;
  resize: vertical;
  border-radius: 2px; }
  textarea:focus {
    border: 1px solid #228DE6;
    box-shadow: 0 0 0 3px rgba(34, 141, 230, 0.3); }

.btn-primary {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #228DE6;
  background-color: #228DE6;
  color: #fff;
  text-decoration: none;
  position: relative;
  transition: 0.2s;
  text-align: center;
  padding: 5px 30px;
  cursor: pointer;
  border-radius: 3px;
  height: 44px; }

.btn-primary:hover {
  background-color: #1347A7;
  border-color: #1347A7; }

.btn-primary:focus,
.btn-primary:active {
  box-shadow: 0 0 0 3px rgba(19, 71, 167, 0.3); }

.btn-outline {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #228DE6;
  background-color: #fff;
  color: #228DE6;
  text-decoration: none;
  position: relative;
  transition: 0.2s;
  text-align: center;
  padding: 5px;
  cursor: pointer;
  border-radius: 2px;
  height: 44px; }
  .btn-outline:hover {
    background-color: #228DE6;
    color: #fff; }
  .btn-outline:focus, .btn-outline:active {
    box-shadow: 0 0 0 3px rgba(34, 141, 230, 0.3); }

.select-container {
  position: relative;
  display: flex;
  align-items: center; }
  .select-container .select-label {
    font-size: 14px;
    color: #555;
    margin-right: 10px; }
  .select-container .select-button {
    background-color: #fff;
    border: 1px solid #C4C4C4;
    cursor: pointer;
    font-size: 14px;
    padding: 0 25px 0 10px;
    box-shadow: none;
    height: 44px;
    width: 190px;
    position: relative;
    text-align: left;
    outline: 0;
    display: flex;
    align-items: center;
    border-radius: 2px; }
    .select-container .select-button span {
      display: block;
      width: 100%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .select-container .select-button:after {
      content: '';
      width: 0;
      height: 0;
      position: absolute;
      top: calc(50% - 3px);
      right: 9px;
      border-top: 6px solid #333;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      transform-origin: center;
      transition: 0.3s; }
    .select-container .select-button.is-active {
      border: 1px solid #1347A7; }
      .select-container .select-button.is-active:after {
        transform: rotate(180deg); }
  .select-container .select-dropdown {
    list-style: none;
    width: 190px;
    display: none;
    position: absolute;
    top: calc(100% + 5px);
    right: 0;
    padding: 0;
    margin: 0;
    z-index: 8;
    max-height: 300px;
    overflow: auto;
    z-index: 100;
    background-color: #fff;
    border: 1px solid #C2C2C2;
    border-radius: 3px; }
    .select-container .select-dropdown li {
      position: static;
      padding: 0; }
      .select-container .select-dropdown li:before {
        display: none; }
      .select-container .select-dropdown li a {
        display: block;
        border: 0;
        line-height: 1.4;
        width: 100%;
        text-decoration: none;
        padding: 5px 12px;
        color: #121212;
        font-size: 13px; }
        .select-container .select-dropdown li a:hover {
          color: #fff;
          background-color: #1347A7; }

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0 0 20px;
  padding: 0; }

.pagination .page-item {
  margin: 0 3px; }

.pagination .page-item.active .page-link {
  color: #fff;
  border-color: #84A02B;
  background-color: #84A02B; }

.pagination .page-link {
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #121212;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #c7c9d9;
  border-radius: 5px; }

.pagination .page-link:hover {
  background-color: #f8f9fa;
  border-color: #84A02B; }

.pagination .page-link span {
  margin-bottom: 3px; }

.product-item {
  border: 1px solid #C2C2C2;
  border-radius: 4px;
  height: 100%;
  transition: 0.25s;
  position: relative;
  background-color: #fff;
  padding: 15px 15px 15px; }
  .product-item:hover {
    border-color: #228DE6; }
  .product-item picture {
    height: 100%;
    width: 100%; }
  .product-item .product-img {
    position: relative;
    height: 250px;
    margin: -15px -15px 5px; }
    .product-item .product-img a {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
    .product-item .product-img img {
      display: block;
      max-width: 100%;
      max-height: 100%;
      margin: 0 auto; }
  .product-item .product-name {
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 1.3; }
    .product-item .product-name a {
      text-decoration: none;
      color: #252525; }
      .product-item .product-name a:hover {
        color: #228DE6;
        text-decoration: underline; }
  .product-item .product-code {
    font-size: 14px;
    color: #777; }
  .product-item ul {
    margin: 10px 0 0;
    list-style-type: disc;
    padding-left: 16px;
    font-size: 14px; }
    .product-item ul li::marker {
      color: #228DE6; }

.catalog-slider {
  margin: 0 -8px; }
  .catalog-slider .slick-track {
    display: flex; }
  .catalog-slider .item {
    margin: 0 8px;
    height: auto;
    outline: 0; }
  .catalog-slider .slick-arrow {
    width: 42px;
    height: 42px;
    background-color: #fff;
    border-radius: 50%;
    border: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: 0;
    cursor: pointer;
    z-index: 10;
    position: absolute;
    top: -72px;
    transition: 0.25s;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.35); }
    .catalog-slider .slick-arrow svg {
      width: 18px;
      fill: #262626; }
    .catalog-slider .slick-arrow.slick-next {
      right: 5px;
      padding-left: 1px; }
    .catalog-slider .slick-arrow.slick-prev {
      right: 55px; }
    .catalog-slider .slick-arrow:hover svg {
      fill: #228DE6; }

.slider-section .title-group {
  margin-bottom: 30px; }

.aside-filters {
  background-color: #EFF1F5;
  margin-right: 15px;
  padding-bottom: 1px; }
  .aside-filters .filter-item {
    position: relative;
    padding-left: 20px;
    padding-right: 15px; }
    .aside-filters .filter-item .item-head {
      font-weight: 500;
      font-size: 17px; }
      .aside-filters .filter-item .item-head p {
        margin: 0 0 12px; }
    .aside-filters .filter-item .item-body {
      position: relative;
      padding-bottom: 15px;
      padding-top: 1px; }
      .aside-filters .filter-item .item-body:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        height: 85px;
        z-index: 1;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 50%, #fff 100%);
        display: none; }
    .aside-filters .filter-item .more-filters {
      position: absolute;
      z-index: 1;
      left: 0;
      right: 0;
      bottom: 20px;
      text-align: center;
      font-size: 13px;
      color: #8FACC2;
      cursor: pointer;
      font-weight: 400;
      display: none; }
      .aside-filters .filter-item .more-filters:hover {
        color: #212121; }
    .aside-filters .filter-item.hidden .item-body {
      max-height: 300px;
      overflow: hidden; }
      .aside-filters .filter-item.hidden .item-body:after {
        display: block; }
    .aside-filters .filter-item.hidden .more-filters {
      display: block; }
  .aside-filters .btn-outline,
  .aside-filters .btn-primary {
    width: calc(100% - 30px);
    margin: 0 15px 15px; }
  .aside-filters .filters-head {
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center; }

.catalog-content-head {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 56px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }
  .catalog-content-head .active-tags {
    display: flex;
    flex-wrap: wrap; }
  .catalog-content-head .tag-item {
    display: flex;
    align-items: center;
    border: 1px solid #228DE6;
    padding: 1px 22px 1px 5px;
    border-radius: 3px;
    margin: 5px 10px 5px 0;
    font-size: 13px;
    position: relative;
    color: #555; }
    .catalog-content-head .tag-item .remove-item {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      border-radius: 0 1px 1px 0;
      width: 18px;
      background: #228DE6 url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m4.881 4 2.991-2.991a.435.435 0 0 0 0-.62L7.61.129A.434.434 0 0 0 7.3 0a.434.434 0 0 0-.309.128l-2.99 2.991L1.008.128A.434.434 0 0 0 .699 0 .433.433 0 0 0 .39.128L.128.39a.438.438 0 0 0 0 .619L3.119 4 .128 6.991a.435.435 0 0 0-.128.31c0 .117.046.227.128.31l.262.261A.434.434 0 0 0 .7 8a.434.434 0 0 0 .309-.128L4 4.881l2.991 2.991a.434.434 0 0 0 .31.128.434.434 0 0 0 .309-.128l.262-.262A.435.435 0 0 0 8 7.3a.435.435 0 0 0-.128-.309L4.882 4Z' fill='%23fff'/%3E%3C/svg%3E") no-repeat center;
      background-size: 8px;
      cursor: pointer;
      border: 1px solid transparent; }
  .catalog-content-head .tag-clear {
    border: 1px solid #004486;
    border-radius: 3px;
    font-size: 13px;
    padding: 1px 8px;
    cursor: pointer;
    height: 23px;
    margin: 5px 0;
    color: #004486; }
    .catalog-content-head .tag-clear:hover {
      color: #DE3D3D;
      border: 1px solid #DE3D3D; }
  .catalog-content-head .select-container {
    margin-left: auto; }
    .catalog-content-head .select-container .select-label {
      white-space: nowrap; }

.categories-slider {
  opacity: 0;
  padding: 0 40px;
  margin-bottom: 50px; }
  .categories-slider.slick-initialized {
    opacity: 1; }
  .categories-slider .slick-track {
    display: flex; }
  .categories-slider .slick-arrow {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    border: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: 0;
    cursor: pointer;
    z-index: 10;
    position: absolute;
    transition: 0.25s;
    top: calc(50% - 20px);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.35); }
    .categories-slider .slick-arrow svg {
      width: 16px;
      height: 16px;
      fill: #262626; }
    .categories-slider .slick-arrow.slick-next {
      right: -10px;
      padding-left: 2px; }
    .categories-slider .slick-arrow.slick-prev {
      left: -10px;
      padding-right: 2px; }
    .categories-slider .slick-arrow:hover svg {
      fill: #228DE6; }
  .categories-slider .category-item {
    width: 100px;
    margin: 0 5px;
    border: 1px solid transparent;
    border-radius: 3px;
    padding: 5px;
    height: auto;
    position: relative;
    transition: 0.25s; }
    .categories-slider .category-item a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      outline: 0; }
    .categories-slider .category-item:hover {
      border-color: #228DE6; }
  .categories-slider .img-box {
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
    padding: 0 7px; }
    .categories-slider .img-box img {
      display: block;
      max-width: 100%;
      max-height: 100%; }
  .categories-slider .item-title {
    text-align: center;
    font-size: 14px; }

.catalog-page .title-container .h1, .catalog-page .title-container h1 {
  text-align: left;
  margin: 0 0 20px;
  font-size: 30px; }

.catalog-page .index-categories .scroll-container {
  display: flex;
  justify-content: space-between;
  margin-right: -15px;
  margin-left: -15px;
  flex-wrap: wrap; }

.catalog-page .index-categories .category-item {
  flex: 0 0 33.33%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 50px; }

.catalog-page .index-categories figure {
  height: 280px;
  padding-top: 20px;
  margin-bottom: 10px; }
  .catalog-page .index-categories figure div {
    height: 180px;
    margin-bottom: 25px; }
  .catalog-page .index-categories figure img {
    max-width: 180px;
    max-height: 180px; }

.catalog-page .index-categories figcaption {
  font-size: 20px; }

.catalog-page .index-categories ul li {
  margin-bottom: 10px; }
  .catalog-page .index-categories ul li:before {
    top: 11px; }

.catalog-page .index-categories ul a {
  font-size: 15px; }

.catalog-page .page-content {
  padding-bottom: 30px; }

.catalog-page .catalog-container {
  margin-bottom: 50px; }
  .catalog-page .catalog-container > .container > .row {
    margin-top: 50px; }
  .catalog-page .catalog-container .col-6.col-md-4 {
    margin-bottom: 30px; }
  .catalog-page .catalog-container .product-item {
    height: 100%; }
  .catalog-page .catalog-container .title-group {
    margin-bottom: 25px; }
    .catalog-page .catalog-container .title-group h1, .catalog-page .catalog-container .title-group .h1,
    .catalog-page .catalog-container .title-group .h2, .catalog-page .catalog-container .title-group h2 {
      text-transform: unset; }

.catalog-page .categories-links {
  margin-top: 30px;
  margin-bottom: 70px; }
  .catalog-page .categories-links .link-item.active {
    color: #DE3D3D;
    cursor: auto;
    pointer-events: none; }
    .catalog-page .categories-links .link-item.active:after {
      display: none; }

.catalog-page .filters-head {
  margin-bottom: 25px;
  height: 56px;
  justify-content: center; }
  .catalog-page .filters-head img, .catalog-page .filters-head svg {
    margin-right: 10px; }
  .catalog-page .filters-head .h4 {
    font-size: 18px;
    margin: 0; }

.catalog-page .default-checkbox {
  position: relative;
  margin: 0 0 10px; }
  .catalog-page .default-checkbox input {
    position: absolute;
    top: 0;
    left: 0;
    display: none; }
  .catalog-page .default-checkbox input:checked ~ label:after {
    display: block; }
  .catalog-page .default-checkbox label {
    display: block;
    padding-left: 28px;
    font-size: 15px;
    cursor: pointer;
    color: #333; }
    .catalog-page .default-checkbox label:before {
      content: '';
      width: 20px;
      height: 20px;
      border-radius: 3px;
      border: 1px solid #333;
      position: absolute;
      left: 0;
      top: -1px; }
    .catalog-page .default-checkbox label:after {
      content: '';
      background: #228DE6 url("data:image/svg+xml,%3Csvg width='11' height='9' viewBox='0 0 11 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.212 8.377a.56.56 0 0 1-.794 0L.247 5.205a.842.842 0 0 1 0-1.191l.397-.397a.842.842 0 0 1 1.191 0l1.98 1.98 5.35-5.35a.842.842 0 0 1 1.191 0l.397.397c.33.33.33.863 0 1.191l-6.54 6.542Z' fill='%23fff'/%3E%3C/svg%3E") no-repeat center;
      background-size: 12px;
      width: 20px;
      height: 20px;
      border-radius: 3px;
      position: absolute;
      left: 0;
      top: -1px;
      display: none; }

.catalog-page .cost-slider {
  margin: 0 12px 0 5px; }

.catalog-page .select-container .select-button {
  width: 160px;
  height: 34px; }

.catalog-page .address-box .payment-title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: -4px; }

.catalog-page .catalog-display {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px; }

.catalog-page .found-products span {
  font-family: "medium", Arial, sans-serif; }

.catalog-page .filters-open-toggle {
  display: none;
  align-items: center;
  cursor: pointer; }
  .catalog-page .filters-open-toggle .filter-open-icon {
    margin-left: 8px;
    background-size: 16px;
    width: 32px;
    height: 32px;
    border: 1px solid #c2c2c2;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center; }

.catalog-page .empty-search {
  text-align: center;
  padding: 100px 0; }
  .catalog-page .empty-search .h2 {
    font-size: 28px;
    font-weight: 400;
    margin: 0 0 15px; }
  .catalog-page .empty-search .subtitle {
    color: #74747a; }

.catalog-page .filter-close {
  position: absolute;
  width: 33px;
  height: 33px;
  top: 8px;
  right: 10px;
  border: 0;
  outline: 0;
  transition: 0.25s;
  display: none;
  cursor: pointer;
  padding: 0; }

.catalog-page .page-description {
  padding: 20px 0; }
  .catalog-page .page-description p {
    margin: 10px 0 20px; }
  .catalog-page .page-description a {
    text-decoration: none; }
    .catalog-page .page-description a:hover {
      text-decoration: underline; }
  .catalog-page .page-description .h1, .catalog-page .page-description h1 {
    font-size: 36px;
    font-weight: 500;
    margin: 0 0 30px;
    text-align: center; }
  .catalog-page .page-description .h2, .catalog-page .page-description h2 {
    font-size: 24px;
    font-weight: 500;
    margin: 25px 0 5px; }
  .catalog-page .page-description .h3, .catalog-page .page-description h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 25px 0 10px; }
  .catalog-page .page-description .h5, .catalog-page .page-description h5 {
    font-size: 16px;
    margin: 0 0 5px;
    font-weight: 500; }
  .catalog-page .page-description img {
    display: block;
    max-width: 100%; }
  .catalog-page .page-description ul {
    margin: -5px 0 20px;
    padding: 0 0 0 20px; }
    .catalog-page .page-description ul li {
      font-size: 16px;
      position: relative;
      margin: 3px 0; }

.catalog-slider-container {
  padding: 30px 0;
  clear: both; }
  .catalog-slider-container .h2, .catalog-slider-container h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    margin: 0 0 20px; }

.catalog-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1000;
  display: none; }

.catalog-content .product-item .product-name {
  font-size: 16px; }

.catalog-content .product-item .product-code {
  font-size: 13px; }

.catalog-content .product-item ul {
  font-size: 13px; }

@media (max-width: 1699px) {
  .catalog-page .catalog-content .row {
    margin-left: -5px;
    margin-right: -5px; }
  .catalog-page .catalog-content .col-6.col-md-4 {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px; }
  .product-item .product-name {
    font-size: 16px; }
  .product-item .product-code {
    font-size: 13px; }
  .product-item ul {
    font-size: 13px; }
  .catalog-content .product-item {
    padding: 12px; }
  .catalog-content .product-item .product-img {
    margin: -12px -12px 5px; } }

@media (max-width: 1399px) {
  .aside-filters .filter-item .item-head {
    font-size: 14px;
    font-family: "medium", Arial, sans-serif; }
  .catalog-page .default-checkbox label {
    font-size: 14px; } }

@media (max-width: 1199px) {
  .catalog-page .title-container .h1, .catalog-page .title-container h1 {
    font-size: 24px; }
  .catalog-page .h1, .catalog-page h1 {
    font-size: 32px; }
  .catalog-page .index-categories .category-item {
    margin-bottom: 30px; }
  .catalog-page .catalog-content-head .select-label {
    display: none; }
  .catalog-page .categories-links {
    margin: 20px 0 50px; }
    .catalog-page .categories-links .link-item {
      font-size: 16px; }
  .catalog-page .slide-filters .extra-controls span {
    font-size: 12px; }
  .catalog-page .slide-filters .extra-controls .num-input {
    width: 50px;
    font-size: 13px; }
  .catalog-page .catalog-content.catalog-list .col-6.col-md-4.col-xl-3.load-products .product-item {
    min-height: auto; }
  .catalog-page .catalog-content.catalog-list .product-item {
    min-height: 200px;
    padding: 10px 5px 90px 130px; }
    .catalog-page .catalog-content.catalog-list .product-item .product-img {
      flex: 0 0 120px;
      width: 120px;
      height: 120px; }
    .catalog-page .catalog-content.catalog-list .product-item .product-cost {
      left: 130px; }
    .catalog-page .catalog-content.catalog-list .product-item .product-footer {
      left: 130px; }
  .categories-slider {
    padding: 0 15px; }
  .default-space.slider-section {
    padding-top: 70px; } }

@media (max-width: 991px) {
  .catalog-page .h1, .catalog-page h1 {
    font-size: 28px;
    margin-bottom: 30px; }
  .catalog-page .filters-head {
    display: none; }
  .catalog-page .slide-filters {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1005;
    background-color: #fff;
    width: 300px;
    height: 100vh;
    max-height: 100vh;
    overflow-y: auto;
    padding: 40px 15px 60px;
    transform: translateX(-150%);
    transition: 0.3s; }
    .catalog-page .slide-filters.active {
      transform: translateX(0); }
  .catalog-page .catalog-head-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 25px; }
  .catalog-page .catalog-content-head {
    padding: 0;
    min-height: auto;
    width: 100%;
    background-color: transparent;
    border: 0;
    margin-top: 15px; }
    .catalog-page .catalog-content-head .active-tags {
      display: none; }
    .catalog-page .catalog-content-head .select-container .select-box {
      margin-left: 0; }
  .catalog-page .select-container .select-button,
  .catalog-page .catalog-content-head .select-container .select-box,
  .catalog-page .catalog-content-head .select-container {
    width: 100%; }
  .catalog-page .select-container .select-dropdown {
    width: 100%; }
  .catalog-page .found-products {
    order: 3;
    width: 100%;
    font-size: 13px;
    margin-top: 10px;
    color: #74747a; }
    .catalog-page .found-products span {
      color: #212121; }
  .catalog-page .catalog-display {
    flex-grow: 1;
    flex-wrap: wrap;
    margin-bottom: 0; }
  .catalog-page .toggles-box {
    display: flex;
    width: 100%; }
  .catalog-page .filters-open-toggle {
    display: flex;
    margin-right: auto; }
  .catalog-page .filter-close {
    display: block; }
  .catalog-page .catalog-container {
    margin-bottom: 20px; }
  .aside-filters {
    background-color: transparent; } }

@media (max-width: 767px) {
  .catalog-page .h1, .catalog-page h1 {
    font-size: 24px;
    margin-bottom: 25px; }
  .catalog-page .col-6.col-xl-3 {
    margin-bottom: 15px; }
  .catalog-page .categories-links {
    display: none;
    margin: 15px 0 30px; }
    .catalog-page .categories-links .link-item {
      font-size: 14px;
      font-weight: 400; }
    .catalog-page .categories-links .vertical-line {
      margin: 0 15px; }
  .catalog-page .found-products {
    margin-top: 20px; }
  .catalog-page .catalog-content-head {
    margin-bottom: 0; }
  .catalog-page .empty-search .h2 {
    font-size: 24px; } }

@media (max-width: 575px) {
  .catalog-page .index-categories .category-item {
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    flex: 0 0 50%;
    width: 50%; }
  .catalog-page .index-categories .scroll-container {
    margin-right: -5px;
    margin-left: -5px; }
  .catalog-page .index-categories figure {
    height: 200px; }
    .catalog-page .index-categories figure > div {
      height: 130px; }
    .catalog-page .index-categories figure img {
      max-height: 130px; }
  .catalog-page .index-categories figcaption {
    font-size: 16px; }
  .catalog-page .filters-open-toggle {
    margin-right: 10px; }
  .catalog-slider {
    margin: 0 -15px; }
  .catalog-slider .slick-arrow {
    width: 32px;
    height: 32px;
    top: -62px; }
    .catalog-slider .slick-arrow svg {
      width: 16px; }
  .catalog-slider .slick-arrow.slick-prev {
    right: 45px; }
  .catalog-slider .item {
    margin: 0 3px; }
  .catalog-content .product-item .product-img {
    margin: -8px -8px 5px;
    height: 200px; }
  .catalog-content .product-item {
    padding: 8px 8px 10px; }
  .catalog-content .product-item .product-name {
    font-size: 14px; }
  .catalog-content .product-item ul,
  .catalog-content .product-item .product-code {
    font-size: 12px; } }

@media (max-width: 479px) {
  .catalog-page .index-categories figure {
    height: 160px; }
    .catalog-page .index-categories figure > div {
      height: 100px; }
    .catalog-page .index-categories figure img {
      max-height: 100px; }
  .catalog-page .index-categories figcaption {
    font-size: 14px; } }

@media (max-width: 420px) {
  .catalog-slider .slick-list {
    padding: 0 40px !important; }
  .catalog-content .product-item .product-name {
    font-size: 13px; }
  .catalog-content .product-item .product-img {
    height: 160px; } }

@media (max-width: 390px) {
  .catalog-slider .slick-list {
    padding: 0 20px !important; }
  .catalog-page .catalog-content {
    margin-left: -3px;
    margin-right: -3px; }
  .catalog-page .catalog-content .col-6.col-md-4 {
    padding-left: 3px;
    padding-right: 3px; } }

.product-page .page-content {
  padding-bottom: 30px; }

.product-page .product-slider-container {
  position: relative;
  padding-top: 5px; }
  .product-page .product-slider-container .btn-choose {
    width: 52px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border: 0;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    margin-left: 10px;
    transition: 0.25s;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 10; }
    .product-page .product-slider-container .btn-choose img {
      width: 30px; }
    .product-page .product-slider-container .btn-choose .default-icon {
      display: block; }
    .product-page .product-slider-container .btn-choose .active-icon {
      display: none; }
    .product-page .product-slider-container .btn-choose.added .default-icon {
      display: none; }
    .product-page .product-slider-container .btn-choose.added .active-icon {
      display: block; }

.product-page .product-slider {
  border-radius: 5px;
  margin: 0 auto; }
  .product-page .product-slider.slick-initialized .item {
    display: block; }
  .product-page .product-slider .item {
    outline: 0;
    height: 700px;
    display: none;
    padding-top: 10px; }
    .product-page .product-slider .item:first-child {
      display: block; }
    .product-page .product-slider .item a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      outline: 0; }
      .product-page .product-slider .item a img {
        display: block;
        max-width: 100%;
        max-height: 100%;
        margin: 0 auto; }
    .product-page .product-slider .item .zoom-icon {
      position: absolute;
      right: 5px;
      bottom: 5px;
      width: 50px;
      height: 50px;
      background: url("../img/icons/zoom-icon.svg") no-repeat center;
      background-size: 25px;
      pointer-events: none; }
    .product-page .product-slider .item.video-item:before {
      content: '';
      position: absolute;
      right: 50%;
      margin-right: -22px;
      margin-top: -22px;
      width: 70px;
      top: 50%;
      height: 70px;
      border-radius: 50%;
      background: #fff url(../img/icons/youtube-icon.svg) no-repeat center;
      background-size: 40px;
      pointer-events: none; }
    .product-page .product-slider .item.view-360 {
      position: relative; }
      .product-page .product-slider .item.view-360 .mouse-move {
        position: absolute;
        left: 10px;
        bottom: 2px;
        z-index: 1;
        pointer-events: none; }
        .product-page .product-slider .item.view-360 .mouse-move img {
          width: 50px; }

.product-page .product-slider-nav .view-360 {
  position: relative; }

.product-page .wrap-3d {
  display: block !important;
  margin: 0 !important;
  height: 100%; }

.product-page .wrap-3d:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 30px;
  width: 50px;
  height: 50px;
  background: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_224_421)'%3E%3Cpath d='M22.2842 2.17334H15.7623C15.4623 2.17334 15.2188 2.41684 15.2188 2.71685C15.2188 3.01686 15.4623 3.26037 15.7623 3.26037H22.2842C22.5842 3.26037 22.8277 3.01686 22.8277 2.71685C22.8277 2.41684 22.5842 2.17334 22.2842 2.17334Z' fill='black'/%3E%3Cpath d='M22.668 2.33297L20.494 0.158972C20.282 -0.0529908 19.9374 -0.0529908 19.7255 0.158972C19.5135 0.370936 19.5135 0.715529 19.7255 0.927492L21.5147 2.7167L19.7244 4.50697C19.5124 4.71893 19.5124 5.06353 19.7244 5.27549C19.8309 5.38091 19.97 5.43421 20.1092 5.43421C20.2483 5.43421 20.3874 5.38096 20.494 5.27549L22.668 3.10149C22.88 2.88948 22.88 2.54494 22.668 2.33297Z' fill='black'/%3E%3Cpath d='M8.15335 2.17334H1.6314C1.33139 2.17334 1.08789 2.41684 1.08789 2.71685C1.08789 3.01686 1.33139 3.26037 1.6314 3.26037H8.15335C8.45336 3.26037 8.69686 3.01686 8.69686 2.71685C8.69686 2.41684 8.45336 2.17334 8.15335 2.17334Z' fill='black'/%3E%3Cpath d='M2.40013 2.71645L4.18933 0.927248C4.40129 0.715285 4.40129 0.370692 4.18933 0.158728C3.97737 -0.053235 3.63277 -0.053235 3.42081 0.158728L1.24686 2.33278C1.0349 2.54474 1.0349 2.88934 1.24686 3.1013L3.42086 5.2753C3.5274 5.38072 3.66651 5.43402 3.80566 5.43402C3.94481 5.43402 4.08391 5.38077 4.18938 5.27423C4.40135 5.06226 4.40135 4.71767 4.18938 4.50571L2.40013 2.71645Z' fill='black'/%3E%3Cpath d='M21.7395 10.8691C21.2927 10.8691 20.8764 11.0049 20.5307 11.2365C20.2329 10.3908 19.4253 9.78208 18.4785 9.78208C18.0318 9.78208 17.6154 9.91797 17.2698 10.1495C16.9719 9.30384 16.1643 8.6951 15.2175 8.6951C14.8219 8.6951 14.4501 8.80165 14.1306 8.98752V5.43413C14.1306 4.23516 13.1555 3.26013 11.9566 3.26013C10.7576 3.26013 9.78256 4.23516 9.78256 5.43413V14.6735L7.89339 13.2572C6.77381 12.4169 5.18026 12.5289 4.18785 13.5203C3.55197 14.1562 3.55197 15.1899 4.18785 15.8258L11.9283 23.5673C12.8523 24.4913 14.0816 25 15.3882 25H17.935C21.2308 25 23.9135 22.3184 23.9135 19.0215V13.0431C23.9135 11.8441 22.9385 10.8691 21.7395 10.8691ZM22.8265 19.0215C22.8265 21.7183 20.6319 23.9129 17.935 23.9129H15.3882C14.3708 23.9129 13.4153 23.5173 12.6969 22.7988L4.95637 15.0573C4.74441 14.8453 4.74441 14.5007 4.95637 14.2887C5.29333 13.9529 5.74334 13.78 6.19554 13.78C6.56296 13.78 6.93253 13.8942 7.24232 14.1268L10 16.1953C10.1653 16.3192 10.387 16.3377 10.5696 16.2464C10.7533 16.154 10.8696 15.966 10.8696 15.7605V5.43413C10.8696 4.83518 11.3566 4.34716 11.9566 4.34716C12.5566 4.34716 13.0436 4.83523 13.0436 5.43413V13.5866C13.0436 13.8866 13.2871 14.1301 13.5871 14.1301C13.8871 14.1301 14.1306 13.8866 14.1306 13.5866V10.8691C14.1306 10.2702 14.6176 9.78213 15.2176 9.78213C15.8176 9.78213 16.3046 10.2702 16.3046 10.8691V13.5866C16.3046 13.8866 16.5481 14.1301 16.8481 14.1301C17.1481 14.1301 17.3916 13.8866 17.3916 13.5866V11.9561C17.3916 11.3571 17.8785 10.8691 18.4786 10.8691C19.0786 10.8691 19.5655 11.3572 19.5655 11.9561V13.5866C19.5655 13.8866 19.809 14.1301 20.109 14.1301C20.4091 14.1301 20.6526 13.8866 20.6526 13.5866V13.0431C20.6526 12.4441 21.1395 11.9561 21.7395 11.9561C22.3396 11.9561 22.8265 12.4442 22.8265 13.0431V19.0215Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_224_421'%3E%3Crect width='25' height='25' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat center;
  background-size: 30px;
  pointer-events: none; }

.product-page .wrap-3d img {
  max-width: 85%;
  max-height: 100%;
  position: relative;
  margin: 0 auto; }

.product-page .product-slider-nav .view-360:before {
  content: '';
  position: absolute;
  right: 50%;
  margin-right: -22px;
  margin-top: -22px;
  width: 45px;
  top: 50%;
  height: 45px;
  border-radius: 50%;
  background: #fff url("data:image/svg+xml,%3Csvg height='512pt' viewBox='0 -66 512 512' width='512pt' xmlns='http://www.w3.org/2000/svg' fill='%23262626'%3E%3Cpath d='m138.664062 230.164062c26.601563 0 48.070313-11.78125 48.070313-42.941406v-3.609375c0-15.390625-8.167969-23.75-19.378906-27.929687 9.5-4.371094 14.628906-17.292969 14.628906-31.160156 0-25.652344-18.238281-34.390626-42.371094-34.390626-32.679687 0-43.316406 19.1875-43.316406 34.007813 0 9.121094 1.707031 11.972656 15.386719 11.972656 11.019531 0 13.871094-4.371093 13.871094-10.832031 0-7.410156 4.75-9.6875 14.058593-9.6875 7.792969 0 14.0625 2.660156 14.0625 13.679688 0 15.390624-7.601562 16.339843-14.820312 16.339843-6.460938 0-8.550781 5.699219-8.550781 11.402344 0 5.699219 2.089843 11.398437 8.550781 11.398437 10.449219 0 18.242187 2.46875 18.242187 15.199219v3.609375c0 12.351563-4.5625 17.101563-17.480468 17.101563-8.550782 0-16.910157-2.089844-16.910157-11.019531 0-7.222657-3.042969-9.882813-15.199219-9.882813-10.453124 0-14.0625 2.28125-14.0625 10.832031 0 15.960938 12.539063 35.910156 45.21875 35.910156zm0 0'/%3E%3Cpath d='m256.273438 115.972656c8.929687 0 16.53125 3.800782 16.53125 11.019532 0 8.738281 7.21875 10.828124 15.390624 10.828124 9.5 0 13.871094-2.847656 13.871094-11.96875 0-15.769531-12.730468-35.71875-44.839844-35.71875-27.363281 0-48.453124 12.160157-48.453124 44.839844v50.351563c0 32.679687 20.519531 44.839843 46.742187 44.839843 26.21875 0 46.550781-12.160156 46.550781-44.839843v-1.710938c0-30.398437-18.242187-39.898437-39.902344-39.898437-9.117187 0-17.667968 1.707031-23.75 8.355468v-17.097656c0-13.113281 6.652344-19 17.859376-19zm-.949219 50.539063c10.832031 0 17.101562 5.320312 17.101562 19.191406v1.710937c0 13.109376-6.269531 18.808594-16.910156 18.808594s-17.101563-5.699218-17.101563-18.808594v-3.421874c0-12.539063 6.652344-17.480469 16.910157-17.480469zm0 0'/%3E%3Cpath d='m371.796875 169.933594c5.886719 0 9.5-3.992188 9.5-9.691406 0-5.890626-3.613281-9.5-9.5-9.5-6.082031 0-9.691406 3.609374-9.691406 9.5 0 5.699218 3.609375 9.691406 9.691406 9.691406zm0 0'/%3E%3Cpath d='m371.605469 230.164062c26.21875 0 46.738281-12.160156 46.738281-44.84375v-50.347656c0-32.683594-20.519531-44.839844-46.738281-44.839844-26.222657 0-46.550781 12.15625-46.550781 44.839844v50.347656c0 32.683594 20.328124 44.84375 46.550781 44.84375zm-16.910157-95.191406c0-13.109375 6.269532-19 16.910157-19s17.097656 5.890625 17.097656 19v50.351563c0 13.109375-6.457031 19-17.097656 19s-16.910157-5.890625-16.910157-19zm0 0'/%3E%3Cpath d='m466.847656 146.503906c-6.824218-4.691406-16.164062-2.96875-20.859375 3.859375-4.695312 6.824219-2.96875 16.164063 3.855469 20.859375 14.667969 10.089844 32.15625 26.269532 32.15625 46.039063 0 17.9375-14.941406 36.519531-42.078125 52.332031-29.671875 17.285156-72.117187 30.132812-119.515625 36.167969-8.21875 1.046875-14.03125 8.558593-12.984375 16.777343.964844 7.574219 7.421875 13.105469 14.859375 13.105469.632812 0 1.273438-.039062 1.917969-.121093 52.039062-6.628907 97.277343-20.464844 130.824219-40.011719 37.273437-21.714844 56.976562-48.773438 56.976562-78.25 0-25.96875-15.613281-50.4375-45.152344-70.757813zm0 0'/%3E%3Cpath d='m226.605469 274.15625c-5.855469-5.859375-15.355469-5.859375-21.210938 0-5.859375 5.855469-5.859375 15.355469 0 21.210938l13.0625 13.066406c-47.960937-3.417969-92.023437-13.363282-126.761719-28.855469-39.207031-17.492187-61.695312-40.203125-61.695312-62.316406 0-17.652344 14.554688-36 40.980469-51.664063 7.128906-4.226562 9.480469-13.425781 5.257812-20.550781-4.226562-7.128906-13.425781-9.480469-20.554687-5.257813-46.023438 27.28125-55.683594 57.1875-55.683594 77.472657 0 34.992187 28.226562 66.851562 79.476562 89.714843 38.949219 17.371094 88.226563 28.324219 141.414063 31.679688l-15.496094 15.5c-5.859375 5.855469-5.859375 15.355469 0 21.210938 2.929688 2.929687 6.765625 4.394531 10.605469 4.394531s7.679688-1.464844 10.605469-4.394531l40-40c5.859375-5.855469 5.859375-15.351563 0-21.210938zm0 0'/%3E%3C/svg%3E") no-repeat center;
  background-size: 35px;
  pointer-events: none; }

.product-page .product-description {
  padding-left: 20px; }
  .product-page .product-description .product-code {
    margin: 0 0 10px; }
    .product-page .product-description .product-code span {
      color: #888; }
  .product-page .product-description .subtitle {
    margin-bottom: 10px; }
  .product-page .product-description .product-availability {
    font-size: 14px; }
    .product-page .product-description .product-availability .available {
      color: #3CA42B; }
    .product-page .product-description .product-availability .not-available {
      color: #74747a; }
  .product-page .product-description .h1, .product-page .product-description h1 {
    font-size: 36px;
    font-weight: 400;
    margin: -5px 0 15px;
    line-height: 1.3; }
  .product-page .product-description p {
    margin: 0 0 10px; }
  .product-page .product-description ul {
    margin: 10px 0 15px;
    padding-left: 15px;
    list-style-type: disc; }
    .product-page .product-description ul li::marker {
      color: #228DE6; }
  .product-page .product-description .stars-block {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 15px;
    cursor: pointer; }
    .product-page .product-description .stars-block p {
      margin: 2px 0 0;
      margin-left: 7px;
      font-size: 16px; }
      .product-page .product-description .stars-block p span {
        font-weight: 500; }
      .product-page .product-description .stars-block p:hover {
        text-decoration: underline; }
    .product-page .product-description .stars-block .item-stars {
      height: 20px; }
    .product-page .product-description .stars-block .full-star {
      font-size: 0;
      white-space: nowrap;
      display: inline-block;
      vertical-align: top;
      width: 20px;
      height: 20px;
      overflow: hidden;
      background: url(../img/icons/full-star.svg) no-repeat center;
      background-size: contain; }
    .product-page .product-description .stars-block .half-star {
      font-size: 0;
      white-space: nowrap;
      display: inline-block;
      vertical-align: top;
      width: 20px;
      height: 20px;
      overflow: hidden;
      background: url(../img/icons/half-star.svg) no-repeat center;
      -webkit-background-size: contain;
      background-size: contain; }
    .product-page .product-description .stars-block .empty-star {
      font-size: 0;
      white-space: nowrap;
      display: inline-block;
      vertical-align: top;
      width: 20px;
      height: 20px;
      overflow: hidden;
      position: relative;
      background: url(../img/icons/empty-star.svg) no-repeat center;
      background-size: contain; }
  .product-page .product-description .buttons-box {
    margin: 30px 0;
    display: flex;
    align-items: center; }
  .product-page .product-description .btn-primary {
    height: 52px;
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    padding: 0 8px;
    font-size: 18px; }
    .product-page .product-description .btn-primary span {
      margin-right: 10px; }
    .product-page .product-description .btn-primary .default-text {
      display: block; }
    .product-page .product-description .btn-primary .default-icon {
      display: block; }
    .product-page .product-description .btn-primary .active-text {
      display: none; }
    .product-page .product-description .btn-primary .active-icon {
      width: 20px;
      display: none; }
    .product-page .product-description .btn-primary.added .default-icon {
      display: none; }
    .product-page .product-description .btn-primary.added .active-icon {
      display: block; }
    .product-page .product-description .btn-primary.added .default-text {
      display: none; }
    .product-page .product-description .btn-primary.added .active-text {
      display: block; }

.product-page .description-toggle {
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  width: 100px;
  margin: 0 auto;
  z-index: 5;
  cursor: pointer;
  display: none; }
  .product-page .description-toggle:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid #262626;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    position: absolute;
    right: -2px;
    top: calc(50% - 1px);
    transform-origin: center;
    transition: 0.25s; }
  .product-page .description-toggle .default-state {
    display: block; }
  .product-page .description-toggle .active-state {
    display: none; }
  .product-page .description-toggle.active:after {
    transform: rotate(180deg); }
  .product-page .description-toggle.active .default-state {
    display: none; }
  .product-page .description-toggle.active .active-state {
    display: block; }

.product-page .product-text-container {
  max-height: 300px;
  overflow: hidden;
  position: relative;
  padding-bottom: 25px; }
  .product-page .product-text-container.hidden:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 85px;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 50%, #fff 100%); }
  .product-page .product-text-container.hidden .description-toggle {
    display: block; }
  .product-page .product-text-container.active {
    max-height: none; }
    .product-page .product-text-container.active:after {
      display: none; }

.product-page .review-item {
  border: 1px solid #c2c2c2;
  border-radius: 3px;
  padding: 20px;
  margin-bottom: 30px; }
  .product-page .review-item .item-head {
    position: relative;
    margin-bottom: 10px;
    padding-right: 80px; }
    .product-page .review-item .item-head .item-name {
      font-size: 16px;
      font-family: "medium", Arial, sans-serif; }
    .product-page .review-item .item-head .item-date {
      position: absolute;
      right: 0;
      top: 5px;
      font-size: 12px;
      color: #888; }
  .product-page .review-item .item-stars {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 8px; }
    .product-page .review-item .item-stars span {
      margin-right: 5px; }
    .product-page .review-item .item-stars p {
      margin: 2px 0 0;
      margin-left: 7px;
      font-size: 15px; }
    .product-page .review-item .item-stars .full-star {
      font-size: 0;
      white-space: nowrap;
      display: inline-block;
      vertical-align: top;
      width: 14px;
      height: 14px;
      overflow: hidden;
      background: url(../img/icons/full-star.svg) no-repeat center;
      background-size: contain; }
    .product-page .review-item .item-stars .half-star {
      font-size: 0;
      white-space: nowrap;
      display: inline-block;
      vertical-align: top;
      width: 14px;
      height: 14px;
      overflow: hidden;
      background: url(../img/icons/half-star.svg) no-repeat center;
      -webkit-background-size: contain;
      background-size: contain; }
    .product-page .review-item .item-stars .empty-star {
      font-size: 0;
      white-space: nowrap;
      display: inline-block;
      vertical-align: top;
      width: 14px;
      height: 14px;
      overflow: hidden;
      position: relative;
      background: url(../img/icons/empty-star.svg) no-repeat center;
      background-size: contain; }
  .product-page .review-item .review-text {
    margin: 10px 0; }
  .product-page .review-item .plus-box,
  .product-page .review-item .minus-box {
    display: flex; }
  .product-page .review-item .plus-box .plus-title {
    font-weight: 500;
    margin-right: 5px; }
  .product-page .review-item .minus-box .minus-title {
    font-weight: 500;
    margin-right: 5px; }
  .product-page .review-item .admin-response {
    margin-top: 15px;
    margin-left: 20px;
    border-left: 2px solid #c2c2c2;
    padding: 5px 0 1px 10px; }
    .product-page .review-item .admin-response .item-name {
      color: #555; }

.product-page .review-form-container {
  border: 1px solid #c2c2c2;
  padding: 40px 150px 60px;
  border-radius: 3px; }
  .product-page .review-form-container .h3 {
    text-align: center; }
  .product-page .review-form-container .form-group {
    margin-bottom: 0;
    padding-bottom: 20px;
    position: relative; }
    .product-page .review-form-container .form-group label {
      margin-bottom: 1px; }
    .product-page .review-form-container .form-group textarea.form-control {
      min-height: 140px; }
  .product-page .review-form-container .btn-primary {
    width: 100%;
    display: block;
    margin-top: 15px; }
  .product-page .review-form-container .raiting-group {
    margin: 0 0 15px; }
  .product-page .review-form-container .star-rating {
    font-size: 0;
    white-space: nowrap;
    display: inline-block;
    vertical-align: top;
    width: 120px;
    height: 20px;
    overflow: hidden;
    position: relative;
    background: url("../img/icons/empty-yellow-star.svg") repeat-x;
    background-size: contain; }
  .product-page .review-form-container .star-rating i {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 20%;
    z-index: 1;
    background: url("../img/icons/full-yellow-star.svg") repeat-x;
    background-size: contain; }
  .product-page .review-form-container .star-rating input {
    -moz-appearance: none;
    -webkit-appearance: none;
    opacity: 0;
    display: inline-block;
    width: 20%;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 2;
    position: relative;
    cursor: pointer; }
  .product-page .review-form-container .star-rating input:hover + i,
  .product-page .review-form-container .star-rating input:hover + label + i,
  .product-page .review-form-container .star-rating input:checked + i,
  .product-page .review-form-container .star-rating input:checked + label + i {
    opacity: 1; }
  .product-page .review-form-container .star-rating input.error + i,
  .product-page .review-form-container .star-rating input.error + label + i,
  .product-page .review-form-container .star-rating input.error + i,
  .product-page .review-form-container .star-rating input.error + label + i {
    opacity: 1;
    filter: hue-rotate(81deg); }
  .product-page .review-form-container .star-rating i ~ i {
    width: 40%; }
  .product-page .review-form-container .star-rating i ~ i ~ i {
    width: 60%; }
  .product-page .review-form-container .star-rating i ~ i ~ i ~ i {
    width: 80%; }
  .product-page .review-form-container .star-rating i ~ i ~ i ~ i ~ i {
    width: 100%; }

.product-page .text-container p {
  font-size: 14px; }

.product-page .text-container .h1, .product-page .text-container h1 {
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  margin: 0 0 30px; }

.product-page .text-container .h2, .product-page .text-container h2 {
  font-size: 28px;
  font-weight: 400;
  margin: 0 0 30px; }

.product-page .text-container .h3, .product-page .text-container h3 {
  font-size: 20px;
  font-weight: 400; }

.product-page .text-container .h5, .product-page .text-container h5 {
  font-size: 16px;
  margin: 0 0 5px;
  font-weight: 700; }

.product-page .text-container .img-box {
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  padding: 10px; }
  .product-page .text-container .img-box img {
    display: block;
    max-width: 100%;
    max-height: 100%; }

.product-page .text-container ul {
  list-style: none;
  margin: 0 0 20px;
  padding: 0; }
  .product-page .text-container ul li {
    font-size: 14px;
    position: relative;
    padding-left: 18px; }
    .product-page .text-container ul li:before {
      content: '';
      width: 7px;
      height: 1px;
      background-color: #212121;
      position: absolute;
      left: 0;
      top: 11px; }

.product-page .modal-content .close {
  position: absolute;
  right: 12px;
  top: 7px;
  opacity: 1;
  outline: 0; }
  .product-page .modal-content .close img {
    width: 15px; }

.product-page .modal-content .modal-header {
  justify-content: center;
  border: 0;
  padding: 30px 30px 10px;
  flex-wrap: wrap; }
  .product-page .modal-content .modal-header h5 {
    font-size: 22px;
    margin: 0 0 5px;
    font-weight: 500; }
  .product-page .modal-content .modal-header .sub-title {
    text-align: center;
    color: #747474; }

.product-page .modal-content .modal-body {
  padding: 5px 40px 45px; }
  .product-page .modal-content .modal-body .btn-success {
    margin-top: 5px; }

.product-page .modal-content .form-group {
  margin-bottom: 0; }

.product-page .modal-content .btn-success {
  width: 100%;
  display: block;
  margin-top: 8px;
  padding: 8px; }

.product-page .description-detail .h2, .product-page .description-detail h2 {
  font-size: 24px;
  font-weight: 500;
  margin: 25px 0 10px; }

.product-page .description-detail iframe {
  width: 100% !important;
  height: 400px !important; }

.product-page .description-detail .h3, .product-page .description-detail h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 25px 0 10px; }

.product-page .description-detail .h5, .product-page .description-detail h5 {
  font-size: 16px;
  margin: 0 0 5px;
  font-weight: 500; }

.product-page .description-detail img {
  display: block;
  max-width: 100%; }

.product-page .description-detail p {
  margin: 0 0 25px; }

.product-page .description-detail ul {
  margin: -5px 0 20px;
  padding: 0 0 0 20px; }
  .product-page .description-detail ul li {
    font-size: 16px;
    position: relative;
    margin: 3px 0; }

.product-page table {
  width: 100%;
  margin-top: 20px; }
  .product-page table thead td {
    background-color: #EFF1F5;
    font-weight: 500 !important; }
  .product-page table td {
    padding: 7px 5px 7px 10px; }
    .product-page table td:first-child {
      font-weight: 400; }
  .product-page table tr:nth-child(even) td {
    background-color: #EFF1F5; }

.product-page .container-sm .title-group {
  margin-bottom: 30px; }

.product-page .docs-section {
  background-color: #EFF1F5; }

.product-page .tab-navigation {
  display: flex;
  margin-top: 50px;
  margin-bottom: 30px; }
  .product-page .tab-navigation a {
    text-decoration: none;
    border: 1px solid #A2A5BA;
    color: #111;
    border-radius: 2px;
    padding: 5px 10px;
    margin-right: 10px;
    white-space: nowrap; }
    .product-page .tab-navigation a.active, .product-page .tab-navigation a:hover {
      border: 1px solid #228DE6;
      color: #228DE6; }

.product-slider-nav .slick-track {
  transform: translate3d(0px, 0px, 0px) !important;
  width: 100% !important;
  display: flex;
  flex-wrap: wrap; }

.product-slider-nav .slick-slide {
  width: calc(20% - 20px) !important;
  margin: 0 10px;
  border: 1px solid #C2C2C2;
  float: none;
  height: 120px;
  margin-bottom: 20px;
  border-radius: 3px; }
  .product-slider-nav .slick-slide.slick-current {
    border: 1px solid #228DE6; }
  .product-slider-nav .slick-slide img {
    display: block;
    max-width: 100%;
    max-height: 100px;
    margin: 0 auto; }
  .product-slider-nav .slick-slide picture {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%; }

.modal.order-modal .btn-primary {
  width: 100%;
  margin-top: 15px; }

.docs-section .document-item {
  border-bottom: 1px solid #D9D9D9; }
  .docs-section .document-item a {
    display: block;
    color: #111;
    text-decoration: none;
    font-size: 24px;
    position: relative;
    padding: 30px 80px 30px 95px; }
    .docs-section .document-item a:hover {
      color: #228DE6; }
    .docs-section .document-item a:before {
      content: "";
      position: absolute;
      top: calc(50% - 27px);
      left: 15px;
      width: 54px;
      height: 54px;
      background: url(../img/icons/pdf-icon.svg) no-repeat center; }
    .docs-section .document-item a:after {
      content: '';
      position: absolute;
      top: calc(50% - 26px);
      right: 20px;
      width: 52px;
      height: 52px;
      background: url(../img/icons/download-icon.svg) no-repeat center; }

.doc-page .docs-section {
  margin-top: -20px; }

@media (min-width: 576px) {
  .modal.order-modal {
    max-width: 480px; } }

@media (max-width: 1699px) {
  .product-page .product-description {
    font-size: 14px; }
  .product-slider-nav .slick-slide {
    width: calc(20% - 10px) !important;
    margin: 0 5px 10px;
    height: 110px; }
  .product-page .product-description .h1, .product-page .product-description h1 {
    font-size: 32px; } }

@media (max-width: 1399px) {
  .product-page .product-description {
    font-size: 14px; }
  .product-slider-nav .slick-slide {
    width: calc(20% - 5px) !important;
    margin: 0 2px 5px;
    height: 100px; }
  .product-page .product-description .h1, .product-page .product-description h1 {
    font-size: 32px; }
  .product-slider-nav .slick-slide img {
    max-height: 98px; }
  .product-page .product-slider .item {
    height: 540px; } }

@media (max-width: 1199px) {
  .product-page .product-description h1, .product-page .product-description .h1 {
    font-size: 24px; }
  .product-page .review-form-container {
    padding: 30px 50px 40px; }
  .product-slider-nav .slick-slide {
    width: calc(25% - 5px) !important; }
  .product-slider .item {
    height: 450px; }
  .docs-section .document-item a {
    font-size: 18px;
    padding: 20px 70px 20px 60px; }
  .docs-section .document-item a:before {
    font-size: 42px;
    height: 42px;
    background-size: contain;
    top: calc(50% - 21px);
    left: 0; }
  .docs-section .document-item a:after {
    width: 42px;
    height: 42px;
    background-size: contain;
    top: calc(50% - 21px); } }

@media (max-width: 991px) {
  .product-page .col-lg-7.col-xl-6 {
    margin-bottom: 20px; }
  .product-page .product-slider-container {
    padding-left: 0;
    margin: 0 auto 30px; }
  .product-page .product-slider {
    margin-bottom: 10px;
    border: 0; }
  .product-page .product-description {
    padding-left: 0; }
  .product-page .product-col {
    display: none; }
  .product-slider-nav .slick-slide {
    height: 120px; } }

@media (max-width: 767px) {
  .product-page .breadcrumb {
    width: 100%;
    margin-bottom: 10px;
    flex-wrap: nowrap; }
  .product-page .review-item {
    margin-bottom: 20px;
    padding: 15px; }
  .product-page .review-form-container {
    padding: 20px 30px 30px; }
    .product-page .review-form-container .h3 {
      font-size: 20px; }
  .product-page .catalog-slider-container {
    padding: 20px 0 80px; } }

@media (max-width: 575px) {
  .product-page .product-description h1, .product-page .product-description .h1 {
    font-size: 20px;
    margin-bottom: 5px; }
  .product-page .tabs {
    white-space: nowrap;
    margin-right: -15px;
    justify-content: center; }
    .product-page .tabs li {
      font-size: 14px;
      padding: 5px; }
  .product-page .breadcrumb .breadcrumb-item {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 150px; }
  .product-page .catalog-slider-container {
    padding: 40px 0 0; }
  .product-page .text-container .img-box {
    display: none; }
  .product-page .text-container .h2, .product-page .text-container h2 {
    margin-bottom: 15px; }
  .product-page .text-container .h3, .product-page .text-container h3 {
    font-size: 18px; }
  .product-page .modal-content .modal-header h5 {
    font-size: 18px; }
  .product-page .modal-content .modal-body {
    padding: 5px 15px 30px; }
  .product-page .product-slider .item {
    height: 500px; }
  .product-page .product-description .product-code {
    margin-top: 0; }
  .product-page .product-description .buttons-box {
    display: block; }
    .product-page .product-description .buttons-box .btn-primary {
      width: 100%;
      margin-bottom: 15px; }
    .product-page .product-description .buttons-box .btn-light {
      width: 100%; }
  .product-page .product-description .product-availability {
    text-align: left;
    margin-top: 0;
    margin-bottom: 10px; }
  .product-slider-nav .slick-slide {
    width: calc(33% - 10px) !important;
    margin: 0 5px 10px;
    height: 100px; }
  .product-page .tab-navigation {
    overflow-x: auto; }
  .product-page .review-item .admin-response .item-name {
    font-size: 14px; }
  .product-page .review-item .plus-box,
  .product-page .review-item .minus-box,
  .product-page .review-item .review-text {
    font-size: 13px; } }

@media (max-width: 400px) {
  .product-slider-nav .slick-slide {
    width: calc(33% - 5px) !important;
    margin: 0 2px 5px; } }

@media (max-width: 479px) {
  .product-page .product-slider-container {
    width: 100%; }
  .product-page .product-slider {
    width: 100%; }
    .product-page .product-slider .item {
      height: 360px;
      padding-top: 0; }
  .product-page .tab-pane .product-code {
    bottom: 100px;
    font-size: 12px; }
  .product-page .breadcrumb .breadcrumb-item {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 90px; }
  .product-page .review-form-container {
    padding: 20px 15px 20px; }
    .product-page .review-form-container .h3 {
      font-size: 20px; }
  .docs-section .document-item a {
    font-size: 16px;
    padding: 20px 70px 20px 60px; }
  .docs-section .document-item a:before {
    font-size: 36px;
    height: 36px;
    background-size: contain;
    top: calc(50% - 18px);
    left: 0; }
  .docs-section .document-item a:after {
    width: 36px;
    height: 36px;
    background-size: contain;
    top: calc(50% - 18px); } }

.news-section .container {
  position: relative; }

.news-section .btn-outline {
  width: 400px;
  margin: 0 auto;
  background-color: transparent; }
  .news-section .btn-outline:hover {
    background-color: #228DE6; }

.index-page .news-section {
  background-color: #EFF1F5; }

.index-page .btn-outline {
  margin-top: 50px; }

.news-page .breadcrumb {
  margin-bottom: 30px; }

.news-page h1, .news-page .h1 {
  text-align: center;
  font-weight: 500;
  margin: 0 0 25px;
  font-size: 36px; }

.news-page .news-head {
  display: flex;
  margin-bottom: 20px; }
  .news-page .news-head .select-container {
    margin-left: auto; }

.news-page .main-content {
  padding-bottom: 70px;
  position: relative; }
  .news-page .main-content .btn-primary {
    display: block;
    max-width: 385px;
    margin: 50px auto 0; }

.news-page .col-sm-6.col-lg-4 {
  margin-bottom: 50px; }

.news-page .text-center .btn-primary {
  width: 300px;
  margin: 0 auto 50px; }

.news-page .select-container .select-button {
  height: 36px; }

.news-item {
  min-height: 100%; }
  .news-item .item-img {
    height: 320px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.25s;
    margin-bottom: 10px;
    position: relative;
    border-radius: 2px;
    overflow: hidden; }
    .news-item .item-img a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      outline: none;
      border-radius: 4px; }
    .news-item .item-img picture {
      display: block;
      width: 100%;
      height: 100%;
      border-radius: 4px; }
    .news-item .item-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 4px;
      transition: all 0.3s cubic-bezier(0.1, 0.2, 0.7, 1); }
    .news-item .item-img a {
      display: block;
      width: 100%;
      height: 100%;
      outline: 0; }
    .news-item .item-img:hover img {
      transform: scale(1.1); }
  .news-item .item-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #252525;
    line-height: 1.3;
    min-height: 43px; }
    .news-item .item-title a {
      text-decoration: none;
      color: inherit; }
      .news-item .item-title a:hover {
        text-decoration: underline; }
  .news-item .item-text {
    margin: 0 0 10px;
    color: #777;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
  .news-item .detail-link a {
    color: #1347A7;
    font-size: 14px; }
    .news-item .detail-link a:hover {
      text-decoration: none; }

.news-inner .page-content {
  padding-bottom: 50px; }

.news-inner .breadcrumb {
  margin-bottom: 30px; }

.news-inner .main-content {
  padding-bottom: 30px; }

.news-inner .article-col {
  padding-right: 70px; }
  .news-inner .article-col .h1, .news-inner .article-col h1 {
    font-size: 36px; }

.news-inner .aside-col {
  padding: 30px 0px 5px 50px;
  border-radius: 4px;
  margin-left: -15px;
  position: relative;
  z-index: 5; }
  .news-inner .aside-col iframe {
    max-width: 100%; }
  .news-inner .aside-col .h3, .news-inner .aside-col h3 {
    font-size: 24px;
    margin: 0 0 20px;
    font-weight: 400; }
  .news-inner .aside-col .news-item {
    display: flex;
    margin-bottom: 30px; }
  .news-inner .aside-col .item-body {
    margin-top: -3px; }
  .news-inner .aside-col .item-img {
    height: 110px;
    width: 150px;
    flex: 0 0 150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.25s;
    margin-right: 12px; }
    .news-inner .aside-col .item-img picture {
      display: block;
      width: 100%;
      height: 100%; }
    .news-inner .aside-col .item-img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .news-inner .aside-col .item-img a {
      display: block;
      width: 100%;
      height: 100%;
      outline: 0; }
    .news-inner .aside-col .item-img:hover {
      opacity: 0.8; }
  .news-inner .aside-col .item-title {
    font-weight: 400;
    margin-bottom: 5px;
    color: #212121;
    font-size: 16px; }
    .news-inner .aside-col .item-title a {
      color: inherit;
      text-decoration: none; }
      .news-inner .aside-col .item-title a:hover {
        text-decoration: underline; }

@media (max-width: 1699px) {
  .news-item .item-img {
    height: 260px; } }

@media (max-width: 1399px) {
  .index-news .news-link {
    font-size: 20px;
    padding-right: 20px; }
    .index-news .news-link:after {
      width: 14px;
      height: 14px;
      background-size: 14px;
      top: calc(50% - 6px); }
  .index-news .text-container h2, .index-news .text-container .h2 {
    font-size: 28px; }
  .news-item .item-img {
    height: 200px; }
  .news-item .item-title {
    font-size: 17px; }
  .news-inner .article-col h1 {
    font-size: 28px; } }

@media (max-width: 1199px) {
  .news-page h1, .news-page .h1 {
    font-size: 32px; }
  .news-page .item-text {
    font-size: 13px; }
  .news-page .load-toggle {
    font-size: 20px; }
  .news-inner .aside-col .item-title {
    font-size: 15px; }
  .news-inner .aside-col .h3 {
    font-size: 20px; }
  .news-inner .breadcrumb {
    margin-bottom: 30px; }
    .news-inner .breadcrumb .breadcrumb-item {
      font-size: 11px; }
  .index-news {
    padding: 30px 0 40px; }
    .index-news .text-container {
      margin-bottom: 30px; }
  .news-item .item-img {
    height: 180px; }
  .news-item .item-title {
    font-size: 16px; }
  .news-inner .article-col {
    padding-right: 15px; }
  .news-inner .aside-col {
    padding-left: 0;
    margin-left: 0; } }

@media (max-width: 991px) {
  .news-page h1, .news-page .h1 {
    font-size: 28px; }
  .news-page .item-text {
    font-size: 13px;
    height: 78px; }
  .news-inner .article-col {
    padding-right: 15px; }
    .news-inner .article-col h1 {
      font-size: 24px; }
  .news-inner .aside-col {
    margin-left: 0;
    margin-top: 20px; }
    .news-inner .aside-col .h3 {
      font-size: 24px; }
    .news-inner .aside-col .item-title {
      font-size: 16px; }
    .news-inner .aside-col .item-body {
      flex-grow: 1; }
  .index-page .news-section .col-sm-6.col-lg-4 {
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .news-item .item-text {
    font-size: 13px; }
  .news-section .btn-outline {
    width: 100%;
    margin-top: 10px; } }

@media (max-width: 767px) {
  .news-page h1, .news-page .h1 {
    font-size: 24px; }
  .news-page .item-title {
    font-size: 14px;
    height: auto; }
  .news-page .item-img {
    height: 150px; }
  .news-page .item-text {
    font-size: 12px;
    height: auto; }
  .news-page .main-content .btn-primary {
    font-size: 18px;
    max-width: 100%;
    margin-bottom: 50px; } }

@media (max-width: 575px) {
  .news-page .news-head .select-container {
    width: 400px;
    margin: 0 auto;
    flex-wrap: wrap; }
    .news-page .news-head .select-container .select-label,
    .news-page .news-head .select-container .select-box,
    .news-page .news-head .select-container .select-button,
    .news-page .news-head .select-container .select-dropdown {
      width: 100%; }
  .news-inner .breadcrumb {
    margin-bottom: 20px; }
    .news-inner .breadcrumb .breadcrumb-item {
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      max-width: 120px; }
  .news-inner .aside-col .item-title {
    min-height: auto;
    font-size: 14px; }
  .news-inner .aside-col .item-img {
    flex: 0 0 140px; }
  .news-inner .aside-col .news-item {
    width: 100%; }
  .news-item {
    width: 400px;
    margin: 0 auto 15px; }
    .news-item .item-img {
      height: 220px; }
  .index-page .news-section .btn-outline {
    width: 400px;
    margin-top: 0; }
  .index-page .news-item {
    margin-bottom: 0; }
  .news-page .text-center .btn-primary {
    width: 400px; } }

@media (max-width: 479px) {
  .news-page .news-head .select-container {
    width: 300px; }
  .news-page .main-content .btn-primary {
    margin: 0 0 20px; }
  .news-item {
    width: 300px; }
    .news-item .item-img {
      height: 190px; }
  .news-inner .aside-col .item-img {
    flex: 0 0 100px;
    width: 100px;
    height: 100px; }
  .index-page .news-section .btn-outline {
    width: 300px; }
  .news-page .text-center .btn-primary {
    width: 300px; } }

.index-about {
  background-color: #EFF1F5; }
  .index-about .img-container {
    padding-right: 40px; }
    .index-about .img-container picture {
      width: 100%; }
    .index-about .img-container img {
      max-width: 100%;
      border-radius: 3px; }
  .index-about .text-container .h2, .index-about .text-container h2 {
    color: #1347A7;
    margin: 0 0 5px;
    font-family: 'bold', Arial, sans-serif; }

.about-properties {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px; }
  .about-properties .property-item {
    width: calc(50% - 30px);
    margin-bottom: 50px;
    position: relative;
    padding-left: 50px; }
    .about-properties .property-item img {
      position: absolute;
      left: 0;
      top: -1px; }
    .about-properties .property-item .h3, .about-properties .property-item h3 {
      margin: 0 0 5px;
      font-size: 24px;
      text-transform: uppercase; }
    .about-properties .property-item p {
      color: #555; }

.about-container .img-container img {
  display: block;
  width: 100%; }

.about-container .text-container img {
  margin-bottom: 10px; }

.about-container .title-group {
  margin-bottom: 50px;
  margin-top: 30px; }

.about-container .col-lg-6:first-child .text-container {
  padding-right: 50px; }

.about-container .col-lg-6:last-child .text-container {
  padding-left: 50px; }

.about-container .row {
  margin-bottom: 100px; }
  .about-container .row:last-child {
    margin-bottom: 0; }

@media (max-width: 1699px) {
  .about-properties .property-item .h3, .about-properties .property-item h3 {
    font-size: 20px; }
  .about-properties .property-item p {
    font-size: 14px; } }

@media (max-width: 1199px) {
  .about-properties .property-item .h3, .about-properties .property-item h3 {
    font-size: 18px; }
  .about-properties .property-item p {
    font-size: 14px; } }

@media (max-width: 991px) {
  .index-about .img-container {
    display: none; }
  .index-about.default-space {
    padding-bottom: 10px; }
  .about-page .about-container .text-container {
    padding: 0 !important;
    margin-top: 30px; }
  .about-page .about-container .col-lg-6.vertical-center {
    order: 2; }
  .about-page .about-container .text-container img {
    margin-bottom: 0; }
  .about-page .about-container .row {
    margin-bottom: 30px; }
  .about-container .title-group {
    margin-bottom: 30px; } }

@media (max-width: 767px) {
  .about-properties .property-item {
    width: 100%;
    margin-bottom: 20px; }
  .index-about.default-space {
    padding-bottom: 35px; } }

.contacts-page .page-content {
  padding: 0 0 80px; }
  .contacts-page .page-content .title-group.text-center {
    margin-bottom: 50px; }
  .contacts-page .page-content .col-md-6 {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start; }
  .contacts-page .page-content .h3 {
    font-weight: 500;
    font-size: 20px;
    margin: 0 0 5px; }

.contacts-page .address-item,
.contacts-page .phone-item,
.contacts-page .message-item,
.contacts-page .social-item {
  width: 50%; }
  .contacts-page .address-item p,
  .contacts-page .phone-item p,
  .contacts-page .message-item p,
  .contacts-page .social-item p {
    margin: 0 0 10px; }
  .contacts-page .address-item a,
  .contacts-page .phone-item a,
  .contacts-page .message-item a,
  .contacts-page .social-item a {
    text-decoration: none;
    color: #252525; }
    .contacts-page .address-item a:hover,
    .contacts-page .phone-item a:hover,
    .contacts-page .message-item a:hover,
    .contacts-page .social-item a:hover {
      text-decoration: underline; }
  .contacts-page .address-item small,
  .contacts-page .phone-item small,
  .contacts-page .message-item small,
  .contacts-page .social-item small {
    font-size: 13px;
    color: #777;
    display: block;
    margin-bottom: -7px; }

.contacts-page .address-item {
  margin-bottom: 30px; }
  .contacts-page .address-item .link-item img {
    max-width: 30px; }

.contacts-page .phone-item {
  margin-bottom: 30px; }

.contacts-page .link-item {
  position: relative;
  padding-left: 32px;
  margin: 13px 0; }
  .contacts-page .link-item img {
    position: absolute;
    left: 0;
    top: 1px;
    max-width: 23px;
    max-height: 25px; }

.contacts-page .form-container {
  width: 100%; }
  .contacts-page .form-container .subtitle {
    margin-bottom: 12px;
    font-size: 15px;
    color: #555; }
  .contacts-page .form-container .textarea-wrap {
    position: relative;
    padding-bottom: 20px; }
  .contacts-page .form-container textarea {
    display: block;
    width: 100%;
    min-height: 120px;
    background-color: #fff;
    border: 1px solid #a2a2a2;
    outline: none;
    padding: 10px;
    color: #000;
    outline: 0;
    resize: vertical;
    border-radius: 3px; }
    .contacts-page .form-container textarea:focus {
      border: 1px solid #00AFEC;
      box-shadow: 0 0 0 3px #B5E8F9; }
  .contacts-page .form-container .btn-primary {
    width: 100%;
    display: block;
    margin-top: 15px;
    padding: 8px; }

.contacts-page iframe {
  width: 100% !important;
  height: auto !important;
  min-height: 500px;
  border: 0 !important;
  border-radius: 0 5px 5px 0; }

.contacts-page .tab-pane {
  display: block;
  height: 0;
  overflow: hidden; }

.contacts-page .tab-pane.current {
  height: auto;
  overflow: visible; }

.contacts-page .map-head {
  margin-bottom: 25px;
  margin-top: 50px; }
  .contacts-page .map-head .h3, .contacts-page .map-head h3 {
    font-size: 28px; }

.contacts-map {
  display: flex; }
  .contacts-map .tabs {
    display: flex;
    flex-direction: column;
    flex: -0 0 420px;
    margin-right: 20px;
    overflow-y: auto;
    height: 500px; }
  .contacts-map .tab-link {
    background-color: #EFF1F5;
    padding: 15px;
    margin-bottom: 10px;
    cursor: pointer; }
    .contacts-map .tab-link p {
      margin-bottom: 5px; }
    .contacts-map .tab-link .link-item {
      margin: 0;
      padding-left: 26px; }
    .contacts-map .tab-link a {
      color: #111;
      text-decoration: none; }
      .contacts-map .tab-link a:hover {
        color: #228DE6; }
    .contacts-map .tab-link.current .h3, .contacts-map .tab-link.current h3 {
      color: #228DE6; }
  .contacts-map .tab-content {
    flex-grow: 1; }

@media (max-width: 1399px) {
  .contacts-map .tabs {
    flex: 0 0 360px; }
  .contacts-page .map-head .h3, .contacts-page .map-head h3 {
    font-size: 22px; } }

@media (max-width: 1199px) {
  .contacts-page h1, .contacts-page .h1 {
    font-size: 32px; } }

@media (max-width: 991px) {
  .contacts-page h1, .contacts-page .h1 {
    font-size: 28px; }
  .contacts-page .address-item,
  .contacts-page .phone-item,
  .contacts-page .message-item,
  .contacts-page .social-item {
    width: 100%; }
  .contacts-page .page-content {
    padding-bottom: 50px; }
    .contacts-page .page-content .h3 {
      font-size: 18px; }
  .contacts-page .contacts-map .h2 {
    font-size: 20px; }
  .contacts-page .map-item .map-info {
    font-size: 15px;
    padding: 15px; }
  .contacts-page .map-head {
    margin-top: 80px; }
  .contacts-map .tabs {
    flex: 0 0 300px;
    margin-right: 10px; } }

@media (max-width: 767px) {
  .contacts-page .h1, .contacts-page h1 {
    font-size: 24px;
    margin-bottom: 25px; }
  .contacts-page .address-item,
  .contacts-page .phone-item,
  .contacts-page .message-item,
  .contacts-page .social-item {
    width: 50%;
    padding-right: 10px; }
  .contacts-page .form-container {
    margin-top: 40px; }
  .contacts-page .map-item {
    display: block; }
  .contacts-page iframe {
    height: 450px !important; }
  .contacts-map {
    display: block; }
  .contacts-map .tabs {
    flex: 0 0 300px;
    margin-right: 0;
    margin-bottom: 20px;
    height: 400px; } }

@media (max-width: 575px) {
  .contacts-page .contacts-map .h2 {
    padding-left: 5px;
    text-align: center; }
  .contacts-page .map-item {
    margin: 0 -10px 50px; } }

@media (max-width: 479px) {
  .contacts-page .address-item,
  .contacts-page .phone-item,
  .contacts-page .message-item,
  .contacts-page .social-item {
    margin-bottom: 20px;
    width: 100%;
    padding-right: 0; } }

.leave-request .col-lg-6 {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.leave-request .h2, .leave-request h2 {
  margin-top: 0; }

.leave-request .btn-primary {
  width: 100%;
  margin-top: 25px; }

.leave-request p {
  font-size: 17px;
  color: #555; }

.leave-request .col-lg-6:last-child {
  padding-left: 40px; }

@media (max-width: 1699px) {
  .leave-request p {
    font-size: 14px; } }

@media (max-width: 991px) {
  .leave-request .col-lg-6:last-child {
    padding-left: 15px; } }

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1000;
  padding: 10px;
  background: rgba(0, 0, 0, 0.7);
  text-align: center; }

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em; }

.blocker.behind {
  background-color: transparent; }

.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 800px;
  background-color: #fff;
  text-align: left;
  border-radius: 4px; }

.modal a.close-modal {
  position: absolute;
  top: 12px;
  right: 12px;
  display: block;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  background-size: contain;
  background: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.7075 24.2925C25.8004 24.3854 25.8741 24.4957 25.9244 24.6171C25.9747 24.7385 26.0006 24.8686 26.0006 25C26.0006 25.1314 25.9747 25.2615 25.9244 25.3829C25.8741 25.5043 25.8004 25.6146 25.7075 25.7075C25.6146 25.8004 25.5043 25.8741 25.3829 25.9244C25.2615 25.9747 25.1314 26.0006 25 26.0006C24.8686 26.0006 24.7385 25.9747 24.6171 25.9244C24.4957 25.8741 24.3854 25.8004 24.2925 25.7075L16 17.4138L7.70751 25.7075C7.51987 25.8951 7.26537 26.0006 7.00001 26.0006C6.73464 26.0006 6.48015 25.8951 6.29251 25.7075C6.10487 25.5199 5.99945 25.2654 5.99945 25C5.99945 24.7346 6.10487 24.4801 6.29251 24.2925L14.5863 16L6.29251 7.70751C6.10487 7.51987 5.99945 7.26537 5.99945 7.00001C5.99945 6.73464 6.10487 6.48015 6.29251 6.29251C6.48015 6.10487 6.73464 5.99945 7.00001 5.99945C7.26537 5.99945 7.51987 6.10487 7.70751 6.29251L16 14.5863L24.2925 6.29251C24.4801 6.10487 24.7346 5.99945 25 5.99945C25.2654 5.99945 25.5199 6.10487 25.7075 6.29251C25.8951 6.48015 26.0006 6.73464 26.0006 7.00001C26.0006 7.26537 25.8951 7.51987 25.7075 7.70751L17.4138 16L25.7075 24.2925Z' fill='%23343330'/%3E%3C/svg%3E%0A") no-repeat center; }

.modal-content hr {
  display: block;
  width: 100%;
  border: 0;
  border-top: 2px solid #6AB831; }

.modal-content .close {
  position: absolute;
  right: 10px;
  top: 7px;
  opacity: 1;
  outline: 0; }

.modal-content .close img {
  width: 15px; }

.modal-content .modal-header {
  display: flex;
  justify-content: center;
  border: 0;
  padding: 25px 35px 10px;
  flex-wrap: wrap; }

.modal-content .modal-body {
  padding: 50px 200px 50px; }

@media (max-width: 1899px) {
  .modal-content .modal-header h5 {
    font-size: 36px; } }

@media (max-width: 1699px) {
  .modal-content .modal-header h5 {
    font-size: 28px; }
  .modal-content .modal-header h5 span {
    font-size: 14px;
    margin-top: 2px; }
  .modal-content .modal-body {
    padding-left: 50px;
    padding-right: 50px; } }

@media (max-width: 1536px) {
  .title-group .h2, .title-group h2 {
    font-size: 32px; }
  .title-group .h1, .title-group h1 {
    font-size: 32px; } }

@media (max-width: 1439px) {
  .modal-content .modal-header h5 {
    font-size: 24px; }
  .modal-content .modal-body {
    padding-left: 50px;
    padding-right: 50px; } }

@media (max-width: 1199px) {
  .title-group .h2, .title-group h2 {
    font-size: 28px; }
  .title-group .h1, .title-group h1 {
    font-size: 28px; } }

@media (max-width: 991px) {
  .modal {
    width: 100%; }
  .modal-content .modal-header h5 {
    font-size: 16px; }
  .modal-content .modal-header h5 span {
    font-size: 13px; }
  .modal-content .modal-body {
    padding: 25px; }
  .title-group .h2, .title-group h2 {
    font-size: 24px; }
  .title-group .h1, .title-group h1 {
    font-size: 24px; } }

@media (max-width: 767px) {
  .modal-content .modal-header h5 {
    font-size: 14px; }
  .modal-content .modal-body {
    padding: 0 15px 15px; }
  .modal-content .btn-primary {
    width: 100%; } }

@media (max-width: 575px) {
  .modal-content .modal-header {
    padding: 35px 15px 5px; }
  .modal-content .modal-header h5 {
    display: block;
    font-weight: 13px; }
  .modal-content .modal-header h5 span {
    display: inline;
    margin: 0; } }

.video-page .video-item iframe {
  width: 100%;
  height: 400px; }

.video-container {
  padding-bottom: 90px; }
  .video-container .col-lg-6 {
    margin-bottom: 40px; }

@media (max-width: 1699px) {
  .video-page .video-item iframe {
    height: 350px; } }

@media (max-width: 1399px) {
  .video-page .video-item iframe {
    height: 320px; } }

@media (max-width: 1399px) {
  .video-page .video-item iframe {
    height: 250px; } }

.main-footer {
  background-color: #EFF1F5; }
  .main-footer .footer-title {
    color: #1347A7;
    font-size: 20px;
    font-family: 'medium', Arial, sans-serif;
    margin: 0 0 10px; }
  .main-footer ul {
    margin: 0 0 20px;
    list-style: none;
    padding-left: 0; }
    .main-footer ul li {
      margin-bottom: 10px;
      font-size: 14px; }
    .main-footer ul a {
      text-decoration: none;
      color: #333; }
      .main-footer ul a:hover {
        text-decoration: underline;
        color: #228DE6; }
  .main-footer .footer-logo {
    display: block;
    max-width: 100%; }

.footer-logo {
  margin-bottom: 30px; }

.footer-content {
  padding: 70px 0 50px; }

.footer-bottom {
  font-size: 14px; }
  .footer-bottom .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px; }
    .footer-bottom .container:before {
      content: '';
      position: absolute;
      top: 0;
      left: 15px;
      right: 15px;
      height: 1px;
      background-color: #CACACA; }
  .footer-bottom a {
    color: #1347A7; }
    .footer-bottom a:hover {
      text-decoration: none; }

#scroll-top {
  position: fixed;
  display: block;
  right: 20px;
  bottom: -100px;
  width: 48px;
  height: 48px;
  background-color: #228DE6;
  transition: 0.8s cubic-bezier(1, -0.25, 0, 1.43);
  cursor: pointer;
  border: 0;
  outline: 0;
  color: #fff;
  text-align: center;
  padding: 0;
  overflow: hidden;
  border-radius: 2px; }

#scroll-top:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  font-size: 28px;
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.16 4.62 3.31 10.468a1.054 1.054 0 0 1-.77.327c-.296 0-.552-.109-.769-.327a1.054 1.054 0 0 1-.327-.77c0-.296.109-.552.327-.769l7.695-7.695c.218-.218.475-.327.77-.327.296 0 .552.11.769.327L18.7 8.93c.218.218.327.475.327.77 0 .296-.11.552-.327.769a1.054 1.054 0 0 1-.77.327c-.296 0-.552-.109-.77-.327L11.315 4.62v13.697c0 .282-.11.532-.327.75a1.032 1.032 0 0 1-.75.327c-.283 0-.533-.109-.75-.327a1.032 1.032 0 0 1-.328-.75V4.62Z' fill='%23fff'/%3E%3C/svg%3E") no-repeat center;
  background-size: 20px; }

#scroll-top.visible {
  bottom: 20px; }

#scroll-top:hover {
  transition: 0.2s;
  background-color: #1347A7; }

.social-item img {
  margin-right: 5px; }

.social-item .link-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px; }
  .social-item .link-item a {
    color: #111;
    text-decoration: none;
    margin-top: 1px; }

.main-footer .social-item {
  display: flex;
  margin-bottom: 15px; }
  .main-footer .social-item .link-item {
    margin-right: 20px; }

@media (max-width: 1699px) {
  .main-footer .footer-logo {
    max-width: 250px; }
  .footer-bottom,
  .main-footer ul a,
  .main-footer {
    font-size: 13px; }
  .main-footer .footer-title {
    font-size: 18px; } }

@media (max-width: 1399px) {
  .main-footer .footer-logo {
    max-width: 200px; } }

@media (max-width: 991px) {
  .main-footer .logo-col ul {
    display: none; }
  .footer-bottom .container {
    display: block;
    text-align: center; } }

@media (max-width: 767px) {
  .main-footer .footer-title {
    font-size: 16px; }
  .footer-bottom, .main-footer ul a, .main-footer {
    font-size: 12px; }
  .main-footer ul li {
    margin-bottom: 5px; }
  .footer-content {
    padding: 70px 0 30px; } }

.error-page {
  position: relative; }
  .error-page .background-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .error-page .error-content {
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.9);
    max-width: 700px;
    margin: 0 auto;
    padding: 50px 15px 40px; }
  .error-page .page-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 80px 0;
    text-align: center;
    position: relative;
    z-index: 10; }
    .error-page .page-content .lg-nums {
      font-size: 160px;
      line-height: 1.1;
      color: #228DE6;
      font-family: "bold", Arial, sans-serif; }
    .error-page .page-content .h2 {
      font-size: 32px;
      margin: 0 0 10px; }
    .error-page .page-content p {
      font-size: 16px;
      max-width: 600px;
      margin: 0 auto 40px;
      color: #111; }
      .error-page .page-content p a {
        color: #00AFEC;
        font-weight: 400; }
        .error-page .page-content p a:hover {
          text-decoration: none; }

@media (max-width: 1199px) {
  .error-page .page-content .h2 {
    font-size: 28px; } }

@media (max-width: 991px) {
  .error-page .page-content .lg-nums {
    font-size: 100px; } }

@media (max-width: 767px) {
  .error-page .page-content .lg-nums {
    font-size: 80px; }
  .error-page .page-content .h2 {
    font-size: 24px; }
  .error-page .page-content p {
    font-size: 14px; } }
