/*!***************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[1].use[1]!./assets/css/catalog.css ***!
  \***************************************************************************************************************/
/*
Name: 			catalog.css
Written by: 	Lavrinenko Aleksandr
Theme Version:	1.0
*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

/* Position */
.p-relative {
  position: relative !important;
}

.p-absolute {
  position: absolute !important;
}

.p-fixed {
  position: fixed !important;
}

/* Color Transparent */
.color-transparent {
  color: transparent !important;
}

/* Background No Repeat */
.bg-no-repeat {
  background-repeat: no-repeat !important;
}

/* Background Size Auto */
.bg-size-auto {
  background-size: auto !important;
}

/* Background Size Cover */
.bg-size-cover {
  background-size: cover !important;
}

/* Background Position Center */
.bg-position-center {
  background-position: center center !important;
}

/* Background Clip Text */
.bg-clip-text {
  background-clip: text !important;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

/* Display flex */
.flex-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

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

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

.pointer {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: "Montserrat";
  src: url(/build/fonts/Montserrat-Bold.4b33f3d3.eot);
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url(/build/fonts/Montserrat-Bold.4b33f3d3.eot?#iefix) format("embedded-opentype"), url(/build/fonts/Montserrat-Bold.180ba33d.woff) format("woff"), url(/build/fonts/Montserrat-Bold.5885feb2.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url(/build/fonts/Montserrat-Regular.3220cdd4.eot);
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url(/build/fonts/Montserrat-Regular.3220cdd4.eot?#iefix) format("embedded-opentype"), url(/build/fonts/Montserrat-Regular.3db65dc4.woff) format("woff"), url(/build/fonts/Montserrat-Regular.317b418e.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url(/build/fonts/Montserrat-Medium.418e43db.eot);
  src: local("Montserrat Medium"), local("Montserrat-Medium"), url(/build/fonts/Montserrat-Medium.418e43db.eot?#iefix) format("embedded-opentype"), url(/build/fonts/Montserrat-Medium.d42dad28.woff) format("woff"), url(/build/fonts/Montserrat-Medium.693c527a.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url(/build/fonts/Montserrat-ExtraBold.3e1f7a55.eot);
  src: local("Montserrat ExtraBold"), local("Montserrat-ExtraBold"), url(/build/fonts/Montserrat-ExtraBold.3e1f7a55.eot?#iefix) format("embedded-opentype"), url(/build/fonts/Montserrat-ExtraBold.75ee4192.woff) format("woff"), url(/build/fonts/Montserrat-ExtraBold.0697040c.ttf) format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Circe Rounded";
  src: url(/build/fonts/CirceRounded-Regular.fe037839.eot);
  src: local("Circe Rounded"), local("CirceRounded-Regular"), url(/build/fonts/CirceRounded-Regular.fe037839.eot?#iefix) format("embedded-opentype"), url(/build/fonts/CirceRounded-Regular.2b3a8768.woff2) format("woff2"), url(/build/fonts/CirceRounded-Regular.c019da27.woff) format("woff"), url(/build/fonts/CirceRounded-Regular.a7c8bb4e.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Jikharev";
  src: url(/build/fonts/JikharevPlain.ee2d9583.eot);
  src: url(/build/fonts/JikharevPlain.ee2d9583.eot?#iefix) format("embedded-opentype"), url(/build/fonts/JikharevPlain.2785919d.woff2) format("woff2"), url(/build/fonts/JikharevPlain.c10c7679.woff) format("woff"), url(/build/fonts/JikharevPlain.4d41d377.ttf) format("truetype"), url(/build/images/JikharevPlain.8a660f94.svg#JikharevPlain) format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Circe Rounded4";
  src: url(/build/fonts/CirceRounded-Regular4.381fe316.eot);
  src: local("Circe Rounded  Regular 4"), local("CirceRounded-Regular4"), url(/build/fonts/CirceRounded-Regular4.381fe316.eot?#iefix) format("embedded-opentype"), url(/build/fonts/CirceRounded-Regular4.a58e2b62.woff2) format("woff2"), url(/build/fonts/CirceRounded-Regular4.a2d7c5b9.woff) format("woff"), url(/build/fonts/CirceRounded-Regular4.5082a15f.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: calc(0.625vw + 12px);
}

.visually-hidden {
  display: none;
}

body {
  background-color: #FFFFFF;
  color: #000000;
  font-family: "Montserrat";
  font-weight: normal;
  -webkit-overflow-scrolling: touch;
  font-size: 1rem;
  -webkit-tap-highlight-color: transparent;
  line-height: "120%";
  margin: 0;
  overflow-x: hidden;
  min-height: 100vh;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
body * {
  list-style: inherit;
}

.container {
  width: 90%;
  max-width: 1470px;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .container {
    width: 100%;
    max-width: none;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}

main {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
}

a {
  display: inline;
  border: none;
  outline: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: inherit;
}

ul {
  margin: 0;
  outline: none;
  border: none;
  list-style: none;
  padding: 0;
}

section {
  padding: 50px 0;
}
@media screen and (max-width: 1199px) {
  section {
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  section {
    padding: 25px 0;
  }
}

h1,
.h1 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 4.5rem;
  line-height: 6rem;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1199px) {
  h1,
  .h1 {
    font-size: 4.5rem;
    line-height: 7rem;
  }
}
@media screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 2.5rem;
    line-height: 4rem;
  }
}

h2 {
  margin: 0;
  padding: 0;
  font-size: 4rem;
  line-height: 100%;
}
@media screen and (max-width: 1199px) {
  h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 2.5rem;
  }
}

.btn {
    cursor: pointer;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .btn {
    font-size: 1.1rem;
  }
}
.btn > span {
  padding: 20px;
  display: block;
  z-index: 1;
  position: relative;
}
.btn.btn-aqua span {
  background: #00cccc;
  color: #ffffff;
}
.btn.btn-aqua:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  outline: 3px solid #FFFFFF;
  left: 6px;
  top: 6px;
  z-index: -1;
}
.btn.btn-blue {
  background: #00cccc;
  color: #000000;
  position: relative;
}
.btn.btn-blue .img-wrapper {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
}
@media screen and (max-width: 1199px) {
  .btn.btn-blue .img-wrapper {
    width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .btn.btn-blue .img-wrapper {
      aspect-ratio: 1 / 2;
      width: 30px;
  }
}
.btn.btn-blue .img-wrapper img {
  width: 100%;
  display: block;
}
.btn.btn-black {
  background: #000000;
  color: #ffffff;
  padding: 20px;
}
.btn.btn-black.btn-download {
  position: relative;
  padding: 0;
}
.btn.btn-black.btn-download .img-wrapper {
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
}
@media screen and (max-width: 1199px) {
  .btn.btn-black.btn-download .img-wrapper {
    width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .btn.btn-black.btn-download .img-wrapper {
    width: 30px;
  }
}
.btn.btn-back {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .btn.btn-back {
    gap: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.btn.btn-back .img-wrapper {
  width: 50px;
}
@media screen and (max-width: 1199px) {
  .btn.btn-back .img-wrapper {
    width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .btn.btn-back .img-wrapper {
    width: 30px;
  }
}
.btn.btn-back .img-wrapper img {
  width: 100%;
  display: block;
}

.heading-wrapper {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 30px;
  padding-bottom: 80px;
}
@media screen and (min-width: 1200px) {
  .heading-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 1199px) {
  .heading-wrapper {
    padding-bottom: 60px;
  }
}
.heading-wrapper h2 {
  font-size: 2.7rem;
  font-family: "Jikharev";
  color: #00cccc;
}
@media screen and (min-width: 768px) {
  .heading-wrapper h2 {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .heading-wrapper h2 {
    font-size: 4.8rem;
  }
}
.heading-wrapper .catalog-type {
  font-weight: bold;
  font-size: 3rem;
  line-height: 120%;
  position: relative;
  z-index: 0;
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (max-width: 1199px) {
  .heading-wrapper .catalog-type {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .heading-wrapper .catalog-type {
    font-size: 1.5rem;
  }
}
.heading-wrapper .catalog-type:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% + 30px);
  height: calc(100% + 20px);
  background: #00cccc;
  z-index: -1;
}

.input-wrapper input[type=file] {
  display: none;
}
.input-wrapper input[type=file] + label {
  cursor: pointer;
  display: block;
}

.input-default {
  background: #cccccc;
  border: 6px solid #00cccc;
  color: #ffffff;
  width: 100%;
  outline: none;
  text-align: center;
  font-size: 2rem;
  line-height: 60px;
  height: 100px;
  font-weight: bold;
}
.input-default::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 0.7;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.input-default:-moz-placeholder {
  color: #ffffff;
  opacity: 0.7;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.input-default::-moz-placeholder {
  color: #ffffff;
  opacity: 0.7;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.input-default:-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.7;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.input-default:focus::-webkit-input-placeholder {
  opacity: 0;
}
.input-default:focus:-moz-placeholder {
  opacity: 0;
}
.input-default:focus::-moz-placeholder {
  opacity: 0;
}
.input-default:focus:-ms-input-placeholder {
  opacity: 0;
}

header {
  width: 100%;
  padding: 30px 0;
  background: #000000;
}
@media screen and (max-width: 767px) {
  header {
    padding: 20px 0;
  }
}
header .header-inner a {
  display: block;
  max-width: 150px;
}
header .header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.link {
    color: white;
    text-decoration: none;
    max-width: max-content !important;
}
.link:hover {
    color: #00cccc;
}
@media screen and (max-width: 767px) {
  header .header-inner a {
    max-width: 30vw;
  }
}
header .header-inner img {
  display: block;
  width: 100%;
}

.breadcrumbs {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    padding-top: 20px;
  }
}

.breadcrumbs-list li {
  position: relative;
  font-family: "Circe Rounded";
  font-size: 1rem;
  margin: 10px 0;
}
@media screen and (max-width: 767px) {
  .breadcrumbs-list li {
    font-size: 1.2rem;
  }
}
.breadcrumbs-list li > a {
  color: #000000;
  text-decoration: none;
  position: relative;
}
.breadcrumbs-list li > a:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000000;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.breadcrumbs-list li > a:hover:after {
  opacity: 1;
}
.breadcrumbs-list li > span.blue {
  color: #00cccc;
}
.breadcrumbs-list li + li {
  margin-left: 20px;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .breadcrumbs-list li + li {
    margin-left: 10px;
    padding-left: 30px;
  }
}
.breadcrumbs-list li + li:before {
  content: "";
  position: absolute;
  top: 0.2rem;
  left: 0;
  width: 20px;
  height: 15px;
  background-image: url(/build/images/br-arrow.73b4ee67.svg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1199px) {
  .breadcrumbs-list li + li:before {
    top: 0.05rem;
  }
}

.catalog-wrapper + .catalog-wrapper {
  margin-top: 120px;
}
@media screen and (max-width: 1199px) {
  .catalog-wrapper + .catalog-wrapper {
    margin-top: 80px;
  }
}
.catalog-wrapper + .btn-wrapper {
  margin-top: 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1199px) {
  .catalog-wrapper + .btn-wrapper {
    margin-top: 60px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .catalog-wrapper + .btn-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.catalog-wrapper + .btn-wrapper .btn {
  width: calc(33.3% - 26.6px);
  min-width: 270px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .catalog-wrapper + .btn-wrapper .btn {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .catalog-wrapper + .btn-wrapper .btn {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0;
  }
}

.catalog-items {
  gap: 40px;
}
@media screen and (max-width: 1199px) {
  .catalog-items {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .catalog-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.catalog-items .catalog-item {
  width: calc(33.3% - 26.6px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #000000;
}
@media screen and (max-width: 1199px) {
  .catalog-items .catalog-item {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .catalog-items .catalog-item {
    width: 100%;
  }
}
.catalog-items .catalog-item > .img-wrapper {
  height: 30vw;
  min-height: 530px;
}
@media screen and (max-width: 1199px) {
  .catalog-items .catalog-item > .img-wrapper {
    min-height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .catalog-items .catalog-item > .img-wrapper {
    min-height: auto;
      aspect-ratio: 1 / 2;
    height: auto;
      max-height: 600px;
      width: 100%;
  }
}
.catalog-items .catalog-item > .img-wrapper img {
  height: 100%;
  background-size: contain;
  background-position: center;
}
.catalog-items .catalog-item img {
  display: block;
  width: 100%;
}
.catalog-items .catalog-item .descript {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 30px;
  gap: 20px;
}
.catalog-items .catalog-item .descript-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .catalog-items .catalog-item .descript-row {
    gap: 20px;
  }
}
.catalog-items .catalog-item .descript-row .img-wrapper {
  width: 50px;
}
@media screen and (max-width: 767px) {
  .catalog-items .catalog-item .descript-row .img-wrapper {
    width: 30px;
  }
}
.catalog-items .catalog-item .descript-row span {
  font-family: "Circe Rounded";
  font-size: 1.5rem;
  color: #000000;
}
.catalog-items .catalog-item .descript-row span.type {
  font-family: "Montserrat";
  font-weight: bold;
  position: relative;
  line-height: 110%;
  margin-left: auto;
  margin-right: 15px;
  margin-bottom: 10px;
}
.catalog-items .catalog-item .descript-row span.type:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% + 30px);
  height: calc(100% + 20px);
  background: #00cccc;
  z-index: -1;
}
.catalog-items .catalog-item .btn {
  margin-top: 40px;
  width: 100%;
  text-align: center;
  padding: 20px;
}
.catalog-items .catalog-item.b-blue > .img-wrapper {
  padding: 30px;
  border: 8px solid #00cccc;
}

.catalog-card {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .catalog-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .catalog-card {
    padding-top: 50px;
  }
}
.catalog-card .img-wrapper {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .catalog-card .img-wrapper {
    width: 100%;
  }
}
.catalog-card .img-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.catalog-card .card-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 1199px) {
  .catalog-card .card-info {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.catalog-card .descript {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1199px) {
  .catalog-card .descript {
    width: 100%;
  }
}
.catalog-card .descript + .btn {
  margin-top: auto;
}
.catalog-card .descript-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .catalog-card .descript-row {
    gap: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .catalog-card .descript-row {
    width: 20vw;
    min-width: 425px;
  }
}
.catalog-card .descript-row .type {
  width: 100%;
  text-align: center;
  font-family: "Montserrat";
  padding: 20px 30px;
  background: #00cccc;
  font-weight: bold;
}
@media screen and (max-width: 1199px) {
  .catalog-card .descript-row .type {
    padding: 20px;
  }
}
.catalog-card .descript-row .img-wrapper {
  width: 60px;
}
@media screen and (max-width: 1199px) {
  .catalog-card .descript-row .img-wrapper {
    width: 40px;
  }
}
.catalog-card .descript-row span {
  font-family: "Circe Rounded";
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .catalog-card .descript-row span {
    font-size: 1.7rem;
  }
}
.catalog-card .btn {
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 1199px) {
  .catalog-card .btn {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .catalog-card .btn {
    font-size: 1.1rem;
    width: 100%;
  }
}
.catalog-card .btn + .btn {
  margin-top: 40px;
}
@media screen and (max-width: 1199px) {
  .catalog-card .btn + .btn {
    margin-top: 20px;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .catalog-card .btn + .btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .catalog-card .btn + .btn.btn-back {
    gap: 0;
  }
}

footer {
  width: 100%;
  margin-top: 100px;
  padding: 100px 0;
  background: #00cccc;
}
@media screen and (max-width: 1199px) {
  footer {
    margin-top: 60px;
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  footer {
    margin-top: 40px;
    padding: 40px 0;
  }
}

.footer-inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .footer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.footer-left {
  font-family: "Circe Rounded";
}
.footer-left .title {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .footer-left .title {
    font-size: 2rem;
  }
}
.footer-left .subtitle {
  font-size: 0.7rem;
}
@media screen and (max-width: 767px) {
  .footer-left .subtitle {
    font-size: 1rem;
  }
}

.footer-right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 0.7rem;
  line-height: 0.9rem;
}
@media screen and (max-width: 767px) {
  .footer-right {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.footer-right .mail-link {
  color: #000000;
  text-decoration: none;
}
.footer-right .phone-link {
  margin: 10px 0;
  font-family: "Circe Rounded4";
  color: #000000;
  text-decoration: none;
}/*# sourceMappingURL=catalog.css.map */

/*# sourceMappingURL=data:application/json;charset=utf-8;base64,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Q0E7RUFDQTtBSGtkSjtBRy9jUTtFQVZSOztJQVdZO0lBQ0E7RUhtZFY7QUFDRjtBR2pkUTtFQWZSOztJQWdCWTtJQUNBO0VIcWRWO0FBQ0Y7O0FHamRBO0VBQ0k7RUFDQTtFQUNBO0VBQ0E7QUhvZEo7QUdqZEk7RUFQSjtJQVFRO0VIb2ROO0FBQ0Y7QUdsZEk7RUFYSjtJQVlRO0VIcWROO0FBQ0Y7O0FHbGRBO0lBQ0ksZUMzSVE7RUQ0SVI7RUFDQTtFQUdBO0VBQ0E7RUFDQTtFQUNBO0VIbWRKO0FHaGRRO0FIcWVSO0VBQ0U7SUFsQkE7RUFDRjtBR2hkSTtBSHFlSjtFR25lUTtFQUNBO0VBQ0E7RUhrZFI7QUc3Y1E7QUhrZVI7RUdoZVksbUJDbkpRO0VKa21CcEI7QUc1Y1E7QUhpZVI7RUcvZFk7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUg4Y1o7QUcxY0k7QUgrZEo7RUc3ZFEsbUJDcktVO0VEc0tWO0VINGNSO0FHMWNRO0FIK2RSO0VHN2RZO0VBQ0E7RUgrZFYsbUNHL2RVO1VBQ0E7RUg0Y1o7QUcxY1k7QUhnZVo7RUFDRTtJQW5CQTtFQUNGO0FHM2NZO0FIaWVaO0VBQ0U7TUFuQkE7TUFDRjtFRzVjWTtBSGtlWjtBQUNBO0VBbkJBO0VHemNJO0FIK2RKO0FBQ0E7RUc3ZFE7RUgyY1I7RUd6Y1E7QUgrZFI7QUFDQTtFQW5CQTtFR3pjWTtBSCtkWjtBQUNBO0VHN2RnQjtFQUNBO0VIK2RkLFVHL2RjO0VBQ0E7VUgyY2hCO0VHemNnQjtBSGdlaEI7QUFDQTtFQXBCRTtJQUNGO0VHMWNnQjtBSGllaEI7QUFDQTtFQXBCRTtJQUNGO0VHeGNJO0FIK2RKO0FBQ0E7RUFDRSx5QkdoZU07TUFDQTtVQUFBO0VIa2VOLHlCR2xlTTtNQUNBO1VBQ0E7RUgwY1I7RUd4Y1E7QUhtZVI7QUFDQTtFQUNFO0lBQ0UsTUdwZVE7SUhxZVIsd0JHcmVRO1FIMmNWO1lBQ0Y7RUd6Y1E7QUhzZVI7QUExQkE7RUd6Y1k7QUhzZVo7QUFDQTtFQTFCRTtJQUNGO0VHMWNZO0FIdWVaO0FBQ0E7RUExQkU7SUFDRjtFR3pjWTtBSHNlWjtBQUNBO0VBMUJBO0VBNEJFLGNBQWM7QUdqZWhCOztBSG9lQTtFQUNFLHNCR3BlRTtNQUVBO1VBQ0E7RUh1Y0o7RUdwY0k7QUhtZUo7QUFDQTtFQUNFO0lBQ0UseUJHcmVJO1FIdWNOO1lBQ0Y7RUdyY0k7QUhzZUo7QUFDQTtFQTlCRTtJQUNGO0VHdGNJO0FIdWVKO0FBQ0E7RUdsZVEsaUJDM1FZO0VKZ3RCcEI7RUduY1E7QUhvZVI7QUFDQTtFQTlCRTtJQUNGO0VHcGNRO0FIcWVSO0FBQ0E7RUE5QkU7SUFDRjtFR3BjSTtBSHFlSjtBQUNBO0VHbmVRO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUhzY1I7RUdwY1E7QUhxZVI7QUFDQTtFQTlCRTtJQUNGO0VHcmNRO0FIc2VSO0FBQ0E7RUE5QkU7SUFDRjtFR3RjUTtBSHVlUjtBQUNBO0VHcmVZO0VBQ0E7RUFDQTtFSHVlVixTR3ZlVTtFQUNBO1VBQ0E7RUFDQSx3QkMvU1E7RURnVFI7RUh3Y1o7RUFpQ0UsV0FBVztBR25lVDs7QUhzY0o7RUduY1E7QUhxZVI7QUFDQTtFQS9CQTtFQWlDRSxjQUFjO0FHaGVoQjs7QUhtZUE7RUdoZUksbUJDclVnQjtFRHNVaEI7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUhrY0o7RUszd0JJO0FMNnlCSjtBQUNBO0VLM3lCUTtFQUFBO0VMNndCUjtFSzF3Qkk7QUw2eUJKO0FBQ0E7RUszeUJRO0VBQUE7RUw0d0JSO0VLendCSTtBTDZ5Qko7QUFDQTtFSzN5QlE7RUFBQTtFTDJ3QlI7RUt4d0JJO0FMNnlCSjtBQUNBO0VLM3lCUTtFQUFBO0VMMHdCUjtFS3Z3Qkk7QUw2eUJKO0FBbkNBO0VLdHdCSTtBTDR5Qko7QUFuQ0E7RUtyd0JJO0FMMnlCSjtBQW5DQTtFS3B3Qkk7QUwweUJKO0FBbkNBO0VBcUNFLFVBQVU7QU05MEJaOztBTmkxQkE7RU05MEJJO0VONHlCSjtFTTF5Qkk7QU5nMUJKO0FBQ0E7RUFuQ0U7SUFDRjtFTXp5QlE7QU4rMEJSO0FBQ0E7RUFuQ0E7RU16eUJZO0FOKzBCWjtBQUNBO0lBbkNFO0lBQ0Y7SU16eUJRO0FOKzBCUjtBQUNBO0lBbkNBO0lBcUNJLHFCQUFxQjtJT240QnpCO0FQcTRCQTtBQW5DQTtJTy8xQkk7QVBxNEJKO0FBQ0E7RUFuQ0U7SUFDRjtFQXFDRTtBT240QkU7QVBxNEJKO0VPbjRCUTtFQUNBO0FQcTRCUjs7QU9qNEJZO0VBUFI7QVA0NEJKO0FBQ0E7RUFuQ0E7SU85MUJRO0VBQ0k7QVBvNEJaOztBQWxDQTtFTzkxQlk7RUFDSTtFQUNBO0VBQ0E7QVBvNEJoQjtBQUNBO0VPbDRCZ0I7SUFDQSxpQkhWRTtFR1dGO0FQbzRCaEI7QUFDQTtFQXBDQTtFTzcxQlk7RUFDSTtBUCsxQmhCO0FPejFCWTtFQUNJO0VQMjFCaEI7RU92MUJRO0VBQ0k7RUFDQTtFUHkxQlo7RU90MUJnQjtFQUxSO0VQbTRCTixpQ083M0JrQjtFUDgzQmxCLHlCTzczQmtCO0FQODNCcEI7QUFwQ0E7RU90MUJZO0FQNjNCWjtBQUNBO0VPMzNCZ0I7QVA2M0JoQjtBQUNBO0VPMTNCZ0I7RUFDQTtBUDQzQmhCO0FBQ0E7RU8xM0JnQjtJUHUxQmhCO0lPcDFCb0I7RUFkUjtBUDA0Qlo7QUFDQTtFQXBDQTtFQXNDRSxrQkFBa0I7RVF4OEJoQjtFQUNJO0VScTZCUjtFUW42QlE7RUFISjtFUjg4QkYscUJRMThCVTtFUnM2QlY7RUFDRjtBUW42Qkk7QVIwOEJKO0VReDhCUTtJUjA4QkosWVExOEJJO0VSMjhCTjtBQXRDRjs7QUF5Q0E7RUFDRSxpQlE1OEJVO0FSNjhCWjtBQUNBO0VBQ0U7SUF4Q0E7RUFDRjtBUXA2QlE7QVIrOEJSO0VBQ0UsaUJRLzhCVTtFUmc5QlYsd0JRaDlCVTtNUmk5Qk4scUJRajlCTTtVUnU2QlY7QUFDRjtBUXI2QlE7RUFDSTtJQUNBO0lBQ0E7UUFBQTtZQUFBO0VBQ0E7QVJvOUJaO0FBQ0E7RUE5Q0E7SVFyNkJZO1FBTko7WUFPUTtFUnc2QmQ7QUFDRjtBUXQ2Qlk7RUFWSjtFUmsrQk4sZ0JRdjlCYztFUnc5QmQseUJRdjlCYztNUnc5QlYsc0JReDlCVTtVUnk5Qk4sbUJRejlCTTtFUjA5QmQseUJRejlCYztNUnk2QmQ7VUFDRjtBQWtEQTtBUXA5QkE7RUFFSTtJUm82Qko7RVFqNkJRO0FSbzlCUjtBQUNBO0VBaERFO0lBQ0Y7SVFsNkJRO1FBVFI7WUFVWTtJQUFBO0VSdTlCVjtBQUNGOztBQUVBO0VBbkRBO0FRbDZCSTtBUnc5Qko7RVF0OUJRO0lBQUE7RVJ5OUJOO0FBQ0Y7QUFDQTtFQXREQTtJUWo2Qlk7SUFOUjtRQU9ZO1lSbzZCZDtJQUNGO0VRbDZCWTtBUjI5Qlo7QUFDQTtFQXRERTtFQUNGO0VRbDZCUTtNQUNJO1VBQ0E7RVJvNkJaO0FRajZCZ0I7QVIwOUJoQjtFQUNFO0lBdERBO0VBQ0Y7QVFsNkJnQjtBUjI5QmhCO0VBQ0U7SVExOUJrQjtFUnE2QmxCO0FBQ0Y7QVFsNkJZO0VBQ0k7RUFDQTtBUjI5QmhCO0FBdERBO0VRaDZCUTtJQUNJO0VBQ0E7QVJrNkJaO0FRLzVCUTtFQUNJO0lBQUE7TUFBQTtJUjA5QlIsWVExOUJRO01BQ0E7TUFDQTtFUmk2Qlo7QVE1NUJRO0FSdzlCUjtFQUNFLFlReDlCVTtFUnk5QlYsd0JRejlCVTtFQUNBO0FSODVCWjtBUTU1Qlk7RUFKSjtFUis5Qk4sV1ExOUJjO0FSMjlCaEI7QUEzREE7RVE3NUJZO0VBQ0k7TVIrNUJoQjtVUTc1QmdCO0VBSEo7RVIrOUJWLFNRMzlCa0I7QVI0OUJwQjtBQTNEQTtFUTc1Qlk7TUFDSTtVQUNBO0VBQ0E7QVIrNUJoQjtBUTc1QmdCO0VBQ0k7SUFDQTtFQUNBO0FSMjlCcEI7QUFDQTtFUXo5Qm9CO0FSMjlCcEI7QUEzREE7RVE3NUJvQjtJQUNJO0VBQ0E7QVIyOUJ4QjtBQUNBO0VRejlCd0I7RVIyOUJ0QixpQlEzOUJzQjtFQUNBO0FSNDlCeEI7QUFDQTtFUTE5QndCO0VSKzVCeEI7RVF6NUJRO0VBQ0k7RUFDQTtFQUNBO0VBQ0E7QVIyNUJaO0FRdjVCWTtFQUNJO0VBQ0E7RVJ5NUJoQjtFQThERSxTQUFTO0VRajlCWDtVQUNJO0VSbTlCRix3QlFuOUJFO0VSbzlCRix5QlFwOUJFO0VBQ0E7RVJzNUJKO0FRcDVCSTtBUnE5Qko7RUFDRSxnQlFyOUJNO0VSczlCTixXUXQ5Qk07RVJ1OUJOLGtCUXY5Qk07RVJ3OUJOLGFReDlCTTtBUnk5QlI7QUFDQTtFQWpFQTtFUXI1Qkk7QVJ5OUJKOztBQUVBO0VBakVBO01RcDVCSTtVQUNJO0VSczVCUjtBUXA1QlE7QVJ3OUJSO0VBQ0U7SUFqRUE7SUFDRjtRUXI1QlE7WUFDSTtJQUNBO0VBQ0E7QVJ5OUJaO0FBQ0E7RVF4OUJZO0lSMDlCUixpQlExOUJRO0VSdTVCWjtBUW41Qkk7QVJ5OUJKO0VBQ0UsVVF6OUJNO0FSMDlCUjtBQUNBO0VRejlCUTtJQUFBO0VSNDlCTjtBQUNGO0FBQ0E7RUFDRSxjUTk5Qk07RVIrOUJOLFdRLzlCTTtFUnE1QlI7RVFsNUJZO0tBUFI7RVJ1K0JGLDBCUS85QmM7S1JnK0JYLHVCUWgrQlc7QVJpK0JoQjtBQUNBO0VBNUVBO01RajVCSTtVQUNJO0VBQUE7RVJpK0JOLDRCUWorQk07RVJrK0JOLDZCUWwrQk07TUFDQTtVQUNBO0VSbTVCUjtNUWg1QlE7VUFOSjtBUnkrQko7QUFDQTtFQS9FQTtJUTc0QlE7UUFDSTtZUis0Qlo7RVEzNEJJO0FSNjlCSjtBQUNBO0VBQ0UsNEJROTlCTTtFQUNBO01BQ0E7VVI2NEJSO0VRMTRCUTtFQU5KO0FScStCSjtBQUNBO0VBakZBO0lRMzRCUTtFQVZKO0FSMCtCSjtBQUNBO0VBakZFO0FBQ0Y7QVExNEJRO0VBQ0k7TUFDQTtVQUNBLG1CSjNQQTtFSTRQQTtFQUNBO0FSODlCWjtBQWpGQTtFUXo0Qlk7SUFUSjtFUnUrQk47QUFDRjtBQWpGQTtFUXo0QlE7SUFDSTtJUjI0Qlo7RVF6NEJZO0FSNjlCWjtBQUNBO0VBakZFO0VBQ0Y7RVF6NEJRO0VBQ0k7RUFDQTtFUjI0Qlo7QVF6NEJZO0FSNjlCWjtFQUNFO0lBakZBO0VBQ0Y7QVF4NEJJO0FSNDlCSjtFUTE5QlE7QVIwNEJSO0FReDRCUTtFQUpKO0lBS1E7RVIyNEJWO0FBQ0Y7QVF6NEJRO0VBUko7RVJzK0JGLGlCUTc5QlU7QVI4OUJaO0FBQ0E7RUFqRkE7SVF6NEJRO0VBQ0k7QVIyNEJaO0FRejRCWTtFQUhKO0VSaStCTixtQlE3OUJjO0FSODlCaEI7QUFDQTtFQWpGQTtJUXg0Qlk7RUFWSjtBUnUrQlI7QUFDQTtFQUNFO0lBbkZBO0lRejRCYztFUis5QmQ7QUFDRjtBQW5GQTtFQXFGRSxnQkFBZ0I7QVN2eENsQjtBVHl4Q0E7RVN2eENJO0lBQ0E7SUFDQSxpQkxxQmdCO0VKZ3JDcEI7QVNsc0NRO0FUd3hDUjtFQUNFO0lTdnhDVTtRVHFzQ1Y7WUFDRjtFU25zQ1E7RUFaUjtJQWFZO0VUMHhDVjtBQUNGOztBQUVBO0VTdnhDQTtFQUNJO0VUeXhDRixnQlN6eENFO0VUMHhDRixtQlMxeENFO0FUMnhDSjtBQUNBO0VBQ0U7SUF2RkY7SVNuc0NJO0VBSko7QVRreUNBO0FBQ0E7RUFDRTtJQUNFLGdCU2h5Q0k7SUFDQTtFVGl5Q047QUFDRjs7QUFFQTtFQUNFLHlCU255Q007TVRveUNGLHNCU3B5Q0U7VVRzc0NOO0VBQ0Y7TUFnR00scUJBQXFCO1VTbnlDM0I7QVRxeUNBO0FBOUZBO0VTcHNDSTtJQUNJO0lUc3NDUjtRU25zQ1E7WUFKSjtJQUtRO0lUc3NDVjtRQUNGO1lTbnNDSTtJQUVJO1FUb3NDUjtZU2xzQ1E7RUFKSjtBVHd5Q0o7O0FBN0ZBO0VBZ0dFLDRCQUE0QjtBU2p5QzlCO0FUbXlDQTtFU2x5Q0k7QVRveUNKO0FBQ0E7RVNweUNJO0lBQ0E7RVRvc0NKO0FTbHNDSTtBVHN5Q0o7RUFDRSxpQlN0eUNNO0FUdXlDUjtBQUNBO0VBakdBO0lTbHNDSTtFQUNJO0FUc3lDUjs7QVNseUNJO0VBQ0k7RUFDQSw2QkwvRE87TUtnRVAsMEJMakRVO1VLa0RWO0VUbXNDUjtFQW1HRSxtQkFBbUI7QUFDckI7QUFDQTtFQUNFO0lBQ0UsZUFBZTtJQUNmLG1CQUFtQjtFQUNyQjtBQUNGO0FBQ0E7RUFDRSxjQUFjO0VBQ2QscUJBQXFCO0FBQ3ZCO0FBQ0E7RUFDRSxjQUFjO0VBQ2QsNkJBQTZCO0VBQzdCLGNBQWM7RUFDZCxxQkFBcUI7QUFDdkIsQ0FBQyxzQ0FBc0MsQyIsInNvdXJjZXMiOlsid2VicGFjazovLy8uL2Fzc2V0cy9zY3NzL2NhdGFsb2cuc2NzcyIsIndlYnBhY2s6Ly8vLi9hc3NldHMvc2Nzcy9iYXNlL19oZWxwZXJzLnNjc3MiLCJ3ZWJwYWNrOi8vLy4vYXNzZXRzL2Nzcy9jYXRhbG9nLmNzcyIsIndlYnBhY2s6Ly8vLi9hc3NldHMvc2Nzcy9jb25maWcvX25vcm1hbGl6ZS5zY3NzIiwid2VicGFjazovLy8uL2Fzc2V0cy9zY3NzL2NvbmZpZy9fZm9udHMuc2NzcyIsIndlYnBhY2s6Ly8vLi9hc3NldHMvc2Nzcy9iYXNlL19iYXNlLnNjc3MiLCJ3ZWJwYWNrOi8vLy4vYXNzZXRzL3Njc3MvY29uZmlnL192YXJpYWJsZXMuc2NzcyIsIndlYnBhY2s6Ly8vLi9hc3NldHMvc2Nzcy9jb25maWcvX21peGlucy5zY3NzIiwid2VicGFjazovLy8uL2Fzc2V0cy9zY3NzL2Jhc2UvX2hlYWRlci5zY3NzIiwid2VicGFjazovLy8uL2Fzc2V0cy9zY3NzL2NvbXBvbmVudHMvX2JyZWFkY3J1bWJzLnNjc3MiLCJ3ZWJwYWNrOi8vLy4vYXNzZXRzL3Njc3MvY29tcG9uZW50cy9fY2F0YWxvZy5zY3NzIiwid2VicGFjazovLy8uL2Fzc2V0cy9zY3NzL2Jhc2UvX2Zvb3Rlci5zY3NzIl0sIm5hbWVzIjpbXSwic291cmNlUm9vdCI6IiJ9*/