/* stylelint-disable */

/*! 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 {
  margin: 0.67em 0;
  font-size: 2em;
}

/* 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-size: 1em;
  /* 2 */
  font-family: monospace, monospace;
  /* 1 */
}

/* 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] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
  border-bottom: none;
  /* 1 */
}

/**
* 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-size: 1em;
  /* 2 */
  font-family: monospace, monospace;
  /* 1 */
}

/**
* 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  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 {
  margin: 0;
  /* 2 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  font-family: inherit;
  /* 1 */
}

/**
* 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 {
  padding: 0;
  border-style: none;
}

/**
* 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 {
  display: table;
  /* 1 */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  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] {
  outline-offset: -2px;
  /* 2 */
  -webkit-appearance: textfield;
  /* 1 */
}

/**
* 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 {
  font: inherit;
  /* 2 */
  -webkit-appearance: button;
  /* 1 */
}

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

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

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

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

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

h1,
.h1 {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.4;
}

.sber h1,
.sber .h1 {
  font-size: 64px !important;
  line-height: 1.1875;
}

h2,
.h2 {
  font-weight: 700;
  font-size: 35px;
  line-height: 1.4;
}

.sber h2,
.sber .h2 {
  font-size: 48px !important;
  line-height: 1.1666666667;
}

h3,
.h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.4;
}

.sber h3,
.sber .h3 {
  font-weight: 500;
  font-size: 24px !important;
  line-height: 1.3333333333;
}

h4,
.h4 {
  font-weight: 700;
  font-size: 26px;
  line-height: 1.4;
}

h5,
.h5 {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.4;
}

h6,
.h6 {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
}

.txt,
html {
  font-size: 14px;
  line-height: 1.7;
}

.sber .txt,
.sber html {
  font-size: 16px;
  line-height: 1.5;
}

.sber html {
  font-size: 16px;
  line-height: 1.5;
}

.txt-lg {
  font-size: 18px;
  line-height: 1.7;
}

.sber .txt-lg {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.3333333333;
}

.color-gray {
  color: #626262;
}

.limit-max-content h1,
.limit-max-content h2,
.limit-max-content h3,
.limit-max-content h4,
.limit-max-content h5,
.limit-max-content h6,
.limit-max-content p {
  max-width: 1180px;
}

.sber h1,
.sber h2,
.sber h3,
.sber h4,
.sber h5,
.sber h6,
.sber p {
  color: #ffffff;
}

.sber p {
  font-size: 16px;
  line-height: 1.5;
}

.sber-configurator__pretitle,
.sber-intro__feature-title::before,
.sber .footer__hotline .h4 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-image: linear-gradient(45deg, #0eb029 0%, #00a6c7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

:root {
  --container-max-width: 1480px;
  --container-padding-x: 40px;
}

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

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
}

html {
  scroll-behavior: smooth;
  font-style: normal;
  font-weight: 400;
  font-family: "Rubik", "Arial", sans-serif;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  width: 100%;
  min-width: 320px;
  height: 100%;
  background-color: #ffffff;
}

body.sber {
  color: #ffffff;
  background-color: #111113;
}

section {
  margin: 80px 0;
}

.breadcrumbs + section {
  margin-top: 24px;
}

.sber section {
  margin: 180px 0;
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
}

textarea {
  resize: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 1000px #ffffff;
  box-shadow: inset 0 0 0 1000px #ffffff;
  -webkit-text-fill-color: #000000;
}

input,
textarea {
  border-radius: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  opacity: 1;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
}

input:invalid,
textarea:invalid {
  -webkit-box-shadow: none;
  box-shadow: none;
}

select {
  border-radius: 0;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  appearance: none;
}

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

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

select,
textarea,
input:matches([type=email],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=url]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

.wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  /* stylelint-disable-next-line */
  min-height: calc(100 * var(--vh, 1vh));
}

.wrapper .header,
.wrapper .footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.wrapper main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
}

.scroll-lock-ios {
  position: fixed;
  overflow: hidden;
}

.scroll-lock {
  overflow: hidden;
}

.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.no-transition {
  /* stylelint-disable-next-line */
  -webkit-transition: none !important;
  transition: none !important;
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

.container {
  width: 100%;
  max-width: var(--container-max-width);
  margin: 0 auto;
  padding: 0 var(--container-padding-x);
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 13px 17px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
  background-color: #ffb42f;
  border: 1px solid #ffb42f;
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

.button.focus-visible:focus {
  color: #222222;
}

.button:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.button:focus {
  border: 1px solid #ffb42f;
}

.button.focus-visible:focus {
  background-color: #fcbe00;
  border-color: #fcbe00;
  border-width: 1px;
}

.button--wide {
  width: 100%;
  max-width: unset;
}

.sber .button {
  width: 100%;
  max-width: 320px;
  padding: 22px 15px;
  font-size: 18px;
  color: #ffffff;
  background-color: #0eb031;
  border-color: #0eb031;
  border-radius: 8px;
}

.sber .button.focus-visible:focus {
  color: #ffffff;
  background-color: #0b9b2a;
  border-color: #0b9b2a;
}

.sber .button--transparent {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0);
  border-color: #404040;
}

.sber .button--transparent.focus-visible:focus {
  color: #0b9b2a;
  background-color: rgba(255, 255, 255, 0);
  border-color: #0b9b2a;
}

.sber .button--tab {
  width: unset;
  position: relative;
  padding: 15px;
  font-size: 24px;
  line-height: 1.3333333333;
  text-transform: none;
  color: rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0);
  border-radius: 0;
}

.sber .button--tab::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
}

.sber .button--tab.focus-visible:focus {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0);
}

.sber .button--tab.is-active {
  color: #ffffff;
}

.sber .button--tab.is-active::after {
  background-image: linear-gradient(45deg, #0eb029 0%, #00a6c7 100%);
}

.slider-btn {
  width: 38px;
  height: 38px;
  padding: 0;
  background-image: url("../img/icons/arrow-shevron-right.svg");
  background-repeat: no-repeat;
  background-size: 11px 20px;
  background-position: calc(50% + 2px) 50%;
  background-color: #ef5817;
  border-radius: 50%;
  border: none;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.slider-btn--prev {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.slider-btn.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.slider-btn.focus-visible:focus {
  background-color: #f64a22;
}

.sber .slider-btn {
  background-color: #0eb031;
  -webkit-transition: background-color 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
  transition: background-color 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
}

.sber .slider-btn.focus-visible:focus {
  background-color: #0b9b2a;
}

.sber .slider-btn.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  pointer-events: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.modal::-webkit-scrollbar {
  display: none;
}

.modal__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 100%;
  padding: 60px 40px;
}

.modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.modal__content {
  position: relative;
  width: 600px;
  padding: 40px;
  background-color: #1f2024;
  border-radius: 16px;
}

.modal__close-btn {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 1;
  width: 40px;
  height: 40px;
  padding: 0;
  background: rgba(255, 255, 255, 0);
  border: none;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.modal__close-btn.focus-visible:focus {
  opacity: 0.5;
}

.modal--responsive .modal__content {
  width: 100%;
}

.modal--fit-content .modal__content {
  width: auto;
}

.modal--no-scale {
  -webkit-transform: none;
  transform: none;
}

.modal--preload {
  -webkit-transition: none;
  transition: none;
}

.modal.is-active {
  -webkit-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

[data-tabs=parent] {
  overflow: hidden;
}

[data-tabs=parent].no-transition > [data-tabs=control],
[data-tabs=parent].no-transition > [data-tabs=content],
[data-tabs=parent].no-transition > [data-tabs=element] {
  -webkit-transition: none;
  transition: none;
}

[data-tabs=parent].no-transition-global [data-tabs=control],
[data-tabs=parent].no-transition-global [data-tabs=content],
[data-tabs=parent].no-transition-global [data-tabs=element] {
  -webkit-transition: none;
  transition: none;
}

[data-tabs=parent] [data-tabs=content] {
  position: relative;
  -webkit-transition: height 0.3s ease-in;
  transition: height 0.3s ease-in;
}

[data-tabs=element] {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
  transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
}

[data-tabs=element].for-load {
  position: static;
  visibility: visible;
  opacity: 1;
  -webkit-transition: none;
  transition: none;
}

[data-tabs=element].is-active {
  z-index: 1;
  visibility: visible;
  opacity: 1;
}

[data-accordion-init] > [data-tabs=content],
[data-accordion-init] > [data-tabs=controls] {
  display: none;
}

[data-accordion-init] [data-tabs=element] {
  z-index: 1;
  visibility: visible;
  position: static;
  opacity: 1;
}

[data-tabs=accordion-wrapper] {
  display: block;
  max-height: 0;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
  overflow: hidden;
}

[data-tabs=accordion-content] {
  overflow: hidden;
}

[data-tabs=accordion] {
  overflow: hidden;
  position: relative;
  isolation: isolate;
}

[data-tabs=accordion].is-active > [data-tabs=accordion-wrapper] {
  max-height: none;
}

.dark-bg {
  margin: 0;
  padding: 116px 0;
  color: #ffffff;
  background-color: #1f2024;
  background-size: cover;
}

.dark-bg h2,
.dark-bg h3 {
  margin: 0;
  color: #ffffff;
}

.dark-bg h2:not(:last-child),
.dark-bg h3:not(:last-child) {
  margin-bottom: 24px;
}

.dark-bg h4,
.dark-bg h5,
.dark-bg h6 {
  margin: 0;
  color: #ffffff;
}

.dark-bg h4:not(:last-child),
.dark-bg h5:not(:last-child),
.dark-bg h6:not(:last-child) {
  margin-bottom: 20px;
}

.dark-bg p {
  margin: 0;
  color: #ffffff;
}

.dark-bg p:not(:last-child) {
  margin-bottom: 1em;
}

.sber .header {
  background-color: #1d1e20;
}

.sber .header .cart-btn {
  color: #ffffff;
  background-color: #0eb031;
  border-radius: 4px;
}

.sber .header .cart-btn.focus-visible:focus {
  background-color: #0b9b2a;
  border-color: #0b9b2a;
}

.sber .header .main-menu ul li.focus-visible:focus > a {
  color: #0eb031;
}

.sber .header .main-menu ul.submenu {
  background-color: #1d1e20;
  border-color: #1d1e20;
  border-radius: 4px;
}

.sber .header .main-menu ul.submenu li a {
  color: #ffffff;
}

.sber .header .main-menu ul.submenu li a.focus-visible:focus > a {
  color: #0eb031;
}

.sber .header-top {
  background-color: #292929;
}

.sber .heade-mid-inner {
  border: none;
}

.sber .header-inner-start .support p {
  color: #ffffff;
}

.sber .header-inner-end .ovic-menu-wrapper ul li a {
  color: #ffffff;
}

.sber .header-inner-end .ovic-menu-wrapper ul li a.header-mail {
  color: #0eb031;
}

.sber .header-inner-end .ovic-menu-wrapper ul li a.focus-visible:focus {
  color: #0b9b2a;
}

.sber .header-inner-end .ovic-menu-wrapper ul li a.focus-visible:focus.header-mail {
  color: #0b9b2a;
}

.sber .header__bottom {
  background-color: #1d1e20;
}

.sber .header__bottom-row {
  border: none;
}

.breadcrumbs {
  margin: 10px 0 24px;
  font-weight: 500;
  font-size: 15px;
}

.breadcrumbs__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4px 0;
}

.breadcrumbs__item:not(:last-child) {
  position: relative;
  padding-right: 24px;
}

.breadcrumbs__item:not(:last-child)::after {
  content: ">";
  position: absolute;
  top: 0;
  right: 8px;
}

.title {
  margin: 0;
  font-weight: 600;
  line-height: 1.2;
  color: #222222;
  border-bottom: 1px solid #e6e6e6;
}

.title > span {
  display: inline-block;
  position: relative;
}

.title > span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #fcbe00;
}

h1.title {
  margin-bottom: 40px;
  padding-bottom: 12px;
  font-size: 38px;
}

h1.title > span::after {
  bottom: -13px;
}

h2.title {
  margin-bottom: 24px;
  padding-bottom: 12px;
  font-size: 24px;
}

h2.title > span::after {
  bottom: -13px;
}

.advantages {
  margin-bottom: 96px;
}

.advantages__title {
  margin-bottom: 64px;
}

.advantages__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  grid-template-columns: repeat(auto-fill, 180px);
  gap: 40px 20px;
}

.advantages__icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  -o-object-fit: contain;
  object-fit: contain;
}

.advantages__item-title {
  margin: 0;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.2;
  text-align: center;
  color: #1f2024;
}

.categories {
  margin: 116px 0;
}

.categories__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.category-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding-top: 20px;
  color: #000000;
  border-radius: 12px;
  border: 2px solid #f64a22;
  overflow: hidden;
}

.category-card__cover {
  position: relative;
  width: 100%;
  padding-top: 75%;
}

.category-card__cover-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.category-card__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 16px 24px 32px;
}

.category-card__title-wrapper {
  min-height: 86px;
  margin-bottom: 20px;
}

.category-card__title {
  margin: 0;
}

.category-card__title--line-height-size-sm {
  line-height: 1.07;
}

.category-card__subtitle {
  margin: 0;
}

.category-card__descr {
  margin: 0;
  margin-bottom: 24px;
  color: #000000;
}

.category-card__btn {
  margin-top: auto;
}

.reasons > .container > .reasons__title {
  margin: 0;
  margin-bottom: 64px;
  text-align: center;
}

.reasons__list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: reasons;
  margin-bottom: -24px;
}

.reasons__item {
  margin-bottom: 24px;
}

.reason-card {
  counter-increment: reasons;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 55px 1fr;
  grid-template-columns: 55px 1fr;
  gap: 40px;
  height: 100%;
  padding: 45px 55px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 20px;
}

.reason-card::before {
  content: counter(reasons, decimal-leading-zero);
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  font-weight: 800;
  font-size: 60px;
  line-height: 1;
  text-align: right;
  color: #f2f4f7;
}

.reason-card__icon {
  width: 55px;
  height: 55px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -o-object-position: left bottom;
  object-position: left bottom;
}

.reason-card__content {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}

.reason-card .reason-card__title {
  margin: 0;
  color: #000000;
}

.reason-card .reason-card__title:not(:last-child) {
  margin-bottom: 10px;
}

.reason-card .reason-card__descr {
  margin: 0;
  color: #000000;
}

.site-slider__inner {
  position: relative;
}

h2.site-slider__title {
  margin-bottom: 40px;
}

.site-slider__container {
  margin: -18px;
  margin-bottom: -80px;
  padding: 18px;
  padding-bottom: 80px;
}

.site-slider__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: unset;
  margin-bottom: -45px;
  padding: 20px;
  background-color: #ffffff;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.site-slider__slide:hover,
.site-slider__slide:focus-within {
  -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
}

.site-slider__slide-cover {
  position: relative;
  width: 100%;
  margin-bottom: 12px;
  padding-top: 64%;
}

.site-slider__slide-cover-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.site-slider__slide-title {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.6;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.site-slider__slide:hover .site-slider__slide-title,
.site-slider__slide:focus-within .site-slider__slide-title {
  color: #626262;
}

.site-slider__slide-btn {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  opacity: 0;
  margin-top: auto;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}

.site-slider__slide:hover .site-slider__slide-btn,
.site-slider__slide:focus-within .site-slider__slide-btn {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

.site-slider__btns {
  position: absolute;
  top: -4px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.sber .footer__link ul li a.focus-visible:focus {
  color: #0b9b2a;
}

.sber .footer__hotline .h4 {
  margin-bottom: 3px;
  line-height: 1.7;
}

.sber .footer__hotline a {
  color: #ffffff;
}

.sber .footer__hotline a.focus-visible:focus {
  color: #0b9b2a;
}

.sber .footer__hotline-email-link {
  font-size: 14px;
}

.sber-intro {
  margin-top: 140px;
  background-image: url("../img/bg/sber-intro-glow.png");
  background-repeat: no-repeat;
  background-size: 1169px 1115px;
  background-position: center 270px;
}

.sber-intro__content:not(:last-child) {
  margin-bottom: 90px;
}

.sber-intro__title {
  margin: 0;
}

.sber-intro__title:not(:last-child) {
  margin-bottom: 32px;
}

.sber-intro__descr {
  margin: 0;
}

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

.sber-intro__btns:not(:first-child) {
  margin-top: 72px;
}

.sber-intro__poster-img {
  width: 100%;
}

.sber-intro__subtitle {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}

.sber-intro__subtitle:not(:last-child) {
  margin-bottom: 130px;
}

.sber-intro__features {
  counter-reset: reasons;
  margin-bottom: -24px;
}

.sber-intro__feature {
  margin-bottom: 24px;
}

.sber-intro__feature-card {
  height: 100%;
  padding: 56px 40px;
  background-color: #1d1e20;
  border-radius: 24px;
}

.sber-intro__feature-title {
  counter-increment: reasons;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

.sber-intro__feature-title:not(:last-child) {
  margin-bottom: 32px;
}

.sber-intro__feature-title::before {
  content: counter(reasons, decimal-leading-zero);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 64px;
  line-height: 1;
}

.sber-intro__feature-reasons {
  list-style-type: disc;
  padding-left: 30px;
  color: rgba(255, 255, 255, 0.8);
}

.sber-intro__feature-reason {
  list-style: disc;
  font-size: 18px;
  line-height: 1.3333333333;
}

.sber-intro__feature-reason:not(:last-child) {
  margin-bottom: 3px;
}

.sber-specifications__inner {
  margin: 0;
  padding: 72px;
  padding-bottom: 88px;
  background-color: #1d1e20;
  border-radius: 24px;
  background-image: url("../img/bg/sber-intro-glow.png");
  background-repeat: no-repeat;
  background-size: 1169px 1115px;
  background-position: center top;
}

.sber-specifications__title {
  margin: 0;
}

.sber-specifications__title:not(:last-child) {
  margin-bottom: 32px;
}

.sber-specifications__descr {
  margin: 0;
}

.sber-specifications__descr:not(:last-child) {
  margin-bottom: 32px;
}

.sber-specifications__list {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 54px;
  -moz-column-gap: 54px;
  column-gap: 54px;
  margin-bottom: -3px;
  padding-left: 30px;
  color: rgba(255, 255, 255, 0.8);
  list-style-type: disc;
}

.sber-specifications__item {
  margin-bottom: 3px;
  list-style: disc;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid-column;
}

.sber-specifications__demo-inner {
  margin-left: 72px;
}

.sber-specifications__scheme {
  position: relative;
}

.sber-specifications__scheme:not(:last-child) {
  margin-bottom: 52px;
}

.sber-specifications__scheme-img {
  width: 100%;
}

.sber-specifications__scheme-hint {
  position: absolute;
  margin-bottom: 0;
  text-align: center;
}

.sber .sber-specifications__scheme-hint {
  font-size: 14px;
  line-height: 1.5714285714;
}

.sber-specifications__scheme-hint--top {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 180px;
}

.sber-specifications__scheme-hint--left {
  top: 50%;
  left: 8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 180px;
}

.sber-specifications__scheme-hint--right {
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 220px;
}

.sber-specifications__scheme-hint--bottom {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 240px;
}

.sber-specifications__order-btn {
  margin: 0 auto;
}

.sber-specifications__order-btn:not(:last-child) {
  margin-bottom: 52px;
}

.sber-promo__poster {
  width: 100%;
}

.sber-promo__padding-top {
  padding-top: 40px;
}

.sber-promo__title {
  margin: 0;
}

.sber-promo__title:not(:last-child) {
  margin-bottom: 32px;
}

.sber-promo__descr {
  margin: 0;
}

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

.sber-promo__descr:not(.txt-lg) {
  color: rgba(255, 255, 255, 0.8);
}

.sber-promo__link {
  display: block;
  margin: 0;
}

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

.sber-meeting-rooms__inner {
  margin: 0;
}

.sber-meeting-rooms__slider {
  margin-bottom: 64px;
}

.sber-meeting-rooms__col {
  padding: 72px;
  padding-top: 30px;
  background-color: #1d1e20;
  border-radius: 24px;
}

.sber-meeting-rooms__slider-container {
  overflow: visible;
}

.sber-meeting-rooms__tab-element-wrapper {
  width: 100%;
}

.sber-meeting-rooms__tab-element {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
  gap: 48px 30px;
}

.sber-meeting-rooms__tab-title {
  margin: 0;
}

.sber-meeting-rooms__tab-title:not(:last-child) {
  margin-bottom: 16px;
}

.sber-meeting-rooms__tab-descr {
  margin: 0;
}

.sber-meeting-rooms__tab-options {
  list-style-type: disc;
  padding-left: 30px;
  color: rgba(255, 255, 255, 0.8);
}

.sber-meeting-rooms__tab-options:not(:last-child) {
  margin-bottom: 48px;
}

.sber-meeting-rooms__tab-option {
  list-style: disc;
}

.sber-meeting-rooms__tab-option:not(:last-child) {
  margin-bottom: 2px;
}

.sber-meeting-rooms__tab-element-scheme {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  margin-right: -72px;
  margin-bottom: -72px;
}

.sber-meeting-rooms__tab-scheme-options {
  position: relative;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: 100%;
  max-width: 834px;
  padding: 0 72px;
  margin: 0 auto -90px;
}

.sber-meeting-rooms__tab-scheme-option {
  padding: 24px;
  background-color: #ffffff;
  border-radius: 24px;
}

.sber-meeting-rooms__tab-scheme-option-cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 120px;
}

.sber-meeting-rooms__tab-scheme-option-cover:not(:last-child) {
  margin-bottom: 16px;
}

.sber-meeting-rooms__tab-scheme-option-icon {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.sber-meeting-rooms__tab-scheme-option-title {
  margin: 0;
  font-size: 14px;
  line-height: 1.5714285714;
  text-align: center;
}

.sber .sber-meeting-rooms__tab-scheme-option-title {
  color: #626262;
}

.sber-meeting-rooms__tab-scheme-cover {
  position: relative;
}

.sber-meeting-rooms__tab-scheme-cover-caption {
  position: absolute;
  left: 120px;
  bottom: 50px;
  width: 170px;
  font-size: 14px;
  line-height: 1.5714285714;
  color: rgba(255, 255, 255, 0.8);
}

.sber-meeting-rooms__tab-scheme-size {
  font-weight: 700;
  font-size: 96px;
  line-height: 1;
  color: #ffffff;
}

.sber-configurator__inner {
  margin: 0;
  padding: 72px;
  background-color: #1d1e20;
  border-radius: 24px;
}

.sber-configurator__pretitle {
  margin: 0;
}

.sber-configurator__pretitle:not(:last-child) {
  margin-bottom: 16px;
}

.sber-configurator__title {
  margin: 0;
}

.sber-configurator__title:not(:last-child) {
  margin-bottom: 32px;
}

.sber-configurator__descr {
  margin: 0;
}

.sber-configurator__descr:not(:last-child) {
  margin-bottom: 16px;
}

.sber-configurator__panel-list {
  position: relative;
  width: 100%;
  padding-top: 56.4516129032%;
}

.sber-configurator__panel-item {
  --shift: 0px;
  position: absolute;
  left: var(--shift);
  bottom: var(--shift);
  width: calc(100% - var(--shift));
  height: calc(100% - var(--shift));
  -webkit-transition: none;
  transition: none;
}

.sber-configurator__panel-item:nth-child(2) {
  width: calc(100% - 80px - var(--shift));
  height: calc(100% - 42px - var(--shift));
}

.sber-configurator__panel-item:nth-child(3) {
  width: calc(100% - 160px - var(--shift));
  height: calc(100% - 84px - var(--shift));
}

.sber-configurator__panel-item:nth-child(n+4) {
  display: none;
}

.sber-configurator__panel-item:has(.sber-configurator__panel-input:checked) ~ .sber-configurator__panel-item {
  --shift: 4px;
}

.sber-configurator__panel-radio {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
}

.sber-configurator__panel-radio-inner {
  display: block;
  width: 100%;
  height: 100%;
  padding: 4px;
  background-color: #404040;
  border-radius: 8px;
  -webkit-transition: none;
  transition: none;
}

.sber-configurator__panel-input:checked + .sber-configurator__panel-radio-inner {
  background-image: linear-gradient(45deg, #0eb029 0%, #00a6c7 100%);
}

.sber-configurator__panel-input:hover + .sber-configurator__panel-radio-inner,
.sber-configurator__panel-input:focus-within + .sber-configurator__panel-radio-inner {
  background-image: linear-gradient(45deg, #0eb029 0%, #00a6c7 100%);
}

.sber-configurator__panel-item:has(.sber-configurator__panel-input:checked) ~ .sber-configurator__panel-item .sber-configurator__panel-radio-inner {
  padding-left: 0;
  padding-bottom: 0;
  border-radius: 0 8px 0 8px;
}

.sber-configurator__panel-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 12px 14px 16px 24px;
  background-color: #1d1e20;
  border-radius: 4px;
}

.sber-configurator__panel-item:has(.sber-configurator__panel-input:checked) ~ .sber-configurator__panel-item .sber-configurator__panel-label {
  border-radius: 0 4px 0 4px;
}

.sber-configurator__panel-size-min {
  margin-left: auto;
  margin-bottom: auto;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  color: #404040;
}

.sber-configurator__panel-input:checked + .sber-configurator__panel-radio-inner .sber-configurator__panel-size-min {
  color: #ffffff;
}

.sber-configurator__panel-descr {
  display: none;
}

.sber-configurator__panel-input:checked + .sber-configurator__panel-radio-inner .sber-configurator__panel-descr {
  position: absolute;
  left: 24px;
  bottom: 16px;
  z-index: 5;
  display: block;
}

.sber-configurator__panel-size {
  font-weight: 700;
  font-size: 96px;
  line-height: 1;
}

.sber-configurator__panel-width-line {
  position: absolute;
  top: calc(100% + 30px);
  left: 0;
  right: 0;
  display: none;
  height: 2px;
  background-color: #ffffff;
}

.sber-configurator__panel-input:checked + .sber-configurator__panel-radio-inner .sber-configurator__panel-width-line {
  display: block;
}

.sber-configurator__panel-width-line::before,
.sber-configurator__panel-width-line::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 16px;
  height: 16px;
  background-image: url("../img/icons/arrow-shevron-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.sber-configurator__panel-width-line::before {
  left: -5px;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.sber-configurator__panel-width-line::after {
  right: -5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sber-configurator__panel-width {
  display: none;
  position: absolute;
  top: calc(100% + 40px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sber-configurator__panel-input:checked + .sber-configurator__panel-radio-inner .sber-configurator__panel-width {
  display: block;
}

.sber-configurator__panel-height-line {
  position: absolute;
  top: 0;
  right: calc(100% + 30px);
  bottom: 0;
  display: none;
  width: 2px;
  background-color: #ffffff;
}

.sber-configurator__panel-input:checked + .sber-configurator__panel-radio-inner .sber-configurator__panel-height-line {
  display: block;
}

.sber-configurator__panel-height-line::before,
.sber-configurator__panel-height-line::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 16px;
  height: 16px;
  background-image: url("../img/icons/arrow-shevron-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.sber-configurator__panel-height-line::before {
  bottom: -5px;
  -webkit-transform: translateX(-50%) rotate(90deg);
  transform: translateX(-50%) rotate(90deg);
}

.sber-configurator__panel-height-line::after {
  top: -5px;
  -webkit-transform: translateX(-50%) rotate(-90deg);
  transform: translateX(-50%) rotate(-90deg);
}

.sber-configurator__panel-height {
  display: none;
  position: absolute;
  top: 50%;
  right: calc(100% + 40px);
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.sber-configurator__panel-input:checked + .sber-configurator__panel-radio-inner .sber-configurator__panel-height {
  display: block;
}

.sber-configurator__panel-width-n-height {
  display: none;
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sber-configurator__options {
  margin-top: 125px;
}

.sber-configurator__options-slider {
  position: relative;
}

.sber-configurator__options-slider .slider-btn {
  position: absolute;
  top: 50%;
  z-index: 10;
}

.sber-configurator__options-slider .slider-btn--prev {
  left: 0;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}

.sber-configurator__options-slider .slider-btn--next {
  right: 0;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.sber-configurator__option-checkbox {
  height: unset;
}

.sber-configurator__option-label {
  display: block;
  width: 100%;
  height: 100%;
  padding: 1px;
  font-size: 14px;
  line-height: 1.5714285714;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  background-color: #404040;
  border-radius: 24px;
  cursor: pointer;
}

.sber-configurator__option-label::before {
  content: "";
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  background-color: #0eb031;
  background-image: url("../img/icons/icon-close.svg");
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: center;
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
}

.sber-configurator__option-input:checked + .sber-configurator__option-label {
  position: relative;
  color: rgba(64, 64, 64, 0.7);
}

.sber-configurator__option-input:checked + .sber-configurator__option-label::before {
  visibility: visible;
  opacity: 1;
}

.sber-configurator__option-input:hover + .sber-configurator__option-label,
.sber-configurator__option-input:focus-within + .sber-configurator__option-label {
  background-image: linear-gradient(45deg, #0eb029 0%, #00a6c7 100%);
}

.sber-configurator__option-label-inner {
  display: block;
  width: 100%;
  height: 100%;
  padding: 23px;
  background-color: #1d1e20;
  border-radius: 24px;
}

.sber-configurator__option-input:checked + .sber-configurator__option-label .sber-configurator__option-label-inner {
  background-color: #ffffff;
}

.sber-configurator__option-cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100px;
}

.sber-configurator__option-cover:not(:last-child) {
  margin-bottom: 16px;
}

.sber-configurator__option-icon {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.sber-configurator__option-title {
  display: block;
}

.sber-configurator__pricelist {
  margin-top: 72px;
  padding: 0;
}

.sber-configurator__pricelist-table-wrapper {
  margin-left: -72px;
  margin-right: -72px;
  padding-left: 66px;
  padding-right: 66px;
  padding-bottom: 16px;
  overflow-x: auto;
}

.sber-configurator__pricelist-table {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
}

.sber-configurator__pricelist-table tr {
  border-bottom: 1px solid #404040;
}

.sber-configurator__pricelist-table tr.sber-configurator__row-header {
  border-bottom: 4px solid #404040;
}

.sber-configurator__pricelist-table th {
  width: 180px;
  padding: 10px 24px;
}

.sber .sber-configurator__pricelist-table th {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
}

.sber-configurator__pricelist-table th:first-child {
  width: 480px;
}

.sber-configurator__pricelist-table td {
  padding: 16px 24px;
}

.sber .sber-configurator__pricelist-table td {
  font-size: 16px;
  line-height: 1.5;
  vertical-align: middle;
}

.sber-configurator__cell-qty {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.sber-configurator__decrement-btn,
.sber-configurator__increment-btn {
  position: relative;
  display: block;
  width: 26px;
  height: 26px;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #ffffff;
  border-radius: 50%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.sber-configurator__decrement-btn::before,
.sber-configurator__decrement-btn::after,
.sber-configurator__increment-btn::before,
.sber-configurator__increment-btn::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #ffffff;
}

.sber-configurator__decrement-btn::before,
.sber-configurator__increment-btn::before {
  content: "";
  width: 10px;
  height: 2px;
}

.sber-configurator__decrement-btn::after,
.sber-configurator__increment-btn::after {
  width: 2px;
  height: 10px;
}

.sber-configurator__decrement-btn:focus,
.sber-configurator__increment-btn:focus {
  border: 2px solid #ffffff;
}

.sber-configurator__decrement-btn:disabled,
.sber-configurator__increment-btn:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.sber-configurator__decrement-btn.focus-visible:focus,
.sber-configurator__increment-btn.focus-visible:focus {
  opacity: 0.7;
  border: 2px solid #ffffff;
}

.sber-configurator__increment-btn::after {
  content: "";
}

.sber-configurator__qty-input {
  display: block;
  width: 30px;
  margin: 0 5px;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-align: center;
  color: inherit;
  background-color: rgba(255, 255, 255, 0);
  border: none;
}

.sber-configurator__pricelist-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 24px 60px;
  margin-top: 40px;
}

.sber-configurator__pricelist-total {
  width: 300px;
}

.sber-configurator__pricelist-total-descr {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
}

.sber .sber-configurator__pricelist-total-descr {
  font-size: 14px;
  line-height: 1.5714285714;
}

.sber-configurator__pricelist-total-sum {
  margin: 0;
  font-weight: 700;
}

.sber .sber-configurator__pricelist-total-sum {
  font-size: 34px;
  line-height: 1.2352941176;
}

.modal-order__title {
  margin: 0;
}

.modal-order__title:not(:last-child) {
  margin-bottom: 48px;
}

.modal-order__input-wrapper {
  display: block;
}

.modal-order__input-wrapper:not(:last-child) {
  margin-bottom: 24px;
}

.modal-order__input {
  display: block;
  width: 100%;
  padding: 8px 16px;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0);
  border: none;
  border-bottom: 2px solid #404040;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.modal-order__input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.modal-order__input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.modal-order__input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.modal-order__input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.modal-order__input:hover,
.modal-order__input:focus {
  border-color: #ffffff;
}

.modal-order__submit-btn {
  margin-top: 48px;
  margin-left: auto;
}

/* @mixin hover-focus {
    @media (hover: hover) {
      &:hover:not(.focus-visible) {
        @content;
      }
    }

    &.focus-visible:focus {
      @content;
    }
  }
*/

/*  @include hover-focus {
      opacity: 0.8;
    }
*/

/*@mixin hover {
    @media (hover: hover) {
      &:hover:not(.focus-visible) {
        @content;
      }
    }
  }
*/

/*@mixin focus {
    &.focus-visible:focus {
      @content;
    }
  }
*/

/*@mixin active {
    &.focus-visible:active {
      @content;
    }
  }
*/

@media (max-width: 1479px) {
  .sber section {
    margin: 130px 0;
  }

  .categories__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    max-width: 700px;
    margin: 0 auto;
  }

  .reason-card {
    padding: 40px 45px;
  }

  .sber-intro {
    margin-top: 100px;
  }

  .sber-meeting-rooms__tab-scheme-cover-caption {
    bottom: 40px;
  }
}

@media (max-width: 1199px) {
  .sber .button--tab {
    font-size: 20px;
  }

  .sber-intro {
    background-position: center 700px;
  }

  .sber-intro__poster {
    margin-bottom: 70px;
  }

  .sber-specifications__content {
    margin-bottom: 70px;
  }

  .sber-specifications__demo-inner {
    margin-left: 0;
  }

  .sber-specifications__order-btn:not(:last-child) {
    margin-bottom: 70px;
  }

  .sber-promo__col:not(:last-child) {
    margin-bottom: 72px;
  }

  .sber-promo__padding-top {
    padding-top: 0;
  }

  .sber-meeting-rooms__tab-element {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    max-width: 690px;
    margin: 0 auto;
  }

  .sber-meeting-rooms__tab-element-footer {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .sber-meeting-rooms__tab-element-scheme {
    grid-column: unset;
    grid-row: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
    margin: 0;
  }

  .sber-meeting-rooms__tab-scheme-options {
    margin-bottom: 0;
    padding: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .sber-meeting-rooms__tab-scheme-cover-caption {
    left: 70px;
  }

  .sber-configurator__panels {
    width: calc(100% - 60px);
    margin-top: 72px;
    margin-left: 60px;
  }
}

@media (max-width: 1199px) and (max-width: 413px) {
  .sber-intro__poster:not(:first-child) {
    margin-top: 40px;
  }
}

@media (max-width: 1023px) {
  :root {
    --container-padding-x: 24px;
  }

  .sber section {
    margin: 90px 0;
  }

  .sber-intro {
    margin-top: 70px;
    background-position: center 600px;
  }

  .sber-configurator__pricelist-footer {
    -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;
  }

  .sber-configurator__pricelist-total {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .sber h1,
  .sber .h1 {
    font-size: 44px !important;
    line-height: 1.2727272727;
  }

  .sber h2,
  .sber .h2 {
    font-size: 34px !important;
    line-height: 1.2352941176;
  }

  .sber h3,
  .sber .h3 {
    font-weight: 500;
    font-size: 24px !important;
    line-height: 1.3333333333;
  }

  :root {
    --container-padding-x: 16px;
  }

  .sber section {
    margin: 60px 0;
  }

  .button {
    font-size: 14px;
  }

  .sber .button {
    font-size: 18px;
  }

  .modal__wrapper {
    padding: 60px 16px;
  }

  .modal__content {
    width: 100%;
    padding: 20px;
  }

  .modal--fit-content .modal__content {
    width: 100%;
  }

  .dark-bg {
    padding: 64px 0;
  }

  .categories {
    margin: 64px 0;
  }

  .categories__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    max-width: 500px;
  }

  .category-card__cover-img {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .category-card__title-wrapper {
    min-height: unset;
  }

  .reasons > .container > .reasons__title {
    margin-bottom: 40px;
  }

  .site-slider__slide {
    margin: -16px;
    margin-bottom: -70px;
    padding: 16px;
    padding-bottom: 70px;
  }

  .site-slider__btns {
    display: none;
  }

  .sber-intro {
    margin-top: 50px;
    background-position: center 690px;
  }

  .sber-intro__content:not(:last-child) {
    margin-top: 120px;
  }

  .sber-intro__subtitle:not(:last-child) {
    margin-top: 120px;
  }

  .sber-intro__feature-card {
    padding: 44px 24px;
  }

  .sber-specifications__inner {
    padding: 32px 9px;
    background-size: auto 648px;
  }

  .sber-specifications__list {
    -webkit-column-count: unset;
    -moz-column-count: unset;
    column-count: unset;
  }

  .sber-promo__col:not(:last-child) {
    margin-bottom: 72px;
  }

  .sber-meeting-rooms__slider {
    margin-bottom: 48px;
  }

  .sber-meeting-rooms__col {
    padding: 15px 24px 32px;
  }

  .sber-meeting-rooms__tab-scheme-options {
    gap: 20px;
    max-width: 520px;
  }

  .sber-meeting-rooms__tab-scheme-option {
    padding: 16px;
  }

  .sber-meeting-rooms__tab-scheme-option-cover {
    height: 90px;
  }

  .sber-configurator__inner {
    padding: 32px 9px;
  }

  .sber-configurator__options-slider {
    margin-left: -24px;
    margin-right: -24px;
  }

  .sber-configurator__options-slider .slider-btn {
    display: none;
  }

  .sber-configurator__options-slider-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .sber-configurator__option-checkbox {
    width: 186px;
  }

  .sber-configurator__option-label-inner {
    padding: 15px;
  }

  .sber-configurator__option-cover {
    height: 90px;
  }

  .sber-configurator__pricelist-table-wrapper {
    margin-left: -9px;
    margin-right: -9px;
    padding-left: 0;
    padding-right: 0;
  }

  .sber-configurator__pricelist-table th {
    padding: 8px 16px;
  }

  .sber-configurator__pricelist-table th:first-child {
    width: 250px;
  }

  .sber-configurator__pricelist-table td {
    padding: 14px 16px;
  }
}

@media (max-width: 575px) {
  .sber-intro__btns > *:not(:last-child) {
    margin-bottom: 24px;
  }

  .sber-specifications__scheme-hint--left,
  .sber-specifications__scheme-hint--right {
    width: 150px;
  }

  .sber-meeting-rooms__tab-scheme-options {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    max-width: 340px;
  }

  .sber-meeting-rooms__tab-scheme-cover-caption {
    bottom: unset;
    top: 32px;
    left: 24px;
    width: 120px;
  }

  .sber-meeting-rooms__tab-scheme-size {
    font-size: 64px;
  }

  .sber-configurator__panels {
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
  }

  .sber-configurator__panel-item:nth-child(2) {
    width: calc(100% - 44px - var(--shift));
    height: calc(100% - 24px - var(--shift));
  }

  .sber-configurator__panel-item:nth-child(3) {
    width: calc(100% - 88px - var(--shift));
    height: calc(100% - 48px - var(--shift));
  }

  .sber-configurator__panel-width-line {
    display: none;
  }

  .sber-configurator__panel-input:checked + .sber-configurator__panel-radio-inner .sber-configurator__panel-width-line {
    display: none;
  }

  .sber-configurator__panel-width {
    display: none;
  }

  .sber-configurator__panel-input:checked + .sber-configurator__panel-radio-inner .sber-configurator__panel-width {
    display: none;
  }

  .sber-configurator__panel-height-line {
    display: none;
  }

  .sber-configurator__panel-input:checked + .sber-configurator__panel-radio-inner .sber-configurator__panel-height-line {
    display: none;
  }

  .sber-configurator__panel-height {
    display: none;
  }

  .sber-configurator__panel-input:checked + .sber-configurator__panel-radio-inner .sber-configurator__panel-height {
    display: none;
  }

  .sber-configurator__panel-width-n-height {
    display: none;
  }

  .sber-configurator__panel-input:checked + .sber-configurator__panel-radio-inner .sber-configurator__panel-width-n-height {
    display: block;
  }

  .sber-configurator__option-checkbox {
    width: 154px;
  }
}

@media (max-width: 413px) {
  h1,
  .h1 {
    font-size: 30px;
  }

  .sber h1,
  .sber .h1 {
    font-size: 30px !important;
    line-height: 1.2727272727;
  }

  h2,
  .h2 {
    font-size: 26px;
  }

  .sber h2,
  .sber .h2 {
    font-size: 26px !important;
    line-height: 1.2352941176;
  }

  h3,
  .h3 {
    font-size: 22px;
  }

  .sber h3,
  .sber .h3 {
    font-weight: 500;
    font-size: 22px !important;
    line-height: 1.3333333333;
  }

  h4,
  .h4 {
    font-size: 18px;
  }

  h5,
  .h5 {
    font-size: 18px;
  }

  h6,
  .h6 {
    font-size: 18px;
  }

  .sber .txt-lg {
    font-size: 20px;
    line-height: 1.4;
  }

  :root {
    --container-padding-x: 10px;
  }

  .dark-bg {
    padding: 40px 0;
  }

  .dark-bg h2,
  .dark-bg h3 {
    margin: 0;
  }

  .dark-bg h2:not(:last-child),
  .dark-bg h3:not(:last-child) {
    margin-bottom: 20px;
  }

  .dark-bg h4,
  .dark-bg h5,
  .dark-bg h6 {
    margin: 0;
  }

  .dark-bg h4:not(:last-child),
  .dark-bg h5:not(:last-child),
  .dark-bg h6:not(:last-child) {
    margin-bottom: 16px;
  }

  h1.title {
    margin-bottom: 32px;
    font-size: 28px;
  }

  h2.title {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .advantages__list {
    grid-template-columns: repeat(auto-fill, 140px);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px 20px;
  }

  .advantages__item-title {
    font-size: 14px;
  }

  .categories {
    margin: 40px 0;
  }

  .category-card {
    padding-top: 12px;
  }

  .category-card__content {
    padding: 12px 16px 20px;
  }

  .reasons > .container > .reasons__title {
    margin-bottom: 24px;
  }

  .reason-card {
    padding: 20px 24px;
  }

  h2.site-slider__title {
    margin-bottom: 32px;
  }

  .sber-intro__content:not(:last-child) {
    margin-top: 70px;
  }

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

  .sber-intro__descr:not(:last-child) {
    margin-bottom: 20px;
  }

  .sber-intro__btns:not(:first-child) {
    margin-top: 48px;
  }

  .sber-intro__subtitle:not(:last-child) {
    margin-top: 70px;
  }

  .sber .sber-specifications__scheme-hint {
    font-size: 12px;
  }

  .sber-specifications__scheme-hint--left,
  .sber-specifications__scheme-hint--right {
    width: 120px;
  }

  .sber-meeting-rooms__tab-scheme-options {
    gap: 10px;
  }

  .sber-meeting-rooms__tab-scheme-option {
    border-radius: 16px;
  }

  .sber-meeting-rooms__tab-scheme-option-cover {
    height: 75px;
  }

  .sber-meeting-rooms__tab-scheme-option-cover:not(:last-child) {
    margin-bottom: 12px;
  }

  .sber-meeting-rooms__tab-scheme-cover-caption {
    top: 24px;
  }

  .sber-configurator__option-label {
    border-radius: 16px;
  }

  .sber-configurator__option-label-inner {
    border-radius: 16px;
  }

  .sber-configurator__option-cover {
    height: 75px;
  }

  .sber-configurator__option-cover:not(:last-child) {
    margin-bottom: 12px;
  }
}

@media (hover: hover) {
  .button:hover:not(.focus-visible) {
    color: #222222;
  }

  .button:hover:not(.focus-visible) {
    background-color: #fcbe00;
    border-color: #fcbe00;
    border-width: 1px;
  }

  .sber .button:hover:not(.focus-visible) {
    color: #ffffff;
    background-color: #0b9b2a;
    border-color: #0b9b2a;
  }

  .sber .button--transparent:hover:not(.focus-visible) {
    color: #0b9b2a;
    background-color: rgba(255, 255, 255, 0);
    border-color: #0b9b2a;
  }

  .sber .button--tab:hover:not(.focus-visible) {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0);
    border-color: rgba(255, 255, 255, 0);
  }

  .slider-btn:hover:not(.focus-visible) {
    background-color: #f64a22;
  }

  .sber .slider-btn:hover:not(.focus-visible) {
    background-color: #0b9b2a;
  }

  .modal__close-btn:hover:not(.focus-visible) {
    opacity: 0.5;
  }

  .sber .header .cart-btn:hover:not(.focus-visible) {
    background-color: #0b9b2a;
    border-color: #0b9b2a;
  }

  .sber .header .main-menu ul li:hover:not(.focus-visible) > a {
    color: #0eb031;
  }

  .sber .header .main-menu ul.submenu li a:hover:not(.focus-visible) > a {
    color: #0eb031;
  }

  .sber .header-inner-end .ovic-menu-wrapper ul li a:hover:not(.focus-visible) {
    color: #0b9b2a;
  }

  .sber .header-inner-end .ovic-menu-wrapper ul li a:hover:not(.focus-visible).header-mail {
    color: #0b9b2a;
  }

  .sber .footer__link ul li a:hover:not(.focus-visible) {
    color: #0b9b2a;
  }

  .sber .footer__hotline a:hover:not(.focus-visible) {
    color: #0b9b2a;
  }

  .sber-configurator__decrement-btn:hover:not(.focus-visible),
  .sber-configurator__increment-btn:hover:not(.focus-visible) {
    opacity: 0.7;
    border: 2px solid #ffffff;
  }
}