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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

:root {
  --white: #FFFFFF;
  --black: #000000;
  --base-ff: "LT Superior";
  --second-ff: "NEXT ART";
  --green: #779B79;
  --green_light: #70884B;
  --gutter-x: 20px;
  --gutter-y: 0px;
}

@font-face {
  font-family: "LT Superior";
  src: url("../fonts/LTSuperior-Semibold.woff2") format("woff2"), url("../fonts/LTSuperior-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NEXT ART";
  src: url("../fonts/NEXTART-Bold.woff2") format("woff2"), url("../fonts/NEXTART-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LT Superior";
  src: url("../fonts/LTSuperior-Regular.woff2") format("woff2"), url("../fonts/LTSuperior-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  height: 100%;
}

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

a {
  text-decoration: none;
  color: inherit;
}

a, button {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

svg, path {
  -webkit-transition: fill 0.2s linear, stroke 0.2s linear;
  transition: fill 0.2s linear, stroke 0.2s linear;
}

ul[class], ol[class] {
  list-style: none;
  padding: 0;
}

ul, ol {
  margin: 0;
}

img {
  height: auto;
  max-width: 100%;
}

button {
  background: none;
  border: none;
  padding: 0;
}

label {
  cursor: pointer;
}

input, textarea {
  outline: none;
  -ms-touch-action: none;
      touch-action: none;
}

textarea {
  resize: none;
}

.wrapper {
  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: 100svh;
}

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

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

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

.centered {
  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;
}

.icon {
  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: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.icon svg, .icon img {
  width: 100%;
  height: 100%;
}
.icon svg, .icon path {
  stroke: inherit;
}

.medium {
  font-weight: 500;
}

.s-bold {
  font-weight: 600;
}

.bold {
  font-weight: bold;
}

.full-link::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.border {
  position: relative;
}
.border::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: inherit;
  border: 1px solid;
  pointer-events: none;
}

body {
  font-family: var(--base-ff);
  color: var(--white);
  font-size: 18px;
}

.wrapper {
  background: var(--black) url(../../static/images/general/page-bg.webp) top 0px center no-repeat;
  background-size: cover;
}

.container {
  width: 1230px;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(-1 * var(--gutter-y));
  margin-right: calc(-0.5 * var(--gutter-x));
  margin-left: calc(-0.5 * var(--gutter-x));
}
.row > * {
  max-width: 100%;
  padding-right: calc(var(--gutter-x) * 0.5);
  padding-left: calc(var(--gutter-x) * 0.5);
  margin-top: var(--gutter-y);
}

.ttl {
  font-family: var(--second-ff);
  text-transform: uppercase;
}

h1, .h1 {
  font-weight: bold;
  font-size: 60px;
  line-height: 68px;
}

h2, .h2 {
  font-weight: bold;
  font-size: 48px;
  line-height: 54px;
}

h3, .h3 {
  font-weight: 600;
  font-size: 26px;
}

@media (max-width: 1199px) {
  .container {
    width: 960px;
  }
}
@media (max-width: 991px) {
  .container {
    width: 720px;
  }
  h1, .h1 {
    font-size: 36px;
    line-height: 41px;
  }
  h2, .h2 {
    font-size: 36px;
    line-height: 41px;
  }
}
@media (max-width: 767px) {
  .container {
    width: 540px;
  }
}
@media (max-width: 480px) {
  .wrapper {
    background: var(--black) url(../../static/images/general/page-bg-m.webp) top 0px center no-repeat;
    background-size: cover;
  }
}
.slider {
  overflow: hidden;
}
.slider-wrapper {
  position: relative;
}
.slider-btn {
  width: 58px;
  height: 44px;
  background: var(--green_light);
  border-radius: 5px;
}
.slider-pagination {
  --swiper-pagination-bullet-horizontal-gap: 6px;
  --swiper-pagination-bullet-width: 14px;
  --swiper-pagination-bullet-height: 14px;
  --swiper-pagination-bullet-inactive-color: #D9D9D9;
  --swiper-pagination-color: var(--green_light);
  --swiper-pagination-bullet-inactive-opacity: 1;
  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;
}
.slider-pagination .swiper-pagination-bullet-active {
  width: 24px;
  height: 24px;
}

.btn {
  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: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #E7E7E7;
  border-radius: 10px;
  color: #0A2D0A;
  font-size: 16px;
  line-height: 1;
  min-height: 75px;
}

@media (max-width: 767px) {
  .btn {
    min-height: 64px;
    padding-top: 4px;
  }
}
.header {
  padding: 6px 0;
}
.header__content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__group {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-contacts {
  -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;
  white-space: nowrap;
}
.header-contacts__phone {
  font-size: 26px;
  line-height: 150%;
}
.header-contacts__link {
  font-size: 18px;
}
.header__right {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.header__right-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__m-menu {
  display: none;
}
.header__m-logo {
  display: none;
}
.header__m-close {
  display: none;
}

.menu {
  font-size: 18px;
  line-height: normal;
  color: #EEEEEE;
}
.menu__item {
  margin-right: 32px;
}
.menu__item:last-child {
  margin: 0;
}

.social__item {
  margin-right: 24px;
}
.social__item:last-child {
  margin: 0;
}
.social__link {
  width: 25px;
  height: 25px;
  fill: var(--green);
}

@media (max-width: 1199px) {
  .header__group {
    padding: 0 30px;
  }
  .header-contacts__phone {
    font-size: 20px;
  }
  .header-contacts__link {
    font-size: 16px;
  }
  .menu {
    font-size: 16px;
  }
  .menu__item {
    margin-right: 24px;
  }
  .social__item {
    margin-right: 16px;
  }
}
.o-hidden {
  overflow: hidden;
}

@media (max-width: 991px) {
  .header {
    padding: 12px 0;
  }
  .header__right {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 20px;
    z-index: 99;
    background: rgba(0, 0, 0, 0.57);
    overflow: auto;
    display: none;
  }
  .header__right.visible {
    display: block;
  }
  .header__right-inner {
    border-radius: 10px;
    background: #E7E7E7;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: auto;
    padding: 24px;
    position: relative;
  }
  .header__m-menu {
    display: block;
  }
  .header__m-logo {
    display: block;
    width: 100%;
    border-bottom: 1px solid var(--green);
    padding-bottom: 8px;
    text-align: center;
  }
  .header__m-close {
    display: block;
  }
  .header__group {
    -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: flex-start;
    width: 100%;
    padding: 0;
  }
  .header__menu {
    padding-top: 16px;
    padding-bottom: 32px;
    border-bottom: 1px solid var(--green);
    width: 100%;
  }
  .header__social {
    padding: 32px 0;
    border-bottom: 1px solid var(--green);
  }
  .header__contacts {
    padding-top: 20px;
  }
  .header-contacts {
    color: #2D190A;
  }
  .menu {
    font-size: 18px;
    color: #2D190A;
    -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;
  }
  .menu__item {
    margin-bottom: 32px;
    margin-right: 0;
  }
  .menu__item:last-child {
    margin-bottom: 0;
  }
  .social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .social__item {
    margin-right: 40px;
  }
  .social__link {
    width: 34px;
    height: 34px;
  }
  .close-menu {
    position: absolute;
    top: 16px;
    right: 16px;
  }
  .logo img {
    width: 137px;
  }
}
.footer {
  background: #0B100F;
  padding: 24px 0;
}
.footer__content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__wa {
    margin-bottom: 10px;
}
.footer__tg {
    fill: white;
}
.footer__col {
  width: 33.3333333333%;
}
.footer__logo {
  text-align: center;
}
.footer__phone {
  line-height: 150%;
  margin-bottom: 24px;
}
.footer-wa {
  fill: var(--white);
  line-height: 108%;
}
.footer-wa__icon {
  width: 12px;
  height: 12px;
  margin-right: 12px;
}
.footer__links {
  text-align: right;
}
.footer__links-item {
  margin-bottom: 20px;
}
.footer__links-item:last-child {
  margin-bottom: 0;
}
.footer__links a {
  text-decoration-line: underline;
}
.footer__links a:hover {
  text-decoration-line: none;
}

.fix-btn {
  min-width: 264px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9;
}

@media (max-width: 991px) {
  .footer__col {
    width: 50%;
  }
  .footer__center {
    width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 24px 0 100px;
  }
  .footer__col {
    width: 100%;
    border-bottom: 1px solid var(--green);
  }
  .footer__right {
    border: none;
  }
  .footer__center {
    padding-bottom: 24px;
  }
  .footer__left {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .footer__phone {
    text-align: center;
  }
  .footer-wa {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
    .footer-tg {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
  .footer__right {
    padding-top: 20px;
  }
  .footer__links {
    text-align: center;
  }
  .fix-btn {
    right: 30px;
    min-width: 224px;
    width: auto !important;
  }
}
.intro {
  padding: 72px 0 230px;
}
.intro-content {
  text-align: center;
}
.intro-content__inner {
  width: 970px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.intro-content__suptitle {
  font-size: 20px;
  line-height: normal;
  margin-bottom: 30px;
}
.intro-content__title {
  margin-bottom: 40px;
  text-transform: uppercase;
}
.intro-content__subtitle {
  font-size: 26px;
  line-height: 146%;
}

@media (max-width: 991px) {
  .intro {
    padding-top: 25px;
    padding-bottom: 135px;
  }
  .intro-content__subtitle {
    font-size: 24px;
  }
  .intro-content__subtitle br {
    display: none;
  }
  .intro-content__title {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 20px;
  }
  .intro-content__suptitle {
    margin-bottom: 12px;
  }
}
@media (max-width: 480px) {
  .intro-content__title {
    word-break: break-word;
  }
}
.video {
  padding: 50px 0;
}
.video-content {
  position: relative;
}
.video-content__img {
  height: 695px;
}
.video-content__img img {
  border-radius: 40px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-content__play {
  position: absolute;
  width: 252px;
  height: 240px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
}
.video-content__btn {
  width: 82px;
  height: 82px;
  background: var(--green);
  border-radius: 50%;
  fill: #D9D9D9;
  position: absolute;
  bottom: 70px;
  left: 4px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.video-content__btn svg {
  width: 30px;
  height: 30px;
}

@media (max-width: 767px) {
  .video {
    padding-bottom: 35px;
  }
  .video-content {
    margin-left: -6px;
    margin-right: -6px;
  }
  .video-content__img {
    height: 494px;
  }
  .video-content__img img {
    border-radius: 20px;
  }
}
.stove {
  padding-top: 50px;
  padding-bottom: 50px;
}
.stove__title {
  text-align: center;
  width: 760px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.stove__content-right {
  width: 620px;
}
.stove__content-left {
  width: calc(100% - 620px);
  padding-right: 30px;
}
.stove__images-col {
  width: 50%;
}
.stove__img img {
  border-radius: 20px;
  width: 100%;
}
.stove__img-mobile {
  display: none;
}
.stove__txt {
  padding-left: 40px;
}
.stove__txt h3 {
  font-weight: 600;
  font-size: 26px;
  line-height: 146%;
  margin-bottom: 18px;
}
.stove__txt p {
  font-size: 18px;
  line-height: 146%;
  margin-bottom: 32px;
}
.stove__txt p:last-child {
  margin-bottom: 0;
}
.stove__list {
  max-width: 464px;
}
.stove__list-item {
  margin-bottom: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.stove__list-item:last-child {
  margin-bottom: 0;
}
.stove__list-item__img {
  width: 83px;
}
.stove__list-item__txt {
  width: calc(100% - 83px);
  padding-left: 16px;
}

@media (max-width: 1199px) {
  .stove__content-left {
    width: 100%;
  }
  .stove__content-right {
    width: 100%;
  }
  .stove__txt {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .stove__content-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .stove__content-left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 15px;
  }
  .stove__content-right {
    width: 100%;
  }
  .stove__list {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .stove {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .stove__title {
    margin-bottom: 15px;
  }
  .stove__images-inner {
    --gutter-y: 20px;
  }
  .stove__images-col {
    width: 100%;
  }
  .stove__img img {
    border-radius: 10px;
  }
  .stove__img-desctop {
    display: none;
  }
  .stove__img-mobile {
    display: block;
  }
  .stove__txt h3 {
    margin-bottom: 30px;
  }
}
.included {
  padding-top: 85px;
  padding-bottom: 50px;
}
.included__title {
  text-align: center;
  margin-bottom: 50px;
}
.included__title p {
    font-size: 18px;
    font-family: var(--base-ff);
    text-transform: none;
}
.included__txt-desc {
    display: flex;
    align-items: center;
    gap: 30px;
    padding-left: 0;
    margin-bottom: 20px;
    font-size: 20px;
}
.included__txt-desc-item {
    text-align: left;
    margin-bottom: 5px;
}
.included__txt-desc-item b {
    margin-right: 2px;
}
.included__content-right {
  width: 33.33333333%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.included__content-left {
  width: 66.66666667%;
}
.included__txt {
  line-height: 108%;
  font-size: 18px;
}
.included__txt.full ul li:nth-child(n+3) {
  display: list-item;
}
.included__txt h3 {
  margin-bottom: 20px;
}
.included__txt p {
  margin-bottom: 20px;
}
.included__txt ul {
  margin-bottom: 15px;
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}
.included__txt ul li {
  margin-bottom: 10px;
}
.included__txt ul li:nth-child(n+3) {
  display: none;
}
.included__txt-open {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--green);
  margin-bottom: 20px;
}
.included__txt-open__txt {
  margin-right: 6px;
}
.included__link {
    text-decoration: underline;
    display: block;
    margin-bottom: 10px;
}
.included__gift {
  background: #E7E7E7;
  border-radius: 10px;
  min-height: 75px;
  padding: 4px 6px 4px 16px;
  font-size: 16px;
  color: #0A2D0A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
}
.included__gift-icon {
  width: 66px;
  height: 66px;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  position: relative;
}
.included__gift-icon::before, .included__gift-icon::after {
  content: "";
  border-radius: inherit;
  position: absolute;
  margin: auto;
  background: rgb(174, 192, 175);
}
.included__gift-icon::before {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.4;
}
.included__gift-icon::after {
  top: 6px;
  bottom: 6px;
  left: 6px;
  right: 6px;
}
.included__gift-icon__inner {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--green);
  position: relative;
  z-index: 3;
}
.included-slider__slide {
  width: 136px;
}
.included-slider__img {
  height: 460px;
  display: block;
}
.included-slider__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.included-nav {
  position: absolute;
  z-index: 9;
  bottom: 0;
  left: 237px;
}
.included-nav__list {
  --gutter-x: 16px;
}
@media (min-width: 768px) {
  .included-slider__slide.swiper-slide-next {
    width: 307px;
  }
  .included-slider__slide.swiper-slide-next .included-slider__img {
    height: 388px;
  }
}
@media (max-width: 1199px) {
  .included-slider__slide {
    width: 128px;
  }
}
@media (max-width: 991px) {
  .included__content-right {
    width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 60px;
  }
  .included__content-left {
    width: 100%;
  }
  .included__gift {
    padding-right: 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  .included-slider__slide.swiper-slide-next {
    width: 230px;
  }
  .included-nav {
    left: 196px;
  }
  .included__txt-open {
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  .included {
    padding-top: 70px;
    padding-bottom: 35px;
    overflow: hidden;
  }
  .included__title {
    margin-bottom: 30px;
  }
  .included__txt {
    text-align: center;
  }
  .included__txt ul {
    text-align: left;
    margin-bottom: 28px;
  }
  .included__gift {
    min-height: initial;
    padding: 4px;
    color: #2D190A;
    width: 100%;
    font-size: 18px;
  }
  .included__gift-icon {
    width: 56px;
    height: 56px;
    margin-right: 10px;
  }
  .included__gift-icon__inner {
    width: 30px;
    height: 30px;
  }
  .included-slider {
    overflow: initial;
    width: 307px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .included-slider__slide.swiper-slide-active .included-slider__img {
    height: 388px;
  }
  .included-nav {
    left: 0;
    right: 0;
  }
  .included-nav__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.contacts {
  padding: 50px 0;
}
.contacts__content-left {
  width: 33.33333333%;
}
.contacts__content-right {
  width: 66.66666667%;
}
.contacts__map {
  border-radius: 30px;
  overflow: hidden;
}
.contacts__info-title {
  font-size: 40px;
  line-height: 120%;
  margin-bottom: 20px;
}
.contacts__info-list__item {
  line-height: 108%;
}
.contacts__info-list__item-wrap {
  width: 100%;
  margin-bottom: 25px;
}
.contacts__info-list__item-name {
  color: var(--green_light);
  margin-bottom: 15px;
  font-size: 16px;
}
.contacts__info-list__item-desc {
  font-size: 18px;
}
.contacts__info-list__item-desc__icon {
  width: 22px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 8px;
}
.contacts__info-list__item-desc__txt {
  -ms-flex-item-align: center;
      align-self: center;
}
.contacts__info-list__item-desc__txt a {
  line-height: 1;
  display: inline-block;
  margin-top: 4px;
}
.contacts__info-subtitle {
  font-size: 26px;
  line-height: 108%;
  margin-bottom: 32px;
}
.contacts__info-btn {
  width: 306px;
  max-width: 100%;
}

@media (max-width: 1199px) {
  .contacts__content-left {
    width: 40%;
  }
  .contacts__content-right {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .contacts__content-left {
    width: 100%;
    margin-bottom: 25px;
  }
  .contacts__content-right {
    width: 100%;
  }
  .contacts__info-list__item-wrap {
    width: auto;
  }
}
@media (max-width: 767px) {
  .contacts {
    padding: 35px 0;
  }
  .contacts__info-title {
    text-align: center;
  }
  .contacts__info-list {
    --gutter-x: 16px;
    --gutter-y: 16px;
  }
  .contacts__info-list__item-wrap {
    margin-bottom: 0;
  }
  .contacts__info-subtitle {
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
  }
  .contacts__info-btn {
    margin-left: auto;
    margin-right: auto;
    padding-top: 6px;
  }
}
.gallery {
  padding-top: 20px;
  padding-bottom: 60px;
}
.gallery-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}
.gallery-prev {
  left: -78px;
}
.gallery-next {
  right: -78px;
}
.gallery-slider__img {
  height: 220px;
  display: block;
}
.gallery-slider__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.gallery-pagination-wrapper {
  min-height: 24px;
  margin-top: 30px;
}

@media (max-width: 1199px) {
  .gallery-prev {
    left: -30px;
  }
  .gallery-next {
    right: -30px;
  }
}
@media (max-width: 767px) {
  .gallery {
    padding: 35px 0 50px;
  }
}
@media (max-width: 480px) {
  .gallery {
    overflow: hidden;
  }
  .gallery-btn {
    position: initial;
    -webkit-transform: initial;
        -ms-transform: initial;
            transform: initial;
  }
  .gallery-pagination-wrapper {
    display: none;
  }
  .gallery-slider {
    overflow: initial;
    width: 270px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .gallery-slider__slide.swiper-slide-active .gallery-slider__img {
    height: 220px;
  }
  .gallery-slider__img {
    height: 290px;
  }
  .gallery-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
  }
  .gallery-nav__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    --gutter-x: 16px;
  }
}