

/* Start:/local/templates/rosneft/css/styles.min.css?1756378465406222*/
/* 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;
}

/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -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;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */

:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* a11y */

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.air-datepicker-cell.-year-.-other-decade-,
.air-datepicker-cell.-day-.-other-month- {
  color: var(--adp-color-other-month);
}

.air-datepicker-cell.-year-.-other-decade-:hover,
.air-datepicker-cell.-day-.-other-month-:hover {
  color: var(--adp-color-other-month-hover);
}

.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade-,
.-disabled-.-focus-.air-datepicker-cell.-day-.-other-month- {
  color: var(--adp-color-other-month);
}

.-selected-.air-datepicker-cell.-year-.-other-decade-,
.-selected-.air-datepicker-cell.-day-.-other-month- {
  color: #fff;
  background: var(--adp-background-color-selected-other-month);
}

.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade-,
.-selected-.-focus-.air-datepicker-cell.-day-.-other-month- {
  background: var(--adp-background-color-selected-other-month-focused);
}

.-in-range-.air-datepicker-cell.-year-.-other-decade-,
.-in-range-.air-datepicker-cell.-day-.-other-month- {
  background-color: var(--adp-background-color-in-range);
  color: var(--adp-color);
}

.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade-,
.-in-range-.-focus-.air-datepicker-cell.-day-.-other-month- {
  background-color: var(--adp-background-color-in-range-focused);
}

.air-datepicker-cell.-year-.-other-decade-:empty,
.air-datepicker-cell.-day-.-other-month-:empty {
  background: none;
  border: none;
}

.air-datepicker-cell {
  border-radius: var(--adp-cell-border-radius);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}

.air-datepicker-cell.-focus- {
  background: var(--adp-cell-background-color-hover);
}

.air-datepicker-cell.-current- {
  color: var(--adp-color-current-date);
}

.air-datepicker-cell.-current-.-focus- {
  color: var(--adp-color);
}

.air-datepicker-cell.-current-.-in-range- {
  color: var(--adp-color-current-date);
}

.air-datepicker-cell.-disabled- {
  cursor: default;
  color: var(--adp-color-disabled);
}

.air-datepicker-cell.-disabled-.-focus- {
  color: var(--adp-color-disabled);
}

.air-datepicker-cell.-disabled-.-in-range- {
  color: var(--adp-color-disabled-in-range);
}

.air-datepicker-cell.-disabled-.-current-.-focus- {
  color: var(--adp-color-disabled);
}

.air-datepicker-cell.-in-range- {
  background: var(--adp-cell-background-color-in-range);
  border-radius: 0;
}

.air-datepicker-cell.-in-range-:hover {
  background: var(--adp-cell-background-color-in-range-hover);
}

.air-datepicker-cell.-range-from- {
  border: 1px solid var(--adp-cell-border-color-in-range);
  background-color: var(--adp-cell-background-color-in-range);
  border-radius: var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius);
}

.air-datepicker-cell.-range-to- {
  border: 1px solid var(--adp-cell-border-color-in-range);
  background-color: var(--adp-cell-background-color-in-range);
  border-radius: 0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0;
}

.air-datepicker-cell.-range-to-.-range-from- {
  border-radius: var(--adp-cell-border-radius);
}

.air-datepicker-cell.-selected- {
  color: #fff;
  border: none;
  background: var(--adp-cell-background-color-selected);
}

.air-datepicker-cell.-selected-.-current- {
  color: #fff;
  background: var(--adp-cell-background-color-selected);
}

.air-datepicker-cell.-selected-.-focus- {
  background: var(--adp-cell-background-color-selected-hover);
}

.air-datepicker-body {
  -webkit-transition: all var(--adp-transition-duration) var(--adp-transition-ease);
  transition: all var(--adp-transition-duration) var(--adp-transition-ease);
}

.air-datepicker-body.-hidden- {
  display: none;
}

.air-datepicker-body--day-names {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (var(--adp-day-cell-width))[7];
  grid-template-columns: repeat(7, var(--adp-day-cell-width));
  margin: 8px 0 3px;
}

.air-datepicker-body--day-name {
  color: var(--adp-day-name-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
}

.air-datepicker-body--day-name.-clickable- {
  cursor: pointer;
}

.air-datepicker-body--day-name.-clickable-:hover {
  color: var(--adp-day-name-color-hover);
}

.air-datepicker-body--cells {
  display: -ms-grid;
  display: grid;
}

.air-datepicker-body--cells.-days- {
  -ms-grid-columns: (var(--adp-day-cell-width))[7];
  grid-template-columns: repeat(7, var(--adp-day-cell-width));
  grid-auto-rows: var(--adp-day-cell-height);
}

.air-datepicker-body--cells.-months- {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: var(--adp-month-cell-height);
}

.air-datepicker-body--cells.-years- {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: var(--adp-year-cell-height);
}

.air-datepicker-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid var(--adp-border-color-inner);
  min-height: var(--adp-nav-height);
  padding: var(--adp-padding);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.-only-timepicker- .air-datepicker-nav {
  display: none;
}

.air-datepicker-nav--title,
.air-datepicker-nav--action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.air-datepicker-nav--action {
  width: var(--adp-nav-action-size);
  border-radius: var(--adp-border-radius);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.air-datepicker-nav--action:hover {
  background: var(--adp-background-color-hover);
}

.air-datepicker-nav--action:active {
  background: var(--adp-background-color-active);
}

.air-datepicker-nav--action.-disabled- {
  visibility: hidden;
}

.air-datepicker-nav--action svg {
  width: 32px;
  height: 32px;
}

.air-datepicker-nav--action path {
  fill: none;
  stroke: var(--adp-nav-arrow-color);
  stroke-width: 2px;
}

.air-datepicker-nav--title {
  border-radius: var(--adp-border-radius);
  padding: 0 8px;
}

.air-datepicker-nav--title i {
  font-style: normal;
  color: var(--adp-nav-color-secondary);
  margin-left: 0.3em;
}

.air-datepicker-nav--title:hover {
  background: var(--adp-background-color-hover);
}

.air-datepicker-nav--title:active {
  background: var(--adp-background-color-active);
}

.air-datepicker-nav--title.-disabled- {
  cursor: default;
  background: none;
}

.air-datepicker-buttons {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}

.air-datepicker-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--adp-btn-color);
  border-radius: var(--adp-btn-border-radius);
  cursor: pointer;
  height: var(--adp-btn-height);
  border: none;
  background: rgba(255, 255, 255, 0);
}

.air-datepicker-button:hover {
  color: var(--adp-btn-color-hover);
  background: var(--adp-btn-background-color-hover);
}

.air-datepicker-button:focus {
  color: var(--adp-btn-color-hover);
  background: var(--adp-btn-background-color-hover);
  outline: none;
}

.air-datepicker-button:active {
  background: var(--adp-btn-background-color-active);
}

.air-datepicker-button span {
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}

.air-datepicker-time {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: -webkit-max-content 1fr;
  -ms-grid-columns: max-content 1fr;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  grid-column-gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0 var(--adp-time-padding-inner);
}

.-only-timepicker- .air-datepicker-time {
  border-top: none;
}

.air-datepicker-time--current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  text-align: center;
}

.air-datepicker-time--current-colon {
  margin: 0 2px 3px;
  line-height: 1;
}

.air-datepicker-time--current-hours,
.air-datepicker-time--current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1;
}

.air-datepicker-time--current-hours:after,
.air-datepicker-time--current-minutes:after {
  content: "";
  background: var(--adp-background-color-hover);
  border-radius: var(--adp-border-radius);
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0;
}

.air-datepicker-time--current-hours.-focus-:after,
.air-datepicker-time--current-minutes.-focus-:after {
  opacity: 1;
}

.air-datepicker-time--current-ampm {
  text-transform: uppercase;
  -ms-flex-item-align: end;
      align-self: flex-end;
  color: var(--adp-time-day-period-color);
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px;
}

.air-datepicker-time--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 11px;
  height: 17px;
  background: -webkit-gradient(linear, left top, right top, from(var(--adp-time-track-color)), to(var(--adp-time-track-color))) left 50%/100% var(--adp-time-track-height) no-repeat;
  background: linear-gradient(to right, var(--adp-time-track-color), var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat;
}

.air-datepicker-time--row:first-child {
  margin-bottom: 4px;
}

.air-datepicker-time--row input[type=range] {
  background: none;
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

.air-datepicker-time--row input[type=range]::-ms-tooltip {
  display: none;
}

.air-datepicker-time--row input[type=range]:hover::-webkit-slider-thumb {
  border-color: var(--adp-time-track-color-hover);
}

.air-datepicker-time--row input[type=range]:hover::-moz-range-thumb {
  border-color: var(--adp-time-track-color-hover);
}

.air-datepicker-time--row input[type=range]:hover::-ms-thumb {
  border-color: var(--adp-time-track-color-hover);
}

.air-datepicker-time--row input[type=range]:focus {
  outline: none;
}

.air-datepicker-time--row input[type=range]:focus::-webkit-slider-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}

.air-datepicker-time--row input[type=range]:focus::-moz-range-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}

.air-datepicker-time--row input[type=range]:focus::-ms-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -webkit-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}

.air-datepicker-time--row input[type=range]::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -moz-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}

.air-datepicker-time--row input[type=range]::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -ms-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
  margin-top: calc(var(--adp-time-thumb-size) / 2 * -1);
}

.air-datepicker-time--row input[type=range]::-webkit-slider-runnable-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}

.air-datepicker-time--row input[type=range]::-moz-range-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}

.air-datepicker-time--row input[type=range]::-ms-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}

.air-datepicker-time--row input[type=range]::-ms-fill-lower {
  background: rgba(0, 0, 0, 0);
}

.air-datepicker-time--row input[type=range]::-ms-fill-upper {
  background: rgba(0, 0, 0, 0);
}

.air-datepicker {
  --adp-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --adp-font-size: 14px;
  --adp-width: 246px;
  --adp-z-index: 100;
  --adp-padding: 4px;
  --adp-grid-areas: "nav" "body" "timepicker" "buttons";
  --adp-transition-duration: .3s;
  --adp-transition-ease: ease-out;
  --adp-transition-offset: 8px;
  --adp-background-color: #fff;
  --adp-background-color-hover: #f0f0f0;
  --adp-background-color-active: #eaeaea;
  --adp-background-color-in-range: rgba(92, 196, 239, .1);
  --adp-background-color-in-range-focused: rgba(92, 196, 239, .2);
  --adp-background-color-selected-other-month-focused: #8ad5f4;
  --adp-background-color-selected-other-month: #a2ddf6;
  --adp-color: #4a4a4a;
  --adp-color-secondary: #9c9c9c;
  --adp-accent-color: #4eb5e6;
  --adp-color-current-date: var(--adp-accent-color);
  --adp-color-other-month: #dedede;
  --adp-color-disabled: #aeaeae;
  --adp-color-disabled-in-range: #939393;
  --adp-color-other-month-hover: #c5c5c5;
  --adp-border-color: #dbdbdb;
  --adp-border-color-inner: #efefef;
  --adp-border-radius: 4px;
  --adp-border-color-inline: #d7d7d7;
  --adp-nav-height: 32px;
  --adp-nav-arrow-color: var(--adp-color-secondary);
  --adp-nav-action-size: 32px;
  --adp-nav-color-secondary: var(--adp-color-secondary);
  --adp-day-name-color: #ff9a19;
  --adp-day-name-color-hover: #8ad5f4;
  --adp-day-cell-width: 1fr;
  --adp-day-cell-height: 32px;
  --adp-month-cell-height: 42px;
  --adp-year-cell-height: 56px;
  --adp-pointer-size: 10px;
  --adp-poiner-border-radius: 2px;
  --adp-pointer-offset: 14px;
  --adp-cell-border-radius: 4px;
  --adp-cell-background-color-hover: var(--adp-background-color-hover);
  --adp-cell-background-color-selected: #5cc4ef;
  --adp-cell-background-color-selected-hover: #45bced;
  --adp-cell-background-color-in-range: rgba(92, 196, 239, 0.1);
  --adp-cell-background-color-in-range-hover: rgba(92, 196, 239, 0.2);
  --adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);
  --adp-btn-height: 32px;
  --adp-btn-color: var(--adp-accent-color);
  --adp-btn-color-hover: var(--adp-color);
  --adp-btn-border-radius: var(--adp-border-radius);
  --adp-btn-background-color-hover: var(--adp-background-color-hover);
  --adp-btn-background-color-active: var(--adp-background-color-active);
  --adp-time-track-height: 1px;
  --adp-time-track-color: #dedede;
  --adp-time-track-color-hover: #b1b1b1;
  --adp-time-thumb-size: 12px;
  --adp-time-padding-inner: 10px;
  --adp-time-day-period-color: var(--adp-color-secondary);
  --adp-mobile-font-size: 16px;
  --adp-mobile-nav-height: 40px;
  --adp-mobile-width: 320px;
  --adp-mobile-day-cell-height: 38px;
  --adp-mobile-month-cell-height: 48px;
  --adp-mobile-year-cell-height: 64px;
}

.air-datepicker-overlay {
  --adp-overlay-background-color: rgba(0, 0, 0, .3);
  --adp-overlay-transition-duration: .3s;
  --adp-overlay-transition-ease: ease-out;
  --adp-overlay-z-index: 99;
}

.air-datepicker {
  background: var(--adp-background-color);
  border: 1px solid var(--adp-border-color);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: var(--adp-border-radius);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: (-webkit-max-content)[4];
  -ms-grid-rows: (max-content)[4];
  grid-template-rows: repeat(4, -webkit-max-content);
  grid-template-rows: repeat(4, max-content);
      grid-template-areas: var(--adp-grid-areas);
  font-family: var(--adp-font-family), sans-serif;
  font-size: var(--adp-font-size);
  color: var(--adp-color);
  width: var(--adp-width);
  position: absolute;
  -webkit-transition: opacity var(--adp-transition-duration) var(--adp-transition-ease), -webkit-transform var(--adp-transition-duration) var(--adp-transition-ease);
  transition: opacity var(--adp-transition-duration) var(--adp-transition-ease), -webkit-transform var(--adp-transition-duration) var(--adp-transition-ease);
  transition: opacity var(--adp-transition-duration) var(--adp-transition-ease), transform var(--adp-transition-duration) var(--adp-transition-ease);
  transition: opacity var(--adp-transition-duration) var(--adp-transition-ease), transform var(--adp-transition-duration) var(--adp-transition-ease), -webkit-transform var(--adp-transition-duration) var(--adp-transition-ease);
  z-index: var(--adp-z-index);
}

.air-datepicker:not(.-custom-position-) {
  opacity: 0;
}

.air-datepicker.-from-top- {
  -webkit-transform: translateY(calc(var(--adp-transition-offset) * -1));
      -ms-transform: translateY(calc(var(--adp-transition-offset) * -1));
          transform: translateY(calc(var(--adp-transition-offset) * -1));
}

.air-datepicker.-from-right- {
  -webkit-transform: translateX(var(--adp-transition-offset));
      -ms-transform: translateX(var(--adp-transition-offset));
          transform: translateX(var(--adp-transition-offset));
}

.air-datepicker.-from-bottom- {
  -webkit-transform: translateY(var(--adp-transition-offset));
      -ms-transform: translateY(var(--adp-transition-offset));
          transform: translateY(var(--adp-transition-offset));
}

.air-datepicker.-from-left- {
  -webkit-transform: translateX(calc(var(--adp-transition-offset) * -1));
      -ms-transform: translateX(calc(var(--adp-transition-offset) * -1));
          transform: translateX(calc(var(--adp-transition-offset) * -1));
}

.air-datepicker.-active-:not(.-custom-position-) {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.air-datepicker.-active-.-custom-position- {
  -webkit-transition: none;
  transition: none;
}

.air-datepicker.-inline- {
  border-color: var(--adp-border-color-inline);
  -webkit-box-shadow: none;
          box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.air-datepicker.-inline- .air-datepicker--pointer {
  display: none;
}

.air-datepicker.-is-mobile- {
  --adp-font-size: var(--adp-mobile-font-size);
  --adp-day-cell-height: var(--adp-mobile-day-cell-height);
  --adp-month-cell-height: var(--adp-mobile-month-cell-height);
  --adp-year-cell-height: var(--adp-mobile-year-cell-height);
  --adp-nav-height: var(--adp-mobile-nav-height);
  --adp-nav-action-size: var(--adp-mobile-nav-height);
  position: fixed;
  width: var(--adp-mobile-width);
  border: none;
}

.air-datepicker.-is-mobile- * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.air-datepicker.-is-mobile- .air-datepicker--pointer {
  display: none;
}

.air-datepicker.-is-mobile-:not(.-custom-position-) {
  -webkit-transform: translate(-50%, calc(-50% + var(--adp-transition-offset)));
      -ms-transform: translate(-50%, calc(-50% + var(--adp-transition-offset)));
          transform: translate(-50%, calc(-50% + var(--adp-transition-offset)));
}

.air-datepicker.-is-mobile-.-active-:not(.-custom-position-) {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.air-datepicker.-custom-position- {
  -webkit-transition: none;
  transition: none;
}

.air-datepicker-global-container {
  position: absolute;
  left: 0;
  top: 0;
}

.air-datepicker--pointer {
  --pointer-half-size: calc(var(--adp-pointer-size) / 2);
  position: absolute;
  width: var(--adp-pointer-size);
  height: var(--adp-pointer-size);
  z-index: -1;
}

.air-datepicker--pointer:after {
  content: "";
  position: absolute;
  background: #fff;
  border-top: 1px solid var(--adp-border-color-inline);
  border-right: 1px solid var(--adp-border-color-inline);
  border-top-right-radius: var(--adp-poiner-border-radius);
  width: var(--adp-pointer-size);
  height: var(--adp-pointer-size);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.-top-left- .air-datepicker--pointer,
.-top-center- .air-datepicker--pointer,
.-top-right- .air-datepicker--pointer,
[data-popper-placement^=top] .air-datepicker--pointer {
  top: calc(100% - var(--pointer-half-size) + 1px);
}

.-top-left- .air-datepicker--pointer:after,
.-top-center- .air-datepicker--pointer:after,
.-top-right- .air-datepicker--pointer:after,
[data-popper-placement^=top] .air-datepicker--pointer:after {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

.-right-top- .air-datepicker--pointer,
.-right-center- .air-datepicker--pointer,
.-right-bottom- .air-datepicker--pointer,
[data-popper-placement^=right] .air-datepicker--pointer {
  right: calc(100% - var(--pointer-half-size) + 1px);
}

.-right-top- .air-datepicker--pointer:after,
.-right-center- .air-datepicker--pointer:after,
.-right-bottom- .air-datepicker--pointer:after,
[data-popper-placement^=right] .air-datepicker--pointer:after {
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
}

.-bottom-left- .air-datepicker--pointer,
.-bottom-center- .air-datepicker--pointer,
.-bottom-right- .air-datepicker--pointer,
[data-popper-placement^=bottom] .air-datepicker--pointer {
  bottom: calc(100% - var(--pointer-half-size) + 1px);
}

.-bottom-left- .air-datepicker--pointer:after,
.-bottom-center- .air-datepicker--pointer:after,
.-bottom-right- .air-datepicker--pointer:after,
[data-popper-placement^=bottom] .air-datepicker--pointer:after {
  -webkit-transform: rotate(315deg);
      -ms-transform: rotate(315deg);
          transform: rotate(315deg);
}

.-left-top- .air-datepicker--pointer,
.-left-center- .air-datepicker--pointer,
.-left-bottom- .air-datepicker--pointer,
[data-popper-placement^=left] .air-datepicker--pointer {
  left: calc(100% - var(--pointer-half-size) + 1px);
}

.-left-top- .air-datepicker--pointer:after,
.-left-center- .air-datepicker--pointer:after,
.-left-bottom- .air-datepicker--pointer:after,
[data-popper-placement^=left] .air-datepicker--pointer:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.-top-left- .air-datepicker--pointer,
.-bottom-left- .air-datepicker--pointer {
  left: var(--adp-pointer-offset);
}

.-top-right- .air-datepicker--pointer,
.-bottom-right- .air-datepicker--pointer {
  right: var(--adp-pointer-offset);
}

.-top-center- .air-datepicker--pointer,
.-bottom-center- .air-datepicker--pointer {
  left: calc(50% - var(--adp-pointer-size) / 2);
}

.-left-top- .air-datepicker--pointer,
.-right-top- .air-datepicker--pointer {
  top: var(--adp-pointer-offset);
}

.-left-bottom- .air-datepicker--pointer,
.-right-bottom- .air-datepicker--pointer {
  bottom: var(--adp-pointer-offset);
}

.-left-center- .air-datepicker--pointer,
.-right-center- .air-datepicker--pointer {
  top: calc(50% - var(--adp-pointer-size) / 2);
}

.air-datepicker--navigation {
  grid-area: nav;
}

.air-datepicker--content {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: var(--adp-padding);
  grid-area: body;
}

.-only-timepicker- .air-datepicker--content {
  display: none;
}

.air-datepicker--time {
  grid-area: timepicker;
}

.air-datepicker--buttons {
  grid-area: buttons;
}

.air-datepicker--buttons,
.air-datepicker--time {
  padding: var(--adp-padding);
  border-top: 1px solid var(--adp-border-color-inner);
}

.air-datepicker-overlay {
  position: fixed;
  background: var(--adp-overlay-background-color);
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), left 0s, height 0s, width 0s;
  transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), left 0s, height 0s, width 0s;
  -webkit-transition-delay: 0s, var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration);
          transition-delay: 0s, var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration);
  z-index: var(--adp-overlay-z-index);
}

.air-datepicker-overlay.-active- {
  opacity: 1;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), height 0s, width 0s;
  transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), height 0s, width 0s;
}

@-webkit-keyframes fillAnimation {
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fillAnimation {
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInOut {
  0% {
    opacity: 0;
  }

  5% {
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  55% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeInOut {
  0% {
    opacity: 0;
  }

  5% {
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  55% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@font-face {
  font-display: swap;
  font-family: "Mulish";
  font-style: normal;
  font-weight: 300;
  src: url("/local/templates/rosneft/css/../fonts/mulish-v13-cyrillic_latin-300.woff2") format("woff2"), url("/local/templates/rosneft/css/../fonts/montserrat-v26-cyrillic_latin-300.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  src: url("/local/templates/rosneft/css/../fonts/mulish-v13-cyrillic_latin-regular.woff2") format("woff2"), url("/local/templates/rosneft/css/../fonts/mulish-v13-cyrillic_latin-regular.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Mulish";
  font-style: normal;
  font-weight: 500;
  src: url("/local/templates/rosneft/css/../fonts/mulish-v13-cyrillic_latin-500.woff2") format("woff2"), url("/local/templates/rosneft/css/../fonts/mulish-v13-cyrillic_latin-500.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Mulish";
  font-style: normal;
  font-weight: 600;
  src: url("/local/templates/rosneft/css/../fonts/mulish-v13-cyrillic_latin-600.woff2") format("woff2"), url("/local/templates/rosneft/css/../fonts/mulish-v13-cyrillic_latin-600.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  src: url("/local/templates/rosneft/css/../fonts/mulish-v13-cyrillic_latin-700.woff2") format("woff2"), url("/local/templates/rosneft/css/../fonts/mulish-v13-cyrillic_latin-700.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: url("/local/templates/rosneft/css/../fonts/montserrat-v26-cyrillic_latin-300.woff2") format("woff2"), url("/local/templates/rosneft/css/../fonts/montserrat-v26-cyrillic_latin-300.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("/local/templates/rosneft/css/../fonts/montserrat-v26-cyrillic_latin-regular.woff2") format("woff2"), url("/local/templates/rosneft/css/../fonts/montserrat-v26-cyrillic_latin-regular.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("/local/templates/rosneft/css/../fonts/montserrat-v26-cyrillic_latin-500.woff2") format("woff2"), url("/local/templates/rosneft/css/../fonts/montserrat-v26-cyrillic_latin-500.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("/local/templates/rosneft/css/../fonts/montserrat-v26-cyrillic_latin-600.woff2") format("woff2"), url("/local/templates/rosneft/css/../fonts/montserrat-v26-cyrillic_latin-600.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("/local/templates/rosneft/css/../fonts/montserrat-v26-cyrillic_latin-700.woff2") format("woff2"), url("/local/templates/rosneft/css/../fonts/montserrat-v26-cyrillic_latin-700.woff") format("woff");
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
}

html {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  font-family: "Montserrat", "Arial", sans-serif;
  color: #000000;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

a {
  color: #000000;
  text-decoration: none;
}

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::-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));
  overflow-x: hidden;
  padding-top: 135px;
}

.wrapper .header,
.wrapper .footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.wrapper main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.wrapper--404 main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.rouble {
  font-family: "Rouble", "Arial", sans-serif;
  /* stylelint-disable */
  text-transform: lowercase !important;
  font-weight: 400 !important;
  /* stylelint-enable */
}

.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;
}

.is-animation {
  -webkit-transition: visibility 0.3s ease, -webkit-transform 0.3s ease !important;
  transition: visibility 0.3s ease, -webkit-transform 0.3s ease !important;
  transition: visibility 0.3s ease, transform 0.3s ease !important;
  transition: visibility 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease !important;
}

.container {
  width: 100%;
  max-width: 1335px;
  margin: 0 auto;
  padding: 0 30px;
}

.container--short {
  max-width: 1236px;
  padding: 0 52px;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px 24px;
  color: #05060f;
  background-color: #ffffff;
  border: 2px solid #eeeff2;
  border-radius: 12px;
  cursor: pointer;
  font-family: "Mulish", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  -webkit-transition: outline 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  transition: outline 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
}

.btn.focus-visible:focus {
  border-color: #ffd200;
}

.btn--gold {
  padding: 12px 26px;
  background-color: #ffd300;
  border: none;
}

.btn--gold.focus-visible:focus {
  background-color: #ffb800;
}

.btn--black-russian {
  padding: 12px 26px;
  background-color: #05060f;
  color: #ffffff;
  border: none;
}

.btn--black-russian.focus-visible:focus {
  background-color: rgba(5, 6, 15, 0.8);
}

.btn--gray {
  padding: 10px 24px;
  background-color: #eeeff2;
  border: 2px solid #eeeff2;
}

.btn--gray.focus-visible:focus {
  background-color: #ffffff;
  border: 2px solid #ffd200;
}

.btn--white {
  padding: 12px 26px;
  background-color: #ffffff;
  border: none;
}

.btn--white.focus-visible:focus {
  background-color: #ffb800;
}

.btn--wide {
  padding: 12px;
  width: 100%;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn--paper {
  padding: 12px 30px 12px 26px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.btn--paper::after {
  content: "";
  position: static;
  display: block;
  background-image: url("/local/templates/rosneft/css/../img/svg/paper.svg");
  background-repeat: no-repeat;
  width: 16px;
  height: 17px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.btn:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000000;
  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);
      -ms-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--review .modal__input-wrapper--textarea {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}

.modal--question .modal__input-wrapper--textarea {
  grid-column: 1/-1;
}

.modal--question .modal__input-wrapper--textarea textarea {
  min-height: 100px;
}

.modal--competition .modal__input-wrapper--textarea {
  grid-column: 1/-1;
}

.modal--competition .modal__input-wrapper--textarea textarea {
  min-height: 100px;
}

.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: 820px;
  padding: 60px 70px;
  border-radius: 24px;
  background-color: #eeeff2;
}

.modal__content--small {
  width: 640px;
}

.modal__content--city {
  width: 341px;
  padding: 40px 28px 28px;
}

.modal__content--city-select {
  width: 340px;
  padding: 28px 28px 28px;
  min-height: 528px;
}

.modal__content--success {
  width: 327px;
  padding: 28px;
}

.modal__content--success:not(:has(.modal__text)) .modal__title--success {
  margin-bottom: 24px;
}

.modal__content--quiz {
  width: 1173px;
  padding: 60px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.25fr 1fr;
  grid-template-columns: 1.25fr 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.modal__content--qr {
  width: 428px;
  padding: 40px;
}

.modal__title {
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.07;
  color: #05060f;
  display: block;
  margin-bottom: 48px;
}

.modal__title--secondary {
  margin-bottom: 20px;
}

.modal__title--third {
  margin-bottom: 16px;
}

.modal__title--small {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #05060f;
}

.modal__title--upc {
  text-transform: uppercase;
}

.modal__title--quiz {
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 1.31;
}

.modal__title--success {
  font-family: "Mulish", "Arial", sans-serif;
  margin-bottom: 4px;
  text-align: center;
}

.modal__title--qr {
  font-size: 24px;
  line-height: 1.29;
}

.modal__title--center {
  text-align: center;
}

.modal__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  color: #05060f;
  font-family: "Mulish", "Arial", sans-serif;
  margin: 0;
  margin-bottom: 24px;
  text-align: center;
}

.modal__form-inner-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.modal__form-inner-wrapper--indent {
  margin-bottom: 30px;
}

.modal__form-column--wide {
  grid-column: 1/-1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.modal__form-column--wide > button {
  width: unset;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 12px 27px;
}

.modal__input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}

.modal__input-wrapper--last {
  margin-bottom: 38px;
}

.modal__input-wrapper--mb-0 {
  margin-bottom: 0;
}

.modal__input-wrapper--textarea {
  height: 100%;
}

.modal__input-wrapper--wide {
  grid-column: 1/-1;
}

.modal__input-wrapper--city .modal__search {
  padding: 11px 16px 11px 48px;
}

.modal__input-wrapper--file:has(.input-message.is-invalid) .modal__file-wrapper {
  outline: 1px solid #ff1553;
  outline-offset: -1px;
  background-color: #f7efef;
}

.modal__input-wrapper > label {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  color: #05060f;
}

.modal__input-wrapper > input {
  height: 48px;
  border: none;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 0 16px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  color: #05060f;
  font-family: "Mulish", "Arial", sans-serif;
}

.modal__input-wrapper > input::-webkit-input-placeholder {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  color: #878a99;
  font-family: "Mulish", "Arial", sans-serif;
}

.modal__input-wrapper > input::-moz-placeholder {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  color: #878a99;
  font-family: "Mulish", "Arial", sans-serif;
}

.modal__input-wrapper > input:-ms-input-placeholder {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  color: #878a99;
  font-family: "Mulish", "Arial", sans-serif;
}

.modal__input-wrapper > input::-ms-input-placeholder {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  color: #878a99;
  font-family: "Mulish", "Arial", sans-serif;
}

.modal__input-wrapper > input::placeholder {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  color: #878a99;
  font-family: "Mulish", "Arial", sans-serif;
}

.modal__input-wrapper > input:focus-visible {
  outline: 1px solid #ffd200;
}

.modal__input-wrapper:not(.is-invalid) .input-message {
  display: none;
}

.modal__checkbox-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.modal__checkbox-description {
  font-weight: 500;
  font-size: 11px;
  line-height: 1.3;
  color: #878a99;
}

.modal__checkbox-description > a {
  color: #878a99;
  text-decoration: underline;
}

.modal__content-wrapper {
  display: -ms-grid;
  display: grid;
  row-gap: 20px;
}

.modal__content-wrapper--quiz {
  padding-left: 8.5%;
}

.modal__content-text {
  margin-top: 10px;
  display: -ms-grid;
  display: grid;
}

.modal__content-text > span {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.4;
  color: #878a99;
  margin-bottom: 28px;
}

.modal__content-text > p {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: #05060f;
  font-family: "Mulish", "Arial", sans-serif;
  margin: 0;
}

.modal__content-text > a {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.3;
  color: #05060f;
  font-family: "Mulish", "Arial", sans-serif;
}

.modal__close-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 1;
  width: 40px;
  height: 40px;
  padding: 0;
  background: rgba(255, 255, 255, 0);
  border: none;
  cursor: pointer;
  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;
}

.modal__close-btn--mobile {
  top: 8px;
  right: 8px;
}

.modal__close-btn:focus-visible {
  outline: 2px solid #ffd200;
  border-radius: 12px;
}

.modal__news-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin-bottom: 56px;
}

.modal__news-date > span {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.4;
  color: #878a99;
  font-family: "Mulish", "Arial", sans-serif;
}

.modal__image-wrapper {
  border-radius: 24px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  margin-top: 30px;
}

.modal__image-wrapper > img,
.modal__image-wrapper > svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}

.modal__image-wrapper--qr {
  border-radius: 0;
  margin: 0;
  padding: 20px 20px;
}

.modal__image-wrapper--qr > img,
.modal__image-wrapper--qr > svg {
  border-radius: 0;
}

.modal__city-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  row-gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.modal__city-button {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 44px;
  padding: 0 20px;
  font-weight: 700;
}

.modal__city-button--no {
  padding: 0;
  background-color: transparent;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.modal__city-button--no.focus-visible:focus {
  border-color: transparent;
  color: rgba(5, 6, 15, 0.7);
}

.modal--responsive .modal__content {
  width: 100%;
}

.modal--fit-content .modal__content {
  width: auto;
}

.modal--no-scale {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.modal--preload {
  -webkit-transition: none;
  transition: none;
}

.modal.is-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.modal__search-wrapper {
  position: relative;
}

.modal__search-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15px;
}

.modal__search {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  color: #05060f;
  font-family: "Mulish", "Arial", sans-serif;
  border: none;
  background-color: #ffffff;
  height: 48px;
  padding: 11px 16px 11px 48px;
  border-radius: 12px;
  width: 100%;
}

.modal__search::-webkit-input-placeholder {
  font-weight: 600;
  font-size: 14;
  line-height: 1.3;
  color: #878a99;
  font-family: "Mulish", "Arial", sans-serif;
}

.modal__search::-moz-placeholder {
  font-weight: 600;
  font-size: 14;
  line-height: 1.3;
  color: #878a99;
  font-family: "Mulish", "Arial", sans-serif;
}

.modal__search:-ms-input-placeholder {
  font-weight: 600;
  font-size: 14;
  line-height: 1.3;
  color: #878a99;
  font-family: "Mulish", "Arial", sans-serif;
}

.modal__search::-ms-input-placeholder {
  font-weight: 600;
  font-size: 14;
  line-height: 1.3;
  color: #878a99;
  font-family: "Mulish", "Arial", sans-serif;
}

.modal__search::placeholder {
  font-weight: 600;
  font-size: 14;
  line-height: 1.3;
  color: #878a99;
  font-family: "Mulish", "Arial", sans-serif;
}

.modal__search:focus-visible {
  outline: 1px solid #ffd200;
}

.modal__location-list-wrapper {
  padding-top: 16px;
  margin-top: 16px;
  border-top: 1px solid #d4d4d4;
}

.modal__location-list-wrapper--absolute {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #ffffff;
  z-index: 10;
  border-radius: 12px;
  border: none;
  padding: 16px;
}

.modal__location-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  max-height: 351px;
  display: -ms-grid;
  display: grid;
  row-gap: 12px;
  overflow-y: auto;
  scrollbar-width: 3px;
}

.modal__location-list::-webkit-scrollbar {
  width: 3px;
}

.modal__location-list::-webkit-scrollbar-thumb {
  background-color: #878a99;
  border-radius: 3px;
  height: 50px;
}

.modal__location-list::-webkit-scrollbar-track {
  background-color: #eeeff2;
  width: 3px;
}

.modal__location-item {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: #05060f;
  font-family: "Mulish", "Arial", sans-serif;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.modal__location-item.is-hidden {
  display: none;
}

.modal__quiz-header {
  border-right: 1px solid #ffffff;
  padding-right: 6%;
}

.modal__quiz-description {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.37;
  margin: 0;
  margin-bottom: 20px;
}

.modal__quiz-image {
  border-radius: 12px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.modal__quiz-image img {
  border-radius: 12px;
}

.modal__btn-quiz {
  margin-bottom: 40px;
}

.modal__quiz-buttons {
  max-width: 429px;
  display: -ms-grid;
  display: grid;
  row-gap: 20px;
}

.modal__quiz-buttons button,
.modal__quiz-buttons a {
  font-weight: 700;
  font-size: 16px;
  padding-top: 13px;
  padding-bottom: 11px;
}

.modal__custom-select {
  width: 100%;
  max-width: 100%;
}

.modal__custom-select.custom-select.is-open .custom-select__button {
  border: 1px solid #ffd200 !important;
}

.modal__custom-select .custom-select__button {
  background-color: #ffffff;
  border: 1px solid #eeeff2;
  padding: 10px 17px;
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 48px;
}

.modal__custom-select .custom-select__button.focus-visible:focus {
  border: 1px solid #eeeff2;
}

.modal__custom-select .custom-select__text {
  width: auto;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  text-transform: none;
  white-space: unset;
}

.modal__custom-select .custom-select__list {
  width: 100%;
}

.modal__file-wrapper {
  min-height: 48px;
  background-color: #ffffff;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 8px;
}

.modal__file-button {
  cursor: pointer;
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  background-color: #ffd200;
  padding: 7px 16px;
  border-radius: 12px;
}

.modal__file-text {
  color: #878a99;
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  margin-left: 15px;
}

.custom-input,
.custom-textarea {
  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;
}

.custom-input label,
.custom-textarea label {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.custom-input label input,
.custom-input label textarea,
.custom-textarea label input,
.custom-textarea label textarea {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-height: 48px;
  outline: none;
  border: none;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 0 16px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  color: #05060f;
  font-family: "Mulish", "Arial", sans-serif;
}

.custom-input label input::-webkit-input-placeholder, .custom-input label textarea::-webkit-input-placeholder, .custom-textarea label input::-webkit-input-placeholder, .custom-textarea label textarea::-webkit-input-placeholder {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  color: #878a99;
  font-family: "Mulish", "Arial", sans-serif;
}

.custom-input label input::-moz-placeholder, .custom-input label textarea::-moz-placeholder, .custom-textarea label input::-moz-placeholder, .custom-textarea label textarea::-moz-placeholder {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  color: #878a99;
  font-family: "Mulish", "Arial", sans-serif;
}

.custom-input label input:-ms-input-placeholder, .custom-input label textarea:-ms-input-placeholder, .custom-textarea label input:-ms-input-placeholder, .custom-textarea label textarea:-ms-input-placeholder {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  color: #878a99;
  font-family: "Mulish", "Arial", sans-serif;
}

.custom-input label input::-ms-input-placeholder, .custom-input label textarea::-ms-input-placeholder, .custom-textarea label input::-ms-input-placeholder, .custom-textarea label textarea::-ms-input-placeholder {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  color: #878a99;
  font-family: "Mulish", "Arial", sans-serif;
}

.custom-input label input::placeholder,
.custom-input label textarea::placeholder,
.custom-textarea label input::placeholder,
.custom-textarea label textarea::placeholder {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  color: #878a99;
  font-family: "Mulish", "Arial", sans-serif;
}

.custom-input label input:focus,
.custom-input label textarea:focus,
.custom-textarea label input:focus,
.custom-textarea label textarea:focus {
  outline: 1px solid #ffd200;
  outline-offset: -1px;
}

.custom-input label textarea,
.custom-textarea label textarea {
  padding-top: 15px;
  padding-bottom: 15px;
}

.custom-input__label,
.custom-textarea__label {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  color: #05060f;
  margin-bottom: 10px;
}

.custom-input__error,
.custom-textarea__error {
  position: absolute;
  right: 0;
  bottom: 35px;
  color: #ff1553;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.custom-input.is-invalid input,
.custom-input.is-invalid textarea,
.custom-textarea.is-invalid input,
.custom-textarea.is-invalid textarea {
  outline: 1px solid #ff1553;
  outline-offset: -1px;
  background-color: #f7efef;
}

.custom-input.is-invalid input:focus,
.custom-input.is-invalid input:hover,
.custom-input.is-invalid textarea:focus,
.custom-input.is-invalid textarea:hover,
.custom-textarea.is-invalid input:focus,
.custom-textarea.is-invalid input:hover,
.custom-textarea.is-invalid textarea:focus,
.custom-textarea.is-invalid textarea:hover {
  outline: 1px solid rgba(255, 21, 83, 0.5);
  outline-offset: -1px;
}

.custom-input.is-invalid input::-webkit-input-placeholder, .custom-input.is-invalid textarea::-webkit-input-placeholder, .custom-textarea.is-invalid input::-webkit-input-placeholder, .custom-textarea.is-invalid textarea::-webkit-input-placeholder {
  color: #dc2626;
}

.custom-input.is-invalid input::-moz-placeholder, .custom-input.is-invalid textarea::-moz-placeholder, .custom-textarea.is-invalid input::-moz-placeholder, .custom-textarea.is-invalid textarea::-moz-placeholder {
  color: #dc2626;
}

.custom-input.is-invalid input:-ms-input-placeholder, .custom-input.is-invalid textarea:-ms-input-placeholder, .custom-textarea.is-invalid input:-ms-input-placeholder, .custom-textarea.is-invalid textarea:-ms-input-placeholder {
  color: #dc2626;
}

.custom-input.is-invalid input::-ms-input-placeholder, .custom-input.is-invalid textarea::-ms-input-placeholder, .custom-textarea.is-invalid input::-ms-input-placeholder, .custom-textarea.is-invalid textarea::-ms-input-placeholder {
  color: #dc2626;
}

.custom-input.is-invalid input::placeholder,
.custom-input.is-invalid textarea::placeholder,
.custom-textarea.is-invalid input::placeholder,
.custom-textarea.is-invalid textarea::placeholder {
  color: #dc2626;
}

.custom-input .input-message,
.custom-textarea .input-message {
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 400;
  position: absolute;
  left: 0;
  top: calc(100% + 4px);
}

.custom-input .input-message.is-invalid,
.custom-textarea .input-message.is-invalid {
  color: #dc2626;
}

.custom-select {
  position: relative;
  /* &.is-valid {
    .custom-select__button {
      border: 2px solid $color-eucalyptus;

      &:focus,
      &:hover {
        border: 2px solid rgba($color-eucalyptus, 0.5);
      }
    }
  } */
}

.custom-select__label {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -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;
  pointer-events: none;
}

.custom-select__placeholder {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -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;
  pointer-events: none;
}

.custom-select select {
  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%);
}

.custom-select__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  height: 48px;
  padding: 5px 17px;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #eeeff2;
  border-radius: 12px;
  outline: none;
  cursor: pointer;
  -webkit-transition: border 0.3s ease, background-color 0.3s ease;
  transition: border 0.3s ease, background-color 0.3s ease;
}

.custom-select__button.focus-visible:focus {
  border: 2px solid #ffd200;
}

.custom-select__button:disabled {
  pointer-events: none;
  opacity: 0.3;
}

.custom-select__list {
  position: absolute;
  bottom: -12px;
  z-index: 1;
  width: 316px;
  max-height: 177px;
  margin: 0;
  padding: 6px 10px 6px 16px;
  overflow-y: auto;
  list-style: none;
  background-color: #ffffff;
  border-radius: 12px;
  -webkit-box-shadow: 0 15px 70px 5px rgba(0, 0, 0, 0.06);
          box-shadow: 0 15px 70px 5px rgba(0, 0, 0, 0.06);
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.3s ease, opacity 0.3s ease;
  transition: visibility 0.3s ease, opacity 0.3s ease;
  scrollbar-width: thin;
}

.custom-select__list::-webkit-scrollbar {
  width: 3px;
}

.custom-select__list::-webkit-scrollbar-thumb {
  background-color: #eeeff2;
  border-radius: 3px;
  height: 50px;
  width: 3px;
}

.custom-select__list::-webkit-scrollbar-track {
  background-color: #ffffff;
  width: 3px;
}

.custom-select__item {
  font-family: "Mulish", "Arial", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: #878a99;
  padding: 6px 0;
  outline: none;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.custom-select__item[aria-selected=true] {
  color: #05060f;
}

.custom-select__item[aria-selected=true].focus-visible:focus {
  color: #05060f;
}

.custom-select__item.focus-visible:focus {
  color: #05060f;
}

.custom-select__error {
  position: absolute;
  bottom: -15px;
  left: 0;
  color: #ff1553;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}

.custom-select__text {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #05060f;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0.1s;
  transition: opacity 0.3s ease 0.1s;
}

.custom-select__text br {
  display: none;
}

.custom-select__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-left: auto;
  background: url("/local/templates/rosneft/css/../img/svg/icon-arrow-bottom.svg") no-repeat center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.custom-select.is-disabled {
  pointer-events: none;
}

.custom-select.is-disabled .custom-select__list {
  display: none;
}

.custom-select.open-up .custom-select__list {
  bottom: auto;
  top: 0;
  -webkit-transform: translateY(calc(-100% + 10px));
      -ms-transform: translateY(calc(-100% + 10px));
          transform: translateY(calc(-100% + 10px));
}

.custom-select.is-open .custom-select__list {
  visibility: visible;
  opacity: 1;
}

.custom-select.is-open .custom-select__icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.custom-select.is-open .custom-select__label {
  opacity: 0;
}

.custom-select.is-open .custom-select__button {
  border: 2px solid #ffd200;
}

.custom-select.not-empty .custom-select__text {
  opacity: 1;
}

.custom-select.not-empty .custom-select__label {
  opacity: 0;
}

.custom-select.not-empty .custom-select__placeholder {
  opacity: 0;
}

.custom-select.is-invalid .custom-select__error {
  opacity: 1;
}

.custom-select.is-invalid .custom-select__button {
  border: 2px solid #ff1553;
}

.custom-select.is-invalid .custom-select__button:focus,
.custom-select.is-invalid .custom-select__button:hover {
  border: 2px solid rgba(255, 21, 83, 0.5);
}

.custom-select--placeholder .custom-select__label {
  -webkit-transform: translateY(calc(-50% - 40px));
      -ms-transform: translateY(calc(-50% - 40px));
          transform: translateY(calc(-50% - 40px));
  opacity: 1;
}

.custom-select--placeholder.is-open .custom-select__label {
  opacity: 1;
}

.custom-select--placeholder.not-empty .custom-select__label {
  opacity: 1;
}

.custom-select.slide-up.not-empty .custom-select__label,
.custom-select.slide-up.is-open .custom-select__label {
  -webkit-transform: translateY(calc(-50% - 40px));
      -ms-transform: translateY(calc(-50% - 40px));
          transform: translateY(calc(-50% - 40px));
  opacity: 1;
}

.custom-select.slide-up.not-empty .custom-select__text,
.custom-select.slide-up.is-open .custom-select__text {
  opacity: 1;
}

.custom-select .input-message {
  position: absolute;
  right: 0;
  bottom: -5px;
}

.custom-select .input-message.is-invalid {
  color: #ff0000;
}

.custom-select .input-message.is-valid {
  color: #15ab07;
}

.custom-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.custom-toggle input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0 0 0 0);
}

.custom-toggle label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.custom-toggle label span {
  margin-bottom: 0;
  margin-left: 0;
}

.custom-toggle--checkbox .custom-toggle__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 4px;
  background-color: #ffffff;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
}

.custom-toggle--checkbox .custom-toggle__icon::before {
  content: "";
  position: absolute;
  top: 45%;
  left: 50%;
  width: 10px;
  height: 5px;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.custom-toggle--checkbox input[type=checkbox]:focus-visible + .custom-toggle__icon {
  outline: 1px solid #ffd200;
  border-radius: 4px;
  outline-offset: 1px;
}

.custom-toggle--radio .custom-toggle__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  border: 1px solid #2c39f2;
  border-radius: 50%;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
}

.custom-toggle--radio .custom-toggle__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  color: rgba(255, 255, 255, 0);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.custom-toggle input:checked + .custom-toggle__icon {
  border: none;
}

.custom-toggle input:checked + .custom-toggle__icon::before {
  background-color: #ffffff;
  border-bottom: 2px solid #000000;
  border-left: 2px solid #000000;
}

.custom-toggle.is-invalid .custom-toggle__icon {
  outline: 1px solid #dc2626;
  outline-offset: -1px;
  background-color: #f7efef;
}

.custom-toggle .input-message {
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 400;
  position: absolute;
  left: 0;
  top: calc(100% + 4px);
}

.custom-toggle .input-message.is-invalid {
  color: #dc2626;
}

[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;
}

[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;
}

.burger {
  display: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  background-color: #ffffff;
  width: 30px;
  height: 30px;
  border: none;
  position: relative;
}

.burger__line {
  position: absolute;
  background-color: #878a99;
  border-radius: 6px;
  height: 2px;
  width: 18px;
  top: calc(50% - 1px);
  right: calc(50% - 9px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

.burger__line--top {
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}

.burger__line--middle {
  opacity: 1;
  visibility: visible;
}

.burger__line--bottom {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}

.is-open .burger__line--top {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.is-open .burger__line--middle {
  opacity: 0;
  visibility: hidden;
}

.is-open .burger__line--bottom {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.advantages-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -ms-grid;
  display: grid;
  row-gap: 21px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.35;
  color: #05060f;
  font-family: "Mulish", "Arial", sans-serif;
}

.advantages-list--double {
  -ms-grid-columns: 1.06fr 1fr;
  grid-template-columns: 1.06fr 1fr;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.advantages-list__item {
  margin: 0;
  padding-left: 36px;
  position: relative;
}

.advantages-list__item::before {
  position: absolute;
  content: "";
  width: 27px;
  height: 27px;
  border-radius: 50%;
  top: -3px;
  left: -1px;
  background: #eeeff2 url("/local/templates/rosneft/css/../img/svg/icon-check.svg") no-repeat center;
}

.main-header {
  padding-top: 32px;
  padding-bottom: 28px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 994;
  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;
}

.main-header--shadow {
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
}

.main-header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
}

.main-header__logo-link {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform: translateY(-12px);
      -ms-transform: translateY(-12px);
          transform: translateY(-12px);
}

.main-header__menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
}

.main-header__nav {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.main-header__burger {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-left: 27px;
  z-index: 20;
  background-color: #eeeff2;
  border-radius: 12px;
  width: 48px;
  height: 48px;
}

.main-nav__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 5.9%;
     -moz-column-gap: 5.9%;
          column-gap: 5.9%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main-nav__item {
  position: relative;
  padding-bottom: 8px;
}

.main-nav__item.focus-visible:focus .main-nav__inner-list {
  display: block;
}

.main-nav__item:focus-within .main-nav__inner-list {
  display: block;
}

.main-nav__link {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  color: #333333;
  font-family: "Mulish", "Arial", sans-serif;
  display: block;
  padding: 5px 0;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.main-nav__link svg {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: none;
}

.main-nav__inner-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 202%;
  background-color: #ffffff;
  padding: 10px 12px 4px;
  border-radius: 12px;
  -webkit-box-shadow: 0 15px 60px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 15px 60px 5px rgba(0, 0, 0, 0.05);
  z-index: 10;
}

.main-nav__inner-list--middle {
  width: 255%;
}

.main-nav__inner-list--wide {
  width: 297%;
}

.main-nav__inner-item {
  margin-bottom: 6px;
}

.main-nav__inner-link {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  color: #878a99;
  font-family: "Mulish", "Arial", sans-serif;
  display: block;
  padding: 5px 0;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.main-nav__phone-wrapper {
  display: none;
}

.main-nav__login {
  display: none;
}

.user-nav {
  padding-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 10px;
}

.user-nav__phone-wrapper {
  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;
  margin-right: 8px;
}

.user-nav__phone-link {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  color: #05060f;
  font-family: "Mulish", "Arial", sans-serif;
  margin-bottom: 2px;
}

.user-nav__phone-button {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: #05060f;
  margin: 0;
  padding: 2px 0 4px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  position: relative;
}

.user-nav__phone-button::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: #ffd200;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.user-nav__phone-button.focus-visible:focus::after {
  background-color: #05060f;
}

.user-nav__search-wrapper {
  position: relative;
}

.user-nav__search-wrapper:has(.is-active) .user-nav__search > svg {
  stroke: #05060f;
}

.user-nav__search {
  margin: 0;
  padding: 2px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.user-nav__search > svg {
  display: block;
  -webkit-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
}

.user-nav__search.focus-visible:focus > svg {
  stroke: #05060f;
}

.user-nav__search-form {
  position: absolute;
  top: calc(100% + 16px);
  right: 0;
  width: clamp(100px, 90vw, 490px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translate3d(0, -20px, 0);
          transform: translate3d(0, -20px, 0);
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
}

.user-nav__search-form.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.user-nav__search-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
  padding: 8px;
  background-color: #ffffff;
  border: 1px solid #eeeff2;
  border-radius: 12px;
}

.user-nav__input-wrapper {
  position: relative;
}

.user-nav__input-wrapper > input {
  border-radius: 8px;
  padding: 0 16px;
  width: 100%;
  height: 49px;
  border: none;
  background-color: #f3f4f7;
  font-family: "Mulish", "Arial", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #05060f;
}

.user-nav__input-wrapper > input.focus-visible:focus {
  border: none;
  outline: none;
}

.user-nav__input-wrapper > button {
  position: absolute;
  top: calc(50% - 15px);
  right: 10px;
  width: 30px;
  height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  background-color: transparent;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.user-nav__input-wrapper > button.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.user-nav__location-wrapper {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.user-nav__location {
  padding: 2px;
  margin: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
}

.user-nav__location > svg {
  display: block;
  -webkit-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
}

.user-nav__location.focus-visible:focus > svg {
  stroke: #05060f;
}

.user-nav__location.focus-visible:focus > span {
  color: #05060f;
}

.user-nav__location.is-active > svg {
  stroke: #05060f;
}

.user-nav__location.is-active > span {
  color: #05060f;
}

.user-nav__location-name {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  color: #686868;
  font-family: "Mulish", "Arial", sans-serif;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  max-width: clamp(1px, 9.5vw, 136px);
  margin-right: -25px;
  padding-right: 25px;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
  position: relative;
}

.user-nav__location-name::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(85%, rgba(255, 255, 255, 0)), color-stop(95%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 85%, rgb(255, 255, 255) 95%, rgb(255, 255, 255) 100%);
}

.user-nav__location-list-wrapper {
  position: absolute;
  top: calc(100% + 25px);
  left: calc(50% - 119px);
  z-index: 2;
  border-radius: 12px;
  padding: 12px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 15px 70px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 15px 70px 5px rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translate3d(0, -20px, 0);
          transform: translate3d(0, -20px, 0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.user-nav__location-list-wrapper.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.user-nav__location-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 214px;
  max-height: 210px;
  display: -ms-grid;
  display: grid;
  row-gap: 12px;
  overflow-y: auto;
}

.user-nav__location-list::-webkit-scrollbar {
  width: 3px;
}

.user-nav__location-list::-webkit-scrollbar-thumb {
  background-color: #eeeff2;
  border-radius: 3px;
  height: 50px;
  width: 3px;
}

.user-nav__location-list::-webkit-scrollbar-track {
  background-color: #ffffff;
  width: 3px;
}

.user-nav__location-item {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: #878a99;
  font-family: "Mulish", "Arial", sans-serif;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.user-nav__location-item.is-active {
  color: #05060f;
}

.user-nav__login {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: #05060f;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  padding-left: 16px;
  padding-right: 16px;
}

.intro__slide {
  min-height: 549px;
  border-radius: 24px;
  padding-top: 95px;
  padding-left: 70px;
  padding-bottom: 50px;
  overflow: hidden;
  background-color: #eef0f4;
  background-repeat: no-repeat;
}

.intro__slide--first {
  background-color: #eef0f4;
  background-image: url("/local/templates/rosneft/css/../img/content/index/intro/slide1/front.webp?v=1"), url("/local/templates/rosneft/css/../img/content/index/intro/slide1/back.webp?v=1");
  background-position: bottom right 7%, top right;
  background-size: auto, cover;
  contain: layout style paint;
}

.intro__slide--first .intro__content > .intro_title {
  margin-bottom: 61px;
}

.intro__slide--second {
  padding-top: 125px;
  background-color: #eef0f4;
  background-image: url("/local/templates/rosneft/css/../img/content/index/intro/slide2/front.png"), url("/local/templates/rosneft/css/../img/content/index/intro/slide2/back.webp");
  background-position: bottom right 7%, top right;
}

.intro__slide--third {
  padding-top: 125px;
  background-color: #eef0f4;
  background-image: url("/local/templates/rosneft/css/../img/content/index/intro/slide3/front.png"), url("/local/templates/rosneft/css/../img/content/index/intro/slide3/back.png");
  background-position: bottom right 36.3%, top right;
}

.intro__slide--four {
  padding-top: 125px;
  background-color: #eef0f4;
  background-image: url("/local/templates/rosneft/css/../img/content/index/intro/slide4/front.png"), url("/local/templates/rosneft/css/../img/content/index/intro/slide4/back.png");
  background-position: bottom right 7%, top right;
}

.intro__slide--five {
  padding-top: 125px;
  background-color: #eef0f4;
  background-image: url("/local/templates/rosneft/css/../img/content/index/intro/slide5/front.png"), url("/local/templates/rosneft/css/../img/content/index/intro/slide5/back.png");
  background-position: bottom right 7%, top right;
}

.intro__slide--six {
  padding-top: 125px;
  background-color: #eef0f4;
  background-image: url("/local/templates/rosneft/css/../img/content/index/intro/slide6/front.webp?v=1"), url("/local/templates/rosneft/css/../img/content/index/intro/slide6/back.webp");
  background-position: bottom right 7%, top right;
}

.intro__slide--seven {
  padding-top: 125px;
  background-color: #eef0f4;
  background-image: url("/local/templates/rosneft/css/../img/content/index/intro/slide7/front.webp"), url("/local/templates/rosneft/css/../img/content/index/intro/slide7/back.webp");
  background-position: bottom right 15%, top right;
}

.intro__slide--eight {
  background-color: #eef0f4;
  background-image: url("/local/templates/rosneft/css/../img/content/index/intro/slide8/front.png"), url("/local/templates/rosneft/css/../img/content/index/intro/slide8/back.png");
  background-position: bottom right 7%, top right;
}

.intro__slide--eight .intro__content > .intro_title {
  margin-bottom: 61px;
}

.intro__slide--nine {
  background-color: #eef0f4;
  background-image: url("/local/templates/rosneft/css/../img/content/index/intro/slide9/front.png?v=2"), url("/local/templates/rosneft/css/../img/content/index/intro/slide9/no_text_1275_549.webp?v=2");
  background-position: bottom right 14%, top right;
}

.intro__slide--nine .intro__content > .intro_title {
  margin-bottom: 61px;
}

.intro__slide--ten {
  background-color: #eef0f4;
  background-image: url("/local/templates/rosneft/css/../img/content/index/intro/slide10/front.png?v=2"), url("/local/templates/rosneft/css/../img/content/index/intro/slide10/back.webp?v=2");
  background-position: bottom right 20%, top right;
}
.intro__slide--ten .intro__content > .intro_title {
  margin-bottom: 61px;
}

.intro__slide--eleven {
  background-color: #eef0f4;
  background-image: url("/local/templates/rosneft/css/../img/content/index/intro/slide11/no_text_1275x549.webp"), url("/local/templates/rosneft/css/../img/content/index/intro/slide10/back.webp?v=2");
  background-position: bottom right 20%, top right;
}
.intro__slide--eleven .intro__content > .intro_title {
  margin-bottom: 61px;
}

.intro__content {
  max-width: 900px;
}

.intro__content > h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 1;
  color: #05060f;
  margin: 0;
  margin-bottom: 53px;
}

.intro__content > .intro_title {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 1;
  font-family: "Montserrat", "Arial", sans-serif;
  color: #05060f;
  margin: 0;
  margin-bottom: 53px;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}

.intro__content > p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  color: #878a99;
  font-family: "Mulish", "Arial", sans-serif;
  margin: 0;
  margin-bottom: 40px;
}

.intro__pagination {
  bottom: 20px !important;
}

.intro__pagination .swiper-pagination-bullet {
  margin: 0 5px !important;
  width: 30px;
  height: 4px;
  border-radius: 10px;
  background-color: rgba(135, 138, 153, 0.2);
  opacity: 1;
  position: relative;
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.intro__pagination .swiper-pagination-bullet-active {
  background-color: rgba(135, 138, 153, 0.2);
}

.intro__pagination .swiper-pagination-bullet-active::after {
  content: "";
  border-radius: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #ffd200;
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  -webkit-animation: fillAnimation 6s linear forwards;
          animation: fillAnimation 6s linear forwards;
}

.brief__swiper .swiper-pagination-bullet {
  background-color: #878a99;
  margin: 0 1px !important;
  width: 6px;
  height: 6px;
}

.brief__swiper .swiper-pagination-bullet-active {
  background-color: #ffd300;
}

.brief__list {
  position: relative;
}

.brief__item {
  width: 23.65%;
  margin-right: 1.8%;
  opacity: 0;
  left: -10%;
  padding-top: 50px;
}

.brief__content {
  position: relative;
  overflow: hidden;
  background-color: #333333;
  min-height: 196px;
  padding: 20px;
  border-radius: 24px;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.brief__value {
  font-weight: 600;
  font-size: 60px;
  line-height: 1.28;
  color: #ffffff;
  font-family: "Mulish", "Arial", sans-serif;
  margin: 0;
  z-index: 1;
}

.brief__text {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  color: #ffffff;
  font-family: "Mulish", "Arial", sans-serif;
  margin: 0;
  z-index: 1;
}

.brief__arrows {
  position: absolute;
  top: 0;
  left: -180px;
  opacity: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.brief__arrows--second {
  left: -160px;
}

.brief__arrows--third {
  left: -120px;
}

.brief__arrows--fourth {
  left: -80px;
}

.opportunities {
  padding-top: 50px;
}

.opportunities__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 310px minmax(0, 751px);
  grid-template-columns: 310px minmax(0, 751px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 34px;
     -moz-column-gap: 34px;
          column-gap: 34px;
}

.opportunities__descriptions-wrapper > h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.17;
  color: #05060f;
  margin: 0;
  margin-bottom: 21px;
}

.opportunities__descriptions-wrapper > p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.37;
  color: #05060f;
  font-family: "Mulish", "Arial", sans-serif;
  margin: 0;
  margin-bottom: 23px;
}

.opportunities__descriptions-wrapper > a {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #05060f;
  font-family: "Mulish", "Arial", sans-serif;
}

.opportunities__accordion {
  padding-right: 5px;
}

.quiz {
  padding-top: 50px;
}

.quiz--secondary .quiz__image-wrapper {
  left: 0;
  width: 100%;
}

.quiz__wrapper {
  min-height: 411px;
  background: #ffd200 url("/local/templates/rosneft/css/../img/svg/quiz-main-bg.svg") no-repeat bottom -345px right;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.3fr;
  grid-template-columns: 1fr 1.3fr;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  border-radius: 24px;
}

.quiz__image-column {
  position: relative;
}

.quiz__image-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}

.quiz__quiz-wrapper {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding-right: 70px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.quiz__quiz-wrapper > h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.1;
  color: #05060f;
  margin: 0;
  margin-bottom: 32px;
  max-width: 500px;
}

.quiz__quiz-wrapper--text {
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  padding-top: 58px;
  padding-bottom: 58px;
}

.quiz__quiz-wrapper--text > h2 {
  margin-bottom: 16px;
}

.quiz__quiz-wrapper--text > p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.35;
  color: #05060f;
  font-family: "Mulish", "Arial", sans-serif;
  margin: 0;
  margin-bottom: 22px;
}

.quiz__quiz-wrapper--text > .btn {
  border: none;
  padding: 12px 26px;
}

.quiz__quiz-wrapper--text > .btn.focus-visible:focus {
  background-color: rgba(255, 255, 255, 0.8);
}

.quiz__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.quiz__item {
  display: none;
}

.quiz__item.is-visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.quiz__item > b {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  color: #05060f;
  margin-bottom: 24px;
  display: block;
}

.quiz__answer-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  margin-bottom: 24px;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  row-gap: 16px;
}

.quiz__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 9px;
     -moz-column-gap: 9px;
          column-gap: 9px;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.quiz__label:has(input[type=radio]:disabled) {
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  opacity: 0.7;
}

.quiz__label.is-disabled {
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  opacity: 0.7;
}

.quiz__control-mark {
  position: relative;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.quiz__control-mark::before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ffffff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.quiz__input[type=radio]:checked + .quiz__control-mark {
  background-color: #878a99;
}

.quiz__input[type=radio]:checked + .quiz__control-mark::before {
  background-color: #ffd200;
}

.quiz__control-description {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  color: #05060f;
  font-family: "Mulish", "Arial", sans-serif;
  margin: 0;
}

.quiz__progress-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.quiz__progress-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  overflow: hidden;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

/*.quiz__progress-buttons:has(.quiz__button-back--active) .quiz__button-next {*/
/*  background-color: #05060f;*/
/*  color: #ffffff;*/
/*}*/

.quiz__progress-buttons:has(.quiz__button-back--active) .quiz__button-next.focus-visible:focus {
  background-color: rgba(5, 6, 15, 0.8);
}

/*.quiz__progress-buttons:has(.quiz__button-back--active) .quiz__button-next--inactive {*/
/*  background-color: rgba(5, 6, 15, 0.7);*/
/*  pointer-events: none;*/
/*}*/

.quiz__button-back {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  color: #05060f;
  padding: 11px 15px;
  background-color: #ffb800;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 81px;
  margin-left: -86px;
  pointer-events: none;
}

.quiz__button-back.focus-visible:focus {
  background-color: rgba(255, 184, 0, 0.7);
}

.quiz__button-back--active {
  pointer-events: all;
  padding: 11px 15px;
  margin: 0;
  width: auto;
}

.quiz__button-next {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  color: #05060f;
  padding: 11px 15px;
  border: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.quiz__button-next.focus-visible:focus {
  border: none;
}

.quiz__button-next--inactive {
  background-color: rgba(238, 239, 242, 0.7);
  pointer-events: none;
}

.quiz__progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.quiz__num-wrapper {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  color: #05060f;
  font-family: "Mulish", "Arial", sans-serif;
}

.accordion__element {
  margin-bottom: 54px;
  position: relative;
}

.accordion__element:last-child {
  margin-bottom: 28px;
}

.accordion__element::before {
  position: absolute;
  content: "";
  bottom: -29px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #eeeff2;
  z-index: 1;
}

.accordion__element.is-active .accordion__button::before {
  -webkit-transform: translateY(-50%) rotate(0);
      -ms-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}

.accordion__element.is-active .accordion__button::after {
  -webkit-transform: translateY(-50%) rotate(0);
      -ms-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}

.accordion__button {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  color: #05060f;
  text-align: left;
  border: none;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: top left;
  cursor: pointer;
  padding-left: 62px;
  padding-right: 20px;
  min-height: 48px;
  width: 100%;
  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;
}

.accordion__button::before,
.accordion__button::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #05060f;
  width: 16px;
  height: 2px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.accordion__button::before {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.accordion__button::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.accordion__button--fuel {
  background-image: url("/local/templates/rosneft/css/../img/svg/fuel.svg");
}

.accordion__button--fuel .accordion__button-text {
  max-width: 585px;
}

.accordion__button--truck {
  background-image: url("/local/templates/rosneft/css/../img/svg/truck.svg");
}

.accordion__button--budget {
  background-image: url("/local/templates/rosneft/css/../img/svg/budget.svg");
}

.accordion__button-title-wrapper {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 6px;
}

.accordion__button-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  color: #05060f;
  font-family: "Montserrat", "Arial", sans-serif;
}
h3.accordion__button-title{
  margin-top: 0px;
  margin-bottom: 0px;
}
.accordion__button-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: #05060f;
}

.accordion__text-wrapper {
  padding-top: 24px;
  padding-bottom: 21px;
  padding-left: 10px;
  width: 86%;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 18px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: #05060f;
  font-family: "Mulish", "Arial", sans-serif;
}

.accordion__text-wrapper > p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.37;
  color: #05060f;
  font-family: "Mulish", "Arial", sans-serif;
  margin: 0;
  min-height: 24px;
  padding-left: 35px;
  background: url("/local/templates/rosneft/css/../img/svg/icon-check.svg") no-repeat top left/24px;
}

.accordion__text-wrapper > p > br {
  display: none;
}

.accordion__text-wrapper > span {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: #05060f;
  font-family: "Mulish", "Arial", sans-serif;
  margin: 0;
}

.accordion__text-wrapper > span > br {
  display: none;
}

.accordion__text-wrapper > ul {
  margin: 0;
  padding-left: 16px;
}

.accordion__text-wrapper > ul > li {
  margin-bottom: 5px;
}

.accordion__button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 83%;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

[data-accordion=element].is-active > [data-accordion=content] {
  max-height: 100%;
}

[data-accordion=parent].no-transition [data-accordion=content] {
  -webkit-transition: none;
  transition: none;
}

[data-accordion=content] {
  max-height: 0;
  -webkit-transition: max-height 0.3s;
  transition: max-height 0.3s;
  overflow: hidden;
}

.services {
  padding-top: 50px;
}

.services__title {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.16;
  color: #05060f;
  font-family: "Montserrat", "Arial", sans-serif;
  margin: 0;
  margin-bottom: 23px;
}

.services__card-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.services__card-container:not(:last-of-type) {
  margin-bottom: 20px;
}

.services__card-container--first {
  -ms-grid-columns: 0.63fr 1fr;
  grid-template-columns: 0.63fr 1fr;
}

.services__card-container--second {
  -ms-grid-columns: 1fr 0.63fr;
  grid-template-columns: 1fr 0.63fr;
}

.services__card-container--third {
  -ms-grid-columns: 0.63fr 1fr;
  grid-template-columns: 0.63fr 1fr;
}

.services__card {
  padding: 40px;
  background-color: #eeeff2;
  border-radius: 24px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  position: relative;
}

.services__card > h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: 1.28;
  color: #05060f;
  margin: 0;
  margin-bottom: 12px;
}

.services__card > span {
  font-weight: 600;
  font-size: 28px;
  line-height: 1.28;
  color: #05060f;
  margin: 0;
  margin-bottom: 12px;
}

.services__card > p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.35;
  color: #05060f;
  font-family: "Mulish", "Arial", sans-serif;
  margin: 0;
  margin-bottom: 28px;
}

.services__card--accent {
  background-color: #333333;
}

.services__card--accent > h3,
.services__card--accent > span,
.services__card--accent > p {
  color: #ffffff;
}

.services__card--accent .btn {
  margin-bottom: 30px;
}

.services__card-image {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.services__card-image--lk {
  bottom: -175px;
  right: -20px;
}

.services__card-image--support {
  right: 14%;
}

.services__card-image--map {
  right: 8%;
  bottom: 25px;
}

.services__card-image--info {
  right: 6%;
  bottom: -222px;
}

.services__card-image--sbp {
  right: 6%;
  bottom: 9px;
}

.services__card-image--api {
  bottom: -40px;
  right: 2.5%;
}

.services__card-image--doc {
  right: 9%;
  bottom: 28px;
}

.virtual-card {
  padding-top: 50px;
  overflow: hidden;
}

.virtual-card .container {
  /*padding: 0 15px;*/
}

.virtual-card__wrapper {
  min-height: 551px;
  border: 1.5px solid #eeeff2;
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.virtual-card__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(347px, 1fr) minmax(246px, 1.02fr) 1fr;
  grid-template-columns: minmax(347px, 1fr) minmax(246px, 1.02fr) 1fr;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* width: 87.8%; */
  overflow: hidden;
  padding-top: 40px;
}

.virtual-card__column {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.virtual-card__column h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.07;
  color: #05060f;
  font-family: "Montserrat", "Arial", sans-serif;
  margin: 0;
}

.virtual-card__column p,
.virtual-card__column ul {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.35;
  color: #05060f;
  font-family: "Mulish", "Arial", sans-serif;
  margin: 0;
}

.virtual-card__column ul {
  padding-left: 16px;
}

.virtual-card__column--right {
  row-gap: 33px;
  padding-bottom: 40px;
  padding-left: 50px;
}

.virtual-card__column--right > p {
  padding-left: 35px;
  background: url("/local/templates/rosneft/css/../img/svg/icon-check-secondary.svg") no-repeat top 8px left;
}

.virtual-card__column--mid {
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  position: relative;
}

.virtual-card__column--mid picture img {
  margin-bottom: -251px;
  width: 100%;
  height: auto;
}

.virtual-card__column--left {
  row-gap: 0;
  padding-top: 0;
  padding-bottom: 40px;
  /* padding-right: 25px; */
  padding-right: 7px;
}

.virtual-card__column--left > h2 {
  margin-bottom: 25px;
}

.virtual-card__column--left > p {
  margin-bottom: 25px;
}

.virtual-card__app-card-wrapper {
  position: absolute;
  width: 79.4%;
  aspect-ratio: 296/186;
  top: 24.2%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.virtual-card__app-card,
.virtual-card__app-barcode {
  position: absolute;
  top: 0;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  -webkit-animation: fadeInOut 12s infinite;
          animation: fadeInOut 12s infinite;
}

.virtual-card__app-barcode {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

.virtual-card__download {
  margin-top: 40px;
  margin-bottom: 20px;
  /* min-width: 340px; */
}

.virtual-card__markets {
  max-width: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2px;
}

.maintenance {
  padding-top: 50px;
}

.maintenance--main {
  padding-bottom: 83px;
}

.maintenance--main .maintenance__wrapper {
  -ms-grid-columns: minmax(0, 607px) minmax(0, 444px);
  grid-template-columns: minmax(0, 607px) minmax(0, 444px);
  -ms-grid-rows: auto auto 1fr;
  grid-template-rows: auto auto 1fr;
}

.maintenance--main .maintenance__wrapper > h2 {
  grid-column: 1/-1;
}

.maintenance--main .maintenance__image-wrapper {
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  grid-row: 2/4;
}

.maintenance--main .maintenance__image-wrapper > img {
  aspect-ratio: 607/415;
}

.maintenance__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 550px) minmax(0, 522px);
  grid-template-columns: minmax(0, 550px) minmax(0, 522px);
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.maintenance__wrapper > h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.07;
  color: #05060f;
  font-family: "Montserrat", "Arial", sans-serif;
  margin: 0;
  margin-bottom: 50px;
}

.maintenance__image-wrapper {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  border-radius: 24px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.maintenance__image-wrapper img {
  border-radius: 24px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.maintenance__header > h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.07;
  color: #05060f;
  font-family: "Montserrat", "Arial", sans-serif;
  margin: 0;
  margin-bottom: 30px;
}

.maintenance__header > h3 {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.3;
  color: #05060f;
  margin: 0;
  margin-bottom: 30px;
}

.maintenance__content {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}

.maintenance__content > h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.07;
  color: #05060f;
  font-family: "Montserrat", "Arial", sans-serif;
  margin: 0;
  margin-bottom: 40px;
}

.maintenance__content > h3 {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.3;
  color: #05060f;
  margin: 0;
  margin-bottom: 40px;
}

.maintenance__content > p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.35;
  color: #05060f;
  font-family: "Mulish", "Arial", sans-serif;
  margin: 0;
  margin-bottom: 18px;
}

.maintenance__btn {
  margin-top: 15px;
}

.receive-card {
  padding-top: 160px;
}

.receive-card__wrapper {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeff2), color-stop(43.8%, #eeeff2), to(#d8c27e));
  background-image: linear-gradient(180deg, #eeeff2 0%, #eeeff2 43.8%, #d8c27e 100%);
  min-height: 411px;
  border-radius: 24px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 434px 1fr;
  grid-template-columns: 434px 1fr;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}

.receive-card__image-container {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  position: relative;
}

.receive-card__image-wrapper {
  position: absolute;
  bottom: 0;
  left: -73px;
}

.receive-card__image-wrapper img {
  height: 100%;
  max-width: unset;
}

.receive-card__content {
  grid-column: 2/-1;
  padding-top: 74px;
  padding-right: 32px;
  padding-bottom: 32px;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.receive-card__content > h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.07;
  color: #05060f;
  font-family: "Montserrat", "Arial", sans-serif;
  margin: 0;
  margin-bottom: 40px;
}

.receive-card__content > p {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: #878a99;
  font-family: "Mulish", "Arial", sans-serif;
  margin: 0;
  margin-bottom: 9px;
  max-width: 500px;
}

.receive-card__content > span {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: #05060f;
  font-family: "Mulish", "Arial", sans-serif;
  margin-bottom: 40px;
  max-width: 550px;
}

.gas-stations {
  padding-top: 50px;
}

.gas-stations__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 444px) minmax(0, 607px);
  grid-template-columns: minmax(0, 444px) minmax(0, 607px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 34px;
     -moz-column-gap: 34px;
          column-gap: 34px;
}

.gas-stations__content > h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.16;
  color: #05060f;
  margin: 0;
  margin-bottom: 25px;
}

.gas-stations__content > p,
.gas-stations__content > ul {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.35;
  color: #05060f;
  font-family: "Mulish", "Arial", sans-serif;
  margin: 0;
  margin-bottom: 24px;
}

.gas-stations__content > ul {
  padding-left: 16px;
}

.gas-stations__content > ul > li {
  margin-bottom: 5px;
}

.gas-stations__btn {
  margin-top: 9px;
}

.gas-stations__map-wrapper {
  border-radius: 24px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  height: 100%;
}

.gas-stations__map-wrapper img {
  min-height: 415px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gas-stations__map {
  width: 100%;
  height: 100%;
  min-height: 415px;
  border-radius: 24px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.advantages {
  padding-top: 50px;
}

.advantages__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 310px minmax(0, 747px);
  grid-template-columns: 310px minmax(0, 747px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}

.advantages__description-wrapper > h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.15;
  color: #05060f;
  margin: 0;
  margin-bottom: 40px;
}

.advantages__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -ms-grid;
  display: grid;
  row-gap: 44px;
}

.advantages__item {
  -webkit-column-gap: 11px;
     -moz-column-gap: 11px;
          column-gap: 11px;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-grid-columns: 48px 1fr;
  grid-template-columns: 48px 1fr;
  position: relative;
}

.advantages__item > h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  color: #05060f;
  font-family: "Montserrat", "Arial", sans-serif;
  margin: 0;
  margin-bottom: 4px;
}

.advantages__item > span {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  color: #05060f;
  font-family: "Montserrat", "Arial", sans-serif;
  margin: 0;
  margin-bottom: 4px;
}

.advantages__item > p {
  grid-column: 2/-1;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.35;
  color: #05060f;
  font-family: "Montserrat", "Arial", sans-serif;
  margin: 0;
}

.advantages__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}

.news-slider {
  padding-top: 50px;
  overflow: hidden;
}

.news-slider__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 52px 393px 52px minmax(1px, 688px) 52px 1fr;
  grid-template-columns: 1fr 393px minmax(1px, 688px) 1fr;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
      grid-template-areas: ". title title ." ". slider slider slider";
  -webkit-column-gap: 52px;
     -moz-column-gap: 52px;
          column-gap: 52px;
}

.news-slider__wrapper > h2 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-area: title;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.07;
  color: #05060f;
  margin: 0;
  margin-bottom: 26px;
}

.news-slider__wrapper > span {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-area: title;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.07;
  color: #05060f;
  margin: 0;
  margin-bottom: 26px;
}

.news-slider__container {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  -ms-grid-column-span: 5;
  grid-area: slider;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}

.news-slider__description-wrapper {
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  min-width: 394px;
  min-height: 305px;
  border-radius: 24px;
  background-color: #ffd200;
  background-image: url("/local/templates/rosneft/css/../img/svg/news-slider-bg.svg");
  background-repeat: no-repeat;
  background-position: top 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: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding: 30px;
}

.news-slider__description-wrapper > p {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.3;
  color: #05060f;
  margin: 0;
}

.news-slider__slider-wrapper {
  max-width: 676px;
  overflow: hidden;
}

.news-slider__slider-wrapper .swiper-slide {
  width: auto;
  height: 229px;
}

.news-slider__slider-wrapper .news-slider__slide {
  width: 308px;
}

.news-slider__buttons-wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  margin-bottom: 28px;
}

.news-slider__slider .swiper-slide:last-child .news-slider__slide::after {
  content: none;
}

.news-slider__button {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  cursor: pointer;
  -webkit-transition: outline 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
  transition: outline 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
  position: static;
  margin-top: 0;
}

.news-slider__button--prev {
  background: #ffd200 url("/local/templates/rosneft/css/../img/svg/arrow-left.svg") no-repeat center;
}

.news-slider__button--prev.focus-visible:focus {
  background-color: #ffb800;
}

.news-slider__button--next {
  background: #ffd200 url("/local/templates/rosneft/css/../img/svg/arrow-right.svg") no-repeat center;
  margin-right: 20px;
}

.news-slider__button--next.focus-visible:focus {
  background-color: #ffb800;
}

.news-slider__button.swiper-button-disabled {
  background-color: #eeeff2;
  opacity: 0.5;
}

.news-slider__button.swiper-button-disabled.focus-visible:focus {
  background-color: #eeeff2;
}

.news-slider__button::after {
  content: none;
}

.news-slider__slide {
  position: relative;
  height: 100%;
}

.news-slider__slide::after {
  position: absolute;
  content: "";
  background-color: #eeeff2;
  right: -30px;
  width: 2px;
  top: 0;
  bottom: 0;
}

.news-slider__slide > h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  color: #05060f;
  font-family: "Montserrat", "Arial", sans-serif;
  margin: 0;
  margin-bottom: 9px;
}

.news-slider__slide > span {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  color: #05060f;
  font-family: "Montserrat", "Arial", sans-serif;
  margin: 0;
  margin-bottom: 9px;
}

.news-slider__slide > p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.35;
  color: #05060f;
  margin: 0;
  font-family: "Mulish", "Arial", sans-serif;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.news-slider__modal-btn {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 60px;
  border: none;
  cursor: pointer;
}

.news-slider__slide-date {
  font-weight: 500;
  font-size: 12px;
  line-height: normal;
  color: #878a99;
  font-family: "Montserrat", "Arial", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 22px;
}

.faq {
  padding-top: 50px;
  padding-bottom: 108px;
}

.faq__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 328px minmax(0, 683px);
  grid-template-columns: 328px minmax(0, 683px);
  -ms-grid-rows: 1fr auto;
  grid-template-rows: 1fr auto;
  -webkit-column-gap: 34px;
     -moz-column-gap: 34px;
          column-gap: 34px;
  row-gap: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.faq__description {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}

.faq__description > h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.15;
  color: #05060f;
  margin: 0;
  margin-bottom: 40px;
}

.faq__description > span {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.15;
  color: #05060f;
  margin: 0;
  margin-bottom: 40px;
}

.faq__description > h2 > br {
  display: none;
}

.faq__description > span > br {
  display: none;
}

.faq__buttons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 6px;
  margin-top: 26px;
}

.faq__buttons-wrapper > a:nth-child(1) {
  padding-left: 30px;
  padding-right: 31px;
}

.faq__buttons-wrapper > a:nth-child(2) {
  padding-left: 29px;
  padding-right: 26px;
}

.faq__search-container {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}

.faq__search-container > p {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  color: #05060f;
  font-family: "Montserrat", "Arial", sans-serif;
  margin: 0;
  margin-bottom: 23px;
}

.faq__search-wrapper {
  position: relative;
}

.faq__search-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15px;
}

.faq__search {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  color: #05060f;
  font-family: "Mulish", "Arial", sans-serif;
  border: none;
  background-color: #eeeff2;
  height: 48px;
  padding: 11px 16px 11px 48px;
  border-radius: 12px;
  width: 100%;
  max-width: 284px;
}

.faq__search::-webkit-input-placeholder {
  font-weight: 600;
  font-size: 14;
  line-height: 1.3;
  color: #878a99;
  font-family: "Mulish", "Arial", sans-serif;
}

.faq__search::-moz-placeholder {
  font-weight: 600;
  font-size: 14;
  line-height: 1.3;
  color: #878a99;
  font-family: "Mulish", "Arial", sans-serif;
}

.faq__search:-ms-input-placeholder {
  font-weight: 600;
  font-size: 14;
  line-height: 1.3;
  color: #878a99;
  font-family: "Mulish", "Arial", sans-serif;
}

.faq__search::-ms-input-placeholder {
  font-weight: 600;
  font-size: 14;
  line-height: 1.3;
  color: #878a99;
  font-family: "Mulish", "Arial", sans-serif;
}

.faq__search::placeholder {
  font-weight: 600;
  font-size: 14;
  line-height: 1.3;
  color: #878a99;
  font-family: "Mulish", "Arial", sans-serif;
}

.faq__search:focus-visible {
  outline: 1px solid #ffd200;
}

.faq__accordion {
  -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;
  -ms-grid-row-align: start;
      align-self: start;
  background-color: #eeeff2;
  padding: 10px 36px 25px 35px;
  border-radius: 12px;
  padding-top: 49px;
}

.faq__accordion-element {
  margin-bottom: 22px;
}

.faq__accordion-element:last-child {
  margin-bottom: 15px;
}

.faq__accordion-element.is-active .faq__accordion-button-control::after,
.faq__accordion-element.is-active .faq__accordion-button-control::before {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

.faq__accordion-button {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  color: #05060f;
  font-family: "Mulish", "Arial", sans-serif;
  padding: 0;
  padding-left: 25px;
  padding-right: 24px;
  border: none;
  cursor: pointer;
  text-align: left;
  width: 100%;
  min-height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  background-color: transparent;
}

.faq__accordion-button > span {
  max-width: 500px;
}

.faq__accordion-button-control {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #ffffff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  position: relative;
}

.faq__accordion-button-control::before,
.faq__accordion-button-control::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 14px;
  right: calc(50% - 7px);
  top: 50%;
  background-color: #000000;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.faq__accordion-button-control::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.faq__accordion-wrapper {
  margin-top: 30px;
  margin-bottom: 9px;
  background-color: #ffffff;
  padding: 26px 25px 21px;
  border-radius: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.faq__accordion-wrapper > b {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  color: #05060f;
  font-family: "Mulish", "Arial", sans-serif;
  margin: 0;
  margin-bottom: 14px;
}

.faq__accordion-wrapper > p,
.faq__accordion-wrapper > ul {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.35;
  color: #05060f;
  font-family: "Mulish", "Arial", sans-serif;
  margin: 0;
  margin-bottom: 10px;
}

.faq__accordion-wrapper a {
  text-decoration: underline;
}

.faq__accordion-wrapper > ul {
  padding-left: 16px;
}

.faq__accordion-wrapper > ul > li {
  margin-bottom: 5px;
}

.main-footer {
  padding-bottom: 20px;
}

.main-footer__divider {
  border-top: 1px solid #eeeff2;
  padding-bottom: 50px;
}

.main-footer__wrapper {
  margin-bottom: 16px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px minmax(0, 771px);
  grid-template-columns: 1fr minmax(0, 771px);
  -ms-grid-rows: auto 50px auto;
      grid-template-areas: "company address" "company links";
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
  row-gap: 50px;
}

.main-footer__company-wrapper {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: company;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-footer__company-wrapper > img {
  margin-bottom: 50px;
}

.main-footer__company-wrapper > a,
.main-footer__company-wrapper > span {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.4;
  color: #878a99;
  font-family: "Montserrat", "Arial", sans-serif;
}

.main-footer__company-wrapper > a + a {
  margin-top: 10px;
}

.main-footer__company-wrapper > span {
  margin-top: 10px;
}

.main-footer__logo {
  margin-bottom: 42px;
}

.main-footer__address-wrapper {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: address;
  padding-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main-footer__phone-wrapper {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: 45px;
  margin-top: -2px;
}

.main-footer__phone-link {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.3;
  color: #05060f;
  font-family: "Mulish", "Arial", sans-serif;
  margin-bottom: 2px;
}

.main-footer__phone-button {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.4;
  color: #05060f;
  margin: 0;
  padding: 2px 0 4px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  position: relative;
}

.main-footer__phone-button::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: #ffd200;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.main-footer__phone-button.focus-visible:focus::after {
  background-color: #05060f;
}

.main-footer__mail-link {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  color: #05060f;
  font-family: "Mulish", "Arial", sans-serif;
  margin-left: 55px;
  padding-top: 14px;
}

.main-footer__block-group {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: links;
  padding-top: 10px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 15.5% 19.7% 24.9% 1fr;
  grid-template-columns: 15.5% 19.7% 24.9% 1fr;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.main-footer__column-list {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50%;
  grid-template-columns: 1fr 50%;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.main-footer__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.main-footer__list:nth-child(1) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.main-footer__list:nth-child(2) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.main-footer__list:nth-child(3) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.main-footer__item {
  margin-bottom: 14px;
}

.main-footer__item > a {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: #878a99;
  font-family: "Mulish", "Arial", sans-serif;
}

.main-footer__copyright {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  color: #878a99;
  font-family: "Mulish", "Arial", sans-serif;
  opacity: 0.4;
}

.about {
  padding-top: 80px;
}

.about__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 520px) minmax(150px, 550px);
  grid-template-columns: minmax(0, 520px) minmax(150px, 550px);
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.about__wrapper > h2 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.16;
  color: #05060f;
  margin: 0;
  margin-bottom: 27px;
}

.about__content {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}

.about__content > p,
.about__content > ul {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.35;
  color: #05060f;
  font-family: "Mulish", "Arial", sans-serif;
  margin: 0;
  margin-bottom: 14px;
}

.about__content > p > a,
.about__content > ul > a {
  text-decoration: underline;
}

.about__content > ul {
  padding-left: 16px;
}

.about__content > ul > li {
  margin-bottom: 5px;
}

.about__content > a {
  margin-top: 12px;
}

.about__image-wrapper {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  border-radius: 24px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.about__image-wrapper img {
  border-radius: 24px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about__definition-wrapper {
  grid-column: 1/-1;
  margin-top: 145px;
  margin-left: 5.66%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transform: translateX(-1%);
      -ms-transform: translateX(-1%);
          transform: translateX(-1%);
}

.about__definition-item {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.about__definition-item::after {
  position: absolute;
  content: "";
  width: 525px;
  height: 140px;
  top: -35px;
  right: -10px;
  background: url("/local/templates/rosneft/css/../img/svg/definition-bg-2.svg") no-repeat right center;
}

.about__definition-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.about__definition-text > b {
  font-weight: 600;
  font-size: 52px;
  line-height: 1;
  color: #05060f;
  margin-bottom: 6px;
  font-family: "Mulish", "Arial", sans-serif;
  z-index: 2;
}

.about__definition-text > span {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  color: #05060f;
  font-family: "Mulish", "Arial", sans-serif;
  z-index: 2;
}

.breadcrumbs {
  padding-top: 38px;
}

.breadcrumbs__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 9px;
     -moz-column-gap: 9px;
          column-gap: 9px;
  row-gap: 13px;
}

.breadcrumbs__item {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.4;
  color: #878a99;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}

.breadcrumbs__item:last-child {
  color: #05060f;
}

.breadcrumbs__item > a {
  color: inherit;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.breadcrumbs__item + .breadcrumbs__item::before {
  position: static;
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("/local/templates/rosneft/css/../img/svg/icon-breadcrumbs-arrow.svg");
}

.principles {
  padding-top: 50px;
}

.principles__wrapper {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-grid-columns: minmax(150px, 550px) 20px minmax(0, 522px);
  grid-template-columns: minmax(150px, 550px) minmax(0, 522px);
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
      grid-template-areas: "picture title" "picture decsription";
}

.principles__wrapper > h2 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: title;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.07;
  color: #05060f;
  margin: 0;
  margin-bottom: 28px;
}

.principles__image-wrapper {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  grid-area: picture;
  border-radius: 24px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.principles__image-wrapper img {
  border-radius: 24px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.principles__content {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  grid-area: decsription;
}

.principles__content > p,
.principles__content > ul {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.35;
  color: #05060f;
  font-family: "Mulish", "Arial", sans-serif;
  margin: 0;
  margin-bottom: 14px;
}

.principles__content > ul {
  padding-left: 16px;
}

.principles__content > ul > li {
  margin-bottom: 5px;
}

.principles__content > a {
  margin-top: 12px;
}

.about-slider {
  padding-top: 110px;
}

.about-slider__wrapper {
  position: relative;
}

.about-slider__slider {
  overflow: visible;
  overflow-x: hidden;
}

.about-slider__slide-content {
  border-radius: 24px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.about-slider__slide-content img {
  border-radius: 24px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-slider__scrollbar {
  bottom: -42px !important;
  background-color: #eeeff2;
}

.about-slider__scrollbar .swiper-scrollbar-drag {
  background-color: #ffd200;
  cursor: pointer;
}

.advantages-secondary {
  padding-top: 50px;
}

.advantages-secondary__wrapper > h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.16;
  color: #05060f;
  margin: 0;
  margin-bottom: 24px;
}

.advantages-secondary__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.advantages-secondary__item {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  background: #eeeff2;
  border-radius: 24px;
  padding: 30px 18px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  position: relative;
  overflow: hidden;
  min-height: 161px;
}

.advantages-secondary__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 68%;
  bottom: 0;
  background: url("/local/templates/rosneft/css/../img/svg/brief-arrows.svg") no-repeat top right;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.advantages-secondary__icon {
  display: block;
  z-index: 2;
  -webkit-transition: fill 0.3s ease, stroke 0.3s ease;
  transition: fill 0.3s ease, stroke 0.3s ease;
}

.advantages-secondary__icon--scale {
  -webkit-transform: scale(1.21);
      -ms-transform: scale(1.21);
          transform: scale(1.21);
}

.advantages-secondary__description {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.18;
  color: #05060f;
  font-family: "Mulish", "Arial", sans-serif;
  margin: 0;
  text-align: center;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  z-index: 2;
}

.activity {
  padding-top: 110px;
}

.activity__wrapper {
  background: -webkit-gradient(linear, left top, left bottom, from(#eeeff2), color-stop(43.8%, #eeeff2), to(#d8c27e)), #eeeff2;
  background: linear-gradient(180deg, #eeeff2 0%, #eeeff2 43.8%, #d8c27e 100%), #eeeff2;
  padding: 60px 72px;
  border-radius: 24px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 385px) minmax(150px, 671px);
  grid-template-columns: minmax(0, 385px) minmax(150px, 671px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.activity__content > h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.07;
  color: #05060f;
  margin: 0;
  margin-bottom: 40px;
}

.activity__content > p,
.activity__content > ul {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  color: #878a99;
  font-family: "Mulish", "Arial", sans-serif;
  margin: 0;
  margin-bottom: 22px;
}

.activity__content > ul {
  padding-left: 16px;
}

.activity__content > ul > li {
  margin-bottom: 5px;
}

.activity__content > a {
  margin-top: 18px;
}

.activity__image-wrapper {
  border-radius: 24px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.activity__image-wrapper img {
  border-radius: 24px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.retail {
  padding-top: 50px;
}

.retail__wrapper {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-grid-columns: minmax(0, 512px) 20px minmax(150px, 550px);
  grid-template-columns: minmax(0, 512px) minmax(150px, 550px);
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
      grid-template-areas: "title img" "text img";
}

.retail__wrapper > h2 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.07;
  color: #05060f;
  margin: 0;
  margin-bottom: 26px;
  grid-area: title;
}

.retail__image-wrapper {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
  grid-area: img;
  border-radius: 24px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.fuel-online__wrapper > .retail__image-wrapper {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
}

.regional__wrapper > .retail__image-wrapper {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
}

.transit__wrapper > .retail__image-wrapper {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
}

.federal-loan__wrapper > .retail__image-wrapper {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
}

.program__content > .retail__image-wrapper {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
}

.program__content--image > .retail__image-wrapper {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
}

.program__content--image-secondary > .retail__image-wrapper {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
}

.retail__image-wrapper img {
  border-radius: 24px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.retail__content {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: text;
}

.fuel-online__wrapper > .retail__content {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.regional__wrapper > .retail__content {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.transit__wrapper > .retail__content {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}

.federal-loan__wrapper > .retail__content {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.program__content > .retail__content {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.program__content--image > .retail__content {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.program__content--image-secondary > .retail__content {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.retail__content > p,
.retail__content > ul {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.35;
  color: #05060f;
  font-family: "Mulish", "Arial", sans-serif;
  margin: 0;
  margin-bottom: 14px;
}

.retail__content > ul {
  padding-left: 16px;
}

.retail__content > ul > li {
  margin-bottom: 5px;
}

.retail__button {
  margin-top: 18px;
}

.opinion {
  padding-top: 50px;
  margin-bottom: 101px;
}

.opinion__wrapper {
  padding: 36px 25px;
  background: #ffd200 url("/local/templates/rosneft/css/../img/svg/quiz-main-bg.svg") no-repeat top -20px left;
  border-radius: 24px;
}

.opinion__text-wrapper {
  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;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  max-width: 914px;
  margin: 0 auto;
}

.opinion__text-wrapper > h2,
.opinion__text-wrapper > span {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  color: #05060f;
  font-family: "Montserrat", "Arial", sans-serif;
  margin: 0;
}

.opinion__text-wrapper > a {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.opinion__button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 9px 14px;
  background-color: #05060f;
  color: #ffffff;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.opinion__button.focus-visible:focus {
  color: #ffffff;
  background-color: rgba(5, 6, 15, 0.8);
}

.catalog-intro {
  padding-top: 108px;
}

.catalog-intro h1 {
  font-weight: 600;
  font-size: 48px;
  line-height: 1.08;
  color: #05060f;
  margin: 0;
  margin-bottom: 110px;
}

.catalog-intro__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr minmax(0, 576px);
  grid-template-columns: 1fr minmax(0, 576px);
  -webkit-column-gap: 36px;
     -moz-column-gap: 36px;
          column-gap: 36px;
}

.catalog-intro__title-wrapper > h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.07;
  color: #05060f;
  margin: 0;
  max-width: 450px;
}

.catalog-intro__progress-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.catalog-intro__progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.catalog-intro__progress-line {
  width: 30px;
  height: 4px;
  background-color: #eeeff2;
  border-radius: 10px;
}

.catalog-intro__progress-line.is-active {
  background-color: #ffd200;
}

.catalog-intro__num-wrapper {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  color: #05060f;
  font-family: "Mulish", "Arial", sans-serif;
}

.catalog-intro__questionnaire-wrapper {
  background-color: #ffd200;
  background-image: url("/local/templates/rosneft/css/../img/svg/quiz-bg-1.svg"), linear-gradient(248deg, #ffffff 0%, rgba(255, 255, 255, 0.04) 20.05%, rgba(255, 255, 255, 0.04) 80.41%, #ffffff 100%);
  background-repeat: no-repeat;
  background-position: top 65% right 49px, center;
  border-radius: 24px;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.catalog-intro__questionnaire-wrapper > b {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  color: #05060f;
  margin: 0;
}

.catalog-intro__questionnaire-wrapper:has(.catalog-intro__questionnaire-item.is-visible input[type=radio]:checked) .catalog-intro__button-next {
  opacity: 1;
  background-color: #ffffff;
  pointer-events: all;
}

.catalog-intro__questionnaire-wrapper:has(.is-visible[data-quiz-question="1"]) {
  background-image: url("/local/templates/rosneft/css/../img/svg/quiz-bg-1.svg"), linear-gradient(248deg, #ffffff 0%, rgba(255, 255, 255, 0.04) 20.05%, rgba(255, 255, 255, 0.04) 80.41%, #ffffff 100%);
}

.catalog-intro__questionnaire-wrapper:has(.is-visible[data-quiz-question="2"]) {
  background-image: url("/local/templates/rosneft/css/../img/svg/quiz-bg-2.svg"), linear-gradient(248deg, #ffffff 0%, rgba(255, 255, 255, 0.04) 20.05%, rgba(255, 255, 255, 0.04) 80.41%, #ffffff 100%);
}

.catalog-intro__questionnaire-wrapper:has(.is-visible[data-quiz-question="3"]) {
  background-image: url("/local/templates/rosneft/css/../img/svg/quiz-bg-3.svg"), linear-gradient(248deg, #ffffff 0%, rgba(255, 255, 255, 0.04) 20.05%, rgba(255, 255, 255, 0.04) 80.41%, #ffffff 100%);
}

.catalog-intro__questionnaire-wrapper:has(.is-visible[data-quiz-question="4"]) {
  background-image: url("/local/templates/rosneft/css/../img/svg/quiz-bg-4.svg"), linear-gradient(248deg, #ffffff 0%, rgba(255, 255, 255, 0.04) 20.05%, rgba(255, 255, 255, 0.04) 80.41%, #ffffff 100%);
}

.catalog-intro__questionnaire-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 24px;
  border: 1px solid transparent;
  background: linear-gradient(59deg, rgba(51, 51, 51, 0.2) 0%, rgba(51, 51, 51, 0) 35%, rgba(51, 51, 51, 0) 65%, rgba(51, 51, 51, 0.2) 100%) border-box;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff));
  -webkit-mask: linear-gradient(#ffffff 0 0) padding-box, linear-gradient(#ffffff 0 0);
          mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff));
          mask: linear-gradient(#ffffff 0 0) padding-box, linear-gradient(#ffffff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

.catalog-intro__questionnaire-list {
  -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;
}

.catalog-intro__questionnaire-item {
  display: none;
}

.catalog-intro__questionnaire-item.is-visible {
  -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;
}

.catalog-intro__questionnaire-item > b {
  max-width: 400px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  color: #05060f;
  margin-bottom: 31px;
  display: block;
}

.catalog-intro__answer-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  margin-bottom: 32px;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  row-gap: 16px;
}

.catalog-intro__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 9px;
     -moz-column-gap: 9px;
          column-gap: 9px;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.catalog-intro__label:has(input[type=radio]:disabled) {
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  opacity: 0.7;
}

.catalog-intro__control-mark {
  position: relative;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.catalog-intro__control-mark::before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ffffff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.catalog-intro__input[type=radio]:checked + .catalog-intro__control-mark {
  background-color: #878a99;
}

.catalog-intro__input[type=radio]:checked + .catalog-intro__control-mark::before {
  background-color: #ffd200;
}

.catalog-intro__control-description {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  color: #05060f;
  font-family: "Mulish", "Arial", sans-serif;
}

.catalog-intro__button-next {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  color: #05060f;
  padding: 11px 17px;
  pointer-events: none;
  opacity: 0.5;
  background-color: #eeeff2;
  -webkit-transition: background-color 0.3s ease, opacity 0.3s ease;
  transition: background-color 0.3s ease, opacity 0.3s ease;
}

.fuel-online {
  padding-top: 100px;
}

.fuel-online__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 556px) 32px minmax(0, 550px);
  grid-template-columns: minmax(0, 556px) minmax(0, 550px);
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
      grid-template-areas: "title img" "text img";
}

.fuel-online__wrapper > h2 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.07;
  color: #05060f;
  margin: 0;
  margin-bottom: 28px;
  grid-area: title;
}

.fuel-online__image-wrapper {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
  grid-area: img;
  border-radius: 24px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.fuel-online__wrapper > .fuel-online__image-wrapper {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
}

.regional__wrapper > .fuel-online__image-wrapper {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
}

.transit__wrapper > .fuel-online__image-wrapper {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
}

.federal-loan__wrapper > .fuel-online__image-wrapper {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
}

.program__content > .fuel-online__image-wrapper {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
}

.program__content--image > .fuel-online__image-wrapper {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
}

.program__content--image-secondary > .fuel-online__image-wrapper {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
}

.fuel-online__image-wrapper img {
  border-radius: 24px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fuel-online__content {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: text;
}

.fuel-online__wrapper > .fuel-online__content {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.regional__wrapper > .fuel-online__content {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.transit__wrapper > .fuel-online__content {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}

.federal-loan__wrapper > .fuel-online__content {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.program__content > .fuel-online__content {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.program__content--image > .fuel-online__content {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.program__content--image-secondary > .fuel-online__content {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.fuel-online__list {
  margin-bottom: 24px;
}

.fuel-online__button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

.regional {
  padding-top: 110px;
}

.regional__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 460px 47px minmax(0, 556px);
  grid-template-columns: 460px minmax(0, 556px);
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 47px;
     -moz-column-gap: 47px;
          column-gap: 47px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
      grid-template-areas: "title img" "text img";
}

.regional__wrapper > h2 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.07;
  color: #05060f;
  margin: 0;
  margin-bottom: 40px;
  grid-area: title;
}

.regional__image-wrapper {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
  grid-area: img;
  border-radius: 24px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.fuel-online__wrapper > .regional__image-wrapper {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
}

.regional__wrapper > .regional__image-wrapper {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
}

.transit__wrapper > .regional__image-wrapper {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
}

.federal-loan__wrapper > .regional__image-wrapper {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
}

.program__content > .regional__image-wrapper {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
}

.program__content--image > .regional__image-wrapper {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
}

.program__content--image-secondary > .regional__image-wrapper {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
}

.regional__image-wrapper img {
  border-radius: 24px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.regional__content {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: text;
}

.fuel-online__wrapper > .regional__content {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.regional__wrapper > .regional__content {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.transit__wrapper > .regional__content {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}

.federal-loan__wrapper > .regional__content {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.program__content > .regional__content {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.program__content--image > .regional__content {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.program__content--image-secondary > .regional__content {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.regional__list {
  margin-bottom: 38px;
}

.regional__button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

.transit {
  padding-top: 100px;
}

.transit__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 550px) 32px minmax(0, 522px);
  grid-template-columns: minmax(0, 550px) minmax(0, 522px);
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
      grid-template-areas: "img title" "img text";
}

.transit__wrapper > h2 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.1;
  color: #05060f;
  margin: 0;
  margin-bottom: 28px;
  grid-area: title;
}

.transit__image-wrapper {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
  grid-area: img;
  border-radius: 24px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.fuel-online__wrapper > .transit__image-wrapper {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
}

.regional__wrapper > .transit__image-wrapper {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
}

.transit__wrapper > .transit__image-wrapper {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
}

.federal-loan__wrapper > .transit__image-wrapper {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
}

.program__content > .transit__image-wrapper {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
}

.program__content--image > .transit__image-wrapper {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
}

.program__content--image-secondary > .transit__image-wrapper {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
}

.transit__image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}

.transit__content {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: text;
}

.fuel-online__wrapper > .transit__content {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.regional__wrapper > .transit__content {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.transit__wrapper > .transit__content {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}

.federal-loan__wrapper > .transit__content {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.program__content > .transit__content {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.program__content--image > .transit__content {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.program__content--image-secondary > .transit__content {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.transit__list {
  margin-bottom: 24px;
}

.transit__button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

.federal-loan {
  padding-top: 100px;
  padding-bottom: 87px;
}

.federal-loan__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 556px) 32px minmax(0, 550px);
  grid-template-columns: minmax(0, 556px) minmax(0, 550px);
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
      grid-template-areas: "title img" "text img";
}

.federal-loan__wrapper > h2 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.07;
  color: #05060f;
  margin: 0;
  margin-bottom: 28px;
  grid-area: title;
}

.federal-loan__image-wrapper {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
  grid-area: img;
  border-radius: 24px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.fuel-online__wrapper > .federal-loan__image-wrapper {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
}

.regional__wrapper > .federal-loan__image-wrapper {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
}

.transit__wrapper > .federal-loan__image-wrapper {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
}

.federal-loan__wrapper > .federal-loan__image-wrapper {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
}

.program__content > .federal-loan__image-wrapper {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
}

.program__content--image > .federal-loan__image-wrapper {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
}

.program__content--image-secondary > .federal-loan__image-wrapper {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
}

.federal-loan__image-wrapper img {
  border-radius: 24px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.federal-loan__content {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: text;
}

.fuel-online__wrapper > .federal-loan__content {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.regional__wrapper > .federal-loan__content {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.transit__wrapper > .federal-loan__content {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}

.federal-loan__wrapper > .federal-loan__content {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.program__content > .federal-loan__content {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.program__content--image > .federal-loan__content {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.program__content--image-secondary > .federal-loan__content {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.federal-loan__list {
  margin-bottom: 24px;
}

.federal-loan__button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

.program {
  padding-top: 80px;
  padding-bottom: 100px;
}
.program_contacts {
  padding-top: 0;
  padding-bottom: 100px;
}

.program__wrapper h1,
.program__wrapper h2 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.16;
  color: #05060f;
  font-family: "Montserrat", "Arial", sans-serif;
  margin: 0;
  margin-bottom: 27px;
  grid-area: title;
}

.program__wrapper h1 span:last-child,
.program__wrapper h2 span:last-child {
  display: none;
}

.program__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 572px) 32px minmax(0, 444px);
  grid-template-columns: minmax(0, 572px) minmax(0, 444px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
      grid-template-areas: "title img" "text img";
}

.program__content--primary {
  margin-bottom: 100px;
}
.program__content_contacts--primary {
  margin-bottom: 0;
}

.program__content--secondary .program__text-wrapper > p {
  max-width: 444px;
}

.program__content--image {
  -ms-grid-columns: minmax(0, 520px) minmax(0, 550px);
  grid-template-columns: minmax(0, 520px) minmax(0, 550px);
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
      grid-template-areas: "title img" "text img";
  margin-bottom: 100px;
}

.program__content--image-secondary {
  -ms-grid-columns: minmax(0, 550px) minmax(0, 520px);
  grid-template-columns: minmax(0, 550px) minmax(0, 520px);
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
      grid-template-areas: "img title" "img text";
}

.program__text-wrapper {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: text;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 14px;
}

.fuel-online__wrapper > .program__text-wrapper {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.regional__wrapper > .program__text-wrapper {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.transit__wrapper > .program__text-wrapper {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}

.federal-loan__wrapper > .program__text-wrapper {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.program__content > .program__text-wrapper {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.program__content--image > .program__text-wrapper {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.program__content--image-secondary > .program__text-wrapper {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.program__text-wrapper > p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.35;
  color: #05060f;
  font-family: "Mulish", "Arial", sans-serif;
  margin: 0;
}

.program__image-wrapper {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
  -ms-grid-row-align: start;
      align-self: start;
  grid-area: img;
  border-radius: 24px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.fuel-online__wrapper > .program__image-wrapper {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
}

.regional__wrapper > .program__image-wrapper {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
}

.transit__wrapper > .program__image-wrapper {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
}

.federal-loan__wrapper > .program__image-wrapper {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
}

.program__content > .program__image-wrapper {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
}

.program__content--image > .program__image-wrapper {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
}

.program__content--image-secondary > .program__image-wrapper {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
}

.program__image-wrapper img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}

.program__advantages-wrapper {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
  grid-area: img;
}

.fuel-online__wrapper > .program__advantages-wrapper {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
}

.regional__wrapper > .program__advantages-wrapper {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
}

.transit__wrapper > .program__advantages-wrapper {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
}

.federal-loan__wrapper > .program__advantages-wrapper {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
}

.program__content > .program__advantages-wrapper {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
}

.program__content--image > .program__advantages-wrapper {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
}

.program__content--image-secondary > .program__advantages-wrapper {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
}

.program__button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.program__request {
  margin-top: 110px;
  padding: 36px;
  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;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 18px;
  background: linear-gradient(89deg, #eeeff2 0%, #eeeff2 22.95%, #d8c27e 100%);
  border-radius: 24px;
}

.program__request > p {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.3;
  color: #05060f;
  margin: 0;
}

.program__request-button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.fuel-map {
  padding: 80px 0 80px;
}

.fuel-map__text {
  margin-bottom: 80px;
}

.fuel-map__text > h1 {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.16;
  color: #05060f;
  margin: 0;
  margin-bottom: 20px;
}

.fuel-map__text > p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.35;
  color: #05060f;
  font-family: "Mulish", "Arial", sans-serif;
  margin: 0;
  margin-bottom: 10px;
  max-width: 690px;
}
.fuel-map__text_h2 > p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.35;
  color: #05060f;
  font-family: "Mulish", "Arial", sans-serif;
  margin: 0;
  margin-bottom: 10px;
}
.fuel-map__filter-title {
  font-weight: 600;
  font-size: 28px;
  line-height: 1.28;
  color: #05060f;
  display: block;
  margin-bottom: 16px;
}

.fuel-map__filters {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.fuel-map__filters-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}

.fuel-map__filter {
  cursor: pointer;
  margin: 0;
  background-color: #f3f4f7;
  border: 1px solid transparent;
  padding: 4px;
  padding-right: 11px;
  border-radius: 11px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-column-gap: 3px;
     -moz-column-gap: 3px;
          column-gap: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 54px;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.57;
  color: #05060f;
}

.fuel-map__filter--reset {
  background-color: transparent;
  padding-right: 9px;
  padding-left: 9px;
  color: #878a99;
}

.fuel-map__filter.focus-visible:focus {
  border: 1px solid #ffd200;
  outline: none;
}

.fuel-map__filter:focus-visible {
  border: 1px solid #ffd200;
}

.fuel-map__filter:has(input[type=checkbox]:checked) {
  border: 1px solid #ffd200;
  outline: none;
}

.fuel-map__expand {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.35;
  color: #05060f;
  cursor: pointer;
  margin: 0;
  border: 1px solid transparent;
  border-radius: 11px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  padding: 5px;
  margin-bottom: -5px;
  margin-right: -5px;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.fuel-map__expand.focus-visible:focus {
  border: 1px solid #ffd200;
  outline: none;
}

.fuel-map__expand svg {
  -webkit-transform: scale(2) translateY(1px);
      -ms-transform: scale(2) translateY(1px);
          transform: scale(2) translateY(1px);
}

.office-list {
  padding-top: 80px;
  padding-bottom: 100px;
}

.office-list__wrapper > h1 {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.16;
  color: #05060f;
  margin: 0;
  margin-bottom: 30px;
}

.office-list__tabs-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}

.office-list__tabs-control {
  border: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.35;
  color: #05060f;
  font-family: "Mulish", "Arial", sans-serif;
  width: 50%;
  height: 47px;
  border-bottom: 2px solid #eeeff2;
  -webkit-transition: border 0.3s ease, color 0.3s ease;
  transition: border 0.3s ease, color 0.3s ease;
}

.office-list__tabs-control.is-active {
  border-bottom: 2px solid #05060f;
}

.office-list__search-wrapper {
  position: relative;
  margin-left: 1px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 284px;
}

.office-list__search-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15px;
}

.office-list__search {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  color: #05060f;
  font-family: "Mulish", "Arial", sans-serif;
  border: none;
  background-color: #eeeff2;
  height: 48px;
  padding: 11px 16px 11px 48px;
  border-radius: 12px;
  width: 100%;
  max-width: 284px;
}

.office-list__search::-webkit-input-placeholder {
  font-weight: 600;
  font-size: 14;
  line-height: 1.3;
  color: #878a99;
  font-family: "Mulish", "Arial", sans-serif;
}

.office-list__search::-moz-placeholder {
  font-weight: 600;
  font-size: 14;
  line-height: 1.3;
  color: #878a99;
  font-family: "Mulish", "Arial", sans-serif;
}

.office-list__search:-ms-input-placeholder {
  font-weight: 600;
  font-size: 14;
  line-height: 1.3;
  color: #878a99;
  font-family: "Mulish", "Arial", sans-serif;
}

.office-list__search::-ms-input-placeholder {
  font-weight: 600;
  font-size: 14;
  line-height: 1.3;
  color: #878a99;
  font-family: "Mulish", "Arial", sans-serif;
}

.office-list__search::placeholder {
  font-weight: 600;
  font-size: 14;
  line-height: 1.3;
  color: #878a99;
  font-family: "Mulish", "Arial", sans-serif;
}

.office-list__search:focus-visible {
  outline: 1px solid #ffd200;
}

.office-list__location-list-wrapper {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  z-index: 2;
  border-radius: 12px;
  padding: 12px 16px 12px 16px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 15px 70px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 15px 70px 5px rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translate3d(0, -20px, 0);
          transform: translate3d(0, -20px, 0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.office-list__location-list-wrapper.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.office-list__location-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 254px;
  max-height: 185px;
  display: -ms-grid;
  display: grid;
  row-gap: 12px;
  overflow-y: auto;
}

.office-list__location-list::-webkit-scrollbar {
  width: 3px;
}

.office-list__location-list::-webkit-scrollbar-thumb {
  background-color: #eeeff2;
  border-radius: 3px;
  height: 50px;
  width: 3px;
}

.office-list__location-list::-webkit-scrollbar-track {
  background-color: #ffffff;
  width: 3px;
}

.office-list__location-item {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  color: #05060f;
  font-family: "Mulish", "Arial", sans-serif;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.office-list__location-item.is-hidden {
  display: none;
}

.office-list__tabs-content {
  margin-top: 25px;
}

.office-list__tabs-element {
  width: 100%;
}

.office-list__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -ms-grid;
  display: grid;
  width: 100%;
}

.office-list__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 16.8% 19.7% 21.4% 22.3% 1fr;
  grid-template-columns: 16.8% 19.7% 21.4% 22.3% 1fr;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  justify-items: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  border-bottom: 1.5px solid #eeeff2;
  padding-bottom: 20px;
  margin-bottom: 21px;
}

.office-list__item--title {
  border-bottom: 1.5px solid #ffd200;
  padding-bottom: 15px;
  margin-bottom: 28px;
}

.office-list__item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.office-list__item span,
.office-list__item a {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: #05060f;
  font-family: "Mulish", "Arial", sans-serif;
}

.office-list__item b {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  color: #05060f;
  font-family: "Mulish", "Arial", sans-serif;
}

.office-list__text-wrapper {
  display: -ms-grid;
  display: grid;
  row-gap: 6px;
}

.office-list__weekend {
  -ms-grid-column-align: start;
      justify-self: start;
  background-color: #eeeff2;
  border-radius: 8px;
  padding: 3px 7px;
  margin: 5px 0;
}

.office-list__map-wrapper {
  border-radius: 24px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  margin-bottom: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.office-list__map-wrapper > img {
  border-radius: 24px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 506px;
}

.office-list__map {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-radius: 24px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 506px;
}

.office-list__map .ymaps-2-1-79-map {
  width: 100% !important;
}

.news {
  padding-top: 110px;
  padding-bottom: 110px;
}

.news__wrapper > h1 {
  font-weight: 600;
  font-size: 48px;
  line-height: 1.08;
  color: #05060f;
  margin: 0;
  margin-bottom: 48px;
}

.news__select-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
}

.news__select {
  display: -ms-grid;
  display: grid;
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
  justify-items: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.news__select > label,
.news__select > span {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.4;
  color: #878a99;
  margin: 0;
  margin-bottom: 10px;
}

.news__select > select {
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: #05060f;
  text-transform: uppercase;
  border: 1.5px solid #eeeff2;
  border-radius: 12px;
  height: 48px;
  padding: 0 96px 0 24px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("/local/templates/rosneft/css/../img/svg/icon-arrow-bottom.svg");
  background-repeat: no-repeat;
  background-position: right 24px center;
  cursor: pointer;
}

.news__select > select > option {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: #05060f;
}

.news__select--city > select {
  padding-right: 61px;
}

.news__list-wrapper {
  padding-top: 49px;
}

.news__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 37px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(276px, 1fr));
  gap: 23px 20px;
}

.news__item {
  padding: 30px 32px;
  background-color: #eeeff2;
  border-radius: 24px;
  cursor: pointer;
}

.news__item--active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeff2), color-stop(43.8%, #eeeff2), to(#d8c27e));
  background-image: linear-gradient(180deg, #eeeff2 0%, #eeeff2 43.8%, #d8c27e 100%);
}

.news__content {
  display: -ms-grid;
  display: grid;
  row-gap: 22px;
}

.news__content > h2 {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  color: #05060f;
  margin: 0;
}

.news__content > p {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: #05060f;
  font-family: "Mulish", "Arial", sans-serif;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 4;
  line-clamp: 4;
}

.news__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.news__date > span {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.4;
  color: #05060f;
  font-family: "Mulish", "Arial", sans-serif;
}

.news__navigation {
  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;
}

.news__page-num {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: #878a99;
  font-family: "Mulish", "Arial", sans-serif;
  margin-right: 20px;
}

.news__page-num > span {
  color: #05060f;
}

.news__navigation-arrow {
  width: 48px;
  height: 48px;
}

.news__navigation-arrow--prev {
  margin-right: 4px;
  background: #eeeff2 url("/local/templates/rosneft/css/../img/svg/arrow-left.svg") no-repeat center;
  padding: 0;
}

.news__navigation-arrow--next {
  background: #ffd200 url("/local/templates/rosneft/css/../img/svg/arrow-right.svg") no-repeat center;
  padding: 0;
}

.questions {
  padding-top: 106px;
  padding-bottom: 110px;
}

.questions__wrapper > h1 {
  font-weight: 600;
  font-size: 48px;
  line-height: 1.08;
  color: #05060f;
  margin: 0;
  margin-bottom: 53px;
}

.questions__tabs {
  margin-bottom: 70px;
}

.questions__controls {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-bottom: 1.5px;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -ms-touch-action: pan-x;
      touch-action: pan-x;
  position: relative;
}

.questions__controls::-webkit-scrollbar {
  display: none;
}

.questions__controls::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.5px;
  background-color: #eeeff2;
}

.questions__control {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  color: #878a99;
  font-family: "Mulish", "Arial", sans-serif;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 10;
  margin-bottom: -1.5px;
  padding: 12px 26px 10px;
  border: none;
  background-color: transparent;
  border-bottom: 1.5px solid #eeeff2;
  -webkit-transition: border 0.3s ease, color 0.3s ease;
  transition: border 0.3s ease, color 0.3s ease;
}

.questions__control.is-active {
  border-bottom: 1.5px solid #05060f;
  color: #05060f;
}

.questions__accordion {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.questions__accordion-column {
  display: -ms-grid;
  display: grid;
  row-gap: 20px;
}

.questions__accordion-element.is-active .questions__accordion-button {
  background-color: #ffffff;
}

.questions__accordion-element.is-active .questions__accordion-icon {
  background-color: #eeeff2;
}

.questions__accordion-element.is-active .questions__accordion-icon::after,
.questions__accordion-element.is-active .questions__accordion-icon::before {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

.questions__accordion-button {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  color: #05060f;
  font-family: "Mulish", "Arial", sans-serif;
  margin: 0;
  padding: 20px;
  border: none;
  cursor: pointer;
  background-color: #eeeff2;
  border-radius: 12px;
  width: 100%;
  min-height: 82px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.questions__accordion-button > span:first-child {
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.questions__accordion-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #ffffff;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  position: relative;
}

.questions__accordion-icon::before,
.questions__accordion-icon::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 14px;
  right: calc(50% - 7px);
  top: 50%;
  background-color: #000000;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.questions__accordion-icon::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.questions__accordion-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 6px;
  padding: 0 20px;
  margin-bottom: 22px;
}

.questions__accordion-wrapper > p {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.48;
  color: #05060f;
  font-family: "Mulish", "Arial", sans-serif;
  margin: 0;
  width: 90%;
}

.questions__search-container > p {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  color: #05060f;
  font-family: "Montserrat", "Arial", sans-serif;
  margin: 0;
  margin-bottom: 23px;
}

.questions__search-wrapper {
  position: relative;
}

.questions__search-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15px;
}

.questions__search {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  color: #05060f;
  font-family: "Mulish", "Arial", sans-serif;
  border: none;
  background-color: #eeeff2;
  height: 48px;
  padding: 11px 16px 11px 48px;
  border-radius: 12px;
  width: 100%;
  max-width: 284px;
}

.questions__search::-webkit-input-placeholder {
  font-weight: 600;
  font-size: 14;
  line-height: 1.3;
  color: #878a99;
  font-family: "Mulish", "Arial", sans-serif;
}

.questions__search::-moz-placeholder {
  font-weight: 600;
  font-size: 14;
  line-height: 1.3;
  color: #878a99;
  font-family: "Mulish", "Arial", sans-serif;
}

.questions__search:-ms-input-placeholder {
  font-weight: 600;
  font-size: 14;
  line-height: 1.3;
  color: #878a99;
  font-family: "Mulish", "Arial", sans-serif;
}

.questions__search::-ms-input-placeholder {
  font-weight: 600;
  font-size: 14;
  line-height: 1.3;
  color: #878a99;
  font-family: "Mulish", "Arial", sans-serif;
}

.questions__search::placeholder {
  font-weight: 600;
  font-size: 14;
  line-height: 1.3;
  color: #878a99;
  font-family: "Mulish", "Arial", sans-serif;
}

.questions__search:focus-visible {
  outline: 1px solid #ffd200;
}

.questions__form {
  margin-top: 110px;
  border-radius: 24px;
  padding: 40px 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 228px minmax(0, 680px);
  grid-template-columns: 228px minmax(0, 680px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  background: #ffd200 url("/local/templates/rosneft/css/../img/svg/form-bg.svg") no-repeat bottom left;
}

.questions__form > h2 {
  font-weight: 500;
  font-size: 35px;
  line-height: 1.29;
  color: #05060f;
  margin: 0;
}

.questions__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.questions__column .questions__input-wrapper {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.questions__input-wrapper {
  margin-bottom: 30px;
}

.questions__input-wrapper--last {
  margin-bottom: 40px;
}

.questions__input-wrapper label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.questions__input-wrapper label span {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  color: #05060f;
  margin-bottom: 10px;
}

.questions__input-wrapper label input {
  height: 48px;
  border: none;
  background-color: #fffbe5;
  border-radius: 12px;
  padding: 0 16px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  color: #05060f;
  font-family: "Mulish", "Arial", sans-serif;
}

.questions__input-wrapper label input::-webkit-input-placeholder {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  color: #878a99;
  font-family: "Mulish", "Arial", sans-serif;
}

.questions__input-wrapper label input::-moz-placeholder {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  color: #878a99;
  font-family: "Mulish", "Arial", sans-serif;
}

.questions__input-wrapper label input:-ms-input-placeholder {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  color: #878a99;
  font-family: "Mulish", "Arial", sans-serif;
}

.questions__input-wrapper label input::-ms-input-placeholder {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  color: #878a99;
  font-family: "Mulish", "Arial", sans-serif;
}

.questions__input-wrapper label input::placeholder {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  color: #878a99;
  font-family: "Mulish", "Arial", sans-serif;
}

.questions__input-wrapper label input:focus-visible {
  outline: 1px solid transparent;
}

.questions__input-wrapper label textarea {
  border: none;
  background-color: #fffbe5;
  border-radius: 12px;
  padding: 16px;
  min-height: 120px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  color: #05060f;
  font-family: "Mulish", "Arial", sans-serif;
}

.questions__input-wrapper label textarea::-webkit-input-placeholder {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  color: #878a99;
  font-family: "Mulish", "Arial", sans-serif;
}

.questions__input-wrapper label textarea::-moz-placeholder {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  color: #878a99;
  font-family: "Mulish", "Arial", sans-serif;
}

.questions__input-wrapper label textarea:-ms-input-placeholder {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  color: #878a99;
  font-family: "Mulish", "Arial", sans-serif;
}

.questions__input-wrapper label textarea::-ms-input-placeholder {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  color: #878a99;
  font-family: "Mulish", "Arial", sans-serif;
}

.questions__input-wrapper label textarea::placeholder {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  color: #878a99;
  font-family: "Mulish", "Arial", sans-serif;
}

.questions__input-wrapper label textarea:focus-visible {
  outline: 1px solid transparent;
}

.questions__consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.questions__consent > button {
  width: unset;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 12px 27px;
}

.questions__checkbox-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.questions__checkbox-description {
  font-weight: 500;
  font-size: 11px;
  line-height: 1.3;
  color: #878a99;
}

.questions__checkbox-description > a {
  color: #878a99;
  text-decoration: underline;
}

.navigator {
  padding: 112px 0 108px;
}

.navigator__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.navigator__content--header {
  -ms-grid-columns: 1fr 1.08fr;
  grid-template-columns: 1fr 1.08fr;
  margin-bottom: 50px;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}

.navigator__content--header h1 {
  min-width: 460px;
}

.navigator__column {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeff2), color-stop(43.8%, #eeeff2), to(#d8c27e));
  background-image: linear-gradient(180deg, #eeeff2 0%, #eeeff2 43.8%, #d8c27e 100%);
  padding: 40px 54px 40px 48px;
  border-radius: 24px;
}

.navigator__column > h2 {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.3;
  color: #05060f;
  margin: 0;
  margin-bottom: 31px;
}

.navigator__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 21px;
}

.navigator__text > h1 {
  font-weight: 600;
  font-size: 48px;
  line-height: 1.08;
  color: #05060f;
  margin: 0;
}

.navigator__text > p {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: #878a99;
  font-family: "Mulish", "Arial", sans-serif;
  margin: 0;
}

.navigator__text--secondary {
  margin-bottom: 30px;
}

.navigator__text--secondary > p {
  color: #05060f;
}

.contacts {
  padding-top: 80px;
  padding-bottom: 100px;
}

.contacts__wrapper > h1 {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.16;
  color: #05060f;
  margin: 0;
  margin-bottom: 40px;
}

.contacts__wrapper > h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.16;
  color: #05060f;
  margin: 0;
  margin-bottom: 40px;
}

.contacts__address-wrapper--indent {
  margin-bottom: 81px;
}

.contacts__address {
  font-style: normal;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 100px;
}

.contacts__address--indent {
  margin-bottom: 24px;
}

.contacts__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30.9% 27.6% 24.3% 1fr;
  grid-template-columns: 30.9% 27.6% 24.3% 1fr;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 32px;
}

.contacts__list + .contacts__list {
  position: relative;
}

.contacts__list + .contacts__list::before {
  position: absolute;
  content: "";
  top: -52px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #eeeff2;
}

.contacts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 13px;
}

.contacts__item--icon {
  grid-column: 2/-1;
  position: relative;
}

.contacts__item--icon::before {
  content: "";
  position: absolute;
  left: -36px;
  top: 0;
  width: 24px;
  height: 24px;
  background: url("/local/templates/rosneft/css/../img/svg/icon-info.svg") no-repeat center;
}

.contacts__item > b {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  color: #05060f;
  font-family: "Montserrat", "Arial", sans-serif;
  margin: 0;
}

.contacts__item > p,
.contacts__item > a {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.35;
  color: #05060f;
  font-family: "Mulish", "Arial", sans-serif;
  margin: 0;
}

.contacts__item > p a {
  font-family: "Mulish", "Arial", sans-serif;
  color: inherit;
}

.services-main {
  padding-top: 108px;
}

.services-main .container > h1 {
  font-weight: 600;
  font-size: 48px;
  line-height: 1.08;
  color: #05060f;
  margin: 0;
  margin-bottom: 110px;
}

.services-main .container > h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.07;
  color: #05060f;
  margin: 0;
  margin-bottom: 50px;
}

.services-main__list {
  display: -ms-grid;
  display: grid;
  row-gap: 20px;
}

.services-main__column {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40.64% 1fr;
  grid-template-columns: 40.64% 1fr;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.services-main__column--right {
  -ms-grid-columns: 1fr 42.14%;
  grid-template-columns: 1fr 42.14%;
}

.services-main__item {
  background-color: #eeeff2;
  background-repeat: no-repeat;
  border-radius: 24px;
  padding: 44px 40px 59px 48px;
}

.services-main__item--accent {
  min-height: 332px;
  position: relative;
  background-image: url("/local/templates/rosneft/css/../img/content/index/services/personal-account@2x.png"), linear-gradient(to bottom, #ffffff 250px, #ffd200 290px);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 460px auto;
  background-color: #ffd200;
}

.services-main__item--accent::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 24px;
  border: 2px solid transparent;
  background: linear-gradient(59deg, rgba(51, 51, 51, 0.3) 0%, rgba(255, 210, 0, 0) 15%, rgba(255, 210, 0, 0) 80%, rgba(51, 51, 51, 0.3) 100%) border-box;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff));
  -webkit-mask: linear-gradient(#ffffff 0 0) padding-box, linear-gradient(#ffffff 0 0);
          mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff));
          mask: linear-gradient(#ffffff 0 0) padding-box, linear-gradient(#ffffff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}

.services-main__item--document {
  min-height: 343px;
  padding: 44px 40px 49px 48px;
  background-image: url("/local/templates/rosneft/css/../img/content/index/services/document-reverse.svg");
  background-position: bottom 41px right 7.5%;
  background-size: 53% auto;
}

.services-main__item--api {
  min-height: 332px;
  background-image: url("/local/templates/rosneft/css/../img/content/index/services/api-secondary.svg");
  background-position: bottom right;
}

.services-main__item--card {
  min-height: 332px;
  background-image: url("/local/templates/rosneft/css/../img/content/index/services/app.png");
  background-image: -webkit-image-set(url("/local/templates/rosneft/css/../img/content/index/services/app.png") 1x type("image/png"), url("/local/templates/rosneft/css/../img/content/index/services/app@2x.png") 2x type("image/png"));
  background-image: image-set(url("/local/templates/rosneft/css/../img/content/index/services/app.png") 1x type("image/png"), url("/local/templates/rosneft/css/../img/content/index/services/app@2x.png") 2x type("image/png"));
  background-position: bottom right;
}

.services-main__item--support {
  min-height: 332px;
  background-image: url("/local/templates/rosneft/css/../img/content/index/services/support.svg");
  background-position: bottom right -24px;
  background-size: 260px auto;
}

.services-main__content {
  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;
  height: 100%;
  row-gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.services-main__content > h3 {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.3;
  color: #05060f;
  font-family: "Montserrat", "Arial", sans-serif;
  margin: 0;
  max-width: 273px;
  width: 76%;
  margin-bottom: 0;
}

.services-main__content > p,
.services-main__content > ul {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: #878a99;
  font-family: "Mulish", "Arial", sans-serif;
  margin: 0;
  max-width: 260px;
  margin-bottom: 0;
}

.services-main__content > a {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.services-main__content > ul {
  padding-left: 16px;
}

.services-main__content--wide > p {
  max-width: 440px;
}

.services-main__icon {
  position: absolute;
  top: -3px;
  right: 0;
}

.promo {
  padding-top: 80px;
  padding-bottom: 100px;
}

.promo__wrapper > h1 {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.16;
  color: #05060f;
  margin: 0;
  margin-bottom: 40px;
}

.promo__controls {
  margin-bottom: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-bottom: 1.5px;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -ms-touch-action: pan-x;
      touch-action: pan-x;
  position: relative;
}

.promo__controls::-webkit-scrollbar {
  display: none;
}

.promo__controls::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.5px;
  background-color: #eeeff2;
}

.promo__control {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  color: #878a99;
  font-family: "Mulish", "Arial", sans-serif;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 10;
  margin-bottom: -1.5px;
  padding: 12px 26px 10px;
  border: none;
  background-color: transparent;
  border-bottom: 1.5px solid #eeeff2;
  -webkit-transition: border 0.3s ease, color 0.3s ease;
  transition: border 0.3s ease, color 0.3s ease;
}

.promo__control.is-active {
  border-bottom: 1.5px solid #05060f;
  color: #05060f;
}

.promo__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -ms-grid;
  display: grid;
  row-gap: 64px;
  margin-bottom: 25px;
}

.promo__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.05fr 1fr;
  grid-template-columns: 1.05fr 1fr;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}

.promo__image-wrapper {
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  border-radius: 24px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.promo__image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}

.promo__image-wrapper--end img {
  -o-object-position: 88% 50%;
     object-position: 88% 50%;
}

.promo__text-wrapper {
  display: -ms-grid;
  display: grid;
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
  row-gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  justify-items: start;
}

.promo__text-wrapper > h2 {
  font-weight: 600;
  font-size: 28px;
  line-height: 1.28;
  color: #05060f;
  margin: 0;
}

.promo__description {
  display: -ms-grid;
  display: grid;
  row-gap: 10px;
}

.promo__description > p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.35;
  color: #05060f;
  font-family: "Mulish", "Arial", sans-serif;
  margin: 0;
}

.promo__description > span {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.35;
  color: #05060f;
  font-family: "Mulish", "Arial", sans-serif;
  margin: 0;
}

.promo__navigation {
  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;
}

.promo__page-num {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: #878a99;
  font-family: "Mulish", "Arial", sans-serif;
  margin-right: 20px;
}

.promo__page-num > span {
  color: #05060f;
}

.promo__navigation-arrow {
  width: 48px;
  height: 48px;
}

.promo__navigation-arrow--prev {
  margin-right: 4px;
  background: #eeeff2 url("/local/templates/rosneft/css/../img/svg/arrow-left.svg") no-repeat center;
  padding: 0;
}

.promo__navigation-arrow--next {
  background: #ffd200 url("/local/templates/rosneft/css/../img/svg/arrow-right.svg") no-repeat center;
  padding: 0;
}

.promo-inner {
  padding-top: 80px;
  padding-bottom: 100px;
}

.promo-inner__wrapper > h1 {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.16;
  color: #05060f;
  margin: 0;
  margin-bottom: 20px;
}

.promo-inner__wrapper > p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.35;
  color: #05060f;
  font-family: "Montserrat", "Arial", sans-serif;
  margin: 0;
  margin-bottom: 24px;
}

.promo-inner__image-wrapper {
  border-radius: 24px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  margin-bottom: 50px;
}

.promo-inner__image-wrapper img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}

.promo-inner__text-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 52px;
     -moz-column-gap: 52px;
          column-gap: 52px;
  margin-bottom: 51px;
}

.promo-inner__column p,
.promo-inner__column ul,
.promo-inner__column ol {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.35;
  color: #05060f;
  font-family: "Mulish", "Arial", sans-serif;
  margin: 0;
}

.promo-inner__column li {
  padding-top: 4px;
  padding-bottom: 4px;
}

.promo-inner__column p:not(:last-child) {
  margin-bottom: 20px;
}

.promo-inner__column a {
  color: #ffb800;
}

.promo-inner__column span {
  color: #05060f;
}

.promo-inner__column > ul {
  padding-left: 16px;
}

.promo-inner__buttons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

.promo-inner__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 11px;
     -moz-column-gap: 11px;
          column-gap: 11px;
  padding-right: 28px;
  color: #878a99;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.promo-inner__button > svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  stroke: #878a99;
  -webkit-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
}

.service {
  padding-top: 80px;
  padding-bottom: 100px;
}

.service__intro {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.23fr;
  grid-template-columns: 1fr 1.23fr;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  margin-bottom: 100px;
}

.service__intro--integration {
  -ms-grid-columns: 1.08fr 1fr;
  grid-template-columns: 1.08fr 1fr;
}

.service__intro--support {
  -ms-grid-columns: 1.06fr 1fr;
  grid-template-columns: 1.06fr 1fr;
}

.service__intro--mobile {
  -ms-grid-columns: 1.06fr 1fr;
  grid-template-columns: 1.06fr 1fr;
}

.service__intro-text > h1 {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.16;
  color: #05060f;
  margin: 0;
  margin-bottom: 20px;
  max-width: 100%;
}

.service__intro-text > p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.35;
  color: #05060f;
  font-family: "Mulish", "Arial", sans-serif;
  margin: 0;
  margin-bottom: 25px;
}

.service__intro-text--mobile .btn {
  margin-bottom: 20px;
}

.service__intro-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

.service__phone-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin-bottom: 24px;
}

.service__phone-link {
  font-weight: 600;
  font-size: 28px;
  line-height: 1.28;
  color: #05060f;
  margin-top: -8px;
}

.service__phone-button {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.4;
  color: #05060f;
  margin: 0;
  padding: 2px 0 4px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  position: relative;
}

.service__phone-button::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: #ffd200;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.service__phone-button.focus-visible:focus::after {
  background-color: #05060f;
}

.service__markets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
  max-width: 270px;
}

.service__markets img {
  height: 34px;
  width: auto;
}

.service__button-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 11px;
     -moz-column-gap: 11px;
          column-gap: 11px;
  padding-right: 28px;
  color: #05060f;
}

.service__intro-image {
  border-radius: 24px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.service__intro-image img {
  width: 100%;
  min-height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}

.service__intro-image--end img {
  -o-object-position: 100% 50%;
     object-position: 100% 50%;
}

.service__intro-image--start img {
  -o-object-position: 0% 50%;
     object-position: 0% 50%;
}

.service__intro-image--b-none {
  border-radius: 0;
}

.service__intro-image--b-none img {
  border-radius: 0;
}

.service__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}

.service__content--support {
  margin-bottom: 0;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.service__content--support .service__column > b {
  margin-bottom: 24px;
}

.service__content--support .advantages-list__item b {
  display: block;
  margin-bottom: 12px;
}

.service__button {
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
}

.service__column > b {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.34;
  color: #05060f;
  margin-bottom: 0;
}

.service__column > h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.34;
  color: #05060f;
  margin-bottom: 0;
  margin-top: 0;
}

.service__card h3 {
  line-height: 1.33;
}

.service__column:has(p, .btn) > b {
  margin-bottom: 20px;
}

.service__column > p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.37;
  color: #05060f;
  font-family: "Mulish", "Arial", sans-serif;
  margin: 0;
  margin-bottom: 14px;
}

.service__column > p:last-of-type {
  margin-bottom: 0;
}

.service__column--text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.service__column--small-text > b {
  font-size: 16px;
  font-family: "Mulish", "Arial", sans-serif;
  margin-bottom: 0;
}

.service__column--small-text > p {
  line-height: 1.5;
}

.service__card {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  padding: 40px;
  background: #ffd200 url("/local/templates/rosneft/css/../img/svg/card-bg.svg") no-repeat bottom 44px left 12%;
  border-radius: 24px;
  margin-left: -40px;
  margin-right: -40px;
}

.service__card b {
  line-height: 1.33;
}

.service__card--mobile {
  background: #ffd200 url("/local/templates/rosneft/css/../img/svg/card-bg.svg") no-repeat bottom 24px left 12%;
}

.service__card--manager {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  background: #ffd200 url("/local/templates/rosneft/css/../img/svg/card-bg.svg") no-repeat bottom 12px left 0%;
  background-size: 25% auto;
  min-height: 159px;
}/**/
.service__card--manager::after {
  content: "";
  position: absolute;
  bottom: 92px;
  right: 0;
  width: 25%; /* Делаем такого же размера, как основное изображение */
  height: 100%; /* Подгоняем по высоте блока */
  background: url("/local/templates/rosneft/css/../img/svg/card-bg.svg") no-repeat;
  background-size: contain; /* Чтобы картинка уменьшалась пропорционально */
  transform: scale(-1, -1); /* Отзеркаливаем изображение */
}
/*.service__card--manager {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  background: #ffd200;
  min-height: 159px;
  
  /* Два фоновых изображения * /
  background-image: 
    url("/local/templates/rosneft/css/../img/svg/card-bg.svg"), /* Оригинальное изображение * /
    url("/local/templates/rosneft/css/../img/svg/card-bg.svg"); /* Дублируемое изображение * /
  
  /* Позиционирование изображений * /
  background-position: bottom 12px left 0%, /* Левый фон * /
                       bottom 12px right 0%; /* Правый фон * /

  /* Переворачиваем второе изображение * /
  background-repeat: no-repeat, no-repeat;
  background-size: 30% auto, 30% auto; /* Уменьшаем оба изображения * /
  transform: scaleX(-1); /* Переворачиваем только второе изображение * /
}
/**/

.service__card--manager .service__column {
  width: 536px;
  text-align: center;
}

.service__card-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
  padding-left: 36px;
  counter-reset: cardCounter;
}

.service__card-item {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.35;
  color: #05060f;
  font-family: "Mulish", "Arial", sans-serif;
  position: relative;
}

.service__card-item::before {
  content: counter(cardCounter);
  counter-increment: cardCounter;
  position: absolute;
  top: -2px;
  left: -36px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ffffff;
  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;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  font-family: "Mulish", "Arial", sans-serif;
}

.activities {
  padding-top: 112px;
  padding-bottom: 110px;
}

.activities__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 444px) 594px;
  grid-template-columns: minmax(0, 444px) 594px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 110px;
}

.activities__content--reverse {
  -ms-grid-columns: 604px minmax(0, 477px);
  grid-template-columns: 604px minmax(0, 477px);
}

.activities__text * {
  margin: 0;
}

.activities__text > h1 {
  font-weight: 600;
  font-size: 48px;
  line-height: 1.08;
  color: #05060f;
  margin-bottom: 40px;
}

.activities__text > p {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: #878a99;
  font-family: "Mulish", "Arial", sans-serif;
}

.activities__text > p + p {
  margin-top: 22px;
}

.activities__image-wrapper img {
  border-radius: 24px;
  min-height: 370px;
}

.activities__image-wrapper--first {
  padding-left: 4%;
}

.activities__image-wrapper--first img {
  -o-object-fit: none;
     object-fit: none;
  -o-object-position: 84% 0;
     object-position: 84% 0;
}

.activities__image-wrapper--second {
  padding-right: 5.6%;
}

.activities__image-wrapper--second img {
  -o-object-fit: cover;
     object-fit: cover;
}

.activities__card {
  margin-bottom: 110px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeff2), color-stop(43.8%, #eeeff2), to(#d8c27e));
  background-image: linear-gradient(180deg, #eeeff2 0%, #eeeff2 43.8%, #d8c27e 100%);
  padding: 60px 72px;
  border-radius: 24px;
}

.activities__card-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.activities__card-item > p {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: #05060f;
  font-family: "Mulish", "Arial", sans-serif;
  margin: 0;
  width: 92%;
}

.activities__card-image {
  margin-bottom: 22px;
}

.activities__card-image img {
  border-radius: 24px;
}

.activities__advantages li {
  padding-right: 4%;
}

.search {
  padding-top: 108px;
  padding-bottom: 106px;
}

.search__wrapper > h1 {
  font-weight: 600;
  font-size: 48px;
  line-height: 1.08;
  color: #05060f;
  margin: 0;
  margin-bottom: 49px;
}

.search__search-wrapper {
  position: relative;
}

.search__icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15px;
}

.search__input {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  color: #05060f;
  font-family: "Mulish", "Arial", sans-serif;
  border: none;
  background-color: #eeeff2;
  height: 48px;
  padding: 11px 16px 11px 48px;
  border-radius: 12px;
  width: 100%;
  max-width: 284px;
}

.search__input::-webkit-input-placeholder {
  font-weight: 600;
  font-size: 14;
  line-height: 1.3;
  color: #878a99;
  font-family: "Mulish", "Arial", sans-serif;
}

.search__input::-moz-placeholder {
  font-weight: 600;
  font-size: 14;
  line-height: 1.3;
  color: #878a99;
  font-family: "Mulish", "Arial", sans-serif;
}

.search__input:-ms-input-placeholder {
  font-weight: 600;
  font-size: 14;
  line-height: 1.3;
  color: #878a99;
  font-family: "Mulish", "Arial", sans-serif;
}

.search__input::-ms-input-placeholder {
  font-weight: 600;
  font-size: 14;
  line-height: 1.3;
  color: #878a99;
  font-family: "Mulish", "Arial", sans-serif;
}

.search__input::placeholder {
  font-weight: 600;
  font-size: 14;
  line-height: 1.3;
  color: #878a99;
  font-family: "Mulish", "Arial", sans-serif;
}

.search__input:focus-visible {
  outline: 1px solid #ffd200;
}

.search__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 20px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.search__card {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
  border-radius: 12px;
  border: 1.5px solid #eeeff2;
  -webkit-transition: border 0.15s ease;
  transition: border 0.15s ease;
  height: 100%;
}

.search__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  color: #05060f;
  margin: 0;
}

.search__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: #878a99;
  font-family: "Mulish", "Arial", sans-serif;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.search__text > span {
  color: #05060f;
}

.search__navigation {
  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;
}

.search__page-num {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: #878a99;
  font-family: "Mulish", "Arial", sans-serif;
  margin-right: 20px;
}

.search__page-num > span {
  color: #05060f;
}

.search__navigation-arrow {
  width: 48px;
  height: 48px;
}

.search__navigation-arrow--prev {
  margin-right: 4px;
  background: #eeeff2 url("/local/templates/rosneft/css/../img/svg/arrow-left.svg") no-repeat center;
  padding: 0;
}

.search__navigation-arrow--next {
  background: #ffd200 url("/local/templates/rosneft/css/../img/svg/arrow-right.svg") no-repeat center;
  padding: 0;
}

.documents {
  padding-top: 110px;
  padding-bottom: 106px;
}

.documents__wrapper > h1 {
  font-weight: 600;
  font-size: 48px;
  line-height: 1.08;
  color: #05060f;
  margin: 0;
  margin-bottom: 52px;
}

.documents__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 20px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.documents__card {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
  border-radius: 12px;
  border: 2px solid #eeeff2;
  padding-left: 54px;
  -webkit-transition: border 0.15s ease;
  transition: border 0.15s ease;
}

.documents__text {
  font-weight: 500;
  font-size: 16px;
  color: #05060f;
  font-family: "Mulish", "Arial", sans-serif;
  margin: 0;
  padding: 0 0 0 24px;
  position: relative;
}

.documents__text::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 17px;
  background: url("/local/templates/rosneft/css/../img/svg/paper.svg") no-repeat center;
  top: 2px;
  left: 0;
}

.documents__file {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.4;
  color: #878a99;
  font-family: "Mulish", "Arial", sans-serif;
  margin: 0;
}

.documents__navigation {
  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;
}

.documents__page-num {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: #878a99;
  font-family: "Mulish", "Arial", sans-serif;
  margin-right: 20px;
}

.documents__page-num > span {
  color: #05060f;
}

.documents__navigation-arrow {
  width: 48px;
  height: 48px;
}

.documents__navigation-arrow--prev {
  margin-right: 4px;
  background: #eeeff2 url("/local/templates/rosneft/css/../img/svg/arrow-left.svg") no-repeat center;
  padding: 0;
}

.documents__navigation-arrow--next {
  background: #ffd200 url("/local/templates/rosneft/css/../img/svg/arrow-right.svg") no-repeat center;
  padding: 0;
}

.page404 {
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 100px 22px 50px;
}

.page404__title-wrapper {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  margin-bottom: 53px;
  position: relative;
}

.page404__title-wrapper::after {
  position: absolute;
  content: "";
  top: -12px;
  left: 0;
  width: 100%;
  height: 306px;
  z-index: -1;
  background: url("/local/templates/rosneft/css/../img/svg/404bg.svg") no-repeat center;
}

.page404__title {
  font-weight: 600;
  font-size: 260px;
  line-height: 1.08;
  color: #05060f;
  margin: 0;
  text-align: center;
}

.page404__subtitle {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.08;
  color: #05060f;
  margin: 0;
  margin-bottom: 20px;
}

.page404__text {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: #05060f;
  font-family: "Mulish", "Arial", sans-serif;
  text-align: center;
  margin: 0;
  margin-bottom: 40px;
}

.page404__btn {
  font-weight: 700;
}

.map__popup {
  width: 340px;
  padding: 20px;
  padding-right: 30px;
  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: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  background-color: #ffffff;
  border-radius: 12px;
  -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
          box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
}

.map__popup-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #05060f;
  font-family: "Mulish", "Arial", sans-serif;
  margin: 0;
  margin-bottom: 12px;
}

.map__popup-text--address,
.map__popup-text--mail,
.map__popup-text--phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}

.map__popup-text--address::before,
.map__popup-text--mail::before,
.map__popup-text--phone::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.map__popup-text--address::before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.5 10.333C19.5 16.1663 12 21.1663 12 21.1663C12 21.1663 4.5 16.1663 4.5 10.333C4.5 8.34388 5.29018 6.43623 6.6967 5.02971C8.10322 3.62318 10.0109 2.83301 12 2.83301C13.9891 2.83301 15.8968 3.62318 17.3033 5.02971C18.7098 6.43623 19.5 8.34388 19.5 10.333Z' stroke='%23FFD300' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 12.833C13.3807 12.833 14.5 11.7137 14.5 10.333C14.5 8.9523 13.3807 7.83301 12 7.83301C10.6193 7.83301 9.5 8.9523 9.5 10.333C9.5 11.7137 10.6193 12.833 12 12.833Z' stroke='%23FFD300' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.map__popup-text--mail::before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.125 6.125L12 11.1875L20.4375 6.125M5.25 18.3044C4.00736 18.3044 3 17.297 3 16.0544V7.25C3 6.00736 4.00736 5 5.25 5H18.75C19.9926 5 21 6.00736 21 7.25V16.0543C21 17.297 19.9926 18.3044 18.75 18.3044H5.25Z' stroke='%23FFD300' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.map__popup-text--phone::before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.6633 18.771C20.6633 18.771 19.5047 19.909 19.2207 20.2427C18.7582 20.7363 18.2132 20.9693 17.4988 20.9693C17.4301 20.9693 17.3568 20.9693 17.2881 20.9648C15.9279 20.8779 14.6639 20.3478 13.7159 19.8953C11.1238 18.643 8.84771 16.8652 6.95629 14.612C5.39461 12.7336 4.35044 10.9969 3.65891 9.13217C3.233 7.99415 3.07729 7.1075 3.14598 6.27113C3.19178 5.7364 3.39787 5.29308 3.77798 4.91374L5.33966 3.35526C5.56406 3.14502 5.80221 3.03076 6.03577 3.03076C6.32429 3.03076 6.55786 3.20443 6.70441 3.35069C6.70899 3.35526 6.71357 3.35983 6.71815 3.3644C6.99751 3.62491 7.26313 3.89456 7.54249 4.18249C7.68446 4.32874 7.83101 4.47499 7.97756 4.62581L9.22782 5.87351C9.71327 6.35797 9.71327 6.80586 9.22782 7.29032C9.09501 7.42286 8.96678 7.5554 8.83397 7.68337C8.44927 8.07642 8.75147 7.77483 8.35304 8.13132C8.34388 8.14046 8.33472 8.14503 8.33014 8.15417C7.93629 8.54722 8.00956 8.93113 8.092 9.19164C8.09658 9.20535 8.10116 9.21906 8.10573 9.23277C8.43089 10.0189 8.88886 10.7593 9.58498 11.6413L9.58956 11.6459C10.8536 13.1998 12.1862 14.411 13.6563 15.3387C13.8441 15.4576 14.0364 15.5536 14.2196 15.645C14.3845 15.7272 14.5402 15.8049 14.673 15.8872C14.6913 15.8963 14.7097 15.91 14.728 15.9192C14.8837 15.9969 15.0302 16.0334 15.1814 16.0334C15.5615 16.0334 15.7996 15.7958 15.8775 15.7181L16.7752 14.8222C16.9309 14.6668 17.1782 14.4795 17.4667 14.4795C17.7506 14.4795 17.9842 14.6577 18.1262 14.8131C18.1308 14.8177 18.1308 14.8177 18.1353 14.8222L20.6587 17.3405C21.1305 17.8067 20.6633 18.771 20.6633 18.771Z' stroke='%23FFD300' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.map__popup-text--line {
  position: relative;
  margin-bottom: 24px;
  width: 100%;
}

.map__popup-text--line::after {
  content: "";
  position: absolute;
  background-color: #ffd300;
  height: 1px;
  bottom: -12px;
  left: 0;
  right: -10px;
  cursor: default;
  pointer-events: none;
}

.map__popup-text--secondary {
  color: #878a99;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 500;
}

.map__popup-text--background {
  border-radius: 8px;
  padding: 3px 6px;
  background: #878a99;
  color: #ffffff;
}

.map__popup-close {
  cursor: pointer;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 8px;
  right: 8px;
  background: transparent url("/local/templates/rosneft/css/../img/svg/icon-close.svg") no-repeat center;
}

.map .ymaps-2-1-79-ground-pane {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.map .ymaps-2-1-79-balloon.ymaps-2-1-79-balloon_layout_normal {
  -webkit-box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  padding: 0;
}

.map .ymaps-2-1-79-balloon__layout {
  border-radius: 12px;
}

.map .ymaps-2-1-79-balloon__content {
  margin: 0;
  padding: 0;
}

.map .ymaps-2-1-79-balloon__close + .ymaps-2-1-79-balloon__content {
  margin: 0;
}

.map .ymaps-2-1-79-balloon__close-button {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 6L6 18' stroke='%2305060F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 6L18 18' stroke='%2305060F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  opacity: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.map .ymaps-2-1-79-map-copyrights-promo,
.map .ymaps-2-1-79-copyright {
  display: none;
}

.map .ymaps-2-1-79-balloon.ymaps-2-1-79-balloon_layout_panel {
  background-color: transparent;
  padding: 0;
  border: none;
  right: auto;
  border-radius: 12px;
  margin-bottom: 10px;
  margin-left: 10px;
}

.map .ymaps-2-1-79-balloon.ymaps-2-1-79-balloon_layout_panel .ymaps-2-1-79-balloon__content {
  background-color: transparent;
  border: none;
}

.map .ymaps-2-1-79-balloon.ymaps-2-1-79-balloon_layout_panel .ymaps-2-1-79-balloon__content > ymaps {
  padding: 0 !important;
  display: inline !important;
}

.calendar__wrapper {
  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: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  position: relative;
}

.calendar__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  height: 48px;
  padding: 5px 18px;
  background-color: #ffffff;
  border: 2px solid #eeeff2;
  border-radius: 12px;
  outline: none;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.calendar__button:disabled {
  pointer-events: none;
  opacity: 0.3;
}

.calendar__button.is-active {
  background-color: #ffd200;
}

.calendar__button.is-active .calendar__icon {
  background: url("/local/templates/rosneft/css/../img/svg/icon-close.svg") no-repeat center;
  z-index: 10;
  pointer-events: all;
}

.calendar__text {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #05060f;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.calendar__text br {
  display: none;
}

.calendar__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-left: auto;
  background: url("/local/templates/rosneft/css/../img/svg/icon-calendar.svg") no-repeat center;
  z-index: 0;
  pointer-events: none;
}

.calendar__label {
  position: relative;
}

.calendar__input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-column-gap: 2px;
     -moz-column-gap: 2px;
          column-gap: 2px;
  height: 48px;
  padding: 5px 18px;
  background-color: #ffffff;
  border: 2px solid #eeeff2;
  border-radius: 12px;
  outline: none;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.calendar__input-wrapper:disabled {
  pointer-events: none;
  opacity: 0.3;
}

.calendar__input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
}

.calendar__parent.air-datepicker {
  --adp-width: 472px;
  --adp-padding: 0;
  --adp-day-cell-height: 64px;
  --adp-cell-border-radius: 12px;
  --adp-font-size: 22px;
  --adp-background-color-hover: #f3f4f7;
  --adp-transition-offset: 0;
  --adp-cell-background-color-selected: #ffd200;
  --adp-cell-background-color-in-range: rgba(255, 210, 0, 0.3);
  --adp-cell-background-color-selected-hover: #ffd200;
  --adp-cell-background-color-in-range-hover: rgba(255, 210, 0, 0.3);
  --adp-background-color-selected-other-month: #ffd200;
  --adp-background-color-in-range: rgba(255, 210, 0, 0.3);
  --adp-background-color-selected-other-month-focused: #ffd200;
  --adp-background-color-in-range-focused: rgba(255, 210, 0, 0.3);
  --adp-color-other-month: #a8a8a8;
  --adp-color-current-date: #ffb800;
  --adp-color: #000000;
  --adp-color-secondary: #000000;
  padding: 30px;
  border-radius: 16px;
  border: none;
  -webkit-box-shadow: 0 15px 70px 5px rgba(0, 0, 0, 0.06);
          box-shadow: 0 15px 70px 5px rgba(0, 0, 0, 0.06);
}

.calendar__parent.air-datepicker.-inline- {
  -webkit-box-shadow: 0 15px 70px 5px rgba(0, 0, 0, 0.06);
          box-shadow: 0 15px 70px 5px rgba(0, 0, 0, 0.06);
  position: relative;
}

.calendar__parent .air-datepicker--pointer {
  display: none;
}

.calendar__parent .air-datepicker--navigation {
  margin-bottom: 42px;
}

.calendar__parent .air-datepicker-nav {
  border: none;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.calendar__parent .air-datepicker-nav--title {
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.3;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-right: auto;
  padding: 0;
  position: relative;
  z-index: 1;
}

.calendar__parent .air-datepicker-nav--title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -25px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 32px;
  background: url("/local/templates/rosneft/css/../img/svg/icon-arrow-bottom.svg") no-repeat center right;
  z-index: -1;
}

.calendar__parent .air-datepicker-nav--title:active::after {
  background: #eaeaea url("/local/templates/rosneft/css/../img/svg/icon-arrow-bottom.svg") no-repeat center right;
}

.calendar__parent .air-datepicker-nav--action[data-action=next] {
  margin-right: 8px;
  margin-left: 20px;
}

.calendar__parent .air-datepicker-body--day-names {
  margin-top: 0;
  margin-bottom: 30px;
}

.calendar__parent .air-datepicker-body--day-name {
  font-family: "Montserrat", "Arial", sans-serif;
  text-transform: capitalize;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
}

.calendar__parent .air-datepicker-body--cells.-days- {
  gap: 4px;
}

.calendar__parent .air-datepicker-cell.-day- {
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: 400;
  font-size: 14px;
  border: 1px solid #eeeff2;
}

.calendar__parent .air-datepicker-cell.-day-.-other-month- {
  border: none;
  background-color: #f2f2f2;
}

.calendar__parent .air-datepicker-cell.-day-.-in-range- {
  font-weight: 600;
}

.calendar__parent .air-datepicker-cell.-selected- {
  color: #000000;
  font-weight: 600;
}

.calendar__parent .air-datepicker-cell.-selected-.-other-month- {
  color: #000000;
}

.calendar__parent .air-datepicker-cell.-range-to- {
  border: none;
  font-weight: 600;
}

.calendar__parent .air-datepicker-cell.-range-from- {
  font-weight: 600;
}

.calendar__parent .air-datepicker-cell.-selected-.-current- {
  color: #000000;
}

.calendar__parent .air-datepicker-cell.-day-.-other-month-.-focus-.-range-from- {
  background-color: rgba(255, 210, 0, 0.3);
  color: #000000;
}

.calendar__parent .air-datepicker-cell.-day-.-selected-.-other-month- {
  color: #000000;
}

.calendar__parent .air-datepicker--buttons {
  border: none;
}

.pagination {
  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;
}

.pagination__page-num {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: #878a99;
  font-family: "Mulish", "Arial", sans-serif;
  margin-right: 20px;
}

.pagination__current {
  color: #000000;
}

.pagination__arrow {
  width: 48px;
  height: 48px;
}

.pagination__arrow--prev {
  margin-right: 4px;
  background: #ffd200 url("/local/templates/rosneft/css/../img/svg/arrow-left.svg") no-repeat center;
  padding: 0;
}

.pagination__arrow--prev.is-disabled {
  background-color: #eeeff2;
  cursor: default;
  pointer-events: none;
}

.pagination__arrow--prev.is-disabled.focus-visible:focus {
  background-color: #eeeff2;
}

.pagination__arrow--next {
  background: #ffd200 url("/local/templates/rosneft/css/../img/svg/arrow-right.svg") no-repeat center;
  padding: 0;
}

.pagination__arrow--next.is-disabled {
  background-color: #eeeff2;
  cursor: default;
  pointer-events: none;
}

.pagination__arrow--next.is-disabled.focus-visible:focus {
  background-color: #eeeff2;
}

.city-select {
  position: relative;
  margin-left: 1px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.city-select__search-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15px;
}

.city-select__search {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  color: #05060f;
  font-family: "Mulish", "Arial", sans-serif;
  border: none;
  background-color: #ffffff;
  height: 48px;
  padding: 11px 16px 11px 48px;
  border-radius: 12px;
  width: 100%;
}

.city-select__search::-webkit-input-placeholder {
  font-weight: 600;
  font-size: 14;
  line-height: 1.3;
  color: #878a99;
  font-family: "Mulish", "Arial", sans-serif;
}

.city-select__search::-moz-placeholder {
  font-weight: 600;
  font-size: 14;
  line-height: 1.3;
  color: #878a99;
  font-family: "Mulish", "Arial", sans-serif;
}

.city-select__search:-ms-input-placeholder {
  font-weight: 600;
  font-size: 14;
  line-height: 1.3;
  color: #878a99;
  font-family: "Mulish", "Arial", sans-serif;
}

.city-select__search::-ms-input-placeholder {
  font-weight: 600;
  font-size: 14;
  line-height: 1.3;
  color: #878a99;
  font-family: "Mulish", "Arial", sans-serif;
}

.city-select__search::placeholder {
  font-weight: 600;
  font-size: 14;
  line-height: 1.3;
  color: #878a99;
  font-family: "Mulish", "Arial", sans-serif;
}

.city-select__search:focus-visible {
  outline: 1px solid #ffd200;
}

.city-select__location-list-wrapper {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  right: 0;
  z-index: 2;
  border-radius: 12px;
  padding: 12px 16px 12px 16px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 15px 70px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 15px 70px 5px rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.city-select__location-list-wrapper.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.city-select__location-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  max-height: 185px;
  display: -ms-grid;
  display: grid;
  row-gap: 12px;
  overflow-y: auto;
}

.city-select__location-list::-webkit-scrollbar {
  width: 3px;
}

.city-select__location-list::-webkit-scrollbar-thumb {
  background-color: #878a99;
  border-radius: 3px;
  height: 50px;
  width: 3px;
}

.city-select__location-list::-webkit-scrollbar-track {
  background-color: #ffffff;
  width: 3px;
}

.city-select__location-item {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  color: #05060f;
  font-family: "Mulish", "Arial", sans-serif;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.city-select__location-item.is-hidden {
  display: none;
}

.career {
  padding-top: 80px;
  padding-bottom: 80px;
}

.career__intro {
  margin-bottom: 80px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 494px) minmax(150px, 597px);
  grid-template-columns: minmax(0, 494px) minmax(150px, 597px);
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}

.career__intro-content > h1 {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.16;
  color: #05060f;
  margin: 0;
  margin-bottom: 20px;
}

.career__intro-content > p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.35;
  color: #05060f;
  font-family: "Mulish", "Arial", sans-serif;
  margin: 0;
  margin-bottom: 24px;
}

.career__brief {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 16px;
  margin-bottom: 80px;
}

.career__brief-item {
  padding: 40px;
  background: #333333 url("/local/templates/rosneft/css/../img/content/career/bg-arrows.svg") no-repeat bottom -198px right -32px;
  border-radius: 24px;
}

.career__brief-item:last-child {
  background: #333333 url("/local/templates/rosneft/css/../img/content/career/bg-arrows-2.svg") no-repeat bottom -141px right 10px;
}

.career__brief-item > p {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.25;
  color: #ffffff;
  font-family: "Mulish", "Arial", sans-serif;
  margin: 0;
}

.career__advantages-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.04fr 1fr;
  grid-template-columns: 1.04fr 1fr;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 22px;
  margin-bottom: 25px;
}

.career__advantages-wrapper > b {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.33;
  color: #05060f;
  margin: 0;
  margin-bottom: 22px;
  display: block;
}

.career__advantages-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 18px;
}

.career__advantages-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.35;
  color: #05060f;
  font-family: "Mulish", "Arial", sans-serif;
}

.career__advantages-item::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: "";
  position: static;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: url("/local/templates/rosneft/css/../img/svg/icon-check.svg") no-repeat center/24px auto;
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
}

.career__invite-title {
  font-weight: 600;
  font-size: 28px;
  line-height: 1.28;
  color: #05060f;
  margin: 0;
}

.service-page main {
  padding-bottom: 100px;
}

.catalog-page .quiz {
  padding-top: 80px;
}

body.page.index.work {
  margin: auto;
  width: 1920px;
  height: 6968px;
  background: url("/local/templates/rosneft/css/../maket/index1920.png") center 0 no-repeat;
}

body.page.about.work {
  margin: auto;
  width: 1920px;
  height: 4255px;
  background: url("/local/templates/rosneft/css/../maket/about1920.png") center 0 no-repeat;
}

body.page.about.work main {
  height: 3792px;
  background: #ffff00;
  width: 100%;
  opacity: 0.5;
}

body.page.news.work {
  margin: auto;
  width: 1920px;
  height: 2160px;
  background: url("/local/templates/rosneft/css/../maket/news1920.png") center 0 no-repeat;
}

body.page.news.work main {
  height: 1697px;
  background: #ffff00;
  width: 100%;
  opacity: 0.5;
}

body.page.map.work {
  margin: auto;
  width: 1920px;
  height: 943px;
  background: url("/local/templates/rosneft/css/../maket/map1920.png") center 0 no-repeat;
}

body.page.catalog.work {
  margin: auto;
  width: 1920px;
  height: 3455px;
  background: url("/local/templates/rosneft/css/../maket/catalog1920.png") center 0 no-repeat;
}

body.page.catalog.work main {
  height: 2992px;
  background: #ffff00;
  width: 100%;
  opacity: 0.5;
}

body.page.service.work {
  margin: auto;
  width: 1920px;
  height: 2683px;
  background: url("/local/templates/rosneft/css/../maket/service1920.png") center 0 no-repeat;
}

body.page.service.work main {
  height: 2220px;
  background: #ffff00;
  width: 100%;
  opacity: 0.5;
}

body.page.fuelonline.work {
  margin: auto;
  width: 1920px;
  height: 1807px;
  background: url("/local/templates/rosneft/css/../maket/fuelonline1920.png") center 0 no-repeat;
}

body.page.fuelonline.work main {
  height: 1344px;
  background: #ffff00;
  width: 100%;
  opacity: 0.5;
}

body.page.navigator.work {
  margin: auto;
  width: 1920px;
  height: 1290px;
  background: url("/local/templates/rosneft/css/../maket/navigator1920.png") center 0 no-repeat;
}

body.page.activity.work {
  margin: auto;
  width: 1920px;
  height: 2565px;
  background: url("/local/templates/rosneft/css/../maket/activity1920.png") center 0 no-repeat;
}

body.page.activity.work main {
  height: 2102px;
  background: #ffff00;
  width: 100%;
  opacity: 0.5;
}

body.page.regional.work {
  margin: auto;
  width: 1920px;
  height: 1807px;
  background: url("/local/templates/rosneft/css/../maket/regional1920.png") center 0 no-repeat;
}

body.page.regional.work main {
  height: 1344px;
  background: #ffff00;
  width: 100%;
  opacity: 0.5;
}

body.page.tranzit.work {
  margin: auto;
  width: 1920px;
  height: 1807px;
  background: url("/local/templates/rosneft/css/../maket/tranzit1920.png") center 0 no-repeat;
}

body.page.tranzit.work main {
  height: 1344px;
  background: #ffff00;
  width: 100%;
  opacity: 0.5;
}

body.page.organization.work {
  margin: auto;
  width: 1920px;
  height: 1859px;
  background: url("/local/templates/rosneft/css/../maket/organization1920.png") center 0 no-repeat;
}

body.page.organization.work main {
  height: 1396px;
  background: #ffff00;
  width: 100%;
  opacity: 0.5;
}

body.page.office-list.work {
  margin: auto;
  width: 1920px;
  height: 1753px;
  background: url("/local/templates/rosneft/css/../maket/office-list1920.png") center 0 no-repeat;
}

body.page.office-list.work main {
  height: 1290px;
  background: #ffff00;
  width: 100%;
  opacity: 0.5;
}

body.page.office-map.work {
  margin: auto;
  width: 1920px;
  height: 1574px;
  background: url("/local/templates/rosneft/css/../maket/office-map1920.png") center 0 no-repeat;
}

body.page.office-map.work main {
  height: 1111px;
  background: #ffff00;
  width: 100%;
  opacity: 0.5;
}

body.page.edo.work {
  margin: auto;
  width: 1920px;
  height: 1836px;
  background: url("/local/templates/rosneft/css/../maket/edo1920.png") center 0 no-repeat;
}

body.page.edo.work main {
  height: 1373px;
  background: #ffff00;
  width: 100%;
  opacity: 0.5;
}

body.page.search.work {
  margin: auto;
  width: 1920px;
  height: 1589px;
  background: url("/local/templates/rosneft/css/../maket/search1920.png") center 0 no-repeat;
}

body.page.search.work main {
  height: 1126px;
  background: #ffff00;
  width: 100%;
  opacity: 0.5;
}

body.page.documents.work {
  margin: auto;
  width: 1920px;
  height: 1475px;
  background: url("/local/templates/rosneft/css/../maket/documents1920.png") center 0 no-repeat;
}

body.page.documents.work main {
  height: 1012px;
  background: #ffff00;
  width: 100%;
  opacity: 0.5;
}

body.page.lk-integration.work {
  margin: auto;
  width: 1920px;
  height: 1289px;
  background: url("/local/templates/rosneft/css/../maket/lk-integration1920.png") center 0 no-repeat;
}

body.page.lk.work {
  margin: auto;
  width: 1920px;
  height: 1797px;
  background: url("/local/templates/rosneft/css/../maket/lk1920.png") center 0 no-repeat;
}

body.page.lk.work main {
  height: 1334px;
  background: #ffff00;
  width: 100%;
  opacity: 0.5;
}

body.page.support.work {
  margin: auto;
  width: 1920px;
  height: 1310px;
  background: url("/local/templates/rosneft/css/../maket/support1920.png") center 0 no-repeat;
}

body.page.mobile.work {
  margin: auto;
  width: 1920px;
  height: 1808px;
  background: url("/local/templates/rosneft/css/../maket/mobile1920.png") center 0 no-repeat;
}

body.page.mobile.work main {
  height: 1344px;
  background: #ffff00;
  width: 100%;
  opacity: 0.5;
}

body.page.contacts.work {
  margin: auto;
  width: 1920px;
  height: 2148px;
  background: url("/local/templates/rosneft/css/../maket/contacts1920.png") center 0 no-repeat;
}

body.page.contacts.work main {
  height: 1684px;
  background: #ffff00;
  width: 100%;
  opacity: 0.5;
}

body.page.actions.work {
  margin: auto;
  width: 1920px;
  height: 2314px;
  background: url("/local/templates/rosneft/css/../maket/actions1920.png") center 0 no-repeat;
}

body.page.actions.work main {
  height: 1851px;
  background: #ffff00;
  width: 100%;
  opacity: 0.5;
}

body.page.actions-partners.work {
  margin: auto;
  width: 1920px;
  height: 2321px;
  background: url("/local/templates/rosneft/css/../maket/actions-partners1920.png") center 0 no-repeat;
}

body.page.actions-partners.work main {
  height: 1857px;
  background: #ffff00;
  width: 100%;
  opacity: 0.5;
}

body.page.action-detail.work {
  margin: auto;
  width: 1920px;
  height: 1920px;
  background: url("/local/templates/rosneft/css/../maket/action-detail1920.png") center 0 no-repeat;
}

body.page.action-detail.work main {
  height: 1456px;
  background: #ffff00;
  width: 100%;
  opacity: 0.5;
}

body.page.faq.work {
  padding: 0;
  margin: auto;
  width: 1920px;
  height: 2066px;
  background: url("/local/templates/rosneft/css/../maket/faq1920.png") center 0 no-repeat;
}

body.page.faq.work main {
  height: 1603px;
  background: #ffff00;
  width: 100%;
  opacity: 0.5;
}

@media (min-width: 1250px) {
  .main-nav__inner-list[data-accordion=content] {
    max-height: unset !important;
    overflow: auto;
    -webkit-transition: none;
    transition: none;
  }
}

@media (max-width: 1279px) {
  .receive-card__image-wrapper {
    left: -42px;
  }
}

@media (max-width: 1249px) {
  .burger {
    display: block;
  }

  .main-header {
    padding-bottom: 28px;
  }

  .main-header__wrapper {
    padding: 0 10px;
  }

  .main-header__menu-wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }

  .main-header__nav {
    display: block;
    position: absolute;
    top: 100%;
    right: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: visibility 0.3s ease;
    transition: visibility 0.3s ease;
  }

  .main-header.is-open .main-header__nav {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    visibility: visible;
    pointer-events: all;
  }

  .main-nav {
    padding: 28px 52px 26px;
    min-width: 555px;
    border-radius: 0 0 0 24px;
    -webkit-box-shadow: 0 15px 70px 5px rgba(0, 0, 0, 0.06);
            box-shadow: 0 15px 70px 5px rgba(0, 0, 0, 0.06);
    background-color: #ffffff;
    z-index: 100;
  }

  .main-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    gap: 22px 0;
  }

  .main-nav__item {
    padding: 0;
  }

  .main-nav__item.is-active .main-nav__link {
    color: #05060f;
  }

  .main-nav__item.is-active .main-nav__link svg {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    stroke: #05060f;
  }

  .main-nav__link {
    font-size: 20px;
    font-family: "Montserrat", "Arial", sans-serif;
    font-weight: 500;
    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;
  }

  .main-nav__link svg {
    display: block;
  }

  .main-nav__inner-list {
    display: block;
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0 16px;
    z-index: 0;
  }

  .main-nav__inner-item:first-child {
    margin-top: 8px;
  }

  .main-nav__inner-item:last-child {
    margin-bottom: -5px;
  }

  .main-nav__inner-link {
    font-size: 16px;
    font-weight: 500;
  }

  .user-nav__location-name {
    width: auto;
    max-width: 210px;
  }

  .intro .container {
    padding: 0 16px;
  }

  .virtual-card__app-card-wrapper {
    top: 27.5%;
  }
}

@media (max-width: 1249px) and (max-width: 991px) {
  .main-nav {
    -webkit-box-shadow: none;
            box-shadow: none;
    min-width: unset;
    padding: 15px 22px;
    border-radius: 0;
    overflow-y: auto;
  }
}

@media (max-width: 1149px) {
  .container--short {
    padding: 0 40px;
  }

  .advantages-list--double {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 37px;
       -moz-column-gap: 37px;
            column-gap: 37px;
    row-gap: 29px;
  }

  .intro__slide {
    padding-left: 40px;
  }

  .intro__slide--first {
    background-image: url("/local/templates/rosneft/css/../img/content/index/intro/slide1/front-tablet.png"), url("/local/templates/rosneft/css/../img/content/index/intro/slide1/back-tablet.png");
    background-position: bottom 17% right, top right;
  }

  .intro__slide--second {
    background-image: url("/local/templates/rosneft/css/../img/content/index/intro/slide2/front-tablet.png"), url("/local/templates/rosneft/css/../img/content/index/intro/slide2/back-tablet.png");
    background-position: bottom 17% right, top right;
  }

  .intro__slide--third {
    background-image: url("/local/templates/rosneft/css/../img/content/index/intro/slide3/front-tablet.png"), url("/local/templates/rosneft/css/../img/content/index/intro/slide3/back-tablet.png");
    background-position: bottom right 25%, top right;
  }

  .intro__slide--four {
    background-image: url("/local/templates/rosneft/css/../img/content/index/intro/slide4/front-tablet.png"), url("/local/templates/rosneft/css/../img/content/index/intro/slide4/back-tablet.png");
    background-position: bottom 17% right, top right;
  }

  .intro__slide--five {
    background-image: url("/local/templates/rosneft/css/../img/content/index/intro/slide5/front-tablet.png"), url("/local/templates/rosneft/css/../img/content/index/intro/slide5/back-tablet.png");
    background-position: bottom 17% right, top right;
  }

  .intro__slide--six {
    background-image: url("/local/templates/rosneft/css/../img/content/index/intro/slide6/front-tablet.png"), url("/local/templates/rosneft/css/../img/content/index/intro/slide6/back-tablet.png");
    background-position: bottom 17% right, top right;
  }

  .intro__slide--seven {
    background-image: url("/local/templates/rosneft/css/../img/content/index/intro/slide7/front-tablet.png"), url("/local/templates/rosneft/css/../img/content/index/intro/slide7/back-tablet.png");
    background-position: bottom 17% right, top right;
  }

  .intro__slide--eight {
    background-image: url("/local/templates/rosneft/css/../img/content/index/intro/slide8/front-tablet.png"), url("/local/templates/rosneft/css/../img/content/index/intro/slide8/back-tablet.png");
    background-position: bottom 17% right, top right;
  }

  .intro__slide--nine {
    background-image: url("/local/templates/rosneft/css/../img/content/index/intro/slide9/front-tablet.png"), url("/local/templates/rosneft/css/../img/content/index/intro/slide9/back-tablet.png");
    background-position: bottom 17% right, top right;
  }

  .intro__slide--ten {
    background-image: url("/local/templates/rosneft/css/../img/content/index/intro/slide10/front-tablet.png?v=2"), url("/local/templates/rosneft/css/../img/content/index/intro/slide10/back-tablet.png?v=2");
    background-position: bottom 17% right, top right;
  }

  .intro__slide--eleven {
    background-image: url("/local/templates/rosneft/css/../img/content/index/intro/slide11/no_text_1149x549.png");
    /* , url("/local/templates/rosneft/css/../img/content/index/intro/slide11/no_text_1260_550.png"); */
    background-position: bottom 17% right, top right;
  }

  .opportunities {
    padding-top: 50px;
  }

  .opportunities__wrapper {
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
  }

  .opportunities__descriptions-wrapper > h2 {
    margin-bottom: 17px;
  }

  .opportunities__descriptions-wrapper > p {
    margin-bottom: 20px;
  }

  .opportunities__accordion {
    padding-right: 0;
  }

  .quiz--secondary .quiz__image-wrapper {
    left: 0;
    width: 100%;
  }

  .quiz__wrapper {
    min-height: 405px;
    -ms-grid-columns: 1fr 1.1fr;
    grid-template-columns: 1fr 1.1fr;
  }

  .quiz__image-wrapper {
    width: 100%;
    left: 0;
  }

  .quiz__item > b {
    margin-bottom: 31px;
  }

  .accordion__button--fuel .accordion__button-text {
    max-width: 500px;
  }

  .accordion__button {
    padding-left: 60px;
  }

  .accordion__text-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    width: auto;
    padding-left: 60px;
    padding-bottom: 25px;
  }

  .accordion__text-wrapper > p > br {
    display: unset;
  }

  .accordion__text-wrapper > span > br {
    display: unset;
  }

  .accordion__button-wrapper {
    width: unset;
    padding-left: 60px;
    -webkit-column-gap: 6px;
       -moz-column-gap: 6px;
            column-gap: 6px;
  }

  .services__card-container--first {
    -ms-grid-columns: 0.58fr 1fr;
    grid-template-columns: 0.58fr 1fr;
  }

  .services__card-container--second {
    -ms-grid-columns: 1fr 0.77fr;
    grid-template-columns: 1fr 0.77fr;
  }

  .services__card-container--third {
    -ms-grid-columns: 0.75fr 1fr;
    grid-template-columns: 0.75fr 1fr;
  }

  .services__card--accent .btn {
    margin-bottom: 17px;
  }

  .services__card-image--lk {
    bottom: -195px;
    right: 0;
  }

  .services__card-image--support {
    right: 7.5%;
  }

  .services__card-image--map {
    right: 2%;
    bottom: 17px;
  }

  .services__card-image--info {
    bottom: -212px;
  }

  .services__card-image--sbp {
    bottom: 9px;
  }

  .services__card-image--api {
    bottom: -23px;
  }

  .virtual-card__wrapper {
    min-height: 454px;
  }

  .virtual-card__content {
    -ms-grid-columns: 1.05fr 250px 1fr;
    grid-template-columns: 1.05fr 250px 1fr;
    width: 95.2%;
  }

  .virtual-card__column--right {
    padding-left: 18px;
  }

  .virtual-card__column--mid picture img {
    margin-bottom: -152px;
  }

  .virtual-card__column--left {
    padding: 0;
    padding-bottom: 40px;
  }

  .virtual-card__app-card-wrapper {
    top: 23%;
  }

  .virtual-card__markets {
    max-width: unset;
  }

  .virtual-card__markets img {
    height: 24.8px;
    width: auto;
  }

  .maintenance--main {
    padding-top: 137px;
    padding-bottom: 99px;
  }

  .maintenance--main .maintenance__wrapper {
    -ms-grid-columns: 1.22fr 1fr;
    grid-template-columns: 1.22fr 1fr;
  }

  .maintenance__wrapper {
    -ms-grid-columns: 1fr 1.07fr;
    grid-template-columns: 1fr 1.07fr;
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
  }

  .maintenance__wrapper > h2 {
    margin-bottom: 41px;
  }

  .maintenance__image-wrapper {
    min-height: 400px;
  }

  .maintenance__image-wrapper img {
    -o-object-position: 76% 50%;
       object-position: 76% 50%;
  }

  .receive-card {
    padding-top: 113px;
  }

  .receive-card__image-wrapper img {
    max-width: 476px;
    width: 100%;
    height: auto;
  }

  .receive-card__content {
    padding-top: 56px;
  }

  .gas-stations__wrapper {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }

  .gas-stations__map-wrapper {
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
  }

  .gas-stations__map-wrapper img {
    min-height: 380px;
  }

  .gas-stations__map {
    min-height: 304px;
  }

  .advantages__wrapper {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    -ms-grid-columns: 1fr 1.85fr;
    grid-template-columns: 1fr 1.85fr;
  }

  .advantages__description-wrapper > h2 {
    margin-bottom: 29px;
  }

  .advantages__list {
    row-gap: 45px;
  }

  .news-slider__wrapper {
    -ms-grid-columns: auto 393px minmax(0, 491px) 1fr;
    grid-template-columns: auto 393px minmax(0, 491px) 1fr;
        grid-template-areas: ". title title ." ". slider slider slider";
  }

  .news-slider__wrapper > h2 {
    margin-bottom: 40px;
  }

  .news-slider__wrapper > span {
    margin-bottom: 40px;
  }

  .faq__wrapper {
    -ms-grid-columns: 1fr 1.59fr;
    grid-template-columns: 1fr 1.59fr;
  }

  .faq__description > h2 {
    max-width: 320px;
  }

  .faq__description > span {
    max-width: 320px;
  }

  .faq__accordion {
    padding-left: 19px;
    padding-right: 19px;
  }

  .faq__accordion-button {
    padding-right: 10px;
  }

  .faq__accordion-wrapper {
    padding-bottom: 10px;
  }

  .main-footer__divider {
    padding-bottom: 39px;
  }

  .main-footer__wrapper {
    -ms-grid-columns: 1fr minmax(0, 626px);
    grid-template-columns: 1fr minmax(0, 626px);
    margin-bottom: 6px;
  }

  .main-footer__company-wrapper > a + a {
    margin-top: 0;
  }

  .main-footer__company-wrapper > span {
    margin-top: 0;
  }

  .main-footer__address-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 596px;
    gap: 10px;
  }

  .main-footer__phone-wrapper {
    margin-left: 0;
  }

  .main-footer__mail-link {
    margin-left: 0;
  }

  .main-footer__block-group {
    padding-top: 0;
    -ms-grid-columns: 18.8% 24% 30.4% 1fr;
    grid-template-columns: 18.8% 24% 30.4% 1fr;
  }

  .main-footer__column-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .about {
    padding-top: 60px;
  }

  .about__wrapper {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    -ms-grid-columns: 1.08fr 1fr;
    grid-template-columns: 1.08fr 1fr;
  }

  .about__definition-wrapper {
    margin-top: 150px;
    margin-left: 10%;
    -webkit-transform: translateX(-1%);
        -ms-transform: translateX(-1%);
            transform: translateX(-1%);
  }

  .about__definition-item::after {
    top: -40px;
  }

  .about__definition-text > b {
    font-size: 40px;
  }

  .breadcrumbs {
    padding-top: 44px;
  }

  .principles__wrapper {
    -ms-grid-columns: 1fr 1.07fr;
    grid-template-columns: 1fr 1.07fr;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }

  .advantages-secondary__list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

  .advantages-secondary__item {
    padding: 30px 24px;
  }

  .activity {
    padding-top: 132px;
  }

  .activity__wrapper {
    padding: 50px 41px;
    -ms-grid-columns: 1fr 1.34fr;
    grid-template-columns: 1fr 1.34fr;
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }

  .retail__wrapper {
    -ms-grid-columns: 1.07fr 1fr;
    grid-template-columns: 1.07fr 1fr;
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
  }

  .opinion__wrapper {
    background: #ffd200 url("/local/templates/rosneft/css/../img/svg/quiz-main-bg.svg") no-repeat top left -15px;
  }

  .catalog-intro__wrapper {
    -ms-grid-columns: 1fr 1.18fr;
    grid-template-columns: 1fr 1.18fr;
  }

  .catalog-intro__questionnaire-wrapper {
    padding: 40px 38px;
  }

  .catalog-intro__questionnaire-item > b {
    margin-bottom: 31px;
  }

  .catalog-intro__answer-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 16px;
    margin-bottom: 32px;
  }

  .fuel-online__wrapper {
    -ms-grid-columns: 1.07fr 1fr;
    grid-template-columns: 1.07fr 1fr;
  }

  .regional {
    padding-top: 87px;
  }

  .regional__wrapper {
    -webkit-column-gap: 44px;
       -moz-column-gap: 44px;
            column-gap: 44px;
    -ms-grid-columns: 1.11fr 1fr;
    grid-template-columns: 1.11fr 1fr;
  }

  .transit__wrapper {
    -ms-grid-columns: 1fr 1.07fr;
    grid-template-columns: 1fr 1.07fr;
  }

  .federal-loan {
    padding-bottom: 99px;
  }

  .federal-loan__wrapper {
    -ms-grid-columns: 1.07fr 1fr;
    grid-template-columns: 1.07fr 1fr;
  }

  .program {
    padding-top: 60px;
  }

  .program__content {
    -ms-grid-columns: 1fr 1.14fr;
    grid-template-columns: 1fr 1.14fr;
  }

  .program__content--secondary {
    -ms-grid-columns: 1.2fr 1fr;
    grid-template-columns: 1.2fr 1fr;
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }

  .program__content--image {
    -ms-grid-columns: 1.07fr 1fr;
    grid-template-columns: 1.07fr 1fr;
  }

  .program__content--image-secondary {
    -ms-grid-columns: 1fr 1.07fr;
    grid-template-columns: 1fr 1.07fr;
  }

  .program__button-wrapper--stretch {
    max-width: 294px;
  }

  .program__button-wrapper--stretch button,
  .program__button-wrapper--stretch a {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .office-list {
    padding-top: 60px;
  }

  .office-list__tabs-content {
    margin-top: 33px;
  }

  .office-list__item {
    -ms-grid-columns: 14% 21% 17.8% 24.4% 1fr;
    grid-template-columns: 14% 21% 17.8% 24.4% 1fr;
  }

  .questions__accordion-wrapper {
    margin-bottom: 1px;
  }

  .questions__form {
    -ms-grid-columns: 1fr 2.15fr;
    grid-template-columns: 1fr 2.15fr;
    padding-right: 45px;
    background: #ffd200 url("/local/templates/rosneft/css/../img/svg/form-bg-tablet.svg") no-repeat bottom left;
  }

  .contacts {
    padding-top: 60px;
  }

  .contacts__address-wrapper--indent {
    margin-bottom: 60px;
  }

  .contacts__address {
    row-gap: 98px;
  }

  .contacts__address--indent {
    margin-bottom: 39px;
  }

  .contacts__list {
    -ms-grid-columns: 28.6% 26.8% 24.6% 1fr;
    grid-template-columns: 28.6% 26.8% 24.6% 1fr;
  }

  .services-main__column {
    -ms-grid-columns: 45.3% 1fr;
    grid-template-columns: 45.3% 1fr;
  }

  .services-main__column--right {
    -ms-grid-columns: 1fr 41.4%;
    grid-template-columns: 1fr 41.4%;
  }

  .services-main__item {
    padding: 44px 40px 44px 40px;
    min-height: 290px;
  }

  .services-main__item--accent {
    background-position: top right -37px;
    min-height: 290px;
  }

  .services-main__item--accent h3 br {
    display: none;
  }

  .services-main__item--document {
    min-height: 338px;
    padding: 44px 40px 44px 40px;
    background-image: url("/local/templates/rosneft/css/../img/content/index/services/document.svg");
    background-position: bottom right 4.5%;
    background-size: 489px auto;
  }

  .services-main__item--api {
    background-image: url("/local/templates/rosneft/css/../img/content/index/services/api-secondary-tablet.svg");
    min-height: 290px;
  }

  .services-main__item--card {
    min-height: 290px;
    background-size: 333px auto;
    background-position: bottom right -14px;
  }

  .services-main__item--card h3 br {
    display: none;
  }

  .services-main__item--support {
    background-position: bottom right -63px;
    background-size: 222px auto;
    min-height: 290px;
  }

  .services-main__content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 12px;
  }

  .services-main__content > h3 {
    margin-bottom: 0;
  }

  .services-main__content > p,
  .services-main__content > ul {
    margin-bottom: 0;
    max-width: 250px;
  }

  .promo {
    padding-top: 60px;
  }

  .promo__list {
    row-gap: 40px;
  }

  .promo__item {
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
    -ms-grid-columns: 1.2fr 1fr;
    grid-template-columns: 1.2fr 1fr;
  }

  .promo__text-wrapper {
    row-gap: 27px;
  }

  .promo__text-wrapper > h2 {
    line-height: 1.5;
  }

  .promo__description {
    row-gap: 14px;
  }

  .promo-inner {
    padding-top: 60px;
  }

  .service {
    padding-top: 60px;
  }

  .service__intro {
    -ms-grid-columns: 1fr 1.44fr;
    grid-template-columns: 1fr 1.44fr;
  }

  .service__intro--integration {
    -ms-grid-columns: 1fr 1.4fr;
    grid-template-columns: 1fr 1.4fr;
  }

  .service__intro--support {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .service__content {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }

  .service__content--support .service__column > b {
    margin-bottom: 40px;
  }

  .service__content--mobile {
    -ms-grid-columns: 1.04fr 1fr;
    grid-template-columns: 1.04fr 1fr;
  }

  .service__card {
    -ms-grid-columns: 1fr 1.16fr;
    grid-template-columns: 1fr 1.16fr;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    background: #ffd200 url("/local/templates/rosneft/css/../img/svg/card-bg.svg") no-repeat bottom 22px left -80px;
    margin: 0;
  }

  .service__card--edo {
    -ms-grid-columns: 1fr 1.85fr;
    grid-template-columns: 1fr 1.85fr;
  }

  .service__card--mobile {
    -ms-grid-columns: 1fr 1.85fr;
    grid-template-columns: 1fr 1.85fr;
    background: #ffd200 url("/local/templates/rosneft/css/../img/svg/card-bg.svg") no-repeat bottom -12px left -80px;
  }

  .activities {
    padding-bottom: 107px;
  }

  .activities__content {
    -ms-grid-columns: minmax(0, 400px) auto;
    grid-template-columns: minmax(0, 400px) auto;
  }

  .activities__content--reverse {
    -ms-grid-columns: auto minmax(0, 391px);
    grid-template-columns: auto minmax(0, 391px);
  }

  .activities__card {
    padding-bottom: 51px;
  }

  .activities__card-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .activities__card-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 7.8%;
       -moz-column-gap: 7.8%;
            column-gap: 7.8%;
  }

  .activities__card-item > p {
    width: auto;
  }

  .activities__card-image {
    margin-bottom: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .search {
    padding-top: 108px;
    padding-bottom: 108px;
  }

  .search__wrapper > h1 {
    margin-bottom: 48px;
  }

  .search__card {
    padding-right: 18px;
  }

  .search__text {
    -webkit-line-clamp: 3;
  }

  .career__intro {
    -ms-grid-columns: 1fr minmax(75px, 490px);
    grid-template-columns: 1fr minmax(75px, 490px);
  }

  .career__brief-item {
    background: #333333 url("/local/templates/rosneft/css/../img/content/career/bg-arrows.svg") no-repeat bottom -167px right -26px;
  }

  .career__brief-item:last-child {
    background: #333333 url("/local/templates/rosneft/css/../img/content/career/bg-arrows-2.svg") no-repeat bottom -110px right -24px;
  }

  .career__advantages-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 29px;
  }

  .catalog-page .quiz {
    padding-top: 60px;
  }

  .news-slider__wrapper > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }

  .news-slider__wrapper > span {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }

  .news-slider__container {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 3;
  }

  .principles__wrapper > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }

  .retail__wrapper > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }

  .fuel-online__wrapper > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }

  .regional__wrapper > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }

  .transit__wrapper > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }

  .federal-loan__wrapper > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }

  .program__wrapper h1,
.program__wrapper h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }
}

@media (max-width: 1023px) {
  .activities__card {
    padding: 6.5% 7.83%;
  }

  .activities__card-item {
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
            column-gap: 5%;
  }
}

@media (max-width: 991px) {
  .wrapper {
    padding-top: 70px;
  }

  .container {
    padding: 0 20px;
  }

  .container--short {
    padding: 0 20px;
  }

  .modal--review .modal__input-wrapper--textarea {
    grid-area: auto;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .modal--review .modal__input-wrapper--textarea textarea {
    min-height: 120px;
  }

  .modal--question .modal__input-wrapper--textarea textarea {
    min-height: 120px;
  }

  .modal__wrapper {
    padding: 60px 16px;
  }

  .modal__content {
    padding: 40px 22px;
    max-width: 374px;
    width: 100%;
  }

  .modal__content--success {
    width: 327px;
    padding: 28px;
  }

  .modal__content--city {
    width: 341px;
    padding: 40px 28px 28px;
  }

  .modal__content--quiz {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 60px 22px;
  }

  .modal__title {
    margin-bottom: 32px;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
  }

  .modal__title--mb-20 {
    margin-bottom: 20px;
  }

  .modal__title--secondary {
    margin-bottom: 20px;
  }

  .modal__title--small {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
  }

  .modal__title--quiz {
    margin-bottom: 20px;
  }

  .modal__title--success {
    font-family: "Mulish", "Arial", sans-serif;
    margin-bottom: 4px;
    text-align: center;
  }

  .modal__form-inner-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .modal__form-column--wide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .modal__form-column--wide > button {
    width: 100%;
  }

  .modal__input-wrapper {
    margin-bottom: 20px;
  }

  .modal__input-wrapper--mb-lg-20 {
    margin-bottom: 20px;
  }

  .modal__content-wrapper > button,
  .modal__content-wrapper > a {
    padding: 15px 12px;
    font-weight: 700;
    font-size: 12px;
  }

  .modal__content-wrapper--quiz {
    row-gap: 0;
    padding: 0;
  }

  .modal__content-text {
    margin-top: 0;
  }

  .modal__content-text > span {
    margin-bottom: 20px;
  }

  .modal__content-text > p {
    margin-bottom: 5px;
  }

  .modal__content-text > a {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.3;
    color: #05060f;
  }

  .modal__close-btn {
    top: 8px;
    right: 8px;
  }

  .modal--fit-content .modal__content {
    width: 100%;
  }

  .modal__quiz-header {
    border-right: none;
    padding: 0;
  }

  .modal__quiz-description {
    font-size: 14px;
    line-height: 1.5;
  }

  .modal__quiz-image {
    margin-bottom: 43px;
  }

  .modal__btn-quiz {
    font-size: 12px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .modal__quiz-buttons {
    margin-bottom: 20px;
  }

  .modal__quiz-buttons button,
  .modal__quiz-buttons a {
    font-size: 12px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .custom-select__text {
    max-width: calc(100dvw - 120px);
  }

  .custom-toggle {
    margin-bottom: 20px;
  }

  .custom-toggle:last-of-type {
    margin-bottom: 30px;
  }

  .custom-toggle label {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }

  .advantages-list {
    row-gap: 16px;
    font-size: 14px;
    line-height: 1.57;
  }

  .advantages-list--double {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .advantages-list--doubleadvantages-list__item:nth-child(2n-1) {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .main-header {
    padding-top: 12px;
    padding-bottom: 10px;
  }

  .main-header__wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }

  .main-header__logo-link {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    z-index: 20;
  }

  .main-header__logo {
    width: 91px;
  }

  .main-header__nav {
    position: fixed;
    top: 66px;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .main-header__burger {
    margin-left: 0;
    margin-right: -15px;
    background-color: transparent;
  }

  .main-nav__list {
    margin-bottom: 39px;
  }

  .main-nav__phone-wrapper {
    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;
    width: 90%;
    margin: 0 auto;
    gap: 0 5px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .main-nav__phone-link {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.3;
    color: #05060f;
    font-family: "Mulish", "Arial", sans-serif;
    margin-bottom: 2px;
  }

  .main-nav__phone-button {
    font-weight: 500;
    font-size: 12px;
    line-height: 1.4;
    color: #05060f;
    margin: 0;
    padding: 2px 0 4px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    position: relative;
  }

  .main-nav__phone-button::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background-color: #ffd200;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }

  .main-nav__phone-button.focus-visible:focus::after {
    background-color: #05060f;
  }

  .main-nav__login {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 700;
    margin-bottom: 38px;
  }

  .user-nav {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    padding-top: 0;
    z-index: 20;
  }

  .user-nav__phone-wrapper {
    display: none;
  }

  .user-nav__search {
    margin-right: 12px;
  }

  .user-nav__search-form {
    width: clamp(100px, 90vw, 335px);
  }

  .user-nav__input-wrapper > input {
    border-radius: 8px;
    padding: 0 8px;
    height: 40px;
    font-size: 14px;
  }

  .user-nav__search-submit {
    font-size: 14px;
    padding-top: 9px;
    padding-bottom: 9px;
    border-radius: 8px;
  }

  .user-nav__location-name {
    font-size: 12px;
  }

  .user-nav__location-name::after {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(85%, rgba(255, 255, 255, 0)), color-stop(90%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 85%, rgb(255, 255, 255) 90%, rgb(255, 255, 255) 100%);
  }

  .user-nav__location-list-wrapper {
    left: calc(50% - 119px - 62px);
  }

  .user-nav__login {
    display: none;
  }

  .intro .container {
    padding: 0;
  }

  .intro__slide {
    padding: 32px 22px;
    border-radius: 0;
    min-height: 602px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .intro__slide--first {
    background-image: url("/local/templates/rosneft/css/../img/content/index/intro/slide1/back-mobile.png");
    background-position: top center;
  }

  .intro__slide--second {
    padding: 32px 22px;
    background-image: url("/local/templates/rosneft/css/../img/content/index/intro/slide2/back-mobile.png");
    background-position: top center;
  }

  .intro__slide--third {
    padding: 32px 22px;
    background-image: url("/local/templates/rosneft/css/../img/content/index/intro/slide3/back-mobile.png");
    background-position: top center;
  }

  .intro__slide--four {
    padding: 32px 22px;
    background-image: url("/local/templates/rosneft/css/../img/content/index/intro/slide4/back-mobile.png");
    background-position: top center;
  }

  .intro__slide--five {
    padding: 32px 22px;
    background-image: url("/local/templates/rosneft/css/../img/content/index/intro/slide5/back-mobile.png");
    background-position: top center;
  }

  .intro__slide--six {
    padding: 32px 22px;
    background-image: url("/local/templates/rosneft/css/../img/content/index/intro/slide6/back-mobile.png");
    background-position: top center;
  }

  .intro__slide--seven {
    padding: 32px 22px;
    background-image: url("/local/templates/rosneft/css/../img/content/index/intro/slide7/back-mobile.png");
    background-position: top center;
  }

  .intro__slide--eight {
    background-image: url("/local/templates/rosneft/css/../img/content/index/intro/slide8/back-mobile.png");
    background-position: top center;
  }

  .intro__slide--nine {
    background-image: url("/local/templates/rosneft/css/../img/content/index/intro/slide9/back-mobile.png?v=3");
    background-position: top center;
  }

  .intro__slide--ten {
    background-image: url("/local/templates/rosneft/css/../img/content/index/intro/slide10/back-mobile.png?v=2");
    background-position: top center;
  }

  .intro__slide--eleven {
    background-image: url("/local/templates/rosneft/css/../img/content/index/intro/slide11/no_text_991_602.png");
    background-position: center;
  }

  .intro__content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 331px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
  }

  .intro__content > h2 {
    font-size: 24px;
    line-height: 1;
    padding: 0;
  }

  .intro__content > .intro_title {
    font-size: 24px;
    line-height: 1;
    padding: 0;
  }

  .intro__content > p {
    margin-top: auto;
    padding-top: 245px;
    margin-bottom: 30px;
  }

  .intro__button {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .intro__pagination {
    display: none;
  }

  .brief {
    padding-top: 0;
  }

  .brief__swiper {
    overflow: visible;
  }

  .brief__swiper .brief__pagination {
    bottom: -20px;
  }

  .brief__item {
    width: auto;
    margin-right: 0;
  }

  .brief__content {
    width: 230px;
  }

  .opportunities {
    padding-top: 50px;
  }

  .opportunities__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 0;
  }

  .opportunities__descriptions-wrapper {
    margin-bottom: 28px;
  }

  .opportunities__descriptions-wrapper > h2 {
    font-size: 28px;
    line-height: 1.14;
    margin-bottom: 7px;
  }

  .opportunities__descriptions-wrapper > p {
    margin-bottom: 17px;
    font-size: 14px;
    line-height: 1.42;
  }

  .opportunities__descriptions-wrapper > a {
    font-size: 14px;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .quiz {
    padding-top: 50px;
  }

  .quiz .container {
    padding: 0;
  }

  .quiz--secondary .quiz__image-wrapper {
    width: 100%;
  }

  .quiz__wrapper {
    border-radius: 0;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    background: #ffd200 url("/local/templates/rosneft/css/../img/svg/quiz-main-bg.svg") no-repeat bottom -536px center/375px auto;
  }

  .quiz__image-column {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: -36px;
  }

  .quiz__image-wrapper {
    position: static;
    max-width: 510px;
    width: 100%;
    margin: 0 auto;
    left: auto;
  }

  .quiz__image-wrapper img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 419px;
  }

  .quiz__quiz-wrapper {
    padding-top: 32px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .quiz__quiz-wrapper > h2 {
    font-size: 28px;
    line-height: 1.14;
    margin-bottom: 28px;
  }

  .quiz__quiz-wrapper--text {
    padding-top: 32px;
    padding-bottom: 20px;
  }

  .quiz__quiz-wrapper--text > .btn {
    margin-bottom: 28px;
  }

  .quiz__item > b {
    margin-bottom: 24px;
  }

  .quiz__answer-list {
    row-gap: 20px;
  }

  .accordion__element {
    margin-bottom: 36px;
  }

  .accordion__element::before {
    bottom: -18px;
  }

  .accordion__button::before,
  .accordion__button::after {
    top: 12px;
    right: 4px;
  }

  .accordion__button {
    padding-left: 0;
    min-height: 88px;
  }

  .accordion__button-title-wrapper {
    min-height: 45px;
    padding-left: 58px;
    margin-bottom: 7px;
  }

  .accordion__button-title {
    font-size: 20px;
    line-height: 1.2;
  }

  .accordion__button-text {
    font-size: 14px;
    line-height: 1.42;
  }

  .accordion__text-wrapper {
    width: unset;
    padding: 0;
    row-gap: 13px;
    padding-top: 12px;
    margin-bottom: 17px;
  }

  .accordion__text-wrapper > p {
    font-size: 14px;
    line-height: 1.42;
  }

  .accordion__button-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 11px;
    padding: 0;
  }

  .accordion__button-wrapper > button,
  .accordion__button-wrapper > a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 14px;
  }

  .services {
    padding-top: 50px;
  }

  .services__title {
    font-size: 28px;
    line-height: 1.14;
    margin-bottom: 19px;
  }

  .services__card-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .services__card-container:not(:last-of-type) {
    margin-bottom: 16px;
  }

  .services__card {
    padding: 16px;
    min-height: 260px;
  }

  .services__card .btn {
    font-size: 14px;
  }

  .services__card > h3 {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 10px;
  }

  .services__card > span {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 10px;
  }

  .services__card > p {
    font-size: 14px;
    line-height: 1.42;
    margin-bottom: 22px;
  }

  .services__card--support > h3 {
    max-width: 90%;
  }

  .services__card--support > p br {
    display: none;
  }

  .services__card--info > h3 {
    max-width: 90%;
  }

  .services__card--doc .btn {
    margin-bottom: 12px;
  }

  .services__card-image--lk {
    bottom: -160px;
  }

  .services__card-image--support {
    width: 137px;
    right: 10px;
    bottom: -15px;
  }

  .services__card-image--map {
    width: 133px;
    bottom: 2px;
  }

  .services__card-image--info {
    width: 135px;
    right: 13px;
    bottom: -204px;
  }

  .services__card-image--sbp {
    width: 135px;
    right: 13px;
    bottom: 1px;
  }

  .services__card-image--api {
    bottom: -43px;
    right: -15px;
  }

  .services__card-image--doc {
    width: 120px;
    right: 20px;
    bottom: 10px;
  }

  .virtual-card {
    padding-top: 50px;
    overflow: auto;
  }

  .virtual-card .container {
    /*padding: 0;*/
  }

  .virtual-card__wrapper {
    border-radius: 16px;
  }

  .virtual-card__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    justify-items: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    width: 100%;
    padding: 0 19px;
    padding-top: 21px;
    padding-bottom: 18px;
    overflow: visible;
  }

  .virtual-card__column h2 {
    font-size: 28px;
  }

  .virtual-card__column p,
  .virtual-card__column ul {
    font-size: 14px;
    line-height: 1.42;
  }

  .virtual-card__column--right > p {
    padding-left: 31px;
  }

  .virtual-card__column--right {
    max-width: unset;
    padding-top: 14px;
    padding-left: 5px;
    padding-bottom: 0;
    margin-bottom: 12px;
    width: 100%;
    row-gap: 20px;
  }

  .virtual-card__column--mid {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .virtual-card__column--mid picture img {
    margin-bottom: 0;
  }

  .virtual-card__column--left > h2 {
    margin-bottom: 10px;
  }

  .virtual-card__column--left > p {
    margin-bottom: 23px;
  }

  .virtual-card__column--left {
    padding: 0;
    margin-bottom: 0;
    max-width: unset;
    width: 100%;
  }

  .virtual-card__column--left > a {
    font-size: 14px;
  }

  .virtual-card__app-card-wrapper {
    top: 19.5%;
  }

  .virtual-card__download {
    display: none;
  }

  .virtual-card__markets {
    padding-top: 38px;
    margin-left: -2px;
    margin-right: -2px;
  }

  .virtual-card__markets img {
    height: 34px;
  }

  .maintenance {
    padding-top: 50px;
  }

  .maintenance--main {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .maintenance--main .maintenance__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .maintenance--main .maintenance__header > h3 {
    margin-bottom: 30px;
  }

  .maintenance--main .maintenance__image-wrapper {
    grid-row: auto;
    margin-bottom: 30px;
  }

  .maintenance__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .maintenance__wrapper > h2 {
    font-size: 28px;
  }

  .maintenance__image-wrapper {
    grid-row: auto;
    margin-bottom: 0;
    min-height: 306px;
    border-radius: 16px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .maintenance__image-wrapper img {
    border-radius: 16px;
    -o-object-position: 100% 50%;
       object-position: 100% 50%;
  }

  .maintenance__header > h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .maintenance__header > h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .maintenance__content {
    grid-column: auto;
  }

  .maintenance__content > p {
    font-size: 14px;
    line-height: 1.42;
  }

  .maintenance__btn {
    margin-top: 5px;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 14px;
    margin-bottom: 30px;
  }

  .receive-card {
    padding-top: 70px;
  }

  .receive-card__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding-top: 32px;
    border-radius: 16px;
  }

  .receive-card__image-container {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    grid-column: auto;
  }

  .receive-card__image-wrapper {
    position: static;
    left: auto;
    margin-left: -21px;
    width: calc(100% + 42px);
  }

  .receive-card__image-wrapper img {
    max-width: 498px;
    margin-right: auto;
    margin-left: auto;
  }

  .receive-card__content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    grid-column: auto;
    padding: 0 30px 0 32px;
    margin-bottom: 32px;
  }

  .receive-card__content > h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .receive-card__content > span {
    margin-bottom: 29px;
  }

  .gas-stations {
    padding-top: 50px;
  }

  .gas-stations__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .gas-stations__content {
    margin-bottom: 32px;
  }

  .gas-stations__content > h2 {
    font-size: 28px;
    margin-bottom: 8px;
  }

  .gas-stations__content > p,
  .gas-stations__content > ul {
    font-size: 14px;
    line-height: 1.42;
    margin-bottom: 21px;
  }

  .gas-stations__btn {
    margin-top: 3px;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 14px;
  }

  .gas-stations__map-wrapper img {
    -o-object-position: 90% 50%;
       object-position: 90% 50%;
  }

  .advantages {
    padding-top: 50px;
  }

  .advantages__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .advantages__description-wrapper {
    margin-bottom: 27px;
  }

  .advantages__description-wrapper > h2 {
    font-size: 28px;
    margin-bottom: 19px;
  }

  .advantages__button {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 14px;
  }

  .advantages__list {
    row-gap: 39px;
  }

  .advantages__item::after {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #eeeff2;
  }

  .advantages__item > h3 {
    font-size: 20px;
    min-height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .advantages__item > span {
    font-size: 20px;
    min-height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .advantages__item > p {
    font-size: 14px;
    grid-column: 1/-1;
    line-height: 1.42;
  }

  .news-slider {
    padding-top: 50px;
  }

  .news-slider__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .news-slider__wrapper > h2 {
    width: calc(100% - 44px);
    margin: 0 auto;
    margin-bottom: 40px;
    font-size: 28px;
  }

  .news-slider__wrapper > span {
    width: calc(100% - 44px);
    margin: 0 auto;
    margin-bottom: 40px;
    font-size: 28px;
  }

  .news-slider__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .news-slider__description-wrapper {
    min-width: unset;
    min-height: 255px;
    padding-bottom: 32px;
    padding-left: 32px;
    width: calc(100% - 44px);
    margin: 0 auto;
    margin-bottom: 40px;
    background-image: url("/local/templates/rosneft/css/../img/svg/news-slider-bg-mobile.svg");
  }

  .news-slider__slider-wrapper .swiper-slide {
    height: auto;
  }

  .news-slider__slider-wrapper .news-slider__slide {
    width: 392px;
  }

  .news-slider__slider-wrapper {
    width: 100%;
    max-width: unset;
  }

  .news-slider__slider-wrapper .swiper-slide:last-child .news-slider__slide {
    padding-right: 22px;
    width: 376px;
  }

  .news-slider__buttons-wraper {
    padding: 0 22px;
  }

  .news-slider__button {
    display: none;
  }

  .news-slider__news-button {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .news-slider__slide {
    padding-right: 38px;
    padding-left: 22px;
  }

  .news-slider__slide::after {
    right: 7px;
  }

  .news-slider__slide > p {
    font-size: 14px;
    line-height: 1.42;
  }

  .news-slider__modal-btn {
    right: 38px;
    left: 22px;
  }

  .faq {
    padding-bottom: 50px;
  }

  .faq__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .faq__description {
    grid-column: auto;
    margin-bottom: -2px;
  }

  .faq__description > h2 {
    font-size: 28px;
  }

  .faq__description > span {
    font-size: 28px;
  }

  .faq__description > h2 > br {
    display: inline;
  }

  .faq__description > span > br {
    display: inline;
  }

  .faq__search-container {
    grid-column: auto;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .faq__search {
    max-width: unset;
  }

  .faq__accordion {
    grid-column: auto;
    grid-row: auto;
    display: grid; 
    row-gap: 20px;
    margin-left: -22px;
    margin-right: -22px;
    border-radius: 0;
    padding: 33px 22px 18px;
  }

  .faq__accordion-element {
    margin-bottom: 25px;
  }

  .faq__accordion-button {
    padding: 0;
    min-height: unset;
  }

  .faq__accordion-wrapper {
    margin-top: 24px;
    padding-bottom: 26px;
    margin-bottom: 0;
  }

  .main-footer__wrapper {
    gap: 0;
    margin-bottom: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 0 auto 0 auto;
        grid-template-areas: "address" "links" "company";
  }

  .main-footer__logo {
    display: none;
  }

  .main-footer__address-wrapper {
    max-width: unset;
    row-gap: 27px;
    margin-bottom: 40px;
  }

  .main-footer__feedback-button {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .main-footer__phone-wrapper {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    margin-bottom: 12px;
  }

  .main-footer__phone-link {
    margin-bottom: 0;
  }

  .main-footer__phone-button {
    padding-top: 0;
  }

  .main-footer__block-group {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    display: block;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    margin-bottom: 40px;
  }

  .main-footer__column-list {
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
  }

  .main-footer__list {
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
  }

  .main-footer__item br {
    display: none;
  }

  .main-footer__item--break br {
    display: block;
  }

  .about {
    padding-top: 32px;
  }

  .about__wrapper > h2 {
    grid-area: auto;
    font-size: 28px;
    line-height: 1.14;
    margin-bottom: 8px;
  }

  .about__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .about__content {
    grid-area: auto;
    margin-bottom: 24px;
  }

  .about__content > p,
  .about__content > ul {
    font-size: 14px;
    line-height: 1.42;
    margin-bottom: 8px;
  }

  .about__image-wrapper {
    grid-area: auto;
  }

  .about__definition-wrapper {
    margin: 0;
    margin-left: 8%;
    margin-top: 32px;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 60px;
    -webkit-transform: translateX(-15%);
        -ms-transform: translateX(-15%);
            transform: translateX(-15%);
  }

  .about__definition-item {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    width: 50%;
  }

  .about__definition-item::after {
    top: -25px;
    right: -5px;
    width: 369px;
    height: 98px;
    background: url("/local/templates/rosneft/css/../img/svg/definition-bg-mobile-2.svg") no-repeat right center;
  }

  .about__definition-item:nth-child(1) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .about__definition-item:nth-child(2) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .about__definition-item:nth-child(3) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .about__definition-item:nth-child(4) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .about__definition-text-wrapper {
    min-width: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 15px;
  }

  .about__definition-text > b {
    font-size: 28px;
    margin-bottom: 4px;
  }

  .about__definition-text > span {
    font-size: 12px;
  }

  .breadcrumbs {
    padding-top: 54px;
  }

  .principles__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row: auto;
        grid-template-areas: "title" "decsription" "picture";
  }

  .principles__wrapper > h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .principles__content > p,
  .principles__content > ul {
    font-size: 14px;
    line-height: 1.42;
    margin-bottom: 8px;
  }

  .principles__content {
    margin-bottom: 23px;
  }

  .about-slider {
    padding-top: 69px;
  }

  .about-slider__slider {
    overflow-x: visible;
  }

  .about-slider__slide-content {
    border-radius: 16px;
  }

  .about-slider__slide-content img {
    border-radius: 16px;
  }

  .about-slider__scrollbar {
    bottom: -32px !important;
    height: 2px !important;
  }

  .advantages-secondary {
    padding-top: 50px;
  }

  .advantages-secondary__wrapper > h2 {
    font-size: 28px;
    line-height: 1.14;
    margin-bottom: 24px;
  }

  .advantages-secondary__list {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }

  .activity {
    padding-top: 67px;
  }

  .activity__wrapper {
    padding: 40px 30px;
    border-radius: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .activity__content > h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .activity__content > a {
    margin-top: 8px;
  }

  .activity__image-wrapper {
    border-radius: 16px;
    margin-top: 30px;
  }

  .activity__image-wrapper img {
    border-radius: 16px;
  }

  .retail {
    padding-top: 50px;
  }

  .retail__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
        grid-template-areas: "title" "text" "img";
  }

  .retail__wrapper > h2 {
    font-size: 28px;
    margin-bottom: 8px;
  }

  .retail__content {
    margin-bottom: 30px;
  }

  .retail__content > p,
  .retail__content > ul {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.42;
    color: #05060f;
    margin-bottom: 10px;
  }

  .retail__button {
    margin-top: 13px;
    font-size: 14px;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .opinion {
    padding-top: 50px;
    margin-bottom: 80px;
  }

  .opinion__wrapper {
    padding: 20px 30px;
    background: #ffd200 url("/local/templates/rosneft/css/../img/svg/quiz-main-bg.svg") no-repeat top 34px right -82px;
  }

  .opinion__text-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .opinion__text-wrapper > h2,
  .opinion__text-wrapper > span {
    text-align: center;
    margin-bottom: 16px;
  }

  .catalog-intro {
    padding-top: 68px;
  }

  .catalog-intro h1 {
    font-size: 35px;
    margin-bottom: 40px;
  }

  .catalog-intro__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .catalog-intro__title-wrapper {
    margin-bottom: 40px;
  }

  .catalog-intro__title-wrapper > h2 {
    font-size: 22px;
    line-height: 1.3;
  }

  .catalog-intro__questionnaire-wrapper {
    background-position: top 50% right 24px, center;
    background-size: 80px auto, auto;
    padding: 25px 24px;
  }

  .fuel-online {
    padding-top: 82px;
  }

  .fuel-online__wrapper > h2 {
    font-size: 28px;
    margin-bottom: 21px;
  }

  .fuel-online__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
        grid-template-areas: "title" "text" "img";
  }

  .fuel-online__button-wrapper {
    margin-bottom: 31px;
  }

  .fuel-online__button-wrapper button,
  .fuel-online__button-wrapper a {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 14px;
  }

  .regional {
    padding-top: 68px;
  }

  .regional__wrapper > h2 {
    font-size: 28px;
  }

  .regional__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
        grid-template-areas: "title" "img" "text";
  }

  .regional__image-wrapper {
    margin-bottom: 40px;
  }

  .regional__button-wrapper button,
  .regional__button-wrapper a {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .transit {
    padding-top: 82px;
  }

  .transit__wrapper > h2 {
    font-size: 28px;
    margin-bottom: 21px;
  }

  .transit__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
        grid-template-areas: "title" "text" "img";
  }

  .transit__button-wrapper {
    margin-bottom: 31px;
  }

  .transit__button-wrapper button,
  .transit__button-wrapper a {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 14px;
  }

  .federal-loan {
    padding-top: 84px;
    padding-bottom: 80px;
  }

  .federal-loan__wrapper > h2 {
    font-size: 28px;
    margin-bottom: 21px;
  }

  .federal-loan__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
        grid-template-areas: "title" "text" "img";
  }

  .federal-loan__button-wrapper {
    margin-bottom: 31px;
    gap: 11px;
  }

  .federal-loan__button-wrapper button,
  .federal-loan__button-wrapper a {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 14px;
    text-align: center;
  }

  .program {
    padding-top: 32px;
    padding-bottom: 80px;
  }

  .program__wrapper h1,
  .program__wrapper h2 {
    font-size: 28px;
    line-height: 1.14;
    margin-bottom: 8px;
  }

  .program__wrapper h1 span:last-child,
  .program__wrapper h2 span:last-child {
    display: inline;
  }

  .program__wrapper h1 span:first-child,
  .program__wrapper h2 span:first-child {
    display: none;
  }

  .program__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
        grid-template-areas: "title" "text" "img";
  }

  .program__content--primary {
    margin-bottom: 72px;
  }

  .program__content--secondary {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .program__content--secondary .program__text-wrapper > p {
    max-width: unset;
  }

  .program__content--image {
    margin-bottom: 80px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
        grid-template-areas: "title" "text" "img";
  }

  .program__content--image-secondary {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
        grid-template-areas: "title" "text" "img";
  }

  .program__text-wrapper {
    margin-bottom: 29px;
    row-gap: 10px;
  }

  .program__text-wrapper > p {
    font-size: 14px;
    line-height: 1.42;
  }

  .program__button-wrapper {
    margin-top: 14px;
  }

  .program__button-wrapper--stretch {
    max-width: unset;
  }

  .program__button-wrapper button,
  .program__button-wrapper a {
    font-size: 14px;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .program__request {
    margin-top: 70px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .program__request > p {
    font-size: 18px;
  }

  .fuel-map__text > h1 {
    font-size: 28px;
    margin-bottom: 9px;
  }

  .fuel-map__text > p {
    font-size: 14px;
    line-height: 1.42;
  }

  .fuel-map__filter-title {
    font-size: 20px;
  }

  .fuel-map__filters {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 19px;
  }

  .fuel-map__filters-wrapper {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    position: relative;
    margin-bottom: 24px;
  }

  .fuel-map__filter {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .fuel-map__filter svg {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .fuel-map__filter--reset {
    position: absolute;
    top: -56px;
    right: -9px;
    width: auto;
  }

  .fuel-map__filter--reset.focus-visible:focus {
    border: 1px solid transparent;
  }

  .fuel-map__expand {
    margin-right: 0;
    margin-left: -5px;
  }

  .office-list {
    padding-top: 32px;
    padding-bottom: 80px;
  }

  .office-list__wrapper > h1 {
    font-weight: 600;
    font-size: 28px;
    line-height: 1.5;
    color: #05060f;
  }

  .office-list__tabs-controls {
    margin-bottom: 28px;
  }

  .office-list__search-wrapper {
    width: calc(100% - 2px);
  }

  .office-list__search {
    max-width: unset;
  }

  .office-list__location-list-wrapper {
    right: 0;
  }

  .office-list__location-list {
    width: 100%;
  }

  .office-list__item--title {
    display: none;
  }

  .office-list__item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 16px;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }

  .office-list__item br {
    display: none;
  }

  .office-list__item span,
  .office-list__item a {
    font-size: 16px;
  }

  .office-list__text-wrapper {
    row-gap: 5px;
  }

  .office-list__weekend {
    margin: 7px 0;
  }

  .office-list__map {
    min-height: 585px;
  }

  .news {
    padding-top: 68px;
    padding-bottom: 69px;
  }

  .news__wrapper > h1 {
    font-size: 35px;
    margin-bottom: 40px;
  }

  .news__select-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 9px;
  }

  .news__list-wrapper {
    padding-top: 40px;
  }

  .questions {
    padding-top: 67px;
    padding-bottom: 68px;
  }

  .questions__wrapper > h1 {
    font-size: 35px;
    margin-bottom: 40px;
  }

  .questions__tabs {
    margin-bottom: 43px;
  }

  .questions__tabs[data-tabs=parent] {
    overflow: visible;
  }

  .questions__controls::after {
    height: 1px;
    left: 22px;
  }

  .questions__controls {
    margin-bottom: 41px;
    margin-left: -22px;
    margin-right: -22px;
  }

  .questions__control:first-child {
    margin-left: 22px;
  }

  .questions__accordion {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 20px;
  }

  .questions__search {
    max-width: unset;
  }

  .questions__form {
    border-radius: 0;
    margin-top: 40px;
    margin-right: -22px;
    margin-left: -22px;
    padding: 40px 22px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    background: #ffd200 url("/local/templates/rosneft/css/../img/svg/form-bg-mobile.svg") no-repeat top 118px left;
  }

  .questions__form > h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 234px;
  }

  .questions__form > h2 br {
    display: none;
  }

  .questions__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .questions__input-wrapper--last {
    margin-top: 11px;
    margin-bottom: 41px;
  }

  .questions__input-wrapper {
    margin-bottom: 21px;
  }

  .questions__input-wrapper label span {
    margin-bottom: 8px;
  }

  .questions__consent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .questions__consent > button {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .questions__checkbox-wrapper {
    width: 100%;
  }

  .questions__checkbox-wrapper label {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .contacts {
    padding-top: 32px;
    padding-bottom: 80px;
  }

  .contacts__wrapper > h1 {
    font-weight: 600;
    font-size: 28px;
    line-height: 1.5;
    color: #05060f;
    margin-bottom: 33px;
  }

  .contacts__wrapper > h2 {
    font-weight: 600;
    font-size: 28px;
    line-height: 1.5;
    color: #05060f;
    margin-bottom: 33px;
  }

  .contacts__address-wrapper--indent {
    margin-bottom: 28px;
  }

  .contacts__address {
    row-gap: 99px;
  }

  .contacts__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 28px;
  }

  .contacts__item--icon {
    grid-area: auto;
    row-gap: 20px;
    padding-left: 36px;
  }

  .contacts__item--icon::before {
    left: 0;
  }

  .services-main {
    padding-top: 68px;
  }

  .services-main .container > h1 {
    font-size: 35px;
    margin-bottom: 70px;
  }

  .services-main .container > h2 {
    font-size: 28px;
    margin-bottom: 39px;
  }

  .services-main__list {
    row-gap: 14px;
  }

  .services-main__column {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 14px;
  }

  .services-main__column--right {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .services-main__item {
    padding: 32px;
    padding-bottom: 111px;
    border-radius: 16px;
  }

  .services-main__item--accent::before {
    border-radius: 16px;
  }

  .services-main__item--accent {
    min-height: 398px;
    background-image: url("/local/templates/rosneft/css/../img/content/index/services/personal-account-mobile@2x.png"), linear-gradient(232deg, #ffffff 150px, #ffd200 230px);
    background-position: top right;
    background-size: auto 398px, auto;
  }

  .services-main__item--document {
    padding: 32px;
    padding-bottom: 360px;
    background-image: url("/local/templates/rosneft/css/../img/content/index/services/document-mobile.svg");
    background-position: bottom 30px right;
    background-size: 323px auto;
  }

  .services-main__item--document .services-main__icon {
    bottom: -132px;
  }

  .services-main__item--api {
    min-height: 487px;
    background-image: url("/local/templates/rosneft/css/../img/content/index/services/api-mobile.svg");
    background-position: bottom right;
  }

  .services-main__item--card {
    padding-bottom: 645px;
    background-image: url("/local/templates/rosneft/css/../img/content/index/services/app-mobile.png");
    background-image: -webkit-image-set(url("/local/templates/rosneft/css/../img/content/index/services/app-mobile.png") 1x type("image/png"), url("/local/templates/rosneft/css/../img/content/index/services/app-mobile@2x.png") 2x type("image/png"));
    background-image: image-set(url("/local/templates/rosneft/css/../img/content/index/services/app-mobile.png") 1x type("image/png"), url("/local/templates/rosneft/css/../img/content/index/services/app-mobile@2x.png") 2x type("image/png"));
    background-position: center bottom -91px;
    background-size: 375px auto;
  }

  .services-main__item--support {
    min-height: 330px;
    background-position: bottom right -18px;
    background-size: 206px auto;
  }

  .services-main__content {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    row-gap: 31px;
  }

  .services-main__content > h3 {
    width: auto;
    max-width: unset;
  }

  .services-main__content > p,
  .services-main__content > ul {
    max-width: unset;
  }

  .services-main__content--wide > p {
    max-width: unset;
  }

  .services-main__icon {
    bottom: -79px;
    left: 0;
    top: auto;
    right: auto;
  }

  .promo {
    padding-top: 32px;
    padding-bottom: 80px;
  }

  .promo__wrapper > h1 {
    font-size: 28px;
    line-height: 1.14;
    margin-bottom: 28px;
  }

  .promo__tabs[data-tabs=parent] {
    overflow: visible;
  }

  .promo__controls::after {
    height: 1px;
    left: 22px;
  }

  .promo__controls {
    margin-bottom: 21px;
    margin-left: -22px;
    margin-right: -22px;
  }

  .promo__control {
    font-size: 14px;
  }

  .promo__control:first-child {
    margin-left: 22px;
  }

  .promo__list {
    row-gap: 44px;
  }

  .promo__item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .promo__image-wrapper {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    border-radius: 16px;
    margin-bottom: 0;
  }

  .promo__image-wrapper img {
    border-radius: 16px;
  }

  .promo__text-wrapper {
    row-gap: 8px;
    margin-bottom: 23px;
  }

  .promo__text-wrapper > .btn:first-of-type {
    margin-top: 15px;
  }

  .promo__text-wrapper > .btn {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    font-size: 14px;
  }

  .promo__text-wrapper > h2 {
    font-size: 24px;
    line-height: 1.33;
  }

  .promo__description {
    row-gap: 9px;
  }

  .promo__description > p {
    font-size: 14px;
    line-height: 1.42;
  }

  .promo__description > span {
    font-size: 14px;
    line-height: 1.42;
  }

  .promo-inner {
    padding-top: 32px;
    padding-bottom: 80px;
  }

  .promo-inner__wrapper > h1 {
    font-size: 28px;
    line-height: 1.14;
    margin-bottom: 12px;
  }

  .promo-inner__wrapper > p {
    margin-bottom: 22px;
  }

  .promo-inner__image-wrapper {
    border-radius: 16px;
    margin-bottom: 24px;
  }

  .promo-inner__image-wrapper img {
    border-radius: 16px;
  }

  .promo-inner__text-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }

  .promo-inner__column p,
  .promo-inner__column ul,
  .promo-inner__column ol {
    font-size: 14px;
    line-height: 1.5;
  }

  .promo-inner__column li {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .promo-inner__column:first-child {
    margin-bottom: 30px;
  }

  .promo-inner__buttons-wrapper button,
  .promo-inner__buttons-wrapper a {
    line-height: 1.24;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 48px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .service {
    padding-top: 32px;
    padding-bottom: 80px;
  }

  .service__intro {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-bottom: 80px;
  }

  .service__intro-text > h1 {
    font-size: 28px;
    line-height: 1.14;
    margin-bottom: 8px;
  }

  .service__intro-text > h1 br {
    display: none;
  }

  .service__intro-text > p {
    font-size: 14px;
    line-height: 1.42;
    margin-bottom: 15px;
  }

  .service__intro-text {
    margin-bottom: 15px;
  }

  .service__intro-text:has(.service__intro-buttons) {
    margin-bottom: 24px;
  }

  .service__intro-text--mobile {
    margin-bottom: 24px;
  }

  .service__intro-buttons {
    gap: 8px;
  }

  .service__phone-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 16px;
  }

  .service__phone-link {
    font-size: 24px;
    margin-top: 9px;
  }

  .service__markets {
    margin-top: 15px;
    gap: 6px 0;
    max-width: 350px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .service__button-icon {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .service__intro-image {
    border-radius: 16px;
  }

  .service__intro-image img {
    border-radius: 16px;
  }

  .service__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-bottom: 79px;
  }

  .service__content--support {
    margin-bottom: 0;
  }

  .service__content--support .service__column > b {
    margin-bottom: 0;
  }

  .service__content--support .advantages-list__item b {
    font-size: 16px;
  }

  .service__content--integration {
    margin-bottom: 0;
  }

  .service__button {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .service__button-download {
    display: none;
  }

  .service__column > b {
    font-size: 16px;
    line-height: 1.5;
  }

  .service__column > b br {
    display: none;
  }

  .service__column > p {
    font-size: 14px;
    line-height: 1.57;
  }

  .service__column--text {
    margin-bottom: 40px;
  }

  .service__card {
    background: #ffd200 url("/local/templates/rosneft/css/../img/svg/card-bg.svg") no-repeat bottom 70px left -196px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 20px 16px;
  }

  .service__card b {
    line-height: 1.5;
  }

  .service__card--mobile {
    background: #ffd200 url("/local/templates/rosneft/css/../img/svg/card-bg.svg") no-repeat bottom 25px left -130px;
  }

  .service__card-list {
    margin-top: 20px;
    row-gap: 16px;
  }

  .service__card-item {
    font-size: 14px;
    line-height: 1.57;
  }

  .activities {
    padding-top: 107px;
    padding-bottom: 65px;
  }

  .activities__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .activities__content--reverse {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .activities__content--reverse .activities__text {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .activities__text > h1 {
    font-size: 35px;
  }

  .activities__image-wrapper {
    padding: 0;
    margin-top: 40px;
  }

  .activities__image-wrapper img {
    min-height: 250px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 16px;
  }

  .activities__card-wrapper {
    padding: 0;
    margin-top: 68px;
    margin-left: -22px;
    margin-right: -22px;
  }

  .activities__card {
    border-radius: 0;
    padding: 40px 22px;
    padding-bottom: 20px;
    margin-bottom: 70px;
  }

  .activities__card-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin-bottom: 20px;
  }

  .activities__card-image {
    margin-bottom: 20px;
  }

  .activities__card-image img {
    border-radius: 16px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 331/200;
  }

  .search {
    padding-top: 72px;
    padding-bottom: 70px;
  }

  .search__wrapper > h1 {
    font-size: 35px;
  }

  .search__input {
    max-width: unset;
  }

  .search__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .search__text {
    -webkit-line-clamp: 4;
  }

  .documents {
    padding-top: 70px;
    padding-bottom: 10px;
  }

  .documents__wrapper > h1 {
    font-size: 35px;
  }

  .documents__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .page404__title-wrapper {
    margin-left: -22px;
    margin-right: -22px;
  }

  .page404__title-wrapper::after {
    top: -20px;
    height: 175px;
    background: url("/local/templates/rosneft/css/../img/svg/404bg-mobile.svg") no-repeat center;
  }

  .page404__title {
    font-size: 120px;
  }

  .page404__subtitle {
    font-size: 24px;
  }

  .page404__text {
    font-size: 14px;
  }

  .map__popup {
    max-width: 340px;
    width: 83.2vw;
    padding: 16px;
    padding-right: 26px;
  }

  .map__popup-text--address::before,
  .map__popup-text--mail::before,
  .map__popup-text--phone::before {
    -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
            transform: translateY(-3px);
  }

  .map__popup-text--line::after {
    bottom: -3px;
  }

  .map__popup-text {
    font-size: 12px;
    margin-bottom: 9px;
  }

  .map__popup-text--secondary {
    margin-bottom: 4px;
  }

  .map__popup-text--line {
    margin-bottom: 12px;
  }

  .map .ymaps-2-1-79-balloon__close {
    top: -7px;
  }

  .calendar__parent.air-datepicker {
    --adp-width: 304px;
    --adp-day-cell-height: 40px;
    --adp-cell-border-radius: 8px;
    --adp-font-size: 20px;
    padding: 14px;
  }

  .calendar__parent .air-datepicker--navigation {
    margin-bottom: 25px;
  }

  .calendar__parent .air-datepicker-nav--title {
    font-size: 14px;
  }

  .calendar__parent .air-datepicker-nav--action[data-action=next] {
    margin-right: 0;
    margin-left: 4px;
  }

  .calendar__parent .air-datepicker-body--day-names {
    margin-bottom: 17px;
  }

  .calendar__parent .air-datepicker-body--day-name {
    font-size: 12px;
  }

  .calendar__parent .air-datepicker-cell.-day- {
    font-size: 12px;
  }

  .career {
    padding-top: 40px;
  }

  .career__intro {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .career__intro-content > h1 {
    font-size: 28px;
    line-height: 1.14;
    margin-bottom: 8px;
  }

  .career__intro-content > p {
    font-size: 14px;
    line-height: 1.42;
    margin-bottom: 16px;
  }

  .career__intro-content > a,
  .career__intro-content > button {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 24px;
  }

  .career__intro-image img {
    width: 100%;
  }

  .career__brief {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .career__brief-item {
    padding: 20px;
    background: #333333 url("/local/templates/rosneft/css/../img/content/career/bg-arrows.svg") no-repeat top 24px right -33px;
  }

  .career__brief-item:last-child {
    background: #333333 url("/local/templates/rosneft/css/../img/content/career/bg-arrows-2.svg") no-repeat top 1px right -24px;
  }

  .career__brief-item > p {
    font-size: 14px;
    line-height: 1.42;
  }

  .career__advantages-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-bottom: 22px;
  }

  .career__advantages-list {
    row-gap: 15px;
  }

  .career__advantages-item {
    font-size: 14px;
    line-height: 1.42;
  }

  .service-page main {
    padding-bottom: 80px;
  }

  .catalog-page .quiz {
    padding-top: 32px;
  }

  .principles__wrapper > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .retail__wrapper > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .fuel-online__wrapper > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .regional__wrapper > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .transit__wrapper > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .federal-loan__wrapper > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .program__content > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .program__content--image > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .program__content--image-secondary > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .main-footer__company-wrapper {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .main-footer__address-wrapper {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .main-footer__block-group {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .principles__wrapper > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .retail__wrapper > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .fuel-online__wrapper > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .regional__wrapper > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .transit__wrapper > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .federal-loan__wrapper > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .program__content > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .program__content--image > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .program__content--image-secondary > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .principles__image-wrapper {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .principles__content {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .principles__wrapper > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .retail__wrapper > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .fuel-online__wrapper > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .regional__wrapper > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .transit__wrapper > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .federal-loan__wrapper > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .program__content > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .program__content--image > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .program__content--image-secondary > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .retail__image-wrapper {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .fuel-online__wrapper > .retail__image-wrapper {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .regional__wrapper > .retail__image-wrapper {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .transit__wrapper > .retail__image-wrapper {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .federal-loan__wrapper > .retail__image-wrapper {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .program__content > .retail__image-wrapper {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .program__content--image > .retail__image-wrapper {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .program__content--image-secondary > .retail__image-wrapper {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .retail__content {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .fuel-online__wrapper > .retail__content {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .regional__wrapper > .retail__content {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .transit__wrapper > .retail__content {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .federal-loan__wrapper > .retail__content {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .program__content > .retail__content {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .program__content--image > .retail__content {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .program__content--image-secondary > .retail__content {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .principles__wrapper > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .retail__wrapper > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .fuel-online__wrapper > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .regional__wrapper > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .transit__wrapper > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .federal-loan__wrapper > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .program__content > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .program__content--image > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .program__content--image-secondary > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .fuel-online__image-wrapper {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .fuel-online__wrapper > .fuel-online__image-wrapper {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .regional__wrapper > .fuel-online__image-wrapper {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .transit__wrapper > .fuel-online__image-wrapper {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .federal-loan__wrapper > .fuel-online__image-wrapper {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .program__content > .fuel-online__image-wrapper {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .program__content--image > .fuel-online__image-wrapper {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .program__content--image-secondary > .fuel-online__image-wrapper {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .fuel-online__content {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .fuel-online__wrapper > .fuel-online__content {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .regional__wrapper > .fuel-online__content {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .transit__wrapper > .fuel-online__content {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .federal-loan__wrapper > .fuel-online__content {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .program__content > .fuel-online__content {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .program__content--image > .fuel-online__content {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .program__content--image-secondary > .fuel-online__content {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .principles__wrapper > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .retail__wrapper > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .fuel-online__wrapper > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .regional__wrapper > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .transit__wrapper > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .federal-loan__wrapper > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .program__content > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .program__content--image > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .program__content--image-secondary > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .regional__image-wrapper {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .fuel-online__wrapper > .regional__image-wrapper {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .regional__wrapper > .regional__image-wrapper {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .transit__wrapper > .regional__image-wrapper {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .federal-loan__wrapper > .regional__image-wrapper {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .program__content > .regional__image-wrapper {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .program__content--image > .regional__image-wrapper {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .program__content--image-secondary > .regional__image-wrapper {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .regional__content {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .fuel-online__wrapper > .regional__content {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .regional__wrapper > .regional__content {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .transit__wrapper > .regional__content {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .federal-loan__wrapper > .regional__content {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .program__content > .regional__content {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .program__content--image > .regional__content {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .program__content--image-secondary > .regional__content {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .principles__wrapper > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .retail__wrapper > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .fuel-online__wrapper > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .regional__wrapper > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .transit__wrapper > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .federal-loan__wrapper > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .program__content > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .program__content--image > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .program__content--image-secondary > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .transit__image-wrapper {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .fuel-online__wrapper > .transit__image-wrapper {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .regional__wrapper > .transit__image-wrapper {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .transit__wrapper > .transit__image-wrapper {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .federal-loan__wrapper > .transit__image-wrapper {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .program__content > .transit__image-wrapper {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .program__content--image > .transit__image-wrapper {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .program__content--image-secondary > .transit__image-wrapper {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .transit__content {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .fuel-online__wrapper > .transit__content {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .regional__wrapper > .transit__content {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .transit__wrapper > .transit__content {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .federal-loan__wrapper > .transit__content {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .program__content > .transit__content {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .program__content--image > .transit__content {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .program__content--image-secondary > .transit__content {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .principles__wrapper > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .retail__wrapper > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .fuel-online__wrapper > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .regional__wrapper > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .transit__wrapper > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .federal-loan__wrapper > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .program__content > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .program__content--image > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .program__content--image-secondary > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .federal-loan__image-wrapper {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .fuel-online__wrapper > .federal-loan__image-wrapper {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .regional__wrapper > .federal-loan__image-wrapper {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .transit__wrapper > .federal-loan__image-wrapper {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .federal-loan__wrapper > .federal-loan__image-wrapper {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .program__content > .federal-loan__image-wrapper {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .program__content--image > .federal-loan__image-wrapper {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .program__content--image-secondary > .federal-loan__image-wrapper {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .federal-loan__content {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .fuel-online__wrapper > .federal-loan__content {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .regional__wrapper > .federal-loan__content {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .transit__wrapper > .federal-loan__content {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .federal-loan__wrapper > .federal-loan__content {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .program__content > .federal-loan__content {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .program__content--image > .federal-loan__content {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .program__content--image-secondary > .federal-loan__content {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .principles__wrapper > h1,
.principles__wrapper > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .retail__wrapper > h1,
.retail__wrapper > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .fuel-online__wrapper > h1,
.fuel-online__wrapper > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .regional__wrapper > h1,
.regional__wrapper > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .transit__wrapper > h1,
.transit__wrapper > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .federal-loan__wrapper > h1,
.federal-loan__wrapper > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .program__content > h1,
.program__content > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .program__content--image > h1,
.program__content--image > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .program__content--image-secondary > h1,
.program__content--image-secondary > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .program__text-wrapper {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .fuel-online__wrapper > .program__text-wrapper {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .regional__wrapper > .program__text-wrapper {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .transit__wrapper > .program__text-wrapper {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .federal-loan__wrapper > .program__text-wrapper {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .program__content > .program__text-wrapper {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .program__content--image > .program__text-wrapper {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .program__content--image-secondary > .program__text-wrapper {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .program__image-wrapper {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .fuel-online__wrapper > .program__image-wrapper {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .regional__wrapper > .program__image-wrapper {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .transit__wrapper > .program__image-wrapper {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .federal-loan__wrapper > .program__image-wrapper {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .program__content > .program__image-wrapper {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .program__content--image > .program__image-wrapper {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .program__content--image-secondary > .program__image-wrapper {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .program__advantages-wrapper {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .fuel-online__wrapper > .program__advantages-wrapper {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .regional__wrapper > .program__advantages-wrapper {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .transit__wrapper > .program__advantages-wrapper {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .federal-loan__wrapper > .program__advantages-wrapper {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .program__content > .program__advantages-wrapper {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .program__content--image > .program__advantages-wrapper {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .program__content--image-secondary > .program__advantages-wrapper {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
}

@media screen and (max-width: 991px) {
  .custom-input__error,
  .custom-textarea__error {
    bottom: 20px;
  }

  .custom-select__label {
    -webkit-transform: translateY(calc(-50% - 5px));
        -ms-transform: translateY(calc(-50% - 5px));
            transform: translateY(calc(-50% - 5px));
  }

  .custom-select__placeholder {
    -webkit-transform: translateY(calc(-50% - 5px));
        -ms-transform: translateY(calc(-50% - 5px));
            transform: translateY(calc(-50% - 5px));
  }
}

@media (max-width: 991px) and (hover: hover) {
  .main-nav__phone-button:hover:not(.focus-visible)::after {
    background-color: #05060f;
  }

  .fuel-map__filter--reset:hover:not(.focus-visible) {
    border: 1px solid transparent;
  }
}

@media (max-width: 991px) and (max-width: 991px) {
  .service__intro-buttons a,
  .service__intro-buttons button {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .fuel-map {
    padding-top: 40px;
  }
}

@media (max-width: 600px) {
  .about__definition-wrapper {
    -webkit-transform: translateX(-10%);
        -ms-transform: translateX(-10%);
            transform: translateX(-10%);
  }
}

@media (max-width: 580px) {
  .promo-inner__button span {
    max-width: 160px;
  }
}

@media (max-width: 500px) {
  .about__definition-wrapper {
    -webkit-transform: translateX(-6%);
        -ms-transform: translateX(-6%);
            transform: translateX(-6%);
  }
}

@media (max-width: 449px) {
  .user-nav__location-name {
    max-width: 32vw;
  }
}

@media (max-width: 440px) {
  .about__definition-wrapper {
    -webkit-transform: translateX(-3%);
        -ms-transform: translateX(-3%);
            transform: translateX(-3%);
  }
}

@media (max-width: 424px) {
  .about__definition-wrapper {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

@media (max-width: 374px) {
  .custom-input .input-message,
  .custom-textarea .input-message {
    font-size: 10px;
  }

  .custom-toggle .input-message {
    font-size: 10px;
  }

  .intro__content > h2 {
    font-size: 30px;
  }

  .intro__content > .intro_title {
    font-size: 20px;
  }

  .news-slider__slider-wrapper .news-slider__slide {
    width: 100%;
  }

  .about__definition-wrapper {
    -webkit-transform: translateX(5%);
        -ms-transform: translateX(5%);
            transform: translateX(5%);
  }

  .service__markets {
    max-width: 240px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 6px;
  }

  .calendar__parent.air-datepicker {
    --adp-width: calc(100vw - 66px);
    --adp-day-cell-height: 11vw;
    --adp-font-size: 16px;
    padding: 12px;
  }
}

@media (hover: hover) {
  .btn:hover:not(.focus-visible) {
    border-color: #ffd200;
  }

  .btn--gold:hover:not(.focus-visible) {
    background-color: #ffb800;
  }

  .btn--black-russian:hover:not(.focus-visible) {
    background-color: rgba(5, 6, 15, 0.8);
  }

  .btn--gray:hover:not(.focus-visible) {
    background-color: #ffffff;
    border: 2px solid #ffd200;
  }

  .btn--white:hover:not(.focus-visible) {
    background-color: #ffb800;
  }

  .modal__city-button--no:hover:not(.focus-visible) {
    border-color: transparent;
    color: rgba(5, 6, 15, 0.7);
  }

  .modal__location-item:hover:not(.focus-visible) {
    color: #ffb800;
  }

  .modal__custom-select .custom-select__button:hover:not(.focus-visible) {
    border: 1px solid #eeeff2;
  }

  .custom-select__button:hover:not(.focus-visible) {
    border: 2px solid #ffd200;
  }

  .custom-select__button:hover {
    border: 2px solid #ffd200;
  }

  .custom-select__item[aria-selected=true]:hover:not(.focus-visible) {
    color: #05060f;
  }

  .custom-select__item:hover:not(.focus-visible) {
    color: #05060f;
  }

  .burger:hover:not(.focus-visible) .burger__line {
    background-color: #05060f;
  }

  .main-nav__item:hover:not(.focus-visible) .main-nav__inner-list {
    display: block;
  }

  .main-nav__link:hover:not(.focus-visible) {
    color: #05060f;
  }

  .main-nav__inner-link:hover:not(.focus-visible) {
    color: #05060f;
  }

  .user-nav__phone-button:hover:not(.focus-visible)::after {
    background-color: #05060f;
  }

  .user-nav__search:hover:not(.focus-visible) > svg {
    stroke: #05060f;
  }

  .user-nav__location:hover:not(.focus-visible) > svg {
    stroke: #05060f;
  }

  .user-nav__location:hover:not(.focus-visible) > span {
    color: #05060f;
  }

  .user-nav__location-item:hover:not(.focus-visible) {
    color: #05060f;
  }

  .quiz__quiz-wrapper--text > .btn:hover:not(.focus-visible) {
    background-color: rgba(255, 255, 255, 0.8);
  }

  .quiz__progress-buttons:has(.quiz__button-back--active) .quiz__button-next:hover:not(.focus-visible) {
    background-color: rgba(5, 6, 15, 0.8);
  }

  .quiz__button-back:hover:not(.focus-visible) {
    background-color: rgba(255, 184, 0, 0.7);
  }

  .quiz__button-next:hover:not(.focus-visible) {
    border: none;
  }

  .news-slider__button--prev:hover:not(.focus-visible) {
    background-color: #ffb800;
  }

  .news-slider__button--next:hover:not(.focus-visible) {
    background-color: #ffb800;
  }

  .news-slider__button.swiper-button-disabled:hover:not(.focus-visible) {
    background-color: #eeeff2;
  }

  .main-footer__phone-button:hover:not(.focus-visible)::after {
    background-color: #05060f;
  }

  .main-footer__item > a:hover:not(.focus-visible) {
    color: #05060f;
  }

  .breadcrumbs__item > a:hover:not(.focus-visible) {
    color: #05060f;
  }

  .advantages-secondary__item:hover:not(.focus-visible) {
    background: #333333;
  }

  .advantages-secondary__item:hover:not(.focus-visible) .advantages-secondary__description {
    color: #ffffff;
  }

  .advantages-secondary__item:hover:not(.focus-visible) .advantages-secondary__icon {
    fill: #ffffff;
    stroke: #ffffff;
  }

  .advantages-secondary__item:hover:not(.focus-visible)::after {
    opacity: 1;
  }

  .opinion__button:hover:not(.focus-visible) {
    color: #ffffff;
    background-color: rgba(5, 6, 15, 0.8);
  }

  .catalog-intro__questionnaire-wrapper:has(.catalog-intro__questionnaire-item.is-visible input[type=radio]:checked) .catalog-intro__button-next:hover {
    background-color: #ffb800;
  }

  .fuel-map__filter:hover:not(.focus-visible) {
    border: 1px solid #ffd200;
    outline: none;
  }

  .fuel-map__expand:hover:not(.focus-visible) {
    border: 1px solid #ffd200;
    outline: none;
  }

  .office-list__tabs-control:hover:not(.focus-visible) {
    color: rgba(5, 6, 15, 0.7);
  }

  .office-list__location-item:hover:not(.focus-visible) {
    color: #05060f;
  }

  .news__item:hover:not(.focus-visible) {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeff2), color-stop(43.8%, #eeeff2), to(#d8c27e));
    background-image: linear-gradient(180deg, #eeeff2 0%, #eeeff2 43.8%, #d8c27e 100%);
  }

  .questions__control:hover:not(.focus-visible) {
    color: #05060f;
  }

  .promo__control:hover:not(.focus-visible) {
    color: #05060f;
  }

  .promo-inner__button:hover:not(.focus-visible) {
    color: #05060f;
  }

  .promo-inner__button:hover:not(.focus-visible) svg {
    stroke: #05060f;
  }

  .service__phone-button:hover:not(.focus-visible)::after {
    background-color: #05060f;
  }

  .search__card:hover:not(.focus-visible) {
    border: 1.5px solid #ffd200;
  }

  .documents__card:hover:not(.focus-visible) {
    border: 2px solid #ffd200;
  }

  .map .ymaps-2-1-79-balloon__close-button:hover {
    opacity: 0.7;
    border: none;
  }

  .calendar__button:hover {
    background-color: #ffd200;
  }

  .calendar__input-wrapper:hover {
    background-color: #ffd200;
  }

  .calendar__parent .air-datepicker-nav--title:hover::after {
    background: #f3f4f7 url("/local/templates/rosneft/css/../img/svg/icon-arrow-bottom.svg") no-repeat center right;
  }

  .calendar__parent .air-datepicker-nav--title.-disabled-:hover::after {
    background: transparent url("/local/templates/rosneft/css/../img/svg/icon-arrow-bottom.svg") no-repeat center right;
  }

  .pagination__arrow--prev.is-disabled:hover:not(.focus-visible) {
    background-color: #eeeff2;
  }

  .pagination__arrow--next.is-disabled:hover:not(.focus-visible) {
    background-color: #eeeff2;
  }

  .city-select__location-item:hover:not(.focus-visible) {
    color: #05060f;
  }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .services-main__item--accent {
    background-image: url("/local/templates/rosneft/css/../img/content/index/services/personal-account@2x.png"), linear-gradient(to bottom, #ffffff 250px, #ffd200 290px);
  }
}

.cookie-banner {
 position: fixed;
 bottom: 0;
 left: 0;
 width: 100%;
 background-color: rgba(0,0,0,0.85);
 color: #fff;
 padding: 1rem;
 display: none;
 z-index: 1000;
}

.cookie-banner__content {
 max-width: 960px;
 margin: 0 auto;
 display: flex;
 align-items: center;
 justify-content: space-between;
 flex-wrap: nowrap;
}


.cookie-banner__text {
 margin: 0;
 font-size: 0.9rem;

 flex: 1 1 auto;
}
.cookie-banner__text a {
 color: #fff;               /* белый цвет текста */
 text-decoration: underline;/* подчеркивание */
}


.cookie-banner__button {
 flex: 0 0 auto;
 margin-left: 1rem;
 padding: 0.5rem 1rem;
 font-size: 0.9rem;
 border: none;
 border-radius: 8px;
 color: #05060f;
 font-family: "Mulish", "Arial", sans-serif;
 font-weight: 700;
 line-height: 1.5;
 cursor: pointer;
 transition: background-color 0.2s ease-in-out;
}

@media (max-width: 600px) {
 .cookie-banner__content {
   flex-direction: column;    
   text-align: center;        
   row-gap: 0.75rem;          
   padding: 0.5rem 1rem;      
 }
 .cookie-banner__button {
   margin-left: 0;            
   width: 100%;              
 }
}

.opportunities__descriptions-wrapper > h1 {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.17;
  color: #05060f;
  margin: 0;
  margin-bottom: 21px;
}
/* End */


/* Start:/local/components/rosneft/location/templates/.default/style.css?173806152880*/
.user-nav__location-item.selected {
    font-weight: 900;
    color: #000000;
}

/* End */


/* Start:/local/components/rosneft/form.callback/templates/.default/style.css?1737549403349*/
.modal__title.sended {
    text-align: center;
    margin-bottom: 0;
}

.custom-input-captcha {
    margin-top: 30px;
}

.custom-input-captcha-fields {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.custom-input-captcha-fields .reload-captcha {
    cursor: pointer;
    width: 24px;
    height: 24px;
    margin: 0 10px;
}

/* End */


/* Start:/local/components/rosneft/form.order/templates/.default/style.css?1737549403349*/
.modal__title.sended {
    text-align: center;
    margin-bottom: 0;
}

.custom-input-captcha {
    margin-top: 30px;
}

.custom-input-captcha-fields {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.custom-input-captcha-fields .reload-captcha {
    cursor: pointer;
    width: 24px;
    height: 24px;
    margin: 0 10px;
}

/* End */


/* Start:/local/components/rosneft/form.review/templates/.default/style.css?17503214151257*/
.modal__title.sended {
    text-align: center;
    margin-bottom: 0;
}

.custom-input-captcha {
    margin: 0;
}

.custom-input-captcha-fields {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.custom-input-captcha-fields .reload-captcha {
    cursor: pointer;
    width: 24px;
    height: 24px;
    margin: 0 10px;
}

.modal--review .modal__input-wrapper--textarea {
    grid-row: 3 / 5;
    grid-column: 2 / 3;
}
@media (max-width: 991px) {
  
  .modal--review .modal__form-inner-wrapper {
    grid-template-columns: 1fr;
  }
 
  .modal--review .modal__input-wrapper--textarea {
    grid-row: auto;
    grid-column: auto;
    min-height: 120px; 
  }
}

#region {
    z-index: 11;
}
ul.questions-region {
    display: none;
    z-index: 10;
    position: absolute;
    width: 100%;
    top: 60px;
    background-color: #ffffff;
    border-radius: 0 0 12px 12px;
    padding: 12px 16px 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3;
    color: #05060f;
    font-family: "Mulish", "Arial", sans-serif;
    list-style: none;
}
ul.questions-region li {
    cursor: pointer;
    padding: 0 0 10px 0;
}
ul.questions-region li:hover {
    text-decoration: underline;
}
ul.questions-region.show {
    display: block;
}

/* End */


/* Start:/local/components/rosneft/form.competition/templates/.default/style.css?173806152898*/
#captcha_word_competition {
    width: 180px;
}

.modal__title.hide {
    display: none;
}

/* End */


/* Start:/local/components/rosneft/form.questions/templates/popup/style.css?1739130655588*/
#questions-region {
    z-index: 11;
}
ul.questions-region {
    display: none;
    z-index: 10;
    position: absolute;
    width: 100%;
    top: 60px;
    background-color: #ffffff;
    border-radius: 0 0 12px 12px;
    padding: 12px 16px 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3;
    color: #05060f;
    font-family: "Mulish", "Arial", sans-serif;
    list-style: none;
}
ul.questions-region li {
    cursor: pointer;
    padding: 0 0 10px 0;
}
ul.questions-region li:hover {
    text-decoration: underline;
}
ul.questions-region.show {
    display: block;
}

/* End */


/* Start:/local/templates/rosneft/styles.css?1738061528333*/
.quiz__wrapper {
  overflow: hidden;
  background: none;
  background-color: #333333;
}
.quiz__quiz-wrapper > h2 {
  color: #ffffff;
}
.quiz__item > b {
  color: #ffffff;
}
.quiz__control-description {
  color: #ffffff;
}
.quiz__num-wrapper {
  color: #ffffff;
}
.quiz__button-next {
  color: #ffffff;
  background-color: #686868;
}

/* End */


/* Start:/local/templates/rosneft/template_styles.css?17413643599025*/
/*.intro__content p {*/
/*    font-weight: 500;*/
/*    font-size: 16px;*/
/*    line-height: 1.3;*/
/*    color: #878a99;*/
/*    font-family: "Mulish","Arial",sans-serif;*/
/*    margin: 0 0 30px;*/
/*}*/

/*.opportunities__descriptions-wrapper a {*/
/*    font-weight: 600;*/
/*    font-size: 16px;*/
/*    line-height: 1.5;*/
/*    color: #05060f;*/
/*    font-family: "Mulish","Arial",sans-serif;*/
/*    position: relative;*/
/*    padding-bottom: 9px;*/
/*}*/

/*.opportunities__descriptions-wrapper>a::after,.user-nav__phone-button::after {*/
/*    position: absolute;*/
/*    content: "";*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    height: 2px;*/
/*    background-color: #ffd200;*/
/*    -webkit-transition: background-color .3s ease;*/
/*    transition: background-color .3s ease*/
/*}*/

/*@media (hover: hover) {*/
/*    .opportunities__descriptions-wrapper>a:hover:not(.focus-visible)::after {*/
/*        background-color:#05060f*/
/*    }*/
/*}*/

/*.opportunities__descriptions-wrapper p {*/
/*    font-weight: 500;*/
/*    font-size: 14px;*/
/*    line-height: 1.5;*/
/*    color: #878a99;*/
/*    font-family: "Mulish","Arial",sans-serif;*/
/*    margin: 0 0 35px;*/
/*}*/

/*.accordion__text-wrapper p {*/
/*    font-weight: 500;*/
/*    font-size: 14px;*/
/*    line-height: 1.5;*/
/*    color: #05060f;*/
/*    font-family: "Mulish","Arial",sans-serif;*/
/*    margin: 0;*/
/*    min-height: 28px;*/
/*    padding-left: 40px;*/
/*    background: url(/local/templates/rosneft/img/svg/icon-check.svg) no-repeat top left;*/
/*}*/

.questions__accordion-wrapper > ul {
    padding: 0 0 0 16px;
}

.questions__accordion-wrapper > ul li {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.48;
    color: #05060f;
    font-family: "Mulish", "Arial", sans-serif;
    margin: 0;
    width: 90%;
    padding: 0 0 6px 0;
}

.questions__accordion-wrapper > ul li a {
    text-decoration: underline;
}

.faq__accordion-wrapper a {
    color: #878a99;
    text-decoration: underline;
}
.faq__accordion-wrapper a:hover {
    text-decoration: none;
}

.services__card.services__card--accent img,
.services__card.services__card--support img,
.services__card-container.services__card-container--second .services__card img,
.services__card-container.services__card-container--third .services__card img {
    transition: 1s; /* Время эффекта */
    display: block; /* Убираем небольшой отступ снизу */
}
.services__card.services__card--accent:hover img,
.services__card.services__card--support:hover img,
.services__card-container.services__card-container--second .services__card:hover img,
.services__card-container.services__card-container--third .services__card:hover img {
    transform: scale(1.2); /* Увеличиваем масштаб */
}


.arrow-left,
.arrow-right {
    position: absolute;
    top: 48%;
}

.icon-chevron {
    cursor: pointer;
    display: block;
    position: relative;
    z-index: 10;
    width: 41px;
    height: 40px;
    background-image: url("/local/templates/rosneft/img/svg/icon-arrow-slider.svg");
    background-repeat: no-repeat;
}

.arrow-left {
    right: 10px;
}
.arrow-right {
    left: 10px;
}

.arrow-left .icon-chevron {
    transform: rotateY(180deg);
}
.arrow-right .icon-chevron {}

.virtual-card__download {
    width: 100%;
}

.virtual-card__wrapper {
    /* height: 535px; */
    height: 600px;
}

.main.virtual-card__app-card-wrapper {
    top: 23% !important;
}

.virtual-card__column--mid {
    height: 455px;
}

.virtual-card__markets,
.service__markets {
    justify-content: space-between;
    width: 100%;
    max-width: 100% !important;
    gap: 10px;
}

.service__markets {
    width: 340px;
}
.service__markets img {
    height: auto;
    width: auto;
}
.service__intro-text--mobile .btn {
    width: 340px !important;
}

/* Стили для переключателей */
.virtual-card__tabs {
    display: flex;
    justify-content: center;
    position: relative;
    margin: 0 auto 30px auto;
    background-color: #eeeff2;
    border-radius: 12px;
    max-width: 580px;
    min-height: 46px;
}

.virtual-card__tab {
    display: block;
    margin: auto;
    flex: 1;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    position: relative;
    z-index: 2;
    background: none;
    transition: color 0.3s ease;
}

.virtual-card__tab.btn--gold {
    color: black;
}

.virtual-card__indicator {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: #ffd200;
    border-radius: 12px;
    transition: transform 0.3s ease-in-out;
    z-index: 1;
}

/* Стили для слайдера */
.virtual-card__wrapper {
    width: 100%;
    padding: 30px;
    position: relative;
}

.virtual-card__wrapper::before,
.virtual-card__wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    width: 30px;
    height: 100%;
    background: white;
    z-index: 10;
}

.virtual-card__wrapper::before {
    left: 0;
}

.virtual-card__wrapper::after {
    right: 0;
}

.virtual-card__pagination {
    text-align: center;
    margin-top: 20px;
}

.virtual-card-swiper-pagination {
	position: relative;
    text-align: center;
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.virtual-card-swiper-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: 10px;
    border-radius: 50%;
    background-color: #ccc;
    cursor: pointer;
    transition: background-color 0.3s;
}

.virtual-card-swiper-bullet-active {
    background-color: #ffd200;
}

.virtual-card__markets a,
.service__markets a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background-color: #000000;
    font-family: "Mulish", "Arial", sans-serif;
    width: 164px;
    /* width: 155px; */
    height: 48px;
    /* min-width: 164px; */
    /* min-width: 155px; */
    /* min-height: 48px; */
    max-width: 164px;
    max-height: 48px;
    border-radius: 12px;
}
@media (max-width: 1344px) {
    .virtual-card__markets a, .service__markets a {
        width: 155px;
        min-width: 155px;
        max-width: 155px;
    }
}
@media (max-width: 1149px) {
    .virtual-card__markets img {
        height: auto;
    }
    .virtual-card__column--mid {
        height: 360px;
    }
}
@media (max-width: 1009px) {
    .virtual-card__markets a, .service__markets a {
        width: 150px;
        min-width: 150px;
        max-width: 150px;
    }
    .virtual-card__column--mid {
        height: 455px;
    }
}
@media (max-width: 991px) {
    .news-slider__button {
        display: block !important;
    }
    .virtual-card__wrapper {
        height: auto;
        overflow: hidden;
    }
    .virtual-card__markets {
        justify-content: unset;
    }
    .virtual-card__markets img {
        height: 48px;
    }
    .service__markets {
        justify-content: center;
        max-width: 100% !important;
        width: 100% !important;
    }
    .service__markets img {
        height: 48px;
    }
    .service__intro-image--end img {
        width: unset;
        margin: auto;
    }
    .service__markets {
        max-width: 350px;
    }
}

@media (max-width: 449px) {
    .virtual-card__markets, .service__markets{
        gap: 6px;
    }
    .virtual-card__markets a, .service__markets a{
        width: 48%;
        min-width: unset;
        max-width: unset;
    }
}

.main.virtual-card__app-card-wrapper {
    top: 17%;
}

.service__intro-text--mobile .btn {
    justify-content: center;
    width: 432px;
}

.service__markets {
    max-width: 440px;
}

.main-footer__address-wrapper {
    justify-content: end;
}

.back-to-top {
    position: fixed;
    bottom: 38px;
    right: 38px;
    display: none;
    width: 48px;
    height: 48px;
    background: url('/local/templates/rosneft/img/svg/arrow-top.svg') no-repeat center center #EEEFF2;
    border-radius: 12px;
    cursor: pointer;
    z-index: 1000;
}

.back-to-top:hover {
    background-color: rgb(255, 211, 0);
    text-decoration: none;
}

.virtual-card__markets a:hover,
.virtual-card__markets a:focus,
.service__markets a:hover,
.service__markets a:focus {
    background-color: rgba(5, 6, 15, 0.8);
}

.quiz__button-next--active {
    color: #05060f;
    background-color: #ffb800;
}
.quiz__button-next--active:hover {
    background-color: rgba(255, 184, 0, 0.7) !important;
}
.quiz__button-back--active {
    background-color: #686868;
    color: #ffffff;
}
.quiz__button-back--active:hover {
    background-color: #ffb800 !important;
    color: #05060f;
}

/* End */
/* /local/templates/rosneft/css/styles.min.css?1756378465406222 */
/* /local/components/rosneft/location/templates/.default/style.css?173806152880 */
/* /local/components/rosneft/form.callback/templates/.default/style.css?1737549403349 */
/* /local/components/rosneft/form.order/templates/.default/style.css?1737549403349 */
/* /local/components/rosneft/form.review/templates/.default/style.css?17503214151257 */
/* /local/components/rosneft/form.competition/templates/.default/style.css?173806152898 */
/* /local/components/rosneft/form.questions/templates/popup/style.css?1739130655588 */
/* /local/templates/rosneft/styles.css?1738061528333 */
/* /local/templates/rosneft/template_styles.css?17413643599025 */
