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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Regular.eot");
  src: local("Gilroy Regular"), local("Gilroy-Regular"), url("../fonts/Gilroy-Regular-1.eot") format("embedded-opentype"), url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-ExtraboldItalic.eot");
  src: local("Gilroy Extrabold Italic"), local("Gilroy-ExtraboldItalic"), url("../fonts/Gilroy-ExtraboldItalic-1.eot") format("embedded-opentype"), url("../fonts/Gilroy-ExtraboldItalic.woff2") format("woff2"), url("../fonts/Gilroy-ExtraboldItalic.woff") format("woff"), url("../fonts/Gilroy-ExtraboldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic; }

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Bold.eot");
  src: local("Gilroy Bold"), local("Gilroy-Bold"), url("../fonts/Gilroy-Bold-1.eot") format("embedded-opentype"), url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff"), url("../fonts/Gilroy-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Black.eot");
  src: local("Gilroy Black"), local("Gilroy-Black"), url("../fonts/Gilroy-Black-1.eot") format("embedded-opentype"), url("../fonts/Gilroy-Black.woff2") format("woff2"), url("../fonts/Gilroy-Black.woff") format("woff"), url("../fonts/Gilroy-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Light.eot");
  src: local("Gilroy Light"), local("Gilroy-Light"), url("../fonts/Gilroy-Light-1.eot") format("embedded-opentype"), url("../fonts/Gilroy-Light.woff2") format("woff2"), url("../fonts/Gilroy-Light.woff") format("woff"), url("../fonts/Gilroy-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Semibold.eot");
  src: local("Gilroy Semibold"), local("Gilroy-Semibold"), url("../fonts/Gilroy-Semibold-1.eot") format("embedded-opentype"), url("../fonts/Gilroy-Semibold.woff2") format("woff2"), url("../fonts/Gilroy-Semibold.woff") format("woff"), url("../fonts/Gilroy-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Medium.eot");
  src: local("Gilroy Medium"), local("Gilroy-Medium"), url("../fonts/Gilroy-Medium-1.eot") format("embedded-opentype"), url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff"), url("../fonts/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-MediumItalic.eot");
  src: local("Gilroy Medium Italic"), local("Gilroy-MediumItalic"), url("../fonts/Gilroy-MediumItalic-1.eot") format("embedded-opentype"), url("../fonts/Gilroy-MediumItalic.woff2") format("woff2"), url("../fonts/Gilroy-MediumItalic.woff") format("woff"), url("../fonts/Gilroy-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-BlackItalic.eot");
  src: local("Gilroy Black Italic"), local("Gilroy-BlackItalic"), url("../fonts/Gilroy-BlackItalic-1.eot") format("embedded-opentype"), url("../fonts/Gilroy-BlackItalic.woff2") format("woff2"), url("../fonts/Gilroy-BlackItalic.woff") format("woff"), url("../fonts/Gilroy-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-UltraLight.eot");
  src: local("Gilroy UltraLight"), local("Gilroy-UltraLight"), url("../fonts/Gilroy-UltraLight-1.eot") format("embedded-opentype"), url("../fonts/Gilroy-UltraLight.woff2") format("woff2"), url("../fonts/Gilroy-UltraLight.woff") format("woff"), url("../fonts/Gilroy-UltraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-RegularItalic.eot");
  src: local("Gilroy Regular Italic"), local("Gilroy-RegularItalic"), url("../fonts/Gilroy-RegularItalic-1.eot") format("embedded-opentype"), url("../fonts/Gilroy-RegularItalic.woff2") format("woff2"), url("../fonts/Gilroy-RegularItalic.woff") format("woff"), url("../fonts/Gilroy-RegularItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-SemiboldItalic.eot");
  src: local("Gilroy Semibold Italic"), local("Gilroy-SemiboldItalic"), url("../fonts/Gilroy-SemiboldItalic-1.eot") format("embedded-opentype"), url("../fonts/Gilroy-SemiboldItalic.woff2") format("woff2"), url("../fonts/Gilroy-SemiboldItalic.woff") format("woff"), url("../fonts/Gilroy-SemiboldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-HeavyItalic.eot");
  src: local("Gilroy Heavy Italic"), local("Gilroy-HeavyItalic"), url("../fonts/Gilroy-HeavyItalic-1.eot") format("embedded-opentype"), url("../fonts/Gilroy-HeavyItalic.woff2") format("woff2"), url("../fonts/Gilroy-HeavyItalic.woff") format("woff"), url("../fonts/Gilroy-HeavyItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Extrabold.eot");
  src: local("Gilroy Extrabold"), local("Gilroy-Extrabold"), url("../fonts/Gilroy-Extrabold-1.eot") format("embedded-opentype"), url("../fonts/Gilroy-Extrabold.woff2") format("woff2"), url("../fonts/Gilroy-Extrabold.woff") format("woff"), url("../fonts/Gilroy-Extrabold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-BoldItalic.eot");
  src: local("Gilroy Bold Italic"), local("Gilroy-BoldItalic"), url("../fonts/Gilroy-BoldItalic-1.eot") format("embedded-opentype"), url("../fonts/Gilroy-BoldItalic.woff2") format("woff2"), url("../fonts/Gilroy-BoldItalic.woff") format("woff"), url("../fonts/Gilroy-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-UltraLightItalic.eot");
  src: local("Gilroy UltraLight Italic"), local("Gilroy-UltraLightItalic"), url("../fonts/Gilroy-UltraLightItalic-1.eot") format("embedded-opentype"), url("../fonts/Gilroy-UltraLightItalic.woff2") format("woff2"), url("../fonts/Gilroy-UltraLightItalic.woff") format("woff"), url("../fonts/Gilroy-UltraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic; }

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-LightItalic.eot");
  src: local("Gilroy Light Italic"), local("Gilroy-LightItalic"), url("../fonts/Gilroy-LightItalic-1.eot") format("embedded-opentype"), url("../fonts/Gilroy-LightItalic.woff2") format("woff2"), url("../fonts/Gilroy-LightItalic.woff") format("woff"), url("../fonts/Gilroy-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Heavy.eot");
  src: local("Gilroy Heavy"), local("Gilroy-Heavy"), url("../fonts/Gilroy-Heavy-1.eot") format("embedded-opentype"), url("../fonts/Gilroy-Heavy.woff2") format("woff2"), url("../fonts/Gilroy-Heavy.woff") format("woff"), url("../fonts/Gilroy-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Thin.eot");
  src: local("Gilroy Thin"), local("Gilroy-Thin"), url("../fonts/Gilroy-Thin-1.eot") format("embedded-opentype"), url("../fonts/Gilroy-Thin.woff2") format("woff2"), url("../fonts/Gilroy-Thin.woff") format("woff"), url("../fonts/Gilroy-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-ThinItalic.eot");
  src: local("Gilroy Thin Italic"), local("Gilroy-ThinItalic"), url("../fonts/Gilroy-ThinItalic-1.eot") format("embedded-opentype"), url("../fonts/Gilroy-ThinItalic.woff2") format("woff2"), url("../fonts/Gilroy-ThinItalic.woff") format("woff"), url("../fonts/Gilroy-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic; }

html, body {
  min-width: 100%;
  min-height: 100%; }

body {
  background-color: #F7F8F9;
  font-family: "Gilroy";
  color: #19293F;
  font-size: 14px;
  transition: .25s ease; }
  body.locked {
    overflow: hidden; }

a {
  text-decoration: none;
  color: inherit; }

.is-bold {
  font-weight: bold !important; }

.jGrowl {
  z-index: 99993 !important; }

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

.button {
  padding: 10px 36px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 32px;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: .25s ease;
  font-weight: bold;
  border: 1px solid #BABABA;
  font-size: 1.150em; }
  .button:focus {
    outline: none; }
  .button:hover {
    cursor: pointer;
    filter: brightness(90%);
    transition: .25s ease; }
  .button:active {
    box-shadow: 0px 8px 24px rgba(14, 0, 255, 0.12);
    transition: .15s ease; }
  .button.is-block {
    display: block;
    width: 100%; }
  .button.is-block-mobile {
    display: block;
    width: 100%; }
  .button.is-primary {
    background: #2375E2;
    box-shadow: 0px 8px 16px rgba(14, 0, 255, 0.12);
    border: none;
    color: #FFFFFF; }
    .button.is-primary:active {
      box-shadow: 0px 8px 24px rgba(14, 0, 255, 0.3);
      transition: .15s ease; }
    .button.is-primary.is-outlined {
      background-color: #FFFFFF;
      border: 1px solid #2375E2;
      color: #19293F;
      box-shadow: unset; }
      .button.is-primary.is-outlined:hover {
        filter: brightness(95%); }
      .button.is-primary.is-outlined:active {
        box-shadow: 0px 8px 24px rgba(14, 0, 255, 0.12);
        transition: .15s ease; }
  .button.is-accent {
    background: #FD950B;
    box-shadow: 0px 8px 16px rgba(14, 0, 255, 0.12);
    border: none;
    color: #FFFFFF; }
    .button.is-accent:active {
      box-shadow: 0px 8px 24px rgba(14, 0, 255, 0.3);
      transition: .15s ease; }
    .button.is-accent.is-outlined {
      background-color: #FFFFFF;
      border: 1px solid #FD950B;
      color: #19293F;
      box-shadow: unset; }
      .button.is-accent.is-outlined:hover {
        filter: brightness(95%); }
      .button.is-accent.is-outlined:active {
        box-shadow: 0px 8px 24px rgba(14, 0, 255, 0.12);
        transition: .15s ease; }
  .button.is-disabled {
    background-color: #BABABA;
    color: white;
    transition: .25s ease;
    cursor: not-allowed; }
    .button.is-disabled:hover {
      filter: none; }
      .button.is-disabled:hover:active {
        box-shadow: unset; }

.buttons {
  display: flex; }
  .buttons .button {
    margin-right: 16px; }
    .buttons .button:last-child {
      margin-right: 0; }

.input {
  background: #F4F4F4;
  border: 1px solid #BABABA;
  box-sizing: border-box;
  padding: 10px 24px;
  border-radius: 32px;
  font-size: 14px;
  display: inline-block; }
  .input.is-block {
    display: block;
    width: 100%; }
  .input.is-error {
    border: 2px solid #FF1001; }
  .input:not(:last-of-type) {
    margin-bottom: 8px; }

.content-block ul, .content-block ol {
  padding-left: 32px; }

.content-block ul {
  list-style-type: disc; }

.content-block table {
  border-collapse: collapse;
  margin: 24px 0 32px 0;
  min-width: 50%;
  box-sizing: border-box; }
  .content-block table td, .content-block table th {
    padding: 12px 24px;
    border: 1px solid #BABABA; }

.content-block a {
  text-decoration: underline;
  color: #2375E2; }

.modal {
  display: none; }

.btn-top {
  position: fixed;
  color: #fff;
  background-color: #42566e;
  right: 20px;
  bottom: 20px;
  padding: 9px 12px;
  font-size: 20px;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  border: 2px solid #fff;
  display: none; }
  .btn-top.show {
    display: block; }

.form-item:not(:last-child) {
  margin-bottom: 12px; }

.card, .header-menu-sublist-wrapper {
  background-color: #FFFFFF;
  box-shadow: 0px 8px 12px rgba(25, 41, 63, 0.04);
  border-radius: 8px;
  box-sizing: border-box; }

.card {
  padding: 24px; }
  .card.is-paddingless {
    padding: unset; }

.page {
  display: grid;
  grid-template: 1fr / 1fr;
  box-sizing: border-box;
  padding: 24px 0; }
  .page.has-sidebar {
    grid-template: 1fr / 100%; }
  .page-sidebar {
    display: none; }

h1:first-child,
h2:first-child,
h3:first-child {
  margin-top: 0; }

.typography.is-title-1 {
  font-size: 24px;
  font-weight: bold; }

.content-block h2, .typography.is-title-2 {
  font-size: 20px;
  font-weight: bold; }

.pricetable {
  width: 100%; }
  .pricetable thead {
    position: -webkit-sticky;
    position: sticky;
    top: 0; }
  .pricetable th, .pricetable td {
    padding: 12px 18px; }
  .pricetable th {
    background-color: #F4F4F4;
    font-weight: bold;
    text-align: left; }
  .pricetable td {
    font-weight: 500; }
  .pricetable th:nth-child(n+2),
  .pricetable td:nth-child(n+2) {
    text-align: center; }
  .pricetable-row-link {
    color: #2375E2;
    text-decoration: underline; }
  .pricetable-title {
    margin-top: 32px !important; }
  .pricetable-order-btn {
    color: #2375E2;
    cursor: pointer;
    font-weight: 600;
    box-sizing: border-box;
    padding: 6px 0;
    border-radius: 15px; }
    .pricetable-order-btn:hover {
      color: #FD950B;
      background-color: #2375E2;
      transition: .15s ease; }
  .pricetable-end-caption {
    color: #BABABA;
    margin: 16px 0;
    text-align: center; }
  .pricetable-price-cell {
    white-space: nowrap; }
    .pricetable-price-cell span.has-tooltip {
      color: #19293F;
      border-bottom: 1px dashed #19293F; }

.contacts-card {
  font-size: 14px; }
  .contacts-card-info {
    display: grid;
    grid-template: 1fr / 5fr 3fr;
    gap: 48px; }
  .contacts-card-item:not(:last-child) {
    margin-bottom: 18px; }
  .contacts-card-label {
    color: #BABABA;
    margin-bottom: 8px; }
  .contacts-card-caption {
    margin-top: 6px;
    font-size: 13px; }
  .contacts-card-phone {
    color: #2375E2;
    font-weight: bold;
    font-size: 16px; }
  .contacts-card-email {
    color: #2375E2;
    font-weight: bold;
    font-size: 16px; }

#callback-modal {
  padding: 24px;
  border-radius: 8px; }

.callback-modal-title {
  margin: 0 0 24px 0; }

.callback-modal-form-wrapper {
  min-width: 300px; }

.callback-modal-form-submit-button {
  margin-top: 24px; }

.callback-modal-status {
  display: none; }

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 16px; }

.mobile-menu {
  box-sizing: border-box;
  padding: 16px;
  background-color: #FFFFFF;
  min-height: 100%; }
  .mobile-menu-wrapper {
    position: fixed;
    top: -2000px;
    opacity: 0;
    left: 0;
    width: 100vw;
    height: calc(100vh - 57px);
    z-index: 420;
    overflow-y: auto;
    transition: .35s ease; }
    .mobile-menu-wrapper.active {
      top: 57px;
      opacity: 1;
      transition: .35s ease; }
  .mobile-menu-contacts {
    margin: 14px 0; }
    .mobile-menu-contacts a {
      display: block; }
    .mobile-menu-contacts-phone {
      color: #2375E2;
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 8px; }
    .mobile-menu-contacts-email {
      font-weight: 500; }
  .mobile-menu-page {
    opacity: 0;
    transition: .2s ease;
    transform: translateX(-110%); }
    .mobile-menu-page.active {
      opacity: 1;
      transform: translateX(0%); }
    .mobile-menu-page.hidden {
      display: none; }
    .mobile-menu-page.hiding {
      transition: .2s ease;
      opacity: 0;
      transform: translateX(-110%); }
    .mobile-menu-page.showing {
      transition: .2s ease;
      opacity: 1;
      transform: translateX(0%); }
  .mobile-menu-list {
    display: flex;
    flex-direction: column;
    padding: 0 0 36px 0; }
    .mobile-menu-list-item {
      display: inline-block; }
      .mobile-menu-list-item.is-btn {
        margin: 24px 0; }
        .mobile-menu-list-item.is-btn .button {
          width: 100%; }
      .mobile-menu-list-item-link {
        font-size: 16px;
        font-weight: 600;
        display: inline-block;
        box-sizing: border-box;
        padding: 16px 8px;
        background-color: white; }
        .mobile-menu-list-item-link:hover {
          background-color: white; }
  .mobile-menu-back-button {
    display: flex;
    align-items: center;
    margin-bottom: 24px; }
    .mobile-menu-back-button-icon {
      content: '';
      background-image: url(../svg/Arrow-down.svg);
      background-size: 12px;
      width: 36px;
      height: 32px;
      background-position: center;
      background-repeat: no-repeat;
      transform: rotate(90deg); }
  .mobile-menu-inner-list-item {
    display: grid;
    align-items: center;
    grid-template: 1fr / 1fr; }
    .mobile-menu-inner-list-item.has-children {
      grid-template: auto 1fr / 1fr 36px; }
    .mobile-menu-inner-list-item.is-active .mobile-menu-inner-list-item-link {
      color: #FD950B; }
    .mobile-menu-inner-list-item.is-active-here .mobile-menu-inner-list-item-link {
      color: #2375E2; }
    .mobile-menu-inner-list-item-link {
      padding: 8px 12px;
      cursor: pointer;
      font-weight: 600; }
      .mobile-menu-inner-list-item-link:hover {
        background-color: #F7F8F9;
        color: #2375E2; }
    .mobile-menu-inner-list-item-expander {
      background-image: url("../svg/Arrow-down.svg");
      background-size: 12px;
      width: 36px;
      height: 32px;
      background-position: center;
      background-repeat: no-repeat;
      margin-right: 18px; }
      .mobile-menu-inner-list-item-expander:hover {
        cursor: pointer;
        background-color: #eef4fd; }
  .mobile-menu-inner-sublist {
    display: none;
    background-color: #FFFFFF;
    grid-column: 1 / 3; }
    .mobile-menu-inner-sublist-item.is-active .mobile-menu-inner-sublist-item-link {
      color: #FD950B; }
    .mobile-menu-inner-sublist-item-link {
      padding: 8px 12px 8px 24px;
      text-decoration: underline;
      cursor: pointer;
      display: block; }
      .mobile-menu-inner-sublist-item-link:hover {
        color: #2375E2;
        background-color: #F7F8F9; }
  .mobile-menu-inner-list-item.is-expanded .mobile-menu-inner-sublist {
    display: block; }
  .mobile-menu-inner-list-item.is-expanded .mobile-menu-list-item-expander {
    transform: rotateX(180deg); }

.header {
  background-color: #FFFFFF;
  box-sizing: border-box;
  padding-top: 16px;
  box-shadow: 0px 8px 12px rgba(25, 41, 63, 0.04);
  z-index: 430; }
  .header-main {
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 16px;
    display: grid;
    grid-template: 1fr / auto auto 1fr auto auto;
    gap: 32px;
    box-sizing: border-box;
    margin: 4px auto; }
    .header-main-burger span, .header-main-burger:after, .header-main-burger:before {
      height: 3px;
      width: 100%;
      position: absolute;
      background: #2375E2;
      margin: 0 auto; }
    .header-main-burger {
      width: 30px;
      height: 30px;
      position: relative; }
      .header-main-burger span {
        top: 13.5px; }
      .header-main-burger:after, .header-main-burger:before {
        content: ''; }
      .header-main-burger:after {
        bottom: 5.5px; }
      .header-main-burger:before {
        top: 5.5px; }
      .header-main-burger-wrapper {
        display: flex;
        align-items: center;
        justify-content: flex-end; }
    .header-main-logo a {
      display: flex;
      align-items: center; }
      .header-main-logo a img {
        width: 75px; }
    .header-main-caption {
      color: #BABABA;
      display: flex;
      align-items: center;
      justify-content: center; }
    .header-main-address {
      display: flex;
      flex-direction: column;
      justify-content: center; }
    .header-main-contacts {
      display: grid;
      grid-template: 1fr 1fr / 1fr;
      justify-content: center;
      align-items: center;
      grid-column: 4 / 5; }
      .header-main-contacts-phone {
        color: #2375E2;
        font-size: 1.15em;
        font-weight: bold; }
      .header-main-contacts-email {
        text-align: center; }
    .header-main-cta {
      display: grid;
      grid-template: auto auto / 1fr;
      gap: 8px; }
      .header-main-cta .button {
        min-width: 175px; }
  .header-bottom {
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 16px;
    padding-top: 16px;
    padding-bottom: 8px;
    display: flex;
    justify-content: space-between; }
  .header-menu {
    display: flex;
    align-items: center; }
    .header-menu-list {
      display: grid;
      grid-template: 1fr/repeat(8, auto);
      gap: 8px 24px;
      align-items: center; }
      .header-menu-list-item {
        font-weight: 600;
        font-size: 1.1em;
        display: flex;
        align-items: center;
        white-space: nowrap;
        position: relative;
        padding-top: 8px;
        padding-bottom: 8px; }
        .header-menu-list-item.active {
          color: #FD950B; }
        .header-menu-list-item-link:hover {
          color: #2375E2;
          transition: .15s ease; }
        .header-menu-list-item-expander {
          background-image: url("../svg/Arrow-down.svg");
          width: 10px;
          height: 10px;
          background-position: center;
          background-size: cover;
          margin-left: 8px; }
    .header-menu-sublist {
      display: block; }
      .header-menu-sublist-item-link {
        display: block;
        padding: 6px 12px;
        cursor: pointer; }
        .header-menu-sublist-item-link:hover {
          background-color: #eef4fd;
          color: #2375E2; }
      .header-menu-sublist-wrapper {
        position: absolute;
        top: 100%;
        left: -16px;
        padding: 4px;
        min-width: 200px;
        display: none;
        border: 1px solid #BABABA;
        background-color: #FFFFFF; }
    .header-menu-list-item:hover .header-menu-sublist-wrapper {
      display: block; }
  .header-search input {
    background-color: #FFFFFF;
    width: 250px;
    padding: 6px 24px; }

.sidemenu:not(:last-child) {
  margin-bottom: 24px; }

.sidemenu-header {
  background-color: #2375E2;
  padding: 16px 12px;
  color: #FFFFFF;
  font-weight: bold;
  display: flex;
  align-items: center;
  font-size: 1.15em;
  margin-bottom: 8px; }
  .sidemenu-header-icon {
    margin-right: 12px; }

.sidemenu-list-item {
  display: grid;
  align-items: center;
  grid-template: 1fr / 1fr; }
  .sidemenu-list-item.has-children {
    grid-template: auto 1fr / 1fr 36px; }
  .sidemenu-list-item.is-active .sidemenu-list-item-link {
    color: #FD950B; }
  .sidemenu-list-item.is-active-here .sidemenu-list-item-link {
    color: #2375E2; }
  .sidemenu-list-item-link {
    padding: 8px 12px;
    cursor: pointer;
    font-weight: 600; }
    .sidemenu-list-item-link:hover {
      background-color: #F7F8F9;
      color: #2375E2; }
  .sidemenu-list-item-expander {
    background-image: url("../svg/Arrow-down.svg");
    background-size: 12px;
    width: 36px;
    height: 32px;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 18px; }
    .sidemenu-list-item-expander:hover {
      cursor: pointer;
      background-color: #eef4fd; }

.sidemenu-sublist {
  display: none;
  background-color: #FFFFFF;
  grid-column: 1 / 3; }
  .sidemenu-sublist-item.is-active .sidemenu-sublist-item-link {
    color: #FD950B; }
  .sidemenu-sublist-item-link {
    padding: 8px 12px 8px 24px;
    text-decoration: underline;
    cursor: pointer;
    display: block; }
    .sidemenu-sublist-item-link:hover {
      color: #2375E2;
      background-color: #F7F8F9; }

.sidemenu-list-item.is-expanded .sidemenu-sublist {
  display: block; }

.sidemenu-list-item.is-expanded .sidemenu-list-item-expander {
  transform: rotateX(180deg); }

.sidebar-contacts {
  background-color: #19293F; }
  .sidebar-contacts-list {
    padding-bottom: 24px; }
    .sidebar-contacts-list-item {
      display: grid;
      grid-template: auto auto / 4px 1fr;
      gap: 8px 16px;
      color: #FFFFFF; }
      .sidebar-contacts-list-item:not(:last-child) {
        margin-bottom: 16px; }
      .sidebar-contacts-list-item-bar {
        grid-row: 1 / 3;
        grid-column: 1 / 2;
        background-color: #FD950B;
        width: 4px;
        border-radius: 2px;
        height: 36px; }
      .sidebar-contacts-list-item-title {
        grid-column: 2 / 3;
        grid-row: 1 / 2;
        font-size: .85em; }
      .sidebar-contacts-list-item-value {
        grid-column: 2 / 3;
        grid-row: 2 / 3;
        font-weight: bold; }

.footer {
  background-color: #19293F;
  color: #FFFFFF;
  min-height: 250px;
  padding: 24px 0 0 0;
  box-sizing: border-box; }
  .footer-top {
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 16px;
    display: grid;
    grid-template: repeat(4, auto)/1fr;
    gap: 12px;
    align-items: center; }
    .footer-top-contacts {
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .footer-top-contacts-phone {
        font-size: 1.15em;
        font-weight: bold;
        margin-bottom: 4px;
        color: #FD950B; }
  .footer-middle {
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 16px; }
  .footer-menu {
    padding: 32px 8px;
    display: grid; }
    .footer-menu-col-item {
      display: block; }
      .footer-menu-col-item:not(:last-child) {
        margin-bottom: 16px; }
      .footer-menu-col-item:hover {
        color: #FD950B;
        transition: .15s ease; }
  .footer-bottom {
    background-color: #151515; }
    .footer-bottom-copyright {
      display: flex;
      justify-content: center;
      padding: 16px 0; }

.breadcrumb {
  padding: 0;
  margin: 0 0 12px 0;
  font-size: 12px;
  color: #BABABA;
  list-style-type: none;
  display: flex; }
  .breadcrumb-item:not(:last-child) {
    margin-right: 8px; }
    .breadcrumb-item:not(:last-child):after {
      display: inline-block;
      content: ' > ';
      margin-left: 8px; }
  .breadcrumb-item a:hover {
    color: #2375E2;
    transition: .15s ease; }

.assortment-block-card {
  display: grid;
  grid-template: 1fr 50px / 1fr; }
  .assortment-block-card:hover {
    color: #2375E2; }
  .assortment-block-card-title {
    display: flex;
    align-items: center;
    font-weight: 600; }
  .assortment-block-card-image {
    border: 1px solid #F4F4F4;
    border-radius: 8px;
    background-color: #F7F8F9; }
    .assortment-block-card-image img {
      display: block;
      width: 100%;
      max-width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      border-radius: 8px; }

.assortment-block .carousel__nav {
  display: none; }

.banner {
  position: relative;
  width: 100%;
  min-height: 330px;
  background-color: #19293F;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 5px; }
  .banner-wrapper {
    border-radius: 5px; }
  .banner-body {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 16px 32px;
    display: flex;
    flex-direction: column;
    background-color: rgba(25, 41, 63, 0.5); }
    .banner-body.is-vcentered {
      justify-content: center; }
  .banner-title {
    color: #FFFFFF;
    font-size: 32px;
    font-weight: bold;
    margin: 2px 0;
    padding: 4px 2px;
    background-color: rgba(25, 41, 63, 0.9); }
    .banner-title.is-centered {
      text-align: center; }
  .banner-subtitle {
    color: #FFFFFF;
    font-size: 24px;
    margin: 2px 0;
    padding: 4px 2px;
    background-color: rgba(25, 41, 63, 0.9); }
    .banner-subtitle.is-centered {
      text-align: center; }
  .banner-cta {
    display: flex;
    margin: 8px 0; }
    .banner-cta.is-centered {
      justify-content: center; }

.how-to-order-cards-item {
  background-color: #F7F8F9;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: 600;
  font-size: 1.15em;
  box-sizing: border-box;
  padding: 24px; }
  .how-to-order-cards-item-title {
    padding: 12px 0; }
  .how-to-order-cards-item-value {
    color: #2375E2; }
    .how-to-order-cards-item-value:hover {
      color: #FD950B; }

.how-to-order .carousel__nav {
  display: none; }

.advantages-cards-item {
  display: grid;
  grid-template: auto 1fr / 1fr;
  gap: 8px;
  background-color: #F7F8F9;
  font-weight: 600;
  font-size: 1.15em;
  box-sizing: border-box;
  padding: 24px; }

.advantages .carousel__nav {
  display: none; }

.certificates-list {
  display: grid;
  grid-template: 1fr/repeat(7, 1fr);
  gap: 16px; }
  .certificates-list-item {
    border: 1px solid #F4F4F4;
    background-color: #F7F8F9; }
    .certificates-list-item-image img {
      display: block;
      width: 100%;
      height: 100%;
      max-width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

.partners-list-item.carousel__slide {
  width: 30%; }

.partners-list-item-image {
  display: flex;
  justify-content: center;
  align-items: center; }
  .partners-list-item-image img {
    height: 100px;
    max-width: 100%;
    -o-object-fit: contain;
       object-fit: contain; }

.partners .carousel__nav {
  display: none; }

.callback-block {
  position: relative; }
  .callback-block-form-wrapper {
    display: grid;
    grid-template: 1fr / 1fr 30%;
    gap: 32px; }
  .callback-block-front-image {
    z-index: 1;
    position: absolute;
    right: 0;
    width: calc(45%);
    height: 100%;
    bottom: -24px;
    background-image: url("../img/callback-block-front-image.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }

.product-card-top {
  display: grid;
  grid-template: 1fr / 3fr 5fr;
  gap: 32px; }

.product-card-gallery-image {
  height: 275px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .product-card-gallery-image img {
    display: block;
    max-width: 100%;
    max-height: 100%; }

.product-card-subtitle {
  color: #BABABA; }

.product-card-price {
  margin: 24px 0 16px 0;
  font-size: 36px;
  font-weight: bold;
  color: #2375E2; }

.product-card-actions {
  margin: 16px 0 24px 0; }

.product-card-options-wrapper {
  margin-top: 32px; }

.product-card-option {
  display: grid;
  grid-template: 1fr / auto 1fr auto;
  margin-bottom: 12px;
  font-size: 16px; }
  .product-card-option-spacer {
    border-bottom: 1px solid #F4F4F4; }

.objects-grid {
  display: grid;
  grid-template: 1fr/repeat(3, 1fr);
  gap: 32px; }
  .objects-grid-item img {
    display: block;
    max-width: 100%;
    max-height: 100%; }

.page-content > .card {
  margin-bottom: 32px; }

.carousel__button.is-prev {
  left: -24px; }

.carousel__button.is-next {
  right: -24px; }

@media screen and (max-width: 1023px) {
    .card {
      padding: 16px; }
    .pricetable-scroll-wrapper {
      overflow-x: auto; }
      .pricetable-row-link {
        white-space: nowrap; }
      .contacts-card-info {
        grid-template: auto auto / 1fr; }
    .header {
      padding-top: 8px;
      padding-bottom: 8px; }
      .header-main {
        grid-template: 1fr / auto auto 1fr;
        gap: 8px; }
          .header-main-logo a img {
            width: 50px; }
        .header-main-caption {
          font-size: .8em; }
        .header-main-address {
          display: none; }
        .header-main-contacts {
          display: none; }
        .header-main-cta {
          display: none; }
      .header-bottom {
        display: none; }
      .footer-menu {
        font-size: 12px;
        gap: 24px 16px;
        grid-template: 1fr/repeat(2, 1fr); }
    .assortment-block-card {
      width: 80%;
      padding: 4px; }
      .assortment-block-card-title {
        font-size: .875em; }
      .banner-title {
        font-size: 24px; }
      .banner-subtitle {
        font-size: 20px; }
    .how-to-order-cards-item {
      width: 75%;
      margin-right: 12px; }
      .how-to-order-cards-item-title {
        font-size: 11px; }
      .how-to-order-cards-item-value {
        font-size: 12px; }
    .advantages-cards-item {
      width: 75%;
      margin-right: 16px; }
  .partners-list-item {
    padding: 8px; }
    .partners-list-item.carousel__slide {
      width: 100%; }
      .callback-block-form-wrapper {
        display: block; }
      .callback-block-front-image {
        display: none; }
    .product-card-top {
      grid-template: auto 1fr / 1fr; }
    .product-card-gallery-image {
      margin: 0 auto;
      max-width: 350px; }
    .objects-grid {
      grid-template: 1fr/repeat(2, 1fr); } }

@media screen and (min-width: 1024px) {
      .page.has-sidebar {
        grid-template: 1fr/250px minmax(0, 1fr);
        gap: 16px; }
      .page-sidebar {
        display: block; }
      .mobile-menu-wrapper {
        display: none; }
          .header-main-burger-wrapper {
            display: none; }
      .footer-top {
        grid-template: 1fr / auto 1fr auto auto;
        gap: 32px; }
      .footer-menu {
        grid-template: 1fr/repeat(3, auto) 1fr;
        gap: 64px; }
  .assortment-block-list {
    display: grid;
    grid-template: 1fr/repeat(4, 25%);
    grid-gap: 24px 8px; }
  .how-to-order-cards {
    display: grid;
    grid-template: 1fr/repeat(3, 1fr);
    gap: 8px; }
  .advantages-cards {
    display: grid;
    grid-template: 1fr/repeat(4, 1fr);
    gap: 16px; } }

@media screen and (max-width: 425px) {
    .product-card-gallery-image {
      max-width: 250px; } }
