@charset "UTF-8";
/*! 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-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; }

html,
body {
  margin: 0;
  padding: 0;
  text-decoration: none; }

body {
  height: auto;
  min-height: 100%;
  min-width: 375px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  position: relative;
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
  color: #161616; }
  body.overflow-visible {
    overflow: visible; }
  body.gray {
    background-color: #F2F3F5; }

input, button, textarea {
  outline: none;
  border-radius: 0;
  -webkit-appearance: none; }

.p-headline {
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  color: #37424A;
  padding-bottom: 40px;
  display: flex; }
  @media (max-width: 1024px) {
    .p-headline {
      padding-bottom: 32px;
      font-size: 22px;
      line-height: 27px; } }

h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
  font-weight: normal;
  font-family: "Montserrat", sans-serif; }
  html h1, html
  h2, html
  h3, html
  h4, html
  h5, html
  p {
    font-family: "Montserrat", sans-serif; }

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

a {
  text-decoration: none;
  transition: color 250ms ease-in-out; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

svg.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
  transition: fill 250ms ease; }

.bg-gray {
  background: #EFF1F4;
  overflow: hidden; }

.is-ovh {
  overflow: hidden; }
  .is-ovh body {
    overflow: hidden; }

@media (max-width: 767px) {
  .mobile-hidden {
    display: none !important; } }

.mobile-visible {
  display: none !important; }
  @media (max-width: 767px) {
    .mobile-visible {
      display: block !important; } }

@media (max-width: 1024px) {
  .tablet-hidden {
    display: none !important; } }

.tablet-visible {
  display: none !important; }
  @media (max-width: 1024px) {
    .tablet-visible {
      display: block !important; } }

.filter-active .categories-sidebar {
  opacity: 1;
  pointer-events: all; }
  @media (max-width: 1279px) {
    .filter-active .categories-sidebar__in {
      transform: translate3d(0%, 0%, 0); } }

.inner {
  padding: 16px 0; }

.custom-scroll::-webkit-scrollbar, .textarea__field::-webkit-scrollbar {
  width: 4px !important;
  border-radius: 3px !important; }

.custom-scroll::-webkit-scrollbar-thumb, .textarea__field::-webkit-scrollbar-thumb {
  background: #818A8F !important;
  border-radius: 3px !important; }

.custom-scroll::-webkit-scrollbar-track, .textarea__field::-webkit-scrollbar-track {
  background: #EEEEEE !important; }

.error-msg {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #ED1C24;
  padding-top: 6px;
  display: none; }

.error .error-msg {
  display: block; }

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.4);
  z-index: 100;
  transition: all 300ms ease; }
  .overlay.is-active {
    opacity: 1;
    visibility: visible; }

.show-desktop-small {
  display: none; }
  @media (max-width: 1279px) {
    .show-desktop-small {
      display: block; } }

.hide-desktop-small {
  display: block; }
  @media (max-width: 1279px) {
    .hide-desktop-small {
      display: none; } }

@media print {
  .header, .header-mobile, .breadcrumb, .article-header, .article__author, .article__section, .footer, .consultation, .article__privacy {
    display: none !important; }
  .print {
    display: block !important; }
  .no-print {
    display: none !important; } }

.row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap; }

.stretch {
  align-items: stretch; }

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

.align-items-start {
  align-items: flex-start; }

.align-items-end {
  align-items: flex-end; }

.justify-content-center {
  justify-content: center; }

.justify-content-start {
  justify-content: flex-start; }

.justify-content-end {
  justify-content: flex-end; }

.order-1 {
  order: 1; }

.col-1 {
  box-sizing: border-box;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
  width: 100%; }

.order-2 {
  order: 2; }

.col-2 {
  box-sizing: border-box;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
  width: 100%; }

.order-3 {
  order: 3; }

.col-3 {
  box-sizing: border-box;
  flex: 0 0 25%;
  max-width: 25%;
  width: 100%; }

.order-4 {
  order: 4; }

.col-4 {
  box-sizing: border-box;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  width: 100%; }

.order-5 {
  order: 5; }

.col-5 {
  box-sizing: border-box;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
  width: 100%; }

.order-6 {
  order: 6; }

.col-6 {
  box-sizing: border-box;
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%; }

.order-7 {
  order: 7; }

.col-7 {
  box-sizing: border-box;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
  width: 100%; }

.order-8 {
  order: 8; }

.col-8 {
  box-sizing: border-box;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
  width: 100%; }

.order-9 {
  order: 9; }

.col-9 {
  box-sizing: border-box;
  flex: 0 0 75%;
  max-width: 75%;
  width: 100%; }

.order-10 {
  order: 10; }

.col-10 {
  box-sizing: border-box;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
  width: 100%; }

.order-11 {
  order: 11; }

.col-11 {
  box-sizing: border-box;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
  width: 100%; }

.order-12 {
  order: 12; }

.col-12 {
  box-sizing: border-box;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%; }

@media only screen and (min-width: 0px) {
  .row {
    margin-left: -8px;
    margin-right: -8px; }
  .offset-xs-0 {
    margin-left: 0; }
  [class*='col-'] {
    padding-left: 8px;
    padding-right: 8px; }
  .row.no-gutters [class*='col-'] {
    padding-left: 0;
    padding-right: 0; }
  .col-xs-1 {
    box-sizing: border-box;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    width: 100%; }
  .offset-xs-1 {
    margin-left: 8.33333%; }
  .order-xs-1 {
    order: 1; }
  .col-xs-2 {
    box-sizing: border-box;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    width: 100%; }
  .offset-xs-2 {
    margin-left: 16.66667%; }
  .order-xs-2 {
    order: 2; }
  .col-xs-3 {
    box-sizing: border-box;
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%; }
  .offset-xs-3 {
    margin-left: 25%; }
  .order-xs-3 {
    order: 3; }
  .col-xs-4 {
    box-sizing: border-box;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    width: 100%; }
  .offset-xs-4 {
    margin-left: 33.33333%; }
  .order-xs-4 {
    order: 4; }
  .col-xs-5 {
    box-sizing: border-box;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    width: 100%; }
  .offset-xs-5 {
    margin-left: 41.66667%; }
  .order-xs-5 {
    order: 5; }
  .col-xs-6 {
    box-sizing: border-box;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%; }
  .offset-xs-6 {
    margin-left: 50%; }
  .order-xs-6 {
    order: 6; }
  .col-xs-7 {
    box-sizing: border-box;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    width: 100%; }
  .offset-xs-7 {
    margin-left: 58.33333%; }
  .order-xs-7 {
    order: 7; }
  .col-xs-8 {
    box-sizing: border-box;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    width: 100%; }
  .offset-xs-8 {
    margin-left: 66.66667%; }
  .order-xs-8 {
    order: 8; }
  .col-xs-9 {
    box-sizing: border-box;
    flex: 0 0 75%;
    max-width: 75%;
    width: 100%; }
  .offset-xs-9 {
    margin-left: 75%; }
  .order-xs-9 {
    order: 9; }
  .col-xs-10 {
    box-sizing: border-box;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    width: 100%; }
  .offset-xs-10 {
    margin-left: 83.33333%; }
  .order-xs-10 {
    order: 10; }
  .col-xs-11 {
    box-sizing: border-box;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    width: 100%; }
  .offset-xs-11 {
    margin-left: 91.66667%; }
  .order-xs-11 {
    order: 11; }
  .col-xs-12 {
    box-sizing: border-box;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%; }
  .offset-xs-12 {
    margin-left: 100%; }
  .order-xs-12 {
    order: 12; } }

@media only screen and (min-width: 480px) {
  .row {
    margin-left: -8px;
    margin-right: -8px; }
  .offset-sm-0 {
    margin-left: 0; }
  [class*='col-'] {
    padding-left: 8px;
    padding-right: 8px; }
  .row.no-gutters [class*='col-'] {
    padding-left: 0;
    padding-right: 0; }
  .col-sm-1 {
    box-sizing: border-box;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    width: 100%; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .order-sm-1 {
    order: 1; }
  .col-sm-2 {
    box-sizing: border-box;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    width: 100%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .order-sm-2 {
    order: 2; }
  .col-sm-3 {
    box-sizing: border-box;
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .order-sm-3 {
    order: 3; }
  .col-sm-4 {
    box-sizing: border-box;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    width: 100%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .order-sm-4 {
    order: 4; }
  .col-sm-5 {
    box-sizing: border-box;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    width: 100%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .order-sm-5 {
    order: 5; }
  .col-sm-6 {
    box-sizing: border-box;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .order-sm-6 {
    order: 6; }
  .col-sm-7 {
    box-sizing: border-box;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    width: 100%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .order-sm-7 {
    order: 7; }
  .col-sm-8 {
    box-sizing: border-box;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    width: 100%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .order-sm-8 {
    order: 8; }
  .col-sm-9 {
    box-sizing: border-box;
    flex: 0 0 75%;
    max-width: 75%;
    width: 100%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .order-sm-9 {
    order: 9; }
  .col-sm-10 {
    box-sizing: border-box;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    width: 100%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .order-sm-10 {
    order: 10; }
  .col-sm-11 {
    box-sizing: border-box;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    width: 100%; }
  .offset-sm-11 {
    margin-left: 91.66667%; }
  .order-sm-11 {
    order: 11; }
  .col-sm-12 {
    box-sizing: border-box;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%; }
  .offset-sm-12 {
    margin-left: 100%; }
  .order-sm-12 {
    order: 12; } }

@media only screen and (min-width: 768px) {
  .row {
    margin-left: -12px;
    margin-right: -12px; }
  .offset-md-0 {
    margin-left: 0; }
  [class*='col-'] {
    padding-left: 12px;
    padding-right: 12px; }
  .row.no-gutters [class*='col-'] {
    padding-left: 0;
    padding-right: 0; }
  .col-md-1 {
    box-sizing: border-box;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    width: 100%; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .order-md-1 {
    order: 1; }
  .col-md-2 {
    box-sizing: border-box;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    width: 100%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .order-md-2 {
    order: 2; }
  .col-md-3 {
    box-sizing: border-box;
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%; }
  .offset-md-3 {
    margin-left: 25%; }
  .order-md-3 {
    order: 3; }
  .col-md-4 {
    box-sizing: border-box;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    width: 100%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .order-md-4 {
    order: 4; }
  .col-md-5 {
    box-sizing: border-box;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    width: 100%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .order-md-5 {
    order: 5; }
  .col-md-6 {
    box-sizing: border-box;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%; }
  .offset-md-6 {
    margin-left: 50%; }
  .order-md-6 {
    order: 6; }
  .col-md-7 {
    box-sizing: border-box;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    width: 100%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .order-md-7 {
    order: 7; }
  .col-md-8 {
    box-sizing: border-box;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    width: 100%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .order-md-8 {
    order: 8; }
  .col-md-9 {
    box-sizing: border-box;
    flex: 0 0 75%;
    max-width: 75%;
    width: 100%; }
  .offset-md-9 {
    margin-left: 75%; }
  .order-md-9 {
    order: 9; }
  .col-md-10 {
    box-sizing: border-box;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    width: 100%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .order-md-10 {
    order: 10; }
  .col-md-11 {
    box-sizing: border-box;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    width: 100%; }
  .offset-md-11 {
    margin-left: 91.66667%; }
  .order-md-11 {
    order: 11; }
  .col-md-12 {
    box-sizing: border-box;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%; }
  .offset-md-12 {
    margin-left: 100%; }
  .order-md-12 {
    order: 12; } }

@media only screen and (min-width: 1025px) {
  .row {
    margin-left: -8px;
    margin-right: -8px; }
  .offset-lg-0 {
    margin-left: 0; }
  [class*='col-'] {
    padding-left: 8px;
    padding-right: 8px; }
  .row.no-gutters [class*='col-'] {
    padding-left: 0;
    padding-right: 0; }
  .col-lg-1 {
    box-sizing: border-box;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    width: 100%; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .order-lg-1 {
    order: 1; }
  .col-lg-2 {
    box-sizing: border-box;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    width: 100%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .order-lg-2 {
    order: 2; }
  .col-lg-3 {
    box-sizing: border-box;
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .order-lg-3 {
    order: 3; }
  .col-lg-4 {
    box-sizing: border-box;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    width: 100%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .order-lg-4 {
    order: 4; }
  .col-lg-5 {
    box-sizing: border-box;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    width: 100%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .order-lg-5 {
    order: 5; }
  .col-lg-6 {
    box-sizing: border-box;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .order-lg-6 {
    order: 6; }
  .col-lg-7 {
    box-sizing: border-box;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    width: 100%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .order-lg-7 {
    order: 7; }
  .col-lg-8 {
    box-sizing: border-box;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    width: 100%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .order-lg-8 {
    order: 8; }
  .col-lg-9 {
    box-sizing: border-box;
    flex: 0 0 75%;
    max-width: 75%;
    width: 100%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .order-lg-9 {
    order: 9; }
  .col-lg-10 {
    box-sizing: border-box;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    width: 100%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .order-lg-10 {
    order: 10; }
  .col-lg-11 {
    box-sizing: border-box;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    width: 100%; }
  .offset-lg-11 {
    margin-left: 91.66667%; }
  .order-lg-11 {
    order: 11; }
  .col-lg-12 {
    box-sizing: border-box;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%; }
  .offset-lg-12 {
    margin-left: 100%; }
  .order-lg-12 {
    order: 12; } }

@media only screen and (min-width: 1280px) {
  .row {
    margin-left: -8px;
    margin-right: -8px; }
  .offset-xl-0 {
    margin-left: 0; }
  [class*='col-'] {
    padding-left: 8px;
    padding-right: 8px; }
  .row.no-gutters [class*='col-'] {
    padding-left: 0;
    padding-right: 0; }
  .col-xl-1 {
    box-sizing: border-box;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    width: 100%; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .order-xl-1 {
    order: 1; }
  .col-xl-2 {
    box-sizing: border-box;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    width: 100%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .order-xl-2 {
    order: 2; }
  .col-xl-3 {
    box-sizing: border-box;
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .order-xl-3 {
    order: 3; }
  .col-xl-4 {
    box-sizing: border-box;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    width: 100%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .order-xl-4 {
    order: 4; }
  .col-xl-5 {
    box-sizing: border-box;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    width: 100%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .order-xl-5 {
    order: 5; }
  .col-xl-6 {
    box-sizing: border-box;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .order-xl-6 {
    order: 6; }
  .col-xl-7 {
    box-sizing: border-box;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    width: 100%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .order-xl-7 {
    order: 7; }
  .col-xl-8 {
    box-sizing: border-box;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    width: 100%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .order-xl-8 {
    order: 8; }
  .col-xl-9 {
    box-sizing: border-box;
    flex: 0 0 75%;
    max-width: 75%;
    width: 100%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .order-xl-9 {
    order: 9; }
  .col-xl-10 {
    box-sizing: border-box;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    width: 100%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .order-xl-10 {
    order: 10; }
  .col-xl-11 {
    box-sizing: border-box;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    width: 100%; }
  .offset-xl-11 {
    margin-left: 91.66667%; }
  .order-xl-11 {
    order: 11; }
  .col-xl-12 {
    box-sizing: border-box;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%; }
  .offset-xl-12 {
    margin-left: 100%; }
  .order-xl-12 {
    order: 12; } }

@media only screen and (min-width: 1440px) {
  .row {
    margin-left: -14px;
    margin-right: -14px; }
  .offset-xxl-0 {
    margin-left: 0; }
  [class*='col-'] {
    padding-left: 14px;
    padding-right: 14px; }
  .row.no-gutters [class*='col-'] {
    padding-left: 0;
    padding-right: 0; }
  .col-xxl-1 {
    box-sizing: border-box;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    width: 100%; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .order-xxl-1 {
    order: 1; }
  .col-xxl-2 {
    box-sizing: border-box;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    width: 100%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .order-xxl-2 {
    order: 2; }
  .col-xxl-3 {
    box-sizing: border-box;
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .order-xxl-3 {
    order: 3; }
  .col-xxl-4 {
    box-sizing: border-box;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    width: 100%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .order-xxl-4 {
    order: 4; }
  .col-xxl-5 {
    box-sizing: border-box;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    width: 100%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .order-xxl-5 {
    order: 5; }
  .col-xxl-6 {
    box-sizing: border-box;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .order-xxl-6 {
    order: 6; }
  .col-xxl-7 {
    box-sizing: border-box;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    width: 100%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .order-xxl-7 {
    order: 7; }
  .col-xxl-8 {
    box-sizing: border-box;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    width: 100%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .order-xxl-8 {
    order: 8; }
  .col-xxl-9 {
    box-sizing: border-box;
    flex: 0 0 75%;
    max-width: 75%;
    width: 100%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .order-xxl-9 {
    order: 9; }
  .col-xxl-10 {
    box-sizing: border-box;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    width: 100%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .order-xxl-10 {
    order: 10; }
  .col-xxl-11 {
    box-sizing: border-box;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    width: 100%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; }
  .order-xxl-11 {
    order: 11; }
  .col-xxl-12 {
    box-sizing: border-box;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%; }
  .offset-xxl-12 {
    margin-left: 100%; }
  .order-xxl-12 {
    order: 12; } }

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

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

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

.headline {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 32px;
  line-height: 39px; }
  @media (max-width: 1024px) {
    .headline {
      font-size: 24px;
      line-height: 120%; } }
  @media (max-width: 767px) {
    .headline {
      font-size: 22px; } }

.text-red {
  color: #ED1C24; }

.text-green {
  color: #18822A; }

.btn2 {
  display: inline-block;
  outline: none;
  box-shadow: none;
  text-decoration: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  background: transparent;
  box-sizing: border-box; }
  .btn2 svg {
    width: 24px;
    height: 24px;
    display: block;
    flex-shrink: 0;
    margin-right: 12px; }
  .btn2.is-loading {
    background: transparent !important;
    border-color: transparent !important;
    color: transparent !important;
    overflow: visible !important;
    transition: none !important; }
    .btn2.is-loading svg {
      opacity: 0 !important; }
    .btn2.is-loading::after {
      background: transparent !important; }
    .btn2.is-loading::before {
      filter: none !important; }

.btn--inline-flex {
  display: inline-flex;
  align-items: center;
  justify-content: center; }

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

.btn--fw {
  width: 100%; }

.btn--icon-only {
  padding: 0 !important;
  min-width: 40px; }
  .btn--icon-only svg {
    margin-right: 0 !important; }

.btn-block {
  display: block;
  width: 100%;
  text-align: center; }

.btn-transparent {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  padding: 0 16px;
  font-size: 14px;
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  transition: all 250ms ease-in-out; }

.btn-gray {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  background: #EEEEEE;
  border-radius: 2px;
  color: #161616;
  padding: 0 12px;
  transition: all 250ms ease-in-out; }
  .btn-gray:hover {
    background-color: #ED1C24;
    color: #FFFFFF; }

.btn-light {
  background: #EEEEEE;
  border-radius: 2px;
  color: #37424A;
  transition: background 300ms ease; }
  .btn-light:hover {
    background: #E8E8E8; }
  .btn-light:active {
    background: #F9F9F9; }

.btn-red {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  padding: 0 24px;
  background: #ED1C24;
  border-radius: 4px;
  font-size: 14px;
  color: #FFFFFF;
  transition: all 250ms ease-in-out; }
  .btn-red:hover {
    background-color: #c61017; }

.btn-arrow-black {
  transition: all 250ms ease-in-out; }
  .btn-arrow-black span {
    position: relative;
    padding: 0 22px 0 0; }
    .btn-arrow-black span::after {
      content: '→';
      position: absolute;
      top: 50%;
      transform: translate(0, -50%);
      right: 0;
      font-size: 14px;
      color: currentColor; }

.btn-arrow-white {
  transition: all 250ms ease-in-out; }
  .btn-arrow-white span {
    position: relative;
    padding: 0 22px 0 0; }
    .btn-arrow-white span::after {
      content: '→';
      position: absolute;
      top: 50%;
      transform: translate(0, -50%);
      right: 0;
      font-size: 14px;
      color: currentColor; }

.btn-buy {
  width: 40px;
  height: 40px;
  background: #ED1C24 url("../img/icons/bucket.svg?v=2") center center no-repeat;
  background-size: 24px;
  border-radius: 4px; }

.btn-counter {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #818A8F;
  border-radius: 4px;
  padding: 0 28px;
  box-sizing: border-box; }
  .btn-counter__control {
    transition: all 0.4s;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    bottom: 0;
    outline: none;
    box-shadow: none;
    border: none;
    background: transparent;
    cursor: pointer;
    width: 24px;
    height: 24px;
    line-height: 24px;
    padding: 0; }
    .btn-counter__control--minus {
      left: 4px;
      background: url("../img/icons/minus-gray.svg") center center no-repeat;
      background-size: contain; }
      .btn-counter__control--minus:hover {
        background: url("../img/icons/minus-blue.svg") center center no-repeat;
        background-size: contain; }
    .btn-counter__control--plus {
      right: 4px;
      background: url("../img/icons/plus-gray.svg") center center no-repeat;
      background-size: contain; }
      .btn-counter__control--plus:hover {
        background: url("../img/icons/plus-blue.svg") center center no-repeat;
        background-size: contain; }
  .btn-counter__field {
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    display: block;
    width: 100%;
    height: 100%;
    outline: none;
    box-shadow: none;
    border: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    text-align: center; }

.btn-bordered {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  border-radius: 4px;
  border: 1px solid #ED1C24;
  background: transparent;
  font-size: 14px;
  color: #ED1C24;
  transition: all 250ms ease-in-out; }
  .btn-bordered:hover {
    background-color: #ED1C24;
    color: #FFFFFF; }
  .btn-bordered.btn-s {
    line-height: 38px;
    text-decoration: none; }
  .btn-bordered-gray2 {
    font-weight: 500;
    padding: 0 16px;
    border-radius: 4px;
    border: 1px solid #5E7BA5;
    font-size: 14px;
    color: #37424A;
    transition: background 300ms ease, color 300ms ease, border 300ms ease; }
    .btn-bordered-gray2:hover {
      background: #5E7BA5;
      border-color: #5E7BA5;
      color: #fff; }
      .btn-bordered-gray2:hover svg {
        fill: #fff !important; }
        .btn-bordered-gray2:hover svg .stroke {
          fill: none !important;
          stroke: #fff !important; }
    .btn-bordered-gray2 svg {
      fill: #37424A !important;
      transition: fill 300ms ease; }
      .btn-bordered-gray2 svg .stroke {
        fill: none !important;
        stroke: #37424A !important;
        transition: stroke 300ms ease; }
  .btn-bordered-gray {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    padding: 0 16px;
    border-radius: 4px;
    border: 1px solid #37424A;
    font-size: 14px;
    color: #37424A; }
    .btn-bordered-gray:hover {
      background-color: transparent;
      color: #37424A; }
    .btn-bordered-gray.btn-xs {
      line-height: 30px; }

.btn-xs {
  height: 32px;
  line-height: 32px; }

.btn-sm {
  height: 37px;
  line-height: 37px;
  font-weight: 500;
  font-size: 14px; }

.btn-s {
  height: 40px;
  line-height: 40px;
  font-size: 14px; }
  .btn-s span {
    font-size: 14px; }

.btn-m {
  height: 48px;
  line-height: 48px; }
  @media (max-width: 767px) {
    .btn-m {
      height: 40px;
      line-height: 40px; } }

.btn-md {
  height: 54px;
  line-height: 54px;
  padding: 0 40px;
  font-size: 18px;
  font-weight: 500; }
  @media (max-width: 1024px) {
    .btn-md {
      height: 40px;
      line-height: 40;
      padding: 0 24px;
      font-size: 14px; } }

.btn-l {
  height: 64px;
  line-height: 64px; }

.btn-bold {
  font-family: "Montserrat", sans-serif;
  font-weight: bold; }

.btn-cabinet {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  display: inline-block;
  position: relative;
  padding: 0 0 0 32px;
  font-size: 16px;
  line-height: 32px;
  color: #37424A; }
  .btn-cabinet::before {
    content: ' ';
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    width: 24px;
    height: 24px;
    background: url("../img/icons/profile-gray.svg") center center no-repeat;
    background-size: contain; }

.btn-phone {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  display: inline-block;
  position: relative;
  padding: 0 0 0 26px;
  font-size: 16px;
  line-height: 22px;
  color: #5E7BA5; }
  .btn-phone::before {
    content: ' ';
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    width: 22px;
    height: 22px;
    background: url("../img/icons/phone-blue.svg") center center no-repeat;
    background-size: contain; }

.btn-link {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #5E7BA5; }
  @media (max-width: 1024px) {
    .btn-link {
      font-size: 12px; } }
  .btn-link-black {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 15px;
    color: #37424A; }
  .btn-link-red {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #ED1C24; }

.btn-close {
  width: 24px;
  height: 24px;
  background: url("../img/icons/close.svg") center center no-repeat;
  background-size: contain; }

.btn-close-light {
  width: 32px;
  height: 32px;
  background: url("../img/icons/close-light.svg") center center no-repeat;
  background-size: contain; }
  @media (max-width: 767px) {
    .btn-close-light {
      width: 24px;
      height: 24px;
      background: url("../img/icons/close.svg") center center no-repeat;
      background-size: contain; } }

.btn-calculator {
  width: 32px;
  height: 32px;
  background: url("../img/icons/calculator.svg") center center no-repeat;
  background-size: 16px;
  flex-shrink: 0; }

.btn-list-view {
  width: 24px;
  height: 24px;
  background: url("../img/icons/list-view-gray.svg") center center no-repeat;
  background-size: contain; }
  .btn-list-view.is-active {
    background: url("../img/icons/list-view.svg") center center no-repeat;
    background-size: contain; }

.btn-tile-view {
  width: 24px;
  height: 24px;
  background: url("../img/icons/tile-view-gray.svg") center center no-repeat;
  background-size: contain; }
  .btn-tile-view.is-active {
    background: url("../img/icons/tile-view.svg") center center no-repeat;
    background-size: contain; }

.btn-more {
  position: relative; }
  .btn-more span {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    position: relative;
    padding: 0 0 0 24px;
    font-size: 18px;
    line-height: 22px;
    color: #37424A; }
    @media (max-width: 1024px) {
      .btn-more span {
        font-size: 14px; } }
    .btn-more span::before {
      content: ' ';
      position: absolute;
      top: 50%;
      transform: translate(0, -50%);
      left: 0;
      width: 16px;
      height: 16px;
      background: url("../img/icons/refresh.svg") center center no-repeat;
      background-size: contain; }

.btn-filter {
  height: 40px;
  background: #5E7BA5;
  border-radius: 4px; }
  .btn-filter span {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    position: relative;
    height: 100%;
    line-height: 40px;
    padding: 0 0 0 32px;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF; }
    .btn-filter span::before {
      content: ' ';
      position: absolute;
      top: 50%;
      transform: translate(0, -50%);
      left: 0;
      width: 24px;
      height: 24px;
      background: url("../img/icons/filters-white.svg") center center no-repeat;
      background-size: contain; }

.btn-blue {
  height: 40px;
  background: #5E7BA5;
  border-radius: 4px;
  font-size: 14px;
  line-height: 40px;
  color: #FFFFFF; }

.btn-track {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  position: relative;
  padding: 0 0 0 24px;
  font-size: 12px;
  line-height: 15px;
  color: #5E7BA5; }
  .btn-track::before {
    content: ' ';
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    width: 16px;
    height: 16px;
    background: url("../img/icons/track.svg") center center no-repeat;
    background-size: contain; }

.login-btn {
  display: flex;
  align-items: center; }
  .login-btn:hover .login-btn__icon svg {
    stroke: #ED1C24; }
  .login-btn:hover .login-btn__text {
    color: #ED1C24; }
  .login-btn__icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-right: 12px; }
    .login-btn__icon svg {
      width: 100%;
      height: 100%;
      display: block;
      stroke: #5E7BA5;
      transition: stroke 300ms ease; }
  .login-btn__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #5E7BA5;
    transition: color 300ms ease; }

.back-btn {
  display: flex;
  align-items: center; }
  .back-btn:hover .back-btn__icon svg {
    stroke: #ED1C24; }
  .back-btn:hover .back-btn__text {
    color: #ED1C24; }
  .back-btn__icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    margin-right: 8px; }
    .back-btn__icon svg {
      width: 100%;
      height: 100%;
      display: block;
      stroke: #818A8F;
      transition: stroke 300ms ease; }
  .back-btn__text {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #37424A;
    transition: color 300ms ease; }

.btn-compare {
  position: relative;
  padding: 0 0 0 24px;
  display: flex;
  align-items: center; }
  .btn-compare.active .btn-compare__icon-check {
    opacity: 1; }
  .btn-compare--md {
    padding: 0; }
    .btn-compare--md .btn-compare__icon {
      display: block;
      width: 20px;
      height: 20px;
      margin-right: 12px;
      position: relative;
      top: -2px; }
    .btn-compare--md .btn-compare__icon-main svg {
      stroke: #37424A; }
    .btn-compare--md .btn-compare__text {
      font-size: 16px;
      line-height: 20px;
      font-weight: 500;
      color: #37424A; }
  .btn-compare__icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    position: relative;
    margin-right: 8px; }
  .btn-compare__icon-check {
    width: 7px;
    height: 7px;
    position: absolute;
    top: -4px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 300ms ease; }
  .btn-compare__icon-main {
    display: block;
    width: 100%;
    height: 100%; }
    .btn-compare__icon-main svg {
      display: block;
      width: 100%;
      height: 100%;
      stroke: #5E7BA5; }
  .btn-compare__text {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #5E7BA5; }
  .btn-compare__counter {
    box-sizing: border-box;
    min-width: 24px;
    line-height: 24px;
    border-radius: 20px;
    margin-left: 22px;
    background: #ED1C24;
    text-align: center;
    padding: 0 6px;
    font-weight: 400;
    font-size: 12px;
    color: #fff; }

.social-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #DBDFE3;
  border-radius: 4px;
  height: 46px;
  padding: 0 18px;
  transition: background 300ms ease; }
  .social-btn:hover {
    background: #F3F6FA; }
  .social-btn__icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-right: 12px; }
    @media (max-width: 1439px) {
      .social-btn__icon {
        margin-right: 0; } }
    .social-btn__icon img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .social-btn__name {
    font-weight: 600;
    font-size: 15px;
    line-height: 135%;
    color: #37424A; }
    @media (max-width: 1439px) {
      .social-btn__name {
        display: none; } }

.tabs-default ul {
  display: flex; }
  @media (max-width: 1024px) {
    .tabs-default ul li {
      width: 50%; } }
  .tabs-default ul li:not(:last-child) {
    margin-right: 40px; }
  .tabs-default ul li.active a {
    color: #000000; }
    .tabs-default ul li.active a::before {
      opacity: 1; }
  .tabs-default ul li a {
    position: relative;
    display: inline-block;
    padding: 15px 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 135%;
    color: rgba(55, 66, 74, 0.8);
    transition: all 250ms ease-in-out; }
    @media (max-width: 1920px) {
      .tabs-default ul li a {
        font-size: 14px; } }
    @media (max-width: 1024px) {
      .tabs-default ul li a {
        display: block;
        width: 100%;
        height: 100%;
        box-sizing: border-box; } }
    .tabs-default ul li a:hover {
      color: #161616; }
    .tabs-default ul li a::before {
      content: ' ';
      opacity: 0;
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      height: 3px;
      background-color: #ED1C24;
      border-radius: 3px; }

.tabs-default.map-box__nav ul li a {
  padding: 12px 0; }

.tabs-default.categories-top__nav ul {
  border-bottom: 3px solid rgba(208, 208, 208, 0.5); }
  @media (max-width: 1024px) {
    .tabs-default.categories-top__nav ul {
      border-bottom: none; } }
  .tabs-default.categories-top__nav ul li {
    display: block;
    padding-right: 22px;
    margin-right: 0;
    box-sizing: content-box; }
    @media (max-width: 1024px) {
      .tabs-default.categories-top__nav ul li {
        padding-right: 39px; } }
    .tabs-default.categories-top__nav ul li:last-child {
      padding-right: 0; }
    .tabs-default.categories-top__nav ul li a {
      padding: 15px 0 12px; }
      @media (max-width: 767px) {
        .tabs-default.categories-top__nav ul li a {
          padding: 10px 0 15px 0; } }

.nav-tabs--product-card {
  margin: 0 0 30px 0; }
  .nav-tabs--product-card ul {
    position: relative;
    display: flex; }
    .nav-tabs--product-card ul::after {
      content: " ";
      position: absolute;
      width: 100%;
      bottom: 0;
      left: 0;
      height: 3px;
      background: #EEEEEE;
      z-index: -1;
      border-radius: 2px; }
    @media (max-width: 1024px) {
      .nav-tabs--product-card ul {
        overflow-y: auto; } }
    @media (max-width: 1024px) {
      .nav-tabs--product-card ul li {
        width: auto;
        white-space: nowrap; } }
    .nav-tabs--product-card ul li:not(:last-child) {
      margin-right: 40px; }
      @media (max-width: 767px) {
        .nav-tabs--product-card ul li:not(:last-child) {
          margin-right: 24px; } }
    .nav-tabs--product-card ul li a {
      font-family: "Montserrat", sans-serif;
      font-weight: 500;
      font-size: 18px;
      line-height: 22px; }
      @media (max-width: 1024px) {
        .nav-tabs--product-card ul li a {
          font-size: 14px;
          line-height: 17px; } }

.textarea {
  position: relative;
  display: flex; }
  .textarea.error .textarea__field {
    background: #FFF9F9;
    border-color: #F07075; }
  .textarea__field {
    box-sizing: border-box;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-progress-appearance: none;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding: 8px;
    background: #FFFFFF;
    border: 1px solid #D0D0D0;
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    box-shadow: none;
    color: #161616;
    resize: vertical; }
    .textarea__field::placeholder {
      color: #818A8F; }
  .textarea__counter {
    font-weight: 500;
    font-size: 11px;
    line-height: 150%;
    color: #818A8F;
    opacity: 0.6;
    position: absolute;
    right: 8px;
    bottom: 6px;
    pointer-events: none; }

.input {
  position: relative; }
  .input.error .input__field {
    background: #FFF9F9;
    border-color: #F07075; }
  .input--lg .input__field {
    padding: 14px 18px;
    font-size: 14px;
    line-height: 18px; }
    @media (max-width: 767px) {
      .input--lg .input__field {
        padding: 12px 16px; } }
  @media (max-width: 767px) {
    .input--lg .error-msg {
      font-size: 11px; } }
  .input--password .input__field {
    padding: 14px 48px 14px 18px; }
    @media (max-width: 767px) {
      .input--password .input__field {
        padding: 12px 48px 12px 16px; } }
  .input--password .input__password-icon {
    display: block; }
  .input--blue .input__field {
    background: #EEF5FF;
    border-color: transparent; }
  .input__field {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-progress-appearance: none;
    outline: none;
    box-shadow: none;
    background: #fff;
    border: 1px solid #D0D0D0;
    border-radius: 4px;
    width: 100%;
    padding: 11px 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #212121;
    box-sizing: border-box; }
    .input__field::placeholder {
      color: #818A8F; }
    .input__field:-internal-autofill-selected, .input__field:-webkit-autofill {
      transition: background-color 600000s 0s, color 600000s 0s; }
    .input__field:disabled {
      background: #f5f5f5;
      opacity: 0.5; }
  .input__password-icon {
    display: none;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 13px;
    right: 12px;
    z-index: 2; }
    @media (max-width: 767px) {
      .input__password-icon {
        top: 9px; } }
    .input__password-icon img {
      display: block;
      width: 100%;
      height: 100%;
      stroke: #818A8F;
      position: absolute;
      top: 0;
      left: 0;
      transition: all 300ms ease; }
    .input__password-icon-off {
      opacity: 1;
      visibility: visible; }
    .input__password-icon-on {
      opacity: 0;
      visibility: hidden; }
    .input__password-icon.active .input__password-icon-off {
      opacity: 0;
      visibility: hidden; }
    .input__password-icon.active .input__password-icon-on {
      opacity: 1;
      visibility: visible; }
  .input__hint {
    font-weight: 500;
    font-size: 12px;
    line-height: 140%;
    color: #5E7BA5;
    padding-top: 6px;
    display: flex;
    align-items: center;
    transition: color 300ms ease; }
    .input__hint svg {
      display: block;
      width: 16px;
      height: 16px;
      object-fit: contain;
      margin-right: 6px;
      flex-shrink: 0;
      stroke: #5E7BA5;
      transition: stroke 300ms ease; }
    .input__hint.error {
      color: #ED1C24; }
      .input__hint.error svg {
        stroke: #ED1C24; }

.control__field ~ label.error {
  display: none !important; }

.control__field.error ~ label.error {
  box-sizing: border-box;
  position: absolute;
  top: calc(100% - 11px);
  left: 0;
  width: 100%;
  margin: 0;
  padding: 5px 8px;
  font-weight: 500;
  font-size: 11px;
  line-height: 110%;
  color: #D5393F;
  cursor: pointer;
  transform-origin: 50% 50%;
  border-radius: 0 0 4px 4px;
  z-index: 2;
  display: block !important;
  background-color: #FFECEC;
  transition: transform .2s ease; }

.p-tabs {
  position: relative; }
  .p-tabs__content {
    position: relative; }
  .p-tabs__container {
    padding: 24px 0 0 0; }
  .p-tabs__item {
    display: none; }
    .p-tabs__item.active {
      display: block; }
  .p-tabs__buttons {
    display: flex;
    align-items: center;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #5E7BA5; }
  .p-tabs__button {
    width: 50%;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #37424A;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: background 300ms ease, color 300ms ease; }
    .p-tabs__button.active {
      background: #5E7BA5;
      color: #fff; }

.checkbox {
  position: relative; }
  .checkbox__label {
    display: flex;
    cursor: pointer;
    position: relative; }
    .checkbox__label:hover .checkbox__box {
      border-color: #ED1C24; }
  .checkbox__field {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden; }
    .checkbox__field:checked + .checkbox__box {
      border-color: #ED1C24; }
      .checkbox__field:checked + .checkbox__box::before {
        opacity: 1; }
  .checkbox__box {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    border: 1px solid #818A8F;
    border-radius: 2px;
    flex-shrink: 0;
    margin-right: 10px;
    position: relative;
    transition: border 300ms ease; }
    .checkbox__box::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 9px;
      height: 7px;
      background: url(../img/checkbox/check.svg) center center no-repeat;
      background-size: contain;
      opacity: 0;
      transition: opacity 300ms ease; }
  .checkbox__text {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #37424A; }

.r-group {
  position: relative; }
  .r-group__item {
    position: relative; }
  .r-group__label {
    padding: 8px 0;
    display: flex;
    cursor: pointer; }
    .r-group__label:hover .r-group__box {
      border-color: #ED1C24; }
  .r-group__field {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden; }
    .r-group__field:checked + .r-group__container .r-group__box {
      border-color: #ED1C24; }
      .r-group__field:checked + .r-group__container .r-group__box::before {
        opacity: 1; }
    .r-group__field:checked + .r-group__container .r-group__text {
      font-weight: 500; }
  .r-group__container {
    display: flex; }
  .r-group__box {
    flex-shrink: 0;
    margin-right: 10px;
    width: 14px;
    height: 14px;
    border: 1px solid #818A8F;
    border-radius: 50%;
    position: relative;
    transition: border 300ms ease; }
    .r-group__box::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      border-radius: 50%;
      background: #ED1C24;
      width: 8px;
      height: 8px;
      transform: translate(-50%, -50%);
      opacity: 0;
      transition: opacity 300ms ease; }
  .r-group__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #37424A; }

.datepicker {
  position: relative;
  width: 260px; }
  .datepicker.error .datepicker__field {
    background: #FFF9F9;
    border-color: #F07075; }
  .datepicker__icon {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    pointer-events: none; }
  .datepicker__field {
    position: relative;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-progress-appearance: none;
    outline: none;
    box-shadow: none;
    background: #fff;
    border: 1px solid #D0D0D0;
    border-radius: 4px;
    width: 100%;
    padding: 11px 40px 11px 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #212121;
    box-sizing: border-box; }
    .datepicker__field::placeholder {
      color: #818A8F; }

.datepicker-dropdown.datepicker-orient-bottom:before,
.datepicker-dropdown.datepicker-orient-bottom:after {
  display: none; }

.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active {
  background-color: #ED1C24 !important;
  border-color: #ED1C24 !important; }

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
  opacity: 0.5; }

.datepicker.dropdown-menu {
  color: #37424A !important;
  border-color: #D0D0D0 !important; }

.datepicker-dropdown {
  box-sizing: border-box; }

.upload-files.active .upload-files__btn {
  display: none !important; }

.upload-files__btn {
  display: flex;
  align-items: center;
  cursor: pointer; }
  .upload-files__btn:hover .upload-files__icon svg {
    stroke: #ED1C24; }
  .upload-files__btn:hover .upload-files__text {
    color: #ED1C24; }

.upload-files__field {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0; }

.upload-files__icon {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  margin-right: 8px; }
  .upload-files__icon svg {
    width: 100%;
    height: 100%;
    display: block;
    stroke: #5E7BA5;
    transition: stroke 300ms ease; }

.upload-files__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #5E7BA5;
  transition: color 300ms ease; }

.upload-files__list {
  position: relative; }

.upload-files__name {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #5E7BA5;
  position: relative;
  padding: 4px 24px 4px 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .upload-files__name::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background: url("../img/upload-files/file.svg") 50% 50% no-repeat;
    background-size: contain; }

.upload-files__clear {
  display: block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-left: 8px;
  background: url("../img/upload-files/clear.svg") 50% 50% no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%); }

.c-btn {
  display: inline-flex;
  align-items: center; }
  .c-btn:hover .c-btn__icon svg {
    stroke: #ED1C24; }
  .c-btn:hover .c-btn__text {
    color: #ED1C24; }
  .c-btn__icon {
    width: 24px;
    height: 24px;
    margin-right: 13px;
    flex-shrink: 0; }
    .c-btn__icon svg {
      display: block;
      width: 100%;
      height: 100%;
      stroke: #5E7BA5;
      transition: stroke 300ms ease; }
  .c-btn__text {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #5E7BA5;
    transition: color 300ms ease; }
    @media (max-width: 1279px) {
      .c-btn__text {
        font-size: 13px;
        line-height: 16px; } }

.is-loading {
  position: relative;
  overflow: hidden;
  pointer-events: none; }
  .is-loading::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(243, 246, 250, 0.8);
    backdrop-filter: blur(1.5px);
    z-index: 50; }
  .is-loading::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    background: url("../img/loader/loader-1.gif") 50% 50% no-repeat #fff;
    background-size: contain;
    z-index: 51;
    border: 2px solid #FFFFFF;
    filter: drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.07)); }
  .is-loading--dark::after {
    background: rgba(14, 33, 51, 0.8); }
  .is-loading--white::after {
    background: rgba(255, 255, 255, 0.8); }

.content-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(2px);
  z-index: 10;
  display: flex;
  justify-content: center;
  padding: 100px 0;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: all 600ms ease; }
  .content-loader-container {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    position: sticky;
    top: 50%; }
    .content-loader-container img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: contain; }

.is-content-loading {
  position: relative;
  pointer-events: none; }
  .is-content-loading .content-loader {
    opacity: 1;
    visibility: visible; }

.tippy-box {
  background: #FFFFFF !important;
  box-shadow: 0px 14px 80px rgba(0, 0, 0, 0.2);
  border-radius: 5px !important; }

.tippy-content {
  max-width: 309px !important;
  padding: 20px 24px !important;
  font-weight: 400;
  font-size: 13px;
  line-height: 160%;
  color: #2D2D2D;
  box-sizing: border-box; }

.tippy-arrow {
  display: none; }

.tooltip {
  display: inline-block;
  width: 24px;
  height: 17px;
  position: relative;
  cursor: pointer; }
  @media (max-width: 1439px) {
    .tooltip {
      width: 20px; } }
  @media (max-width: 1279px) {
    .tooltip {
      height: 16px; } }
  @media (max-width: 1024px) {
    .tooltip {
      height: 15px; } }
  .tooltip::before {
    content: '';
    position: absolute;
    top: 60%;
    left: 0;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: url("../img/tooltip/icon.svg") 50% 50% no-repeat;
    background-size: contain; }
    @media (max-width: 1439px) {
      .tooltip::before {
        width: 20px;
        height: 20px;
        top: 60%; } }

.header {
  z-index: 101;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: #FFFFFF;
  transform: translate3d(0, 0px, 0);
  transition: transform 250ms ease-in-out, background 250ms ease-in-out; }
  .header.hidden {
    display: none; }
  @media (max-width: 1279px) {
    .header {
      transition: none; } }
  .header.--transparent {
    background-color: transparent;
    color: #FFFFFF; }
    .header.--transparent .header-logo__black {
      opacity: 0; }
    .header.--transparent .header-secondary {
      background-color: transparent; }
      body:is(.is-scroll-up) .header.--transparent .header-secondary .search .search__scroller {
        max-height: calc(100vh - 196px); }
      body:is(.is-scroll-down) .header.--transparent .header-secondary .search .search__input {
        line-height: 38px; }
      body:is(.is-scroll-down) .header.--transparent .header-secondary .search .search__dropdown {
        top: 51px; }
      body:not(.is-scroll-down) .header.--transparent .header-secondary .search .search__input {
        line-height: 48px; }
      body:not(.is-scroll-down) .header.--transparent .header-secondary .search .search__dropdown {
        top: 64px; }
      body:not(.is-scroll-down) .header.--transparent .header-secondary .search .search__scroller {
        max-height: calc(100vh - 208px); }
      body:not(.is-scroll-down) .header.--transparent .header-secondary .search:not(.is-active) .search__input {
        background: rgba(255, 255, 255, 0.2);
        color: #fff; }
        body:not(.is-scroll-down) .header.--transparent .header-secondary .search:not(.is-active) .search__input::placeholder {
          color: #fff; }
      body:not(.is-scroll-down) .header.--transparent .header-secondary .search:not(.is-active) .search__submit svg {
        stroke: #fff; }
    .header.--transparent .header-main {
      padding: 32px 0 14px; }
      @media (max-width: 1650px) {
        .header.--transparent .header-main {
          padding: 12px 0 10px; } }
  .is-scroll-down .header {
    transform: translate3d(0, -60px, 0); }
    @media (max-width: 1279px) {
      .is-scroll-down .header {
        transform: none; } }
  .is-scroll-down .--transparent {
    transform: translate3d(0, -82px, 0); }
    @media (max-width: 1650px) {
      .is-scroll-down .--transparent {
        transform: translate3d(0, -58px, 0); } }
    @media (max-width: 1279px) {
      .is-scroll-down .--transparent {
        transform: none; } }
  .is-scroll-down .--transparent .header-secondary,
  .is-scroll-down .header-secondary {
    background-color: #37424A; }
    .is-scroll-down .--transparent .header-secondary__search,
    .is-scroll-down .header-secondary__search {
      color: #818A8F; }
      .is-scroll-down .--transparent .header-secondary__search input,
      .is-scroll-down .header-secondary__search input {
        background-color: #EEEEEE; }
  .is-scroll-up .header-main, .is-scroll-down .header-main {
    background-color: #FFFFFF;
    color: #37424A; }
    .is-scroll-up .header-main .header-logo__black, .is-scroll-down .header-main .header-logo__black {
      opacity: 1; }
  .is-scroll-up .header {
    transform: translate3d(0, 0px, 0); }
  .is-scroll-up .header-main {
    background-color: #FFFFFF;
    color: #37424A; }
    .is-scroll-up .header-main .header-logo__black {
      opacity: 1; }
  .header .btn-burger {
    width: 24px;
    height: 18px;
    position: relative;
    z-index: 1002;
    outline: none;
    border: none;
    padding: 0;
    background: transparent; }
    .header .btn-burger__wrapper {
      width: 60px;
      height: 60px;
      display: none;
      align-items: center;
      justify-content: center;
      margin-left: -16px; }
      @media (max-width: 1279px) {
        .header .btn-burger__wrapper {
          display: flex; } }
    .header .btn-burger i {
      position: absolute;
      background: #FFFFFF;
      display: block;
      width: 100%;
      height: 2px;
      right: 0;
      left: 0;
      transform: rotate(0deg);
      transition: .25s ease-in-out;
      border-radius: 1.5px; }
      .header .btn-burger i:first-child {
        top: 0; }
      .header .btn-burger i:nth-child(2) {
        top: 8px; }
      .header .btn-burger i:nth-child(3) {
        top: 16px; }
    .header .btn-burger__wrapper.is-active i {
      background: #FFFFFF; }
      .header .btn-burger__wrapper.is-active i:nth-child(1) {
        top: 8px;
        transform: rotate(135deg); }
      .header .btn-burger__wrapper.is-active i:nth-child(2) {
        opacity: 0;
        left: -30px; }
      .header .btn-burger__wrapper.is-active i:nth-child(3) {
        top: 8px;
        transform: rotate(-135deg); }
  .header-main {
    padding: 12px 0;
    transition: background-color 250ms ease-in-out; }
    @media (max-width: 1279px) {
      .header-main {
        display: none; } }
    .header-main__in {
      display: flex;
      justify-content: space-between; }
    .header-main__l {
      display: flex;
      align-items: center; }
    .header-main__r {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      flex-grow: 1; }
  .header-mobile__logo.is-animated {
    transform: rotate(1turn);
    transition: transform 800ms ease; }
  .header-logo {
    display: flex;
    align-items: center;
    margin-right: 40px;
    color: currentColor;
    flex-shrink: 0; }
    @media (max-width: 1650px) {
      .header-logo {
        margin-right: 24px; } }
    .header-logo--visible {
      display: flex !important; }
    .header-logo--sm {
      display: none;
      width: 24px;
      height: 24px;
      margin-right: 32px; }
      @media (max-width: 767px) {
        .header-logo--sm {
          margin-right: 16px; } }
      .header-logo--sm img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: contain; }
    @media (max-width: 1279px) {
      .header-logo {
        display: none; }
        .header-logo--sm {
          display: flex; } }
    .header-logo--light .logo-text {
      fill: #fff !important; }
    .header-logo:hover .logo-icon {
      transform: rotate(1turn);
      transition: transform 800ms ease; }
    .header-logo .logo-icon {
      width: 39px;
      height: 36px;
      margin-right: 11px;
      fill: #ED1C24; }
      @media (max-width: 767px) {
        .header-logo .logo-icon--md {
          width: 28px;
          height: 28px; } }
    .header-logo .logo-text {
      width: 161px;
      height: 22px;
      fill: currentColor; }
      @media (max-width: 1279px) {
        .header-logo .logo-text--md {
          display: block;
          width: 157px;
          height: 20px; } }
      @media (max-width: 767px) {
        .header-logo .logo-text--md {
          width: 90px;
          height: 16px; } }
  .header-nav {
    display: flex;
    align-items: center; }
    .header-nav__item:not(:last-child) {
      margin-right: 24px; }
      @media (max-width: 1650px) {
        .header-nav__item:not(:last-child) {
          margin-right: 22px; } }
      @media (max-width: 1279px) {
        .header-nav__item:not(:last-child) {
          margin-right: 20px; } }
    .header-nav__link {
      font-family: "Montserrat", sans-serif;
      font-weight: 500;
      font-size: 15px;
      line-height: 100%;
      color: currentColor;
      transition: color 250ms ease-in-out; }
      @media (max-width: 1365px) {
        .header-nav__link {
          font-size: 14px; } }
      .header-nav__link:hover {
        color: #ED1C24; }
  .header-controls {
    display: flex; }
  .header__phone {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    position: relative;
    color: currentColor;
    margin-left: 30px;
    display: flex;
    align-items: center; }
    @media (max-width: 1365px) {
      .header__phone {
        margin-left: 20px; } }
    .header__phone--light {
      color: #fff; }
      .header__phone--light .icon {
        color: #fff; }
    .header__phone:hover {
      color: #ED1C24; }
    .header__phone .icon {
      margin-right: 4px;
      width: 22px;
      height: 22px;
      color: currentColor;
      flex-shrink: 0; }
      @media (max-width: 1650px) {
        .header__phone .icon {
          margin-right: 4px; } }
    .header__phone span {
      font-size: 16px;
      color: currentColor; }
    @media (max-width: 767px) {
      .header__phone--md span {
        display: none; } }
  .header__location {
    margin-left: 30px; }
    @media (max-width: 1365px) {
      .header__location {
        margin-left: 20px; } }
  .header__language {
    display: flex;
    margin-left: 24px; }
    @media (max-width: 1365px) {
      .header__language {
        margin-left: 20px; } }
    .header__language li {
      position: relative; }
      .header__language li:not(:last-child) {
        margin-right: 9px;
        padding-right: 9px; }
        .header__language li:not(:last-child)::before {
          content: ' ';
          position: absolute;
          top: 50%;
          right: -1px;
          width: 2px;
          height: 18px;
          background-color: currentColor;
          transform: translate(-50%, -50%);
          transition: all 250ms ease-in-out; }
      .header__language li a {
        font-family: "Montserrat", sans-serif;
        font-weight: normal;
        font-size: 14px;
        color: currentColor;
        text-transform: uppercase; }
        .header__language li a.is-active {
          font-family: "Montserrat", sans-serif;
          font-weight: bold; }
        .header__language li a:not(.is-active):hover {
          color: #ED1C24; }
  .header-secondary {
    padding: 8px 0;
    background-color: #37424A;
    box-sizing: border-box;
    transition: background-color 250ms ease-in-out; }
    @media (max-width: 1279px) {
      .header-secondary {
        padding: 0; } }
    .header-secondary__in {
      display: flex; }
      @media (max-width: 1279px) {
        .header-secondary__in {
          align-items: center; } }
    .header-secondary__btn {
      margin-right: 40px; }
      @media (max-width: 1279px) {
        .header-secondary__btn {
          margin-right: 0; } }
      .header-secondary__btn .btn2 {
        width: 256px;
        height: 48px;
        transition: background 250ms ease-in-out !important;
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        font-size: 18px; }
        @media (max-width: 1279px) {
          .header-secondary__btn .btn2 {
            width: 208px;
            height: 40px;
            font-weight: bold;
            font-size: 12px;
            line-height: 40px;
            white-space: nowrap; } }
  @media (max-width: 1279px) and (max-width: 767px) {
    .header-secondary__btn .btn2 {
      width: 116px;
      padding-right: 10px;
      padding-left: 10px; } }
    .header-secondary__search {
      position: relative;
      flex-grow: 1;
      max-width: 485px;
      margin-right: 40px;
      color: #818A8F;
      display: flex;
      align-items: center; }
      @media (max-width: 1365px) {
        .header-secondary__search {
          margin-right: 24px; } }
      @media (max-width: 1279px) {
        .header-secondary__search {
          max-width: 420px; } }
    .header-secondary__links {
      display: flex;
      align-items: center; }
      @media (max-width: 1279px) {
        .header-secondary__links {
          display: none; } }
      .header-secondary__links li:not(:last-child) {
        margin-right: 24px; }
      .header-secondary__links li a {
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        color: #FFFFFF;
        border-bottom: 1px solid transparent;
        transition: border 300ms ease; }
        .header-secondary__links li a:hover {
          border-color: #fff; }
    .header-secondary__controls {
      display: flex;
      margin-left: auto; }
      @media (max-width: 1279px) {
        .header-secondary__controls {
          display: none; } }
      .header-secondary__controls .controls {
        display: flex;
        align-items: center; }
        .header-secondary__controls .controls__item {
          position: relative; }
          .header-secondary__controls .controls__item--cart .icon-cart-full {
            display: none; }
          .header-secondary__controls .controls__item--cart .icon-cart {
            display: block; }
          .header-secondary__controls .controls__item--cart.active .icon-cart-full {
            display: block; }
          .header-secondary__controls .controls__item--cart.active .icon-cart {
            display: none; }
        .header-secondary__controls .controls li {
          position: relative; }
          .header-secondary__controls .controls li:not(:last-child) {
            margin-right: 24px; }
          .header-secondary__controls .controls li a,
          .header-secondary__controls .controls li > div {
            display: inline-flex;
            flex-direction: column;
            align-items: center;
            color: #FFFFFF;
            transition: color 250ms ease-in-out;
            cursor: pointer;
            user-select: none; }
            .header-secondary__controls .controls li a:hover, .header-secondary__controls .controls li a.is-active,
            .header-secondary__controls .controls li > div:hover,
            .header-secondary__controls .controls li > div.is-active {
              color: #ED1C24; }
            .header-secondary__controls .controls li a .icon,
            .header-secondary__controls .controls li > div .icon {
              margin-bottom: 5px;
              font-size: 28px;
              fill: currentColor;
              width: 24px;
              height: 24px; }
              @media (max-width: 1024px) {
                .header-secondary__controls .controls li a .icon,
                .header-secondary__controls .controls li > div .icon {
                  width: 24px;
                  height: 24px; } }
            .header-secondary__controls .controls li a span,
            .header-secondary__controls .controls li > div span {
              font-size: 10px;
              line-height: 100%;
              color: currentColor; }
    .header-secondary__actions {
      display: none; }
      @media (max-width: 1279px) {
        .header-secondary__actions {
          display: flex;
          margin-left: auto; } }
  .header__actions {
    margin-left: auto;
    color: #fff; }
    .header__actions .icon {
      width: 24px;
      height: 24px; }
    .header__actions ul {
      display: flex;
      align-items: center; }
      .header__actions ul li:not(:last-child) {
        margin-right: 8px; }
        @media (max-width: 767px) {
          .header__actions ul li:not(:last-child) {
            margin-right: 0; } }
      .header__actions ul li a {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        font-size: 18px;
        color: currentColor; }
  .header__actions-item--cart .icon-cart-full {
    display: none; }
  .header__actions-item--cart .icon-cart {
    display: block; }
  .header__actions-item--cart.active .icon-cart-full {
    display: block; }
  .header__actions-item--cart.active .icon-cart {
    display: none; }

.profile-menu-wrapper {
  position: relative; }

.profile-menu {
  transition: all 0.4s;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1001;
  min-width: 210px;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 24px;
  border-radius: 8px;
  margin: 10px 0 0 0;
  box-sizing: border-box;
  font-size: 0;
  transform: translate3d(0, -10px, 0);
  opacity: 0;
  pointer-events: none; }
  .profile-menu.is-active {
    opacity: 1;
    pointer-events: all;
    transform: translate3d(0, 0px, 0); }
  @media (max-width: 1279px) {
    .profile-menu {
      position: relative;
      padding: 0;
      min-width: auto;
      top: auto !important;
      right: auto !important;
      left: auto !important;
      box-shadow: none;
      margin: 0 0 24px 0;
      transform: none;
      opacity: 1;
      pointer-events: all;
      display: none; }
      .profile-menu.is-active {
        display: block; } }
  .profile-menu li {
    margin: 0 0 16px 0; }
    .profile-menu li:last-of-type {
      margin: 0; }
    .profile-menu li a {
      font-family: "Montserrat", sans-serif;
      font-weight: normal;
      font-size: 14px;
      line-height: 17px;
      color: #37424A !important;
      white-space: nowrap;
      border-bottom: 1px solid transparent; }
      @media (max-width: 1279px) {
        .profile-menu li a {
          font-weight: 500; } }
      .profile-menu li a:hover {
        color: #37424A !important;
        border-bottom-color: #37424A; }
      .profile-menu li a:active {
        color: #ED1C24 !important;
        border-bottom-color: #ED1C24; }

.menu .profile-menu {
  right: initial;
  left: 16px; }

.counter {
  position: relative;
  font-size: 0; }
  .counter:hover .counter__number {
    color: #FFFFFF; }
  .counter .counter__number {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    position: absolute;
    top: -6px;
    left: calc(50% + 2px);
    display: block;
    height: 18px;
    line-height: 18px !important;
    min-width: 18px;
    padding: 0 4px;
    box-sizing: border-box;
    background: #ED1C24;
    color: #FFFFFF !important;
    border-radius: 20px;
    text-align: center;
    font-size: 12px !important; }
    @media (max-width: 1024px) {
      .counter .counter__number {
        top: -2px; } }

.header-sm {
  background: #37424A;
  position: relative; }
  @media (max-width: 1024px) {
    .header-sm {
      display: block; } }
  .header-sm__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0; }

.footer {
  padding: 40px 0 16px 0;
  background: #37424A; }
  @media (max-width: 1279px) {
    .footer {
      padding: 40px 0 27px 0; } }
  @media (max-width: 767px) {
    .footer {
      padding: 27px 0 46px 0; } }
  .footer--sm {
    padding: 16px 0; }
    @media (max-width: 1279px) {
      .footer--sm {
        padding: 16px 0; } }
    @media (max-width: 1024px) {
      .footer--sm {
        padding: 32px 0; } }
    @media (max-width: 767px) {
      .footer--sm {
        padding: 32px 0; } }
  .footer .container {
    position: relative; }
  @media (max-width: 1279px) {
    .footer__in {
      padding: 0 18px; } }
  @media (max-width: 767px) {
    .footer__in {
      padding: 0; } }
  .footer__main {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px; }
    @media (max-width: 1279px) {
      .footer__main {
        flex-direction: row-reverse;
        margin-bottom: 17px; } }
    @media (max-width: 767px) {
      .footer__main {
        flex-direction: column;
        margin-bottom: 24px; } }
  .footer__logo {
    position: absolute; }
    @media (max-width: 1279px) {
      .footer__logo {
        position: relative; } }
    @media (max-width: 767px) {
      .footer__logo {
        margin-top: 0; } }
    .footer__logo a {
      display: block;
      height: 36px;
      margin-bottom: 24px; }
      @media (max-width: 1279px) {
        .footer__logo a {
          margin-bottom: 14px; } }
      @media (max-width: 767px) {
        .footer__logo a {
          margin-bottom: 26px; } }
      .footer__logo a img {
        display: block;
        height: 100%; }
  .footer-contacts {
    padding-top: 63px;
    margin-right: 40px;
    border-left: none !important; }
    @media (max-width: 1279px) {
      .footer-contacts {
        width: 40%;
        padding-top: 26px;
        padding-left: 111px;
        box-sizing: border-box;
        margin-right: 0; } }
    @media (max-width: 1024px) {
      .footer-contacts {
        padding-left: 85px;
        width: 45%; } }
    @media (max-width: 767px) {
      .footer-contacts {
        padding-top: 0;
        padding-left: 0;
        margin-bottom: 16px;
        width: 100%; } }
    .footer-contacts__phone {
      font-weight: 600;
      display: inline-block;
      margin-bottom: 4px;
      font-size: 18px;
      line-height: 22px;
      color: #FFFFFF;
      transition: all 250ms ease-in-out; }
      .footer-contacts__phone:hover {
        color: #ED1C24; }
      @media (max-width: 1279px) {
        .footer-contacts__phone {
          margin-bottom: 10px; } }
      @media (max-width: 767px) {
        .footer-contacts__phone {
          margin-bottom: 4px; } }
    .footer-contacts__rules {
      display: block;
      margin-bottom: 16px; }
      @media (max-width: 1279px) {
        .footer-contacts__rules {
          margin-bottom: 25px; } }
      @media (max-width: 767px) {
        .footer-contacts__rules {
          margin-bottom: 16px; } }
      .footer-contacts__rules span {
        display: block;
        font-size: 12px;
        line-height: 15px;
        color: rgba(255, 255, 255, 0.6); }
        @media (max-width: 1279px) {
          .footer-contacts__rules span {
            font-size: 10px;
            line-height: 12px; } }
        @media (max-width: 767px) {
          .footer-contacts__rules span {
            font-size: 12px;
            line-height: 15px; } }
        .footer-contacts__rules span:not(:last-child) {
          margin-bottom: 4px; }
          @media (max-width: 1279px) {
            .footer-contacts__rules span:not(:last-child) {
              margin-bottom: 7px; } }
          @media (max-width: 767px) {
            .footer-contacts__rules span:not(:last-child) {
              margin-bottom: 4px; } }
    .footer-contacts__email {
      font-weight: 600;
      display: block;
      margin-bottom: 8px;
      font-size: 16px;
      line-height: 20px;
      color: #FFFFFF;
      transition: color 250ms ease-in-out; }
      .footer-contacts__email:hover {
        color: #ED1C24; }
      @media (max-width: 1279px) {
        .footer-contacts__email {
          font-size: 14px;
          line-height: 17px; } }
      @media (max-width: 767px) {
        .footer-contacts__email {
          font-size: 16px;
          line-height: 20px;
          margin-bottom: 15px; } }
    .footer-contacts__socials ul {
      display: flex; }
      .footer-contacts__socials ul li:not(:last-child) {
        margin-right: 16px; }
        @media (max-width: 767px) {
          .footer-contacts__socials ul li:not(:last-child) {
            margin-right: 24px; } }
      .footer-contacts__socials ul li a {
        transition: background 250ms ease;
        background: #fff;
        display: block;
        width: 32px;
        height: 32px;
        border-radius: 4px; }
        @media (max-width: 767px) {
          .footer-contacts__socials ul li a {
            width: 40px;
            height: 40px; } }
        .footer-contacts__socials ul li a svg {
          display: block;
          width: 100%;
          height: 100%;
          fill: #37424A;
          transition: fill 300ms ease; }
        .footer-contacts__socials ul li a:hover {
          background: #ED1C24; }
          .footer-contacts__socials ul li a:hover svg {
            fill: #fff; }
  .footer__secondary {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .footer__secondary {
        display: block; } }
  .footer-logos {
    margin-right: 0; }
    .footer-logos--md {
      display: none; }
    @media (max-width: 1279px) {
      .footer-logos {
        display: none; }
        .footer-logos--md {
          display: flex;
          flex-direction: column-reverse;
          margin-top: 47px; } }
    @media (max-width: 767px) {
      .footer-logos {
        display: flex;
        flex-direction: column;
        align-items: center; }
        .footer-logos--md {
          display: none; } }
    .footer-logos__row {
      display: flex; }
      .footer-logos__row:last-child {
        margin-top: 16px; }
        @media (max-width: 1279px) {
          .footer-logos__row:last-child {
            margin-top: 0;
            margin-bottom: 24px; } }
        @media (max-width: 767px) {
          .footer-logos__row:last-child {
            margin-bottom: 0;
            margin-top: 16px; } }
    .footer-logos__payment {
      display: flex; }
      .footer-logos__payment li:not(:last-child) {
        margin-right: 16px; }
        @media (max-width: 1279px) {
          .footer-logos__payment li:not(:last-child) {
            margin-right: 20px; } }
        @media (max-width: 767px) {
          .footer-logos__payment li:not(:last-child) {
            margin-right: 16px; } }
      .footer-logos__payment li span img, .footer-logos__payment li a img {
        display: block;
        height: 30px; }
      .footer-logos__payment--plates li:not(:last-child) {
        margin-right: 16px; }
        @media (max-width: 1279px) {
          .footer-logos__payment--plates li:not(:last-child) {
            margin-right: 20px; } }
        @media (max-width: 767px) {
          .footer-logos__payment--plates li:not(:last-child) {
            margin-right: 16px; } }
      .footer-logos__payment--plates li span img, .footer-logos__payment--plates li a img {
        display: block;
        width: 50px;
        height: 32px; }
  .footer__copy {
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF; }
    @media (max-width: 767px) {
      .footer__copy {
        text-align: center; } }
  .footer-by {
    display: flex;
    align-items: center; }
    @media (max-width: 767px) {
      .footer-by {
        margin-top: 24px;
        justify-content: center; } }
    .footer-by__title {
      margin-right: 8px;
      font-size: 12px;
      line-height: 100%;
      color: #FFFFFF; }
    .footer-by__logo {
      height: 15px; }
  .footer-nav {
    display: flex; }
    @media (max-width: 1279px) {
      .footer-nav {
        margin: 40px 0;
        width: 60%;
        margin-top: 0;
        flex-wrap: wrap; } }
    @media (max-width: 1024px) {
      .footer-nav {
        width: 55%; } }
    @media (max-width: 767px) {
      .footer-nav {
        width: 100%;
        margin-bottom: 24px; } }
    .footer-nav__title {
      font-weight: 600;
      display: block;
      margin-bottom: 24px;
      font-size: 16px;
      line-height: 20px;
      color: #FFFFFF; }
      @media (max-width: 1279px) {
        .footer-nav__title {
          position: relative;
          margin-bottom: 0;
          padding-top: 20px;
          padding-bottom: 20px;
          font-size: 20px;
          line-height: 24px; }
          .footer-nav__title::before {
            content: ' ';
            position: absolute;
            top: 50%;
            right: 22px;
            transform: translateY(-50%);
            display: block;
            width: 22px;
            height: 22px;
            background: url("../img/footer-title-arrow.svg") 50% 50% no-repeat;
            background-size: contain;
            transition: transform 250ms ease-in-out; } }
      @media (max-width: 767px) {
        .footer-nav__title {
          font-size: 18px;
          line-height: 22px;
          padding-top: 16px;
          padding-bottom: 16px; }
          .footer-nav__title::before {
            right: 0; } }
    .footer-nav__item {
      margin-right: 40px; }
      .footer-nav__item.is-active .footer-nav__title::before {
        transform: translateY(-50%) rotate(-180deg); }
      .footer-nav__item.prevent .footer-nav__title::before {
        display: none; }
      .footer-nav__item.prevent .footer-nav__links {
        display: block !important; }
      @media (max-width: 1279px) {
        .footer-nav__item {
          width: 100%;
          margin-bottom: 0;
          margin-right: 0;
          border-bottom: 1px solid #818A8F; } }
    .footer-nav__links {
      display: flex;
      flex-direction: column; }
      @media only screen and (min-width: 1280px) {
        .footer-nav__links {
          display: flex !important; } }
      @media (max-width: 1279px) {
        .footer-nav__links {
          display: none;
          overflow: hidden;
          padding-bottom: 28px;
          padding-top: 3px; } }
      .footer-nav__links li:not(:last-child) {
        display: block;
        margin-bottom: 10px;
        line-height: 15px; }
        @media (max-width: 1279px) {
          .footer-nav__links li:not(:last-child) {
            margin-bottom: 11px; } }
        @media (max-width: 767px) {
          .footer-nav__links li:not(:last-child) {
            line-height: 17px;
            margin-bottom: 14px; } }
      .footer-nav__links li a {
        display: inline-block;
        font-family: "Montserrat", sans-serif;
        font-weight: normal;
        font-size: 12px;
        line-height: 15px;
        color: #FFFFFF; }
        .footer-nav__links li a:hover {
          text-decoration: underline; }
        @media (max-width: 767px) {
          .footer-nav__links li a {
            font-size: 14px;
            line-height: 17px;
            color: #D0D0D0; } }

.footer-sm__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media (max-width: 1024px) {
    .footer-sm__wrapper {
      flex-direction: column; } }

.footer-sm__copyright {
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  color: #FFFFFF;
  padding-right: 16px;
  order: 1; }
  @media (max-width: 1024px) {
    .footer-sm__copyright {
      order: 2;
      padding-right: 0;
      padding-bottom: 9px; } }

.footer-sm__payment {
  display: flex;
  align-items: center;
  order: 2; }
  @media (max-width: 1024px) {
    .footer-sm__payment {
      order: 1;
      flex-direction: column;
      padding-bottom: 24px; } }

.footer-sm__promo {
  padding-left: 16px;
  order: 3; }
  @media (max-width: 1024px) {
    .footer-sm__promo {
      order: 3;
      padding-left: 0; } }

.footer-sm__logos li:not(:last-child) {
  margin-right: 10px; }
  @media (max-width: 1024px) {
    .footer-sm__logos li:not(:last-child) {
      margin-right: 16px; } }

.footer-sm__logos:first-child {
  padding-right: 10px; }
  @media (max-width: 1024px) {
    .footer-sm__logos:first-child {
      padding-right: 0;
      padding-bottom: 16px; } }
  .footer-sm__logos:first-child span, .footer-sm__logos:first-child a {
    display: block;
    height: 20px; }
    @media (max-width: 1024px) {
      .footer-sm__logos:first-child span, .footer-sm__logos:first-child a {
        height: 30px; } }
    .footer-sm__logos:first-child span img, .footer-sm__logos:first-child a img {
      width: auto;
      height: 100%; }

.form__rules {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  display: block;
  margin: 16px 0 0 0;
  font-size: 12px;
  line-height: 167%;
  color: #FFFFFF; }
  @media (max-width: 1024px) {
    .form__rules {
      font-size: 10px; } }
  .form__rules a {
    color: #FFFFFF;
    border-bottom: 1px solid; }
    .form__rules a:hover {
      color: #ED1C24; }

.inp-group {
  margin: 0 0 16px 0; }
  .inp-group input {
    transition: all 0.4s;
    display: block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    padding: 0 8px;
    border: 1px solid #DADADA;
    font-size: 14px;
    outline: none;
    box-shadow: none;
    border: none;
    border-radius: 4px;
    box-sizing: border-box; }
    @media (max-width: 767px) {
      .inp-group input {
        height: 40px;
        padding: 0 10px;
        line-height: 40px; } }
    .inp-group input.placeholder {
      transition: all 0.4s;
      font-size: 14px;
      color: rgba(55, 66, 74, 0.5); }
    .inp-group input:-moz-placeholder {
      transition: all 0.4s;
      font-size: 14px;
      color: rgba(55, 66, 74, 0.5); }
    .inp-group input::-webkit-input-placeholder {
      transition: all 0.4s;
      font-size: 14px;
      color: rgba(55, 66, 74, 0.5); }
  .inp-group--search input {
    outline: none;
    box-shadow: none;
    border: none;
    display: block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    background-color: #EEEEEE;
    border-radius: 4px;
    padding: 0 40px 0 20px;
    box-sizing: border-box;
    color: currentColor;
    font-size: 14px;
    transition: all 250ms ease-in-out; }
    .inp-group--search input.placeholder {
      font-family: "Montserrat", sans-serif;
      font-weight: normal;
      font-size: 14px;
      color: currentColor; }
    .inp-group--search input:-moz-placeholder {
      font-family: "Montserrat", sans-serif;
      font-weight: normal;
      font-size: 14px;
      color: currentColor; }
    .inp-group--search input::-webkit-input-placeholder {
      font-family: "Montserrat", sans-serif;
      font-weight: normal;
      font-size: 14px;
      color: currentColor; }

.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 56px;
  box-sizing: border-box; }
  @media (max-width: 1439px) {
    .container {
      padding: 0 32px; } }
  @media (max-width: 1279px) {
    .container {
      padding: 0 24px; } }
  @media (max-width: 767px) {
    .container {
      padding: 0 16px; } }
  .container--sm {
    padding: 0 24px;
    max-width: 1048px; }
    @media (max-width: 1439px) {
      .container--sm {
        padding: 0 24px; } }
    @media (max-width: 767px) {
      .container--sm {
        padding: 0 16px; } }
  .container--md {
    padding: 0 24px;
    max-width: 1150px; }
    @media (max-width: 1439px) {
      .container--md {
        padding: 0 24px; } }
    @media (max-width: 767px) {
      .container--md {
        padding: 0 16px; } }
  .container .container {
    padding: 0 !important; }
  .container--fluid {
    max-width: 100%;
    padding: 0 !important; }

@media (max-width: 1439px) {
  .home .container {
    padding: 0 56px; } }

@media (max-width: 1279px) {
  .home .container {
    padding: 0 56px; } }

@media (max-width: 767px) {
  .home .container {
    padding: 0 16px; } }

.wrapper {
  padding: 152px 0 0 0;
  min-height: calc(100vh - 152px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column; }
  @media (max-width: 1279px) {
    .wrapper {
      padding-top: 76px; } }
  @media (max-width: 1024px) {
    .wrapper {
      padding-top: 80px;
      min-height: calc(100vh - 80px); } }
  .wrapper--align-center {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .wrapper--full-height-only {
    min-height: 100vh; }
  .wrapper--full-height {
    min-height: 100vh;
    padding: 60px 0;
    display: flex;
    flex-direction: column; }
  .wrapper--p0 {
    min-height: 100vh;
    padding: 0 !important; }
  .wrapper--sm {
    padding: 24px 0; }
    @media (max-width: 767px) {
      .wrapper--sm {
        padding: 16px 0; } }

.buy-menu {
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  transition: all 250ms ease-in-out;
  transform: translate3d(0, -20px, 0);
  pointer-events: none;
  padding-top: 124px;
  box-sizing: border-box; }
  .buy-menu.is-active {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0); }
    @media (max-width: 1024px) {
      .buy-menu.is-active .buy-menu__in {
        transform: translate3d(0%, 0%, 0); } }
  @media (max-width: 1279px) {
    .buy-menu {
      padding-top: 60px; } }
  @media (max-width: 1024px) {
    .buy-menu {
      top: 0 !important;
      right: 0;
      bottom: 0;
      left: 0;
      padding-top: 0;
      margin: 0;
      z-index: 1001;
      transform: translate3d(0%, 0%, 0); } }
  .home-page .buy-menu {
    padding-top: 150px; }
    @media (max-width: 1650px) {
      .home-page .buy-menu {
        padding-top: 126px; } }
    @media (max-width: 1279px) {
      .home-page .buy-menu {
        padding-top: 60px; } }
    @media (max-width: 1024px) {
      .home-page .buy-menu {
        padding-top: 0; } }
  body.is-scroll-down .buy-menu {
    padding-top: 64px; }
    @media (max-width: 1279px) {
      body.is-scroll-down .buy-menu {
        padding-top: 60px; } }
    @media (max-width: 1024px) {
      body.is-scroll-down .buy-menu {
        padding-top: 0; } }
  body.is-scroll-up .buy-menu {
    padding-top: 124px; }
    @media (max-width: 1279px) {
      body.is-scroll-up .buy-menu {
        padding-top: 60px; } }
    @media (max-width: 1024px) {
      body.is-scroll-up .buy-menu {
        padding-top: 0; } }
  body.home-page.is-scroll-down .buy-menu {
    padding-top: 64px; }
    @media (max-width: 1279px) {
      body.home-page.is-scroll-down .buy-menu {
        padding-top: 60px; } }
    @media (max-width: 1024px) {
      body.home-page.is-scroll-down .buy-menu {
        padding-top: 0; } }
  body.home-page.is-scroll-up .buy-menu {
    padding-top: 146px; }
    @media (max-width: 1650px) {
      body.home-page.is-scroll-up .buy-menu {
        padding-top: 122px; } }
    @media (max-width: 1279px) {
      body.home-page.is-scroll-up .buy-menu {
        padding-top: 60px; } }
    @media (max-width: 1024px) {
      body.home-page.is-scroll-up .buy-menu {
        padding-top: 0; } }
  .buy-menu .container {
    display: flex;
    flex-direction: column;
    height: 100%; }
    @media (max-width: 1024px) {
      .buy-menu .container {
        padding: 0;
        height: 100%; } }
  .buy-menu__row {
    display: flex;
    position: relative;
    padding-right: 284px;
    padding-top: 40px;
    padding-bottom: 40px;
    min-height: 100%;
    box-sizing: border-box; }
    @media (max-width: 1439px) {
      .buy-menu__row {
        padding-right: 268px; } }
    @media (max-width: 1279px) {
      .buy-menu__row {
        padding-right: 276px; } }
    @media (max-width: 1024px) {
      .buy-menu__row {
        flex-direction: column;
        padding: 0 0 20px 0; } }
  .buy-menu__container {
    padding: 0 56px;
    box-sizing: border-box;
    height: 100%; }
    @media (max-width: 1439px) {
      .buy-menu__container {
        padding: 0 40px; } }
    @media (max-width: 1024px) {
      .buy-menu__container {
        padding: 0; } }
  .buy-menu__scroll {
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%; }
  .buy-menu__in {
    border-radius: 8px;
    background-color: #FFFFFF;
    pointer-events: all;
    max-height: 623px;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box; }
    @media (max-width: 1279px) {
      .buy-menu__in {
        max-height: 690px; } }
    @media (max-width: 1024px) {
      .buy-menu__in {
        position: relative;
        flex-direction: column;
        border-radius: 0;
        max-width: 328px;
        height: 100%;
        max-height: none;
        overflow-y: auto;
        box-sizing: border-box;
        transform: translate3d(-100%, 0%, 0);
        transition: transform 300ms ease; } }
    .buy-menu__in h4 {
      margin: 0 0 24px 0;
      font-weight: 600;
      font-size: 22px;
      line-height: 125%;
      color: #5E7BA5; }
      @media (max-width: 1439px) {
        .buy-menu__in h4 {
          font-size: 18px;
          line-height: 22px; } }
      @media (max-width: 1279px) {
        .buy-menu__in h4 {
          font-size: 17px;
          line-height: 21px; } }
    .buy-menu__in .menu__header {
      display: none; }
      @media (max-width: 1024px) {
        .buy-menu__in .menu__header {
          position: sticky;
          top: 0;
          right: 0;
          left: 0;
          display: flex;
          max-width: 328px;
          box-sizing: border-box;
          margin-bottom: 32px;
          z-index: 2; } }
  .buy-menu__col {
    width: calc(100% / 3);
    padding-right: 40px;
    box-sizing: border-box;
    height: auto;
    position: relative; }
    @media (max-width: 1279px) {
      .buy-menu__col {
        width: 50%; } }
    @media (max-width: 1024px) {
      .buy-menu__col {
        width: 100%;
        padding: 0 16px;
        margin: 0 0 40px 0; } }
    @media (max-width: 1024px) {
      .buy-menu__col:last-of-type {
        margin: 0; } }
  .buy-menu-nav:not(.show-desktop-small) + .buy-menu-nav {
    margin-top: 56px; }
    @media (max-width: 1439px) {
      .buy-menu-nav:not(.show-desktop-small) + .buy-menu-nav {
        margin-top: 40px; } }
  @media (max-width: 1279px) {
    .buy-menu-nav.show-desktop-small + .buy-menu-nav {
      margin-top: 40px; } }
  .buy-menu-nav__icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    margin-right: 8px;
    border-radius: 50%;
    background-color: #F3F6FA; }
    .buy-menu-nav__icon img {
      display: block;
      width: 16px;
      height: 16px;
      object-fit: contain; }
  .buy-menu-nav__text {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: currentColor; }
    @media (max-width: 1439px) {
      .buy-menu-nav__text {
        font-size: 16px;
        line-height: 20px; } }
    @media (max-width: 1024px) {
      .buy-menu-nav__text {
        font-size: 14px;
        line-height: 17px; } }
  .buy-menu-nav ul li {
    display: flex; }
    .buy-menu-nav ul li:not(:last-child) {
      margin-bottom: 16px; }
    .buy-menu-nav ul li a {
      display: inline-flex;
      align-items: center;
      color: #37424A; }
      .buy-menu-nav ul li a:hover {
        color: #ED1C24; }
  .buy-menu-popular {
    padding: 24px;
    background-color: #F3F6FA;
    border-radius: 4px;
    position: absolute;
    top: 40px;
    right: 0;
    width: 273px;
    height: calc(100% - 80px);
    box-sizing: border-box;
    display: flex;
    flex-direction: column; }
    @media (max-width: 1439px) {
      .buy-menu-popular {
        width: 250px;
        padding: 24px 20px; } }
    @media (max-width: 1279px) {
      .buy-menu-popular {
        width: 270px; } }
    @media (max-width: 1024px) {
      .buy-menu-popular {
        position: relative;
        top: auto;
        height: auto;
        width: calc(100% - 32px);
        margin: 0 16px; } }
    .buy-menu-popular-products {
      flex: 1;
      overflow-y: auto;
      margin-right: -14px; }
      @media (max-width: 1439px) {
        .buy-menu-popular-products {
          margin-right: -12px; } }
      @media (max-width: 1024px) {
        .buy-menu-popular-products {
          margin-right: 0; } }
    .buy-menu-popular h4 {
      font-weight: 500;
      font-size: 18px;
      line-height: 22px;
      margin-bottom: 16px; }
      @media (max-width: 1439px) {
        .buy-menu-popular h4 {
          margin-bottom: 18px;
          font-size: 16px;
          line-height: 20px; } }
      @media (max-width: 1279px) {
        .buy-menu-popular h4 {
          font-size: 16px;
          line-height: 20px; } }
    .buy-menu-popular ul + ul {
      margin-top: 16px; }
      @media (max-width: 1024px) {
        .buy-menu-popular ul + ul {
          margin-top: 24px; } }
    .buy-menu-popular ul li:not(:last-child) {
      margin-bottom: 8px; }
      @media (max-width: 1024px) {
        .buy-menu-popular ul li:not(:last-child) {
          margin-bottom: 12px; } }
    .buy-menu-popular ul li a {
      font-weight: 500;
      font-size: 14px;
      line-height: 17px;
      color: #37424A; }
      @media (max-width: 1439px) {
        .buy-menu-popular ul li a {
          font-size: 13px;
          line-height: 16px; } }
      @media (max-width: 1024px) {
        .buy-menu-popular ul li a {
          font-size: 14px;
          line-height: 17px; } }
      .buy-menu-popular ul li a:hover {
        color: #ED1C24; }

/* Slider */
.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: none; }

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

.slick-slider .slick-track,
.slick-slider .slick-list {
  -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:before,
.slick-track:after {
  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; }

.jq-checkbox,
.jq-radio {
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.jq-checkbox input,
.jq-radio input {
  position: absolute;
  z-index: -1;
  margin: 0;
  padding: 0;
  opacity: 0; }

.jq-file {
  position: relative;
  display: inline-block;
  overflow: hidden; }

.jq-file input {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  font-size: 100px;
  line-height: 1em; }

.jq-file__name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.jq-selectbox,
.jq-select-multiple {
  position: relative;
  display: inline-block; }

.jq-selectbox select,
.jq-select-multiple select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0; }

.jq-selectbox li,
.jq-select-multiple li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.jq-selectbox {
  z-index: 9; }

.jq-selectbox__select {
  position: relative; }

.jq-selectbox__select-text {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  text-overflow: ellipsis; }

.jq-selectbox__dropdown {
  position: absolute; }

.jq-selectbox__search input {
  -webkit-appearance: textfield; }

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none; }

.jq-selectbox__dropdown ul {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  list-style: none;
  -webkit-overflow-scrolling: touch; }

.jq-select-multiple ul {
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }

.jq-number {
  display: inline-block; }

.jq-number__field input {
  -moz-appearance: textfield;
  text-align: left;
  /* для Opera Presto */ }

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
  margin: 0;
  /* в каких-то браузерах присутствует отступ */
  -webkit-appearance: none; }

.tab-content > .tab-pane {
  display: block;
  height: 0;
  overflow: hidden; }

.tab-content > .tab-pane.active {
  height: auto; }

.modal {
  display: none;
  overflow: hidden;
  outline: 0;
  -webkit-overflow-scrolling: touch;
  z-index: 1050;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .modal.active {
    display: block; }
  .modal-open {
    overflow: hidden; }
    .modal-open .modal {
      overflow-x: hidden;
      overflow-y: auto; }
  .modal-dialog {
    position: relative;
    width: calc(100% - 32px);
    max-width: 500px;
    margin: 60px auto 60px auto; }
    @media (max-width: 1439px) {
      .modal-dialog {
        margin: 32px auto 32px auto; } }
    @media (max-width: 1024px) {
      .modal-dialog {
        margin: 60px auto 60px auto; } }
    .modal-dialog.modal-xxl {
      width: calc(100% - 32px);
      max-width: 900px;
      box-sizing: border-box; }
    .modal-dialog.modal-status {
      box-sizing: border-box;
      max-width: 570px; }
      @media (max-width: 1439px) {
        .modal-dialog.modal-status {
          max-width: 343px; } }
      .modal-dialog.modal-status .modal-content {
        padding: 70px 80px 80px 80px; }
        @media (max-width: 1439px) {
          .modal-dialog.modal-status .modal-content {
            padding: 32px 24px 40px 24px; } }
    .modal-dialog.modal-recovery {
      box-sizing: border-box;
      max-width: 570px; }
      @media (max-width: 1439px) {
        .modal-dialog.modal-recovery {
          max-width: 343px; } }
      .modal-dialog.modal-recovery .modal-content {
        padding: 60px 80px 50px 80px; }
        @media (max-width: 1439px) {
          .modal-dialog.modal-recovery .modal-content {
            padding: 32px 24px 40px 24px; } }
    .modal-dialog.modal-reg {
      box-sizing: border-box;
      max-width: 700px; }
      @media (max-width: 1439px) {
        .modal-dialog.modal-reg {
          max-width: 498px; } }
      @media (max-width: 767px) {
        .modal-dialog.modal-reg {
          max-width: 343px; } }
      .modal-dialog.modal-reg .modal-content {
        padding: 70px 183px 60px 70px; }
        @media (max-width: 1439px) {
          .modal-dialog.modal-reg .modal-content {
            padding: 32px 132px 32px 32px; } }
        @media (max-width: 767px) {
          .modal-dialog.modal-reg .modal-content {
            padding: 32px 24px 0 24px; } }
      .modal-dialog.modal-reg .btn-close-light {
        top: 30px;
        right: 30px;
        width: 32px;
        height: 32px;
        position: absolute;
        z-index: 3; }
        @media (max-width: 1439px) {
          .modal-dialog.modal-reg .btn-close-light {
            top: 16px;
            right: 16px;
            width: 24px;
            height: 24px; } }
    .modal-dialog.modal-xl {
      width: calc(100% - 32px);
      max-width: 541px;
      box-sizing: border-box; }
      .modal-dialog.modal-xl .modal-content {
        padding: 24px; }
        @media (max-width: 1439px) {
          .modal-dialog.modal-xl .modal-content {
            padding: 24px 16px; } }
    .modal-dialog.modal-lg {
      max-width: 500px;
      width: calc(100% - 32px); }
    .modal-dialog.modal-sm {
      max-width: 380px;
      width: calc(100% - 32px); }
    .modal-dialog .btn-close {
      width: 32px;
      height: 32px;
      position: absolute;
      top: 20px;
      right: 20px;
      background-size: 32px; }
      @media (max-width: 1439px) {
        .modal-dialog .btn-close {
          width: 24px;
          height: 24px;
          background-size: 24px;
          top: 16px;
          right: 16px; } }
  .modal-content {
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: none;
    background: #FFFFFF;
    padding: 40px;
    border-radius: 4px;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1), 12px 24px 24px rgba(0, 0, 0, 0.1); }
    @media (max-width: 1439px) {
      .modal-content {
        padding: 24px; } }
    .modal-content--md {
      padding: 32px; }
      @media (max-width: 1439px) {
        .modal-content--md {
          padding: 24px; } }
    @media (max-width: 1439px) {
      .modal-content .btn2.btn-m {
        height: 40px;
        line-height: 40px; } }
    @media (max-width: 1439px) {
      .modal-content .inp-group input {
        height: 40px;
        line-height: 40px;
        font-size: 14px; } }
  .modal-backdrop {
    position: fixed;
    z-index: 1040;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(22, 22, 22, 0.5); }
    .modal-backdrop.fade {
      opacity: 0; }
    .modal-backdrop.in {
      opacity: 0.9; }
  .modal.fade .modal-dialog {
    transform: translate(0, -25%);
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    transform: translate(0, 0); }
  .modal__headline {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    display: block;
    margin: 0 0 16px 0;
    font-size: 18px;
    line-height: 22px;
    color: #37424A; }
  .modal__description + .btn2 {
    margin-bottom: 24px; }
  .modal__description p {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #37424A;
    padding-bottom: 16px; }
    .modal__description p a {
      transition: all 0.4s;
      color: #5E7BA5; }
  .modal-call__inp-fields {
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 16px;
    padding-top: 2px;
    padding-bottom: 2px; }
    @media (max-width: 1439px) {
      .modal-call__inp-fields {
        margin-left: -24px;
        margin-right: -24px;
        padding-left: 24px;
        padding-right: 24px; } }
  .modal-call .inp-group {
    margin: 0 0 16px 0; }
    .modal-call .inp-group:last-child {
      margin: 0; }
    .modal-call .inp-group--phone input {
      border: 1px solid #D0D0D0;
      border-radius: 4px; }
  .modal-call__rules {
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    display: block;
    font-size: 12px;
    line-height: 15px;
    color: #37424A; }
    .modal-call__rules a {
      transition: all 0.4s;
      color: #5E7BA5; }
  .modal__form {
    padding: 0 0 16px 0; }
  .modal__form-fields {
    margin-bottom: 16px;
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 2px;
    padding-bottom: 2px; }
    @media (max-width: 1439px) {
      .modal__form-fields {
        padding-left: 24px;
        padding-right: 24px;
        margin-left: -24px;
        margin-right: -24px; } }
  .modal__form-field {
    padding-bottom: 16px; }
    .modal__form-field:last-child {
      padding-bottom: 0; }
  .modal__form-submit {
    padding-bottom: 0; }

.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.modals {
  min-height: 50vh; }
  .modals__button {
    margin: 0 0 24px 0; }

.modal-cutting__hidden {
  display: none; }

.modal-cutting__header {
  display: flex;
  padding-bottom: 24px; }
  @media (max-width: 767px) {
    .modal-cutting__header {
      padding-bottom: 16px; } }

.modal-cutting__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #37424A; }

.modal-cutting__body {
  padding-bottom: 24px; }
  @media (max-width: 767px) {
    .modal-cutting__body {
      padding-bottom: 20px; } }

.modal-cutting__options {
  display: flex;
  justify-content: space-between;
  padding-bottom: 24px; }
  @media (max-width: 767px) {
    .modal-cutting__options {
      flex-direction: column;
      padding-bottom: 16px; } }

.modal-cutting__rg {
  display: flex;
  align-items: center; }
  @media (max-width: 767px) {
    .modal-cutting__rg {
      padding-bottom: 24px; } }

.modal-cutting__rg-item {
  margin-right: 1px; }

.modal-cutting__rg-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0; }
  .modal-cutting__rg-input:checked + .modal-cutting__rg-btn {
    background: #5E7BA5;
    color: #fff; }

.modal-cutting__rg-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #37424A;
  min-width: 54px;
  padding: 4px;
  background: #F2F2F2;
  border-radius: 2px;
  transition: color 300ms ease, background 300ms ease; }

.modal-cutting__width {
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  color: #37424A; }

.modal-cutting__scheme {
  padding-bottom: 24px; }
  @media (max-width: 767px) {
    .modal-cutting__scheme {
      min-height: 262px;
      display: flex; } }

.modal-cutting__footer {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.modal-cutting__submit {
  width: 100%;
  max-width: 170px; }

.modal-cutting__clear {
  display: flex;
  align-items: center; }
  .modal-cutting__clear:hover .modal-cutting__clear-icon svg {
    fill: #ED1C24; }
  .modal-cutting__clear:hover .modal-cutting__clear-text {
    color: #ED1C24; }

.modal-cutting__clear-icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px; }
  .modal-cutting__clear-icon svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: #5E7BA5;
    transition: fill 300ms ease; }

.modal-cutting__clear-text {
  padding-left: 6px;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #5E7BA5;
  transition: color 300ms ease; }

.modal-map__title {
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  color: #37424A;
  padding-bottom: 24px;
  padding-right: 40px; }
  @media (max-width: 1439px) {
    .modal-map__title {
      padding-bottom: 16px;
      font-size: 18px;
      line-height: 22px; } }

.modal-map__container {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #fafafa;
  margin-top: 8px; }
  @media (max-width: 1439px) {
    .modal-map__container {
      margin-top: 18px; } }
  @media (max-width: 767px) {
    .modal-map__container {
      margin-top: 20px;
      margin-left: -16px;
      margin-right: -16px;
      border-radius: 0; } }
  .modal-map__container--with-title {
    margin-top: 0 !important; }
  .modal-map__container::before {
    content: '';
    display: block;
    padding-top: 51%; }
    @media (max-width: 767px) {
      .modal-map__container::before {
        padding-top: 120%; } }

.modal-map .gmap-popup {
  padding: 12px 6px 12px 12px; }
  .modal-map .gmap-popup__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #37424A;
    padding-bottom: 8px; }
    @media (max-width: 1439px) {
      .modal-map .gmap-popup__title {
        font-size: 16px;
        line-height: 20px; } }
  .modal-map .gmap-popup__address {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #37424A;
    padding-bottom: 16px; }
  .modal-map .gmap-popup__button {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    padding: 12px 24px;
    background-color: #ED1C24;
    transition: all 250ms ease-in-out;
    border-radius: 4px; }
    .modal-map .gmap-popup__button:hover {
      background-color: #c61017; }

.modal-cart__title {
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  color: #37424A;
  padding-bottom: 24px; }

.modal-cart__list {
  max-height: 293px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 25px;
  margin-bottom: 24px; }
  @media (max-width: 767px) {
    .modal-cart__list {
      padding-right: 12px;
      margin-right: -12px;
      max-height: 376px; } }

.modal-cart__item {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 36px;
  border-bottom: 1px solid #D2D7E0; }
  .modal-cart__item:first-child {
    border-top: 1px solid #D2D7E0; }
  @media (max-width: 767px) {
    .modal-cart__item {
      flex-direction: column;
      align-items: flex-start;
      padding-right: 0;
      padding: 16px 0; } }

.modal-cart__col {
  display: flex;
  align-items: center; }
  .modal-cart__col:first-child {
    width: 100%; }
    @media (max-width: 767px) {
      .modal-cart__col:first-child {
        justify-content: space-between;
        margin-bottom: 12px; } }
  .modal-cart__col:last-child {
    flex-shrink: 0; }
    @media (max-width: 767px) {
      .modal-cart__col:last-child {
        width: 100%;
        justify-content: space-between; } }

.modal-cart__link {
  display: flex;
  align-items: center;
  padding: 16px 0; }
  @media (max-width: 767px) {
    .modal-cart__link {
      padding: 0; } }
  .modal-cart__link:hover .modal-cart__name {
    color: #ED1C24; }

.modal-cart__icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  margin-right: 24px;
  background: #F3F6FA;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 1439px) {
    .modal-cart__icon {
      margin-right: 16px; } }
  .modal-cart__icon img {
    display: block;
    width: 24px;
    height: 24px;
    object-fit: contain; }

.modal-cart__name {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #37424A;
  transition: color 300ms ease; }
  @media (max-width: 767px) {
    .modal-cart__name {
      font-size: 13px;
      line-height: 16px; } }

.modal-cart__remove {
  padding: 16px;
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translateY(-50%); }
  @media (max-width: 767px) {
    .modal-cart__remove {
      top: auto;
      position: relative;
      right: auto;
      transform: none;
      margin-right: -10px;
      padding: 10px; } }
  .modal-cart__remove:hover svg {
    stroke: #ED1C24; }
  .modal-cart__remove svg {
    display: block;
    width: 20px;
    height: 20px;
    stroke: #D0D0D0;
    transition: stroke 300ms ease; }

.modal-cart__amount {
  display: flex;
  align-items: center;
  padding: 0 16px 0 32px; }
  @media (max-width: 767px) {
    .modal-cart__amount {
      padding: 0 16px 0 0; } }

.modal-cart__btn-counter {
  padding-right: 12px; }
  .modal-cart__btn-counter .btn-counter {
    height: 40px;
    width: 110px; }
    @media (max-width: 767px) {
      .modal-cart__btn-counter .btn-counter {
        width: 98px; } }

.modal-cart__measure {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #37424A; }

.modal-cart__price {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: right;
  color: #37424A;
  min-width: 140px; }

.modal-cart__footer {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .modal-cart__footer {
      flex-direction: column;
      align-items: flex-start; } }

.modal-cart__total {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  z-index: 2; }
  @media (max-width: 767px) {
    .modal-cart__total {
      width: 100%;
      flex-direction: column;
      align-items: flex-start;
      background: #F3F6FA;
      border-radius: 4px;
      margin-bottom: 16px;
      padding: 14px; } }

.modal-cart__total-item {
  display: flex;
  align-items: center;
  background: #F3F6FA;
  border-radius: 4px;
  margin-right: 12px;
  padding: 8px 14px;
  box-sizing: border-box; }
  @media (max-width: 767px) {
    .modal-cart__total-item {
      width: 100%;
      margin: 0;
      margin-bottom: 8px;
      justify-content: space-between;
      align-items: baseline;
      padding: 0;
      overflow: hidden;
      background: transparent; }
      .modal-cart__total-item:last-child {
        margin-bottom: 0; } }

.modal-cart__total-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #6B7E8C;
  position: relative;
  background: #F3F6FA; }
  @media (max-width: 767px) {
    .modal-cart__total-text {
      font-size: 14px;
      line-height: 20px;
      padding-right: 8px; }
      .modal-cart__total-text::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 4px;
        width: 900px;
        height: 1px;
        border-bottom: 1px dashed #B7C7D6;
        z-index: -1; } }
  .modal-cart__total-text--lg {
    font-weight: 600;
    font-size: 20px;
    color: #37424A;
    padding-left: 12px; }
    @media (max-width: 1439px) {
      .modal-cart__total-text--lg {
        font-size: 16px;
        line-height: 20px;
        padding-left: 8px;
        padding-right: 0; }
        .modal-cart__total-text--lg::before {
          display: none; } }

.modal-cart__button {
  width: 260px; }
  @media (max-width: 1024px) {
    .modal-cart__button {
      width: 192px; } }
  @media (max-width: 767px) {
    .modal-cart__button {
      width: 100%; } }

.modal-bucket .modal-content {
  padding: 32px 40px 16px 40px; }
  @media (max-width: 1439px) {
    .modal-bucket .modal-content {
      padding: 24px 20px 8px 20px; } }

.modal-bucket__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #37424A; }

.modal-bucket__header {
  padding-bottom: 24px;
  margin-bottom: 20px;
  border-bottom: 1px solid #DBDFE3; }
  @media (max-width: 1439px) {
    .modal-bucket__header {
      padding-bottom: 20px;
      margin-bottom: 20px; } }

.modal-bucket__body {
  margin-bottom: 20px;
  margin-left: -40px;
  margin-right: -40px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 12px;
  padding-bottom: 12px; }
  @media (max-width: 1439px) {
    .modal-bucket__body {
      margin-bottom: 20px;
      margin-left: -20px;
      margin-right: -20px;
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 6px;
      padding-bottom: 6px; } }

.modal-bucket__more {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #5E7BA5;
  display: block;
  padding: 16px 0;
  transition: color 300ms ease; }
  .modal-bucket__more:hover {
    color: #ED1C24; }

.modal-bucket__counter {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #37424A;
  padding-left: 12px; }

.modal-bucket__icon {
  display: block;
  width: 20px;
  height: 20px;
  flex-shrink: 0; }
  .modal-bucket__icon svg {
    display: block;
    width: 100%;
    height: 100%;
    stroke: #D0D0D0;
    transition: stroke 300ms ease; }
  .modal-bucket__icon:hover svg {
    stroke: #ED1C24; }

.m-card {
  display: flex; }
  .m-card__image {
    width: 90px;
    height: 90px;
    flex-shrink: 0;
    margin-right: 20px;
    border: 1px solid #EEEEEE; }
    @media (max-width: 1439px) {
      .m-card__image {
        width: 70px;
        height: 70px; } }
    .m-card__image img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .m-card__caption {
    width: 100%; }
  .m-card__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #37424A;
    padding-bottom: 6px; }
    @media (max-width: 1439px) {
      .m-card__title {
        font-size: 15px;
        line-height: 18px; } }
  .m-card__description {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #37424A;
    padding-bottom: 16px; }
  .m-card__options {
    display: flex;
    align-items: baseline;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .m-card__options {
        flex-direction: column; } }
  .m-card__calc {
    display: flex;
    align-items: center;
    padding-right: 12px; }
    @media (max-width: 1439px) {
      .m-card__calc {
        padding-bottom: 10px; } }
  .m-card__calc-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #37424A;
    padding-left: 12px; }
  .m-card__btn-counter {
    max-width: 110px; }
  .m-card__price {
    font-size: 12px;
    line-height: 16px;
    color: #37424A; }
    .m-card__price strong {
      font-weight: 600;
      font-size: 18px;
      line-height: 22px; }

.modal-comparing__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #37424A;
  padding-bottom: 24px; }
  @media (max-width: 1439px) {
    .modal-comparing__title {
      padding-bottom: 20px; } }

.modal-comparing__header {
  border-bottom: 1px solid #DBDFE3;
  margin-bottom: 24px; }
  @media (max-width: 1439px) {
    .modal-comparing__header {
      margin-bottom: 20px; } }

.modal-comparing__list {
  position: relative; }

.modal-comparing__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: -12px;
  margin-right: -12px;
  margin-bottom: 22px; }
  .modal-comparing__item:last-child {
    margin-bottom: 0; }

.modal-comparing__col {
  padding: 0 12px;
  display: flex;
  align-items: center; }
  .modal-comparing__col:last-child {
    flex-shrink: 0; }

.modal-comparing__name {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #5E7BA5;
  transition: color 300ms ease; }
  .modal-comparing__name:hover {
    color: #ED1C24; }

.modal-comparing__counter {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #37424A;
  padding-left: 12px; }

.modal-comparing__icon {
  display: block;
  width: 20px;
  height: 20px;
  flex-shrink: 0; }
  .modal-comparing__icon svg {
    display: block;
    width: 100%;
    height: 100%;
    stroke: #D0D0D0;
    transition: stroke 300ms ease; }
  .modal-comparing__icon:hover svg {
    stroke: #ED1C24; }

.modal-success__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center; }

.modal-success__icon {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #F3F6FA;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px; }
  .modal-success__icon img {
    display: block;
    width: 76px;
    height: 76px;
    object-fit: contain; }

.modal-success__header {
  padding-bottom: 16px; }

.modal-success__title {
  font-weight: 600;
  font-size: 22px;
  line-height: 140%; }
  .modal-success__title--red {
    color: #ED1C24; }

.modal-success__description {
  font-weight: 500;
  font-size: 13px;
  line-height: 130%;
  color: #818A8F;
  padding-bottom: 30px; }

.modal-success__button {
  max-width: 230px;
  width: 100%; }

/*!
 * Datepicker for Bootstrap v1.9.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  border-radius: 4px;
  direction: ltr; }

.datepicker-inline {
  width: 220px; }

.datepicker-rtl {
  direction: rtl; }

.datepicker-rtl.dropdown-menu {
  left: auto; }

.datepicker-rtl table tr td span {
  float: right; }

.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px; }

.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute; }

.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute; }

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px; }

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px; }

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px; }

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px; }

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px; }

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px; }

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15); }

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff; }

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.datepicker table tr td, .datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none; }

.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
  background-color: transparent; }

.datepicker table tr td.new, .datepicker table tr td.old {
  color: #777; }

.datepicker table tr td.day:hover, .datepicker table tr td.focused {
  background: #eee;
  cursor: pointer; }

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
  background: 0 0;
  color: #777;
  cursor: default; }

.datepicker table tr td.highlighted {
  color: #000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0; }

.datepicker table tr td.highlighted.focus, .datepicker table tr td.highlighted:focus {
  color: #000;
  background-color: #afd9ee;
  border-color: #298fc2; }

.datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb; }

.datepicker table tr td.highlighted.active, .datepicker table tr td.highlighted:active {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb; }

.datepicker table tr td.highlighted.active.focus, .datepicker table tr td.highlighted.active:focus, .datepicker table tr td.highlighted.active:hover, .datepicker table tr td.highlighted:active.focus, .datepicker table tr td.highlighted:active:focus, .datepicker table tr td.highlighted:active:hover {
  color: #000;
  background-color: #91cbe8;
  border-color: #298fc2; }

.datepicker table tr td.highlighted.disabled.focus, .datepicker table tr td.highlighted.disabled:focus, .datepicker table tr td.highlighted.disabled:hover, .datepicker table tr td.highlighted[disabled].focus, .datepicker table tr td.highlighted[disabled]:focus, .datepicker table tr td.highlighted[disabled]:hover, fieldset[disabled] .datepicker table tr td.highlighted.focus, fieldset[disabled] .datepicker table tr td.highlighted:focus, fieldset[disabled] .datepicker table tr td.highlighted:hover {
  background-color: #d9edf7;
  border-color: #85c5e5; }

.datepicker table tr td.highlighted.focused {
  background: #afd9ee; }

.datepicker table tr td.highlighted.disabled, .datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #777; }

.datepicker table tr td.today {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733; }

.datepicker table tr td.today.focus, .datepicker table tr td.today:focus {
  color: #000;
  background-color: #ffc966;
  border-color: #b37400; }

.datepicker table tr td.today:hover {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00; }

.datepicker table tr td.today.active, .datepicker table tr td.today:active {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00; }

.datepicker table tr td.today.active.focus, .datepicker table tr td.today.active:focus, .datepicker table tr td.today.active:hover, .datepicker table tr td.today:active.focus, .datepicker table tr td.today:active:focus, .datepicker table tr td.today:active:hover {
  color: #000;
  background-color: #ffbc42;
  border-color: #b37400; }

.datepicker table tr td.today.disabled.focus, .datepicker table tr td.today.disabled:focus, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today[disabled].focus, .datepicker table tr td.today[disabled]:focus, .datepicker table tr td.today[disabled]:hover, fieldset[disabled] .datepicker table tr td.today.focus, fieldset[disabled] .datepicker table tr td.today:focus, fieldset[disabled] .datepicker table tr td.today:hover {
  background-color: #ffdb99;
  border-color: #ffb733; }

.datepicker table tr td.today.focused {
  background: #ffc966; }

.datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #777; }

.datepicker table tr td.range {
  color: #000;
  background-color: #eee;
  border-color: #bbb;
  border-radius: 0; }

.datepicker table tr td.range.focus, .datepicker table tr td.range:focus {
  color: #000;
  background-color: #d5d5d5;
  border-color: #7c7c7c; }

.datepicker table tr td.range:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d; }

.datepicker table tr td.range.active, .datepicker table tr td.range:active {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d; }

.datepicker table tr td.range.active.focus, .datepicker table tr td.range.active:focus, .datepicker table tr td.range.active:hover, .datepicker table tr td.range:active.focus, .datepicker table tr td.range:active:focus, .datepicker table tr td.range:active:hover {
  color: #000;
  background-color: #c3c3c3;
  border-color: #7c7c7c; }

.datepicker table tr td.range.disabled.focus, .datepicker table tr td.range.disabled:focus, .datepicker table tr td.range.disabled:hover, .datepicker table tr td.range[disabled].focus, .datepicker table tr td.range[disabled]:focus, .datepicker table tr td.range[disabled]:hover, fieldset[disabled] .datepicker table tr td.range.focus, fieldset[disabled] .datepicker table tr td.range:focus, fieldset[disabled] .datepicker table tr td.range:hover {
  background-color: #eee;
  border-color: #bbb; }

.datepicker table tr td.range.focused {
  background: #d5d5d5; }

.datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:active {
  background: #eee;
  color: #777; }

.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #e4eef3;
  border-color: #9dc1d3; }

.datepicker table tr td.range.highlighted.focus, .datepicker table tr td.range.highlighted:focus {
  color: #000;
  background-color: #c1d7e3;
  border-color: #4b88a6; }

.datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0; }

.datepicker table tr td.range.highlighted.active, .datepicker table tr td.range.highlighted:active {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0; }

.datepicker table tr td.range.highlighted.active.focus, .datepicker table tr td.range.highlighted.active:focus, .datepicker table tr td.range.highlighted.active:hover, .datepicker table tr td.range.highlighted:active.focus, .datepicker table tr td.range.highlighted:active:focus, .datepicker table tr td.range.highlighted:active:hover {
  color: #000;
  background-color: #a8c8d8;
  border-color: #4b88a6; }

.datepicker table tr td.range.highlighted.disabled.focus, .datepicker table tr td.range.highlighted.disabled:focus, .datepicker table tr td.range.highlighted.disabled:hover, .datepicker table tr td.range.highlighted[disabled].focus, .datepicker table tr td.range.highlighted[disabled]:focus, .datepicker table tr td.range.highlighted[disabled]:hover, fieldset[disabled] .datepicker table tr td.range.highlighted.focus, fieldset[disabled] .datepicker table tr td.range.highlighted:focus, fieldset[disabled] .datepicker table tr td.range.highlighted:hover {
  background-color: #e4eef3;
  border-color: #9dc1d3; }

.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3; }

.datepicker table tr td.range.highlighted.disabled, .datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #777; }

.datepicker table tr td.range.today {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417; }

.datepicker table tr td.range.today.focus, .datepicker table tr td.range.today:focus {
  color: #000;
  background-color: #f4b747;
  border-color: #815608; }

.datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c; }

.datepicker table tr td.range.today.active, .datepicker table tr td.range.today:active {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c; }

.datepicker table tr td.range.today.active.focus, .datepicker table tr td.range.today.active:focus, .datepicker table tr td.range.today.active:hover, .datepicker table tr td.range.today:active.focus, .datepicker table tr td.range.today:active:focus, .datepicker table tr td.range.today:active:hover {
  color: #000;
  background-color: #f2aa25;
  border-color: #815608; }

.datepicker table tr td.range.today.disabled.focus, .datepicker table tr td.range.today.disabled:focus, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today[disabled].focus, .datepicker table tr td.range.today[disabled]:focus, .datepicker table tr td.range.today[disabled]:hover, fieldset[disabled] .datepicker table tr td.range.today.focus, fieldset[disabled] .datepicker table tr td.range.today:focus, fieldset[disabled] .datepicker table tr td.range.today:hover {
  background-color: #f7ca77;
  border-color: #f1a417; }

.datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #777; }

.datepicker table tr td.selected, .datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #777;
  border-color: #555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.selected.focus, .datepicker table tr td.selected.highlighted.focus, .datepicker table tr td.selected.highlighted:focus, .datepicker table tr td.selected:focus {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #161616; }

.datepicker table tr td.selected.highlighted:hover, .datepicker table tr td.selected:hover {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737; }

.datepicker table tr td.selected.active, .datepicker table tr td.selected.highlighted.active, .datepicker table tr td.selected.highlighted:active, .datepicker table tr td.selected:active {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737; }

.datepicker table tr td.selected.active.focus, .datepicker table tr td.selected.active:focus, .datepicker table tr td.selected.active:hover, .datepicker table tr td.selected.highlighted.active.focus, .datepicker table tr td.selected.highlighted.active:focus, .datepicker table tr td.selected.highlighted.active:hover, .datepicker table tr td.selected.highlighted:active.focus, .datepicker table tr td.selected.highlighted:active:focus, .datepicker table tr td.selected.highlighted:active:hover, .datepicker table tr td.selected:active.focus, .datepicker table tr td.selected:active:focus, .datepicker table tr td.selected:active:hover {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #161616; }

.datepicker table tr td.selected.disabled.focus, .datepicker table tr td.selected.disabled:focus, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.highlighted.disabled.focus, .datepicker table tr td.selected.highlighted.disabled:focus, .datepicker table tr td.selected.highlighted.disabled:hover, .datepicker table tr td.selected.highlighted[disabled].focus, .datepicker table tr td.selected.highlighted[disabled]:focus, .datepicker table tr td.selected.highlighted[disabled]:hover, .datepicker table tr td.selected[disabled].focus, .datepicker table tr td.selected[disabled]:focus, .datepicker table tr td.selected[disabled]:hover, fieldset[disabled] .datepicker table tr td.selected.focus, fieldset[disabled] .datepicker table tr td.selected.highlighted.focus, fieldset[disabled] .datepicker table tr td.selected.highlighted:focus, fieldset[disabled] .datepicker table tr td.selected.highlighted:hover, fieldset[disabled] .datepicker table tr td.selected:focus, fieldset[disabled] .datepicker table tr td.selected:hover {
  background-color: #777;
  border-color: #555; }

.datepicker table tr td.active, .datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.active.focus, .datepicker table tr td.active.highlighted.focus, .datepicker table tr td.active.highlighted:focus, .datepicker table tr td.active:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40; }

.datepicker table tr td.active.highlighted:hover, .datepicker table tr td.active:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.datepicker table tr td.active.active.focus, .datepicker table tr td.active.active:focus, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.highlighted.active.focus, .datepicker table tr td.active.highlighted.active:focus, .datepicker table tr td.active.highlighted.active:hover, .datepicker table tr td.active.highlighted:active.focus, .datepicker table tr td.active.highlighted:active:focus, .datepicker table tr td.active.highlighted:active:hover, .datepicker table tr td.active:active.focus, .datepicker table tr td.active:active:focus, .datepicker table tr td.active:active:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40; }

.datepicker table tr td.active.disabled.focus, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.highlighted.disabled.focus, .datepicker table tr td.active.highlighted.disabled:focus, .datepicker table tr td.active.highlighted.disabled:hover, .datepicker table tr td.active.highlighted[disabled].focus, .datepicker table tr td.active.highlighted[disabled]:focus, .datepicker table tr td.active.highlighted[disabled]:hover, .datepicker table tr td.active[disabled].focus, .datepicker table tr td.active[disabled]:focus, .datepicker table tr td.active[disabled]:hover, fieldset[disabled] .datepicker table tr td.active.focus, fieldset[disabled] .datepicker table tr td.active.highlighted.focus, fieldset[disabled] .datepicker table tr td.active.highlighted:focus, fieldset[disabled] .datepicker table tr td.active.highlighted:hover, fieldset[disabled] .datepicker table tr td.active:focus, fieldset[disabled] .datepicker table tr td.active:hover {
  background-color: #337ab7;
  border-color: #2e6da4; }

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px; }

.datepicker table tr td span.focused, .datepicker table tr td span:hover {
  background: #eee; }

.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
  background: 0 0;
  color: #777;
  cursor: default; }

.datepicker table tr td span.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td span.active.disabled.focus, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:hover.focus, .datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active.focus, .datepicker table tr td span.active:focus, .datepicker table tr td span.active:hover.focus, .datepicker table tr td span.active:hover:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40; }

.datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover:active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.datepicker table tr td span.active.active.focus, .datepicker table tr td span.active.active:focus, .datepicker table tr td span.active.active:hover, .datepicker table tr td span.active.disabled.active.focus, .datepicker table tr td span.active.disabled.active:focus, .datepicker table tr td span.active.disabled.active:hover, .datepicker table tr td span.active.disabled:active.focus, .datepicker table tr td span.active.disabled:active:focus, .datepicker table tr td span.active.disabled:active:hover, .datepicker table tr td span.active.disabled:hover.active.focus, .datepicker table tr td span.active.disabled:hover.active:focus, .datepicker table tr td span.active.disabled:hover.active:hover, .datepicker table tr td span.active.disabled:hover:active.focus, .datepicker table tr td span.active.disabled:hover:active:focus, .datepicker table tr td span.active.disabled:hover:active:hover, .datepicker table tr td span.active:active.focus, .datepicker table tr td span.active:active:focus, .datepicker table tr td span.active:active:hover, .datepicker table tr td span.active:hover.active.focus, .datepicker table tr td span.active:hover.active:focus, .datepicker table tr td span.active:hover.active:hover, .datepicker table tr td span.active:hover:active.focus, .datepicker table tr td span.active:hover:active:focus, .datepicker table tr td span.active:hover:active:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40; }

.datepicker table tr td span.active.disabled.disabled.focus, .datepicker table tr td span.active.disabled.disabled:focus, .datepicker table tr td span.active.disabled.disabled:hover, .datepicker table tr td span.active.disabled.focus, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.disabled.focus, .datepicker table tr td span.active.disabled:hover.disabled:focus, .datepicker table tr td span.active.disabled:hover.disabled:hover, .datepicker table tr td span.active.disabled:hover[disabled].focus, .datepicker table tr td span.active.disabled:hover[disabled]:focus, .datepicker table tr td span.active.disabled:hover[disabled]:hover, .datepicker table tr td span.active.disabled[disabled].focus, .datepicker table tr td span.active.disabled[disabled]:focus, .datepicker table tr td span.active.disabled[disabled]:hover, .datepicker table tr td span.active:hover.disabled.focus, .datepicker table tr td span.active:hover.disabled:focus, .datepicker table tr td span.active:hover.disabled:hover, .datepicker table tr td span.active:hover[disabled].focus, .datepicker table tr td span.active:hover[disabled]:focus, .datepicker table tr td span.active:hover[disabled]:hover, .datepicker table tr td span.active[disabled].focus, .datepicker table tr td span.active[disabled]:focus, .datepicker table tr td span.active[disabled]:hover, fieldset[disabled] .datepicker table tr td span.active.disabled.focus, fieldset[disabled] .datepicker table tr td span.active.disabled:focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover, fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover, fieldset[disabled] .datepicker table tr td span.active.focus, fieldset[disabled] .datepicker table tr td span.active:focus, fieldset[disabled] .datepicker table tr td span.active:hover, fieldset[disabled] .datepicker table tr td span.active:hover.focus, fieldset[disabled] .datepicker table tr td span.active:hover:focus, fieldset[disabled] .datepicker table tr td span.active:hover:hover {
  background-color: #337ab7;
  border-color: #2e6da4; }

.datepicker table tr td span.new, .datepicker table tr td span.old {
  color: #777; }

.datepicker .datepicker-switch {
  width: 145px; }

.datepicker .datepicker-switch, .datepicker .next, .datepicker .prev, .datepicker tfoot tr th {
  cursor: pointer; }

.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
  background: #eee; }

.datepicker .next.disabled, .datepicker .prev.disabled {
  visibility: hidden; }

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle; }

.input-group.date .input-group-addon {
  cursor: pointer; }

.input-daterange {
  width: 100%; }

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

.input-daterange input:first-child {
  border-radius: 3px 0 0 3px; }

.input-daterange input:last-child {
  border-radius: 0 3px 3px 0; }

.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px; }

.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  color: #333;
  font-size: 13px;
  line-height: 1.42857143; }

.datepicker.datepicker-inline td, .datepicker.datepicker-inline th, .datepicker.dropdown-menu td, .datepicker.dropdown-menu th {
  padding: 0 5px; }

/**
 * Swiper 9.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 13, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color:#007aff; }

.swiper, swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block; }

.swiper-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box; }

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-horizontal {
  touch-action: pan-y; }

.swiper-vertical {
  touch-action: pan-x; }

.swiper-slide, swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto; }

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height; }

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px; }

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d; }

.swiper-3d {
  perspective: 1200px; }

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  transform-style: preserve-3d; }

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999; }

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always; }

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after); }

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after); }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000; }

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0); }

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none; }

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size); }

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size); }

:root {
  --swiper-navigation-size:44px; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none; }

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important; }

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto; }

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto; }

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important; }

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2); }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet:only-child {
  display: none !important; }

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block; }

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px; }

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform,.2s top; }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px); }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s left; }

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet, :host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s right; }

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit); }

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top; }

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0; }

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1)); }

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important; }

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%)); }

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%)); }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none; }

.swiper .swiper-notification, swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube {
  overflow: visible; }

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0; }

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0; }

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px); }

.swiper-flip {
  overflow: visible; }

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform,opacity,height; }

.swiper-cards {
  overflow: visible; }

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden; }

.tippy-box[data-animation=fade][data-state=hidden] {
  opacity: 0; }

[data-tippy-root] {
  max-width: calc(100vw - 10px); }

.tippy-box {
  position: relative;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  white-space: normal;
  outline: 0;
  transition-property: transform,visibility,opacity; }

.tippy-box[data-placement^=top] > .tippy-arrow {
  bottom: 0; }

.tippy-box[data-placement^=top] > .tippy-arrow:before {
  bottom: -7px;
  left: 0;
  border-width: 8px 8px 0;
  border-top-color: initial;
  transform-origin: center top; }

.tippy-box[data-placement^=bottom] > .tippy-arrow {
  top: 0; }

.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
  top: -7px;
  left: 0;
  border-width: 0 8px 8px;
  border-bottom-color: initial;
  transform-origin: center bottom; }

.tippy-box[data-placement^=left] > .tippy-arrow {
  right: 0; }

.tippy-box[data-placement^=left] > .tippy-arrow:before {
  border-width: 8px 0 8px 8px;
  border-left-color: initial;
  right: -7px;
  transform-origin: center left; }

.tippy-box[data-placement^=right] > .tippy-arrow {
  left: 0; }

.tippy-box[data-placement^=right] > .tippy-arrow:before {
  left: -7px;
  border-width: 8px 8px 8px 0;
  border-right-color: initial;
  transform-origin: center right; }

.tippy-box[data-inertia][data-state=visible] {
  transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11); }

.tippy-arrow {
  width: 16px;
  height: 16px;
  color: #333; }

.tippy-arrow:before {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid; }

.tippy-content {
  position: relative;
  padding: 5px 9px;
  z-index: 1; }

.select {
  margin: 0 0 0 16px;
  cursor: pointer; }
  @media (max-width: 767px) {
    .select {
      margin-left: 0; } }
  .select.opened .jq-selectbox__trigger {
    transform: translate3d(0, -50%, 0) rotate(-180deg); }
  .select .jq-selectbox__select {
    padding: 0 33px 0 0; }
    .select .jq-selectbox__select-text {
      font-family: "Montserrat", sans-serif;
      font-weight: 500;
      font-size: 14px;
      line-height: 21px;
      color: #DF1A22;
      border: none;
      width: auto !important; }
  .select .jq-selectbox__trigger {
    transition: all 0.4s;
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0) rotate(0deg);
    right: 0;
    width: 12px;
    height: 6px;
    background: url("../img/icons/dropdown-arrow.svg") center center no-repeat;
    background-size: contain; }
  .select .jq-selectbox__dropdown {
    padding: 24px;
    margin-top: 4px;
    background: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1), 4px 8px 8px rgba(0, 0, 0, 0.1); }
    .select .jq-selectbox__dropdown::after {
      content: ' ';
      position: absolute;
      right: 74px;
      bottom: 24px;
      left: 24px;
      height: 17px;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 20.37%, #FFFFFF 82.35%);
      pointer-events: none; }
    .select .jq-selectbox__dropdown ul {
      max-height: 167px;
      overflow: visible;
      overflow-y: auto;
      scrollbar-color: #818A8F #eee;
      scrollbar-width: thin; }
      .select .jq-selectbox__dropdown ul::-webkit-scrollbar {
        width: 4px !important;
        border-radius: 4px !important; }
      .select .jq-selectbox__dropdown ul::-webkit-scrollbar-thumb {
        background: #818A8F !important;
        border-radius: 4px !important; }
      .select .jq-selectbox__dropdown ul::-webkit-scrollbar-track {
        background: #EEEEEE !important; }
      .select .jq-selectbox__dropdown ul li {
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        padding: 4px 12px 4px 0;
        font-size: 14px;
        line-height: 17px;
        cursor: pointer;
        color: #161616; }
        .select .jq-selectbox__dropdown ul li.sel {
          color: #DF1A22; }
  .select--location {
    margin: 0 !important;
    display: block; }
    .select--location.opened .jq-selectbox__select {
      border-color: #5E7BA5;
      background: #fff; }
    .select--location .jq-selectbox__select {
      background: #EEF5FF;
      border-radius: 30px;
      height: 32px;
      padding: 0 28px 0 14px;
      display: flex;
      align-items: center;
      width: 176px !important;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      box-sizing: border-box;
      border: 1px solid #EEF5FF;
      transition: border 300ms ease, background 300ms ease; }
      @media (max-width: 1279px) {
        .select--location .jq-selectbox__select {
          height: 36px;
          width: 100% !important;
          padding: 0 36px 0 16px; } }
      .select--location .jq-selectbox__select-text {
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        color: #5E7BA5;
        transition: color 300ms ease; }
      .select--location .jq-selectbox__select:hover {
        border-color: #5E7BA5;
        background: #fff; }
    .select--location .jq-selectbox__trigger {
      right: 10px;
      width: 14px;
      height: 14px;
      background: url("../img/icons/dropdown-arrow-blue.svg") center center no-repeat;
      background-size: contain; }
      @media (max-width: 1279px) {
        .select--location .jq-selectbox__trigger {
          right: 14px; } }
    @media (max-width: 1279px) {
      .select--location .jq-selectbox__dropdown {
        position: relative;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        margin-top: 16px;
        background: none;
        box-shadow: none;
        padding: 0; }
        .select--location .jq-selectbox__dropdown::after {
          bottom: 0;
          left: 0;
          right: auto;
          bottom: 0;
          width: 100%; } }
    @media (max-width: 1279px) {
      .select--location .jq-selectbox__dropdown ul {
        max-height: 227px !important; } }
    @media (max-width: 1279px) {
      .select--location .jq-selectbox__dropdown ul li {
        padding: 9px 12px 9px 0; }
        .select--location .jq-selectbox__dropdown ul li:first-child {
          padding-top: 0; } }
  .select--transparent.opened .jq-selectbox__select {
    border-color: #EEF5FF;
    background: #EEF5FF; }
  .select--transparent.opened .jq-selectbox__select-text {
    color: #5E7BA5; }
  .select--transparent.opened .jq-selectbox__trigger {
    background: url("../img/icons/dropdown-arrow-blue.svg") center center no-repeat; }
  .select--transparent .jq-selectbox__select {
    background: transparent;
    border-color: #EEF5FF; }
    .select--transparent .jq-selectbox__select-text {
      color: #fff; }
    .select--transparent .jq-selectbox__select:hover {
      border-color: #EEF5FF;
      background: #EEF5FF; }
      .select--transparent .jq-selectbox__select:hover .jq-selectbox__select-text {
        color: #5E7BA5; }
      .select--transparent .jq-selectbox__select:hover .jq-selectbox__trigger {
        background: url("../img/icons/dropdown-arrow-blue.svg") center center no-repeat; }
  .select--transparent .jq-selectbox__trigger {
    background: url("../img/icons/dropdown-arrow-white.svg") center center no-repeat;
    background-size: contain; }
  .is-scroll-down .select--transparent.opened .jq-selectbox__select {
    border-color: #5E7BA5;
    background: #fff; }
  .is-scroll-down .select--transparent .jq-selectbox__select {
    background: #EEF5FF;
    border: 1px solid #EEF5FF; }
    .is-scroll-down .select--transparent .jq-selectbox__select-text {
      color: #5E7BA5; }
    .is-scroll-down .select--transparent .jq-selectbox__select:hover {
      border-color: #5E7BA5;
      background: #fff; }
  .is-scroll-down .select--transparent .jq-selectbox__trigger {
    background: url("../img/icons/dropdown-arrow-blue.svg") center center no-repeat;
    background-size: contain; }

.tags-slider {
  margin: 0 0 24px 0;
  position: relative; }
  @media (max-width: 1024px) {
    .tags-slider {
      margin: 0 -24px 24px -24px;
      padding: 0 24px; } }
  @media (max-width: 767px) {
    .tags-slider {
      margin: 0 -16px 16px -16px;
      padding: 0 16px; } }
  .tags-slider--inner {
    margin-bottom: 0 !important; }
    .tags-slider--inner .tags-slider__link {
      padding: 7px 10px;
      font-weight: 500;
      font-size: 15px;
      line-height: 140%;
      color: #161616; }
      @media (max-width: 1024px) {
        .tags-slider--inner .tags-slider__link {
          font-size: 14px; } }
      @media (max-width: 767px) {
        .tags-slider--inner .tags-slider__link {
          font-size: 13px; } }
  .tags-slider__btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 100px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: opacity 300ms ease, visibility 300ms ease; }
    @media (max-width: 1024px) {
      .tags-slider__btn {
        display: none; } }
    .tags-slider__btn.swiper-button-disabled {
      opacity: 0;
      visibility: hidden; }
    .tags-slider__btn::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(270deg, #FFFFFF 58.55%, rgba(255, 255, 255, 0) 100%);
      z-index: 1; }
    .tags-slider__btn svg {
      width: 24px;
      height: 24px;
      display: block;
      stroke: #ED1C24;
      position: relative;
      z-index: 2; }
    .tags-slider__btn--prev {
      left: 0; }
      .tags-slider__btn--prev::before {
        background: linear-gradient(90deg, #FFFFFF 58.55%, rgba(255, 255, 255, 0) 100%); }
    .tags-slider__btn--next {
      right: 0;
      justify-content: flex-end; }
  .tags-slider__item {
    width: auto;
    height: auto; }
  .tags-slider__link {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    display: block;
    padding: 8px;
    border-radius: 4px;
    background: #F5F5F5;
    font-size: 14px;
    line-height: 17px;
    color: #37424A;
    white-space: nowrap; }
    @media (max-width: 1024px) {
      .tags-slider__link {
        font-size: 12px; } }
    @media (max-width: 767px) {
      .tags-slider__link {
        font-size: 12px;
        line-height: 15px;
        padding: 8px 16px; } }
    .tags-slider__link:hover {
      color: #ED1C24; }

.radio-group {
  display: flex; }
  .radio-group .inp-group--radio {
    margin: 0 1px 1px 0; }
    .radio-group .inp-group--radio input {
      position: absolute;
      opacity: 0;
      visibility: hidden;
      display: none; }
      .radio-group .inp-group--radio input:checked + label {
        background: #5E7BA5;
        color: #FFFFFF; }
    .radio-group .inp-group--radio label {
      font-family: "Montserrat", sans-serif;
      font-weight: normal;
      display: flex;
      justify-content: center;
      align-items: center;
      min-width: 36px;
      padding: 4px 6px;
      box-sizing: border-box;
      font-size: 12px;
      line-height: 15px;
      color: #37424A;
      background: #F5F5F5;
      border-radius: 4px;
      cursor: pointer; }
      @media (max-width: 1024px) {
        .radio-group .inp-group--radio label {
          min-height: 40px;
          padding: 13px 10px 12px 10px;
          margin-right: 4px; } }
      @media (max-width: 767px) {
        .radio-group .inp-group--radio label {
          min-height: 28px;
          padding: 6px; } }
  .radio-group--md .inp-group--radio {
    margin: 0 1px 1px 0; }
    .radio-group--md .inp-group--radio input {
      position: absolute;
      opacity: 0;
      visibility: hidden;
      display: none; }
      .radio-group--md .inp-group--radio input:checked + label {
        background: #5E7BA5;
        color: #FFFFFF; }
    .radio-group--md .inp-group--radio label {
      font-family: "Montserrat", sans-serif;
      font-weight: normal;
      display: flex;
      justify-content: center;
      align-items: center;
      min-width: 36px;
      width: 100%;
      padding: 4px 6px;
      box-sizing: border-box;
      font-size: 12px;
      line-height: 15px;
      color: #37424A;
      background: #F5F5F5;
      border-radius: 4px;
      cursor: pointer; }
      @media (max-width: 1024px) {
        .radio-group--md .inp-group--radio label {
          min-height: 23px;
          padding: 2px 5px;
          margin-right: 0; } }
      @media (max-width: 767px) {
        .radio-group--md .inp-group--radio label {
          min-width: 29px; } }

.intro {
  position: relative;
  min-height: 752px;
  background: #161616;
  z-index: 1; }
  @media (max-width: 1024px) {
    .intro {
      min-height: 622px; } }
  @media (max-width: 767px) {
    .intro {
      min-height: 567px; } }
  .intro__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .intro__video::before {
      content: ' ';
      z-index: 2;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 101%;
      background: -moz-linear-gradient(top, rgba(22, 22, 22, 0.7) 0%, rgba(22, 22, 22, 0.7) 50%, #161616 100%);
      background: -webkit-linear-gradient(top, rgba(22, 22, 22, 0.7) 0%, rgba(22, 22, 22, 0.7) 50%, #161616 100%);
      background: linear-gradient(to bottom, rgba(22, 22, 22, 0.7) 0%, rgba(22, 22, 22, 0.7) 50%, #161616 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3161616', endColorstr='#161616',GradientType=0 );
      pointer-events: none; }
    .intro__video video, .intro__video img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
  .intro .container {
    position: relative;
    z-index: 2;
    padding-top: 280px; }
    @media (max-width: 1024px) {
      .intro .container {
        padding-top: 200px; } }
    @media (max-width: 767px) {
      .intro .container {
        padding-top: 136px; } }
  .intro__headline {
    font-weight: bold;
    display: block;
    margin: 0 0 60px 0;
    font-size: 48px;
    line-height: 135%;
    text-transform: uppercase;
    color: #FFFFFF; }
    @media (max-width: 1024px) {
      .intro__headline {
        margin-bottom: 32px;
        font-size: 36px; } }
    @media (max-width: 767px) {
      .intro__headline {
        font-size: 30px; } }
  .intro__content {
    position: relative;
    z-index: 2;
    max-width: 900px; }
  .intro-advantages {
    display: flex; }
    @media (max-width: 767px) {
      .intro-advantages {
        flex-wrap: wrap;
        margin: 0 -10px; } }
    .intro-advantages__item {
      width: 25%;
      max-width: 277px;
      margin-right: 20px;
      box-sizing: border-box; }
      @media (max-width: 1920px) {
        .intro-advantages__item {
          max-width: 208px;
          margin-right: 16px; } }
      @media (max-width: 1024px) {
        .intro-advantages__item {
          max-width: 160px;
          margin-right: 40px; } }
      @media (max-width: 767px) {
        .intro-advantages__item {
          width: 50%;
          max-width: 180px;
          padding: 0 10px;
          box-sizing: border-box;
          margin-right: 0;
          margin-bottom: 38px; } }
    .intro-advantages__title {
      font-family: "Montserrat", sans-serif;
      font-weight: normal;
      display: block;
      margin: 0 0 16px 0;
      font-size: 32px;
      line-height: 100%;
      color: #FFFFFF; }
      @media (max-width: 1024px) {
        .intro-advantages__title {
          margin-bottom: 5px;
          font-size: 22px; } }
    .intro-advantages__description {
      font-family: "Montserrat", sans-serif;
      font-weight: normal;
      font-size: 16px;
      line-height: 130%;
      color: #FFFFFF; }
      @media (max-width: 1024px) {
        .intro-advantages__description {
          font-size: 12px; } }
  .intro__visual {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    .intro__visual::before {
      content: ' ';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)); }
    .intro__visual::after {
      content: ' ';
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      height: 300px;
      background: linear-gradient(180deg, rgba(22, 22, 22, 0) 0%, #161616 100%); }
  .intro__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.assortment {
  margin: 0 0 82px 0;
  position: relative;
  z-index: 3; }
  @media (max-width: 767px) {
    .assortment {
      margin: 0 0 72px 0; } }
  .assortment__in {
    position: relative;
    z-index: 2;
    padding: 56px 56px 100px 56px;
    background: #FFFFFF;
    border-radius: 4px;
    box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.1); }
    @media (max-width: 1024px) {
      .assortment__in {
        padding: 32px 20px 16px 20px; } }
  .assortment-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 32px 0; }
    .assortment-head__headline {
      margin: 0 20px 0 0; }
      @media (max-width: 1024px) {
        .assortment-head__headline {
          max-width: 320px; } }
    .assortment-head__btn {
      flex-shrink: 0; }
      @media (max-width: 767px) {
        .assortment-head__btn {
          display: none; } }
  .assortment__items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px 40px -8px; }
    @media (max-width: 1024px) {
      .assortment__items {
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      .assortment__items {
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 52px; } }
  .assortment-item {
    width: 33.33333%;
    padding: 0 8px;
    box-sizing: border-box;
    height: auto; }
    @media (max-width: 1024px) {
      .assortment-item {
        width: 50%;
        margin-bottom: 16px; } }
    @media (max-width: 767px) {
      .assortment-item {
        width: 100%;
        padding: 0; } }
    @media (max-width: 1024px) {
      .assortment-item:last-of-type {
        margin: 0; } }
    .assortment-item .assortment-item {
      width: 100%;
      height: 50%;
      padding: 0; }
      @media (max-width: 1024px) {
        .assortment-item .assortment-item {
          height: auto;
          padding-right: 8px;
          padding-left: 8px;
          margin-bottom: 0; } }
      @media (max-width: 767px) {
        .assortment-item .assortment-item {
          padding-right: 0;
          padding-left: 0;
          margin-bottom: 16px; } }
      .assortment-item .assortment-item + .assortment-item {
        margin-top: 20px; }
        @media (max-width: 1024px) {
          .assortment-item .assortment-item + .assortment-item {
            margin-top: 0; } }
    .assortment-item--double {
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      @media (max-width: 1024px) {
        .assortment-item--double {
          width: 100%;
          flex-direction: row;
          padding-right: 0;
          padding-left: 0; } }
      @media (max-width: 767px) {
        .assortment-item--double {
          flex-wrap: wrap;
          margin: 0; } }
    .assortment-item__in {
      width: 100%;
      height: 100%;
      padding: 32px;
      border: 1px solid rgba(22, 22, 22, 0.08);
      border-radius: 4px;
      box-sizing: border-box;
      color: #161616;
      transition: background-color 250ms ease-in-out; }
      @media (max-width: 1024px) {
        .assortment-item__in {
          padding: 30px 22px; } }
      @media (max-width: 767px) {
        .assortment-item__in {
          padding: 32px 16px; } }
      .assortment-item__in:hover {
        background-color: #5E7BA5;
        color: #FFFFFF; }
        .assortment-item__in:hover .assortment-item__icon {
          filter: invert(100%) brightness(3); }
    .assortment-item__header {
      display: flex;
      align-items: center;
      margin: 0 0 16px 0; }
      .assortment-item__header a {
        display: flex;
        align-items: center;
        color: currentColor; }
    .assortment-item__icon {
      width: 40px;
      margin: 0 10px 0 0;
      transition: all 250ms ease-in-out; }
    .assortment-item__title {
      font-family: "Montserrat", sans-serif;
      font-weight: 600;
      font-size: 18px;
      line-height: 120%; }
    .assortment-item__list li a {
      font-family: "Montserrat", sans-serif;
      font-weight: 600;
      position: relative;
      display: inline-flex;
      align-items: center;
      width: 100%;
      height: 40px;
      padding: 0 0 0 20px;
      border-radius: 5px;
      font-size: 14px;
      line-height: 135%;
      color: currentColor;
      transition: all 250ms ease-in-out;
      box-sizing: border-box; }
      .assortment-item__list li a::before {
        content: '·';
        position: absolute;
        top: 50%;
        left: 0;
        display: block;
        text-align: center;
        width: 20px;
        height: 20px;
        transform: translate(0, -50%); }
      .assortment-item__list li a::after {
        content: '→';
        opacity: 0;
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translate(0, -50%);
        transition: opacity 250ms ease-in-out; }
      .assortment-item__list li a:hover {
        background-color: #FFFFFF;
        color: #161616; }
        .assortment-item__list li a:hover::after {
          opacity: 1; }
  .assortment-tags__title {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    display: block;
    margin: 0 0 18px 0;
    font-size: 18px;
    line-height: 22px; }
    @media (max-width: 1024px) {
      .assortment-tags__title {
        margin: 0 0 26px 0; } }
  .assortment__btn {
    display: none; }
    @media (max-width: 767px) {
      .assortment__btn {
        display: block;
        width: 100%;
        margin: 26px 0 0 0; } }

.tags {
  display: flex;
  flex-wrap: wrap; }
  .tags__item {
    margin: 0 16px 16px 0; }
  .tags__link {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
    background: linear-gradient(0deg, rgba(243, 246, 250, 0.2), rgba(243, 246, 250, 0.2)), rgba(0, 0, 0, 0.04);
    border-radius: 4px;
    font-size: 14px;
    color: #161616;
    transition: all 250ms ease-in-out; }
    .tags__link:hover {
      background-color: #ED1C24;
      color: #FFFFFF; }

.categories-top {
  margin: 0 0 0 0;
  position: relative;
  z-index: 2; }
  .categories-top__in {
    padding-bottom: 80px;
    overflow: hidden;
    margin-left: -12px;
    margin-right: -12px;
    padding-left: 12px;
    padding-right: 12px; }
    @media (max-width: 1439px) {
      .categories-top__in {
        overflow: visible; } }
    @media (max-width: 1024px) {
      .categories-top__in {
        padding-bottom: 40px; } }
    @media (max-width: 767px) {
      .categories-top__in {
        border-bottom: none;
        padding-bottom: 80px; } }
  .categories-top__title {
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 26px;
    line-height: 32px; }
    @media (max-width: 1024px) {
      .categories-top__title {
        font-size: 24px;
        line-height: 29px;
        color: #000000; } }
    @media (max-width: 767px) {
      .categories-top__title {
        font-size: 22px;
        line-height: 27px;
        margin: 0 0 16px 0; } }
  .categories-top__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 15px 0; }
    @media (max-width: 1024px) {
      .categories-top__head .slider-arrows {
        display: none; } }
  .categories-top__items {
    overflow: visible;
    padding-bottom: 80px;
    border-bottom: 4px solid rgba(0, 0, 0, 0.04); }
    @media (max-width: 1024px) {
      .categories-top__items {
        padding-bottom: 50px; } }
    @media (max-width: 767px) {
      .categories-top__items {
        padding-bottom: 0;
        border-bottom: none; } }
    .categories-top__items .product {
      display: none !important;
      box-sizing: border-box;
      width: calc(20% - 12px);
      margin-right: 16px; }
      @media (max-width: 1439px) {
        .categories-top__items .product {
          width: 251px; } }
      .categories-top__items .product.swiper-slide {
        display: block !important; }
  @media (max-width: 1024px) {
    .categories-top__nav {
      padding: 0 56px 0 56px;
      margin: 0 -56px 0 -56px;
      overflow: auto;
      display: flex; } }
  .categories-top__nav::-webkit-scrollbar {
    background: transparent;
    display: none;
    opacity: 0; }
  .categories-top__nav::-webkit-scrollbar-track {
    background: transparent;
    display: none;
    opacity: 0; }
  .categories-top__nav::-webkit-scrollbar-thumb {
    background: transparent;
    display: none;
    opacity: 0; }
  .categories-top__nav ul {
    position: relative; }
    @media (max-width: 1024px) {
      .categories-top__nav ul {
        position: static; } }
    .categories-top__nav ul li {
      width: auto; }
      @media (max-width: 1024px) {
        .categories-top__nav ul li {
          white-space: nowrap; } }
      .categories-top__nav ul li a {
        position: relative; }
        .categories-top__nav ul li a::before {
          content: ' ';
          position: absolute;
          right: 0;
          bottom: -3px;
          left: 0;
          height: 3px;
          background: transparent; }
          @media (max-width: 1024px) {
            .categories-top__nav ul li a::before {
              bottom: 0; } }
      .categories-top__nav ul li.is-active a {
        color: #000; }
        .categories-top__nav ul li.is-active a::before {
          opacity: 1;
          background: #ED1C24; }
      @media (max-width: 1024px) {
        .categories-top__nav ul li:last-of-type {
          padding-right: 16px; } }

.advantages {
  position: relative;
  margin: 0 0 73px 0;
  padding: 0 0 0 0; }
  @media (max-width: 1024px) {
    .advantages {
      border-top: none;
      padding-top: 0;
      margin-top: 0;
      margin-bottom: 46px; } }
  @media (max-width: 767px) {
    .advantages {
      margin-bottom: 80px; } }
  .advantages__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -40px; }
    @media (max-width: 1024px) {
      .advantages__list {
        margin: 0;
        margin-left: -8px;
        margin-right: -8px; } }
  .advantages-item {
    display: flex;
    width: 33.33333%;
    padding: 0 40px;
    margin: 0 0 48px 0;
    box-sizing: border-box; }
    @media (max-width: 1024px) {
      .advantages-item {
        width: 50%;
        padding: 0 8px;
        margin: 0 0 60px 0; }
        .advantages-item:last-child {
          margin-bottom: 0; }
        .advantages-item:nth-last-child(2) {
          margin-bottom: 0; } }
    @media (max-width: 767px) {
      .advantages-item {
        padding: 0 8px;
        flex-direction: column;
        margin: 0 0 40px 0; } }
    .advantages-item__visual {
      flex: 0 0 64px;
      margin: 0 24px 0 0; }
      @media (max-width: 1024px) {
        .advantages-item__visual {
          margin-right: 18px;
          flex: 0 0 auto;
          width: 47px;
          height: 47px;
          flex-shrink: 0; }
          .advantages-item__visual img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: contain; } }
      @media (max-width: 767px) {
        .advantages-item__visual {
          flex: initial;
          height: 36px;
          width: 36px;
          margin-right: 0;
          margin-bottom: 16px; } }
    .advantages-item__icon {
      display: block;
      width: 100%; }
      @media (max-width: 767px) {
        .advantages-item__icon {
          width: auto;
          height: 100%; } }
    .advantages-item__content {
      flex-grow: 1; }
    .advantages-item__headline {
      font-weight: 600;
      display: block;
      margin: 0 0 4px 0;
      font-size: 18px;
      line-height: 135%;
      color: #161616; }
      @media (max-width: 1024px) {
        .advantages-item__headline {
          font-size: 16px;
          line-height: 135%; } }
      @media (max-width: 767px) {
        .advantages-item__headline {
          font-size: 14px; } }
    .advantages-item__description {
      font-size: 14px;
      line-height: 150%;
      color: rgba(22, 22, 22, 0.8); }
      @media (max-width: 767px) {
        .advantages-item__description {
          font-size: 12px; } }

.design {
  position: relative;
  height: 725px;
  margin: 0 0 120px 0; }
  @media (max-width: 1024px) {
    .design {
      height: 850px;
      margin-bottom: 62px;
      padding-bottom: 0; } }
  @media (max-width: 767px) {
    .design {
      height: auto;
      padding: 38px 0 312px 0;
      max-height: 850px;
      margin-bottom: 47px; } }
  .design .container {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2; }
    @media (max-width: 767px) {
      .design .container {
        position: relative; } }
  .design__visual {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .design__content {
    max-width: 545px;
    padding: 32px;
    box-sizing: border-box;
    margin: 55px 0 0 0;
    background: #FFFFFF;
    border-radius: 4px;
    box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.1); }
    @media (max-width: 1024px) {
      .design__content {
        margin-top: 55px;
        padding: 32px 102px 60px 32px; } }
    @media (max-width: 767px) {
      .design__content {
        margin-top: 0;
        padding: 32px; } }
  .design__headline {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    display: block;
    margin: 0 0 16px 0;
    font-size: 24px;
    line-height: 130%; }
    @media (max-width: 767px) {
      .design__headline {
        font-size: 22px;
        line-height: 130%; } }
  .design__description {
    font-weight: 400;
    display: block;
    margin: 0 0 17px 0;
    font-size: 16px;
    line-height: 150%; }
    @media (max-width: 767px) {
      .design__description {
        margin: 0 0 16px 0; } }
  .design__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2px 20px -2px;
    font-size: 0; }
    .design__list li {
      width: 50%;
      padding: 0 2px;
      margin: 0 0 4px 0;
      font-size: 14px;
      line-height: 24px;
      color: #232229;
      text-align: center;
      box-sizing: border-box; }
      @media (max-width: 1024px) {
        .design__list li {
          margin-bottom: 10px; } }
      @media (max-width: 767px) {
        .design__list li {
          width: 100%;
          margin-bottom: 10px; } }
      .design__list li span {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 38px;
        border: 1px solid #D0D0D0;
        box-sizing: border-box;
        border-radius: 4px; }
  .design__btn .btn2 {
    min-width: 237px;
    text-align: center; }
    @media (max-width: 1024px) {
      .design__btn .btn2 {
        min-width: 203px; } }
    @media (max-width: 767px) {
      .design__btn .btn2 {
        width: 100%;
        text-align: center; } }

.articles {
  margin: 0 0 120px 0; }
  @media (max-width: 1024px) {
    .articles {
      margin-bottom: 50px; } }
  .articles-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 16px 0; }
    @media (max-width: 1024px) {
      .articles-head {
        margin: 0 0 24px 0; } }
    @media (max-width: 767px) {
      .articles-head {
        margin: 0 0 24px 0; } }
  .articles__items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px; }
    @media (max-width: 1024px) {
      .articles__items {
        margin: 0 -8px; } }
  .articles-item {
    width: 25%;
    padding: 0 8px;
    box-sizing: border-box;
    border-radius: 32px; }
    @media (max-width: 1024px) {
      .articles-item {
        width: 50%;
        margin-bottom: 16px;
        padding-right: 8px;
        padding-left: 8px; } }
    @media (max-width: 767px) {
      .articles-item {
        width: 100%; } }
    @media (max-width: 767px) {
      .articles-item:last-of-type {
        margin: 0; } }
    .articles-item .articles-item {
      padding-right: 0;
      padding-left: 0; }
    .articles-item--double .articles-item {
      display: flex;
      flex-direction: column;
      width: 100%;
      min-height: calc(50% - 8px); }
      .articles-item--double .articles-item__in {
        flex-grow: 1;
        box-sizing: border-box; }
      .articles-item--double .articles-item + .articles-item {
        margin: 16px 0 0 0; }
    .articles-item--visual {
      position: relative; }
      @media (max-width: 767px) {
        .articles-item--visual {
          min-height: 578px; } }
      .articles-item--visual .articles-item__in {
        position: relative;
        overflow: hidden; }
        .articles-item--visual .articles-item__in::after {
          content: ' ';
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 86.46%); }
      .articles-item--visual .articles-item__visual {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 0;
        margin: 0; }
      .articles-item--visual .articles-item__content {
        position: relative;
        z-index: 2;
        justify-content: flex-end; }
      .articles-item--visual .articles-item__date {
        color: rgba(255, 255, 255, 0.5); }
      .articles-item--visual .articles-item__headline, .articles-item--visual .articles-item__description {
        color: #FFFFFF; }
    .articles-item__in {
      display: flex;
      flex-direction: column;
      height: 100%;
      padding: 16px;
      box-sizing: border-box;
      background: #FFFFFF;
      border-radius: 4px;
      box-shadow: 0px 1px 4px rgba(55, 66, 74, 0.16); }
      .articles-item__in:hover .articles-item__headline {
        color: #ED1C24; }
      .articles-item__in:hover .btn2 {
        background-color: #ED1C24;
        color: #FFFFFF; }
    .articles-item__visual {
      position: relative;
      padding: 0 0 100% 0;
      margin: 0 0 16px 0;
      border-radius: 4px;
      overflow: hidden; }
      @media (max-width: 767px) {
        .articles-item__visual {
          padding: 0 0 93% 0; } }
    .articles-item__img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .articles-item__content {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      flex-grow: 1; }
    .articles-item__text {
      margin: 0 0 16px 0; }
    .articles-item__date {
      font-family: "Montserrat", sans-serif;
      font-weight: 500;
      display: block;
      margin: 0 0 16px 0;
      font-size: 14px;
      line-height: 17px;
      color: rgba(55, 66, 74, 0.5); }
    .articles-item__headline {
      font-family: "Montserrat", sans-serif;
      font-weight: 600;
      display: block;
      margin: 0 0 8px 0;
      font-size: 16px;
      line-height: 135%;
      color: #161616;
      transition: color 250ms ease-in-out; }
    .articles-item__description {
      font-family: "Montserrat", sans-serif;
      font-weight: 500;
      font-size: 14px;
      line-height: 150%;
      color: #37424A; }

.news {
  margin: 0 0 120px 0; }
  @media (max-width: 1024px) {
    .news {
      margin-bottom: 58px; } }
  @media (max-width: 767px) {
    .news {
      margin-bottom: 55px; } }
  .news-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 10px 0; }
    @media (max-width: 1024px) {
      .news-head {
        margin: 0 0 18px 0; } }
    .news-head__headline {
      display: flex; }
    .news-head__btn {
      padding: 6px 0; }
  .news__items {
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 767px) {
      .news__items {
        margin-left: -16px;
        margin-right: -16px;
        padding: 0 16px; } }
    @media only screen and (min-width: 1025px) {
      .news__items .swiper-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr !important;
        gap: 16px; } }
    @media only screen and (min-width: 768px) {
      .news__items .swiper-wrapper {
        display: grid;
        grid-template-columns: 1fr;
        gap: 16px; } }
  .news-item {
    width: 100%;
    box-sizing: border-box; }
    @media (max-width: 1024px) {
      .news-item {
        width: 100%; } }
    @media (max-width: 767px) {
      .news-item {
        max-width: 320px;
        height: auto;
        margin-right: 16px; }
        .news-item:last-child {
          margin-right: 0; } }
    @media (max-width: 767px) {
      .news-item__content {
        height: 100%;
        display: flex;
        flex-direction: column; } }
    .news-item__in {
      display: flex;
      height: 100%;
      padding: 16px;
      box-sizing: border-box;
      background: #FFFFFF;
      border-radius: 4px;
      box-shadow: 0px 1px 4px rgba(55, 66, 74, 0.16); }
      @media (max-width: 767px) {
        .news-item__in {
          flex-direction: column; } }
    .news-item__preview {
      flex: 0 0 213px;
      margin: 0 16px 0 0; }
      @media (max-width: 1279px) {
        .news-item__preview {
          flex: 0 0 200px; } }
      @media (max-width: 1024px) {
        .news-item__preview {
          flex: 0 0 213px; } }
      @media (max-width: 767px) {
        .news-item__preview {
          flex: initial;
          width: 100%; } }
    .news-item__date {
      font-family: "Montserrat", sans-serif;
      font-weight: 500;
      display: block;
      margin: 0 0 12px 0;
      color: rgba(55, 66, 74, 0.5);
      font-size: 14px; }
      @media (max-width: 767px) {
        .news-item__date {
          margin: 0 0 16px 0; } }
    .news-item__headline {
      font-family: "Montserrat", sans-serif;
      font-weight: 600;
      display: block;
      margin: 0 0 16px 0;
      font-size: 18px;
      line-height: 135%;
      color: #161616; }
      @media (max-width: 767px) {
        .news-item__headline {
          font-size: 16px; } }
    .news-item__visual {
      position: relative;
      padding: 0 0 75% 0;
      border-radius: 4px;
      overflow: hidden; }
      @media (max-width: 767px) {
        .news-item__visual {
          margin-right: 0;
          margin-bottom: 16px;
          padding: 0 0 100% 0; } }
    .news-item__img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    @media (max-width: 767px) {
      .news-item__btn {
        margin-top: auto; } }

.consultation {
  position: relative; }
  .consultation--rounded {
    border-radius: 5px;
    overflow: hidden; }
    @media (max-width: 1024px) {
      .consultation--rounded {
        border-radius: 0; } }
  @media (max-width: 1024px) {
    .consultation--inwrap {
      margin-left: -24px;
      margin-right: -24px;
      padding: 0 24px; } }
  @media (max-width: 767px) {
    .consultation--inwrap {
      margin-left: -16px;
      margin-right: -16px;
      padding: 0 16px; } }
  @media (max-width: 1024px) {
    .consultation--home.consultation--inwrap {
      margin-left: -56px;
      margin-right: -56px;
      padding: 0 56px; } }
  @media (max-width: 767px) {
    .consultation--home.consultation--inwrap {
      margin-left: -16px;
      margin-right: -16px;
      padding: 0 16px; } }
  @media (max-width: 1024px) {
    .consultation--home .consultation__in {
      padding: 40px 56px;
      margin-left: -56px;
      margin-right: -56px; } }
  @media (max-width: 767px) {
    .consultation--home .consultation__in {
      display: block;
      padding: 48px 24px;
      margin-left: -16px;
      margin-right: -16px; } }
  .consultation__in {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 114px;
    border-radius: 4px;
    overflow: hidden; }
    @media (max-width: 1279px) {
      .consultation__in {
        padding: 40px 40px; } }
    @media (max-width: 1024px) {
      .consultation__in {
        padding: 40px 24px;
        margin-left: -24px;
        margin-right: -24px;
        border-radius: 0; } }
    @media (max-width: 767px) {
      .consultation__in {
        display: block;
        padding: 48px 24px;
        margin-left: -16px;
        margin-right: -16px; } }
  .consultation__content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 540px;
    padding-right: 40px;
    box-sizing: border-box; }
    @media (max-width: 1024px) {
      .consultation__content {
        padding-right: 32px;
        padding-left: 0; } }
    @media (max-width: 767px) {
      .consultation__content {
        width: 100%;
        margin-bottom: 11px; } }
  .consultation__headline {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    display: block;
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 135%;
    color: #FFFFFF; }
    @media (max-width: 1024px) {
      .consultation__headline {
        font-size: 24px; } }
    @media (max-width: 767px) {
      .consultation__headline {
        margin: 0 0 14px 0;
        font-size: 22px; } }
  .consultation__description {
    font-size: 18px;
    line-height: 135%;
    color: #FFFFFF; }
    @media (max-width: 1024px) {
      .consultation__description {
        font-size: 16px; } }
  .consultation__form {
    position: relative;
    z-index: 2;
    flex-shrink: 0; }
    @media (max-width: 767px) {
      .consultation__form {
        width: 100%; } }
    .consultation__form .form {
      width: 100%;
      max-width: 430px;
      margin-left: auto;
      padding: 0 0 0 0; }
      @media (max-width: 1279px) {
        .consultation__form .form {
          max-width: 320px; } }
      @media (max-width: 1024px) {
        .consultation__form .form {
          max-width: 320px; } }
      @media (max-width: 767px) {
        .consultation__form .form {
          max-width: 100%; } }
  .consultation__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .consultation--offset {
    margin-bottom: 80px; }
    @media (max-width: 1024px) {
      .consultation--offset {
        margin-bottom: 60px; } }
    @media (max-width: 767px) {
      .consultation--offset {
        margin-bottom: 40px; } }
  .consultation--offset-sm {
    margin-bottom: 40px; }
  .consultation--vertical .consultation__in {
    align-items: flex-start;
    flex-direction: column;
    padding: 24px 40px; }
    @media (max-width: 1024px) {
      .consultation--vertical .consultation__in {
        padding-right: 24px;
        padding-left: 24px; } }
    @media (max-width: 767px) {
      .consultation--vertical .consultation__in {
        padding-right: 24px;
        padding-left: 24px; } }
  .consultation--vertical .consultation__content {
    width: 100%;
    max-width: 530px;
    margin-bottom: 16px;
    padding: 0; }
  .consultation--vertical .consultation__description {
    font-size: 15px; }
  .consultation--vertical .consultation__form {
    width: 100%; }
    .consultation--vertical .consultation__form .form {
      display: flex;
      max-width: 100%;
      margin: 0; }
      @media (max-width: 767px) {
        .consultation--vertical .consultation__form .form {
          flex-direction: column; } }
      .consultation--vertical .consultation__form .form .inp-group {
        margin-right: 16px; }
        @media (max-width: 767px) {
          .consultation--vertical .consultation__form .form .inp-group {
            margin-right: 0; } }
        .consultation--vertical .consultation__form .form .inp-group input {
          min-width: 224px; }
      .consultation--vertical .consultation__form .form .btn2 {
        width: 123px; }
        @media (max-width: 767px) {
          .consultation--vertical .consultation__form .form .btn2 {
            width: 100%; } }
  .consultation--padding .consultation__in {
    max-width: 814px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0; }
    .consultation--padding .consultation__in .consultation__content {
      max-width: 100%; }
    .consultation--padding .consultation__in .consultation__description {
      font-family: "Montserrat", sans-serif;
      font-weight: 600; }
    @media (max-width: 767px) {
      .consultation--padding .consultation__in {
        padding-left: 0; } }
  .consultation--mini {
    padding: 24px 0;
    margin: 0; }
    .consultation--mini .consultation__in {
      width: 70%;
      margin: 0 auto;
      flex-direction: column; }
    .consultation--mini .consultation__content {
      width: 100%;
      margin: 0 0 18px 0; }
    .consultation--mini .consultation__headline {
      margin: 0 0 11px 0; }
    .consultation--mini .consultation__description {
      font-size: 21px; }
    .consultation--mini .consultation__form {
      width: 100%; }
      .consultation--mini .consultation__form .form {
        width: 100%;
        max-width: 100%; }
        .consultation--mini .consultation__form .form__in {
          display: flex; }
        .consultation--mini .consultation__form .form .inp-group {
          min-width: 240px;
          margin: 0 20px 0 0; }
          .consultation--mini .consultation__form .form .inp-group input {
            padding: 0 11px;
            height: 52px;
            line-height: 52px; }
        .consultation--mini .consultation__form .form .btn2 {
          min-width: 240px;
          box-sizing: border-box;
          text-align: center; }
        .consultation--mini .consultation__form .form__rules a {
          font-family: "Montserrat", sans-serif;
          font-weight: bold;
          border-bottom: none; }

.text--pb100 {
  padding-bottom: 100px; }
  @media (max-width: 1024px) {
    .text--pb100 {
      padding-bottom: 60px; } }
  @media (max-width: 767px) {
    .text--pb100 {
      padding-bottom: 40px; } }

.text .quote {
  position: relative;
  margin: 26px 0 50px 0;
  border-radius: 5px; }
  @media (max-width: 1024px) {
    .text .quote {
      margin: 12px 0 32px; } }
  .text .quote + *:not(.quote) {
    padding-top: 0 !important;
    margin-top: 0 !important; }
  .text .quote-light {
    padding: 44px 60px 103px 60px;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #37424A;
    background: #FFFFFF;
    box-shadow: 0px 10px 44px rgba(191, 199, 210, 0.29); }
    @media (max-width: 1279px) {
      .text .quote-light {
        padding: 44px 44px 103px 44px;
        font-size: 18px; } }
    @media (max-width: 1024px) {
      .text .quote-light {
        font-size: 16px;
        padding: 36px 40px 79px 40px; } }
    @media (max-width: 767px) {
      .text .quote-light {
        padding: 36px 32px 79px 32px; } }
    .text .quote-light::before {
      content: '';
      position: absolute;
      bottom: 36px;
      left: 50%;
      transform: translateX(-50%);
      max-width: 576px;
      width: 100%;
      height: 41px;
      background: url("../img/quote/icon-1.svg") 50% 50% no-repeat;
      background-size: auto 100%;
      z-index: 2; }
      @media (max-width: 1279px) {
        .text .quote-light::before {
          max-width: 558px; } }
      @media (max-width: 1024px) {
        .text .quote-light::before {
          max-width: 568px;
          height: 31px;
          bottom: 28px; } }
      @media (max-width: 767px) {
        .text .quote-light::before {
          max-width: 279px; } }
  .text .quote-dark {
    padding: 40px 107px 100px 50px;
    background: #37424A;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: rgba(255, 255, 255, 0.8); }
    @media (max-width: 1279px) {
      .text .quote-dark {
        padding: 40px 97px 100px 40px;
        font-size: 18px; } }
    @media (max-width: 1024px) {
      .text .quote-dark {
        font-size: 16px;
        padding: 32px 93px 80px 40px; } }
    @media (max-width: 767px) {
      .text .quote-dark {
        padding: 80px 32px 80px 32px; } }
    .text .quote-dark::before {
      content: '';
      position: absolute;
      top: 40px;
      right: 50px;
      width: 35px;
      height: 35px;
      background: url("../img/quote/icon-2.svg") 50% 50% no-repeat;
      background-size: contain;
      z-index: 2; }
      @media (max-width: 1279px) {
        .text .quote-dark::before {
          width: 33px;
          height: 33px;
          top: 40px;
          right: 40px; } }
      @media (max-width: 1024px) {
        .text .quote-dark::before {
          width: 28px;
          height: 28px;
          top: 32px;
          right: 40px; } }
      @media (max-width: 767px) {
        .text .quote-dark::before {
          right: auto;
          top: 32px;
          left: 32px; } }
    .text .quote-dark::after {
      content: '';
      position: absolute;
      bottom: 40px;
      left: 50px;
      width: calc(100% - 100px);
      height: 36px;
      background: url("../img/quote/icon-3.svg") 0 50% no-repeat;
      background-size: 777px 36px;
      z-index: 2; }
      @media (max-width: 1024px) {
        .text .quote-dark::after {
          height: 28px;
          left: 40px;
          bottom: 32px;
          background-size: auto 100%; } }
      @media (max-width: 767px) {
        .text .quote-dark::after {
          left: 32px; } }
  .text .quote-bordered {
    background: #fff;
    border: 2px dashed #ED1C24;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    color: #161616;
    padding: 44px; }
    @media (max-width: 1279px) {
      .text .quote-bordered {
        padding: 40px;
        font-size: 18px; } }
    @media (max-width: 1024px) {
      .text .quote-bordered {
        font-size: 16px;
        padding: 36px 40px 40px 40px; } }
    @media (max-width: 767px) {
      .text .quote-bordered {
        padding: 36px 32px 40px 32px;
        text-align: center; } }
    .text .quote-bordered::before {
      content: '';
      position: absolute;
      top: -25px;
      left: 50%;
      transform: translateX(-50%);
      width: 60px;
      height: 50px;
      background: url("../img/quote/icon-4.svg") 50% 50% no-repeat;
      background-size: contain;
      z-index: 2; }
      @media (max-width: 1024px) {
        .text .quote-bordered::before {
          width: 52px;
          height: 46px;
          top: -23px; } }
    .text .quote-bordered::after {
      content: '';
      position: absolute;
      bottom: -18px;
      left: 50%;
      transform: translateX(-50%);
      width: 163px;
      height: 36px;
      background: url("../img/quote/icon-5.svg") 50% 50% no-repeat;
      background-size: contain;
      z-index: 2; }
      @media (max-width: 1024px) {
        .text .quote-bordered::after {
          width: 137px;
          height: 30px;
          bottom: -15px; } }
  .text .quote-simple {
    margin: 25px 50px 25px 0 !important;
    padding-top: 46px;
    padding-bottom: 28px;
    position: relative;
    border-bottom: 2px solid #DBDFE3;
    border-radius: 0 !important;
    box-sizing: border-box;
    font-style: italic;
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    color: #161616;
    width: 100%;
    max-width: 292px;
    float: left; }
    @media (max-width: 1279px) {
      .text .quote-simple {
        font-size: 15px;
        margin: 25px 32px 25px 0 !important;
        max-width: 232px; } }
    @media (max-width: 1024px) {
      .text .quote-simple {
        font-size: 14px;
        margin: 12px 32px 32px 0 !important; } }
    @media (max-width: 767px) {
      .text .quote-simple {
        padding: 30px 0 30px 58px;
        border-top: 2px solid #DBDFE3;
        margin: 12px 0 32px 0 !important;
        max-width: none;
        float: none; } }
    .text .quote-simple::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 42px;
      height: 30px;
      background: url("../img/quote/icon-6.svg") 50% 50% no-repeat;
      background-size: contain; }
      @media (max-width: 767px) {
        .text .quote-simple::before {
          top: 50%;
          transform: translateY(-50%); } }

.text .banner {
  position: relative;
  padding: 50px 80px;
  background: #F8F9FA;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 26px 0 50px 0;
  border-radius: 5px; }
  @media (max-width: 1279px) {
    .text .banner {
      padding: 50px 60px; } }
  @media (max-width: 1024px) {
    .text .banner {
      padding: 40px 50px;
      margin: 12px 0 32px 0; } }
  @media (max-width: 767px) {
    .text .banner {
      padding: 40px 30px; } }
  .text .banner + *:not(.quote) {
    padding-top: 0 !important;
    margin-top: 0 !important; }
  .text .banner__icon {
    width: 42px;
    height: 35px;
    margin-bottom: 24px;
    background: url("../img/banner/icon.svg") 50% 50% no-repeat;
    background-size: contain;
    position: relative; }
    .text .banner__icon::before, .text .banner__icon::after {
      content: '';
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 40px;
      height: 2px;
      background: #DBDFE3; }
    .text .banner__icon::before {
      left: -24px;
      transform: translateY(-50%) translateX(-100%); }
    .text .banner__icon::after {
      right: -24px;
      transform: translateY(-50%) translateX(100%); }
  .text .banner__text {
    font-style: italic;
    font-weight: 600;
    font-size: 22px;
    line-height: 150%;
    text-align: center;
    color: #161616;
    padding-bottom: 40px;
    border-bottom: 3px solid #ED1C24; }
    @media (max-width: 1279px) {
      .text .banner__text {
        font-size: 20px; } }
    @media (max-width: 1024px) {
      .text .banner__text {
        font-size: 18px;
        padding-bottom: 32px; } }
  .text .banner__author {
    font-weight: 600;
    font-size: 17px;
    line-height: 125%;
    text-align: center;
    letter-spacing: -0.01em;
    color: #161616;
    padding-bottom: 6px;
    padding-top: 32px; }
  .text .banner__position {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    color: #818A8F; }

.text ul {
  list-style-type: none;
  padding-bottom: 32px;
  padding-top: 8px;
  padding-left: 0 !important;
  margin: 0 !important;
  overflow: hidden; }
  @media (max-width: 1279px) {
    .text ul {
      padding-bottom: 28px;
      padding-top: 8px; } }
  .text ul.decorate li {
    padding-left: 49px; }
    .text ul.decorate li::before {
      top: 4px;
      width: 16px;
      height: 14px;
      background: url("../img/article/bullet.svg") 50% 50% no-repeat;
      background-size: contain; }
  .text ul li {
    font-weight: 400;
    font-size: 17px;
    line-height: 140%;
    color: #37424A;
    margin-bottom: 12px;
    position: relative;
    padding-left: 46px; }
    @media (max-width: 1279px) {
      .text ul li {
        font-size: 16px; } }
    @media (max-width: 1024px) {
      .text ul li {
        font-size: 15px; } }
    .text ul li::before {
      content: '';
      position: absolute;
      width: 6px;
      height: 6px;
      top: 9px;
      left: 16px;
      background: #37424A; }
    .text ul li:last-child {
      margin-bottom: 0; }

.text ol {
  list-style-type: none;
  padding-bottom: 32px;
  padding-top: 8px;
  margin: 0;
  padding-left: 0;
  counter-reset: ol-counter;
  overflow: hidden; }
  @media (max-width: 1279px) {
    .text ol {
      padding-bottom: 28px;
      padding-top: 8px; } }
  .text ol.decorate li::before {
    content: counter(ol-counter) ".";
    border-radius: 0;
    background: #EEEEEE;
    color: #161616; }
  .text ol li {
    font-weight: 400;
    font-size: 17px;
    line-height: 140%;
    color: #37424A;
    margin-bottom: 12px;
    position: relative;
    padding-left: 58px;
    counter-increment: ol-counter; }
    @media (max-width: 1279px) {
      .text ol li {
        font-size: 16px; } }
    @media (max-width: 1024px) {
      .text ol li {
        font-size: 15px; } }
    .text ol li::before {
      content: counter(ol-counter);
      position: absolute;
      top: 0;
      left: 16px;
      width: 24px;
      height: 24px;
      border-radius: 30px;
      background: #ED1C24;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      font-weight: 600;
      font-size: 14px;
      line-height: 160%;
      color: #FFFFFF; }

.text p {
  font-weight: 400;
  font-size: 17px;
  line-height: 160%;
  color: #37424A;
  padding-bottom: 24px;
  margin: 0; }
  @media (max-width: 1279px) {
    .text p {
      font-size: 16px;
      line-height: 160%; } }
  @media (max-width: 1024px) {
    .text p {
      font-size: 15px;
      padding-bottom: 20px; } }
  .text p.lead {
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    color: #161616; }
    @media (max-width: 1279px) {
      .text p.lead {
        font-size: 20px; } }
    @media (max-width: 1024px) {
      .text p.lead {
        font-size: 18px; } }

.text strong {
  font-weight: 600; }

.text a:not(.read-more) {
  color: #ED1C24;
  text-decoration: underline;
  text-underline-offset: 2px; }
  .text a:not(.read-more):hover {
    text-decoration: none; }

.text em {
  font-weight: 500;
  font-style: italic; }

.text h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 135%;
  color: #161616;
  padding-bottom: 24px;
  padding-top: 24px;
  margin: 0; }
  @media (max-width: 1279px) {
    .text h2 {
      font-size: 24px; } }
  @media (max-width: 1024px) {
    .text h2 {
      font-size: 20px;
      padding-bottom: 20px;
      padding-top: 12px; } }

.text h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 135%;
  color: #161616;
  padding-bottom: 24px;
  padding-top: 20px;
  margin: 0; }
  @media (max-width: 1279px) {
    .text h3 {
      font-size: 22px; } }
  @media (max-width: 1024px) {
    .text h3 {
      font-size: 18px;
      padding-bottom: 20px;
      padding-top: 10px; } }

.text h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 135%;
  color: #161616;
  padding-bottom: 20px;
  margin: 0; }
  @media (max-width: 1279px) {
    .text h4 {
      font-size: 17px; } }
  @media (max-width: 1024px) {
    .text h4 {
      font-size: 16px; } }

.text h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #161616;
  padding-bottom: 20px;
  padding-top: 20px;
  margin: 0; }
  @media (max-width: 1279px) {
    .text h5 {
      font-size: 15px; } }
  @media (max-width: 1024px) {
    .text h5 {
      font-size: 14px;
      padding-top: 10px; } }

.text h1 + h1, .text h1 + h2, .text h1 + h3, .text h1 + h4, .text h1 + h5, .text h2 + h1, .text h2 + h2, .text h2 + h3, .text h2 + h4, .text h2 + h5, .text h3 + h1, .text h3 + h2, .text h3 + h3, .text h3 + h4, .text h3 + h5, .text h4 + h1, .text h4 + h2, .text h4 + h3, .text h4 + h4, .text h4 + h5, .text h5 + h1, .text h5 + h2, .text h5 + h3, .text h5 + h4, .text h5 + h5 {
  padding-top: 0; }

.text .media {
  padding: 24px 0; }
  @media (max-width: 1024px) {
    .text .media {
      padding: 12px 0 20px; } }
  @media (max-width: 767px) {
    .text .media {
      margin-left: -16px;
      margin-right: -16px; } }
  .text .media p {
    padding-top: 20px;
    padding-bottom: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    color: #818A8F; }
    @media (max-width: 1279px) {
      .text .media p {
        font-size: 13px; } }
    @media (max-width: 767px) {
      .text .media p {
        padding: 20px 16px 0 16px; } }

.text img {
  display: block;
  width: 100%;
  height: auto;
  margin: 24px 0; }
  @media (max-width: 1024px) {
    .text img {
      margin: 12px 0 20px; } }
  @media (max-width: 767px) {
    .text img {
      width: calc(100% + 32px);
      margin-left: -16px !important;
      margin-right: -16px !important; } }

.text .image {
  display: block;
  width: 100%;
  height: auto;
  padding: 24px 0;
  margin: 0 !important;
  background: none !important;
  border: none !important; }
  @media (max-width: 1024px) {
    .text .image {
      padding: 12px 0 20px; } }
  @media (max-width: 767px) {
    .text .image {
      width: calc(100% + 32px);
      margin-left: -16px !important;
      margin-right: -16px !important; } }
  .text .image img {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important; }
  .text .image figcaption, .text .image p {
    padding-top: 20px;
    padding-bottom: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 160% !important;
    color: #818A8F;
    margin: 0 !important;
    text-align: left !important; }
    @media (max-width: 1279px) {
      .text .image figcaption, .text .image p {
        font-size: 13px; } }
    @media (max-width: 767px) {
      .text .image figcaption, .text .image p {
        padding: 20px 16px 0 16px; } }
    .text .image figcaption p, .text .image figcaption .media, .text .image p p, .text .image p .media {
      padding: 0 !important;
      margin: 0 !important; }

.text .read-more {
  position: relative;
  padding-bottom: 28px;
  border-bottom: 1px solid #DBDFE3;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  margin: 25px 50px 25px 0;
  width: 100%;
  max-width: 292px;
  float: left; }
  @media (max-width: 1279px) {
    .text .read-more {
      padding-bottom: 22px;
      margin: 25px 32px 25px 0; } }
  @media (max-width: 1024px) {
    .text .read-more {
      margin: 12px 32px 32px 0; } }
  @media (max-width: 767px) {
    .text .read-more {
      padding-top: 28px;
      padding-bottom: 28px;
      border-top: 1px solid #DBDFE3;
      flex-direction: row;
      margin: 12px 0 32px 0;
      max-width: 100%;
      float: none; } }
  .text .read-more:hover .read-more__title {
    color: #ED1C24; }
  .text .read-more__image {
    position: relative;
    margin-bottom: 16px;
    border-radius: 5px;
    overflow: hidden; }
    @media (max-width: 767px) {
      .text .read-more__image {
        width: 164px;
        flex-shrink: 0;
        margin-right: 16px; } }
    .text .read-more__image::before {
      content: '';
      display: inline-block;
      padding-top: 56.16%; }
    .text .read-more__image img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      padding: 0 !important;
      margin: 0 !important; }
  .text .read-more__caption {
    display: flex;
    flex-direction: column; }
  .text .read-more__text {
    font-weight: 400;
    font-size: 13px;
    line-height: 140%;
    color: #818A8F;
    padding-bottom: 8px; }
    @media (max-width: 1279px) {
      .text .read-more__text {
        font-size: 12px; } }
  .text .read-more__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    color: #161616;
    transition: color 300ms ease; }
    @media (max-width: 1279px) {
      .text .read-more__title {
        font-size: 15px; } }

.text h1:first-child, .text h2:first-child, .text h3:first-child, .text h4:first-child, .text h5:first-child {
  padding-top: 0 !important; }

.text--sm p {
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 16px; }
  .text--sm p strong {
    font-weight: 700; }
  .text--sm p em {
    font-weight: 500;
    font-style: italic; }

.text--sm h2 {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  padding-top: 16px;
  padding-bottom: 16px; }

.text--sm h3 {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  padding-top: 16px;
  padding-bottom: 16px; }

.text--sm ul {
  padding-bottom: 24px;
  padding-top: 8px; }
  .text--sm ul.decorate li {
    padding-left: 41px; }
    .text--sm ul.decorate li::before {
      top: 2px;
      width: 16px;
      height: 14px;
      background: url("../img/article/bullet.svg") 50% 50% no-repeat;
      background-size: contain; }
  .text--sm ul li {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 8px;
    padding-left: 25px; }
    .text--sm ul li::before {
      content: '';
      position: absolute;
      width: 5px;
      height: 5px;
      top: 7px;
      left: 8px;
      background: #ED1C24; }
    .text--sm ul li:last-child {
      margin-bottom: 0; }

.text--sm ol {
  padding-bottom: 24px;
  padding-top: 8px; }
  .text--sm ol.decorate li::before {
    content: counter(ol-counter) ".";
    border-radius: 0;
    background: #EEEEEE;
    color: #161616; }
  .text--sm ol li {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 10px;
    padding-left: 42px; }
    .text--sm ol li::before {
      content: counter(ol-counter);
      position: absolute;
      top: 0;
      left: 8px;
      width: 20px;
      height: 20px;
      font-weight: 400;
      font-size: 12px;
      line-height: 1;
      color: #FFFFFF; }
    .text--sm ol li:last-child {
      margin-bottom: 0; }

.popular-products {
  background: #F3F6FA;
  box-shadow: 0px 1px 4px rgba(55, 66, 74, 0.16);
  padding: 16px 0 24px 0;
  position: relative;
  z-index: 3; }
  @media (max-width: 767px) {
    .popular-products {
      margin-top: -1px; } }
  .popular-products .slick-track {
    display: flex !important;
    text-decoration: none; }
  .popular-products .product-item {
    height: auto; }
    .popular-products .product-item__in {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 100%;
      box-sizing: border-box; }
  .popular-products--black {
    padding: 0 0 72px 0;
    position: relative;
    background: none !important; }
    @media (max-width: 1024px) {
      .popular-products--black {
        margin-top: -86px;
        padding: 0 0 150px 0; } }
    @media (max-width: 767px) {
      .popular-products--black {
        margin-top: 0;
        padding: 19px 0 114px 0; } }
    .popular-products--black::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 436px;
      background: #161616;
      z-index: -1; }
      @media (max-width: 1024px) {
        .popular-products--black::before {
          top: 90px;
          height: 365px; } }
      @media (max-width: 767px) {
        .popular-products--black::before {
          top: 0;
          height: 428px; } }
    .popular-products--black .popular-products__head {
      margin: 0 24px 40px 0;
      position: relative;
      z-index: 2; }
      @media (max-width: 1024px) {
        .popular-products--black .popular-products__head {
          margin: 0 24px 24px 0; } }
      @media (max-width: 767px) {
        .popular-products--black .popular-products__head {
          margin: 0 16px 10px 0; } }
    .popular-products--black .popular-products__headline {
      color: #FFFFFF; }
  @media (max-width: 1024px) {
    .popular-products--blue .popular-products__head {
      margin: 0 0 16px 0; } }
  @media (max-width: 1024px) {
    .popular-products--blue .popular-products__headline {
      font-size: 16px;
      line-height: 20px; } }
  .popular-products--blue-white-head {
    box-shadow: none;
    background: transparent; }
    .popular-products--blue-white-head .popular-products__slider-wrapper {
      background: #F3F6FA;
      padding: 32px 0;
      overflow: hidden; }
      @media (max-width: 1024px) {
        .popular-products--blue-white-head .popular-products__slider-wrapper {
          padding: 16px 0; } }
  .popular-products--big {
    padding-bottom: 0; }
    .popular-products--big:hover {
      z-index: 10;
      pointer-events: none; }
      .popular-products--big:hover .popular-products__head {
        pointer-events: all; }
      .popular-products--big:hover .products-slider {
        pointer-events: all; }
    .popular-products--big .product-items--vertical {
      margin: 0 !important;
      padding: 0 !important; }
    .popular-products--big .product-item-vertical {
      padding: 0;
      margin: 0;
      width: calc(20% - 12px);
      margin-right: 16px;
      box-sizing: border-box; }
      @media (max-width: 1439px) {
        .popular-products--big .product-item-vertical {
          width: 244px; } }
      .popular-products--big .product-item-vertical:last-child {
        margin-right: 0; }
    .popular-products--big .popular-products__slider-wrapper {
      background: none;
      position: relative; }
      .popular-products--big .popular-products__slider-wrapper::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: calc(100% - 151px);
        background: #F3F6FA; }
        @media (max-width: 1024px) {
          .popular-products--big .popular-products__slider-wrapper::before {
            height: calc(100% - 60px); } }
        @media (max-width: 767px) {
          .popular-products--big .popular-products__slider-wrapper::before {
            height: calc(100% - 48px); } }
    .popular-products--big .popular-products__slider-container {
      position: relative;
      overflow: hidden;
      margin: -8px;
      padding: 8px 8px 151px 8px; }
      @media (max-width: 1439px) {
        .popular-products--big .popular-products__slider-container {
          margin: 0 -24px;
          padding: 0 24px 151px 24px;
          overflow: hidden; } }
      @media (max-width: 1024px) {
        .popular-products--big .popular-products__slider-container {
          margin: 0 -16px;
          padding: 0 16px 60px 16px; } }
      @media (max-width: 767px) {
        .popular-products--big .popular-products__slider-container {
          padding: 0 16px 48px 16px; } }
    .popular-products--big .products-slider {
      overflow: visible; }
    .popular-products--big + * {
      margin-top: -90px !important; }
      @media (max-width: 1279px) {
        .popular-products--big + * {
          margin-top: -110px !important; } }
      @media (max-width: 1024px) {
        .popular-products--big + * {
          margin-top: 0 !important; } }
  .popular-products--transparent {
    background: transparent;
    box-shadow: none;
    padding: 0; }
    .popular-products--transparent .container {
      padding: 0; }
    .popular-products--transparent .popular-products__head {
      padding: 0; }
      @media (max-width: 1024px) {
        .popular-products--transparent .popular-products__head {
          margin: 0 0 16px 0; } }
    @media (max-width: 1024px) {
      .popular-products--transparent .popular-products__headline {
        font-size: 16px;
        line-height: 20px; } }
  @media (max-width: 1439px) {
    .popular-products--sm .products-slider {
      overflow: hidden; } }
  @media (max-width: 1279px) {
    .popular-products--sm .products-slider {
      overflow: visible; } }
  .popular-products--sm .products-slider .product-item {
    width: calc(100% / 3 - 8px);
    box-sizing: border-box;
    margin: 0;
    margin-right: 16px; }
    @media (max-width: 1439px) {
      .popular-products--sm .products-slider .product-item {
        width: 320px; } }
    @media (max-width: 767px) {
      .popular-products--sm .products-slider .product-item {
        width: 320px; } }
    @media (max-width: 350px) {
      .popular-products--sm .products-slider .product-item {
        width: 300px; } }
    .popular-products--sm .products-slider .product-item:last-child {
      margin-right: 0; }
  .popular-products + .text {
    margin-top: 80px; }
    @media (max-width: 1024px) {
      .popular-products + .text {
        margin-top: 60px; } }
    @media (max-width: 767px) {
      .popular-products + .text {
        margin-top: 40px; } }
  .popular-products__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 8px 0 24px 0; }
  .popular-products__headline {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    display: block;
    font-size: 22px;
    line-height: 27px;
    color: #37424A; }
    @media (max-width: 767px) {
      .popular-products__headline {
        font-size: 24px;
        line-height: 29px; } }

.products-slider {
  overflow: hidden;
  margin: -8px -12px;
  padding: 8px 12px; }
  @media (max-width: 1439px) {
    .products-slider {
      overflow: visible; } }

.product-item {
  width: calc(25% - 12px);
  box-sizing: border-box;
  margin: 0;
  margin-right: 16px; }
  .product-item:last-child {
    margin-right: 0; }
  @media (max-width: 1439px) {
    .product-item {
      width: 320px; } }
  @media (max-width: 767px) {
    .product-item {
      width: 320px; } }
  @media (max-width: 350px) {
    .product-item {
      width: 300px; } }
  .product-item__in {
    background: #FFFFFF;
    box-shadow: 0px 1px 4px rgba(55, 66, 74, 0.16);
    padding: 16px;
    border-radius: 4px;
    box-sizing: border-box; }
  .product-item__header {
    display: flex;
    align-items: center;
    margin: 0 0 8px 0; }
  .product-item__icon {
    margin: 0 8px 0 0; }
  .product-item__headline {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    display: block;
    font-size: 14px;
    line-height: 17px;
    color: #37424A; }
  .product-item__properties {
    display: flex;
    margin: 0 -0.5px 8px -0.5px; }
    .product-item__properties--md .inp-group--radio label {
      min-width: 34px; }
    .product-item__properties .inp-group--radio {
      width: 36px;
      height: 23px;
      margin: 0 0.5px; }
      .product-item__properties .inp-group--radio input {
        display: none;
        position: absolute;
        visibility: hidden; }
        .product-item__properties .inp-group--radio input:checked + label {
          background: #FFFFFF;
          color: #37424A;
          border-color: #5E7BA5; }
      .product-item__properties .inp-group--radio label {
        transition: all 0.4s;
        display: block;
        width: 100%;
        height: 100%;
        line-height: 21px;
        border: 1px solid #F5F5F5;
        cursor: pointer;
        background: #F5F5F5;
        text-align: center;
        font-size: 12px;
        color: #37424A;
        border-radius: 4px;
        box-sizing: border-box; }
  .product-item__controls {
    display: flex;
    align-items: flex-end;
    position: relative;
    padding: 0 50px 0 0; }
  .product-item__counter {
    display: flex;
    align-items: center;
    margin: 0 16px 0 0; }
    .product-item__counter--m0 {
      margin: 0; }
    .product-item__counter .btn-counter {
      flex-shrink: 0;
      width: 110px; }
  .product-item__status {
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    display: block;
    margin: 0 0 3px 0;
    font-size: 10px;
    line-height: 12px; }
    .product-item__status--green {
      color: #18822A; }
  .product-item__price {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    margin: 0 16px 0 0;
    font-size: 14px;
    line-height: 17px;
    color: #37424A; }
    @media (max-width: 767px) {
      .product-item__price {
        margin: 0; } }
    .product-item__price--additional {
      display: flex; }
      .product-item__price--additional li {
        font-family: "Montserrat", sans-serif;
        font-weight: normal;
        font-size: 12px;
        line-height: 16px; }
        .product-item__price--additional li:not(:last-of-type) {
          margin: 0 16px 0 0; }
        .product-item__price--additional li b {
          font-family: "Montserrat", sans-serif;
          font-weight: normal; }
  .product-item__btn {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 0; }
  .product-item__remain {
    display: flex;
    margin: 8px 0 16px 0; }
    .product-item__remain--m0 {
      margin: 0; }
    .product-item__remain--center {
      width: 100%;
      justify-content: flex-start;
      margin-left: 10px; }
    .product-item__remain li {
      font-family: "Montserrat", sans-serif;
      font-weight: normal;
      font-size: 10px;
      line-height: 12px;
      color: #37424A; }
      .product-item__remain li:not(:last-of-type) {
        padding: 0 8px 0 0;
        margin: 0 8px 0 0;
        border-right: 1px solid #D0D0D0;
        box-sizing: border-box; }

.product .product-item__properties, .product .product-item__counter, .product .product-item__remain, .product .product-item__price {
  display: none; }
  @media (max-width: 1024px) {
    .product .product-item__properties, .product .product-item__counter, .product .product-item__remain, .product .product-item__price {
      display: flex; } }

.product .product__btn + .product__btn {
  display: none; }
  @media (max-width: 1024px) {
    .product .product__btn + .product__btn {
      display: block; } }

.product:hover {
  height: auto; }
  .product:hover .product-item__properties, .product:hover .product-item__counter, .product:hover .product-item__remain, .product:hover .product-item__price {
    display: flex; }
  .product:hover .product__btn + .product__btn {
    display: block; }

.product__in {
  padding: 16px;
  background: #FFFFFF;
  filter: drop-shadow(0px 1px 4px rgba(55, 66, 74, 0.16));
  border-radius: 4px; }

.product__category {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  display: block;
  margin: 0 0 4px 0;
  font-size: 14px;
  line-height: 17px;
  color: #37424A; }

.product-properties {
  display: flex;
  margin: 0 0 12px 0px; }
  .product-properties:last-of-type {
    margin: 0; }
  .product-properties--text {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #37424A; }
    .product-properties--text li {
      margin: 0 5px 0 0; }
      .product-properties--text li:last-of-type {
        margin: 0; }
  .product-properties--icons li {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    display: inline-block;
    padding: 0 0 0 26px;
    margin: 0 10px 8px 0;
    font-size: 12px;
    line-height: 15px;
    color: #37424A; }
    .product-properties--icons li:last-of-type {
      margin-right: 0; }
  .product-properties__radius {
    position: relative; }
    .product-properties__radius::before {
      content: ' ';
      position: absolute;
      top: 50%;
      transform: translate(0, -50%);
      left: 0;
      width: 24px;
      height: 24px;
      background: url("../img/categories-top/icons/radius.svg") center center no-repeat;
      background-size: contain; }
  .product-properties__length {
    position: relative; }
    .product-properties__length::before {
      content: ' ';
      position: absolute;
      top: 50%;
      transform: translate(0, -50%);
      left: 0;
      width: 24px;
      height: 24px;
      background: url("../img/categories-top/icons/length.svg") center center no-repeat;
      background-size: contain; }

.product__visual {
  position: relative;
  padding: 0 0 100% 0;
  margin: 0 0 16px 0; }
  .product__visual img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.product__price {
  font-weight: 500;
  display: block;
  margin: 0 0 4px 0;
  font-size: 12px;
  line-height: 22px; }
  .product__price b {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 18px; }

.product__status {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 12px;
  line-height: 15px; }
  .product__status--green {
    color: #18822A; }

.product__btns {
  margin: 16px 0 0 0; }

.product__btn + .product__btn {
  margin: 12px 0 0 0; }

@media (max-width: 1024px) {
  .product-items--horizontal {
    width: 100%; }
    .product-items--horizontal .product-item {
      width: 100%;
      overflow: hidden; } }

.product-items--vertical {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px; }
  @media (max-width: 1024px) {
    .product-items--vertical {
      pointer-events: all;
      margin: 0 -4px; } }
  .product-items--vertical.is-loaded {
    pointer-events: all; }
    .product-items--vertical.is-loaded .product-item-vertical {
      height: var(--tile-height); }
      .product-items--vertical.is-loaded .product-item-vertical .product {
        position: absolute;
        top: 0;
        right: 8px;
        left: 8px;
        bottom: 0; }

.product-item-vertical {
  position: relative;
  padding: 0 8px;
  margin: 0 0 16px 0;
  width: 25%;
  box-sizing: border-box; }
  @media (max-width: 1024px) {
    .product-item-vertical {
      width: 50%;
      padding: 0 4px; } }
  .product-item-vertical .product__btn .btn-bordered {
    transition: none; }
  .product-item-vertical:hover {
    z-index: 10; }
    .product-item-vertical:hover .product__btn .btn-bordered {
      background: #ED1C24;
      color: #FFFFFF; }
  .product-item-vertical .product {
    margin: 0; }
    @media (max-width: 1024px) {
      .product-item-vertical .product {
        min-width: 100%; } }
    @media (max-width: 1024px) {
      .product-item-vertical .product__in {
        padding: 8px 8px 20px 8px;
        box-sizing: border-box; } }
    @media (max-width: 1024px) {
      .product-item-vertical .product-properties--text {
        position: relative;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 100%;
        font-size: 14px;
        margin: 0 0 8px 0; }
        .product-item-vertical .product-properties--text::after {
          font-family: "Montserrat", sans-serif;
          font-weight: 500;
          content: '...';
          position: absolute;
          right: 0;
          bottom: 0;
          font-size: 14px;
          line-height: 20px;
          background: #FFFFFF;
          min-width: 22px; } }
    @media (max-width: 1024px) {
      .product-item-vertical .product-properties--icons li {
        padding: 0 0 0 20px;
        margin: 0 8px 8px 0; } }
  @media (max-width: 1024px) and (max-width: 1024px) {
    .product-item-vertical .product-properties--icons li::before {
      width: 16px;
      height: 16px; } }
    @media (max-width: 1024px) {
      .product-item-vertical .product-item__price--additional li {
        font-size: 10px;
        margin-right: 6px; } }
    @media (max-width: 1024px) {
      .product-item-vertical .product-item__price--additional li:last-of-type {
        margin-right: 0; } }

.product-item-horizontal {
  display: flex;
  box-shadow: 0px 1px 4px rgba(55, 66, 74, 0.16);
  border-radius: 4px;
  padding: 16px 0;
  margin: 0 0 16px 0; }
  @media (max-width: 1365px) {
    .product-item-horizontal {
      padding: 20px 0; } }
  @media (max-width: 1279px) {
    .product-item-horizontal {
      padding: 16px 0; } }
  @media (max-width: 1024px) {
    .product-item-horizontal {
      position: relative;
      flex-direction: column;
      padding: 16px; } }
  .product-item-horizontal:last-of-type {
    margin: 0; }
  @media (max-width: 1024px) {
    .product-item-horizontal .btn-counter__control--plus {
      background: url("../img/icons/plus-blue.svg") center center no-repeat !important; } }
  @media (max-width: 1024px) {
    .product-item-horizontal .btn-counter__control--minus {
      background: url("../img/icons/minus-blue.svg") center center no-repeat !important; } }
  .product-item-horizontal:hover .btn-counter__control--plus {
    background: url("../img/icons/plus-blue.svg") center center no-repeat !important; }
  .product-item-horizontal:hover .btn-counter__control--minus {
    background: url("../img/icons/minus-blue.svg") center center no-repeat !important; }
  .product-item-horizontal:hover .btn2.btn-bordered {
    color: #fff;
    background: #ED1C24; }
  .product-item-horizontal:hover .btn2.btn-bordered-gray2 {
    background: #5e7ba5;
    border-color: #5e7ba5;
    color: #fff; }
    .product-item-horizontal:hover .btn2.btn-bordered-gray2 svg {
      fill: #fff !important; }
      .product-item-horizontal:hover .btn2.btn-bordered-gray2 svg .stroke {
        fill: none !important;
        stroke: #fff !important; }
  .product-item-horizontal:hover .product-item__properties .inp-group--radio input:checked + label {
    background-color: #5e7ba5;
    color: #fff;
    border-color: #5e7ba5; }
  .product-item-horizontal .product-item__properties .inp-group--radio input:checked + label {
    background: #fff;
    color: #37424a;
    border-color: #5e7ba5; }
    @media (max-width: 1024px) {
      .product-item-horizontal .product-item__properties .inp-group--radio input:checked + label {
        background-color: #5e7ba5;
        color: #fff;
        border-color: #5e7ba5; } }
  @media (max-width: 1024px) {
    .product-item-horizontal .btn2.btn-bordered {
      color: #fff;
      background: #ED1C24; } }
  @media (max-width: 1024px) {
    .product-item-horizontal .btn2.btn-bordered-gray2 {
      background: #5e7ba5;
      border-color: #5e7ba5;
      color: #fff; }
      .product-item-horizontal .btn2.btn-bordered-gray2 svg {
        fill: #fff !important; }
        .product-item-horizontal .btn2.btn-bordered-gray2 svg .stroke {
          fill: none !important;
          stroke: #fff !important; } }
  .product-item-horizontal .product-item__l {
    width: 49% !important;
    box-sizing: border-box;
    display: flex;
    margin-top: -16px;
    margin-bottom: -16px; }
    @media (max-width: 1365px) {
      .product-item-horizontal .product-item__l {
        width: 42% !important;
        margin-top: -20px;
        margin-bottom: -20px; } }
    @media (max-width: 1279px) {
      .product-item-horizontal .product-item__l {
        width: 49% !important;
        margin-top: -16px;
        margin-bottom: -16px; } }
    @media (max-width: 1024px) {
      .product-item-horizontal .product-item__l {
        width: auto !important;
        padding: 0 !important;
        margin-left: -16px;
        margin-right: -16px;
        margin-bottom: auto; } }
  .product-item-horizontal .product-item__link {
    box-sizing: border-box;
    display: block;
    padding: 16px 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (max-width: 1365px) {
      .product-item-horizontal .product-item__link {
        padding: 20px 24px; } }
    @media (max-width: 1279px) {
      .product-item-horizontal .product-item__link {
        padding: 16px 24px; } }
    @media (max-width: 1024px) {
      .product-item-horizontal .product-item__link {
        padding: 16px 16px 0 16px; } }
    .product-item-horizontal .product-item__link:hover .product-item__category {
      color: #454c52 !important; }
  .product-item-horizontal .product-item__category {
    display: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #818A8F;
    transition: color 300ms ease; }
    @media (max-width: 1365px) {
      .product-item-horizontal .product-item__category {
        padding-bottom: 6px; } }
    @media (max-width: 1024px) {
      .product-item-horizontal .product-item__category {
        display: block;
        margin: 0 0 4px 0;
        font-size: 14px;
        line-height: 17px;
        padding-bottom: 0; } }
  .product-item-horizontal .product-item__name {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    display: block;
    margin: 0 0 8px 0;
    font-size: 16px;
    line-height: 20px;
    color: #818A8F; }
    @media (max-width: 1024px) {
      .product-item-horizontal .product-item__name {
        font-size: 14px;
        color: #37424A;
        padding: 0 0 8px;
        margin: 0;
        border-bottom: 1px solid #D0D0D0; } }
  @media (max-width: 1024px) {
    .product-item-horizontal .product-item__remain {
      display: none; } }
  @media (max-width: 1024px) {
    .product-item-horizontal .product-item__counter .btn-calculator {
      display: none; } }
  .product-item-horizontal .product-item-properties {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px; }
    @media (max-width: 1024px) {
      .product-item-horizontal .product-item-properties {
        display: none; } }
    .product-item-horizontal .product-item-properties__item {
      width: auto !important;
      min-width: auto !important;
      padding: 0 10px;
      box-sizing: border-box; }
      @media (max-width: 1365px) {
        .product-item-horizontal .product-item-properties__item {
          width: 50% !important; } }
      @media (max-width: 1279px) {
        .product-item-horizontal .product-item-properties__item {
          width: auto !important; } }
      @media (max-width: 1650px) {
        .product-item-horizontal .product-item-properties__item:nth-of-type(3), .product-item-horizontal .product-item-properties__item:nth-of-type(4) {
          margin-top: 10px; } }
    .product-item-horizontal .product-item-properties__title {
      font-family: "Montserrat", sans-serif;
      font-weight: normal;
      display: block;
      margin: 0 0 4px 0;
      font-size: 12px;
      line-height: 15px;
      color: #37424A; }
    .product-item-horizontal .product-item-properties__value {
      font-family: "Montserrat", sans-serif;
      font-weight: normal;
      font-size: 12px;
      line-height: 15px;
      color: #818A8F; }
      .product-item-horizontal .product-item-properties__value b {
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        color: #5E7BA5; }
  .product-item-horizontal .product-item__properties {
    width: 185px; }
    @media (max-width: 1365px) {
      .product-item-horizontal .product-item__properties {
        margin-bottom: 21px; } }
  .product-item-horizontal .product-item__c {
    width: 51% !important;
    padding: 0 24px;
    box-sizing: border-box;
    border-left: 1px solid #D0D0D0;
    border-right: 1px solid #D0D0D0;
    display: flex;
    align-items: center; }
    @media (max-width: 1279px) {
      .product-item-horizontal .product-item__c {
        width: 51% !important; } }
    @media (max-width: 1024px) {
      .product-item-horizontal .product-item__c {
        position: relative;
        width: 100% !important;
        border: none;
        padding: 36px 0 0 0; } }
  .product-item-horizontal .product-item-info {
    display: flex;
    align-items: flex-end;
    margin-left: -24px;
    margin-right: -24px; }
    @media (max-width: 1650px) {
      .product-item-horizontal .product-item-info {
        margin-left: -14px;
        margin-right: -14px; } }
    @media (max-width: 1365px) {
      .product-item-horizontal .product-item-info {
        margin-left: -20px;
        margin-right: -20px; } }
    @media (max-width: 1279px) {
      .product-item-horizontal .product-item-info {
        margin-left: -16px;
        margin-right: -16px; } }
    @media (max-width: 1024px) {
      .product-item-horizontal .product-item-info {
        flex-direction: column;
        width: 100%;
        margin: 0; } }
    .product-item-horizontal .product-item-info__l {
      flex-shrink: 0; }
      .product-item-horizontal .product-item-info__l .product-item__remain {
        margin-bottom: 0;
        margin-top: 10px; }
      @media (max-width: 1024px) {
        .product-item-horizontal .product-item-info__l .product-item__properties {
          margin: 0 0 12px 0; } }
      @media (max-width: 1024px) {
        .product-item-horizontal .product-item-info__l .product-item__properties .inp-group--radio {
          height: 28px; } }
      @media (max-width: 1024px) {
        .product-item-horizontal .product-item-info__l .product-item__properties .inp-group--radio label {
          line-height: 28px; } }
    .product-item-horizontal .product-item-info__l, .product-item-horizontal .product-item-info__r {
      padding: 0 24px;
      box-sizing: border-box; }
      @media (max-width: 1650px) {
        .product-item-horizontal .product-item-info__l, .product-item-horizontal .product-item-info__r {
          padding: 0 14px; } }
      @media (max-width: 1365px) {
        .product-item-horizontal .product-item-info__l, .product-item-horizontal .product-item-info__r {
          padding: 0 20px; } }
      @media (max-width: 1279px) {
        .product-item-horizontal .product-item-info__l, .product-item-horizontal .product-item-info__r {
          padding: 0 16px; } }
      @media (max-width: 1024px) {
        .product-item-horizontal .product-item-info__l, .product-item-horizontal .product-item-info__r {
          padding: 0; } }
    .product-item-horizontal .product-item-info__r {
      margin: 0 0 0 8px; }
      @media (max-width: 1650px) {
        .product-item-horizontal .product-item-info__r {
          margin: 0; } }
      @media (max-width: 1024px) {
        .product-item-horizontal .product-item-info__r {
          position: absolute;
          top: 0;
          right: 0;
          left: 0;
          display: flex;
          align-items: center;
          justify-content: space-between;
          height: 36px;
          margin: 0; } }
      @media (max-width: 1024px) {
        .product-item-horizontal .product-item-info__r .product__price {
          margin: 0;
          font-size: 11px; } }
      .product-item-horizontal .product-item-info__r .product__price b {
        font-size: 18px;
        line-height: 22px; }
        @media (max-width: 1024px) {
          .product-item-horizontal .product-item-info__r .product__price b {
            font-size: 14px;
            font-weight: 500; } }
    .product-item-horizontal .product-item-info__status {
      font-weight: 400;
      display: block;
      margin: 0 0 9px 0;
      font-size: 12px;
      line-height: 15px; }
      @media (max-width: 1024px) {
        .product-item-horizontal .product-item-info__status {
          margin: 0; } }
      .product-item-horizontal .product-item-info__status--green {
        color: #4CD964; }
  .product-item-horizontal .product-item__r {
    display: flex;
    align-items: center;
    width: 218px;
    flex-shrink: 0;
    padding: 0 24px;
    box-sizing: border-box; }
    @media (max-width: 1279px) {
      .product-item-horizontal .product-item__r {
        width: 200px; } }
    @media (max-width: 1024px) {
      .product-item-horizontal .product-item__r {
        position: absolute;
        right: 16px;
        bottom: 16px;
        width: 100px;
        padding: 0; } }
    .product-item-horizontal .product-item__r .product__btns {
      width: 100%;
      margin: 0; }
      .product-item-horizontal .product-item__r .product__btns .btn-link-black {
        height: 24px;
        line-height: 24px; }
        @media (max-width: 1024px) {
          .product-item-horizontal .product-item__r .product__btns .btn-link-black {
            font-size: 10px; } }
      @media (max-width: 1024px) {
        .product-item-horizontal .product-item__r .product__btns .btn-bordered {
          background: #ED1C24;
          color: #FFFFFF; } }
      .product-item-horizontal .product-item__r .product__btns .product__btn + .product__btn {
        margin-top: 8px; }
  @media (max-width: 1024px) {
    .product-item-horizontal .product-item__price--additional {
      display: none; } }

.products-slider-wrapper {
  margin: 0 0 80px 0; }
  @media (max-width: 1024px) {
    .products-slider-wrapper {
      overflow: hidden;
      margin: 0 0 40px 0; } }
  .products-slider-wrapper .product-item__properties .inp-group--radio input:checked + label {
    background: #5E7BA5;
    color: #FFFFFF; }

.breadcrumb {
  margin: 0 0 20px 0;
  position: relative;
  z-index: 3; }
  @media (max-width: 1279px) {
    .breadcrumb {
      margin: 0 0 16px 0; } }
  @media (max-width: 1024px) {
    .breadcrumb {
      margin: 0 -24px 16px -24px;
      padding: 0 24px; } }
  @media (max-width: 767px) {
    .breadcrumb {
      margin: 0 -16px 16px -16px;
      padding: 0 16px; } }
  .breadcrumb__item {
    width: auto !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    position: relative;
    padding: 0 24px 0 0;
    margin: 0 0 4px 0;
    font-size: 14px;
    line-height: 17px; }
    @media (max-width: 1024px) {
      .breadcrumb__item {
        font-size: 12px;
        line-height: 15px; } }
    .breadcrumb__item::after {
      content: ' ';
      position: absolute;
      top: 50%;
      transform: translate(0, -50%);
      right: 0;
      width: 24px;
      height: 24px;
      background: url("../img/breadcrumb/arrow.svg") center center no-repeat;
      background-size: 16px; }
      @media (max-width: 1024px) {
        .breadcrumb__item::after {
          width: 16px;
          height: 16px;
          right: 4px; } }
    .breadcrumb__item:last-of-type {
      padding-right: 0; }
      .breadcrumb__item:last-of-type::after {
        display: none; }
      .breadcrumb__item:last-of-type a {
        color: #37424A; }
    .breadcrumb__item a {
      font-size: inherit;
      line-height: inherit;
      color: #818A8F; }
  .breadcrumb .swiper-scrollbar {
    position: relative;
    width: 100% !important;
    background: #eee;
    height: 2px !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    border-radius: 4px;
    display: none; }
    .breadcrumb .swiper-scrollbar.swiper-scrollbar-horizontal:not(.swiper-scrollbar-lock) {
      display: block; }
    .breadcrumb .swiper-scrollbar-drag {
      background: #ed1c24;
      border-radius: 4px; }

.category {
  margin: 0 0 100px 0; }
  @media (max-width: 1024px) {
    .category {
      margin: 0 0 60px 0; } }
  @media (max-width: 767px) {
    .category {
      margin: 0 0 40px 0; } }
  .category__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 99; }
    @media (max-width: 1024px) {
      .category__head {
        position: relative; } }
    .category__head--big-margin {
      margin: 0 0 24px 0; }
      @media (max-width: 1024px) {
        .category__head--big-margin {
          margin: 0 0 16px 0; } }
  @media (max-width: 1024px) {
    .category__view {
      position: absolute;
      right: 0;
      bottom: 0; } }
  .category__view .btn2 + .btn2 {
    margin: 0 0 0 8px; }
  .category__headline {
    display: flex;
    align-items: flex-end;
    margin: 0 0 8px;
    line-height: 1; }
    @media (max-width: 1024px) {
      .category__headline {
        display: block; } }
    .category__headline span {
      font-family: "Montserrat", sans-serif;
      font-weight: bold;
      font-size: 32px;
      line-height: 39px; }
      @media (max-width: 1024px) {
        .category__headline span {
          display: block;
          font-size: 26px; } }
    @media (max-width: 1024px) {
      .category__headline--small {
        margin: 0; } }
    .category__headline--small span {
      font-family: "Montserrat", sans-serif;
      font-weight: 600;
      font-size: 16px;
      line-height: 20px;
      color: #37424A; }
      @media (max-width: 1024px) {
        .category__headline--small span {
          font-family: "Montserrat", sans-serif;
          font-weight: 500;
          font-size: 14px;
          line-height: 17px; } }
    .category__headline--small .select {
      margin: 0 0 0 13px; }
      @media (max-width: 1024px) {
        .category__headline--small .select {
          margin: 0; } }
      .category__headline--small .select .jq-selectbox__select {
        padding: 0 20px 0 0; }
        .category__headline--small .select .jq-selectbox__select-text {
          line-height: 20px; }
    .category__headline--xs {
      margin: 0; }
      .category__headline--xs span {
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        font-size: 14px;
        line-height: 17px; }
        @media (max-width: 1024px) {
          .category__headline--xs span {
            font-family: "Montserrat", sans-serif;
            font-weight: 500;
            font-size: 14px;
            line-height: 17px; } }
      .category__headline--xs span:not(.text-red) {
        color: #37424A; }
        @media (max-width: 1024px) {
          .category__headline--xs span:not(.text-red) {
            display: block; } }
      @media (max-width: 1024px) {
        .category__headline--xs span.text-red {
          display: inline-block; } }
      .category__headline--xs .select {
        margin: 0 0 0 13px; }
        @media (max-width: 1024px) {
          .category__headline--xs .select {
            margin: 10px 0 0 0; } }
        .category__headline--xs .select .jq-selectbox__select {
          padding: 0 20px 0 0; }
          .category__headline--xs .select .jq-selectbox__select-text {
            font-family: "Montserrat", sans-serif;
            font-weight: 500;
            line-height: 17px; }
  .category__nav {
    display: flex;
    align-items: center;
    height: inherit;
    background-color: #FFFFFF;
    transition: all 250ms ease-in-out; }
    @media (max-width: 1024px) {
      .category__nav .container {
        position: relative; } }
    @media (max-width: 1024px) {
      .category__nav .container::after {
        content: ' ';
        position: absolute;
        right: 56px;
        bottom: 0;
        left: 56px;
        height: 3px;
        background: #EEEEEE;
        border-radius: 3px;
        z-index: -1; } }
    @media (max-width: 767px) {
      .category__nav .container::after {
        right: 16px;
        left: 16px; } }
    .category__nav.is-sticky {
      z-index: 90;
      position: fixed;
      top: 63px;
      right: 0;
      left: 0;
      height: inherit;
      box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.1); }
      @media (max-width: 1279px) {
        .category__nav.is-sticky {
          top: 60px; } }
      .is-scroll-up .category__nav.is-sticky {
        top: 123px; }
        @media (max-width: 1279px) {
          .is-scroll-up .category__nav.is-sticky {
            top: 60px; } }
    .category__nav-outer {
      height: 78px; }
      @media (max-width: 1024px) {
        .category__nav-outer {
          height: 57px;
          margin: 0 0 40px 0; } }
      @media (max-width: 767px) {
        .category__nav-outer {
          margin: 0; } }
    @media (max-width: 1024px) {
      .category__nav .container {
        padding-right: 0;
        padding-left: 0; } }
    .category__nav ul {
      overflow-x: auto;
      position: relative;
      display: inline-flex;
      max-width: 100%;
      position: relative; }
      .category__nav ul::before {
        content: ' ';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 3px;
        background: #EEEEEE; }
        @media (max-width: 1024px) {
          .category__nav ul::before {
            left: 56px; } }
        @media (max-width: 767px) {
          .category__nav ul::before {
            left: 16px; } }
      @media (max-width: 1024px) {
        .category__nav ul::-webkit-scrollbar {
          background: transparent;
          display: none;
          opacity: 0; }
        .category__nav ul::-webkit-scrollbar-track {
          background: transparent;
          display: none;
          opacity: 0; }
        .category__nav ul::-webkit-scrollbar-thumb {
          background: transparent;
          display: none;
          opacity: 0; } }
      .category__nav ul::after {
        content: ' ';
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        height: 3px;
        background: #EEEEEE;
        border-radius: 3px;
        z-index: -1; }
        @media (max-width: 1024px) {
          .category__nav ul::after {
            display: none; } }
      .category__nav ul li {
        margin: 0 40px 0 0; }
        @media (max-width: 1024px) {
          .category__nav ul li {
            padding-right: 40px;
            margin-right: 0;
            border-bottom: 3px solid rgba(208, 208, 208, 0.5); } }
        @media (max-width: 767px) {
          .category__nav ul li {
            padding-right: 24px; } }
        .category__nav ul li:last-of-type {
          margin: 0; }
        @media (max-width: 1024px) {
          .category__nav ul li:first-child {
            margin-left: 24px; } }
        @media (max-width: 767px) {
          .category__nav ul li:first-child {
            margin-left: 16px; } }
        @media (max-width: 1024px) {
          .category__nav ul li:last-child {
            margin-right: 24px; } }
        @media (max-width: 767px) {
          .category__nav ul li:last-child {
            margin-right: 16px; } }
        .category__nav ul li a {
          font-weight: 700;
          position: relative;
          display: inline-block;
          padding: 0 0 8px 0;
          font-size: 18px;
          line-height: 22px;
          color: #37424A;
          white-space: nowrap; }
          @media (max-width: 1024px) {
            .category__nav ul li a {
              font-size: 14px;
              line-height: 17px; } }
          .category__nav ul li a::after {
            content: ' ';
            position: absolute;
            right: 0;
            bottom: 0;
            left: 0;
            height: 3px;
            background: #EEEEEE;
            border-radius: 6px;
            z-index: 1; }
            @media (max-width: 1024px) {
              .category__nav ul li a::after {
                bottom: -3px;
                opacity: 0; } }
          .category__nav ul li a.is-active {
            font-weight: bold; }
            .category__nav ul li a.is-active::after {
              background: #ED1C24; }
              @media (max-width: 1024px) {
                .category__nav ul li a.is-active::after {
                  opacity: 1; } }
  .category__items {
    padding-top: 10px; }
  .category-item {
    margin: 0 0 64px 0;
    overflow: hidden; }
    @media (max-width: 1024px) {
      .category-item {
        margin: 0 0 40px 0; } }
    @media (max-width: 767px) {
      .category-item {
        margin: 0 0 25px 0; } }
    .category-item__headline {
      font-family: "Montserrat", sans-serif;
      font-weight: 600;
      position: relative;
      display: block;
      font-size: 22px;
      line-height: 27px;
      padding: 15px 0 10px 0;
      margin: 0 0 24px 0;
      color: #37424A; }
      @media (max-width: 1024px) {
        .category-item__headline {
          font-size: 18px;
          line-height: 22px;
          margin: 0 0 16px 0; } }
      .category-item__headline::after {
        content: ' ';
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        height: 4px;
        border-radius: 8px 8px 0 0;
        background: #5E7BA5; }
    .category-item__tags {
      position: relative; }
  .category-products {
    position: relative; }

.subcategory__items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px 16px -8px; }
  @media (max-width: 767px) {
    .subcategory__items {
      margin: 0 -8px 8px -8px; } }

.subcategory-item {
  width: 33.33333%;
  padding: 0 8px;
  box-sizing: border-box;
  margin: 0 0 16px 0; }
  @media (max-width: 1279px) {
    .subcategory-item {
      width: 50%; } }
  @media (max-width: 1024px) {
    .subcategory-item {
      width: 50%; } }
  @media (max-width: 767px) {
    .subcategory-item {
      width: 100%; } }
  .subcategory-item__in {
    transition: all 0.4s;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 30px 20px 30px 32px;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 4px;
    box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.1); }
    @media (max-width: 1024px) {
      .subcategory-item__in {
        padding: 32px 16px; } }
    .subcategory-item__in:hover {
      box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1), 4px 8px 8px rgba(0, 0, 0, 0.1); }
  .subcategory-item__visual {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 130px;
    height: 130px;
    margin: 0 32px 0 0;
    background: #F3F6FA;
    border-radius: 50%; }
    @media (max-width: 1024px) {
      .subcategory-item__visual {
        flex: 0 0 100px;
        height: 100px; } }
    @media (max-width: 767px) {
      .subcategory-item__visual {
        margin: 0 16px 0 0; } }
  .subcategory-item__icon {
    width: 56px;
    height: 56px; }
    @media (max-width: 1024px) {
      .subcategory-item__icon {
        width: 64px;
        height: 64px; } }
    .subcategory-item__icon use, .subcategory-item__icon svg {
      display: block;
      width: 100%;
      height: 100%; }
  .subcategory-item__content {
    flex-grow: 1; }
  .subcategory-item__headline {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    display: block;
    margin: 0 0 10px 0;
    font-size: 18px;
    line-height: 22px;
    color: #5E7BA5; }
    @media (max-width: 1024px) {
      .subcategory-item__headline {
        font-size: 16px;
        line-height: 20px;
        margin: 0 0 14px 0; } }
    .subcategory-item__headline:hover {
      text-decoration: underline; }
    .subcategory-item__headline a {
      color: inherit; }
  .subcategory-item__counter {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #818A8F; }
    @media (max-width: 1024px) {
      .subcategory-item__counter {
        font-size: 16px;
        line-height: 20px; } }
  .subcategory-item__list--more {
    display: none; }
  .subcategory-item__list li a {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    display: block;
    margin: 0 0 8px 0;
    font-size: 14px;
    line-height: 17px;
    color: #37424A; }
    @media (max-width: 1024px) {
      .subcategory-item__list li a {
        font-size: 12px;
        line-height: 15px; } }
    @media (max-width: 767px) {
      .subcategory-item__list li a {
        margin: 0 0 12px 0; } }
    .subcategory-item__list li a:hover {
      color: #ED1C24; }
  .subcategory-item__more {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #ED1C24; }

.slider-arrows {
  display: flex; }

.slider-arrow {
  position: relative;
  width: 44px;
  height: 44px;
  padding: 0;
  outline: none;
  box-shadow: none;
  border: none;
  background: transparent;
  cursor: pointer;
  box-sizing: content-box;
  flex-shrink: 0; }
  @media (max-width: 1024px) {
    .slider-arrow {
      width: 44px;
      height: 44px; } }
  .slider-arrow--prev {
    margin-right: 12px; }
    .slider-arrow--prev::before {
      transition: all 0.4s;
      content: ' ';
      position: absolute;
      top: 50%;
      right: 0;
      bottom: 0;
      left: 0;
      width: 24px;
      height: 24px;
      margin: 0 auto;
      transform: translate(0, -50%) rotate(-180deg);
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat; }
  .slider-arrow--next {
    margin-left: 12px; }
    .slider-arrow--next::before {
      transition: all 0.4s;
      content: ' ';
      position: absolute;
      top: 50%;
      right: 0;
      bottom: 0;
      left: 0;
      width: 24px;
      height: 24px;
      margin: 0 auto;
      transform: translate(0, -50%) rotate(0deg);
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat; }
  .slider-arrow-gray::before {
    background-image: url("../img/icons/arrows/gray-mini.svg"); }
  .slider-arrow-gray:hover::before {
    background-image: url("../img/icons/arrows/white-mini.svg"); }
  .slider-arrow-black::before {
    background-image: url("../img/icons/arrows/black-mini.svg");
    opacity: 0.2; }
  .slider-arrow-black:hover::before {
    background-image: url("../img/icons/arrows/black-mini.svg");
    opacity: 1; }

.map-box {
  margin-bottom: 125px; }
  @media (max-width: 1024px) {
    .map-box {
      margin-bottom: 78px; } }
  @media (max-width: 767px) {
    .map-box {
      margin-bottom: 71px; } }
  .map-box__in {
    display: flex;
    padding: 20px;
    background-color: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.1); }
    @media (max-width: 1024px) {
      .map-box__in {
        flex-direction: column;
        padding: 16px;
        border-radius: 4px; } }
  .map-box__body {
    position: relative;
    overflow: hidden;
    width: 66.6666%;
    height: 640px;
    background: url("../img/map-bg.svg") center center no-repeat;
    background-size: cover;
    background-color: #202A39;
    border-radius: 5px; }
    @media (max-width: 1279px) {
      .map-box__body {
        width: 60%; } }
    @media (max-width: 1024px) {
      .map-box__body {
        width: 100%;
        margin-bottom: 20px;
        height: auto; }
        .map-box__body::before {
          content: '';
          display: inline-block;
          padding-top: 73.7%; } }
    @media (max-width: 767px) {
      .map-box__body {
        height: auto;
        box-sizing: border-box; } }
    .map-box__body img {
      display: block;
      width: 100%;
      height: auto; }
    .map-box__body .popup-location {
      position: absolute;
      top: 0;
      left: 0;
      width: 305px;
      transform: translate(-50%, -100%);
      border-radius: 4px;
      background: #FFFFFF;
      padding: 18px 40px 18px 18px;
      box-sizing: border-box; }
      @media (max-width: 1024px) {
        .map-box__body .popup-location {
          width: 250px;
          margin: auto;
          top: 50% !important;
          left: 50% !important;
          right: auto;
          bottom: auto;
          transform: translate(-50%, -50%) !important; } }
      .map-box__body .popup-location.is-hidden {
        opacity: 0;
        pointer-events: none; }
      .map-box__body .popup-location__header {
        margin: 0 0 28px 0; }
        @media (max-width: 1024px) {
          .map-box__body .popup-location__header {
            margin: 0 0 20px 0; } }
      .map-box__body .popup-location__close {
        position: absolute;
        top: 8px;
        right: 10px; }
      .map-box__body .popup-location__category {
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        display: block;
        font-size: 14px;
        line-height: 17px;
        margin: 0 0 2px 0; }
        @media (max-width: 1024px) {
          .map-box__body .popup-location__category {
            font-size: 12px; } }
      .map-box__body .popup-location__town {
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        font-size: 18px;
        line-height: 22px; }
        @media (max-width: 1024px) {
          .map-box__body .popup-location__town {
            font-size: 16px;
            line-height: 150%; } }
      .map-box__body .popup-location__address {
        font-family: "Montserrat", sans-serif;
        font-weight: normal;
        font-size: 14px;
        line-height: 150%; }
        @media (max-width: 1024px) {
          .map-box__body .popup-location__address {
            font-size: 12px; } }
      .map-box__body .popup-location__phone span {
        font-family: "Montserrat", sans-serif;
        font-weight: normal;
        font-size: 14px;
        line-height: 150%; }
        @media (max-width: 1024px) {
          .map-box__body .popup-location__phone span {
            font-size: 12px; } }
      .map-box__body .popup-location__phone a {
        font-family: "Montserrat", sans-serif;
        font-weight: normal;
        font-size: 14px;
        line-height: 150%;
        color: #161616; }
        @media (max-width: 1024px) {
          .map-box__body .popup-location__phone a {
            font-size: 12px; } }
      .map-box__body .popup-location__button {
        margin: 18px 0 0 0; }
  .map-box__interactive {
    position: relative;
    padding: 24px;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center; }
    @media (max-width: 1024px) {
      .map-box__interactive {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; } }
    @media (max-width: 767px) {
      .map-box__interactive {
        padding: 4px; } }
    .map-box__interactive svg {
      display: block;
      width: 100%;
      height: 100%; }
    .map-box__interactive [class*="region"].is-active {
      fill: #5E7BA5;
      opacity: 1; }
    .map-box__interactive [class*="region"].is-hidden {
      opacity: 0;
      pointer-events: none; }
  .map-box__sidebar {
    display: flex;
    flex-direction: column;
    width: 33.3333%;
    max-height: 640px;
    padding-left: 22px;
    box-sizing: border-box; }
    @media (max-width: 1279px) {
      .map-box__sidebar {
        width: 40%; } }
    @media (max-width: 1024px) {
      .map-box__sidebar {
        padding: 0 20px !important;
        max-height: 652px; } }
    @media (max-width: 767px) {
      .map-box__sidebar {
        padding: 0 !important;
        max-height: 726px; } }
    @media (max-width: 1439px) {
      .map-box__sidebar .tabs-default ul li:not(:last-child) {
        margin-right: 16px; } }
    @media (max-width: 1024px) {
      .map-box__sidebar .tabs-default ul li {
        width: auto; } }
    @media (max-width: 767px) {
      .map-box__sidebar .tabs-default ul li {
        width: 50%; } }
    @media (max-width: 1439px) {
      .map-box__sidebar .tabs-default a {
        font-size: 12px; } }
    @media (max-width: 1024px) {
      .map-box__sidebar .tabs-default a {
        font-size: 14px;
        line-height: 135%; } }
    .map-box__sidebar .tab-content {
      height: 800px;
      overflow-y: auto;
      scrollbar-color: #818A8F #eee;
      scrollbar-width: thin; }
      .map-box__sidebar .tab-content::-webkit-scrollbar {
        width: 4px !important;
        border-radius: 4px !important; }
      .map-box__sidebar .tab-content::-webkit-scrollbar-thumb {
        background: #818A8F !important;
        border-radius: 4px !important; }
      .map-box__sidebar .tab-content::-webkit-scrollbar-track {
        background: #EEEEEE !important; }
    @media (max-width: 1024px) {
      .map-box__sidebar {
        width: 100%;
        padding-left: 0; } }
  .map-box__nav {
    margin-bottom: 20px; }
  .map-box__list {
    overflow-y: auto;
    flex-grow: 1; }
  .map-box-item {
    padding: 16px;
    border-radius: 4px;
    cursor: pointer; }
    .map-box-item.is-selected {
      background-color: #EFF2F6; }
    .map-box-item:not(:last-child) {
      margin-bottom: 5px; }
    .map-box-item__head {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      margin: 0 0 10px 0; }
    .map-box-item__title {
      font-size: 16px;
      line-height: 20px;
      font-family: "Montserrat", sans-serif;
      font-weight: bold;
      color: #000000; }
    .map-box-item__label {
      display: inline-flex;
      align-items: center;
      margin-left: 10px;
      padding: 2px 8px;
      border-radius: 30px;
      background-color: rgba(94, 123, 165, 0.1);
      box-sizing: border-box;
      font-family: "Montserrat", sans-serif;
      font-weight: 500;
      color: #475E80;
      font-size: 12px;
      line-height: 120%; }
    .map-box-item__countries ul {
      display: flex;
      flex-direction: column;
      align-items: flex-start; }
      .map-box-item__countries ul li {
        display: inline-block;
        position: relative;
        padding-left: 16px;
        transition: all 0.4s;
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        font-size: 14px;
        line-height: 135%;
        color: #000000;
        border-bottom: 2px solid transparent; }
        .map-box-item__countries ul li:hover, .map-box-item__countries ul li.is-active {
          border-bottom-color: #ED1C24; }
        .map-box-item__countries ul li:not(:last-child) {
          margin-bottom: 7px; }
        .map-box-item__countries ul li::before {
          content: ' ';
          position: absolute;
          top: 7px;
          left: 3px;
          display: block;
          width: 3px;
          height: 3px;
          border-radius: 50%;
          background-color: #161616; }

[class*="--pin-red"] path {
  fill: #FFFFFF; }
  [class*="--pin-red"] path ~ path {
    fill: #ED1C24; }

[class*="region"].is-selected {
  opacity: 1; }
  [class*="region"].is-selected path {
    fill: #ED1C24; }
    [class*="region"].is-selected path[fill="white"] {
      fill: #FFFFFF; }

[class*="region"].is-active:hover path, [class*="region"].is-active.is-hovered path {
  fill: #ED1C24; }
  [class*="region"].is-active:hover path[fill="white"], [class*="region"].is-active.is-hovered path[fill="white"] {
    fill: #FFFFFF; }

[class*="--pin"] {
  cursor: pointer; }

[class*="--pin-white"].is-selected path {
  fill: #ED1C24 !important; }
  [class*="--pin-white"].is-selected path[fill="white"], [class*="--pin-white"].is-selected path[fill="#fff"] {
    fill: #ED1C24 !important; }
  [class*="--pin-white"].is-selected path[fill="#ED1C24"] {
    fill: #FFFFFF !important; }

[class*="--pin-white"].is-active:hover path, [class*="--pin-white"].is-active.is-hovered path {
  fill: #ED1C24 !important; }
  [class*="--pin-white"].is-active:hover path[fill="white"], [class*="--pin-white"].is-active:hover path[fill="#fff"], [class*="--pin-white"].is-active.is-hovered path[fill="white"], [class*="--pin-white"].is-active.is-hovered path[fill="#fff"] {
    fill: #ED1C24 !important; }
  [class*="--pin-white"].is-active:hover path[fill="#ED1C24"], [class*="--pin-white"].is-active.is-hovered path[fill="#ED1C24"] {
    fill: #FFFFFF !important; }

.menu {
  transition: all 0.4s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  width: 100%;
  height: 100%;
  background: rgba(22, 22, 22, 0.5);
  opacity: 0;
  pointer-events: none; }
  .menu-active:not(.menu--header) .menu {
    opacity: 1;
    pointer-events: all; }
    .menu-active:not(.menu--header) .menu__in {
      transform: translate3d(0%, 0, 0); }
  .menu--header {
    pointer-events: all;
    visibility: hidden; }
    .menu--header.is-active {
      opacity: 1;
      visibility: visible; }
      .menu--header.is-active .menu__in {
        transform: translate3d(0, 0, 0); }
  .menu__in {
    transition: all 0.4s;
    display: flex;
    flex-direction: column;
    width: 323px;
    height: 100%;
    box-sizing: border-box;
    background: #FFFFFF;
    transform: translate3d(-100%, 0, 0); }
  .menu__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    background: #F3F6FA;
    flex-shrink: 0; }
  .menu__headline {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #161616; }
  .menu__main {
    padding: 24px 16px 40px 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow-y: auto; }
  .menu__buy {
    width: 100%;
    margin: 0 0 24px 0; }
  .menu__compare {
    margin: 0 0 24px 0; }
  .menu__list {
    padding-bottom: 24px; }
    .menu__list li {
      margin: 0 0 16px 0; }
      .menu__list li:last-of-type {
        margin: 0; }
      .menu__list li a {
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        color: #37424A; }
  .menu .header__language li:not(:last-child) {
    margin-right: 6px;
    padding-right: 6px; }
  .menu .header__language li a {
    font-size: 12px; }
  .menu__phone {
    margin: 0 0 16px 0; }
  .menu__request {
    margin: 0 0 16px 0; }
  .menu__location {
    padding-bottom: 24px; }
  .menu__footer {
    margin-top: auto; }

.categories {
  overflow: hidden;
  margin: 0 0 100px 0; }
  @media (max-width: 1024px) {
    .categories {
      margin: 0 0 60px 0; } }
  @media (max-width: 767px) {
    .categories {
      margin: 0 0 40px 0; } }
  .categories__in {
    display: flex;
    align-items: flex-start;
    width: 100%;
    max-width: 100%; }
  .categories-sidebar {
    flex: 0 0 252px;
    padding: 16px;
    margin: 0 24px 0 0;
    box-sizing: border-box;
    background: #F3F6FA;
    border-radius: 4px; }
    @media (max-width: 1279px) {
      .categories-sidebar {
        transition: all 0.4s;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 1002;
        border-radius: 0;
        background: #FFFFFF;
        padding: 0;
        box-sizing: border-box;
        background: rgba(22, 22, 22, 0.5);
        margin: 0;
        opacity: 0;
        pointer-events: none; } }
    @media (max-width: 1279px) {
      .categories-sidebar .container {
        padding-right: 0;
        padding-left: 0; } }
    @media (max-width: 1279px) {
      .categories-sidebar__in {
        transition: all 0.4s;
        transform: translate3d(-100%, 0%, 0);
        height: 100%;
        overflow-y: auto;
        position: relative;
        flex: 0 0 320px;
        width: 320px;
        background: #FFFFFF;
        box-sizing: border-box;
        padding: 0 16px;
        box-sizing: border-box; } }
    .categories-sidebar__title {
      font-family: "Montserrat", sans-serif;
      font-weight: 600;
      display: block;
      margin: 0 0 24px 0;
      font-size: 22px;
      line-height: 27px;
      color: #37424A; }
      @media (max-width: 1279px) {
        .categories-sidebar__title {
          position: sticky;
          top: 0;
          display: block;
          font-size: 22px;
          line-height: 22px;
          background: #FFFFFF;
          z-index: 20;
          margin: 0 -16px;
          padding: 16px; } }
      .categories-sidebar__title .btn-close {
        display: none; }
        @media (max-width: 1279px) {
          .categories-sidebar__title .btn-close {
            display: block;
            position: absolute;
            right: 16px;
            top: 50%;
            transform: translate(0, -50%); } }
    .categories-sidebar__btn {
      display: none; }
      @media (max-width: 1279px) {
        .categories-sidebar__btn {
          position: absolute;
          right: 0;
          bottom: 0;
          left: 0;
          display: block;
          width: 100%;
          padding: 8px;
          box-sizing: border-box;
          box-shadow: -2px -4px 14px rgba(0, 0, 0, 0.1);
          background: #FFFFFF; } }
      @media (max-width: 1279px) {
        .categories-sidebar__btn .btn2 {
          display: block;
          width: 100%;
          box-sizing: border-box; } }
  @media (max-width: 1279px) {
    .categories-scroll {
      padding: 0 16px 80px 0;
      height: calc(100% - 56px);
      box-sizing: border-box;
      overflow-y: auto; }
      .categories-scroll::-webkit-scrollbar {
        width: 4px;
        border-radius: 4px; }
      .categories-scroll::-webkit-scrollbar-track {
        background: #EEEEEE; }
      .categories-scroll::-webkit-scrollbar-thumb {
        background: #818A8F;
        border-radius: 4px; } }
  .categories-filters {
    margin: 0 0 24px 0; }
    .categories-filters__list {
      display: none;
      margin: 0 0 24px 0; }
      .categories-filters__list.is-active {
        display: block; }
    .categories-filters__item {
      position: relative;
      padding: 0 0 16px 0;
      margin: 0 0 16px 0;
      border-bottom: 1px solid #DBDFE3; }
      .categories-filters__item::after {
        content: ' ';
        position: absolute;
        width: calc(100% + 4px);
        bottom: 16px;
        left: -2px;
        height: 20px;
        background: linear-gradient(180deg, rgba(243, 246, 250, 0.25) 18.26%, #F3F6FA 50%); }
        @media (max-width: 1279px) {
          .categories-filters__item::after {
            background: linear-gradient(180deg, rgba(243, 246, 250, 0.25) 18.26%, #FFFFFF 50%);
            display: none; } }
      .categories-filters__item:last-of-type {
        margin: 0; }
    .categories-filters__title {
      font-family: "Montserrat", sans-serif;
      font-weight: 500;
      display: block;
      margin: 0 0 17px 0;
      font-size: 14px;
      line-height: 17px;
      color: #37424A; }
    .categories-filters__values {
      max-height: 224px;
      overflow-y: auto; }
      @media (max-width: 1279px) {
        .categories-filters__values {
          max-height: initial;
          max-height: 190px;
          overflow-y: hidden; } }
      .categories-filters__values::-webkit-scrollbar {
        width: 4px;
        border-radius: 4px; }
      .categories-filters__values::-webkit-scrollbar-track {
        background: #EEEEEE; }
      .categories-filters__values::-webkit-scrollbar-thumb {
        background: #818A8F;
        border-radius: 4px; }
      .categories-filters__values li {
        margin: 0 0 8px 0; }
    .categories-filters__value {
      position: relative;
      display: block;
      min-height: 24px;
      line-height: 24px;
      cursor: pointer;
      user-select: none; }
      .categories-filters__value input {
        position: absolute;
        visibility: hidden; }
        .categories-filters__value input:checked {
          display: block;
          background: red; }
          .categories-filters__value input:checked + .categories-filters__text::before {
            border-color: #ED1C24; }
          .categories-filters__value input:checked + .categories-filters__text::after {
            opacity: 1; }
    .categories-filters__text {
      font-family: "Montserrat", sans-serif;
      font-weight: normal;
      position: relative;
      display: inline-block;
      font-size: 12px;
      line-height: 24px;
      color: #37424A;
      padding: 0 0 0 28px; }
      .categories-filters__text b {
        font-family: "Montserrat", sans-serif;
        font-weight: normal; }
      .categories-filters__text::before {
        content: ' ';
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        left: 0;
        width: 16px;
        height: 16px;
        border-radius: 4px;
        border: 1px solid #818A8F;
        box-sizing: border-box; }
      .categories-filters__text::after {
        content: ' ';
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        left: 0;
        width: 16px;
        height: 16px;
        background: url("../img/icons/checkmark-red.svg") center center no-repeat;
        background-size: contain;
        opacity: 0; }
      .categories-filters__text u {
        font-family: "Montserrat", sans-serif;
        font-weight: normal;
        text-decoration: none;
        font-size: 12px;
        line-height: 15px;
        color: #818A8F; }
  @media (max-width: 1279px) {
    .categories-list {
      margin-bottom: 0; } }
  .categories-list__item {
    margin: 0 0 24px 0; }
    .categories-list__item:last-of-type {
      margin: 0; }
  .categories-list__title {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    display: block;
    margin: 0 0 8px 0;
    font-size: 14px;
    line-height: 17px;
    color: #37424A; }
  .categories-list__items li {
    display: block;
    margin: 0 0 8px 0; }
    .categories-list__items li:last-of-type {
      margin: 0; }
    .categories-list__items li a {
      font-family: "Montserrat", sans-serif;
      font-weight: normal;
      font-size: 12px;
      line-height: 15px;
      color: #37424A; }
  .categories-main {
    flex-grow: 1;
    min-width: 0; }
    @media (max-width: 1279px) {
      .categories-main {
        min-width: 100%;
        flex-grow: initial; } }
    .categories-main__headline {
      font-family: "Montserrat", sans-serif;
      font-weight: bold;
      display: block;
      margin: 0 0 24px 0;
      font-size: 32px;
      line-height: 39px;
      color: #37424A; }
      @media (max-width: 1279px) {
        .categories-main__headline {
          font-size: 22px;
          line-height: 27px;
          margin: 0 0 16px 0; } }
  .categories__btn {
    display: none; }
    @media (max-width: 1279px) {
      .categories__btn {
        display: block;
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        background: #FFFFFF;
        box-shadow: -4px -8px 8px rgba(0, 0, 0, 0.1);
        padding: 16px;
        z-index: 99; }
        .categories__btn .btn2 {
          display: block;
          width: 100%; } }

.filter-tag {
  position: relative;
  display: inline-block;
  background: #FFFFFF;
  height: 32px;
  line-height: 30px;
  border: 1px solid #5E7BA5;
  padding: 0 28px 0 12px;
  margin: 8px 8px 8px 0;
  border-radius: 4px;
  cursor: pointer; }
  .filter-tag::after {
    content: ' ';
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 12px;
    width: 16px;
    height: 16px;
    background: url("../img/icons/cross-grey-1.svg") center center no-repeat;
    background-size: contain; }
  .filter-tag__title, .filter-tag__value {
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    font-size: 10px;
    line-height: 12px; }

.pagination {
  margin: 40px 0; }
  .pagination--flex {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  .pagination__load-btn {
    width: 100%;
    max-width: 424px;
    padding-bottom: 40px; }
    @media (max-width: 1439px) {
      .pagination__load-btn {
        max-width: 388px; } }
    @media (max-width: 1279px) {
      .pagination__load-btn {
        padding-bottom: 32px;
        max-width: 308px; } }
    @media (max-width: 1024px) {
      .pagination__load-btn {
        max-width: 224px; } }
    @media (max-width: 767px) {
      .pagination__load-btn {
        max-width: none; } }
  .pagination-more {
    display: flex;
    justify-content: center;
    margin: 0 0 24px 0; }
  .pagination-list {
    display: flex;
    justify-content: center;
    font-size: 0; }
    .pagination-list li {
      margin: 0 4px; }
      @media (max-width: 1024px) {
        .pagination-list li {
          margin: 0 3px; } }
      .pagination-list li a {
        font-weight: 400;
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 2px;
        border: 1px solid #EEEEEE;
        box-sizing: border-box;
        text-align: center;
        color: #37424A;
        font-size: 14px; }
        @media (max-width: 1024px) {
          .pagination-list li a {
            width: 36px;
            height: 36px;
            line-height: 36px; } }
        .pagination-list li a.is-active {
          border-color: #ED1C24;
          color: #ED1C24; }
        .pagination-list li a.is-disabled::after {
          background: url("../img/icons/arrow-grey-2.svg") center center no-repeat;
          background-size: contain; }
  .pagination__arrow {
    position: relative;
    margin-left: 16px; }
    .pagination__arrow::after {
      content: ' ';
      position: absolute;
      top: 50%;
      transform: translate(0, -50%);
      right: 0;
      left: 0;
      margin: auto;
      width: 16px;
      height: 16px;
      background: url("../img/icons/arrow-dark-grey.svg") center center no-repeat;
      background-size: contain; }
    .pagination__arrow--prev {
      margin-right: 16px; }
      .pagination__arrow--prev::after {
        transform: translate(0, -50%) rotate(-180deg); }

.product-card {
  margin: 0 0 60px 0; }
  @media (max-width: 1024px) {
    .product-card {
      margin: 0 0 32px 0; } }
  @media (max-width: 767px) {
    .product-card {
      margin: 0 0 16px 0; } }
  .product-card__in {
    display: flex; }
    @media (max-width: 1024px) {
      .product-card__in {
        flex-wrap: wrap;
        align-items: flex-start; } }
  .product-card__content {
    flex-grow: 1;
    margin: 0 94px 0 0; }
    @media (max-width: 1439px) {
      .product-card__content {
        margin: 0 90px 0 0; } }
    @media (max-width: 1279px) {
      .product-card__content {
        margin: 0 45px 0 0; } }
    @media (max-width: 1024px) {
      .product-card__content {
        width: 100%;
        flex-grow: initial;
        margin: 0; } }
  @media (max-width: 1024px) {
    .product-card__content-inner {
      display: flex;
      flex-direction: row; } }
  @media (max-width: 767px) {
    .product-card__content-inner {
      flex-direction: column; } }
  .product-card__name {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    display: block;
    margin: 0 0 24px 0;
    font-size: 32px;
    line-height: 39px;
    color: #37424A; }
    @media (max-width: 1279px) {
      .product-card__name {
        margin: 0 0 32px 0; } }
    @media (max-width: 1024px) {
      .product-card__name {
        font-size: 22px;
        line-height: 27px;
        margin: 0 0 24px 0; } }
    @media (max-width: 767px) {
      .product-card__name {
        margin: 0 0 16px 0; } }
  .product-card__main {
    display: flex;
    margin: 0 0 3px 0; }
    @media (max-width: 1024px) {
      .product-card__main {
        flex-direction: column;
        width: 50%;
        padding-right: 19px; } }
    @media (max-width: 767px) {
      .product-card__main {
        width: 100%;
        padding-right: 0; } }
  .product-card__visual {
    flex-shrink: 0;
    padding-right: 115px;
    box-sizing: border-box; }
    @media (max-width: 1279px) {
      .product-card__visual {
        padding-right: 60px; } }
    @media (max-width: 1024px) {
      .product-card__visual {
        padding-right: 0; } }
  .product-card__img {
    position: relative;
    width: 400px; }
    @media (max-width: 1279px) {
      .product-card__img {
        width: 350px; } }
    @media (max-width: 1024px) {
      .product-card__img {
        width: 100%; } }
    .product-card__img::before {
      content: '';
      display: inline-block;
      padding-top: 100%; }
    .product-card__img img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .product-card__properties {
    width: 100%;
    padding-top: 18px; }
    @media (max-width: 1650px) {
      .product-card__properties {
        flex: 1 1 auto; } }
    @media (max-width: 1279px) {
      .product-card__properties {
        padding-top: 24px;
        max-width: 400px; } }
    @media (max-width: 1024px) {
      .product-card__properties {
        flex-basis: initial;
        padding-top: 68px; } }
    @media (max-width: 767px) {
      .product-card__properties {
        padding-top: 22px; } }
  .product-card-property {
    margin: 0 0 16px 0; }
    .product-card-property__headline {
      font-family: "Montserrat", sans-serif;
      font-weight: 600;
      display: block;
      margin: 0 0 8px 0;
      font-size: 16px;
      line-height: 20px;
      color: #37424A; }
    .product-card-property__options {
      display: flex;
      flex-wrap: wrap; }
      @media (max-width: 1024px) {
        .product-card-property__options {
          margin-left: -4px;
          margin-right: -4px; } }
      .product-card-property__options .inp-group--radio {
        margin: 0 4px 8px 0; }
        @media (max-width: 1024px) {
          .product-card-property__options .inp-group--radio {
            margin: 0 4px 8px 4px; } }
        .product-card-property__options .inp-group--radio input {
          position: absolute;
          opacity: 0;
          visibility: hidden;
          display: none; }
          .product-card-property__options .inp-group--radio input:checked + label {
            background: #5E7BA5;
            color: #FFFFFF; }
        .product-card-property__options .inp-group--radio label {
          font-family: "Montserrat", sans-serif;
          font-weight: normal;
          display: flex;
          justify-content: center;
          align-items: center;
          min-width: 43px;
          padding: 0 12.5px;
          box-sizing: border-box;
          height: 23px;
          font-size: 12px;
          line-height: 15px;
          color: #37424A;
          background: #F5F5F5;
          border-radius: 2px;
          cursor: pointer; }
          @media (max-width: 1024px) {
            .product-card-property__options .inp-group--radio label {
              height: 40px;
              min-width: 50px;
              line-height: 40px;
              margin-right: 0; } }
  .product-card__sidebar {
    flex: 0 0 320px; }
    @media (max-width: 1024px) {
      .product-card__sidebar {
        margin: 0 0 48px 0;
        width: 50%;
        padding-left: 19px;
        flex: auto; } }
    @media (max-width: 767px) {
      .product-card__sidebar {
        width: 100%;
        padding-left: 0; } }
    .product-card__sidebar.tablet-hidden {
      position: sticky;
      top: 110px;
      height: fit-content; }
  .product-card-buy {
    padding: 24px;
    margin: 0 0 24px 0;
    border-radius: 8px;
    background: #F3F6FA; }
    @media (max-width: 1024px) {
      .product-card-buy {
        margin: 0 0 32px 0; } }
    .product-card-buy__header {
      padding-bottom: 20px; }
      @media (max-width: 1024px) {
        .product-card-buy__header {
          display: flex;
          flex-direction: column; } }
      .product-card-buy__header .select {
        margin: 0 0 0 5px; }
        .product-card-buy__header .select .jq-selectbox__select {
          padding: 0 20px 0 0; }
    .product-card-buy__header-flex {
      display: flex;
      align-items: center; }
      @media (max-width: 1024px) {
        .product-card-buy__header-flex {
          display: inline-flex; } }
    .product-card-buy__headline {
      font-family: "Montserrat", sans-serif;
      font-weight: normal;
      color: #37424A;
      font-size: 14px;
      line-height: 21px; }
    .product-card-buy__prices {
      display: flex;
      margin: 0 0 8px 0; }
      .product-card-buy__prices li {
        margin: 0 8px 8px 0;
        font-size: 10px;
        line-height: 12px;
        color: #37424A; }
    .product-card-buy__properties {
      margin: 0 0 8px 0; }
      @media (max-width: 1024px) {
        .product-card-buy__properties .product-item__properties {
          display: flex; } }
      @media (max-width: 1024px) {
        .product-card-buy__properties .inp-group--radio {
          width: 100% !important;
          max-width: 56px;
          height: 40px;
          line-height: 38px;
          margin-right: 4px;
          margin-left: 0; }
          .product-card-buy__properties .inp-group--radio:last-child {
            margin-right: 0; } }
      .product-card-buy__properties .inp-group--radio input:checked + label {
        background: #5E7BA5 !important;
        color: #FFFFFF !important; }
      .product-card-buy__properties .inp-group--radio label {
        background: #FFFFFF; }
        @media (max-width: 1024px) {
          .product-card-buy__properties .inp-group--radio label {
            line-height: 38px; } }
    .product-card-buy__counter {
      margin: 0 0 24px 0; }
      @media (max-width: 1024px) {
        .product-card-buy__counter {
          margin: 0 0 18px 0; } }
      .product-card-buy__counter .btn-counter {
        background: #FFFFFF; }
        @media (max-width: 1024px) {
          .product-card-buy__counter .btn-counter {
            height: 32px; } }
    .product-card-buy__main-info {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin: 0 0 6px 0; }
    .product-card-buy__price {
      font-family: "Montserrat", sans-serif;
      font-weight: 600;
      font-size: 22px;
      line-height: 27px;
      color: #37424A; }
      .product-card-buy__price i {
        font-family: "Montserrat", sans-serif;
        font-weight: normal;
        font-size: 16px;
        line-height: 27px;
        font-style: normal; }
    .product-card-buy__availability {
      font-family: "Montserrat", sans-serif;
      font-weight: 500;
      font-size: 12px;
      line-height: 15px; }
    .product-card-buy__buttons .btn2 + .btn2 {
      margin: 8px 0 0 0; }
    .product-card-buy__controls {
      display: flex;
      justify-content: space-between;
      margin: 16px 0 0 0; }
      @media (max-width: 1024px) {
        .product-card-buy__controls {
          margin: 16px 0 0 0; } }
  .product-card-conditions__item:not(:last-of-type) {
    margin: 0 0 24px 0; }
  .product-card-conditions__headline {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin: 0 0 8px 0;
    font-size: 16px;
    line-height: 20px;
    color: #5E7BA5; }
  .product-card-conditions__icon {
    width: 24px;
    height: 24px;
    margin: 0 8px 0 0; }
  .product-card-conditions__description p {
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #37424A; }
  .product-card-location {
    margin: 4px 0 16px 0; }
    .product-card-location__headline {
      font-family: "Montserrat", sans-serif;
      font-weight: 500;
      display: block;
      margin: 0 0 16px 0;
      font-size: 15px;
      line-height: 18px;
      color: #ED1C24; }
    .product-card-location__item:not(:last-of-type) {
      margin: 0 0 14px 0; }
    .product-card-location__name {
      font-family: "Montserrat", sans-serif;
      font-weight: 600;
      display: block;
      position: relative;
      padding: 0 0 0 18px;
      margin: 0 0 3px 0;
      font-size: 13px;
      line-height: 16px;
      color: #37424A; }
      .product-card-location__name::before {
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        left: 9px;
        content: ' ';
        width: 2.5px;
        height: 2.5px;
        background: #37424A;
        border-radius: 50%; }
    .product-card-location__description {
      padding-left: 18px;
      font-weight: 400 !important;
      font-size: 13px !important;
      line-height: 16px !important;
      color: #37424A; }
      .product-card-location__description a {
        font-size: inherit;
        line-height: inherit;
        transition: color 300ms ease;
        margin-left: 8px; }
        .product-card-location__description a:hover {
          color: #ED1C24; }

.cookie-consent {
  display: none;
  position: fixed;
  max-width: 395px;
  right: 60px;
  bottom: 60px;
  padding: 32px;
  background-color: #384C6A;
  border-radius: 5px;
  font-size: 13px;
  line-height: 18px;
  z-index: 9999; }
  @media (max-width: 767px) {
    .cookie-consent {
      left: 15px;
      right: 15px;
      bottom: 15px;
      padding: 24px; } }
  .cookie-consent__wrap {
    display: flex;
    align-items: center;
    margin-bottom: 30px; }
  .cookie-consent__text {
    margin-left: 20px;
    color: #FFFFFF; }
  .cookie-consent__link {
    color: #FFFFFF;
    font-size: 13px;
    line-height: 18px;
    text-decoration: underline; }
  .cookie-consent__buttons {
    display: flex;
    justify-content: space-between; }

.cookieConsentAcceptBtn,
.cookieConsentDeclineBtn {
  width: 50%; }
  .cookieConsentAcceptBtn button,
  .cookieConsentDeclineBtn button {
    width: 100%;
    padding: 12px 24px;
    border: none;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    cursor: pointer;
    outline: none; }

.cookieConsentAcceptBtn {
  margin-right: 15px; }
  .cookieConsentAcceptBtn button {
    background-color: #ED1C24; }

.cookieConsentDeclineBtn button {
  border: 1px solid #FFFFFF;
  background-color: transparent; }

.c-item {
  padding: 16px;
  background: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.1);
  position: relative;
  margin-bottom: 16px;
  transition: box-shadow 300ms ease;
  overflow: hidden; }
  @media (max-width: 1279px) {
    .c-item {
      padding: 20px; } }
  @media (max-width: 1024px) {
    .c-item {
      padding: 0 18px; } }
  @media (max-width: 767px) {
    .c-item {
      padding: 0 16px; } }
  .c-item:hover {
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1), 4px 8px 8px rgba(0, 0, 0, 0.1); }
    .c-item:hover .c-item__details {
      opacity: 0;
      visibility: hidden; }
    .c-item:hover .c-item__calc {
      opacity: 1;
      visibility: visible; }
  .c-item__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: -16px;
    margin-right: -16px; }
    @media (max-width: 1024px) {
      .c-item__row {
        flex-direction: column;
        margin: 0; } }
  .c-item__col {
    width: 100%;
    padding: 0 16px;
    position: relative; }
    @media (max-width: 1024px) {
      .c-item__col {
        padding: 0; } }
    .c-item__col:first-child {
      border-right: 1px solid #D0D0D0; }
      @media (max-width: 1024px) {
        .c-item__col:first-child {
          border-right: none; } }
    .c-item__col:last-child {
      min-width: 175px;
      width: auto;
      flex-shrink: 0; }
      @media (max-width: 1024px) {
        .c-item__col:last-child {
          width: 100%; } }
  .c-item__col-inner {
    padding: 0 8px;
    width: 100%;
    position: relative; }
    .c-item__col-inner:first-child {
      border-right: none; }
    .c-item__col-inner:last-child {
      width: 100%;
      flex-shrink: 1; }
    .c-item__col-inner--name {
      align-self: stretch;
      display: flex;
      align-items: stretch; }
      @media (max-width: 1024px) {
        .c-item__col-inner--name {
          width: 100%;
          align-self: auto; } }
    .c-item__col-inner--info {
      display: flex;
      justify-content: center;
      width: 70% !important; }
      @media (max-width: 1024px) {
        .c-item__col-inner--info {
          justify-content: flex-start;
          width: auto !important; } }
    .c-item__col-inner--price {
      width: auto !important;
      flex-shrink: 0 !important;
      min-width: 160px; }
      @media (max-width: 1024px) {
        .c-item__col-inner--price {
          margin-left: auto; } }
      @media (max-width: 767px) {
        .c-item__col-inner--price {
          position: absolute;
          bottom: 10px;
          right: 0; } }
  .c-item__inner {
    display: flex;
    align-items: center;
    margin-left: -8px;
    margin-right: -8px;
    position: relative; }
    @media (max-width: 1024px) {
      .c-item__inner {
        flex-wrap: wrap; } }
  .c-item__name {
    min-height: 100%;
    display: flex;
    align-items: center;
    margin-left: -16px;
    margin-top: -16px;
    margin-bottom: -16px;
    padding: 16px 0 16px 16px; }
    .c-item__name:hover .c-item__name-text {
      color: #df1a22; }
    @media (max-width: 1024px) {
      .c-item__name {
        width: 100%;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 20px;
        padding: 20px 0 12px 0;
        border-bottom: 1px solid #D0D0D0; } }
    @media (max-width: 767px) {
      .c-item__name {
        padding: 16px 0 8px 0;
        margin-bottom: 14px; } }
  .c-item__icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #F3F6FA;
    display: flex;
    align-items: center;
    justify-content: center; }
    .c-item__icon img {
      width: 24px;
      height: 24px;
      display: block;
      object-fit: contain; }
    @media (max-width: 767px) {
      .c-item__icon {
        width: 48px;
        height: 48px; } }
  .c-item__caption {
    padding-left: 8px; }
    @media (max-width: 1279px) {
      .c-item__caption {
        padding-left: 16px; } }
    @media (max-width: 1024px) {
      .c-item__caption {
        padding-left: 12px; } }
    @media (max-width: 767px) {
      .c-item__caption {
        padding-left: 8px; } }
  .c-item__name-text {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #37424A;
    padding-bottom: 8px;
    transition: color 300ms ease; }
    @media (max-width: 1279px) {
      .c-item__name-text {
        font-size: 13px;
        line-height: 160%;
        padding-bottom: 12px; } }
    @media (max-width: 1024px) {
      .c-item__name-text {
        padding-bottom: 0; } }
    @media (max-width: 767px) {
      .c-item__name-text {
        padding-right: 10px; } }
  .c-item__name-description {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #37424A;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline; }
    .c-item__name-description strong {
      font-weight: 500; }
    .c-item__name-description span {
      display: block;
      margin-right: 8px; }
    @media (max-width: 1024px) {
      .c-item__name-description {
        display: none; } }
  .c-item__details {
    display: inline-flex;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    visibility: visible;
    transition: opacity 150ms ease, visibility 150ms ease; }
    @media (max-width: 1279px) {
      .c-item__details {
        opacity: 0 !important;
        visibility: hidden !important; } }
  .c-item__text {
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #37424A;
    white-space: nowrap; }
    .c-item__text--lg {
      font-weight: 600;
      font-size: 18px;
      line-height: 22px;
      color: #37424A; }
  .c-item__measures {
    position: relative;
    text-align: right; }
    @media (max-width: 1279px) {
      .c-item__measures {
        text-align: left; } }
    @media (max-width: 767px) {
      .c-item__measures {
        display: flex;
        padding-top: 6px; } }
  .c-item__measures-item {
    padding-bottom: 4px; }
    @media (max-width: 1024px) {
      .c-item__measures-item {
        padding-bottom: 8px; } }
    @media (max-width: 767px) {
      .c-item__measures-item {
        padding-bottom: 0;
        padding-right: 8px; } }
    .c-item__measures-item:last-child {
      padding-bottom: 0;
      padding-right: 0; }
  .c-item__btn-calculator {
    display: block;
    margin: 0 16px !important; }
  .c-item__status {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #818A8F;
    padding-bottom: 10px; }
    .c-item__status--green {
      color: #18822A; }
    @media (max-width: 1279px) {
      .c-item__status {
        text-align: right;
        padding-bottom: 8px; } }
    @media (max-width: 767px) {
      .c-item__status {
        padding-bottom: 4px; } }
  .c-item__price {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #37424A; }
    @media (max-width: 1279px) {
      .c-item__price {
        text-align: right;
        font-size: 16px;
        line-height: 20px; } }
  @media (max-width: 1024px) {
    .c-item__options {
      margin-top: 20px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 14px 18px;
      background: #F8F8F8;
      margin-left: -18px;
      margin-right: -18px; } }
  @media (max-width: 767px) {
    .c-item__options {
      margin-top: 16px;
      padding: 14px 16px; } }
  .c-item__button {
    display: flex;
    align-items: center;
    padding: 8px 0; }
    @media (max-width: 1024px) {
      .c-item__button {
        padding: 0; } }
    .c-item__button:hover .c-item__button-icon svg {
      stroke: #ed1c24; }
    .c-item__button:hover .c-item__button-icon--rotate {
      animation: icon-rotate 3s linear infinite; }
    .c-item__button:hover .c-item__button-name {
      color: #ed1c24; }
    .c-item__button.active .c-item__button-content--default {
      display: none; }
    .c-item__button.active .c-item__button-content--complete {
      display: flex; }
  .c-item__button-content {
    align-items: center; }
    .c-item__button-content--default {
      display: flex; }
    .c-item__button-content--complete {
      display: none; }
      .c-item__button-content--complete .c-item__button-icon svg {
        stroke: none !important; }
  .c-item__button-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0; }
    .c-item__button-icon svg {
      display: block;
      width: 100%;
      height: 100%;
      stroke: #818A8F;
      transition: stroke 300ms ease; }
  .c-item__button-name {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #818A8F;
    transition: color 300ms ease;
    padding-left: 10px; }
    .c-item__button-name--blue {
      color: #5E7BA5; }
  .c-item__calc {
    opacity: 0;
    visibility: hidden;
    transition: opacity 150ms ease, visibility 150ms ease;
    padding: 10px 0;
    position: relative; }
    @media (max-width: 1279px) {
      .c-item__calc {
        opacity: 1 !important;
        visibility: visible !important; } }
    @media (max-width: 1024px) {
      .c-item__calc {
        display: flex;
        align-items: center;
        padding: 0; } }
    @media (max-width: 767px) {
      .c-item__calc {
        flex-direction: column;
        align-items: flex-start; } }
    .c-item__calc .c-item__btn-calculator {
      margin: 0 8px !important; }
      @media (max-width: 1279px) {
        .c-item__calc .c-item__btn-calculator {
          display: none; } }
      @media (max-width: 1024px) {
        .c-item__calc .c-item__btn-calculator {
          margin: 0 !important;
          display: block; } }
      @media (max-width: 767px) {
        .c-item__calc .c-item__btn-calculator {
          position: absolute;
          left: 116px;
          top: 3px; } }
  .c-item__calc-bottom {
    display: flex;
    align-items: center;
    position: relative; }
    @media (max-width: 767px) {
      .c-item__calc-bottom {
        flex-direction: column;
        padding-right: 30px; } }
  .c-item__btn-counter {
    width: 110px; }
    @media (max-width: 1279px) {
      .c-item__btn-counter {
        width: 100px;
        margin-right: 16px; } }
    @media (max-width: 1024px) {
      .c-item__btn-counter {
        height: 40px;
        margin-right: 0; }
        .c-item__btn-counter .btn-counter {
          height: 40px; } }
    @media (max-width: 767px) {
      .c-item__btn-counter {
        width: 118px;
        margin-right: 0; }
        .c-item__btn-counter .btn-counter {
          height: 38px; } }
  .c-item__radio-group {
    margin-bottom: 8px; }
    @media (max-width: 1024px) {
      .c-item__radio-group {
        margin-bottom: 0;
        padding-right: 16px; } }
    @media (max-width: 767px) {
      .c-item__radio-group {
        padding-right: 0;
        margin-bottom: 16px; } }

@keyframes icon-rotate {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }

.sidebar {
  background: #F3F6FA;
  border-radius: 4px;
  padding: 20px; }
  .sidebar--simple {
    background: #fff;
    padding: 0; }
    .sidebar--simple .sidebar__text {
      background: #fff;
      color: #6B7E8C; }
      .sidebar--simple .sidebar__text--black {
        color: #37424A; }
  .sidebar__title {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #5E7BA5;
    padding-bottom: 20px; }
  .sidebar__list {
    overflow: hidden;
    padding-bottom: 24px;
    border-bottom: 1px solid #D2D7E0;
    margin-bottom: 24px;
    position: relative;
    z-index: 2; }
    .sidebar__list:last-child {
      padding-bottom: 0;
      margin-bottom: 0;
      border-bottom: none; }
  .sidebar__item {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding-bottom: 10px;
    margin-left: -8px;
    margin-right: -8px; }
    .sidebar__item:last-child {
      padding-bottom: 0; }
  .sidebar__text {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #6B7E8C;
    padding: 0 8px;
    background: #F3F6FA;
    position: relative; }
    .sidebar__text--black {
      font-weight: 600;
      color: #37424A; }
    .sidebar__text--lg {
      font-size: 16px;
      line-height: 20px; }
    .sidebar__text:first-child::before {
      content: '';
      position: absolute;
      left: 0;
      bottom: 4px;
      width: 900px;
      height: 1px;
      border-bottom: 1px dashed #B7C7D6;
      z-index: -1; }

.scheme {
  display: flex;
  align-items: center; }
  @media (max-width: 767px) {
    .scheme {
      flex-direction: column;
      align-items: flex-start;
      min-height: 248px; } }
  .scheme__item {
    width: 100%;
    margin-right: 12px;
    text-align: center;
    position: relative; }
    @media (max-width: 767px) {
      .scheme__item {
        height: 100%;
        margin-right: 0;
        margin-bottom: 12px;
        display: flex;
        align-items: center;
        min-height: 40px; } }
    .scheme__item::before {
      content: '';
      position: absolute;
      top: -4px;
      right: -8px;
      width: 4px;
      height: 20px;
      background: #D0D0D0; }
      @media (max-width: 767px) {
        .scheme__item::before {
          width: 20px;
          height: 4px;
          right: auto;
          left: -4px;
          top: auto;
          bottom: -8px; } }
    .scheme__item:last-child {
      margin-right: 0; }
      .scheme__item:last-child::before {
        display: none; }
  .scheme__box {
    height: 32px;
    border-left: 1px solid #D0D0D0;
    border-right: 1px solid #D0D0D0;
    position: relative;
    box-sizing: border-box; }
    @media (max-width: 767px) {
      .scheme__box {
        height: 100%;
        width: 32px;
        border-left: none;
        border-right: none;
        border-top: 1px solid #D0D0D0;
        border-bottom: 1px solid #D0D0D0; } }
  .scheme__value {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: rgba(55, 66, 74, 0.6);
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translateX(-50%); }
    @media (max-width: 767px) {
      .scheme__value {
        left: 0;
        top: 0;
        transform: none;
        position: relative;
        padding-left: 21px;
        font-size: 16px;
        line-height: 150%; } }
  .scheme__bg {
    width: 100%;
    height: 12px;
    background: url("../img/scheme/bg.png") 0 0 repeat-x;
    background-size: auto 100%; }
    @media (max-width: 767px) {
      .scheme__bg {
        height: 100%;
        width: 13px;
        background: url("../img/scheme/bg-vertical.png") 0 0 repeat-x;
        background-size: 100% auto; } }
  .scheme__arrow {
    position: absolute;
    bottom: 7px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #D0D0D0; }
    @media (max-width: 767px) {
      .scheme__arrow {
        width: 1px;
        height: 100%;
        bottom: 0;
        left: auto;
        right: 7px; } }
    .scheme__arrow::before, .scheme__arrow::after {
      content: '';
      position: absolute;
      top: 50%;
      width: 5px;
      height: 8px;
      background: url("../img/scheme/arrow.svg") 50% 50% no-repeat;
      background-size: contain; }
    .scheme__arrow::before {
      left: 0;
      transform: translateY(-50%); }
      @media (max-width: 767px) {
        .scheme__arrow::before {
          bottom: -3px;
          left: -2px;
          top: auto;
          transform: translate(0, 0) rotate(-90deg); } }
    .scheme__arrow::after {
      right: 0;
      transform: translateY(-50%) scale(-1, 1); }
      @media (max-width: 767px) {
        .scheme__arrow::after {
          left: -2px;
          top: -3px;
          transform: translate(0, 0) rotate(-90deg) scale(-1, 1); } }

.c-order {
  position: sticky;
  bottom: 0;
  z-index: 10;
  background: #fff;
  box-shadow: -4px -8px 8px rgba(0, 0, 0, 0.1);
  display: none;
  transition: transform 300ms ease, opacity 300ms ease, visibility 300ms ease; }
  .c-order.hide {
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden; }
  @media (max-width: 1365px) {
    .c-order {
      display: block; } }
  .c-order__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0; }
  .c-order__item {
    display: flex;
    align-items: baseline; }
  .c-order__text {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #6B7E8C;
    padding-right: 16px; }
    @media (max-width: 767px) {
      .c-order__text {
        display: none; } }
  .c-order__value {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #37424A; }
    @media (max-width: 767px) {
      .c-order__value {
        font-size: 16px;
        line-height: 20px; } }

.s-msg {
  padding: 140px 0 180px; }
  @media (max-width: 1439px) {
    .s-msg {
      padding: 70px 0 80px; } }
  @media (max-width: 767px) {
    .s-msg {
      padding: 100px 0; } }
  .s-msg--align-center {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  @media (max-width: 767px) {
    .s-msg--fail .s-msg__caption {
      margin-bottom: 0; } }
  .s-msg__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .s-msg__icon {
    width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
    background: #F3F6FA;
    border-radius: 50%; }
    @media (max-width: 1439px) {
      .s-msg__icon {
        width: 140px;
        height: 140px; } }
    @media (max-width: 767px) {
      .s-msg__icon {
        width: 160px;
        height: 160px;
        margin-bottom: 24px; } }
    .s-msg__icon img {
      display: block;
      width: 116px;
      height: 116px;
      object-fit: contain; }
      @media (max-width: 1439px) {
        .s-msg__icon img {
          width: 86px;
          height: 86px; } }
      @media (max-width: 767px) {
        .s-msg__icon img {
          width: 102px;
          height: 102px; } }
  .s-msg__caption {
    margin-bottom: 22px;
    width: 100%;
    max-width: 580px; }
    @media (max-width: 767px) {
      .s-msg__caption {
        max-width: 300px;
        padding: 0 16px;
        margin-bottom: 16px; } }
  .s-msg__title {
    font-weight: 600;
    font-size: 28px;
    line-height: 150%;
    text-align: center;
    color: #ED1C24; }
    @media (max-width: 767px) {
      .s-msg__title {
        font-size: 22px;
        line-height: 140%; } }
  .s-msg__subtitle {
    font-weight: 600;
    font-size: 28px;
    line-height: 150%;
    text-align: center;
    color: #37424A;
    padding-bottom: 18px; }
    @media (max-width: 767px) {
      .s-msg__subtitle {
        font-size: 22px;
        line-height: 140%;
        padding-bottom: 16px; } }
  .s-msg__description {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #818A8F;
    padding-bottom: 18px; }
    @media (max-width: 767px) {
      .s-msg__description {
        font-size: 16px;
        line-height: 130%;
        padding-bottom: 16px; } }
  .s-msg__button {
    width: 100%;
    max-width: 230px; }
  .s-msg__callback {
    text-align: center;
    padding-top: 40px;
    width: 100%;
    max-width: 580px; }
    @media (max-width: 767px) {
      .s-msg__callback {
        padding-top: 0;
        padding-bottom: 32px;
        max-width: 300px; } }
  .s-msg__callback-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #818A8F;
    padding-bottom: 4px; }
    @media (max-width: 767px) {
      .s-msg__callback-text {
        font-weight: 500;
        padding-bottom: 8px; } }
  .s-msg__callback-link {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #37424A;
    transition: color 300ms ease; }
    .s-msg__callback-link:hover {
      color: #ED1C24; }
  .s-msg__flex {
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media (max-width: 767px) {
      .s-msg__flex {
        flex-direction: column-reverse; } }

.pr-group__item {
  position: relative;
  cursor: pointer;
  margin-bottom: 8px;
  display: block; }
  .pr-group__item:last-child {
    margin-bottom: 0; }
  .pr-group__item:hover .pr-group__container {
    background: #F3F6FA; }
  .pr-group__item:hover .pr-group__box {
    border-color: #ED1C24; }

.pr-group__field {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden; }
  .pr-group__field:checked + .pr-group__container {
    background: #F3F6FA; }
    .pr-group__field:checked + .pr-group__container .pr-group__box {
      border-color: #ED1C24; }
      .pr-group__field:checked + .pr-group__container .pr-group__box::before {
        opacity: 1; }

.pr-group__container {
  display: flex;
  align-items: center;
  padding: 10px 16px;
  background: #fff;
  transition: background 300ms ease;
  border-radius: 4px;
  overflow: hidden; }

.pr-group__box {
  flex-shrink: 0;
  margin-right: 16px;
  width: 14px;
  height: 14px;
  border: 1px solid #818A8F;
  border-radius: 50%;
  position: relative;
  transition: border 300ms ease; }
  .pr-group__box::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    background: #ED1C24;
    width: 8px;
    height: 8px;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 300ms ease; }

.pr-group__caption {
  display: flex;
  align-items: center; }

.pr-group__icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  margin-right: 12px; }
  .pr-group__icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain; }

.pr-group__description {
  position: relative; }

.pr-group__title {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #37424A;
  padding-bottom: 2px; }

.pr-group__text {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #818A8F; }

.plate {
  padding: 40px;
  background: #fff;
  border-radius: 8px;
  margin-bottom: 24px; }
  .plate--sticky {
    position: sticky;
    top: 24px; }
  .plate--shadow {
    box-shadow: 0px 7px 15px rgba(99, 106, 115, 0.08); }
  .plate--sm {
    padding: 24px 32px; }
  .plate--md {
    padding: 32px; }
  @media (max-width: 767px) {
    .plate {
      padding: 24px; } }
  .plate__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 24px; }
    .plate__header--p-0 {
      padding-bottom: 0; }
  .plate__amount {
    color: #99A1A6; }
  .plate__title {
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    color: #37424A; }
    .plate__title--sm {
      font-size: 16px;
      line-height: 20px;
      padding-bottom: 12px; }
    .plate__title--md {
      font-size: 18px;
      line-height: 22px;
      padding-bottom: 16px; }
    .plate__title--p-0 {
      padding-bottom: 0 !important; }
  .plate__fields {
    position: relative;
    padding-bottom: 24px; }
    .plate__fields:last-child {
      padding-bottom: 0; }
  .plate__field {
    padding-bottom: 16px; }
    .plate__field:last-child {
      padding-bottom: 0; }
  .plate__p-tabs {
    padding-bottom: 24px; }
  .plate__link {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #5E7BA5;
    transition: color 300ms ease; }
    .plate__link--inherit {
      font-size: inherit;
      line-height: inherit; }
    .plate__link--map {
      display: inline-block; }
      @media (max-width: 767px) {
        .plate__link--map {
          display: block;
          margin-top: 8px; } }
    .plate__link:hover {
      color: #ED1C24; }
  .plate__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #37424A;
    padding-bottom: 16px; }
  .plate__datepicker {
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .plate__datepicker {
        margin-bottom: 32px; } }
  .plate__promocode {
    margin-bottom: 24px; }
  .plate__sidebar {
    margin-bottom: 24px; }
  .plate__button {
    margin-bottom: 16px; }
  .plate__privacy {
    font-weight: 400;
    font-size: 12px;
    line-height: 126%;
    color: #37424A; }
    .plate__privacy a {
      font-weight: 500; }

.promocode {
  position: relative; }
  .promocode.error .promocode__field {
    background: #FFF9F9;
    border-color: #F07075; }
  .promocode__container {
    position: relative; }
  .promocode__field {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-progress-appearance: none;
    outline: none;
    box-shadow: none;
    background: #F3F6FA;
    border: 1px solid #F3F6FA;
    border-radius: 4px;
    width: 100%;
    padding: 14px 52px 14px 16px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #212121;
    box-sizing: border-box; }
    .promocode__field::placeholder {
      color: #5E7BA5; }
  .promocode__btn {
    width: 56px;
    height: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center; }
    .promocode__btn:hover svg {
      stroke: #ED1C24; }
    .promocode__btn svg {
      display: block;
      width: 24px;
      height: 24px;
      stroke: #5E7BA5;
      transition: stroke 300ms ease; }

.product-tile {
  padding: 16px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 1px 4px rgba(55, 66, 74, 0.16);
  box-sizing: border-box;
  position: relative; }
  .product-tile * {
    box-sizing: border-box; }
  @media (max-width: 1024px) {
    .product-tile {
      display: flex;
      flex-direction: column; } }
  @media (max-width: 767px) {
    .product-tile {
      padding: 8px; } }
  @media only screen and (min-width: 1024px) {
    .product-tile:hover {
      box-shadow: 0 5px 10px rgba(55, 66, 74, 0.16); }
      .product-tile:hover .product-tile__hidden-container {
        box-shadow: 0 8px 8px rgba(55, 66, 74, 0.1); }
      .product-tile:hover .product-tile__hidden {
        overflow: visible; }
      .product-tile:hover .product-tile__price-row:last-child {
        opacity: 1; }
      .product-tile:hover .btn-bordered {
        background: #ED1C24;
        color: #fff; }
      .product-tile:hover .btn-bordered-gray2 {
        background: #5E7BA5;
        border-color: #5E7BA5;
        color: #fff; }
        .product-tile:hover .btn-bordered-gray2 svg {
          fill: #fff !important; }
          .product-tile:hover .btn-bordered-gray2 svg .stroke {
            stroke: #fff !important; } }
  .product-tile--slide .product-tile__hidden {
    position: relative;
    display: none; }
    @media (max-width: 1024px) {
      .product-tile--slide .product-tile__hidden {
        display: block; } }
  .product-tile--slide .product-tile__hidden-container {
    position: relative; }
  @media (max-width: 1024px) {
    .product-tile--slide:hover {
      padding-bottom: 16px; } }
  @media (max-width: 767px) {
    .product-tile--slide:hover {
      padding-bottom: 8px; } }
  .product-tile--slide:hover .product-tile__hidden {
    display: block; }
  .product-tile--slide:hover .product-tile__hidden-container {
    position: absolute; }
    @media (max-width: 1024px) {
      .product-tile--slide:hover .product-tile__hidden-container {
        position: relative; } }
  @media (max-width: 1024px) {
    .product-tile .btn-bordered {
      background: #ED1C24;
      color: #fff; } }
  .product-tile__header {
    position: relative; }
    @media (max-width: 1024px) {
      .product-tile__header {
        order: 1; } }
  .product-tile__type {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #37424A;
    padding-bottom: 4px; }
  .product-tile__title {
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #37424A;
    padding-bottom: 8px;
    transition: color 300ms ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .product-tile__title:hover {
      color: #ED1C24; }
    @media (max-width: 1024px) {
      .product-tile__title {
        font-size: 14px;
        line-height: 18px;
        padding-bottom: 10px; } }
  .product-tile__measures {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 13px; }
    @media (max-width: 767px) {
      .product-tile__measures {
        padding-bottom: 8px; } }
  .product-tile__measure {
    display: flex;
    align-items: center;
    margin-right: 12px;
    flex-direction: column;
    align-items: flex-start; }
  .product-tile__measure-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    margin-bottom: 4px; }
    @media (max-width: 1024px) {
      .product-tile__measure-icon {
        width: 18px;
        height: 18px;
        margin-bottom: 8px; } }
    @media (max-width: 767px) {
      .product-tile__measure-icon {
        width: 15px;
        height: 15px;
        margin-bottom: 2px; } }
    .product-tile__measure-icon svg {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .product-tile__measure-text {
    font-weight: 500;
    font-size: 12px;
    line-height: 13px;
    color: #37424A; }
    @media (max-width: 767px) {
      .product-tile__measure-text {
        font-size: 10px; } }
  .product-tile__image-container {
    position: relative;
    margin-bottom: 18px;
    display: block; }
    @media (max-width: 1024px) {
      .product-tile__image-container {
        order: 2;
        margin-bottom: 8px; } }
    .product-tile__image-container::before {
      content: '';
      display: block;
      padding-top: 100%; }
  .product-tile__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .product-tile__image img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .product-tile__status {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #18822A;
    position: absolute;
    left: 0;
    bottom: 0; }
    .product-tile__status--grey {
      color: #818A8F; }
  @media (max-width: 1024px) {
    .product-tile__body {
      order: 4; } }
  .product-tile__price {
    padding-bottom: 4px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }
    @media (max-width: 767px) {
      .product-tile__price {
        padding-bottom: 13px; } }
  .product-tile__price-row {
    display: flex;
    width: 100%; }
    .product-tile__price-row:last-child {
      opacity: 0; }
      @media (max-width: 1024px) {
        .product-tile__price-row:last-child {
          opacity: 1; } }
  .product-tile__price-item {
    padding-right: 8px;
    padding-bottom: 3px;
    color: #37424A;
    font-size: 12px;
    line-height: 15px; }
    @media (max-width: 767px) {
      .product-tile__price-item {
        padding-right: 8px;
        font-size: 11px;
        line-height: 22px; } }
    .product-tile__price-item:last-child {
      padding-right: 0; }
    .product-tile__price-item strong {
      font-weight: 600;
      font-size: 18px;
      line-height: 22px; }
      @media (max-width: 767px) {
        .product-tile__price-item strong {
          font-size: 14px; } }
    .product-tile__price-item--sm {
      font-size: 11px;
      line-height: 12px; }
      .product-tile__price-item--sm strong {
        font-size: 12px;
        line-height: 15px; }
      @media (max-width: 1650px) {
        .product-tile__price-item--sm {
          font-size: 11px; } }
      @media (max-width: 1365px) {
        .product-tile__price-item--sm {
          font-size: 10px; } }
      @media (max-width: 767px) {
        .product-tile__price-item--sm {
          font-size: 9px; }
          .product-tile__price-item--sm strong {
            font-size: 10px; } }
  .product-tile__hidden {
    position: relative;
    margin-left: -16px;
    margin-right: -16px;
    overflow: hidden; }
    @media (max-width: 1024px) {
      .product-tile__hidden {
        overflow: visible;
        margin: 0;
        order: 3; } }
  .product-tile__hidden-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    padding: 0 16px 16px 16px;
    box-shadow: 0px 4px 4px rgba(55, 66, 74, 0.16);
    border-radius: 0 0 4px 4px; }
    @media (max-width: 1024px) {
      .product-tile__hidden-container {
        position: relative;
        border-radius: 0;
        box-shadow: none;
        padding: 0; } }
  .product-tile__link {
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #37424A;
    transition: color 300ms ease;
    padding: 13px 0 20px 0; }
    .product-tile__link:hover {
      color: #ED1C24; }
    @media (max-width: 1024px) {
      .product-tile__link {
        padding: 12px 0; } }
    .product-tile__link--lg {
      display: block; }
      @media (max-width: 1024px) {
        .product-tile__link--lg {
          display: none; } }
    .product-tile__link--md {
      display: none; }
      @media (max-width: 1024px) {
        .product-tile__link--md {
          display: block; } }
  .product-tile__radio-group {
    display: flex;
    justify-content: flex-start;
    padding-bottom: 12px; }
    @media (max-width: 1024px) {
      .product-tile__radio-group {
        justify-content: flex-start;
        padding-bottom: 8px; } }
  .product-tile__btn-counter {
    margin-bottom: 10px;
    display: flex;
    align-items: center; }
    @media (max-width: 1024px) {
      .product-tile__btn-counter {
        margin-bottom: 8px; } }
    .product-tile__btn-counter .btn-counter {
      width: 110px; }
    .product-tile__btn-counter .btn-calculator {
      flex-shrink: 0; }
  .product-tile__info {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }
    @media (max-width: 1024px) {
      .product-tile__info {
        justify-content: flex-start;
        margin-bottom: 16px; } }
  .product-tile__info-item {
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #37424A;
    padding: 0 10px;
    position: relative; }
    @media (max-width: 1024px) {
      .product-tile__info-item {
        padding: 0 8px; }
        .product-tile__info-item:first-child {
          padding-left: 0; } }
    .product-tile__info-item::before {
      content: '';
      position: absolute;
      top: 50%;
      right: 0;
      width: 1px;
      height: 8px;
      background: #D0D0D0;
      transform: translateY(-50%); }
    .product-tile__info-item:last-child {
      padding-right: 0; }
      .product-tile__info-item:last-child::before {
        display: none; }

.c-table {
  cursor: grab;
  position: relative; }
  @media (max-width: 1024px) {
    .c-table {
      margin-left: -24px;
      margin-right: -24px; } }
  @media (max-width: 767px) {
    .c-table {
      margin-left: -16px;
      margin-right: -16px; } }
  .c-table * {
    box-sizing: border-box; }
  .c-table__btn-next {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 14px 44px rgba(126, 131, 145, 0.15);
    position: absolute;
    top: 60%;
    right: -32px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 300ms ease;
    z-index: 2; }
    @media (max-width: 767px) {
      .c-table__btn-next {
        width: 56px;
        height: 56px;
        right: 8px; } }
    .c-table__btn-next svg {
      display: block;
      width: 24px;
      height: 24px;
      stroke: #37424A;
      transition: stroke 300ms ease; }
    .c-table__btn-next:hover {
      background: #5E7BA5; }
      .c-table__btn-next:hover svg {
        stroke: #fff; }
  .c-table__header {
    position: relative;
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 9;
    align-self: flex-start; }
    .c-table__header.fixed .c-table__scrollbar {
      box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.1); }
  .c-table__row {
    display: flex;
    min-width: 100%;
    align-items: stretch; }
    .c-table__row:nth-child(odd) .c-table__col {
      background: #F7F8FB; }
      @media (max-width: 1024px) {
        .c-table__row:nth-child(odd) .c-table__col {
          background: #fff; } }
    @media (max-width: 1024px) {
      .c-table__row:not(:first-child) {
        position: relative;
        padding-top: 40px; } }
  .c-table__col {
    border-right: 1px solid #DBDFE3;
    min-height: 100%;
    width: 328px;
    flex-shrink: 0;
    padding: 25px 32px 20px 32px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #37424A; }
    @media (max-width: 1365px) {
      .c-table__col {
        padding: 25px 20px 20px 20px; } }
    @media (max-width: 1279px) {
      .c-table__col {
        font-size: 13px;
        line-height: 17px; } }
    @media (max-width: 1024px) {
      .c-table__col {
        padding: 12px;
        line-height: 15px;
        text-align: center; } }
    .c-table__col--red {
      color: #ED1C24; }
    .c-table__col:first-child {
      font-weight: 400;
      font-size: 15px;
      line-height: 20px;
      color: #37424A; }
      @media (max-width: 1279px) {
        .c-table__col:first-child {
          font-size: 14px;
          line-height: 17px; } }
      @media (max-width: 1024px) {
        .c-table__col:first-child {
          width: 100%;
          height: 40px;
          min-height: auto;
          background-color: #F7F8FB !important;
          position: absolute;
          top: 0;
          left: 0;
          text-align: center;
          padding: 11px 24px 13px 24px; } }
    .c-table__col:last-child {
      border-right: none; }
      @media (max-width: 1024px) {
        .c-table__col:last-child {
          padding-right: 24px; } }
      @media (max-width: 767px) {
        .c-table__col:last-child {
          padding-right: 16px; } }
    @media (max-width: 1024px) {
      .c-table__col:nth-child(2) {
        padding-left: 24px; } }
    @media (max-width: 767px) {
      .c-table__col:nth-child(2) {
        padding-left: 16px; } }
  .c-table__th {
    padding: 8px 32px 23px 32px;
    position: relative;
    flex-shrink: 0;
    background: #fff;
    border-bottom: 3px solid #DBDFE3 !important;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media (max-width: 1365px) {
      .c-table__th {
        padding: 8px 20px 24px 20px; } }
    @media (max-width: 1279px) {
      .c-table__th {
        padding: 8px 20px 20px 20px; } }
    @media (max-width: 1024px) {
      .c-table__th {
        padding: 8px 8px 16px 8px; } }
    .c-table__th:first-child {
      padding: 20px 32px 23px 0;
      justify-content: center; }
      @media (max-width: 1279px) {
        .c-table__th:first-child {
          padding: 20px 20px 16px 0; } }
      @media (max-width: 1024px) {
        .c-table__th:first-child {
          display: none; } }
    .c-table__th:last-child {
      border-right: none; }
      @media (max-width: 1024px) {
        .c-table__th:last-child {
          padding-right: 24px; }
          .c-table__th:last-child .c-table__close {
            right: 24px; } }
      @media (max-width: 767px) {
        .c-table__th:last-child {
          padding-right: 16px; }
          .c-table__th:last-child .c-table__close {
            right: 16px; } }
    @media (max-width: 1024px) {
      .c-table__th:nth-child(2) {
        padding-left: 24px; } }
    @media (max-width: 767px) {
      .c-table__th:nth-child(2) {
        padding-left: 16px; } }
  .c-table__col, .c-table__th {
    border-right: 1px solid #DBDFE3;
    width: 25%; }
    @media (max-width: 1024px) {
      .c-table__col, .c-table__th {
        width: calc(100% / 6); }
        .c-table__col:nth-child(2), .c-table__col:last-child, .c-table__th:nth-child(2), .c-table__th:last-child {
          width: calc(100% / 6 + 16px); } }
    @media (max-width: 1024px) {
      .c-table__col, .c-table__th {
        width: calc(100% / 3); }
        .c-table__col:nth-child(2), .c-table__col:last-child, .c-table__th:nth-child(2), .c-table__th:last-child {
          width: calc(100% / 3 + 8px); } }
  .c-table__btn-container {
    padding-bottom: 16px; }
    .c-table__btn-container:last-child {
      padding-bottom: 0; }
  .c-table__th-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between; }
    @media (max-width: 1024px) {
      .c-table__th-row {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start; } }
  .c-table__title {
    font-weight: 600;
    font-size: 15px;
    line-height: 140%;
    color: #37424A;
    padding-bottom: 8px;
    padding-right: 32px; }
    .c-table__title span {
      display: block; }
      .c-table__title span span {
        display: inline; }
    @media (max-width: 1279px) {
      .c-table__title {
        font-size: 13px; } }
    @media (max-width: 1024px) {
      .c-table__title {
        font-size: 12px;
        line-height: 150%;
        padding-bottom: 12px;
        padding-right: 24px; } }
  .c-table__price {
    color: #37424A;
    font-size: 12px;
    line-height: 16px; }
    @media (max-width: 1279px) {
      .c-table__price {
        font-size: 14px;
        line-height: 18px; } }
    @media (max-width: 1024px) {
      .c-table__price {
        font-size: 12px;
        line-height: 16px;
        padding-bottom: 8px; } }
    .c-table__price strong {
      font-weight: 500;
      font-size: 16px;
      line-height: 20px; }
      @media (max-width: 1279px) {
        .c-table__price strong {
          font-size: 15px;
          line-height: 19px; } }
      @media (max-width: 1024px) {
        .c-table__price strong {
          font-size: 16px;
          line-height: 20px; } }
  .c-table__btn {
    width: 40px;
    height: 40px;
    background: #ED1C24;
    border-radius: 4px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ED1C24;
    transition: background 300ms ease; }
    @media (max-width: 1279px) {
      .c-table__btn {
        width: 36px;
        height: 36px; } }
    .c-table__btn svg {
      display: block;
      width: 24px;
      height: 24px;
      fill: #fff;
      transition: fill 300ms ease; }
      @media (max-width: 1279px) {
        .c-table__btn svg {
          width: 20px;
          height: 20px; } }
    .c-table__btn:hover {
      background: #c61017; }
    .c-table__btn--in-cart {
      background: #fff;
      border: 1px solid #5E7BA5; }
      .c-table__btn--in-cart svg {
        fill: #37424A; }
        .c-table__btn--in-cart svg .stroke {
          fill: none;
          stroke: #37424A; }
      .c-table__btn--in-cart:hover {
        background: #5E7BA5; }
        .c-table__btn--in-cart:hover svg {
          fill: #fff; }
          .c-table__btn--in-cart:hover svg .stroke {
            fill: none;
            stroke: #fff;
            transition: stroke 300ms ease; }
  .c-table__close {
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: 8px;
    right: 32px; }
    @media (max-width: 1365px) {
      .c-table__close {
        right: 20px; } }
    @media (max-width: 1024px) {
      .c-table__close {
        width: 16px;
        height: 16px;
        right: 8px; } }
    .c-table__close:hover svg {
      fill: #ED1C24; }
    .c-table__close svg {
      display: block;
      width: 100%;
      height: 100%;
      fill: #37424A;
      transition: fill 300ms ease; }
  .c-table__scrollbar {
    width: 100%;
    position: relative;
    margin-top: -3px;
    z-index: 2; }
  .c-table__scrollbar-track {
    width: 100%; }
  .c-table__scrollbar-thumb {
    height: 3px;
    width: 30%;
    background: #8D9CB1;
    border-radius: 3px; }

.c-form {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 40px; }
  @media (max-width: 1024px) {
    .c-form {
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .c-form {
      margin-bottom: 24px; } }
  .c-form__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat; }
    .c-form__bg::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #000;
      opacity: 0.4; }
  .c-form__wrapper {
    position: relative;
    z-index: 2;
    padding: 34px 56px 32px 48px; }
    @media (max-width: 1650px) {
      .c-form__wrapper {
        padding: 34px 40px 32px 48px; } }
    @media (max-width: 1024px) {
      .c-form__wrapper {
        padding: 32px; } }
    @media (max-width: 767px) {
      .c-form__wrapper {
        padding: 20px 20px 32px 20px; } }
  .c-form__row {
    display: flex;
    margin-left: -15px;
    margin-right: -15px; }
    @media (max-width: 1365px) {
      .c-form__row {
        margin-left: -12px;
        margin-right: -12px; } }
    @media (max-width: 767px) {
      .c-form__row {
        margin: 0;
        flex-direction: column; } }
  .c-form__col {
    width: 50%;
    padding: 0 15px; }
    @media (max-width: 1365px) {
      .c-form__col {
        padding: 0 12px; } }
    .c-form__col:first-child {
      width: 47%; }
      @media (max-width: 1650px) {
        .c-form__col:first-child {
          width: 43%; } }
      @media (max-width: 1365px) {
        .c-form__col:first-child {
          width: 37%; } }
    .c-form__col:last-child {
      width: 53%; }
      @media (max-width: 1650px) {
        .c-form__col:last-child {
          width: 57%; } }
      @media (max-width: 1365px) {
        .c-form__col:last-child {
          width: 63%; } }
    @media (max-width: 767px) {
      .c-form__col {
        padding: 0;
        width: 100% !important; } }
  .c-form__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    color: #FFFFFF;
    padding-bottom: 16px;
    width: 100%;
    max-width: 390px;
    padding-top: 6px; }
    @media (max-width: 1365px) {
      .c-form__title {
        font-size: 24px; } }
    @media (max-width: 1024px) {
      .c-form__title {
        padding-top: 0; } }
    @media (max-width: 767px) {
      .c-form__title {
        max-width: 100%;
        font-size: 22px;
        padding-bottom: 12px; } }
  .c-form__subtitle {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #FFFFFF;
    width: 100%;
    max-width: 350px; }
    @media (max-width: 767px) {
      .c-form__subtitle {
        max-width: 100%;
        font-size: 13px;
        line-height: 20px;
        padding-bottom: 16px; } }
  .c-form__field {
    padding-bottom: 16px; }
  .c-form__fields-row {
    display: flex;
    margin-left: -8px;
    margin-right: -8px; }
    @media (max-width: 767px) {
      .c-form__fields-row {
        margin: 0;
        flex-direction: column; } }
  .c-form__fields-col {
    width: 50%;
    padding: 0 8px; }
    @media (max-width: 767px) {
      .c-form__fields-col {
        padding: 0;
        width: 100%; } }
  .c-form__submit {
    display: flex;
    align-items: center; }
    @media (max-width: 767px) {
      .c-form__submit {
        flex-direction: column;
        align-items: flex-start; } }
  .c-form__submit-text {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF; }
    @media (max-width: 1024px) {
      .c-form__submit-text {
        font-size: 11px;
        line-height: 14px; } }
    @media (max-width: 767px) {
      .c-form__submit-text {
        text-align: center; } }
    .c-form__submit-text a {
      font-weight: 500;
      color: #fff;
      text-decoration: underline; }
      .c-form__submit-text a:hover {
        text-decoration: none; }
  .c-form__btn {
    flex-shrink: 0;
    margin-right: 20px;
    min-width: 160px; }
    @media (max-width: 1024px) {
      .c-form__btn {
        min-width: 120px; } }
    @media (max-width: 767px) {
      .c-form__btn {
        min-width: auto;
        width: 100%;
        margin-bottom: 16px; } }
  .c-form__textarea {
    min-height: 70px; }
    @media (max-width: 1024px) {
      .c-form__textarea {
        min-height: 60px; } }

@media (max-width: 1439px) {
  .reg--recovery .reg__header {
    padding-bottom: 24px; } }

.reg--recovery .reg__footer {
  padding-top: 32px; }
  @media (max-width: 1439px) {
    .reg--recovery .reg__footer {
      padding-top: 24px; } }

.reg--recovery .reg__bg {
  width: 428px;
  height: 390px;
  position: absolute;
  left: auto;
  top: auto;
  bottom: -207px;
  right: -233px;
  background: url("../img/reg/logo-2.svg") 50% 50% no-repeat;
  background-size: contain; }
  @media (max-width: 1439px) {
    .reg--recovery .reg__bg {
      width: 259px;
      height: 236px;
      right: -142px;
      bottom: -125px;
      margin: 0; }
      .reg--recovery .reg__bg::before {
        display: none; } }

.reg__header {
  padding-bottom: 32px; }
  @media (max-width: 1439px) {
    .reg__header {
      padding-bottom: 20px; } }
  @media (max-width: 767px) {
    .reg__header {
      padding-bottom: 24px; } }

.reg__title {
  display: flex;
  align-items: center;
  padding-bottom: 4px; }
  .reg__title--p0 {
    padding-bottom: 0; }

.reg__title-icon {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  margin-right: 10px; }
  @media (max-width: 1439px) {
    .reg__title-icon {
      width: 23px;
      height: 23px; } }
  .reg__title-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain; }

.reg__title-text {
  font-weight: 700;
  font-size: 30px;
  line-height: 135%;
  color: #161616; }
  @media (max-width: 1439px) {
    .reg__title-text {
      font-size: 22px; } }

.reg__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #818A8F; }
  @media (max-width: 1439px) {
    .reg__text {
      font-size: 13px; } }

.reg__form {
  position: relative;
  z-index: 3; }

.reg__fields {
  padding-bottom: 12px; }
  .reg__fields--pb20 {
    padding-bottom: 20px; }
  .reg__fields--pb32 {
    padding-bottom: 32px; }
    @media (max-width: 1439px) {
      .reg__fields--pb32 {
        padding-bottom: 24px; } }
  .reg__fields--pb100 {
    padding-bottom: 100px; }
    @media (max-width: 1439px) {
      .reg__fields--pb100 {
        padding-bottom: 40px; } }
    @media (max-width: 767px) {
      .reg__fields--pb100 {
        padding-bottom: 24px; } }

.reg__field {
  padding-bottom: 20px; }
  @media (max-width: 1439px) {
    .reg__field {
      padding-bottom: 16px; } }
  @media (max-width: 767px) {
    .reg__field {
      padding-bottom: 16px; } }
  .reg__field:last-child {
    padding-bottom: 0; }

.reg__link {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #ED1C24;
  display: inline-block; }
  @media (max-width: 1439px) {
    .reg__link {
      font-size: 13px; } }
  .reg__link span {
    border-bottom: 1px solid #ED1C24;
    transition: border 300ms ease; }
  .reg__link--password {
    margin-bottom: 20px;
    font-size: 13px;
    color: #5e7ba5; }
    @media (max-width: 1439px) {
      .reg__link--password {
        margin-bottom: 16px; } }
    .reg__link--password span {
      border-color: #5e7ba5; }
    @media (max-width: 767px) {
      .reg__link--password {
        font-size: 13px;
        margin-bottom: 16px; } }
  .reg__link:hover span {
    border-color: transparent; }

.reg__delimiter {
  text-align: center;
  padding: 24px 0;
  position: relative; }
  @media (max-width: 1439px) {
    .reg__delimiter {
      padding: 15px 0 17px; } }
  @media (max-width: 767px) {
    .reg__delimiter {
      padding: 20px 0; } }
  .reg__delimiter::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #EEEEEE; }

.reg__delimiter-text {
  display: inline-block;
  position: relative;
  z-index: 2;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #818A8F;
  padding: 0 16px;
  background: #fff; }
  @media (max-width: 1439px) {
    .reg__delimiter-text {
      font-size: 13px; } }

.reg__socials {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
  padding-bottom: 16px; }
  @media (max-width: 1439px) {
    .reg__socials {
      padding-bottom: 8px; } }
  @media (max-width: 767px) {
    .reg__socials {
      padding-bottom: 8px; } }

.reg__social {
  box-sizing: border-box;
  padding: 0 8px;
  width: calc(100% / 3);
  margin-bottom: 8px; }

.reg__footer {
  text-align: center; }

.reg__bg {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 183px;
  height: 100%;
  background: url("../img/reg/bg.png") 50% 50% no-repeat;
  background-size: cover; }
  @media (max-width: 1439px) {
    .reg__bg {
      width: 158px; } }
  @media (max-width: 767px) {
    .reg__bg {
      position: relative;
      right: auto;
      top: auto;
      bottom: 0;
      left: 0;
      width: auto;
      background: url("../img/reg/bg-sm.svg") 50% 50% no-repeat;
      background-size: cover;
      margin-left: -24px;
      margin-right: -24px;
      margin-top: 20px; }
      .reg__bg::before {
        content: '';
        display: inline-block;
        padding-top: 28.76%; } }

@media (max-width: 1439px) {
  .reg .input--lg .input__field {
    padding: 10px 16px; } }

.reg .input--lg .input__password-icon {
  top: 9px; }

.status-msg {
  position: relative; }
  .status-msg__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 2; }
  .status-msg__icon {
    width: 120px;
    height: 120px;
    flex-shrink: 0;
    margin-bottom: 24px; }
    .status-msg__icon img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: contain; }
    @media (max-width: 1439px) {
      .status-msg__icon {
        width: 100px;
        height: 100px;
        margin-bottom: 16px; } }
  .status-msg__caption {
    padding-bottom: 40px;
    width: 100%;
    max-width: 312px; }
    @media (max-width: 1439px) {
      .status-msg__caption {
        padding-bottom: 24px;
        max-width: 273px; } }
  .status-msg__title {
    font-weight: 700;
    font-size: 22px;
    line-height: 140%;
    text-align: center;
    color: #37424A;
    padding-bottom: 16px; }
  .status-msg__text {
    font-weight: 500;
    font-size: 13px;
    line-height: 130%;
    text-align: center;
    color: #818A8F;
    padding-bottom: 16px; }
    .status-msg__text:last-child {
      padding-bottom: 0; }
  .status-msg__btn {
    width: 222px; }
  .status-msg__bg {
    width: 428px;
    height: 390px;
    position: absolute;
    left: auto;
    top: auto;
    bottom: -207px;
    right: -233px;
    background: url("../img/reg/logo-2.svg") 50% 50% no-repeat;
    background-size: contain; }
    @media (max-width: 1439px) {
      .status-msg__bg {
        width: 259px;
        height: 236px;
        right: -142px;
        bottom: -125px;
        margin: 0; } }

.authorization {
  position: relative;
  overflow: hidden; }
  .authorization::before {
    content: '';
    width: 428px;
    height: 390px;
    position: absolute;
    left: -147px;
    bottom: -121px;
    background: url("../img/reg/logo-2.svg") 50% 50% no-repeat;
    background-size: contain; }
    @media (max-width: 1024px) {
      .authorization::before {
        display: none; } }
  .authorization__logo {
    display: flex;
    align-items: center;
    color: #161616; }
    .authorization__logo--light .logo-text {
      fill: #fff !important; }
    .authorization__logo:hover .logo-icon {
      transform: rotate(1turn);
      transition: transform 800ms ease; }
    .authorization__logo .logo-icon {
      width: 39px;
      height: 36px;
      margin-right: 11px;
      fill: #ED1C24; }
      @media (max-width: 767px) {
        .authorization__logo .logo-icon {
          width: 32px;
          height: 32px;
          margin-right: 8px; } }
    .authorization__logo .logo-text {
      width: 161px;
      height: 22px;
      fill: #161616; }
      @media (max-width: 767px) {
        .authorization__logo .logo-text {
          width: 132px;
          height: 17px; } }
  .authorization__wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding: 60px 0 218px 0;
    box-sizing: border-box; }
    @media (max-width: 1024px) {
      .authorization__wrapper {
        padding: 40px 0 0 0; } }
    @media (max-width: 767px) {
      .authorization__wrapper {
        padding: 32px 16px 0 16px; } }
  .authorization__header {
    padding-bottom: 120px;
    flex-shrink: 0; }
    @media (max-width: 1024px) {
      .authorization__header {
        padding-bottom: 60px; } }
  .authorization__body {
    width: 100%;
    max-width: 447px;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center; }
    @media (max-width: 1024px) {
      .authorization__body {
        margin: 0 auto; } }
  .authorization__bg {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(45% - 28px);
    height: 100%;
    background: url("../img/authorization/bg.svg") 50% 50% no-repeat;
    background-size: cover; }
    @media (max-width: 1024px) {
      .authorization__bg {
        width: auto;
        top: auto;
        right: auto;
        position: relative;
        margin-left: -24px;
        margin-right: -24px;
        left: 0;
        bottom: 0;
        background: url("../img/reg/bg-sm.svg") 50% 50% no-repeat;
        background-size: cover; } }
  @media (max-width: 1024px) and (max-width: 767px) {
    .authorization__bg {
      margin-left: -32px;
      margin-right: -32px;
      margin-top: 20px; } }
    @media (max-width: 1024px) {
        .authorization__bg::before {
          content: '';
          display: inline-block;
          padding-top: 28.76%; } }
  .authorization__car {
    position: absolute;
    left: -317px;
    top: 66%;
    transform: translateY(-50%);
    width: 1153px;
    height: 733px;
    background: url("../img/authorization/car.svg") 50% 50% no-repeat;
    background-size: contain; }
    @media (max-width: 1024px) {
      .authorization__car {
        display: none; } }

.news-card {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column; }
  @media (max-width: 1024px) {
    .news-card--v-xl {
      flex-direction: row; } }
  @media (max-width: 767px) {
    .news-card--v-xl {
      flex-direction: column; } }
  @media (max-width: 1024px) {
    .news-card--v-xl .news-card__image {
      flex-shrink: 0;
      width: 54.5%;
      margin-right: 32px;
      margin-bottom: 0; }
      .news-card--v-xl .news-card__image::before {
        padding-top: 67.63%; } }
  @media (max-width: 767px) {
    .news-card--v-xl .news-card__image {
      width: 100%;
      margin-right: 0;
      margin-bottom: 20px; }
      .news-card--v-xl .news-card__image::before {
        padding-top: 68%; } }
  @media (max-width: 1024px) {
    .news-card--v-xl .news-card__caption {
      width: 100%; } }
  .news-card--v-xl .news-card__info {
    margin-bottom: 15px; }
    @media (max-width: 1024px) {
      .news-card--v-xl .news-card__info {
        padding-top: 0; } }
    @media (max-width: 767px) {
      .news-card--v-xl .news-card__info {
        margin-bottom: 8px; } }
  .news-card--v-xl .news-card__info-caption {
    flex-direction: column;
    align-items: flex-start; }
  .news-card--v-xl .news-card__date {
    margin-right: 0;
    padding-right: 0;
    padding-bottom: 4px; }
    @media (max-width: 1024px) {
      .news-card--v-xl .news-card__date {
        font-size: 13px; } }
    .news-card--v-xl .news-card__date::before {
      display: none; }
  .news-card--v-xl .news-card__author {
    font-size: 16px;
    line-height: 140%; }
    @media (max-width: 1279px) {
      .news-card--v-xl .news-card__author {
        font-size: 14px; } }
    @media (max-width: 767px) {
      .news-card--v-xl .news-card__author {
        font-size: 16px; } }
  .news-card--v-xl .news-card__name {
    font-size: 32px;
    line-height: 130%;
    letter-spacing: -0.01em;
    padding-bottom: 28px; }
    @media (max-width: 1279px) {
      .news-card--v-xl .news-card__name {
        font-size: 28px;
        padding-bottom: 24px; } }
    @media (max-width: 1024px) {
      .news-card--v-xl .news-card__name {
        font-size: 24px; } }
    @media (max-width: 767px) {
      .news-card--v-xl .news-card__name {
        line-height: 125%;
        padding-bottom: 16px; } }
  .news-card--v-xl .news-card__footer-item {
    padding-right: 24px;
    margin-right: 0; }
    @media (max-width: 1024px) {
      .news-card--v-xl .news-card__footer-item {
        padding-right: 10px;
        margin-right: 10px; } }
    .news-card--v-xl .news-card__footer-item::before {
      display: none; }
      @media (max-width: 1024px) {
        .news-card--v-xl .news-card__footer-item::before {
          display: block; } }
    .news-card--v-xl .news-card__footer-item:last-child {
      padding-right: 0; }
      .news-card--v-xl .news-card__footer-item:last-child .news-card__text {
        display: block; }
        @media (max-width: 1024px) {
          .news-card--v-xl .news-card__footer-item:last-child .news-card__text {
            display: none; } }
  .news-card--v-xl .news-card__text {
    font-size: 14px; }
    @media (max-width: 1024px) {
      .news-card--v-xl .news-card__text {
        font-size: 12px; } }
  .news-card--v-xl .news-card__value-text {
    font-size: 14px; }
    @media (max-width: 1024px) {
      .news-card--v-xl .news-card__value-text {
        font-size: 12px; } }
  .news-card--v-xl .news-card__description-text {
    display: none; }
    @media (max-width: 767px) {
      .news-card--v-xl .news-card__description-text {
        display: -webkit-box; } }
  .news-card--h-xl {
    display: flex;
    flex-direction: row; }
    @media (max-width: 767px) {
      .news-card--h-xl {
        flex-direction: column; } }
    .news-card--h-xl .news-card__image {
      width: 55%;
      flex-shrink: 0;
      margin-right: 60px;
      margin-bottom: 0; }
      @media (max-width: 1279px) {
        .news-card--h-xl .news-card__image {
          margin-right: 40px;
          width: 56%; } }
      @media (max-width: 1024px) {
        .news-card--h-xl .news-card__image {
          margin-right: 32px;
          width: 54.5%; } }
      @media (max-width: 767px) {
        .news-card--h-xl .news-card__image {
          margin-right: 0;
          margin-bottom: 20px;
          width: 100%; } }
    .news-card--h-xl .news-card__info {
      padding-top: 0;
      margin-bottom: 16px; }
      @media (max-width: 1024px) {
        .news-card--h-xl .news-card__info {
          margin-bottom: 8px; } }
    @media (max-width: 1279px) {
      .news-card--h-xl .news-card__info-image {
        width: 50px;
        height: 50px; } }
    @media (max-width: 1024px) {
      .news-card--h-xl .news-card__info-image {
        width: 40px;
        height: 40px; } }
    .news-card--h-xl .news-card__info-caption {
      flex-direction: column;
      align-items: flex-start; }
    .news-card--h-xl .news-card__date {
      margin-right: 0;
      padding-right: 0;
      padding-bottom: 4px; }
      .news-card--h-xl .news-card__date::before {
        display: none; }
    .news-card--h-xl .news-card__author {
      font-size: 16px; }
    .news-card--h-xl .news-card__name {
      font-size: 44px;
      line-height: 125%;
      letter-spacing: -0.01em;
      padding-bottom: 24px; }
      @media (max-width: 1279px) {
        .news-card--h-xl .news-card__name {
          font-size: 28px; } }
      @media (max-width: 1024px) {
        .news-card--h-xl .news-card__name {
          font-size: 24px;
          padding-bottom: 16px; } }
    .news-card--h-xl .news-card__text {
      font-size: 14px; }
      @media (max-width: 1024px) {
        .news-card--h-xl .news-card__text {
          font-size: 12px; } }
    .news-card--h-xl .news-card__value-text {
      font-size: 14px; }
      @media (max-width: 1024px) {
        .news-card--h-xl .news-card__value-text {
          font-size: 12px; } }
    .news-card--h-xl .news-card__footer-item {
      padding-right: 24px;
      margin-right: 0; }
      @media (max-width: 1024px) {
        .news-card--h-xl .news-card__footer-item {
          padding-right: 10px;
          margin-right: 10px; } }
      .news-card--h-xl .news-card__footer-item::before {
        display: none; }
        @media (max-width: 1024px) {
          .news-card--h-xl .news-card__footer-item::before {
            display: block; } }
      .news-card--h-xl .news-card__footer-item:last-child {
        padding-right: 0; }
        .news-card--h-xl .news-card__footer-item:last-child .news-card__text {
          display: block; }
          @media (max-width: 1024px) {
            .news-card--h-xl .news-card__footer-item:last-child .news-card__text {
              display: none; } }
  .news-card--h {
    flex-direction: row;
    align-items: flex-start; }
    @media (max-width: 1024px) {
      .news-card--h {
        flex-direction: column; } }
    .news-card--h .news-card__image {
      flex: 1 1 49.3%;
      margin-right: 28px;
      margin-bottom: 0; }
      @media (max-width: 1279px) {
        .news-card--h .news-card__image {
          flex: 1 1 43%; } }
      @media (max-width: 1024px) {
        .news-card--h .news-card__image {
          flex: auto;
          width: 100%;
          margin-right: 0;
          margin-bottom: 20px; } }
    .news-card--h .news-card__info {
      padding-top: 14px; }
      @media (max-width: 1365px) {
        .news-card--h .news-card__info {
          padding-top: 8px; } }
      @media (max-width: 1279px) {
        .news-card--h .news-card__info {
          padding-top: 0; } }
    .news-card--h .news-card__info-caption {
      flex-direction: column;
      align-items: flex-start; }
    .news-card--h .news-card__info-image {
      width: 40px;
      height: 40px; }
      @media (max-width: 1279px) {
        .news-card--h .news-card__info-image {
          width: 30px;
          height: 30px;
          margin-right: 16px; } }
    .news-card--h .news-card__date {
      margin-right: 0;
      padding-right: 0;
      padding-bottom: 4px; }
      @media (max-width: 1279px) {
        .news-card--h .news-card__date {
          padding-bottom: 2px; } }
      .news-card--h .news-card__date::before {
        display: none; }
    .news-card--h .news-card__author {
      font-size: 14px;
      line-height: 140%; }
      @media (max-width: 1024px) {
        .news-card--h .news-card__author {
          font-size: 12px; } }
    .news-card--h .news-card__name {
      font-weight: 500;
      font-size: 17px;
      line-height: 145%;
      letter-spacing: -0.01em;
      padding-bottom: 28px; }
      @media (max-width: 1279px) {
        .news-card--h .news-card__name {
          font-size: 16px;
          padding-bottom: 16px; } }
      @media (max-width: 767px) {
        .news-card--h .news-card__name {
          font-size: 16px; } }
    .news-card--h .news-card__caption {
      display: block;
      flex: 1 1 50.7%; }
      @media (max-width: 1279px) {
        .news-card--h .news-card__caption {
          flex: 1 1 57%; } }
      @media (max-width: 1024px) {
        .news-card--h .news-card__caption {
          display: flex;
          flex: auto; } }
  .news-card--align-center {
    align-items: center;
    text-align: center; }
    .news-card--align-center .news-card__footer {
      justify-content: center;
      text-align: center; }
  .news-card--xxl .news-card__name {
    width: 100%;
    max-width: 882px;
    font-size: 40px;
    line-height: 125%;
    letter-spacing: -0.01em;
    padding-bottom: 20px; }
    @media (max-width: 1279px) {
      .news-card--xxl .news-card__name {
        font-size: 32px;
        max-width: 687px; } }
    @media (max-width: 1024px) {
      .news-card--xxl .news-card__name {
        font-size: 24px;
        max-width: 506px; } }
  @media (max-width: 1279px) {
    .news-card--xxl .news-card__text {
      font-size: 14px; } }
  @media (max-width: 1024px) {
    .news-card--xxl .news-card__text {
      font-size: 12px; } }
  @media (max-width: 1279px) {
    .news-card--xxl .news-card__value-text {
      font-size: 14px; } }
  @media (max-width: 1024px) {
    .news-card--xxl .news-card__value-text {
      font-size: 12px; } }
  .news-card--xxl .news-card__footer-item {
    padding-right: 24px;
    margin-right: 0; }
    .news-card--xxl .news-card__footer-item::before {
      display: none; }
    .news-card--xxl .news-card__footer-item:last-child {
      padding-right: 0; }
      .news-card--xxl .news-card__footer-item:last-child .news-card__text {
        display: block; }
  @media (max-width: 1024px) {
    .news-card--lg .news-card__image {
      margin-bottom: 20px; } }
  .news-card--lg .news-card__info {
    margin-bottom: 16px; }
  .news-card--lg .news-card__info-image {
    width: 40px;
    height: 40px; }
  .news-card--lg .news-card__info-caption {
    flex-direction: column;
    align-items: flex-start; }
  .news-card--lg .news-card__date {
    padding-right: 0;
    margin-right: 0;
    padding-bottom: 4px;
    font-size: 13px; }
    @media (max-width: 1024px) {
      .news-card--lg .news-card__date {
        font-size: 13px; } }
    .news-card--lg .news-card__date::before {
      display: none; }
  .news-card--lg .news-card__author {
    font-size: 14px; }
  .news-card--lg .news-card__name {
    font-size: 28px;
    line-height: 135%;
    padding-bottom: 28px; }
    @media (max-width: 1024px) {
      .news-card--lg .news-card__name {
        font-size: 22px;
        line-height: 135%; } }
  .news-card--lg .news-card__footer-item {
    padding-right: 24px;
    margin-right: 0; }
    @media (max-width: 1024px) {
      .news-card--lg .news-card__footer-item {
        padding-right: 10px;
        margin-right: 10px; } }
    .news-card--lg .news-card__footer-item::before {
      display: none; }
      @media (max-width: 1024px) {
        .news-card--lg .news-card__footer-item::before {
          display: block; } }
    .news-card--lg .news-card__footer-item:last-child {
      padding-right: 0; }
      .news-card--lg .news-card__footer-item:last-child .news-card__text {
        display: block; }
  .news-card--lg .news-card__text {
    font-size: 14px; }
    @media (max-width: 1024px) {
      .news-card--lg .news-card__text {
        font-size: 12px; } }
  .news-card--lg .news-card__value-text {
    font-size: 14px; }
    @media (max-width: 1024px) {
      .news-card--lg .news-card__value-text {
        font-size: 12px; } }
  @media (max-width: 1024px) {
    .news-card--xl .news-card__image {
      margin-bottom: 16px; } }
  .news-card--xl .news-card__info {
    padding: 4px 0;
    margin-bottom: 16px; }
    @media (max-width: 1024px) {
      .news-card--xl .news-card__info {
        margin-bottom: 12px; } }
  .news-card--xl .news-card__info-image {
    width: 40px;
    height: 40px;
    margin-right: 16px; }
    @media (max-width: 1024px) {
      .news-card--xl .news-card__info-image {
        width: 30px;
        height: 30px; } }
  .news-card--xl .news-card__info-caption {
    flex-direction: column;
    align-items: flex-start; }
  .news-card--xl .news-card__date {
    padding-right: 0;
    margin-right: 0;
    padding-bottom: 4px;
    font-size: 13px; }
    @media (max-width: 1024px) {
      .news-card--xl .news-card__date {
        font-size: 12px;
        padding-bottom: 2px; } }
    .news-card--xl .news-card__date::before {
      display: none; }
  .news-card--xl .news-card__name {
    font-size: 28px;
    line-height: 135%;
    padding-bottom: 16px;
    letter-spacing: -0.01em; }
    @media (max-width: 1024px) {
      .news-card--xl .news-card__name {
        font-size: 22px;
        line-height: 135%; } }
  .news-card--xl .news-card__footer-item {
    padding-right: 24px;
    margin-right: 0; }
    @media (max-width: 1650px) {
      .news-card--xl .news-card__footer-item {
        padding-right: 14px;
        margin-right: 14px; } }
    @media (max-width: 1024px) {
      .news-card--xl .news-card__footer-item {
        padding-right: 10px;
        margin-right: 10px; } }
    .news-card--xl .news-card__footer-item::before {
      display: none; }
      @media (max-width: 1650px) {
        .news-card--xl .news-card__footer-item::before {
          display: block; } }
    .news-card--xl .news-card__footer-item:last-child {
      padding-right: 0; }
      .news-card--xl .news-card__footer-item:last-child .news-card__text {
        display: block; }
        @media (max-width: 1650px) {
          .news-card--xl .news-card__footer-item:last-child .news-card__text {
            display: none; } }
  .news-card--full-info .news-card__info {
    padding: 4px 0;
    margin-bottom: 16px; }
    @media (max-width: 1024px) {
      .news-card--full-info .news-card__info {
        padding: 8px 0;
        margin-bottom: 4px; } }
  .news-card--full-info .news-card__info-image {
    width: 40px;
    height: 40px; }
    @media (max-width: 1024px) {
      .news-card--full-info .news-card__info-image {
        width: 30px;
        height: 30px;
        margin-right: 16px; } }
  .news-card--full-info .news-card__info-caption {
    flex-direction: column;
    align-items: flex-start; }
  .news-card--full-info .news-card__date {
    padding-right: 0;
    margin-right: 0;
    padding-bottom: 4px; }
    @media (max-width: 1024px) {
      .news-card--full-info .news-card__date {
        padding-bottom: 2px; } }
    .news-card--full-info .news-card__date::before {
      display: none; }
  .news-card--sm .news-card__name {
    font-weight: 500;
    font-size: 17px;
    line-height: 145%;
    padding-bottom: 20px;
    letter-spacing: -0.01em; }
    @media (max-width: 1024px) {
      .news-card--sm .news-card__name {
        font-size: 15px;
        padding-bottom: 16px; } }
  @media (max-width: 1024px) {
    .news-card--sm .news-card__info {
      margin-bottom: 8px; } }
  .news-card--sm .news-card__info-image {
    width: 45px;
    height: 45px; }
    @media (max-width: 1024px) {
      .news-card--sm .news-card__info-image {
        width: 30px;
        height: 30px;
        margin-right: 16px; } }
  .news-card--sm .news-card__info-caption {
    flex-direction: column;
    align-items: flex-start; }
  .news-card--sm .news-card__date {
    margin-right: 0;
    padding-right: 0;
    padding-bottom: 4px; }
    @media (max-width: 1024px) {
      .news-card--sm .news-card__date {
        padding-bottom: 2px; } }
    .news-card--sm .news-card__date::before {
      display: none; }
  .news-card--sm .news-card__author {
    font-size: 14px; }
    @media (max-width: 1024px) {
      .news-card--sm .news-card__author {
        font-size: 12px; } }
  .news-card--h-sm {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start; }
    @media (max-width: 1024px) {
      .news-card--h-sm {
        flex-direction: column; } }
    .news-card--h-sm .news-card__image {
      flex-shrink: 0;
      width: 34.29%;
      margin-bottom: 0;
      margin-right: 32px; }
      @media (max-width: 1650px) {
        .news-card--h-sm .news-card__image {
          width: 33.08%; } }
      @media (max-width: 1279px) {
        .news-card--h-sm .news-card__image {
          width: 35.59%; } }
      @media (max-width: 1024px) {
        .news-card--h-sm .news-card__image {
          width: 88px;
          margin-right: 0;
          margin-bottom: 20px; } }
    .news-card--h-sm .news-card__info {
      padding-top: 0;
      margin-bottom: 4px; }
      @media (max-width: 1024px) {
        .news-card--h-sm .news-card__info {
          display: none; } }
      @media (max-width: 767px) {
        .news-card--h-sm .news-card__info {
          margin-bottom: 8px; } }
    .news-card--h-sm .news-card__info-image {
      display: none; }
      @media (max-width: 767px) {
        .news-card--h-sm .news-card__info-image {
          display: block;
          width: 30px;
          height: 30px;
          margin-right: 16px; } }
    @media (max-width: 767px) {
      .news-card--h-sm .news-card__info-caption {
        flex-direction: column; } }
    @media (max-width: 767px) {
      .news-card--h-sm .news-card__date {
        padding-right: 0;
        margin-right: 0;
        padding-bottom: 2px; }
        .news-card--h-sm .news-card__date::before {
          display: none; } }
    .news-card--h-sm .news-card__name {
      font-weight: 700;
      font-size: 24px;
      line-height: 135%;
      padding-bottom: 16px; }
      @media (max-width: 1024px) {
        .news-card--h-sm .news-card__name {
          font-weight: 500;
          font-size: 15px;
          line-height: 145%;
          letter-spacing: -0.01em; } }
  .news-card--h-xs {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start; }
    @media (max-width: 1279px) {
      .news-card--h-xs {
        flex-direction: column; } }
    .news-card--h-xs .news-card__image {
      flex-shrink: 0;
      width: 140px;
      margin-bottom: 0;
      margin-right: 28px; }
      @media (max-width: 1279px) {
        .news-card--h-xs .news-card__image {
          margin-right: 0;
          margin-bottom: 28px; } }
      @media (max-width: 767px) {
        .news-card--h-xs .news-card__image {
          width: 100%; } }
    .news-card--h-xs .news-card__info {
      padding-top: 0;
      margin-bottom: 0;
      padding-bottom: 6px; }
    .news-card--h-xs .news-card__date {
      margin-right: 0;
      padding-right: 0; }
      @media (max-width: 1024px) {
        .news-card--h-xs .news-card__date {
          font-size: 13px; } }
      .news-card--h-xs .news-card__date::before {
        display: none; }
    .news-card--h-xs .news-card__author {
      display: none; }
    .news-card--h-xs .news-card__name {
      font-weight: 600;
      font-size: 18px;
      line-height: 130%;
      padding-bottom: 0 !important; }
      @media (max-width: 767px) {
        .news-card--h-xs .news-card__name {
          font-size: 16px; } }
    .news-card--h-xs .news-card__footer {
      display: none; }
  .news-card__image {
    position: relative;
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
    flex-shrink: 0;
    border-radius: 5px; }
    @media (max-width: 1024px) {
      .news-card__image {
        margin-bottom: 12px; } }
    .news-card__image::before {
      content: '';
      display: inline-block;
      padding-top: 68.63%; }
    .news-card__image img {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 400ms ease-in-out; }
    .news-card__image:hover img {
      transform: scale(1.02); }
  .news-card__caption {
    display: flex;
    flex-direction: column;
    flex: 1; }
  .news-card__info {
    display: flex;
    align-items: center;
    padding: 8px 0;
    margin-bottom: 8px; }
    @media (max-width: 1024px) {
      .news-card__info {
        margin-bottom: 4px; } }
    @media (max-width: 767px) {
      .news-card__info {
        flex-direction: row; } }
    .news-card__info:hover .news-card__author {
      color: #ED1C24; }
  .news-card__info-image {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 20px;
    overflow: hidden; }
    @media (max-width: 1279px) {
      .news-card__info-image {
        width: 40px;
        height: 40px; } }
    .news-card__info-image img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .news-card__info-caption {
    display: flex;
    align-items: center; }
    @media (max-width: 1024px) {
      .news-card__info-caption {
        flex-direction: column;
        align-items: flex-start; } }
    @media (max-width: 767px) {
      .news-card__info-caption {
        flex-direction: row; } }
    .news-card__info-caption span:last-child::before {
      display: none; }
  .news-card__date {
    font-weight: 400;
    font-size: 13px;
    line-height: 140%;
    color: #818A8F;
    padding-right: 10px;
    margin-right: 10px;
    position: relative; }
    @media (max-width: 1024px) {
      .news-card__date {
        font-size: 12px;
        line-height: 140%;
        padding-bottom: 2px;
        padding-right: 0;
        margin-right: 0; } }
    @media (max-width: 767px) {
      .news-card__date {
        padding-right: 10px;
        margin-right: 10px;
        padding-bottom: 0; } }
    .news-card__date::before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 1px;
      height: 100%;
      background: #D9D9D9; }
      @media (max-width: 1024px) {
        .news-card__date::before {
          display: none; } }
      @media (max-width: 767px) {
        .news-card__date::before {
          display: block; } }
  .news-card__author {
    font-weight: 600;
    font-size: 13px;
    line-height: 140%;
    color: #5E7BA5;
    transition: color 300ms ease; }
    @media (max-width: 1024px) {
      .news-card__author {
        font-size: 12px;
        line-height: 140%; } }
  .news-card__description {
    display: flex;
    flex-direction: column;
    flex: 1; }
    .news-card__description:hover .news-card__name {
      color: #ED1C24; }
  .news-card__name {
    font-weight: 700;
    font-size: 20px;
    line-height: 135%;
    color: #161616;
    padding-bottom: 16px;
    transition: color 300ms ease; }
    @media (max-width: 1024px) {
      .news-card__name {
        font-size: 16px;
        line-height: 130%; } }
  .news-card__footer {
    display: flex;
    align-items: center;
    margin-top: auto; }
  .news-card__footer-item {
    display: flex;
    align-items: center;
    position: relative;
    padding-right: 14px;
    margin-right: 14px; }
    @media (max-width: 1024px) {
      .news-card__footer-item {
        padding-right: 10px;
        margin-right: 10px; } }
    .news-card__footer-item::before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 1px;
      height: 100%;
      background: #D9D9D9; }
    .news-card__footer-item:last-child {
      padding-right: 0;
      margin-right: 0; }
      .news-card__footer-item:last-child .news-card__text {
        display: none; }
      .news-card__footer-item:last-child::before {
        display: none;
        margin-right: 0;
        padding-right: 0; }
  .news-card__text {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #818A8F;
    margin-right: 8px; }
    @media (max-width: 1024px) {
      .news-card__text {
        font-size: 12px;
        line-height: 16px;
        margin-right: 6px; } }
  .news-card__value {
    display: flex;
    align-items: center;
    position: relative; }
  .news-card__value-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    margin-right: 6px; }
    @media (max-width: 1024px) {
      .news-card__value-icon {
        width: 16px;
        height: 16px; } }
    .news-card__value-icon--time {
      background: url("../img/news-card/time.svg") 50% 50% no-repeat;
      background-size: contain; }
    .news-card__value-icon--views {
      background: url("../img/news-card/views.svg") 50% 50% no-repeat;
      background-size: contain; }
  .news-card__value-text {
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    color: #37424A; }
    @media (max-width: 1024px) {
      .news-card__value-text {
        font-size: 12px;
        line-height: 16px; } }
  .news-card__description-text {
    font-weight: 400;
    font-size: 17px;
    line-height: 150%;
    color: #37424A;
    margin-bottom: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; }
    @media (max-width: 1279px) {
      .news-card__description-text {
        font-size: 16px;
        -webkit-line-clamp: 4; } }
    @media (max-width: 1024px) {
      .news-card__description-text {
        font-size: 15px;
        margin-bottom: 16px;
        -webkit-line-clamp: 5; } }
    @media (max-width: 767px) {
      .news-card__description-text {
        -webkit-line-clamp: 4;
        margin-bottom: 20px; } }

@media (max-width: 1024px) {
  .nc-slider {
    margin-left: -24px;
    margin-right: -24px;
    padding: 0 24px; } }

@media (max-width: 767px) {
  .nc-slider {
    margin-left: -16px;
    margin-right: -16px;
    padding: 0 16px; } }

@media only screen and (min-width: 1025px) {
  .nc-slider .swiper-wrapper {
    display: flex;
    flex-direction: column; } }

@media (max-width: 1024px) {
  .nc-slider--horizontal {
    padding-bottom: 50px; } }

@media (max-width: 767px) {
  .nc-slider--horizontal {
    padding-bottom: 32px; } }

@media only screen and (min-width: 1025px) {
  .nc-slider--horizontal .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-left: -14px;
    margin-right: -14px;
    width: auto; } }

.nc-slider--horizontal .nc-slider__item {
  height: auto; }
  @media only screen and (min-width: 1025px) {
    .nc-slider--horizontal .nc-slider__item {
      box-sizing: border-box;
      width: calc(100% / 3);
      margin-bottom: 0 !important;
      padding: 0 14px; } }

.nc-slider--horizontal .nc-slider__news-card {
  height: 100%;
  box-sizing: border-box; }
  @media only screen and (min-width: 1025px) {
    .nc-slider--horizontal .nc-slider__news-card {
      padding-bottom: 50px; } }

.nc-slider__item {
  margin-bottom: 32px; }
  @media (max-width: 1365px) {
    .nc-slider__item {
      margin-bottom: 40px; } }
  @media (max-width: 1279px) {
    .nc-slider__item {
      margin-bottom: 32px; } }
  @media (max-width: 1024px) {
    .nc-slider__item {
      margin-bottom: 0;
      height: auto;
      display: flex;
      box-sizing: border-box;
      width: calc(100% / 3 - 16px);
      margin-right: 24px; }
      .nc-slider__item:last-child {
        margin-right: 0; } }
  @media (max-width: 767px) {
    .nc-slider__item {
      width: 224px; }
      .nc-slider__item:last-child {
        margin-right: 0; } }
  .nc-slider__item:last-child {
    margin-bottom: 0; }

@media (max-width: 1024px) {
  .nc-slider__news-card {
    height: auto; } }

.nc-slider__btn {
  width: 100%;
  max-width: 424px;
  margin: 0 auto 50px auto; }
  @media (max-width: 1024px) {
    .nc-slider__btn {
      margin: 40px auto 0 auto; } }
  @media (max-width: 767px) {
    .nc-slider__btn {
      margin: 32px auto 0 auto; } }

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: relative;
  left: auto;
  top: auto;
  bottom: auto;
  right: auto;
  margin-top: 24px; }

.author-card__wrapper {
  display: flex; }

.author-card__left {
  flex-shrink: 0;
  margin-right: 48px;
  display: flex;
  flex-direction: column; }
  .author-card__left--mobile {
    display: none; }
  @media (max-width: 1024px) {
    .author-card__left {
      margin-right: 32px; } }
  @media (max-width: 767px) {
    .author-card__left {
      display: none;
      margin-right: 20px; }
      .author-card__left--mobile {
        display: flex; } }

.author-card__right {
  width: 100%; }

.author-card__image {
  display: block;
  width: 150px;
  height: 150px;
  margin-bottom: 24px;
  border-radius: 50%;
  flex-shrink: 0;
  overflow: hidden; }
  @media (max-width: 1024px) {
    .author-card__image {
      width: 80px;
      height: 80px;
      margin-bottom: 12px; } }
  .author-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 600ms ease-in-out; }

.author-card__socials {
  display: flex;
  align-items: center;
  justify-content: center; }

.author-card__social {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  background: #EEEEEE;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  transition: background 300ms ease; }
  @media (max-width: 1024px) {
    .author-card__social {
      width: 32px;
      height: 32px;
      margin-right: 8px; } }
  .author-card__social:hover {
    background: #E8E8E8; }
  .author-card__social:active {
    background: #F9F9F9; }
  .author-card__social svg {
    display: block;
    width: 24px;
    height: 24px;
    object-fit: contain;
    fill: #212121; }
    @media (max-width: 1024px) {
      .author-card__social svg {
        width: 20px;
        height: 20px; } }
  .author-card__social:last-child {
    margin-right: 0; }

.author-card__top {
  padding-bottom: 28px;
  margin-bottom: 28px;
  border-bottom: 1px solid #D0D0D0; }
  @media (max-width: 1024px) {
    .author-card__top {
      padding-bottom: 24px;
      margin-bottom: 24px; } }
  @media (max-width: 767px) {
    .author-card__top {
      display: flex;
      padding-bottom: 32px; } }

.author-card__name {
  display: block;
  font-weight: 700;
  font-size: 24px;
  line-height: 125%;
  letter-spacing: -0.01em;
  color: #161616;
  padding-bottom: 8px;
  transition: color 300ms ease; }
  @media (max-width: 1024px) {
    .author-card__name {
      font-size: 20px; } }

.author-card__position {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #818A8F;
  padding-bottom: 18px; }
  @media (max-width: 1024px) {
    .author-card__position {
      font-size: 14px;
      padding-bottom: 16px; } }

.author-card__info {
  display: flex;
  align-items: center; }

.author-card__info-item {
  display: flex;
  align-items: center;
  margin-right: 20px; }
  .author-card__info-item:last-child {
    margin-right: 0; }

.author-card__info-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #818A8F;
  margin-right: 8px; }
  @media (max-width: 1024px) {
    .author-card__info-text {
      font-size: 14px; } }
  .author-card__info-text:last-child {
    margin-right: 0; }
  .author-card__info-text--strong {
    font-weight: 600;
    color: #37424A; }

.author-card__about {
  position: relative; }

.author-card__about-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: -0.01em;
  color: #161616;
  padding-bottom: 12px; }
  @media (max-width: 1024px) {
    .author-card__about-title {
      font-size: 14px;
      padding-bottom: 8px; } }

.author-card__about-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #37424A; }
  @media (max-width: 1024px) {
    .author-card__about-text {
      font-size: 14px; } }
  .author-card__about-text p {
    padding-bottom: 24px; }
    @media (max-width: 1024px) {
      .author-card__about-text p {
        padding-bottom: 20px; } }

.c-grid {
  display: flex;
  padding-bottom: 50px; }
  @media (max-width: 767px) {
    .c-grid {
      flex-direction: column;
      padding-bottom: 32px; } }
  .c-grid--v .c-grid__item {
    padding-bottom: 50px; }
    @media (max-width: 1024px) {
      .c-grid--v .c-grid__item {
        padding-bottom: 32px; } }
    .c-grid--v .c-grid__item:first-child {
      width: 52.71%; }
      @media (max-width: 1650px) {
        .c-grid--v .c-grid__item:first-child {
          width: 54.19%; } }
      @media (max-width: 1279px) {
        .c-grid--v .c-grid__item:first-child {
          width: 48.36%; } }
      @media (max-width: 1024px) {
        .c-grid--v .c-grid__item:first-child {
          width: 37.78%; } }
      @media (max-width: 767px) {
        .c-grid--v .c-grid__item:first-child {
          width: 100%; } }
      @media (max-width: 767px) {
        .c-grid--v .c-grid__item:first-child .news-card:nth-child(2) .news-card__image {
          width: 100%; }
        .c-grid--v .c-grid__item:first-child .news-card:nth-child(2) .news-card__info {
          display: flex; }
        .c-grid--v .c-grid__item:first-child .news-card:nth-child(2) .news-card__name {
          font-weight: 700;
          font-size: 22px;
          line-height: 135%;
          padding-bottom: 16px; } }
      @media (max-width: 767px) {
        .c-grid--v .c-grid__item:first-child .news-card:nth-child(3) {
          padding-bottom: 0;
          margin-bottom: 0;
          border: none; }
          .c-grid--v .c-grid__item:first-child .news-card:nth-child(3) .news-card__image {
            display: none; }
          .c-grid--v .c-grid__item:first-child .news-card:nth-child(3) .news-card__name {
            font-weight: 500;
            font-size: 15px;
            line-height: 145%;
            letter-spacing: -0.01em; } }
      @media (max-width: 767px) {
        .c-grid--v .c-grid__item:first-child .news-card:nth-child(4) {
          display: none; } }
    .c-grid--v .c-grid__item:last-child .news-card:nth-child(2) {
      padding-bottom: 0;
      margin-bottom: 0;
      border: none; }
      @media (max-width: 1279px) {
        .c-grid--v .c-grid__item:last-child .news-card:nth-child(2) {
          padding-bottom: 24px;
          margin-bottom: 24px;
          border-bottom: 1px solid #D0D0D0; } }
      @media (max-width: 1024px) {
        .c-grid--v .c-grid__item:last-child .news-card:nth-child(2) {
          padding-bottom: 20px;
          margin-bottom: 20px; } }
    .c-grid--v .c-grid__item:last-child .news-card:nth-child(3) {
      display: none; }
      @media (max-width: 1279px) {
        .c-grid--v .c-grid__item:last-child .news-card:nth-child(3) {
          display: flex; } }
  .c-grid--v .c-grid__news-card {
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid #D0D0D0; }
    @media (max-width: 1024px) {
      .c-grid--v .c-grid__news-card {
        padding-bottom: 20px;
        margin-bottom: 20px; } }
  .c-grid__item {
    border-bottom: 1px solid #D0D0D0;
    padding-bottom: 55px; }
    @media (max-width: 1279px) {
      .c-grid__item {
        padding-bottom: 32px; } }
    .c-grid__item:first-child {
      flex-shrink: 0;
      width: 71.65%;
      margin-right: 40px; }
      @media (max-width: 1650px) {
        .c-grid__item:first-child {
          margin-right: 32px; } }
      @media (max-width: 1279px) {
        .c-grid__item:first-child {
          width: 62.30%; } }
      @media (max-width: 1024px) {
        .c-grid__item:first-child {
          width: 57.78%; } }
      @media (max-width: 767px) {
        .c-grid__item:first-child {
          width: 100%;
          padding-bottom: 32px;
          margin-bottom: 32px; } }
    @media (max-width: 767px) {
      .c-grid:not(.c-grid--v) .c-grid__item:last-child .news-card:nth-child(2) .news-card__name {
        font-weight: 700;
        font-size: 22px;
        line-height: 135%; } }
    .c-grid:not(.c-grid--v) .c-grid__item:last-child .news-card:nth-child(3) {
      border: none;
      padding-bottom: 0;
      margin-bottom: 0; }
      @media (max-width: 1279px) {
        .c-grid:not(.c-grid--v) .c-grid__item:last-child .news-card:nth-child(3) {
          padding-bottom: 28px;
          border-bottom: 1px solid #D0D0D0;
          margin-bottom: 24px; } }
      @media (max-width: 1024px) {
        .c-grid:not(.c-grid--v) .c-grid__item:last-child .news-card:nth-child(3) {
          padding-bottom: 20px;
          margin-bottom: 20px; } }
      @media (max-width: 767px) {
        .c-grid:not(.c-grid--v) .c-grid__item:last-child .news-card:nth-child(3) {
          padding-bottom: 0;
          margin-bottom: 0;
          border-bottom: none; } }
    .c-grid:not(.c-grid--v) .c-grid__item:last-child .news-card:nth-child(4) {
      display: none; }
      @media (max-width: 1279px) {
        .c-grid:not(.c-grid--v) .c-grid__item:last-child .news-card:nth-child(4) {
          display: flex; } }
      @media (max-width: 767px) {
        .c-grid:not(.c-grid--v) .c-grid__item:last-child .news-card:nth-child(4) {
          display: none; } }
  .c-grid__link {
    display: inline-block;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    color: #161616;
    margin-bottom: 32px;
    padding-right: 36px;
    position: relative;
    transition: color 300ms ease; }
    @media (max-width: 1024px) {
      .c-grid__link {
        font-size: 18px;
        line-height: 22px; } }
    @media (max-width: 767px) {
      .c-grid__link {
        margin-bottom: 24px; } }
    .c-grid__link:hover {
      color: #ED1C24; }
    .c-grid__link:active::before {
      opacity: 0; }
    .c-grid__link::before {
      content: '';
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      width: 24px;
      height: 24px;
      background: url("../img/c-grid/arrow.svg") 50% 50% no-repeat;
      background-size: contain;
      transition: opacity 300ms ease; }
  .c-grid__row {
    display: flex; }
    @media (max-width: 1279px) {
      .c-grid__row {
        flex-direction: column; } }
  .c-grid__col:first-child {
    flex-shrink: 0;
    width: 60.43%;
    margin-right: 40px; }
    @media (max-width: 1650px) {
      .c-grid__col:first-child {
        margin-right: 32px; } }
    @media (max-width: 1279px) {
      .c-grid__col:first-child {
        width: 100%;
        margin-right: 0;
        border-bottom: 1px solid #D0D0D0;
        padding-bottom: 24px;
        margin-bottom: 24px; } }
    @media (max-width: 1024px) {
      .c-grid__col:first-child {
        padding-bottom: 20px;
        margin-bottom: 20px; } }
  @media (max-width: 1279px) {
    .c-grid__col:last-child .news-card:nth-child(1) {
      padding-bottom: 0;
      margin-bottom: 0;
      border-bottom: none; } }
  @media (max-width: 1279px) {
    .c-grid__col:last-child .news-card:nth-child(1) .news-card__image {
      display: none; } }
  @media (max-width: 1279px) {
    .c-grid__col:last-child .news-card:nth-child(1) .news-card__info {
      display: none; } }
  @media (max-width: 1279px) {
    .c-grid__col:last-child .news-card:nth-child(2) {
      display: none; } }
  .c-grid__news-card {
    padding-bottom: 28px;
    border-bottom: 1px solid #D0D0D0;
    margin-bottom: 24px; }
    @media (max-width: 1024px) {
      .c-grid__news-card {
        padding-bottom: 20px;
        margin-bottom: 20px; } }
    .c-grid__news-card:last-child {
      border: none;
      margin-bottom: 0;
      padding-bottom: 0; }

.articles-slider__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0 32px 0; }
  @media (max-width: 1279px) {
    .articles-slider__header {
      padding: 10px 0 32px 0; } }
  @media (max-width: 767px) {
    .articles-slider__header {
      padding: 18px 0 24px 0; } }

.articles-slider__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  color: #161616;
  padding-right: 32px; }
  @media (max-width: 1024px) {
    .articles-slider__title {
      font-size: 18px;
      line-height: 22px; } }

.articles-slider__controls {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  margin-left: -8px;
  margin-right: -8px; }

.articles-slider__btn {
  flex-shrink: 0;
  padding: 0 8px; }
  .articles-slider__btn svg {
    display: block;
    width: 32px;
    height: 32px;
    object-fit: contain; }

@media (max-width: 767px) {
  .articles-slider__container {
    margin-left: -16px;
    margin-right: -16px;
    padding: 0 16px; } }

.articles-slider__item {
  height: auto; }
  @media (max-width: 767px) {
    .articles-slider__item {
      width: 224px; } }

.articles-slider__news-card {
  height: 100%; }

.article-header {
  padding-bottom: 32px;
  padding-top: 20px; }
  @media (max-width: 1279px) {
    .article-header {
      padding-top: 24px; } }
  @media (max-width: 1024px) {
    .article-header {
      padding-top: 16px;
      padding-bottom: 24px; } }
  @media (max-width: 767px) {
    .article-header {
      padding-top: 0; } }
  .article-header__container {
    min-height: 900px;
    position: relative;
    z-index: 3;
    padding: 50px 0 80px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media (max-width: 1650px) {
      .article-header__container {
        min-height: 600px;
        padding: 24px 0 60px; } }
    @media (max-width: 1279px) {
      .article-header__container {
        min-height: 480px; } }
    @media (max-width: 1024px) {
      .article-header__container {
        min-height: 360px;
        padding: 24px 26px 32px 26px; } }
    @media (max-width: 767px) {
      .article-header__container {
        padding: 24px 0; } }
  .article-header__backlink {
    display: flex;
    align-items: center; }
    .article-header__backlink:hover .article-header__backlink-text {
      color: #ED1C24; }
    .article-header__backlink:hover .article-header__backlink-icon svg .stroke {
      stroke: #ED1C24; }
    .article-header__backlink:hover .article-header__backlink-icon svg .fill {
      fill: #ED1C24; }
  .article-header__backlink-icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    margin-right: 16px; }
    @media (max-width: 1024px) {
      .article-header__backlink-icon {
        margin-right: 8px; } }
    .article-header__backlink-icon svg {
      display: block;
      width: 100%;
      height: 100%; }
      .article-header__backlink-icon svg .stroke {
        stroke: #fff;
        transition: stroke 300ms ease; }
      .article-header__backlink-icon svg .fill {
        fill: #fff;
        transition: fill 300ms ease; }
  .article-header__backlink-text {
    font-weight: 500;
    font-size: 17px;
    line-height: 140%;
    color: #FFFFFF;
    transition: color 300ms ease; }
    @media (max-width: 1024px) {
      .article-header__backlink-text {
        font-size: 13px; } }
  .article-header__caption {
    padding-top: 100px; }
    @media (max-width: 1650px) {
      .article-header__caption {
        padding-top: 80px; } }
    @media (max-width: 1279px) {
      .article-header__caption {
        padding-top: 60px; } }
  .article-header--lg {
    position: relative;
    padding: 0;
    margin-top: -25px;
    z-index: 0;
    margin-bottom: 40px; }
    @media (max-width: 1650px) {
      .article-header--lg {
        margin-bottom: 32px; } }
    @media (max-width: 1279px) {
      .article-header--lg {
        margin-top: -17px; } }
    @media (max-width: 1024px) {
      .article-header--lg {
        margin-bottom: 24px;
        margin-top: -21px; } }
    .article-header--lg::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
      z-index: 2; }
    .article-header--lg .article-header__image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      border-radius: 0; }
      @media (max-width: 767px) {
        .article-header--lg .article-header__image {
          width: calc(100% + 32px); } }
    .article-header--lg .article-header__badge {
      position: relative;
      display: inline-block;
      margin-bottom: 32px; }
      @media (max-width: 1024px) {
        .article-header--lg .article-header__badge {
          margin-bottom: 16px; } }
    .article-header--lg .article-header__title {
      font-weight: 700;
      font-size: 56px;
      line-height: 120%;
      letter-spacing: -0.01em;
      color: #FFFFFF;
      padding-bottom: 24px;
      width: 100%;
      max-width: 989px; }
      @media (max-width: 1650px) {
        .article-header--lg .article-header__title {
          font-size: 48px;
          max-width: none; } }
      @media (max-width: 1279px) {
        .article-header--lg .article-header__title {
          font-size: 40px; } }
      @media (max-width: 1024px) {
        .article-header--lg .article-header__title {
          font-size: 32px;
          line-height: 125%;
          padding-bottom: 16px; } }
      @media (max-width: 767px) {
        .article-header--lg .article-header__title {
          font-size: 24px; } }
    .article-header--lg .article-header__date {
      font-size: 17px;
      line-height: 140%;
      color: #FFFFFF;
      opacity: 0.7; }
      @media (max-width: 1650px) {
        .article-header--lg .article-header__date {
          font-size: 15px; } }
      @media (max-width: 1024px) {
        .article-header--lg .article-header__date {
          font-size: 12px; } }
    .article-header--lg .article-header__stats-text {
      font-weight: 500;
      font-size: 17px;
      line-height: 140%;
      color: #FFFFFF;
      opacity: 0.7; }
      @media (max-width: 1650px) {
        .article-header--lg .article-header__stats-text {
          font-size: 15px; } }
      @media (max-width: 1024px) {
        .article-header--lg .article-header__stats-text {
          font-size: 12px; } }
    .article-header--lg .article-header__stats-value {
      font-weight: 600;
      font-size: 17px;
      line-height: 140%;
      color: #FFFFFF; }
      @media (max-width: 1650px) {
        .article-header--lg .article-header__stats-value {
          font-size: 15px; } }
      @media (max-width: 1024px) {
        .article-header--lg .article-header__stats-value {
          font-size: 12px; } }
    .article-header--lg .article-header__stats-icon--time {
      background: url("../img/news-card/time-light.svg") 50% 50% no-repeat;
      background-size: contain; }
    .article-header--lg .article-header__stats-icon--views {
      background: url("../img/news-card/views-light.svg") 50% 50% no-repeat;
      background-size: contain; }
    .article-header--lg .article-header__info {
      padding: 0; }
  .article-header__title {
    font-weight: 700;
    font-size: 48px;
    line-height: 125%;
    letter-spacing: -0.01em;
    color: #161616;
    padding-bottom: 24px; }
    @media (max-width: 1279px) {
      .article-header__title {
        font-size: 40px; } }
    @media (max-width: 1024px) {
      .article-header__title {
        font-size: 32px;
        padding-bottom: 16px; } }
    @media (max-width: 767px) {
      .article-header__title {
        font-size: 24px; } }
  .article-header__info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 32px; }
    @media (max-width: 1024px) {
      .article-header__info {
        padding-bottom: 24px; } }
    @media (max-width: 767px) {
      .article-header__info {
        flex-direction: column-reverse;
        align-items: flex-start;
        justify-content: flex-start; } }
  .article-header__date {
    font-weight: 500;
    font-size: 15px;
    line-height: 140%;
    color: #818A8F;
    padding-right: 24px; }
    @media (max-width: 1024px) {
      .article-header__date {
        font-size: 12px; } }
    @media (max-width: 767px) {
      .article-header__date {
        padding: 0; } }
  .article-header__stats {
    display: flex;
    align-items: center; }
    @media (max-width: 767px) {
      .article-header__stats {
        padding-bottom: 8px; } }
  .article-header__stats-item {
    display: flex;
    align-items: center;
    margin-right: 24px; }
    .article-header__stats-item:last-child {
      margin-right: 0; }
  .article-header__stats-text {
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #818A8F;
    padding-right: 8px; }
    @media (max-width: 1024px) {
      .article-header__stats-text {
        font-size: 12px; } }
    @media (max-width: 767px) {
      .article-header__stats-text {
        padding-right: 6px; } }
  .article-header__stats-icon {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    margin-right: 8px; }
    .article-header__stats-icon--time {
      background: url("../img/news-card/time.svg") 50% 50% no-repeat;
      background-size: contain; }
    .article-header__stats-icon--views {
      background: url("../img/news-card/views.svg") 50% 50% no-repeat;
      background-size: contain; }
  .article-header__stats-value {
    font-weight: 600;
    font-size: 15px;
    line-height: 140%;
    color: #37424A; }
    @media (max-width: 1024px) {
      .article-header__stats-value {
        font-size: 12px; } }
  .article-header__image {
    position: relative;
    border-radius: 5px;
    overflow: hidden; }
    @media (max-width: 767px) {
      .article-header__image {
        margin-left: -16px;
        margin-right: -16px;
        border-radius: 0; } }
    .article-header__image::before {
      content: '';
      display: inline-block;
      padding-top: 56.26%; }
    .article-header__image img {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .article-header__badge {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 16px 28px;
    background: #5E7BA5; }
    @media (max-width: 1279px) {
      .article-header__badge {
        padding: 14px 24px;
        font-size: 16px;
        line-height: 20px; } }
    @media (max-width: 1024px) {
      .article-header__badge {
        padding: 12px 20px;
        font-size: 13px;
        line-height: 16px; } }

.social-list {
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 88px;
  transition: top 250ms ease-in-out; }
  @media (max-width: 1024px) {
    .social-list {
      position: static;
      flex-direction: row;
      padding-bottom: 24px; } }
  .is-scroll-up .social-list {
    top: 152px; }
  .social-list__item {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    background: #EEEEEE;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    transition: background 300ms ease; }
    @media (max-width: 1024px) {
      .social-list__item {
        width: 42px;
        height: 42px;
        margin-bottom: 0;
        margin-right: 10px; } }
    .social-list__item img {
      display: block;
      width: 24px;
      height: 24px;
      object-fit: contain; }
      @media (max-width: 1024px) {
        .social-list__item img {
          width: 18px;
          height: 18px; } }
    .social-list__item:hover {
      background: #E8E8E8; }
    .social-list__item:active {
      background: #F9F9F9; }
    .social-list__item--transparent {
      background: transparent; }

.article-nav ul {
  padding-bottom: 40px;
  margin-bottom: 50px;
  border-bottom: 1px solid #DBDFE3; }
  .article-nav ul ul {
    padding: 0 !important;
    margin: 0 !important;
    border: none !important; }
  @media (max-width: 1024px) {
    .article-nav ul {
      padding-bottom: 32px;
      margin-bottom: 32px; } }
  @media (max-width: 767px) {
    .article-nav ul {
      padding-bottom: 28px; } }
  .article-nav ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 48px; }
    @media (max-width: 1024px) {
      .article-nav ul li {
        margin-bottom: 6px;
        padding-left: 44px; } }
    @media (max-width: 767px) {
      .article-nav ul li {
        margin-bottom: 8px;
        padding-left: 36px; } }
    .article-nav ul li:last-child {
      margin-bottom: 0; }
    .article-nav ul li::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 16px;
      transform: translateY(-50%);
      width: 8px;
      height: 8px;
      background: #ED1C24; }
      @media (max-width: 1024px) {
        .article-nav ul li::before {
          left: 12px; } }
    .article-nav ul li.article-nav__sublist {
      padding-left: 32px;
      margin-top: 14px;
      margin-bottom: 14px; }
      @media (max-width: 1024px) {
        .article-nav ul li.article-nav__sublist {
          padding-left: 24px;
          margin-top: 12px;
          margin-bottom: 12px; } }
      @media (max-width: 767px) {
        .article-nav ul li.article-nav__sublist {
          padding-left: 18px; } }
      .article-nav ul li.article-nav__sublist::before {
        display: none; }
      .article-nav ul li.article-nav__sublist a {
        font-size: 16px; }
        @media (max-width: 1024px) {
          .article-nav ul li.article-nav__sublist a {
            font-size: 13px; } }
    .article-nav ul li a {
      font-weight: 500;
      font-size: 18px;
      line-height: 160%;
      text-decoration-line: underline;
      text-underline-offset: 4px;
      color: #5E7BA5;
      display: block;
      position: relative; }
      @media (max-width: 1279px) {
        .article-nav ul li a {
          font-size: 16px; } }
      @media (max-width: 1024px) {
        .article-nav ul li a {
          font-size: 15px; } }
      .article-nav ul li a:hover {
        text-decoration: none; }

.quote {
  position: relative;
  margin: 26px 0 50px 0;
  border-radius: 5px; }
  @media (max-width: 1024px) {
    .quote {
      margin: 12px 0 32px; } }
  .quote + *:not(.quote) {
    padding-top: 0 !important;
    margin-top: 0 !important; }
  .quote-light {
    padding: 44px 60px 103px 60px;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #37424A;
    background: #FFFFFF;
    box-shadow: 0px 10px 44px rgba(191, 199, 210, 0.29); }
    @media (max-width: 1279px) {
      .quote-light {
        padding: 44px 44px 103px 44px;
        font-size: 18px; } }
    @media (max-width: 1024px) {
      .quote-light {
        font-size: 16px;
        padding: 36px 40px 79px 40px; } }
    @media (max-width: 767px) {
      .quote-light {
        padding: 36px 32px 79px 32px; } }
    .quote-light::before {
      content: '';
      position: absolute;
      bottom: 36px;
      left: 50%;
      transform: translateX(-50%);
      max-width: 576px;
      width: 100%;
      height: 41px;
      background: url("../img/quote/icon-1.svg") 50% 50% no-repeat;
      background-size: auto 100%;
      z-index: 2; }
      @media (max-width: 1279px) {
        .quote-light::before {
          max-width: 558px; } }
      @media (max-width: 1024px) {
        .quote-light::before {
          max-width: 568px;
          height: 31px;
          bottom: 28px; } }
      @media (max-width: 767px) {
        .quote-light::before {
          max-width: 279px; } }
  .quote-dark {
    padding: 40px 107px 100px 50px;
    background: #37424A;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: rgba(255, 255, 255, 0.8); }
    @media (max-width: 1279px) {
      .quote-dark {
        padding: 40px 97px 100px 40px;
        font-size: 18px; } }
    @media (max-width: 1024px) {
      .quote-dark {
        font-size: 16px;
        padding: 32px 93px 80px 40px; } }
    @media (max-width: 767px) {
      .quote-dark {
        padding: 80px 32px 80px 32px; } }
    .quote-dark::before {
      content: '';
      position: absolute;
      top: 40px;
      right: 50px;
      width: 35px;
      height: 35px;
      background: url("../img/quote/icon-2.svg") 50% 50% no-repeat;
      background-size: contain;
      z-index: 2; }
      @media (max-width: 1279px) {
        .quote-dark::before {
          width: 33px;
          height: 33px;
          top: 40px;
          right: 40px; } }
      @media (max-width: 1024px) {
        .quote-dark::before {
          width: 28px;
          height: 28px;
          top: 32px;
          right: 40px; } }
      @media (max-width: 767px) {
        .quote-dark::before {
          right: auto;
          top: 32px;
          left: 32px; } }
    .quote-dark::after {
      content: '';
      position: absolute;
      bottom: 40px;
      left: 50px;
      width: calc(100% - 100px);
      height: 36px;
      background: url("../img/quote/icon-3.svg") 0 50% no-repeat;
      background-size: 777px 36px;
      z-index: 2; }
      @media (max-width: 1024px) {
        .quote-dark::after {
          height: 28px;
          left: 40px;
          bottom: 32px;
          background-size: auto 100%; } }
      @media (max-width: 767px) {
        .quote-dark::after {
          left: 32px; } }
  .quote-bordered {
    background: #fff;
    border: 2px dashed #ED1C24;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    color: #161616;
    padding: 44px; }
    @media (max-width: 1279px) {
      .quote-bordered {
        padding: 40px;
        font-size: 18px; } }
    @media (max-width: 1024px) {
      .quote-bordered {
        font-size: 16px;
        padding: 36px 40px 40px 40px; } }
    @media (max-width: 767px) {
      .quote-bordered {
        padding: 36px 32px 40px 32px;
        text-align: center; } }
    .quote-bordered::before {
      content: '';
      position: absolute;
      top: -25px;
      left: 50%;
      transform: translateX(-50%);
      width: 60px;
      height: 50px;
      background: url("../img/quote/icon-4.svg") 50% 50% no-repeat;
      background-size: contain;
      z-index: 2; }
      @media (max-width: 1024px) {
        .quote-bordered::before {
          width: 52px;
          height: 46px;
          top: -23px; } }
    .quote-bordered::after {
      content: '';
      position: absolute;
      bottom: -18px;
      left: 50%;
      transform: translateX(-50%);
      width: 163px;
      height: 36px;
      background: url("../img/quote/icon-5.svg") 50% 50% no-repeat;
      background-size: contain;
      z-index: 2; }
      @media (max-width: 1024px) {
        .quote-bordered::after {
          width: 137px;
          height: 30px;
          bottom: -15px; } }
  .quote-simple {
    margin: 0 !important;
    padding-top: 46px;
    padding-bottom: 28px;
    position: relative;
    border-bottom: 2px solid #DBDFE3;
    font-style: italic;
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    color: #161616; }
    @media (max-width: 1279px) {
      .quote-simple {
        font-size: 15px; } }
    @media (max-width: 1024px) {
      .quote-simple {
        font-size: 14px; } }
    @media (max-width: 767px) {
      .quote-simple {
        padding: 30px 0 30px 58px;
        border-top: 2px solid #DBDFE3; } }
    .quote-simple::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 42px;
      height: 30px;
      background: url("../img/quote/icon-6.svg") 50% 50% no-repeat;
      background-size: contain; }
      @media (max-width: 767px) {
        .quote-simple::before {
          top: 50%;
          transform: translateY(-50%); } }

.read-more {
  position: relative;
  padding-bottom: 28px;
  border-bottom: 1px solid #DBDFE3;
  display: flex;
  flex-direction: column; }
  @media (max-width: 1279px) {
    .read-more {
      padding-bottom: 22px; } }
  @media (max-width: 767px) {
    .read-more {
      padding-top: 28px;
      padding-bottom: 28px;
      border-top: 1px solid #DBDFE3;
      flex-direction: row; } }
  .read-more:hover .read-more__title {
    color: #ED1C24; }
  .read-more__image {
    position: relative;
    margin-bottom: 16px;
    border-radius: 5px;
    overflow: hidden; }
    @media (max-width: 767px) {
      .read-more__image {
        width: 164px;
        flex-shrink: 0;
        margin-right: 16px; } }
    .read-more__image::before {
      content: '';
      display: inline-block;
      padding-top: 56.16%; }
    .read-more__image img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
  .read-more__caption {
    display: flex;
    flex-direction: column; }
  .read-more__text {
    font-weight: 400;
    font-size: 13px;
    line-height: 140%;
    color: #818A8F;
    padding-bottom: 8px; }
    @media (max-width: 1279px) {
      .read-more__text {
        font-size: 12px; } }
  .read-more__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    color: #161616;
    transition: color 300ms ease; }
    @media (max-width: 1279px) {
      .read-more__title {
        font-size: 15px; } }

.yt-video {
  width: 100%;
  position: relative; }
  .yt-video__container {
    width: 100%;
    position: relative;
    border-radius: 5px;
    overflow: hidden; }
    .yt-video__container::before {
      content: '';
      display: inline-block;
      padding-top: 66.67%; }
  .yt-video__player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .yt-video__preview {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 300ms ease-out; }
    .yt-video__preview::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.4);
      z-index: 2;
      transition: opacity 300ms ease; }
  .yt-video__poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.4);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
  .yt-video__play-button {
    width: 100px;
    height: 100px;
    position: relative;
    z-index: 3;
    transition: opacity 600ms ease; }
    @media (max-width: 1439px) {
      .yt-video__play-button {
        width: 96px;
        height: 96px; } }
    @media (max-width: 1279px) {
      .yt-video__play-button {
        width: 76px;
        height: 76px; } }
    @media (max-width: 767px) {
      .yt-video__play-button {
        width: 48px;
        height: 48px; } }
    .yt-video__play-button svg {
      display: block;
      width: 100%;
      height: 100%; }
      .yt-video__play-button svg path {
        fill: #fff;
        transition: fill 300ms ease; }
  body:not(.mobile) .yt-video:hover .yt-video__preview::before {
    opacity: 0; }
  body:not(.mobile) .yt-video:hover .yt-video__play-button svg path {
    fill: #fff; }
  .yt-video.active .yt-video__preview {
    opacity: 0;
    visibility: hidden; }

.article-table {
  width: 100%;
  padding: 24px 0;
  position: relative; }
  @media (max-width: 1024px) {
    .article-table {
      padding: 12px 0 32px 0; } }
  .article-table.has-scroll {
    cursor: grab; }
  .article-table.show-animation .article-table__icon {
    opacity: 1; }
  .article-table__inner {
    overflow: hidden;
    position: relative; }
    @media (max-width: 767px) {
      .article-table__inner {
        margin-left: -16px;
        margin-right: -16px;
        padding: 0 16px; } }
  .article-table__wrapper {
    width: 100%; }
  .article-table table {
    margin: 0 !important;
    padding: 0 !important;
    border-collapse: collapse !important;
    border-color: #b7b7b7 !important;
    height: auto !important;
    width: auto !important;
    min-width: 100%; }
    .article-table table td {
      padding: 10px 12px !important; }
    .article-table table p {
      padding: 0 !important;
      font-weight: 500;
      font-size: 13px;
      line-height: 140%;
      color: #37424A; }
  .article-table__scrollbar {
    width: 100%;
    position: relative;
    z-index: 2;
    margin-top: 24px; }
  .article-table__scrollbar-track {
    width: 100%;
    background: #F3F6FA;
    border-radius: 3px; }
  .article-table__scrollbar-thumb {
    height: 5px;
    width: 30%;
    background: #BFC7CF;
    border-radius: 3px; }
  .article-table__icon {
    position: absolute;
    top: 200px;
    right: 0;
    transform: translateX(50%);
    width: 100px;
    height: 78px;
    background: #FFFFFF;
    box-shadow: 0px 3.47826px 20.8696px rgba(0, 0, 0, 0.1);
    border-radius: 34.7826px;
    overflow: hidden;
    background: url("../img/article/swipe_hand.gif") 50% 50% no-repeat #fff;
    background-size: contain;
    opacity: 0;
    transition: 600ms ease; }
    @media (max-width: 1024px) {
      .article-table__icon {
        width: 80px;
        height: 60px; } }
    @media (max-width: 767px) {
      .article-table__icon {
        display: none; } }

.banner {
  position: relative;
  padding: 50px 80px;
  background: #F8F9FA;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 5px;
  margin: 26px 0 50px 0; }
  @media (max-width: 1279px) {
    .banner {
      padding: 50px 60px; } }
  @media (max-width: 1024px) {
    .banner {
      padding: 40px 50px;
      margin: 12px 0 32px 0; } }
  @media (max-width: 767px) {
    .banner {
      padding: 40px 30px; } }
  .banner + *:not(.quote) {
    padding-top: 0 !important;
    margin-top: 0 !important; }
  .banner__icon {
    width: 42px;
    height: 35px;
    margin-bottom: 24px;
    background: url("../img/banner/icon.svg") 50% 50% no-repeat;
    background-size: contain;
    position: relative; }
    .banner__icon::before, .banner__icon::after {
      content: '';
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 40px;
      height: 2px;
      background: #DBDFE3; }
    .banner__icon::before {
      left: -24px;
      transform: translateY(-50%) translateX(-100%); }
    .banner__icon::after {
      right: -24px;
      transform: translateY(-50%) translateX(100%); }
  .banner__text {
    font-style: italic;
    font-weight: 600;
    font-size: 22px;
    line-height: 150%;
    text-align: center;
    color: #161616;
    padding-bottom: 40px;
    border-bottom: 3px solid #ED1C24; }
    @media (max-width: 1279px) {
      .banner__text {
        font-size: 20px; } }
    @media (max-width: 1024px) {
      .banner__text {
        font-size: 18px;
        padding-bottom: 32px; } }
  .banner__author {
    font-weight: 600;
    font-size: 17px;
    line-height: 125%;
    text-align: center;
    letter-spacing: -0.01em;
    color: #161616;
    padding-bottom: 6px;
    padding-top: 32px; }
  .banner__position {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    color: #818A8F; }

@media (max-width: 767px) {
  .article-posts-slider {
    margin-left: -16px;
    margin-right: -16px;
    padding: 0 16px; } }

.article-posts-slider .swiper-slide {
  height: auto;
  box-sizing: border-box;
  width: calc(100% / 3 - 16px);
  margin-right: 24px; }
  @media (max-width: 767px) {
    .article-posts-slider .swiper-slide {
      width: 224px !important; } }
  .article-posts-slider .swiper-slide:last-child {
    margin-right: 0; }

@media (max-width: 767px) {
  .article-posts-slider--lg .swiper-slide {
    width: 224px !important; } }

.alert {
  position: fixed;
  top: 154px;
  right: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: all 250ms ease-in-out;
  z-index: 10;
  pointer-events: none; }
  @media (max-width: 1279px) {
    .alert {
      top: 94px !important;
      right: 0; } }
  @media (max-width: 767px) {
    .alert {
      top: 80px !important;
      left: 0;
      right: auto; } }
  body.is-scroll-down:not(.is-scroll-up) .alert {
    top: 94px; }
  .alert.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  .alert--comparison .alert__wrapper, .alert--success .alert__wrapper {
    background: #fff; }
  .alert--comparison .alert__text, .alert--success .alert__text {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #37424A; }
  .alert--comparison .alert__progress, .alert--success .alert__progress {
    background: #DBDFE3; }
  .alert--comparison .alert__progress-bar, .alert--success .alert__progress-bar {
    background: #5E7BA5; }
  .alert .container {
    display: flex;
    justify-content: flex-end; }
  .alert__wrapper {
    background: #FFECEC;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1), 12px 24px 24px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding: 20px 64px 20px 20px;
    width: 410px;
    box-sizing: border-box;
    position: relative;
    pointer-events: all;
    display: flex;
    align-items: center;
    overflow: hidden; }
    @media (max-width: 767px) {
      .alert__wrapper {
        width: 100%; } }
  .alert__icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-right: 20px; }
    @media (max-width: 767px) {
      .alert__icon {
        margin-right: 12px; } }
    .alert__icon img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .alert__title {
    font-weight: 600;
    font-size: 15px;
    line-height: 140%;
    color: #ED1C24;
    padding-bottom: 4px; }
  .alert__text {
    font-weight: 400;
    font-size: 13px;
    line-height: 140%;
    color: #161616; }
    .alert__text a {
      color: #ED1C24;
      transition: color 300ms ease; }
      .alert__text a:hover {
        color: #c61017; }
  .alert__close {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .alert__close svg {
      display: block;
      width: 100%;
      height: 100%;
      fill: #818A8F;
      transition: fill 300ms ease; }
    .alert__close:hover svg {
      fill: #ED1C24; }
  .alert__progress {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #F5D5D5; }
  .alert__progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #DC7171; }

.search {
  position: relative;
  width: 100%;
  box-sizing: border-box; }
  @media (max-width: 1279px) {
    .search {
      top: 0;
      left: 0;
      width: 100%;
      max-width: unset;
      z-index: 9999;
      padding: 11px 24px;
      background-color: #37424A;
      position: fixed;
      display: flex;
      flex-direction: row;
      align-items: center;
      margin-right: 0;
      box-sizing: border-box;
      transform: translateY(-100%);
      pointer-events: none; }
      .search.transition-ready {
        transition: transform 300ms ease; } }
  @media (max-width: 767px) {
    .search {
      padding: 11px 16px; } }
  .search.is-active {
    transform: translateY(0);
    pointer-events: all; }
    .search.is-active .search__dropdown {
      opacity: 1;
      visibility: visible;
      transform: translateY(0); }
  .search.has-value .search__clear {
    opacity: 1;
    visibility: visible; }
  .search__input-container {
    position: relative;
    width: 100%; }
  .search__input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-progress-appearance: none;
    border-radius: 4px;
    background: var(--secondary-grey-3, #EEE);
    display: flex;
    width: 100%;
    line-height: 38px;
    border: none;
    box-shadow: none;
    outline: none;
    box-sizing: border-box;
    padding: 0 94px 0 16px;
    transition: color 300ms ease, background 300ms ease;
    color: var(--primary-black-1, #161616);
    font-size: 14px;
    font-weight: 400; }
    .search__input::placeholder {
      color: #818A8F;
      transition: color 300ms ease; }
  .search__icons {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: flex; }
  .search__clear {
    width: 52px;
    height: 100%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    opacity: 0;
    visibility: hidden; }
    @media (max-width: 1279px) {
      .search__clear {
        opacity: 1;
        visibility: visible; } }
    .search__clear::before {
      content: '';
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 1px;
      height: 26px;
      background: #D0D0D0; }
    .search__clear svg {
      display: block;
      width: 26px;
      height: 26px; }
      .search__clear svg circle {
        fill: #fff;
        transition: fill 300ms ease; }
      .search__clear svg path {
        stroke: #37424A;
        transition: stroke 300ms ease; }
    .search__clear:hover svg circle {
      fill: #ED1C24; }
    .search__clear:hover svg path {
      stroke: #fff; }
  .search__submit {
    width: 42px;
    height: 100%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
    .search__submit svg {
      width: 24px;
      height: 24px;
      stroke: #818A8F;
      transition: stroke 300ms ease; }
    .search__submit:hover svg {
      stroke: #ED1C24; }
  .search__dropdown {
    position: absolute;
    top: 52px;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    padding: 20px 10px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: opacity 300ms ease, visibility 300ms ease, transform 300ms ease; }
    @media (max-width: 1279px) {
      .search__dropdown {
        top: 60px;
        border-radius: 4px;
        left: 24px;
        width: calc(100% - 48px); } }
    @media (max-width: 767px) {
      .search__dropdown {
        padding: 10px 2px;
        left: 16px;
        width: calc(100% - 32px); } }
  .search__scroller {
    padding: 10px 20px;
    max-height: calc(100vh - 174px);
    overflow-y: auto;
    box-sizing: border-box;
    width: 100%;
    transition: max-height 300ms ease; }
    body.is-scroll-down:not(.is-scroll-up) .search__scroller {
      max-height: calc(100vh - 114px); }
    @media (max-width: 1279px) {
      .search__scroller {
        max-height: calc(100vh - 120px) !important; } }
    @media (max-width: 1024px) {
      .search__scroller {
        max-height: calc(100dvh - 120px) !important; } }
    @media (max-width: 767px) {
      .search__scroller {
        padding: 10px 18px;
        max-height: calc(100dvh - 90px) !important; } }
  .search__list {
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #DBDFE3; }
    @media (max-width: 767px) {
      .search__list--history {
        margin-left: -10px;
        margin-right: -10px; } }
    .search__list:last-of-type {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0; }
  .search__title {
    color: var(--primary-blue, #5E7BA5);
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 14px; }
  .search__item {
    position: relative; }
    .search__item:hover .search__item-clear {
      opacity: 1;
      visibility: visible; }
  .search__link {
    display: flex;
    align-items: center;
    padding: 5px 0;
    min-height: 26px; }
    .search__link:hover .search__text, .search__link:hover .search__amount, .search__link:hover strong {
      color: #ED1C24; }
  .search__icon {
    width: 14px;
    height: 14px;
    margin-right: 8px;
    flex-shrink: 0; }
    .search__icon--circle {
      background: #F3F6FA;
      width: 30px;
      height: 30px;
      margin-right: 10px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden; }
      .search__icon--circle img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        mix-blend-mode: darken;
        position: relative;
        left: -3px;
        top: -1px; }
    .search__icon--category img {
      position: relative;
      left: 0;
      top: 0;
      width: 18px;
      height: 18px; }
  .search__text {
    color: var(--primary-dark-grey, #818A8F);
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    transition: color 300ms ease; }
    .search__text--dark {
      color: #37424A;
      font-weight: 500; }
    .search__text strong {
      font-weight: 500;
      color: #161616; }
  .search__amount {
    color: var(--primary-grey-1, #818A8F);
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    margin-left: auto;
    padding-left: 10px;
    transition: color 300ms ease; }
  .search__item-clear {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    opacity: 0;
    visibility: hidden; }
    @media (max-width: 1024px) {
      .search__item-clear {
        opacity: 1;
        visibility: visible; } }
    .search__item-clear svg {
      display: block;
      width: 100%;
      height: 100%; }
      .search__item-clear svg circle {
        fill: #F3F6FA;
        transition: fill 300ms ease; }
        @media (max-width: 1024px) {
          .search__item-clear svg circle {
            opacity: 0; } }
      .search__item-clear svg path {
        stroke: #37424A;
        transition: stroke 300ms ease; }
    .search__item-clear:hover svg circle {
      fill: #ED1C24; }
    .search__item-clear:hover svg path {
      stroke: #fff; }
      @media (max-width: 1024px) {
        .search__item-clear:hover svg path {
          stroke: #37424A; } }
    .search__item-clear + .search__link > .search__text {
      padding-right: 34px; }
  .search__more {
    display: flex;
    align-items: center;
    margin-top: 15px; }
    .search__more:hover span {
      color: #ED1C24; }
    .search__more:hover svg {
      stroke: #ED1C24; }
    .search__more span {
      color: var(--primary-grey-1, #818A8F);
      font-size: 12px;
      font-weight: 500;
      line-height: 140%;
      padding-right: 6px;
      transition: color 300ms ease; }
    .search__more svg {
      display: block;
      width: 14px;
      height: 14px;
      stroke: #818A8F;
      transition: stroke 300ms ease; }
  .search__fail {
    padding-left: 38px;
    position: relative;
    color: var(--primary-black-1, #161616);
    font-size: 13px;
    font-weight: 500;
    line-height: normal; }
    .search__fail::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      width: 24px;
      height: 24px;
      background: url("../img/search/fail.svg") 50% 50% no-repeat;
      background-size: contain; }
    .search__fail + * {
      margin-top: 20px; }

table.mce-item-table {
  margin-bottom: 40px; }

.text table p, .text table span {
  font-weight: 500;
  font-size: 13px;
  line-height: 140%; }

table, table.table_1, table.mce-item-table, table.mce-item-table.table_1 {
  border-collapse: collapse;
  width: auto;
  min-width: 100%;
  border: none; }
  table tr, table.table_1 tr, table.mce-item-table tr, table.mce-item-table.table_1 tr {
    height: auto !important; }
  table td, table th, table.table_1 td, table.table_1 th, table.mce-item-table td, table.mce-item-table th, table.mce-item-table.table_1 td, table.mce-item-table.table_1 th {
    border: 1px solid #EEEEEE;
    padding: 14px 16px;
    font-weight: 500;
    font-size: 13px;
    line-height: 140%;
    color: #37424A; }
    table td p, table td span, table th p, table th span, table.table_1 td p, table.table_1 td span, table.table_1 th p, table.table_1 th span, table.mce-item-table td p, table.mce-item-table td span, table.mce-item-table th p, table.mce-item-table th span, table.mce-item-table.table_1 td p, table.mce-item-table.table_1 td span, table.mce-item-table.table_1 th p, table.mce-item-table.table_1 th span {
      padding: 0 !important;
      margin: 0 !important;
      font-weight: 500;
      font-size: 13px;
      line-height: 140%;
      color: #37424A; }

table.table_2, table.mce-item-table.table_2 {
  border-collapse: collapse;
  width: auto;
  min-width: 100%;
  border: none; }
  table.table_2 td, table.table_2 th, table.mce-item-table.table_2 td, table.mce-item-table.table_2 th {
    border: none;
    border-bottom: 1px solid #EEEEEE;
    padding: 14px 16px;
    font-weight: 500;
    font-size: 13px;
    line-height: 140%;
    color: #37424A; }
    table.table_2 td p, table.table_2 td span, table.table_2 th p, table.table_2 th span, table.mce-item-table.table_2 td p, table.mce-item-table.table_2 td span, table.mce-item-table.table_2 th p, table.mce-item-table.table_2 th span {
      padding: 0 !important;
      margin: 0 !important;
      font-weight: 500;
      font-size: 13px;
      line-height: 140%;
      color: #37424A; }

table .table_row_1, table.table_1 .table_row_1, table.table_2 .table_row_1, table.mce-item-table .table_row_1 {
  background: #37424A !important; }
  table .table_row_1 + tr:not(.table_row_1), table.table_1 .table_row_1 + tr:not(.table_row_1), table.table_2 .table_row_1 + tr:not(.table_row_1), table.mce-item-table .table_row_1 + tr:not(.table_row_1) {
    border-top: 2px solid #ED1C24; }
  table .table_row_1 td, table .table_row_1 th, table.table_1 .table_row_1 td, table.table_1 .table_row_1 th, table.table_2 .table_row_1 td, table.table_2 .table_row_1 th, table.mce-item-table .table_row_1 td, table.mce-item-table .table_row_1 th {
    border: 1px solid #5F6A73;
    color: #FFFFFF;
    font-weight: 600;
    padding: 16px; }
    table .table_row_1 td p, table .table_row_1 td span, table .table_row_1 th p, table .table_row_1 th span, table.table_1 .table_row_1 td p, table.table_1 .table_row_1 td span, table.table_1 .table_row_1 th p, table.table_1 .table_row_1 th span, table.table_2 .table_row_1 td p, table.table_2 .table_row_1 td span, table.table_2 .table_row_1 th p, table.table_2 .table_row_1 th span, table.mce-item-table .table_row_1 td p, table.mce-item-table .table_row_1 td span, table.mce-item-table .table_row_1 th p, table.mce-item-table .table_row_1 th span {
      color: #FFFFFF;
      font-weight: 600; }

table .table_row_2, table.table_1 .table_row_2, table.table_2 .table_row_2, table.mce-item-table .table_row_2 {
  background: #fff !important; }
  table .table_row_2 + tr:not(.table_row_2), table.table_1 .table_row_2 + tr:not(.table_row_2), table.table_2 .table_row_2 + tr:not(.table_row_2), table.mce-item-table .table_row_2 + tr:not(.table_row_2) {
    border-top: 2px solid #ED1C24; }
  table .table_row_2 td, table .table_row_2 th, table.table_1 .table_row_2 td, table.table_1 .table_row_2 th, table.table_2 .table_row_2 td, table.table_2 .table_row_2 th, table.mce-item-table .table_row_2 td, table.mce-item-table .table_row_2 th {
    border-color: transparent;
    color: #161616;
    font-weight: 600;
    padding: 16px; }
    table .table_row_2 td p, table .table_row_2 td span, table .table_row_2 th p, table .table_row_2 th span, table.table_1 .table_row_2 td p, table.table_1 .table_row_2 td span, table.table_1 .table_row_2 th p, table.table_1 .table_row_2 th span, table.table_2 .table_row_2 td p, table.table_2 .table_row_2 td span, table.table_2 .table_row_2 th p, table.table_2 .table_row_2 th span, table.mce-item-table .table_row_2 td p, table.mce-item-table .table_row_2 td span, table.mce-item-table .table_row_2 th p, table.mce-item-table .table_row_2 th span {
      color: #161616;
      font-weight: 600; }

table .table_row_3, table.table_1 .table_row_3, table.table_2 .table_row_3, table.mce-item-table .table_row_3 {
  background: #EBEFF2 !important; }
  table .table_row_3 td, table .table_row_3 th, table.table_1 .table_row_3 td, table.table_1 .table_row_3 th, table.table_2 .table_row_3 td, table.table_2 .table_row_3 th, table.mce-item-table .table_row_3 td, table.mce-item-table .table_row_3 th {
    font-weight: 600;
    font-size: 14px;
    line-height: 135%;
    color: #334968; }
    table .table_row_3 td p, table .table_row_3 td span, table .table_row_3 th p, table .table_row_3 th span, table.table_1 .table_row_3 td p, table.table_1 .table_row_3 td span, table.table_1 .table_row_3 th p, table.table_1 .table_row_3 th span, table.table_2 .table_row_3 td p, table.table_2 .table_row_3 td span, table.table_2 .table_row_3 th p, table.table_2 .table_row_3 th span, table.mce-item-table .table_row_3 td p, table.mce-item-table .table_row_3 td span, table.mce-item-table .table_row_3 th p, table.mce-item-table .table_row_3 th span {
      font-weight: 600;
      font-size: 14px;
      line-height: 135%;
      color: #334968; }

table tr.odd, table.table_1 tr.odd, table.table_2 tr.odd, table.mce-item-table tr.odd {
  background: #F5F6F7; }

table tr.even, table.table_1 tr.even, table.table_2 tr.even, table.mce-item-table tr.even {
  background: #fff; }

table td.table_cell_1, table th.table_cell_1, table.table_1 td.table_cell_1, table.table_1 th.table_cell_1, table.table_2 td.table_cell_1, table.table_2 th.table_cell_1, table.mce-item-table td.table_cell_1, table.mce-item-table th.table_cell_1 {
  background: #fff; }

table td.table_cell_2, table th.table_cell_2, table.table_1 td.table_cell_2, table.table_1 th.table_cell_2, table.table_2 td.table_cell_2, table.table_2 th.table_cell_2, table.mce-item-table td.table_cell_2, table.mce-item-table th.table_cell_2 {
  background: #F5F6F7; }

.cart {
  padding-bottom: 100px; }
  @media (max-width: 1365px) {
    .cart {
      padding-bottom: 0px; } }
  @media (max-width: 1024px) {
    .cart {
      padding-bottom: 0px; } }
  .cart--empty, .cart--loading {
    padding-bottom: 0 !important;
    flex: 1;
    display: flex;
    flex-direction: column; }
  .cart * {
    box-sizing: border-box; }
  .cart__row {
    display: flex;
    align-items: stretch;
    margin-left: -20px;
    margin-right: -20px; }
    @media (max-width: 1365px) {
      .cart__row {
        flex-direction: column;
        margin: 0; } }
  .cart__col {
    padding: 0 20px; }
    @media (max-width: 1365px) {
      .cart__col {
        padding: 0; } }
    .cart__col--lg {
      width: 100%; }
    .cart__col--sm {
      flex-shrink: 0;
      width: 360px; }
      @media (max-width: 1365px) {
        .cart__col--sm {
          width: 100%; } }
  .cart__header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding-bottom: 12px; }
    @media (max-width: 1365px) {
      .cart__header {
        padding-bottom: 24px; } }
    @media (max-width: 767px) {
      .cart__header {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start; } }
  .cart h1.cart__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    margin: 0; }
    @media (max-width: 1365px) {
      .cart h1.cart__title {
        font-size: 22px;
        line-height: 27px; } }
    @media (max-width: 767px) {
      .cart h1.cart__title {
        font-size: 26px;
        line-height: 32px;
        padding-bottom: 16px; } }
  .cart__location {
    display: flex;
    align-items: baseline; }
    @media (max-width: 767px) {
      .cart__location {
        flex-direction: column;
        align-items: flex-start; } }
  .cart__location-text {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #818A8F; }
    @media (max-width: 1024px) {
      .cart__location-text {
        padding-right: 8px; } }
    @media (max-width: 767px) {
      .cart__location-text {
        padding-bottom: 8px; } }
  @media (max-width: 1365px) {
    .cart__content {
      padding-bottom: 40px; } }
  .cart__list {
    padding-bottom: 8px; }
    @media (max-width: 767px) {
      .cart__list {
        margin-left: -8px;
        margin-right: -8px; } }
  .cart__sidebar-container {
    padding-top: 20px;
    padding-bottom: 24px;
    transition: top 250ms ease-in-out; }
    @media (max-width: 1365px) {
      .cart__sidebar-container {
        padding-top: 0;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        padding-bottom: 0; } }
    @media (max-width: 767px) {
      .cart__sidebar-container {
        flex-direction: column; } }
  @media (max-width: 1365px) {
    .cart__sidebar-top {
      width: 392px;
      margin-left: 24px; } }
  @media (max-width: 1024px) {
    .cart__sidebar-top {
      width: 50%; } }
  @media (max-width: 767px) {
    .cart__sidebar-top {
      width: 100%;
      margin-left: 0; } }
  .cart__sidebar {
    margin-bottom: 24px; }
    @media (max-width: 767px) {
      .cart__sidebar {
        margin-bottom: 16px; } }
  .cart__order-btn {
    margin-bottom: 24px; }
  .cart__export-link {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #5E7BA5;
    transition: color 300ms ease; }
    .cart__export-link:hover {
      color: #ED1C24; }
  .cart__loader {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0; }
    @media (max-width: 1024px) {
      .cart__loader {
        padding: 60px 0; } }
    @media (max-width: 767px) {
      .cart__loader {
        padding: 40px 0; } }
  .cart__loader-container {
    width: 250px;
    height: 250px; }
    .cart__loader-container svg {
      display: block;
      width: 100% !important;
      height: 100% !important; }

.checkout__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 24px; }
  @media (max-width: 767px) {
    .checkout__header {
      flex-direction: column-reverse;
      align-items: flex-start; } }

.checkout__title {
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  color: #37424A; }

@media (max-width: 767px) {
  .checkout__backlink {
    padding-bottom: 16px; } }

.checkout__row {
  display: flex;
  margin-left: -12px;
  margin-right: -12px; }
  @media (max-width: 1024px) {
    .checkout__row {
      flex-direction: column;
      margin: 0; } }

.checkout__col {
  padding: 0 12px; }
  @media (max-width: 1024px) {
    .checkout__col {
      padding: 0; } }
  .checkout__col--left {
    width: 56%; }
    @media (max-width: 1024px) {
      .checkout__col--left {
        width: 100%; } }
  .checkout__col--right {
    width: 44%; }
    @media (max-width: 1024px) {
      .checkout__col--right {
        width: 100%; } }

.comparing {
  overflow-x: clip;
  padding-bottom: 160px; }
  .comparing__header {
    padding-bottom: 20px; }
  .comparing__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    color: #37424A;
    padding-bottom: 8px; }
    @media (max-width: 1365px) {
      .comparing__title {
        font-size: 22px;
        line-height: 27px; } }
  .comparing__subtitle {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #37424A; }
    @media (max-width: 1365px) {
      .comparing__subtitle {
        font-size: 18px;
        line-height: 22px; } }
    @media (max-width: 767px) {
      .comparing__subtitle {
        padding-bottom: 20px; } }
  @media (max-width: 1024px) {
    .comparing__header-row {
      display: flex;
      justify-content: space-between; } }
  @media (max-width: 767px) {
    .comparing__header-row {
      flex-direction: column; } }
  .comparing__header-col:last-child {
    display: none; }
    @media (max-width: 1024px) {
      .comparing__header-col:last-child {
        display: block; } }
  .comparing__header-buttons {
    display: flex;
    align-items: center; }
    @media (max-width: 767px) {
      .comparing__header-buttons {
        flex-direction: column;
        align-items: flex-start; } }
  .comparing__header-btn {
    padding-left: 24px; }
    @media (max-width: 767px) {
      .comparing__header-btn {
        padding-left: 0;
        padding-bottom: 12px; }
        .comparing__header-btn:last-child {
          padding-bottom: 0; } }

.popular {
  position: relative; }
  .popular__header {
    position: relative; }
  .popular__content {
    padding-bottom: 80px; }
    @media (max-width: 767px) {
      .popular__content {
        padding-bottom: 60px; } }
  .popular__row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -14px;
    margin-right: -14px;
    padding-bottom: 12px; }
    @media (max-width: 1279px) {
      .popular__row {
        margin-left: -12px;
        margin-right: -12px; } }
    @media (max-width: 1024px) {
      .popular__row {
        padding-bottom: 0; } }
    @media (max-width: 767px) {
      .popular__row {
        margin: 0;
        padding-bottom: 8px; } }
  .popular__col {
    width: calc(100% / 3);
    padding: 0 14px;
    box-sizing: border-box;
    height: auto; }
    @media (max-width: 1279px) {
      .popular__col {
        padding: 0 12px; } }
    @media (max-width: 767px) {
      .popular__col {
        width: 100%;
        padding: 0; } }
  .popular__news-card {
    padding-bottom: 48px;
    height: 100%; }
    @media (max-width: 1024px) {
      .popular__news-card {
        padding-bottom: 40px; } }
    @media (max-width: 767px) {
      .popular__news-card {
        padding-bottom: 32px; } }
  .popular__pagination {
    display: flex;
    justify-content: center; }

.news-list {
  position: relative; }
  .news-list__header {
    position: relative; }
  .news-list__content {
    padding-bottom: 80px; }
    @media (max-width: 767px) {
      .news-list__content {
        padding-bottom: 60px; } }
  .news-list__row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -14px;
    margin-right: -14px; }
    @media (max-width: 1279px) {
      .news-list__row {
        margin-left: -12px;
        margin-right: -12px; } }
    @media (max-width: 1024px) {
      .news-list__row {
        padding-bottom: 0; } }
    @media (max-width: 767px) {
      .news-list__row {
        margin: 0; } }
  .news-list__col {
    width: calc(100% / 3);
    padding: 0 14px;
    box-sizing: border-box;
    height: auto; }
    @media (max-width: 1279px) {
      .news-list__col {
        padding: 0 12px; } }
    @media (max-width: 767px) {
      .news-list__col {
        width: 100%;
        padding: 0; } }
  .news-list__news-card {
    padding-bottom: 48px;
    height: 100%; }
    @media (max-width: 1024px) {
      .news-list__news-card {
        padding-bottom: 40px; } }
    @media (max-width: 767px) {
      .news-list__news-card {
        padding-bottom: 32px; } }
  .news-list__hero {
    padding-bottom: 48px; }
    @media (max-width: 1024px) {
      .news-list__hero {
        padding-bottom: 40px; } }
    @media (max-width: 767px) {
      .news-list__hero {
        padding-bottom: 32px; } }
  .news-list__hero-content {
    padding-bottom: 60px;
    border-bottom: 1px solid #D0D0D0; }
    @media (max-width: 1365px) {
      .news-list__hero-content {
        padding-bottom: 48px; } }
    @media (max-width: 1024px) {
      .news-list__hero-content {
        padding-bottom: 40px; } }
  .news-list__hero-row {
    display: flex;
    margin-left: -24px;
    margin-right: -24px; }
    @media (max-width: 1365px) {
      .news-list__hero-row {
        margin-left: -20px;
        margin-right: -20px; } }
    @media (max-width: 1279px) {
      .news-list__hero-row {
        margin-left: -16px;
        margin-right: -16px; } }
    @media (max-width: 1024px) {
      .news-list__hero-row {
        margin: 0;
        flex-direction: column; } }
  .news-list__hero-left {
    padding: 0 24px;
    flex: 1 1 50%; }
    @media (max-width: 1365px) {
      .news-list__hero-left {
        padding: 0 20px; } }
    @media (max-width: 1279px) {
      .news-list__hero-left {
        padding: 0 16px; } }
    @media (max-width: 1024px) {
      .news-list__hero-left {
        flex: auto;
        width: 100%;
        padding: 0 0 40px 0; } }
  .news-list__hero-right {
    padding: 0 24px;
    flex: 1 1 50%; }
    @media (max-width: 1365px) {
      .news-list__hero-right {
        padding: 0 20px; } }
    @media (max-width: 1279px) {
      .news-list__hero-right {
        padding: 0 16px; } }
    @media (max-width: 1024px) {
      .news-list__hero-right {
        flex: auto;
        padding: 0;
        width: 100%; } }
  .news-list__section {
    margin-bottom: 40px;
    border-bottom: 1px solid #D0D0D0; }
    @media (max-width: 1024px) {
      .news-list__section {
        margin-bottom: 35px; } }
  .news-list__pagination {
    padding-top: 20px; }
    @media (max-width: 1024px) {
      .news-list__pagination {
        padding-top: 10px; } }

.author {
  padding-bottom: 92px; }
  @media (max-width: 1024px) {
    .author {
      padding-bottom: 60px; } }
  .author__author-card {
    padding-bottom: 80px; }
    @media (max-width: 1279px) {
      .author__author-card {
        padding-bottom: 60px; } }
    @media (max-width: 767px) {
      .author__author-card {
        padding-bottom: 40px; } }
  .author__tabs {
    padding-bottom: 48px; }
    @media (max-width: 1650px) {
      .author__tabs {
        padding-bottom: 60px; } }
    @media (max-width: 1279px) {
      .author__tabs {
        padding-bottom: 50px; } }
    @media (max-width: 1024px) {
      .author__tabs {
        padding-bottom: 40px; } }
    @media (max-width: 767px) {
      .author__tabs {
        padding-bottom: 32px; } }
  .author__tabs-wrapper {
    display: flex;
    align-items: center; }
  .author__tab {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #818A8F;
    margin-right: 45px;
    transition: color 300ms ease; }
    @media (max-width: 1024px) {
      .author__tab {
        font-size: 18px;
        line-height: 22px; } }
    @media (max-width: 767px) {
      .author__tab {
        margin-right: 18px; } }
    .author__tab:hover:not(.active) {
      color: #161616; }
    .author__tab:last-child {
      margin-right: 0; }
    .author__tab.active {
      color: #ED1C24; }
  .author__list {
    position: relative; }
  .author__row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -24px;
    margin-right: -24px; }
    @media (max-width: 1279px) {
      .author__row {
        margin-left: -20px;
        margin-right: -20px; } }
    @media (max-width: 1024px) {
      .author__row {
        margin-left: -12px;
        margin-right: -12px; } }
    @media (max-width: 767px) {
      .author__row {
        margin: 0; } }
  .author__col {
    width: 50%;
    padding: 0 24px;
    box-sizing: border-box;
    margin-bottom: 60px;
    border-bottom: 1px solid #D0D0D0;
    height: auto; }
    @media (max-width: 1279px) {
      .author__col {
        padding: 0 20px;
        margin-bottom: 50px; } }
    @media (max-width: 1024px) {
      .author__col {
        padding: 0 12px; } }
    @media (max-width: 767px) {
      .author__col {
        padding: 0;
        margin-bottom: 40px;
        width: 100%;
        border-bottom: none; } }
  .author__news-card {
    padding-bottom: 60px;
    height: 100%; }
    @media (max-width: 1279px) {
      .author__news-card {
        padding-bottom: 50px; } }
    @media (max-width: 767px) {
      .author__news-card {
        padding-bottom: 0; } }
  @media (max-width: 1279px) {
    .author__pagination {
      padding-top: 10px; } }
  @media (max-width: 1024px) {
    .author__pagination {
      padding-top: 0; } }

.p-articles {
  margin-bottom: 120px; }
  @media (max-width: 1279px) {
    .p-articles {
      margin-bottom: 60px; } }
  @media (max-width: 767px) {
    .p-articles {
      margin-bottom: 50px; } }
  .p-articles__hero {
    padding-bottom: 40px; }
  .p-articles__section {
    margin-bottom: 50px;
    border-bottom: 1px solid #D0D0D0; }
    @media (max-width: 767px) {
      .p-articles__section {
        margin-bottom: 32px; } }

.article__author {
  margin-bottom: 40px; }
  @media (max-width: 1024px) {
    .article__author {
      margin-bottom: 24px; } }

.article__author-container {
  display: flex;
  align-items: center;
  padding-bottom: 32px; }
  @media (max-width: 1024px) {
    .article__author-container {
      padding-bottom: 24px; } }

.article__tags {
  padding: 8px 0 40px 0; }
  @media (max-width: 1024px) {
    .article__tags {
      padding: 8px 0 32px 0; } }
  @media (max-width: 767px) {
    .article__tags {
      padding: 0 0 24px 0; } }

.article__author-wrapper {
  border-bottom: 1px solid #DBDFE3; }

.article__author-image {
  display: block;
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  margin-right: 24px;
  border-radius: 50%;
  overflow: hidden; }
  @media (max-width: 1439px) {
    .article__author-image {
      width: 60px;
      height: 60px; } }
  @media (max-width: 1279px) {
    .article__author-image {
      width: 50px;
      height: 50px; } }
  @media (max-width: 1024px) {
    .article__author-image {
      width: 40px;
      height: 40px; } }
  @media (max-width: 767px) {
    .article__author-image {
      margin-right: 20px; } }
  .article__author-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.article__author-caption {
  position: relative; }

.article__author-title {
  display: block;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #161616;
  padding-bottom: 6px;
  transition: color 300ms ease; }
  .article__author-title:hover {
    color: #ED1C24; }
  @media (max-width: 1279px) {
    .article__author-title {
      font-size: 18px;
      padding-bottom: 4px; } }
  @media (max-width: 767px) {
    .article__author-title {
      font-size: 16px; } }

.article__author-description {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #818A8F; }
  @media (max-width: 1279px) {
    .article__author-description {
      font-size: 13px; } }
  @media (max-width: 767px) {
    .article__author-description {
      font-size: 12px; } }

.article__content {
  padding-bottom: 80px; }
  @media (max-width: 1024px) {
    .article__content {
      padding: 0 36px 68px 36px; } }
  @media (max-width: 767px) {
    .article__content {
      padding: 0 0 60px 0; } }

.article__inner {
  padding-bottom: 40px;
  border-bottom: 1px solid #818A8F;
  margin-bottom: 40px; }

.article__privacy {
  position: relative;
  padding-left: 44px;
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  color: #37424A; }
  @media (max-width: 1024px) {
    .article__privacy {
      font-size: 12px; } }
  .article__privacy::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background: url("../img/article/msg.svg") 50% 50% no-repeat;
    background-size: contain; }
  .article__privacy a {
    color: #ED1C24;
    text-decoration: underline;
    text-underline-offset: 2px; }
    .article__privacy a:hover {
      text-decoration: none; }

.article__title-sm {
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  color: #161616;
  padding-bottom: 40px; }
  @media (max-width: 1279px) {
    .article__title-sm {
      font-size: 24px;
      padding-bottom: 32px; } }
  @media (max-width: 1024px) {
    .article__title-sm {
      padding-bottom: 24px;
      font-size: 20px; } }

.article__section {
  position: relative; }

.article__section-wrapper {
  padding: 50px 0;
  border-top: 1px solid #DBDFE3; }
  @media (max-width: 1279px) {
    .article__section-wrapper {
      padding: 40px 0; } }
  @media (max-width: 1024px) {
    .article__section-wrapper {
      padding: 32px 0; } }

.error-page {
  min-height: 100%;
  padding: 40px 0 80px; }
  .error-page__lottie {
    width: 250px;
    height: 250px;
    margin: 0 auto 10px auto; }
    @media (max-width: 1439px) {
      .error-page__lottie {
        position: absolute;
        top: 53%;
        left: 68px;
        transform: translateY(-50%); } }
    @media (max-width: 1024px) {
      .error-page__lottie {
        position: relative;
        top: auto;
        left: auto;
        transform: none; } }
  .error-page__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .error-page__container {
    text-align: center;
    width: 100%;
    max-width: 489px;
    position: relative; }
    @media (max-width: 1439px) {
      .error-page__container {
        text-align: left;
        max-width: 444px;
        padding-left: 454px; } }
    @media (max-width: 1024px) {
      .error-page__container {
        padding-left: 0;
        text-align: center;
        max-width: 380px; } }
  .error-page__title {
    color: var(--primary-dark-grey, #37424A);
    font-size: 32px;
    font-weight: 600;
    line-height: 130%;
    padding-bottom: 32px; }
    @media (max-width: 1439px) {
      .error-page__title {
        font-size: 28px;
        padding-bottom: 24px; } }
    .error-page__title--red {
      color: #ED1C24; }
    .error-page__title--bold {
      font-weight: 700; }
    @media (max-width: 1024px) {
      .error-page__title {
        font-size: 25px;
        padding-bottom: 24px; } }
  .error-page__description {
    color: var(--primary-grey-1, #818A8F);
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
    padding-bottom: 16px; }
    @media (max-width: 1439px) {
      .error-page__description {
        padding-bottom: 12px; } }
    @media (max-width: 1024px) {
      .error-page__description {
        font-size: 16px;
        padding-bottom: 12px; } }
  .error-page ul {
    text-align: left;
    padding: 8px 16px; }
    @media (max-width: 1439px) {
      .error-page ul {
        padding: 8px 0 8px 8px; } }
    @media (max-width: 1024px) {
      .error-page ul {
        padding: 8px 20px; } }
    .error-page ul li {
      color: var(--primary-dark-grey, #37424A);
      font-size: 16px;
      font-weight: 500;
      line-height: 140%;
      margin-bottom: 8px;
      padding-left: 30px;
      position: relative; }
      @media (max-width: 1439px) {
        .error-page ul li {
          padding-left: 22px; } }
      @media (max-width: 1024px) {
        .error-page ul li {
          font-size: 14px;
          padding-left: 22px; } }
      .error-page ul li:last-child {
        margin-bottom: 0; }
      .error-page ul li::before {
        content: '';
        position: absolute;
        width: 6px;
        height: 6px;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        background: #37424A; }
  .error-page__list {
    padding-bottom: 32px; }
  .error-page__btn {
    width: 230px;
    margin: 0 auto; }
    @media (max-width: 1439px) {
      .error-page__btn {
        margin: 0; } }
    @media (max-width: 1024px) {
      .error-page__btn {
        margin: 0 auto; } }

.calculator {
  box-sizing: border-box;
  padding-bottom: 100px; }
  .calculator * {
    box-sizing: border-box; }
  .calculator__preview {
    display: block;
    width: 100%;
    height: auto; }
  .calculator__tabs {
    position: relative; }
  @media (max-width: 767px) {
    .calculator__tab {
      display: none; }
      .calculator__tab.active {
        display: block; } }

.calc-categories {
  padding-bottom: 30px; }
  @media (max-width: 767px) {
    .calc-categories {
      padding-bottom: 40px; } }
  .calc-categories__title {
    color: #37424A;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 14px; }
    @media (max-width: 1024px) {
      .calc-categories__title {
        font-size: 16px; } }
    @media (max-width: 767px) {
      .calc-categories__title {
        font-size: 15px; } }
  .calc-categories__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px 20px; }
    @media (max-width: 1279px) {
      .calc-categories__grid {
        grid-template-columns: 1fr 1fr 1fr; } }
    @media (max-width: 767px) {
      .calc-categories__grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px; } }
  .calc-categories__item {
    height: 100%; }

.calc-category {
  display: flex;
  align-items: center;
  text-decoration: none;
  border-radius: 4px;
  background: #F3F6FA;
  padding: 14px 16px;
  height: 100%;
  transition: background 300ms ease, border 300ms ease; }
  @media (max-width: 767px) {
    .calc-category {
      padding: 14px 20px;
      flex-direction: column;
      justify-content: center;
      text-align: center; } }
  .calc-category:hover {
    background: #ecf1f7; }
  .calc-category.active {
    background: #5E7BA5;
    border-radius: 6px; }
    .calc-category.active .calc-category__name {
      color: #fff;
      font-weight: 600; }
    .calc-category.active .calc-category__icon {
      background-image: url("../img/calc/check.svg") !important; }
  .calc-category__icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin-right: 12px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain; }
    @media (max-width: 767px) {
      .calc-category__icon {
        margin-right: 0;
        margin-bottom: 8px; } }
  .calc-category__name {
    color: #161616;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    transition: color 300ms ease; }
    @media (max-width: 767px) {
      .calc-category__name {
        font-size: 14px; } }

.calc-header {
  display: none; }
  @media (max-width: 767px) {
    .calc-header {
      display: block; } }
  .calc-header__backlink {
    padding-bottom: 20px; }
  .calc-header__title {
    color: #37424A;
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.22px;
    padding-bottom: 40px; }

.calc-backlink {
  display: flex;
  align-items: center; }
  .calc-backlink__icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    background: url("../img/calc/arrow.svg") 50% 50% no-repeat;
    background-size: contain; }
  .calc-backlink__name {
    color: #5E7BA5;
    font-size: 16px;
    font-weight: 600;
    line-height: normal; }
