/* stylelint-disable */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.color-gray {
  color: #626262;
}

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

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

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

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

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

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

section {
  margin: 80px 0;
}

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


textarea {
  resize: none;
}

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

input,
textarea {
  border-radius: 0;
}

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

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

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

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

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

select {
  border-radius: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.scroll-lock {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

.button.focus-visible:focus {
  background-color: #fcbe00;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.advantages {
  margin-bottom: 96px;
}

.advantages__title {
  margin-bottom: 64px;
}

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

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

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

.categories {
  margin: 116px 0;
}

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

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

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

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

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

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

.category-card__title {
  margin: 0;
}

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

.category-card__subtitle {
  margin: 0;
}

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

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

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

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

.reasons__item {
  margin-bottom: 24px;
}

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

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

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

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

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

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

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

.site-slider__inner {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .button {
    font-size: 14px;
  }

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

  .categories {
    margin: 64px 0;
  }

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

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

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

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

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

  .site-slider__btns {
    display: none;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .categories {
    margin: 40px 0;
  }

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

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

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

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

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

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

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

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