

/* Start:/local/templates/rubus_2024/assets/css/style.css?172804463962967*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */

/**
   * Remove the margin in all browsers.
   */

body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */

main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */

a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */

small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */

img {
  border-style: none;
}

/* Forms
     ========================================================================== */

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */

summary {
  display: list-item;
}

/* Misc
     ========================================================================== */

/**
   * Add the correct display in IE 10+.
   */

template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */

[hidden] {
  display: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

p {
  margin-top: 0;
}

button,
input,
textarea {
  padding: 0;
  border-radius: 0;
}

svg {
  display: block;
}

* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}

a {
  -webkit-touch-callout: none;
}

html {
  font-size: 0.851vw;
}

body {
  overflow-x: hidden;
  font-family: "Mulish", sans-serif;
  background: #09151B;
  color: #fff;
}

body.pt {
  padding-top: 6.6875rem;
}

body.lock {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}

.site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
}

.site-top {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.site-bottom {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.container {
  max-width: 101.25rem;
  padding-inline: 2.5rem;
  min-width: 20rem;
  margin: 0 auto;
}

.section-title {
  margin-top: 0;
  font-size: 3rem;
  margin-bottom: 3.125rem;
  margin-top: 0;
  font-weight: 800;
  -ms-hyphens: auto;
      hyphens: auto;
}

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

.columns.gap-120 {
  gap: 7.5rem;
}

.columns .column {
  width: 50%;
}

.page-text h1 {
  line-height: 130%;
  font-size: 2.1875rem;
  margin-bottom: 1.875rem;
}

.page-text h2 {
  line-height: 130%;
  font-size: 1.875rem;
  margin-bottom: 1.875rem;
}

.page-text h3 {
  line-height: 130%;
  font-size: 1.5rem;
  margin-bottom: 1.875rem;
}

.page-text h4 {
  line-height: 130%;
  font-size: 1.25rem;
  margin-bottom: 1.5625rem;
}

.page-text h5 {
  line-height: 130%;
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
}

.page-text h6 {
  line-height: 130%;
  font-size: 1rem;
  margin-bottom: 0.9375rem;
}

.page-text p {
  font-size: 1rem;
  line-height: 130%;
  margin-bottom: 0.9375rem;
}

.page-text ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-bottom: 1.875rem;
}

.page-text ul li {
  padding-left: 2.1875rem;
  position: relative;
  line-height: 120%;
  font-size: 1rem;
}

.page-text ul li + li {
  margin-top: 1.5625rem;
}

.page-text ul li::before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  left: 0;
  top: 0;
  border: 0.1875rem solid #D41F3A;
  border-radius: 50%;
}

.page-text ol {
  list-style-type: none;
  counter-reset: num;
  padding: 0;
  margin: 0;
  margin-bottom: 1.875rem;
}

.page-text ol li {
  position: relative;
  padding-left: 1.875rem;
  position: relative;
  line-height: 120%;
  font-size: 1rem;
}

.page-text ol li + li {
  margin-top: 1.5625rem;
}

.page-text ol li:before {
  content: counter(num) ".";
  counter-increment: num;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  left: 0;
  top: 0;
  color: #D41F3A;
}

.page-text a {
  color: #D41F3A;
}

.page-text a:hover {
  text-decoration: none;
}

.page-text img {
  max-width: 100%;
  display: block;
  margin-bottom: 1.875rem;
}

.breadcrumbs {
  padding-top: 2.5rem;
  margin-bottom: 3.75rem;
}

.breadcrumbs ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.breadcrumbs ul li a {
  font-size: 1.25rem;
  color: #AEAEAE;
  font-weight: 800;
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.breadcrumbs ul li a:hover {
  color: #fff;
}

.breadcrumbs ul li::after {
  content: "/";
  font-size: 1.25rem;
  color: #AEAEAE;
  font-weight: 800;
  margin-left: 0.3125rem;
  margin-right: 0.625rem;
}

.breadcrumbs ul li:first-child a {
  color: #D41F3A;
}

.breadcrumbs ul li:first-child::after {
  color: #D41F3A;
}

.breadcrumbs ul li:last-child a {
  pointer-events: none;
  color: #fff;
}

.breadcrumbs ul li:last-child::after {
  display: none;
}

.button {
  background-color: #fff;
  height: 4.0625rem;
  padding: 1.25rem 2.5rem;
  border: none;
  border-radius: 1rem;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  color: rgb(0, 0, 0);
}

.button:hover {
  background-color: #D41F3A;
  cursor: pointer;
}

.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
}

.contacts address {
  font-size: 1.25rem;
  font-weight: 800;
  color: #fff;
  font-style: normal;
}

.contacts a {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.contacts a[href^=mailto] {
  font-size: 1.25rem;
  font-weight: 800;
  color: #fff;
  text-decoration: none;
}

.contacts a[href^=mailto]:hover {
  text-decoration: underline;
}

.contacts a[href^=tel] {
  font-size: 1.25rem;
  font-weight: 800;
  color: #D41F3A;
  text-decoration: underline;
}

.contacts a[href^=tel]:hover {
  text-decoration: none;
  color: #fff;
}

.footer-content {
  padding: 4.375rem 0;
}

.footer-content__row.--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8.75rem;
}

.footer-content__row.--bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.footer-content__row.--bottom .footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.footer-content__row.--bottom .footer-links a {
  display: inline-block;
  color: #AEAEAE;
  font-weight: 300;
  font-size: 1rem;
  text-decoration: underline;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.footer-content__row.--bottom .footer-links a:hover {
  text-decoration: none;
  color: #fff;
}

.footer-content__row.--bottom .footer-links a + a {
  margin-top: 1.875rem;
}

.form .message-form {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.form .message-form img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.1875rem;
}

.form .message-form h4 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 0.9375rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.form .message-form p {
  font-size: 1.125rem;
  margin-bottom: 3.75rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 26.25rem;
}

.form .message-form .button {
  margin-left: auto;
  margin-right: auto;
  color: #09151B;
  text-decoration: none;
}

.form--success .message-form.--success {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.form--error .message-form.--error {
  display: block;
}

.form--error form {
  display: none;
}

.form-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.75rem;
}

.form-content__left {
  max-width: 31.25rem;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.form-content__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.form__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form__bottom .button {
  max-width: 31.25rem;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.form__bottom p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  font-size: 0.875rem;
  color: #AEAEAE;
}

.form__bottom p a {
  text-decoration: underline;
  color: #D41F3A;
  text-wrap: nowrap;
}

.form__bottom p a:hover {
  text-decoration: none;
}

.fieldset {
  width: 100%;
}

.fieldset.mw-500 {
  max-width: 31.25rem;
}

.fieldset + .fieldset {
  margin-top: 1.25rem;
}

.fieldset--error input {
  border-color: #D41F3A !important;
}

.fieldset textarea,
.fieldset input {
  border-radius: 1rem;
  border: 0.125rem solid #AEAEAE;
  height: 4.0625rem;
  padding-left: 2.5rem;
  font-size: 1.25rem;
  background-color: #09151B;
  outline: none;
  color: #fff;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  width: 100%;
}

.fieldset textarea:placeholder,
.fieldset input:placeholder {
  color: #AEAEAE;
}

.fieldset textarea:focus,
.fieldset input:focus {
  border-color: #fff;
}

.fieldset textarea {
  min-height: 14.375rem;
  height: 100%;
  padding-top: 1.25rem;
}

.menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
}

.menu ul li {
  overflow: hidden;
}

.menu ul li a {
  color: #AEAEAE;
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: 800;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  display: block;
}
.menu ul li a.selected {
  color: #fff;
}

.menu ul li a:hover {
  text-decoration: underline;
  color: #fff;
}

.scroll-page .top-line {
  padding: 1.25rem 0;
}

.top-line {
  padding: 2.1875rem 0;
  background-color: rgba(9, 21, 27, 0.4);
  -webkit-backdrop-filter: blur(8.1000003815px);
          backdrop-filter: blur(8.1000003815px);
  position: fixed;
  top: 0;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  z-index: 20;
}

.top-line__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-line__content .logo img {
  max-width: 9.375rem;
  display: block;
}

.top-line__content .burger {
  width: 1.875rem;
  height: 1.875rem;
  position: relative;
}

.top-line__content .burger::after,
.top-line__content .burger::before {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.top-line__content .burger::before {
  top: 8px;
}

.top-line__content .burger::after {
  bottom: 8px;
}

.top-line__content .burger.--active::before {
  -webkit-transform: rotate(25deg) translateY(-50%);
      -ms-transform: rotate(25deg) translateY(-50%);
          transform: rotate(25deg) translateY(-50%);
  top: 50%;
}

.top-line__content .burger.--active::after {
  -webkit-transform: rotate(-25deg) translateY(-50%);
      -ms-transform: rotate(-25deg) translateY(-50%);
          transform: rotate(-25deg) translateY(-50%);
  top: 50%;
  bottom: initial;
}

.--active-menu .menu-mobile {
  visibility: visible;
  opacity: 1;
}

.menu-mobile {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: fixed;
  left: 0;
  width: 100%;
  top: 4.375rem;
  background-color: rgba(9, 21, 27, 0.4);
  -webkit-backdrop-filter: blur(8.1000003815px);
          backdrop-filter: blur(8.1000003815px);
  padding: 1.25rem;
  z-index: 10;
}

.menu-mobile .menu-list {
  margin-bottom: 2.5rem;
}

.menu-mobile .menu-list .menu {
  display: block !important;
}

.menu-mobile .menu-list .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.menu-mobile .menu-list .menu ul li {
  width: calc(50% - 20px);
  margin-bottom: 1.25rem;
}

.menu-mobile .contacts {
  margin-bottom: 3.75rem;
}

.menu-mobile .footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.menu-mobile .footer-links a {
  display: inline-block;
  color: #AEAEAE;
  font-weight: 300;
  font-size: 1rem;
  text-decoration: underline;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.menu-mobile .footer-links a:hover {
  text-decoration: none;
  color: #fff;
}

.menu-mobile .footer-links a + a {
  margin-top: 1.875rem;
}

.animation-circle {
  -webkit-animation: animationCircle 1s ease forwards;
          animation: animationCircle 1s ease forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

@-webkit-keyframes animationCircle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes animationCircle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.content-404 {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6.25rem;
}

.content-404 .svg {
  margin-bottom: 0.625rem;
}

.content-404 .svg svg {
  max-width: 100%;
  height: auto;
}

.content-404 h1 {
  color: #fff;
  margin-bottom: 5rem;
  font-size: 3rem;
  line-height: 1;
}

.content-404 a {
  color: #D41F3A;
  text-decoration: underline;
  font-size: 1.25rem;
}

.content-404 a:hover {
  text-decoration: none;
}

.about-bg {
  position: relative;
}

.about-bg::before {
  content: "";
  width: 100%;
  height: 32.75rem;
  background-image: url("/local/templates/rubus_2024/assets/css/../img/about_bg.png");
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.about-bg .site {
  z-index: 2;
  position: relative;
}

.about-page {
  margin-bottom: 4.375rem;
}

.about-page .content {
  font-size: 1.5rem;
  line-height: 130%;
  max-width: 66.25rem;
}

.about-page .content p {
  font-size: 1.5rem;
  line-height: 130%;
}

.about-page .content p + p {
  margin-top: 1.875rem;
}

.catalog-solutions {
  margin-bottom: 14.375rem;
}

.catalog-solutions__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3.75rem;
}

.catalog-solutions__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 14.375rem;
  position: relative;
  width: calc((100% - 7.5rem) / 3);
  border-radius: 1.25rem;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  padding: 2.5rem;
}

.catalog-solutions__card:hover .bg::after {
  -webkit-animation: arrowAnim 1s ease;
          animation: arrowAnim 1s ease;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.catalog-solutions__card .bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.catalog-solutions__card .bg::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
  background-image: url("/local/templates/rubus_2024/assets/css/../img/icons/arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.catalog-solutions__card .bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(9, 21, 27, 0.8)), to(rgba(40, 43, 51, 0)));
  background: linear-gradient(0deg, rgba(9, 21, 27, 0.8) 0%, rgba(40, 43, 51, 0) 100%);
}

.catalog-solutions__card .name {
  position: relative;
  z-index: 2;
  font-size: 1.5rem;
  font-weight: 800;
}

@-webkit-keyframes arrowAnim {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  25% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }

  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  75% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes arrowAnim {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  25% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }

  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  75% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes arrowAnimM {
  0% {
    -webkit-transform: scale(1) rotate(-45deg);
            transform: scale(1) rotate(-45deg);
  }

  25% {
    -webkit-transform: scale(1.2) rotate(-45deg);
            transform: scale(1.2) rotate(-45deg);
  }

  50% {
    -webkit-transform: scale(1) rotate(-45deg);
            transform: scale(1) rotate(-45deg);
  }

  75% {
    -webkit-transform: scale(1.2) rotate(-45deg);
            transform: scale(1.2) rotate(-45deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(-45deg);
            transform: scale(1) rotate(-45deg);
  }
}

@keyframes arrowAnimM {
  0% {
    -webkit-transform: scale(1) rotate(-45deg);
            transform: scale(1) rotate(-45deg);
  }

  25% {
    -webkit-transform: scale(1.2) rotate(-45deg);
            transform: scale(1.2) rotate(-45deg);
  }

  50% {
    -webkit-transform: scale(1) rotate(-45deg);
            transform: scale(1) rotate(-45deg);
  }

  75% {
    -webkit-transform: scale(1.2) rotate(-45deg);
            transform: scale(1.2) rotate(-45deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(-45deg);
            transform: scale(1) rotate(-45deg);
  }
}

.catalog-page .catalog-solutions {
  margin-bottom: 5.625rem;
}

.catalog-item__card {
  border-radius: 1.25rem;
  width: calc((100% - 7.5rem) / 3);
  padding: 2.1875rem 2.5rem;
  position: relative;
  overflow: hidden;
}

.catalog-item__card::before {
  content: "";
  position: absolute;
  width: calc(100% + 3.75rem);
  height: calc(100% + 3.75rem);
  top: -1.875rem;
  left: -1.875rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(57.7%, #272F37), color-stop(72.39%, rgba(30, 39, 46, 0.69)), to(rgba(40, 43, 51, 0)));
  background: linear-gradient(180deg, #272F37 57.7%, rgba(30, 39, 46, 0.69) 72.39%, rgba(40, 43, 51, 0) 100%);
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
  z-index: 1;
}

.catalog-item__card .parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6.25rem;
  position: relative;
  z-index: 2;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 800;
  color: #fff;
  text-decoration: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.catalog-item__card .parent:hover::after {
  -webkit-animation: arrowAnim 1s ease;
          animation: arrowAnim 1s ease;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.catalog-item__card .parent::after {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("/local/templates/rubus_2024/assets/css/../img/icons/arrow-right.svg");
  background-size: 1.25rem;
}

.catalog-item__card ul {
  position: relative;
  z-index: 2;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.catalog-item__card ul li + li {
  margin-top: 1.875rem;
}

.catalog-item__card ul li a {
  font-size: 1.25rem;
  color: #fff;
  text-decoration: underline;
  display: block;
  line-height: 1;
}

.catalog-item__card ul li a:hover {
  text-decoration: none;
}

.catalog-child-page .section-title {
  margin-bottom: 5.625rem;
}

.catalog-child-page h3 {
  font-size: 2rem;
  margin-bottom: 2.5rem;
  line-height: 1;
}

.catalog-child-page .catalog-solutions {
  margin-bottom: 5.625rem;
}

.catalog-child__card {
  border-radius: 1.25rem;
  width: calc((100% - 7.5rem) / 3);
  padding: 2.1875rem 2.5rem;
  position: relative;
  overflow: hidden;
  background-color: #D9D9D9;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 800;
  text-decoration: none;
}

.catalog-child__card:hover::after {
  -webkit-animation: arrowAnim 1s ease;
          animation: arrowAnim 1s ease;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.catalog-child__card::before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, color-stop(44.5%, #272F37), color-stop(58%, rgba(30, 39, 46, 0.69)), to(rgba(40, 43, 51, 0)));
  background: linear-gradient(180deg, #272F37 44.5%, rgba(30, 39, 46, 0.69) 58%, rgba(40, 43, 51, 0) 100%);
  position: absolute;
  inset: 0;
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
  z-index: 1;
  width: calc(100% + 3.75rem);
  height: calc(100% + 3.75rem);
  margin-top: -1.875rem;
  margin-left: -1.875rem;
}

.catalog-child__card::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
  background-image: url("/local/templates/rubus_2024/assets/css/../img/icons/arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
}

.catalog-child__card img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: inherit;
  width: 100%;
}

.catalog-child__card .text {
  display: block;
  padding-top: 10rem;
  position: relative;
  z-index: 2;
}

.catalog-child__card .text .p {
  margin-bottom: 1.875rem;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1;
  display: block;
  -ms-hyphens: auto;
      hyphens: auto;
}

.catalog-child__card .text .span {
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 120%;
  display: block;
}

.section-consultaion {
  padding: 4.375rem 0;
}

.section-consultaion.arrow--none h2::before {
  display: none;
}

.section-consultaion.--active-slide .trigger h2::before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.section-consultaion.--active-slide .trigger-content {
  visibility: visible;
  height: auto;
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.section-consultaion .trigger h2 {
  padding-right: 3.75rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  hyphens: none;
}

.section-consultaion .trigger h2:hover {
  cursor: pointer;
}

.section-consultaion .trigger h2::before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("/local/templates/rubus_2024/assets/css/../img/icons/arrow-right.svg");
  background-size: 1.25rem;
  position: absolute;
  right: 0;
  top: 1.375rem;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.section-consultaion .trigger-content {
  visibility: hidden;
  height: 0;
  opacity: 0;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.contacts-page {
  margin-bottom: 4.375rem;
}

.header {
  position: relative;
  margin-bottom: 1.875rem;
}

.header video {
  width: 100%;
  display: block;
}

.header-bg {
  position: absolute;
  inset: 0;
  z-index: 5;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(31%, rgba(10, 11, 31, 0)), color-stop(58.46%, rgba(10, 17, 29, 0.62)), color-stop(79.56%, #09151B));
  background: linear-gradient(180deg, rgba(10, 11, 31, 0) 31%, rgba(10, 17, 29, 0.62) 58.46%, #09151B 79.56%);
}

.header-bg .container {
  position: absolute;
  top: calc(50% + 100px);
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 100%;
}

.header-content {
  max-width: 55rem;
}

.header-content h1 {
  margin-top: 0;
  font-size: 3rem;
  line-height: 130%;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 2.5rem;
}

.header-content p {
  margin: 0;
  font-size: 1.5rem;
  line-height: 130%;
}

.policy-page .content h2 {
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 2.1875rem;
}

.policy-page .content h2 ~ h2 {
  margin-top: 6.25rem;
}

.policy-page .content p {
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
  line-height: 120%;
}

.policy-page .content ul {
  margin-bottom: 1.875rem;
  padding-left: 0.9375rem;
}

.policy-page .content ul li {
  font-size: 1.125rem;
  line-height: 120%;
  margin-bottom: 0.625rem;
}

.product-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.875rem;
  margin-bottom: 6.25rem;
}


.product-preview__left {
  width: 50%;
}

.product-preview__left .product-img {
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 1.25rem;
  max-height: 26.25rem;
}

.product-preview__right {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-preview.no-photo .product-preview__left {
	display: none;
}
.product-preview.no-photo .product-preview__right {
	width: 100%;
	max-width: 50rem;
}

.product-preview__top {
  margin-bottom: 5rem;
}

.product-preview__top h2 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 1.125rem;
  margin-top: 0;
}

.product-preview__top p {
  margin: 0;
  font-size: 1.25rem;
}

.product-preview__top p + p {
  margin-top: 0.9375rem;
}

.product-preview__bottom {
  height: 14.375rem;
  overflow-y: auto;
}

.product-preview__bottom::-webkit-scrollbar {
  width: 0.375rem;
  border-radius: 0.1875rem;
}

.product-preview__bottom::-webkit-scrollbar-track {
  background-color: #2E363A;
  border-radius: 0.1875rem;
}

.product-preview__bottom::-webkit-scrollbar-thumb {
  background-color: #AEAEAE;
  border-radius: 0.1875rem;
}

.product-preview__bottom p {
  font-size: 1.125rem;
  margin-bottom: 0.9375rem;
  line-height: 120%;
}

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

.product-preview__bottom ul li {
  padding-left: 2.1875rem;
  position: relative;
  line-height: 120%;
  font-size: 1.125rem;
}

.product-preview__bottom ul li + li {
  margin-top: 1.5625rem;
}

.product-preview__bottom ul li::before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  left: 0;
  top: 0;
  border: 0.1875rem solid #D41F3A;
  border-radius: 50%;
}

.product-tabs {
  margin-bottom: 6.25rem;
}

.product-tabs__controll ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.product-tabs__controll ul li {
  max-width: 18.75rem;
  width: 100%;
}

.product-tabs__controll ul li > a {
  width: 100%;
  display: block;
  padding: 1.25rem 0;
  text-align: center;
  font-weight: 800;
  border-radius: 1rem 1rem 0 0;
  background-color: #252b2d;
  color: #fff;
  text-decoration: none;
}

.product-tabs__controll ul li > a.active {
  background-color: #2E363A;
}

.product-tabs__controll ul li > a.active::after {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.product-tabs__controll ul li > div {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  height: 0;
  background-color: #2E363A;
  border-radius: 1rem;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

.product-tabs__controll ul li > div h4 {
  font-size: 1.5rem;
  margin-bottom: 2.1875rem;
}

.product-tabs__controll ul li > div p {
  font-size: 1.25rem;
  margin-bottom: 1.5625rem;
  line-height: 130%;
}

.product-tabs__controll ul li > div ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.product-tabs__controll ul li > div ul li {
  padding-left: 2.1875rem;
  position: relative;
  line-height: 120%;
  font-size: 1.125rem;
}

.product-tabs__controll ul li > div ul li + li {
  margin-top: 1.5625rem;
}

.product-tabs__controll ul li > div ul li::before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  left: 0;
  top: 0;
  border: 0.1875rem solid #D41F3A;
  border-radius: 50%;
}

.product-tabs__controll ul li > div.active {
  opacity: 1;
  visibility: visible;
  height: auto;
  padding: 2.1875rem 1.5625rem;
  margin-top: 0.3125rem;
}

.product-tabs__content--item {
  visibility: hidden;
  position: absolute;
  left: -9999px;
  top: -9999px;
  pointer-events: none;
  background-color: #2E363A;
  border-radius: 0 0 1rem 1rem;
  padding: 3.4375rem 4.6875rem;
}

.product-tabs__content--item > div {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(15px);
      -ms-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.product-tabs__content--item.--active {
  visibility: visible;
  position: initial;
  pointer-events: visible;
}

.product-tabs__content--item.--active > div {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.product-tabs__content h4 {
  font-size: 1.5rem;
  margin-bottom: 2.1875rem;
}
.product-tabs__content h4 ~ h4 {
	margin-top: 1.875rem;
}

.product-tabs__content p {
  font-size: 1.25rem;
  margin-bottom: 1.5625rem;
  line-height: 130%;
}

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

.product-tabs__content ul li {
  padding-left: 2.1875rem;
  position: relative;
  line-height: 120%;
  font-size: 1.125rem;
}

.product-tabs__content ul li + li {
  margin-top: 1.5625rem;
}

.product-tabs__content ul li::before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  left: 0;
  top: 0;
  border: 0.1875rem solid #D41F3A;
  border-radius: 50%;
}

.product-tabs .scroll {
  height: 20.625rem;
  overflow-y: auto;
  padding-right: 1.25rem;
}

.product-tabs .scroll::-webkit-scrollbar {
  width: 0.375rem;
  border-radius: 0.1875rem;
}

.product-tabs .scroll::-webkit-scrollbar-track {
  background-color: #09151B;
  border-radius: 0.1875rem;
}

.product-tabs .scroll::-webkit-scrollbar-thumb {
  background-color: #AEAEAE;
  border-radius: 0.1875rem;
}

.files-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4.375rem;
     -moz-column-gap: 4.375rem;
          column-gap: 4.375rem;
  row-gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.files-list__item {
  width: calc(33.3333333333% - 4.375rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.125rem;
}

.files-list__item:hover::before {
  border-color: #fff;
}

.files-list__item::before {
  content: "";
  width: 5.625rem;
  height: 5.625rem;
  background-image: url("/local/templates/rubus_2024/assets/css/../img/icons/download.svg");
  background-size: cover;
  display: block;
  border: 1px solid #AEAEAE;
  border-radius: 1rem;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.files-list__item a {
  font-size: 1rem;
  line-height: 130%;
  color: #AEAEAE;
  text-decoration: underline;
  width: calc(100% - 6.75rem);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.files-list__item a:hover {
  text-decoration: none;
  color: #fff;
}

.table {
  width: 100%;
}

.table .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  column-gap: 1.25rem;
}

.table .tr + .tr {
  margin-top: 1.25rem;
}

.table .tr:before {
  content: "";
  width: 100%;
  height: 0.125rem;
  background-color: #AEAEAE;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  margin-bottom: 0.125rem;
  display: none;
}

.table .tr .td {
  display: block;
  font-size: .875rem;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  line-height: 130%;
  text-align: right;
}

.table .tr .td:first-child {
  color: #AEAEAE;
  font-weight: 800;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-align: left;
  max-width: 18.75rem;
  min-width: 6rem;
}

.product-models {
  margin-bottom: 15.625rem;
}

.product-models h3 {
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 2.1875rem;
  font-weight: 800;
}

.product-models .product-models__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 3.75rem;
     -moz-column-gap: 3.75rem;
          column-gap: 3.75rem;
  row-gap:  3.75rem;
}

.product-models .product-models__content-card {
  width: calc(33.3333333333% - 3.75rem);
  background-color: #2E363A;
  border-radius: 1rem;
  padding: 1.5625rem .9375rem;
}

.product-models .product-models__content-card .model-img {
  width: 100%;
  height: 14.375rem;
  background-size: cover;
  background-position: center;
  border-radius: 1.25rem;
  margin-bottom: 1.875rem;
}

.product-models .product-models__content-card h5 {
  font-size: 1.5rem;
  margin-bottom: 1.875rem;
}

.product-models .product-models__content-card p {
  margin: 0;
  font-size: 1.125rem;
}

.section-about {
  padding: 10.625rem 0;
  background-image: url("/local/templates/rubus_2024/assets/css/../img/about_bg.png");
  background-size: cover;
  background-position: center;
  margin-bottom: 6.25rem;
}

.section-about h2 {
  text-wrap: nowrap;
}

.section-about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5rem;
}

.section-about__content > div {
  max-width: 49.375rem;
}

.section-about__content p {
  font-size: 1.5rem;
  line-height: 130%;
  margin: 0;
}

.section-about__content p + p {
  margin-top: 0.9375rem;
}

.support-section {
  margin-bottom: 14.375rem;
}

.support-section .section-title {
  margin-bottom: 6.25rem;
}

.support-contnet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.75rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.support-contnet__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.support-contnet__item:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.75rem;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.support-contnet .support-text p {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
}

.support-contnet .support-text p + p {
  margin-top: 2.5rem;
}

.support-contnet .support-info {
  position: relative;
}

.support-contnet .support-info__content {
  background-color: #2E363A;
  border-radius: 1.25rem;
  padding: 2.8125rem;
  padding-top: 5rem;
  padding-right: 2.1875rem;
  position: relative;
  height: 100%;
}

.support-contnet .support-info__content ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.support-contnet .support-info__content ul li {
  padding-left: 2.1875rem;
  position: relative;
  line-height: 120%;
  font-size: 1.125rem;
}

.support-contnet .support-info__content ul li + li {
  margin-top: 1.5625rem;
}

.support-contnet .support-info__content ul li::before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  left: 0;
  top: 0;
  border: 0.1875rem solid #D41F3A;
  border-radius: 50%;
}

.support-contnet .support-info svg {
  position: absolute;
  left: 2.5rem;
  top: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 2;
}

.circles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.9375rem 0;
  display: flex;
  gap: 2.5rem;
  margin-bottom: 2.5rem;
}

.circles .circle {
  width: 5.625rem;
  height: 5.625rem;
  background-image: url("/local/templates/rubus_2024/assets/css/../img/icons/circle.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.circles .circle:nth-child(2) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.circles .circle:nth-child(3) {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (min-width: 641px) {
  .top-line__content .burger {
    display: none;
  }

  .product-tabs__controll ul li > div {
    display: none !important;
  }
}

@media (max-width: 1620px) {
  html {
    font-size: 16px;
  }
}

@media screen and (max-width: 1550px) {
  .catalog-item__card .parent {
    font-size: 1.25rem;
  }

  .catalog-item__card ul li + li {
    margin-top: 1.25rem;
  }

  .catalog-item__card ul li a {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 1440px) {
  .container {
    max-width: 100%;
  }
}

@media screen and (max-width: 1360px) {
  .form-content__left {
    max-width: 22.5rem;
  }

  .catalog-item__card {
    padding: 1.5625rem 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .catalog-child__card {
    padding: 1.5625rem 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .catalog-child__card::before {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(56.5%, #272F37), color-stop(74%, rgba(30, 39, 46, 0.69)), to(rgba(40, 43, 51, 0)));
    background: linear-gradient(180deg, #272F37 56.5%, rgba(30, 39, 46, 0.69) 74%, rgba(40, 43, 51, 0) 100%);
  }

  .catalog-child__card .text {
    padding-top: 6.25rem;
  }

  .catalog-child__card .text .p {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .catalog-child__card .text .span {
    font-size: 0.875rem;
  }

  .product-tabs__content--item {
    padding: 3.125rem 2.1875rem;
  }

  .files-list {
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }

  .files-list__item {
    width: calc(33.3333333333% - 2.5rem);
  }

  .files-list__item::before {
    width: 3.625rem;
    height: 3.625rem;
  }

  .files-list__item a {
    width: calc(100% - 4.75rem);
  }

  .product-models {
    margin-bottom: 6.25rem;
  }

  .product-models h3 {
    font-size: 1.75rem;
    margin-bottom: 1.875rem;
  }

  .product-models .product-models__content {
    -webkit-column-gap: 1.5625rem;
       -moz-column-gap: 1.5625rem;
            column-gap: 1.5625rem;
    row-gap: 4.375rem;
  }

  .product-models .product-models__content-card {
    width: calc(33.3333333333% - 1.5625rem);
  }

  .product-models .product-models__content-card .model-img {
    height: 10rem;
    margin-bottom: 0.9375rem;
  }

  .product-models .product-models__content-card h5 {
    margin-bottom: 0.625rem;
  }

  .product-models .product-models__content-card p {
    font-size: 0.875rem;
  }

  .support-contnet {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.25rem;
  }

  .support-contnet__item:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .support-contnet .support-text p {
    font-size: 1rem;
  }

  .support-contnet .support-text p + p {
    margin-top: 1.25rem;
  }

  .support-contnet .support-info__content {
    padding: 1.25rem;
    padding-top: 3.125rem;
  }

  .support-contnet .support-info svg {
    left: 1.25rem;
  }

  .support-contnet .support-info:nth-child(1) svg {
    max-width: 8.125rem;
  }

  .support-contnet .support-info:nth-child(2) svg {
    max-width: 10.9375rem;
  }
}

@media screen and (max-width: 1100px) {
  .columns.gap-120 {
    gap: 1.875rem;
  }

  .page-text ul li {
    font-size: 1rem;
    padding-left: 1.875rem;
  }

  .page-text ul li::before {
    width: 0.875rem;
    height: 0.875rem;
    border: 0.125rem solid #D41F3A;
  }

  .page-text ol li {
    font-size: 1rem;
    padding-left: 1.875rem;
  }

  .contacts {
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }

  .form-content {
    gap: 1.25rem;
  }

  .form__bottom {
    gap: 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 1.25rem;
  }

  .form__bottom .button {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }

  .form__bottom p {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
  }

  .fieldset textarea,
  .fieldset input {
    height: 3.75rem;
    font-size: 1rem;
    padding-left: 1.25rem;
  }

  .fieldset textarea {
    min-height: 11.25rem;
  }

  .catalog-solutions__content {
    gap: 1.25rem;
  }

  .catalog-solutions__card {
    padding: 1.5625rem;
    width: calc((100% - 2.5rem) / 3);
    height: 10.625rem;
  }

  .catalog-solutions__card .bg::after {
    top: 1.5625rem;
    right: 1.5625rem;
  }

  .catalog-item__card {
    width: calc((100% - 2.5rem) / 3);
  }

  .catalog-item__card ul li a {
    font-size: 0.875rem;
  }

  .catalog-child__card {
    width: calc((100% - 2.5rem) / 3);
  }

  .catalog-child__card {
    font-size: 1.25rem;
  }

  .catalog-child__card::after {
    top: 1.25rem;
    right: 1.25rem;
  }

  .header {
    height: 31.875rem;
    overflow: hidden;
    margin-bottom: 0.625rem;
  }

  .header video {
    width: 71.25rem;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .header-content h1 {
    font-size: 2rem;
    margin-bottom: 1.875rem;
  }

  .header-content p {
    font-size: 1.25rem;
  }

  .product-preview {
    gap: 1.25rem;
    margin-bottom: 3.75rem;
  }

  .product-preview__left {
    width: 100%;
    max-width: 22.5rem;
  }

  .product-preview__left .product-img {
    max-height: 13.125rem;
    max-width: 22.5rem;
  }

  .product-preview__right {
    width: auto;
  }

  .product-preview__top {
    margin-bottom: 2.5rem;
  }

  .product-preview__top h2 {
    font-size: 1.5rem;
  }

  .product-preview__top p {
    font-size: 1rem;
  }

  .product-preview__bottom {
    height: 11.875rem;
  }

  .product-preview__bottom p {
    font-size: 0.875rem;
  }

  .product-preview__bottom ul li {
    font-size: 0.875rem;
    padding-left: 1.875rem;
  }

  .product-preview__bottom ul li::before {
    width: 0.875rem;
    height: 0.875rem;
    border: 0.125rem solid #D41F3A;
  }

  .product-tabs__controll ul li > a {
    padding: 0.75rem 0;
  }

  .product-tabs__controll ul li > div ul li {
    font-size: 0.875rem;
    padding-left: 1.875rem;
  }

  .product-tabs__controll ul li > div ul li::before {
    width: 0.875rem;
    height: 0.875rem;
    border: 0.125rem solid #D41F3A;
  }

  .product-tabs__content ul li {
    font-size: 0.875rem;
    padding-left: 1.875rem;
  }

  .product-tabs__content ul li::before {
    width: 0.875rem;
    height: 0.875rem;
    border: 0.125rem solid #D41F3A;
  }

  .product-tabs .scroll {
    height: 14.375rem;
  }

  .table .tr + .tr {
    margin-top: 0.625rem;
  }

  .table .tr .td {
    font-size: 0.875rem;
	min-width: 70px;
  }

  .section-about__content p {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 992px) {
  body.pt {
    padding-top: 5.4375rem;
  }

  .container {
    padding-inline: 1.875rem;
  }

  .section-title {
    font-size: 1.75rem;
    margin-bottom: 1.875rem;
  }

  .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.875rem;
  }

  .columns .column {
    width: 100%;
  }

  .breadcrumbs {
    margin-bottom: 2.1875rem;
  }

  .breadcrumbs ul li a {
    font-size: 0.875rem;
  }

  .breadcrumbs ul li::after {
    font-size: 0.875rem;
  }

  .contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 1.25rem;
  }

  .contacts address {
    font-size: 0.875rem;
  }

  .contacts a[href^=mailto] {
    font-size: 0.875rem;
  }

  .contacts a[href^=tel] {
    font-size: 0.875rem;
  }

  .form .message-form h4 {
    font-size: 1.5rem;
  }

  .form .message-form p {
    font-size: 0.875rem;
  }

  .menu ul {
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }

  .menu ul li a {
    font-size: 0.875rem;
  }

  .top-line {
    padding: 1.5625rem 0;
  }

  .content-404 {
    margin-bottom: 3.125rem;
  }

  .content-404 h1 {
    font-size: 2rem;
  }

  .content-404 a {
    font-size: 0.875rem;
  }

  .about-page .content {
    font-size: 1.25rem;
  }

  .about-page .content p {
    font-size: 1.25rem;
  }

  .about-page .content p + p {
    margin-top: 0.9375rem;
  }

  .catalog-solutions {
    margin-bottom: 8.75rem;
  }

  .catalog-page .catalog-solutions__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .catalog-page .catalog-solutions__content .catalog-item__card {
    width: 100%;
  }

  .catalog-item__card .parent {
    margin-bottom: 2.5rem;
  }

  .catalog-child-page .section-title {
    margin-bottom: 3.125rem;
  }

  .catalog-child-page h3 {
    font-size: 1.5rem;
  }

  .section-consultaion .trigger h2::before {
    top: 0.625rem;
  }

  .policy-page .content h2 ~ h2 {
    margin-top: 3.125rem;
  }

  .policy-page .content p {
    font-size: 1rem;
    margin-bottom: 0.9375rem;
  }

  .policy-page .content ul li {
    font-size: 1rem;
  }

  .product-tabs__controll ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .files-list {
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }

  .files-list__item {
    width: calc(50% - 1.25rem);
  }

  .support-section {
    margin-bottom: 8.125rem;
  }

  .support-section .section-title {
    max-width: 4.0625rem;
  }

  .support-contnet .support-info__content {
    padding-bottom: 2.1875rem;
  }

  .support-contnet .support-info:nth-child(1) svg {
    max-width: 9.625rem;
  }

  .support-contnet .support-info:nth-child(2) svg {
    max-width: 12.8125rem;
  }

  .circles {
    margin-bottom: 0.625rem;
    padding-top: 0;
  }
  .product-tabs .scroll {
	padding-right: 0;
  }
}

@media screen and (max-width: 740px) {
  .form-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .form-content__left {
    max-width: 100%;
  }

  .catalog-solutions__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .catalog-solutions__card {
    width: 100%;
  }

  .catalog-item__card {
    width: 100%;
  }

  .catalog-child__card {
    width: 100%;
  }

  .product-models .product-models__content {
    row-gap: 3.125rem;
  }

  .product-models .product-models__content-card {
    width: 100%;
  }

  .section-about {
    padding: 6.25rem 0;
  }

  .section-about__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
  }

  .section-about__content p {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 640px) {
  body.pt {
    padding-top: 4.375rem;
  }

  .container {
    padding-inline: 0.9375rem;
  }

  .section-title {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }

  .columns.gap-120 {
    gap: 0.625rem;
  }

  .page-text ul li + li {
    margin-top: 0.9375rem;
  }

  .page-text ol li + li {
    margin-top: 0.9375rem;
  }

  .footer-content__row.--top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 2.5rem;
  }

  .footer-content__row.--top .logo {
    margin-bottom: 3.75rem;
  }

  .footer-content__row.--top .logo img {
    max-width: 7.5rem;
  }

  .footer-content__row.--top .menu {
    width: 100%;
  }

  .footer-content__row.--top .menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .footer-content__row.--top .menu ul li {
    width: calc(50% - 20px);
    margin-bottom: 1.25rem;
  }

  .footer-content__row.--bottom .mad7 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .footer-content__row.--bottom .mad7 img {
    max-width: 6.875rem;
  }

  .footer-content__row.--bottom .contacts {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .footer-content__row.--bottom .footer-links {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 3.75rem;
  }

  .footer-content__row.--bottom .footer-links a {
    font-size: 0.8125rem;
  }

  .top-line {
    padding: 1.25rem 0;
  }

  .top-line__content .logo img {
    max-width: 7.5rem;
  }

  .top-line__content .menu {
    display: none;
  }

  .menu-mobile .footer-links {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 3.75rem;
  }

  .menu-mobile .footer-links a {
    font-size: 0.8125rem;
  }

  .about-page {
    margin-bottom: 6.25rem;
  }

  .about-page .content {
    font-size: 1.125rem;
  }

  .about-page .content p {
    font-size: 1.125rem;
  }

  .catalog-solutions {
    margin-bottom: 7.5rem;
  }

  .catalog-page .catalog-solutions__content {
    gap: 3.125rem;
  }

  .catalog-item__card .parent {
    margin-bottom: 3.75rem;
  }

  .catalog-item__card .parent:hover::after {
    -webkit-animation: arrowAnimM 1s ease;
            animation: arrowAnimM 1s ease;
  }

  .catalog-item__card .parent::after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .section-consultaion {
    padding: 3.125rem 0;
    padding-bottom: 1.25rem;
  }

  .header {
    height: 40.625rem;
  }

  .header-content h1 {
    font-size: 1.75rem;
  }

  .header-content p {
    font-size: 1.125rem;
  }

  .product-tabs__controll ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .product-tabs__controll ul li {
    max-width: 100%;
  }

  .product-tabs__controll ul li > a {
    border-radius: 1rem;
    padding: 1.25rem 1.5625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .product-tabs__controll ul li > a::after {
    content: "";
    width: 23px;
    height: 23px;
    display: block;
    background-image: url("/local/templates/rubus_2024/assets/css/../img/icons/arrow-right.svg");
    background-size: cover;
    background-position: center;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }

  .product-tabs__controll ul li > div h4 {
    font-size: 1.25rem;
	margin-bottom: 20px;
  }
  .product-tabs__controll ul li > div h4 ~ h4 {
	margin-top: 40px;
  }

  .product-tabs__controll ul li > div ul li + li {
    margin-top: 0.9375rem;
  }

  .product-tabs__content {
    display: none !important;
  }

  .product-tabs__content ul li + li {
    margin-top: 0.9375rem;
  }

  .files-list {
    row-gap: 20px;
  }

  .files-list__item {
    width: 100%;
  }
}

@media screen and (max-width: 570px) {
  .footer-content__row.--bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .footer-content__row.--bottom .contacts {
    margin-bottom: 3.75rem;
  }

  .catalog-child__card::before {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(48.5%, #272F37), color-stop(68.5%, rgba(30, 39, 46, 0.69)), to(rgba(40, 43, 51, 0)));
    background: linear-gradient(180deg, #272F37 48.5%, rgba(30, 39, 46, 0.69) 68.5%, rgba(40, 43, 51, 0) 100%);
  }

  .catalog-child__card img {
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  .product-preview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.875rem;
    margin-bottom: 5rem;
  }

  .product-preview__left {
    max-width: 100%;
  }

  .product-preview__left .product-img {
    height: 12.5rem;
    margin-left: auto;
    margin-right: auto;
  }

  .product-preview__top h2 {
    font-size: 1.25rem;
  }

  .product-preview__bottom {
    height: auto;
  }

  .product-tabs {
    margin-bottom: 3.75rem;
  }

  .product-tabs .scroll {
    height: auto;
    overflow-y: hidden;
  }
}

@media screen and (min-width: 570px) {
	.footer-content .contacts{
		max-width: 43.75rem;
	}
}
/* End */


/* Start:/local/templates/rubus_2024/template_styles.css?1748858449725*/
.mailing {
    margin-bottom: 14.375rem;
}

.mailing__link {
    display: block;
    color: #D41F3A;
    font-weight: 800;
    font-size: 49px;
    line-height: 56px;
    text-decoration: none;
    margin-bottom: 32px;
    transition: 0.25s;
}

.mailing__link:hover {
    color: #fff;
}

.mailing__text {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
}

.mailing--contacts {
    margin-bottom: 0;
    margin-top: 14.375rem;
}

@media screen and (max-width: 992px) {
    .mailing__link {
        font-size: 32px;
    }

    .mailing {
        margin-bottom: 8.125rem;
    }

    .mailing--contacts {
        margin-bottom: 0;
        margin-top: 8.125rem;
    }
}
/* End */
/* /local/templates/rubus_2024/assets/css/style.css?172804463962967 */
/* /local/templates/rubus_2024/template_styles.css?1748858449725 */
