

/* Start:/local/templates/belogorye/css/normalize.css?17840978376138*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

/* End */


/* Start:/local/templates/belogorye/css/styles.css?1784098174189364*/
@charset "UTF-8";
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    src: url("/local/templates/belogorye/css/../fonts/Inter-Regular.woff") format("woff"), url("/local/templates/belogorye/css/../fonts/Inter-Regular.woff2") format("woff2"), url("/local/templates/belogorye/css/../fonts/Inter-Regular.ttf") format("ttf"), url("/local/templates/belogorye/css/../fonts/Inter-Regular.eot") format("eot");
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    src: url("/local/templates/belogorye/css/../fonts/Inter-Medium.woff") format("woff"), url("/local/templates/belogorye/css/../fonts/Inter-Medium.woff2") format("woff2"), url("/local/templates/belogorye/css/../fonts/Inter-Medium.ttf") format("ttf"), url("/local/templates/belogorye/css/../fonts/Inter-Medium.eot") format("eot");
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    src: url("/local/templates/belogorye/css/../fonts/Inter-SemiBold.woff") format("woff"), url("/local/templates/belogorye/css/../fonts/Inter-SemiBold.woff2") format("woff2"), url("/local/templates/belogorye/css/../fonts/Inter-SemiBold.ttf") format("ttf"), url("/local/templates/belogorye/css/../fonts/Inter-SemiBold.eot") format("eot");
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    src: url("/local/templates/belogorye/css/../fonts/Inter-Bold.woff") format("woff"), url("/local/templates/belogorye/css/../fonts/Inter-Bold.woff2") format("woff2"), url("/local/templates/belogorye/css/../fonts/Inter-Bold.ttf") format("ttf"), url("/local/templates/belogorye/css/../fonts/Inter-Bold.eot") format("eot");
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 900;
    src: url("/local/templates/belogorye/css/../fonts/Inter-Black.woff") format("woff"), url("/local/templates/belogorye/css/../fonts/Inter-Black.woff2") format("woff2"), url("/local/templates/belogorye/css/../fonts/Inter-Black.ttf") format("ttf"), url("/local/templates/belogorye/css/../fonts/Inter-Black.eot") format("eot");
}

@font-face {
    font-family: "TT Commons";
    font-style: normal;
    font-weight: 400;
    src: url("/local/templates/belogorye/css/../fonts/TTCommons-Regular.woff") format("woff"), url("/local/templates/belogorye/css/../fonts/TTCommons-Regular.woff2") format("woff2"), url("/local/templates/belogorye/css/../fonts/TTCommons-Regular.ttf") format("ttf"), url("/local/templates/belogorye/css/../fonts/TTCommons-Regular.eot") format("eot");
}

@font-face {
    font-family: "TT Commons";
    font-style: normal;
    font-weight: 600;
    src: url("/local/templates/belogorye/css/../fonts/TTCommons-DemiBold.woff") format("woff"), url("/local/templates/belogorye/css/../fonts/TTCommons-DemiBold.woff2") format("woff2"), url("/local/templates/belogorye/css/../fonts/TTCommons-DemiBold.ttf") format("ttf"), url("/local/templates/belogorye/css/../fonts/TTCommons-DemiBold.eot") format("eot");
}

@font-face {
    font-family: "TT Commons";
    font-style: normal;
    font-weight: 700;
    src: url("/local/templates/belogorye/css/../fonts/TTCommons-Bold.woff") format("woff"), url("/local/templates/belogorye/css/../fonts/TTCommons-Bold.woff2") format("woff2"), url("/local/templates/belogorye/css/../fonts/TTCommons-Bold.ttf") format("ttf"), url("/local/templates/belogorye/css/../fonts/TTCommons-Bold.eot") format("eot");
}

@font-face {
    font-family: "Rounded Mplus 1c";
    font-style: normal;
    font-weight: 900;
    src: url("/local/templates/belogorye/css/../fonts/RoundedMplus1c-Black.woff") format("woff"), url("/local/templates/belogorye/css/../fonts/RoundedMplus1c-Black.woff2") format("woff2"), url("/local/templates/belogorye/css/../fonts/RoundedMplus1c-Black.ttf") format("ttf"), url("/local/templates/belogorye/css/../fonts/RoundedMplus1c-Black.eot") format("eot");
}

@font-face {
    font-family: "Rubik One";
    font-style: normal;
    font-weight: 400;
    src: url("/local/templates/belogorye/css/../fonts/RubikOne-Regular.woff") format("woff"), url("/local/templates/belogorye/css/../fonts/RubikOne-Regular.woff2") format("woff2"), url("/local/templates/belogorye/css/../fonts/RubikOne-Regular.ttf") format("ttf"), url("/local/templates/belogorye/css/../fonts/RubikOne-Regular.eot") format("eot");
}

:root {
    --black: #000;
    --red: #af080a;
    --red-light: #c32328;
    --white: #fff;
    --gray: #403f3c;
    --orange: #e45000;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
}

img,
svg {
    display: block;
    max-width: 100%;
}

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

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

button,
input,
textarea,
select {
    font: inherit;
    border: none;
    outline: none;
    background: none;
}

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

strong {
    font-weight: bold;
}

html {
    font-size: clamp(12px, 1vw + 0.5rem, 16px);
}

body {
    font-family: "Inter", sans-serif;
    color: #403f3c;
    background-color: #fff9f1;
    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;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
}

footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.container {
    width: 100%;
    max-width: 1550px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
}

section {
    position: relative;
}

.button {
    padding: 0.75rem 1.5rem;
    background-color: #403f3c;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.button:hover {
    background-color: rgb(37.6774193548, 37.0887096774, 35.3225806452);
}

.input,
.textarea,
.select {
    width: 100%;
    padding: 0.75rem 1rem;
    border-radius: 4px;
    border: 1px solid #ccc;
    background: #fff;
    color: #403f3c;
    font-family: inherit;
}

.input:focus,
.textarea:focus,
.select:focus {
    border-color: rgb(165.75, 165.75, 165.75);
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: rgba(0, 0, 0, 0.1);
}

header.color {
    background: #f9e9d7;
}

header.color .header__menu-left ul li a {
    color: var(--gray);
}

header.color .header__menu-left ul li a:hover, header.color .header__menu-left ul li a.active {
    color: var(--red);
}

header.color .header__menu-right ul li a {
    color: var(--gray);
}

header.color .header__menu-right ul li a:hover, header.color .header__menu-right ul li a.active {
    color: var(--red);
}

header.color .header__search form input {
    border-bottom: 1px solid #bdb8ab;
    color: var(--gray);
}

header.color .header__search form input::-webkit-input-placeholder {
    color: var(--gray);
}

header.color .header__search form input::-moz-placeholder {
    color: var(--gray);
}

header.color .header__search form input:-ms-input-placeholder {
    color: var(--gray);
}

header.color .header__search form input::-ms-input-placeholder {
    color: var(--gray);
}

header.color .header__search form input::placeholder {
    color: var(--gray);
}

header.color .header__search form svg path {
    fill: var(--gray);
}

header.color .header__lang ul li a {
    color: rgba(0, 0, 0, 0.5);
}

header.color .header__lang ul li a:hover {
    color: var(--red-light);
}

header.color .header__phone a {
    color: var(--red-light);
}

header.color .header__phone a span {
    color: var(--red-light);
}

.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 15px;
    padding: 8px 0px;
}

@media screen and (max-width: 1400px) {
    .header {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0;
    }
}

@media screen and (max-width: 1400px) {
    .header__menu-left {
        display: none;
    }
}

.header__menu-left ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: clamp(20px, 20px + (35 - 20) * (100vw - 375px) / (1920 - 375), 35px);
}

.header__menu-left ul li a {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--white);
    line-height: normal;
}

.header__menu-left ul li a:hover {
    font-weight: 900;
}

.header__burger {
    display: none;
}

@media screen and (max-width: 1400px) {
    .header__burger {
        display: block;
    }
}

.header__logo {
    width: 100%;
    max-width: 141px;
}

@media screen and (max-width: 1400px) {
    .header__logo {
        margin: 0 auto;
    }
}

@media (max-width: 992px) {
    .header__logo {
        max-width: 81px;
    }
}

.header__logo a img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.header__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 35px;
}

@media screen and (max-width: 1400px) {
    .header__flex {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

@media (max-width: 768px) {
    .header__flex {
        display: none;
    }
}

.header__phone-mob {
    display: none;
}

@media screen and (max-width: 768px) {
    .header__phone-mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

@media screen and (max-width: 1400px) {
    .header__menu-right {
        display: none;
    }
}

.header__menu-right ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: clamp(20px, 20px + (35 - 20) * (100vw - 375px) / (1920 - 375), 35px);
}

.header__menu-right ul li a {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--white);
    line-height: normal;
}

.header__menu-right ul li a:hover {
    font-weight: 900;
}

@media screen and (max-width: 1400px) {
    .header__search {
        display: none;
    }
}

.header__search form {
    position: relative;
}

.header__search form input {
    width: 100%;
    max-width: 150px;
    padding-bottom: 10px;
    padding-left: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    font-weight: 400;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    line-height: normal;
}

.header__search form input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.header__search form input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.header__search form input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.header__search form input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.header__search form input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.header__search form button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-65%);
    -ms-transform: translateY(-65%);
    transform: translateY(-65%);
    left: 0;
    cursor: pointer;
}

.header__lang ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 10px;
}

.header__lang ul li a {
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    line-height: normal;
}

.header__lang ul li a:hover {
    font-weight: 700;
}

.header__phone {
    text-align: right;
}

.header__phone a {
    font-weight: 400;
    font-size: clamp(18px, 18px + (20 - 18) * (100vw - 375px) / (1920 - 375), 20px);
    text-transform: uppercase;
    color: var(--white);
    line-height: normal;
}

.header__phone a span {
    font-weight: 700;
}

.header-mob {
    margin-top: 30px;
    padding-bottom: 40px;
    display: none;
}

.header-mob__menu {
    margin-bottom: 30px;
}

.header-mob__menu ul li {
    margin-bottom: 20px;
}

.header-mob__menu ul li:last-child {
    margin-bottom: 0;
}

.header-mob__menu ul li a {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--white);
    line-height: normal;
}

.color .header-mob__menu ul li a {
    color: var(--gray);
}

.header-mob__search {
    position: relative;
    margin-bottom: 30px;
}

.header-mob__search input {
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    color: var(--gray);
    line-height: normal;
    border-radius: 100px;
    padding: 15px 20px;
    background: var(--white);
}

.header-mob__search button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    cursor: pointer;
}

.header-mob__contacts {
    margin-bottom: 30px;
}

.header-mob__contacts p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 15px;
    font-weight: 500;
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 375px) / (1920 - 375), 18px);
    color: var(--white);
    line-height: normal;
    margin-bottom: clamp(10px, 10px + (20 - 10) * (100vw - 375px) / (1920 - 375), 20px);
}

.color .header-mob__contacts p {
    color: var(--gray);
}

.color .header-mob__contacts p svg path {
    fill: var(--gray);
}

.header-mob__lang ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px;
}

.header-mob__lang ul li a {
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}

.header-mob__lang ul li a:hover {
    font-weight: 700;
}

.color .header-mob__lang ul li a {
    color: var(--gray);
}

/* ─── SECTION ─────────────────────────────────────── */
.block-1 {
    position: relative;
    height: 100dvh;
    overflow: hidden;
}

/* ─── ARROWS ──────────────────────────────────────── */
.block-1__arrows {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 100%;
    max-width: 1380px;
    z-index: 40;
    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;
    padding: 0 24px;
    pointer-events: none;
}

.block-1__arrow-prev,
.block-1__arrow-next {
    cursor: pointer;
    pointer-events: all;
    -webkit-transition: background 0.25s, -webkit-transform 0.2s;
    transition: background 0.25s, -webkit-transform 0.2s;
    transition: background 0.25s, transform 0.2s;
    transition: background 0.25s, transform 0.2s, -webkit-transform 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 5px;
    padding: 8px;
    background: var(--white);
}

/* ─── BACKGROUND SLIDER ───────────────────────────── */
.block-1__background-slider {
    position: absolute;
    inset: 0;
    z-index: 10;
    overflow: hidden;
}

.block-1__background-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: calc(100% - 70px);

    will-change: transform, opacity;
    backface-visibility: hidden;
    transform: translateZ(0);
    /*overflow: hidden;*/
}

.block-1__background-slide img {
    position: absolute;
    top: calc(100% - 2px);
    left: 0;
    width: 100%;
    height: auto;
    transition: none;
    backface-visibility: hidden;
    transform: translateZ(0);
    pointer-events: none;
}

.bg-1 {
    background-color: #af080a;
}

.bg-2 {
    background-color: #c38864;
}

.bg-3 {
    background-color: #823308;
}

.bg-4 {
    background-color: #d01c59;
}

/* wave SVG inside bg slide */
.block-1__background-slide .wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0.25;
}

/* ─── DESCRIPTION SLIDER ──────────────────────────── */
.block-1__description-slider {
    position: absolute;
    inset: 0;
    z-index: 30;
}

@media (max-width: 992px) {
    .block-1__description-slider {
        display: none;
    }
}

.block-1__description-slide {
    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: 140px 40px 5%;
    gap: 0;
    opacity: 0; /* controlled by Swiper fade + GSAP */
}

@media screen and (max-width: 1450px) {
    .block-1__description-slide {
        padding: 140px 40px 7%;
    }
}

@media screen and (max-width: 1200px) {
    .block-1__description-slide {
        padding: 140px 40px 10%;
    }
}

.block-1__description-slide.swiper-slide-active {
    opacity: 1;
}

.block-1__description-slide > h2 {
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 900;
    font-size: clamp(32px, 32px + (64 - 32) * (100vw - 375px) / (1920 - 375), 64px);
    line-height: 100%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: center;
    color: var(--white);
}

.block-1__description-text {
    margin-top: auto;
    text-align: center;
}

.block-1__description-text h2 {
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 900;
    font-size: clamp(32px, 32px + (64 - 32) * (100vw - 375px) / (1920 - 375), 64px);
    line-height: 100%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: center;
    color: var(--white);
    margin-bottom: 20px;
}

.block-1__description-text p {
    font-weight: 400;
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 375px) / (1920 - 375), 18px);
    text-align: center;
    color: var(--white);
    line-height: normal;
    max-width: 500px;
    margin: 0 auto 30px;
}

.block-1__description-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.block-1__description-text a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: clamp(14px, 14px + (15 - 14) * (100vw - 375px) / (1920 - 375), 15px);
    line-height: normal;
    text-transform: uppercase;
    color: var(--white);
    position: relative;
}

.block-1__description-text a img {
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
    margin: 0;
}

.block-1__description-text a img:first-child {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.block-1__description-text a img:last-child {
    position: absolute;
    left: 0;
    opacity: 0;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
}

.block-1__description-text a:hover img:first-child {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.block-1__description-text a:hover img:last-child {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* ─── GALLERY SLIDER ──────────────────────────────── */
.block-1__gallery {
    position: absolute;
    inset: 0;
    z-index: 20;
}

.block-1__image {
    position: relative;
    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;
    height: 100%;
    overflow: visible;
}

.block-1__image img {
    max-height: 70vh;
    max-width: 55vw;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
    -webkit-filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.35));
    filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.35));
}

@media (max-width: 992px) {
    .block-1__image img {
        display: none;
    }
}

.block-1__image img:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 74vh;
    max-width: 66vw;
    pointer-events: none;
    will-change: transform, opacity;
}

.block-1__image-mob {
    display: none;
}

@media (max-width: 992px) {
    .block-1__image-mob {
        display: block;
    }
}

.block-1__image-mob h2 {
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 900;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: center;
    color: var(--white);
    margin-bottom: 17px;
}

.block-1__image-mob img {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin: 0 auto;
}

.block-1__image-mob img:nth-child(2) {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.block-1__image-mob .block-1__description-text {
    margin-top: 30px;
}

/* ─── PAGINATION DOTS ─────────────────────────────── */
.block-1__pagination {
    position: absolute;
    bottom: 36px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 50;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.block-1__pagination .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.35);
    cursor: pointer;
    -webkit-transition: background 0.3s, -webkit-transform 0.3s;
    transition: background 0.3s, -webkit-transform 0.3s;
    transition: background 0.3s, transform 0.3s;
    transition: background 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.block-1__pagination .dot.active {
    background: #fff;
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
}

/* placeholder images (colored boxes) */
.img-placeholder {
    border-radius: 20px;
}

.block-2 {
    padding: clamp(60px, 60px + (150 - 60) * (100vw - 375px) / (1920 - 375), 150px) clamp(0px, 0px + (0 - 0) * (100vw - 375px) / (1920 - 375), 0px) clamp(80px, 80px + (150 - 80) * (100vw - 375px) / (1920 - 375), 150px);
    overflow: hidden;
}

.block-2__image-1 {
    position: absolute;
    top: 43%;
    right: 0;
    will-change: transform;
}

@media (max-width: 768px) {
    .block-2__image-1 {
        display: none;
    }
}

.block-2__image-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    will-change: transform;
}

@media (max-width: 768px) {
    .block-2__image-2 {
        max-width: 152px;
    }
}

.block-2 h2 {
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 900;
    font-size: clamp(20px, 20px + (36 - 20) * (100vw - 375px) / (1920 - 375), 36px);
    text-transform: uppercase;
    color: var(--black);
    line-height: 150%;
    margin-bottom: clamp(20px, 20px + (25 - 20) * (100vw - 375px) / (1920 - 375), 25px);
}

.block-2__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: clamp(30px, 30px + (60 - 30) * (100vw - 375px) / (1920 - 375), 60px);
}

.block-2__tab {
    background: #ffedd9;
    border-radius: clamp(10px, 10px + (100 - 10) * (100vw - 375px) / (1920 - 375), 100px);
    padding: clamp(5px, 5px + (17 - 5) * (100vw - 375px) / (1920 - 375), 17px) clamp(10px, 10px + (30 - 10) * (100vw - 375px) / (1920 - 375), 30px);
    font-weight: 600;
    font-size: clamp(12px, 12px + (16 - 12) * (100vw - 375px) / (1920 - 375), 16px);
    line-height: 100%;
    text-align: center;
    color: var(--black);
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    cursor: pointer;
}

.block-2__tab:hover {
    background: var(--red-light);
    color: var(--white);
}

.block-2__tab.active {
    background: var(--red-light);
    color: var(--white);
}

.block-2__content {
    display: none;
}

.block-2__content.active {
    display: block;
}

.block-2__products {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

@media (max-width: 768px) {
    .block-2__products {
        display: none;
    }
}

.block-2__products-slider {
    display: none;
}

@media (max-width: 768px) {
    .block-2__products-slider {
        display: block;
    }
}

.block-2__products-slider-dots {
    margin-top: clamp(20px, 20px + (30 - 20) * (100vw - 375px) / (1920 - 375), 30px);
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.block-2__products-slider-dots .swiper-pagination-bullet {
    border-radius: 100%;
    border: 1px solid var(--red-light);
    background: transparent;
    width: 6px;
    height: 6px;
    margin: 0 5px;
}

.block-2__products-slider-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--red-light);
    width: 10px;
    height: 10px;
}

.block-2__product {
    display: block;
    background: #ffedd9;
    border-radius: 30px;
    padding: 0px 0px 30px 30px;
}

.block-2__product h3 {
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 900;
    font-size: clamp(18px, 18px + (24 - 18) * (100vw - 375px) / (1920 - 375), 24px);
    text-transform: uppercase;
    color: var(--black);
    line-height: 150%;
    margin-bottom: clamp(10px, 10px + (20 - 10) * (100vw - 375px) / (1920 - 375), 20px);
}

.block-2__product p {
    font-weight: 400;
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 375px) / (1920 - 375), 16px);
    color: var(--black);
    line-height: normal;
    margin-bottom: clamp(30px, 30px + (30 - 30) * (100vw - 375px) / (1920 - 375), 30px);
}

.block-2__product-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 425px;
    position: relative;
}

.block-2__product-img img {
    -o-object-fit: contain;
    object-fit: contain;
}

.block-2__product-gost {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
}

.block-2__product-read-more {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: clamp(14px, 14px + (15 - 14) * (100vw - 375px) / (1920 - 375), 15px);
    line-height: normal;
    text-transform: uppercase;
    color: var(--red-light);
    position: relative;
}

.block-2__product-read-more img {
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.block-2__product-read-more img:first-child {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.block-2__product-read-more img:last-child {
    position: absolute;
    left: 0;
    opacity: 0;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
}

.block-2__product-read-more:hover img:first-child {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.block-2__product-read-more:hover img:last-child {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.block-2__all {
    margin-top: clamp(30px, 30px + (60 - 30) * (100vw - 375px) / (1920 - 375), 60px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.block-2__all a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: var(--white);
    background: var(--red);
    border-radius: 100px;
    padding: 17px 30px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.block-3 {
    position: relative;
    overflow: visible; /* Изменено с hidden */
}

.block-3__columns {
    position: relative;
}

.block-3__column:first-child {
    position: sticky;
    top: 0;
    z-index: 1;
    min-height: 84vh;
}

@media (max-width: 768px) {
    .block-3__column:first-child {
        min-height: 900px;
    }
}

.block-3__column:first-child .block-3__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.block-3__column:first-child .block-3__background img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.block-3__column:last-child {
    position: relative;
    z-index: 2;
    background: #ffffff;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -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;
}

.block-3__background img {
    width: 100%;
}

.block-3__content-block {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    z-index: 5;
}

.block-3__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 15px;
}

@media (max-width: 768px) {
    .block-3__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 0;
    }
}

.block-3__info {
    width: 100%;
    max-width: 670px;
}

.block-3__info h2 {
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 900;
    font-size: clamp(20px, 20px + (32 - 20) * (100vw - 375px) / (1920 - 375), 32px);
    line-height: 150%;
    text-transform: uppercase;
    color: var(--white);
    margin-bottom: clamp(20px, 20px + (20 - 20) * (100vw - 375px) / (1920 - 375), 20px);
}

.block-3__info p {
    font-weight: 400;
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 375px) / (1920 - 375), 18px);
    line-height: 120%;
    color: var(--white);
    margin-bottom: 15px;
}

.block-3__info-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 20px;
    border-radius: 10px;
    padding: 20px;
    background: #f8f1e2;
    margin-top: clamp(40px, 40px + (40 - 40) * (100vw - 375px) / (1920 - 375), 40px);
}

.block-3__info-img {
    border-radius: 10px;
    width: 100%;
    max-width: 136px;
}

@media screen and (max-width: 576px) {
    .block-3__info-img {
        display: none;
    }
}

.block-3__info-img img {
    border-radius: 10px;
}

.block-3__info-desc p {
    font-weight: 400;
    font-size: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / (1920 - 375), 18px);
    line-height: 120%;
    color: var(--gray);
}

.block-3__info-link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: var(--white);
    background: var(--red);
    border-radius: 100px;
    padding: 17px 30px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.block-3__video-block {
    width: 100%;
    max-width: 620px;
    position: relative;
}

.block-3__video-img {
    position: relative;
    z-index: 5;
}

.block-3__video-img img {
    display: block;
    width: 100%;
    height: auto;
}

.block-3__video {
    position: absolute;
    top: 6%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 81.6%;
    height: 78%;
    max-height: 327px;
}

.block-3__video video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.block-3__wave {
    position: absolute;
    bottom: 99%;
    left: 0;
    width: 100%;
    z-index: 5;
}

.block-3__wave img {
    width: 100%;
}

.block-3__news-block {
    background: var(--red);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 20px;
    padding: 60px 0;
}

@media (max-width: 768px) {
    .block-3__news-block {
        -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;
        gap: 0;
    }
}

.block-3__news-info {
    padding-left: calc((100% - 1550px) / 2 + 15px);
}

@media (max-width: 768px) {
    .block-3__news-info {
        padding-left: 0;
    }
}

.block-3__news-desc {
    max-width: 567px;
    padding-left: 15px;
}

@media (max-width: 768px) {
    .block-3__news-desc {
        padding-right: 15px;
    }
}

.block-3__news-desc h2 {
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 900;
    font-size: clamp(20px, 20px + (32 - 20) * (100vw - 375px) / (1920 - 375), 32px);
    line-height: 150%;
    text-transform: uppercase;
    color: var(--white);
    margin-bottom: clamp(20px, 20px + (20 - 20) * (100vw - 375px) / (1920 - 375), 20px);
}

.block-3__news-desc p {
    font-weight: 400;
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 375px) / (1920 - 375), 18px);
    color: var(--white);
    line-height: normal;
}

.block-3__news-socials-block {
    margin-top: clamp(20px, 20px + (50 - 20) * (100vw - 375px) / (1920 - 375), 50px);
    margin-bottom: clamp(40px, 40px + (50 - 40) * (100vw - 375px) / (1920 - 375), 50px);
}

.block-3__news-socials-block h3 {
    font-family: "Rubik One", sans-serif;
    font-weight: 400;
    font-size: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / (1920 - 375), 20px);
    text-transform: uppercase;
    color: var(--white);
    line-height: normal;
    margin-bottom: 20px;
}

.block-3__news-socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 15px;
}

.block-3__news-arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 15px;
}

@media (max-width: 768px) {
    .block-3__news-arrows {
        display: none;
    }
}

.block-3__news-arrow-prev {
    border-radius: 5px;
    padding: 8px;
    background: var(--white);
    cursor: pointer;
}

.block-3__news-arrow-next {
    border-radius: 5px;
    padding: 8px;
    background: var(--white);
    cursor: pointer;
}

.block-3__news-slider {
    width: 100%;
    max-width: 1130px;
    margin-right: 0;
    position: relative;
}

@media (max-width: 768px) {
    .block-3__news-slider {
        max-width: 100%;
        padding: 0 15px;
    }
}

.block-3__news-slider::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 365px;
    height: 100%;
    z-index: 5;
    background: -webkit-gradient(linear, left top, right top, from(rgba(226, 73, 31, 0)), to(#e2491f));
    background: linear-gradient(90deg, rgba(226, 73, 31, 0) 0%, #e2491f 100%);
}

@media (max-width: 768px) {
    .block-3__news-slider::after {
        display: none;
    }
}

.block-3__news-slide {
    border-radius: 20px;
    background: var(--white);
}

.block-3__news-slide-img {
    border-radius: 20px;
}

.block-3__news-slide-img img {
    width: 100%;
    border-radius: 20px;
}

.block-3__news-slide-content {
    padding: 30px;
}

@media (max-width: 768px) {
    .block-3__news-slide-content {
        padding: 20px;
    }
}

.block-3__news-slide-content h3 {
    font-weight: 700;
    font-size: clamp(18px, 18px + (20 - 18) * (100vw - 375px) / (1920 - 375), 20px);
    color: var(--black);
    line-height: normal;
    margin-bottom: 10px;
}

.block-3__news-slide-content p {
    font-weight: 400;
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 375px) / (1920 - 375), 16px);
    color: var(--gray);
    line-height: normal;
    margin-bottom: clamp(20px, 20px + (30 - 20) * (100vw - 375px) / (1920 - 375), 30px);
}

.block-3__news-slide-date {
    font-weight: 400;
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 375px) / (1920 - 375), 16px);
    color: var(--gray);
    line-height: normal;
    margin-bottom: clamp(10px, 10px + (10 - 10) * (100vw - 375px) / (1920 - 375), 10px);
}

.block-3__news-slide-read-more {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: clamp(14px, 14px + (15 - 14) * (100vw - 375px) / (1920 - 375), 15px);
    line-height: normal;
    text-transform: uppercase;
    color: var(--red-light);
    position: relative;
}

.block-3__news-slide-read-more img {
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.block-3__news-slide-read-more img:first-child {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.block-3__news-slide-read-more img:last-child {
    position: absolute;
    left: 0;
    opacity: 0;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
}

.block-3__news-slide-read-more:hover img:first-child {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.block-3__news-slide-read-more:hover img:last-child {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.block-3__news-slider-dots {
    display: none;
}

@media (max-width: 768px) {
    .block-3__news-slider-dots {
        margin-top: clamp(20px, 20px + (30 - 20) * (100vw - 375px) / (1920 - 375), 30px);
        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;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .block-3__news-slider-dots .swiper-pagination-bullet {
        border-radius: 100%;
        border: 1px solid var(--white);
        background: transparent;
        width: 6px;
        height: 6px;
        margin: 0 5px;
    }

    .block-3__news-slider-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: var(--white);
        width: 10px;
        height: 10px;
    }
}

.block-4 {
    padding: clamp(80px, 80px + (120 - 80) * (100vw - 375px) / (1920 - 375), 120px) clamp(0px, 0px + (0 - 0) * (100vw - 375px) / (1920 - 375), 0px) clamp(20px, 20px + (80 - 20) * (100vw - 375px) / (1920 - 375), 80px);
    overflow: hidden;
}

.block-4 h2 {
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 900;
    font-size: clamp(20px, 20px + (36 - 20) * (100vw - 375px) / (1920 - 375), 36px);
    text-transform: uppercase;
    color: var(--black);
    margin-bottom: clamp(20px, 20px + (40 - 20) * (100vw - 375px) / (1920 - 375), 40px);
}

.block-4__items {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

@media (max-width: 992px) {
    .block-4__items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .block-4__items {
        display: none;
    }
}

.block-4__items-slider {
    display: none;
}

@media (max-width: 768px) {
    .block-4__items-slider {
        display: block;
    }
}

.block-4__items-slider-dots {
    display: none;
}

@media (max-width: 768px) {
    .block-4__items-slider-dots {
        margin-top: clamp(20px, 20px + (30 - 20) * (100vw - 375px) / (1920 - 375), 30px);
        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;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .block-4__items-slider-dots .swiper-pagination-bullet {
        border-radius: 100%;
        border: 1px solid var(--red-light);
        background: transparent;
        width: 6px;
        height: 6px;
        margin: 0 5px;
    }

    .block-4__items-slider-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: var(--red-light);
        width: 10px;
        height: 10px;
    }
}

.block-4__item {
    display: block;
    position: relative;
}

.block-4__item-gost {
    position: absolute;
    top: -30px;
    right: -30px;
    z-index: 5;
}

@media (max-width: 768px) {
    .block-4__item-gost {
        width: 100%;
        max-width: 100px;
        top: 0;
        right: 0;
    }
}

.block-4__item-video {
    border-radius: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 620px;
    margin-bottom: clamp(20px, 20px + (30 - 20) * (100vw - 375px) / (1920 - 375), 30px);
}

@media (max-width: 768px) {
    .block-4__item-video {
        min-height: 434px;
    }
}

.block-4__item-video video {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 620px;
}

@media (max-width: 768px) {
    .block-4__item-video video {
        min-height: 434px;
    }
}

.block-4__item-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 20px;
    margin-bottom: 20px;
}

.block-4__item-stage {
    font-weight: 700;
    font-size: clamp(16px, 16px + (24 - 16) * (100vw - 375px) / (1920 - 375), 24px);
    line-height: 100%;
    text-align: center;
    color: var(--red-light);
    border: 1px solid var(--red-light);
    border-radius: clamp(100px, 100px + (100 - 100) * (100vw - 375px) / (1920 - 375), 100px);
    padding: clamp(7px, 7px + (15 - 7) * (100vw - 375px) / (1920 - 375), 15px) clamp(10px, 10px + (10 - 10) * (100vw - 375px) / (1920 - 375), 10px);
    white-space: nowrap;
}

.block-4__item-name {
    font-weight: 700;
    font-size: clamp(18px, 18px + (24 - 18) * (100vw - 375px) / (1920 - 375), 24px);
    line-height: 100%;
    color: var(--red-light);
}

.block-4__item-list {
    margin-bottom: clamp(20px, 20px + (30 - 20) * (100vw - 375px) / (1920 - 375), 30px);
}

.block-4__item-list ul {
    font-weight: 400;
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 375px) / (1920 - 375), 16px);
    color: var(--gray);
    line-height: normal;
}

.block-4__item-list ul li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 40px;
}

.block-4__item-list ul li:last-child {
    margin-bottom: 0;
}

.block-4__item-list ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_725_5846)'%3E%3Cpath d='M8 9H0V7H8V0L16 8L8 16V9Z' fill='%23C32328'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_725_5846'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}

.block-4__item-more {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: clamp(14px, 14px + (15 - 14) * (100vw - 375px) / (1920 - 375), 15px);
    line-height: normal;
    text-transform: uppercase;
    color: var(--red-light);
    position: relative;
}

.block-4__item-more img {
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.block-4__item-more img:first-child {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.block-4__item-more img:last-child {
    position: absolute;
    left: 0;
    opacity: 0;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
}

.block-4__item-more:hover img:first-child {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.block-4__item-more:hover img:last-child {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.block-5__block-6 {
    position: relative;
    overflow: visible;
}

.block-5 {
    padding: clamp(0px, 0px + (0 - 0) * (100vw - 375px) / (1920 - 375), 0px) clamp(0px, 0px + (0 - 0) * (100vw - 375px) / (1920 - 375), 0px) clamp(0px, 0px + (0 - 0) * (100vw - 375px) / (1920 - 375), 0px);
    position: sticky;
    top: 0;
    z-index: 1;
    min-height: 78vh;
}

@media (max-width: 768px) {
    .block-5 {
        min-height: 700px;
    }
}

.block-5__background {
    position: absolute;
    bottom: 95%;
    left: 0;
    width: 100%;
    z-index: 5;
}

@media screen and (max-width: 1200px) {
    .block-5__background {
        bottom: calc(96% + 10px);
    }
}

@media (max-width: 992px) {
    .block-5__background {
        bottom: calc(96% + 15px);
    }
}

@media (max-width: 768px) {
    .block-5__background {
        bottom: calc(96% + 15px);
    }
}

@media (max-width: 480px) {
    .block-5__background {
        bottom: calc(96% + 20px);
    }
}

.block-5__background img {
    width: 100%;
}

.block-5__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.block-5__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.block-5__items-block {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    z-index: 5;
}

.block-5__item {
    border-radius: clamp(10px, 10px + (20 - 10) * (100vw - 375px) / (1920 - 375), 20px);
    padding: clamp(20px, 20px + (40 - 20) * (100vw - 375px) / (1920 - 375), 40px) clamp(20px, 20px + (40 - 20) * (100vw - 375px) / (1920 - 375), 40px);
    background: #fff9f1;
    max-width: 622px;
}

@media (max-width: 992px) {
    .block-5__item {
        margin-bottom: 30px;
    }

    .block-5__item:last-child {
        margin-bottom: 0;
    }
}

.block-5__item:nth-child(2) {
    margin-left: auto;
}

@media (max-width: 768px) {
    .block-5__item:nth-child(2) {
        margin-left: 0;
    }
}

.block-5__item:last-child {
    margin-left: 128px;
}

@media (max-width: 768px) {
    .block-5__item:last-child {
        margin-left: 0;
    }
}

.block-5__item h3 {
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 900;
    font-size: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / (1920 - 375), 20px);
    text-transform: uppercase;
    color: var(--black);
    margin-bottom: clamp(10px, 10px + (15 - 10) * (100vw - 375px) / (1920 - 375), 15px);
}

.block-5__item p {
    font-weight: 400;
    font-size: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / (1920 - 375), 18px);
    color: var(--gray);
    line-height: normal;
}

.block-6 {
    position: relative;
    z-index: 2;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -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;
    background: var(--orange);
    padding: clamp(40px, 40px + (80 - 40) * (100vw - 375px) / (1920 - 375), 80px) clamp(0px, 0px + (0 - 0) * (100vw - 375px) / (1920 - 375), 0px) clamp(60px, 60px + (150 - 60) * (100vw - 375px) / (1920 - 375), 150px);
}

.block-6__background {
    position: absolute;
    bottom: calc(100% - 2px);
    left: 0;
    width: 100%;
    z-index: 5;
}

.block-6__background img {
    width: 100%;
}

.block-6__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 20px;
}

@media (max-width: 992px) {
    .block-6__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .block-6__content {
        gap: 0;
    }
}

.block-6__img {
    width: 100%;
    max-width: 817px;
}

.block-6__info {
    width: 100%;
    max-width: 749px;
}

.block-6__info h2 {
    font-family: "Rubik One", sans-serif;
    font-weight: 400;
    font-size: clamp(20px, 20px + (50 - 20) * (100vw - 375px) / (1920 - 375), 50px);
    text-transform: uppercase;
    color: #f4eddd;
    margin-bottom: 10px;
}

.block-6__info h3 {
    font-weight: 900;
    font-size: clamp(12px, 12px + (20 - 12) * (100vw - 375px) / (1920 - 375), 20px);
    line-height: 140%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #f4eddd;
    margin-bottom: clamp(20px, 20px + (30 - 20) * (100vw - 375px) / (1920 - 375), 30px);
}

.block-6__info p {
    font-weight: 400;
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 375px) / (1920 - 375), 18px);
    color: #f4eddd;
    line-height: normal;
    margin-bottom: 15px;
}

.block-6__info-button {
    display: block;
    font-weight: 500;
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 375px) / (1920 - 375), 16px);
    line-height: 100%;
    text-align: center;
    color: var(--black);
    border-radius: 100px;
    padding: clamp(10px, 10px + (17 - 10) * (100vw - 375px) / (1920 - 375), 17px) clamp(30px, 30px + (30 - 30) * (100vw - 375px) / (1920 - 375), 30px);
    cursor: pointer;
    background: var(--white);
    width: 100%;
    max-width: 300px;
    margin-top: clamp(20px, 20px + (30 - 20) * (100vw - 375px) / (1920 - 375), 30px);
}

@media (max-width: 768px) {
    .block-6__info-button {
        max-width: 100%;
    }
}

.block-6__info-items {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 23px;
    margin-top: clamp(40px, 40px + (80 - 40) * (100vw - 375px) / (1920 - 375), 80px);
}

@media screen and (max-width: 1388px) {
    .block-6__info-items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.block-6__info-item-ico {
    margin-bottom: 15px;
}

.block-6__info-item-name {
    font-weight: 500;
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 375px) / (1920 - 375), 16px);
    color: var(--white);
    line-height: normal;
}

.block-7 {
    padding: clamp(80px, 80px + (160 - 80) * (100vw - 375px) / (1920 - 375), 160px) clamp(0px, 0px + (0 - 0) * (100vw - 375px) / (1920 - 375), 0px) clamp(80px, 80px + (160 - 80) * (100vw - 375px) / (1920 - 375), 160px);
}

.block-7.partners-block-5 {
    padding: clamp(80px, 80px + (80 - 80) * (100vw - 375px) / (1920 - 375), 80px) clamp(0px, 0px + (0 - 0) * (100vw - 375px) / (1920 - 375), 0px) clamp(80px, 80px + (150 - 80) * (100vw - 375px) / (1920 - 375), 150px);
}

.block-7 h2 {
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 900;
    font-size: clamp(20px, 20px + (36 - 20) * (100vw - 375px) / (1920 - 375), 36px);
    text-transform: uppercase;
    color: var(--black);
    margin-bottom: 20px;
}

.block-7 p {
    font-weight: 400;
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 375px) / (1920 - 375), 18px);
    color: var(--gray);
    line-height: normal;
    max-width: 750px;
}

.block-7__slider-block {
    padding: 0 60px;
    position: relative;
}

@media (max-width: 768px) {
    .block-7__slider-block {
        padding: 0;
    }
}

.block-7__slider {
    margin-top: clamp(20px, 20px + (50 - 20) * (100vw - 375px) / (1920 - 375), 50px);
}

.block-7__slider-arrows {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-90%);
    -ms-transform: translateY(-90%);
    transform: translateY(-90%);
    left: 0;
    width: 100%;
    z-index: 5;
    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;
}

@media (max-width: 768px) {
    .block-7__slider-arrows {
        display: none;
    }
}

.block-7__slider-arrow-prev {
    cursor: pointer;
}

.block-7__slider-arrow-next {
    cursor: pointer;
}

.block-7__slide {
    border-radius: 10px;
}

.block-7__slide img {
    border-radius: 10px;
}

.block-7__slider-dots {
    margin-top: clamp(20px, 20px + (30 - 20) * (100vw - 375px) / (1920 - 375), 30px);
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.block-7__slider-dots .swiper-pagination-bullet {
    border-radius: 100%;
    border: 1px solid var(--red-light);
    background: transparent;
    width: 6px;
    height: 6px;
    margin: 0 5px;
}

.block-7__slider-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--red-light);
    width: 10px;
    height: 10px;
}

.block-8__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 0px;
}

@media (max-width: 768px) {
    .block-8__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.block-8__content-img {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 531px;
}

@media (max-width: 768px) {
    .block-8__content-img {
        min-height: auto;
    }
}

.block-8__content-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.block-8__content-info {
    width: 100%;
    background: var(--red);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 0px;
    padding: 40px 20px;
}

.block-8__content-info-desc {
    max-width: 550px;
}

.block-8__content-info-desc h2 {
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 900;
    font-size: clamp(20px, 20px + (32 - 20) * (100vw - 375px) / (1920 - 375), 32px);
    text-transform: uppercase;
    text-align: center;
    color: var(--white);
    margin-bottom: clamp(10px, 10px + (20 - 10) * (100vw - 375px) / (1920 - 375), 20px);
}

.block-8__content-info-desc p {
    font-weight: 400;
    font-size: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / (1920 - 375), 18px);
    text-align: center;
    color: var(--white);
    line-height: normal;
    margin-bottom: 15px;
}

.block-8__content-info-button {
    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;
    gap: 10px;
    font-weight: 500;
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 375px) / (1920 - 375), 16px);
    line-height: 100%;
    text-align: center;
    color: var(--red);
    background: var(--white);
    border-radius: 100px;
    padding: clamp(10px, 10px + (17 - 10) * (100vw - 375px) / (1920 - 375), 17px) clamp(30px, 30px + (30 - 30) * (100vw - 375px) / (1920 - 375), 30px);
    cursor: pointer;
    width: 100%;
    max-width: 253px;
    margin: 40px auto 0;
}

.partners-block-3 .block-8__content-info-button {
    max-width: 361px;
}

.block-9 {
    padding: clamp(80px, 80px + (160 - 80) * (100vw - 375px) / (1920 - 375), 160px) clamp(0px, 0px + (0 - 0) * (100vw - 375px) / (1920 - 375), 0px) clamp(80px, 80px + (160 - 80) * (100vw - 375px) / (1920 - 375), 160px);
}

.block-9 h2 {
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 900;
    font-size: clamp(20px, 20px + (32 - 20) * (100vw - 375px) / (1920 - 375), 32px);
    text-transform: uppercase;
    text-align: center;
    color: var(--black);
    margin-bottom: clamp(10px, 10px + (20 - 10) * (100vw - 375px) / (1920 - 375), 20px);
}

.block-9 p {
    font-weight: 400;
    font-size: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / (1920 - 375), 18px);
    text-align: center;
    color: var(--gray);
    line-height: normal;
    max-width: 1006px;
    margin: 0 auto;
}

.block-9__questions {
    margin-top: clamp(40px, 40px + (60 - 40) * (100vw - 375px) / (1920 - 375), 60px);
}

.block-9__question {
    margin-bottom: 30px;
    cursor: pointer;
}

.block-9__question:last-child {
    margin-bottom: 0;
}

.block-9__question.active .block-9__question-name::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='20' cy='20' r='19' fill='%23C32328' stroke='%23C32328' stroke-width='2'/%3E%3Cpath d='M19 19H21H27V21H21H19H13V19H19Z' fill='white'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.block-9__question-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 0px;
    font-weight: 700;
    font-size: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / (1920 - 375), 20px);
    color: var(--black);
    line-height: normal;
    position: relative;
    padding: 10px 40px 10px 0px;
}

.block-9__question-name::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='20' cy='20' r='19' stroke='%23C32328' stroke-width='2'/%3E%3Cpath d='M19 19V13H21V19H27V21H21V27H19V21H13V19H19Z' fill='%23C32328'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.block-9__answer {
    padding: 10px 0 0px;
    display: none;
}

.block-9__answer p {
    font-weight: 400;
    font-size: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / (1920 - 375), 18px);
    color: var(--gray);
    line-height: normal;
    text-align: left;
    max-width: 100%;
}

.block-10 {
    background: var(--orange);
}

.block-10__background {
    position: absolute;
    bottom: calc(95% - 10px);
    left: 0;
    width: 100%;
    z-index: 10;
}

@media screen and (max-width: 1590px) {
    .block-10__background {
        bottom: calc(95% - 5px);
    }
}

@media screen and (max-width: 1400px) {
    .block-10__background {
        bottom: 95%;
    }
}

@media screen and (max-width: 1230px) {
    .block-10__background {
        bottom: 96%;
    }
}

@media (max-width: 992px) {
    .block-10__background {
        bottom: calc(96% + 10px);
    }
}

@media (max-width: 768px) {
    .block-10__background {
        bottom: calc(95% + 5px);
    }
}

@media screen and (max-width: 670px) {
    .block-10__background {
        bottom: calc(95% + 15px);
    }
}

@media (max-width: 480px) {
    .block-10__background {
        bottom: calc(95% + 17px);
    }
}

.block-10__background img {
    width: 100%;
}

.block-10__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 0px;
}

.block-10__form-block {
    padding-left: calc((100% - 1550px) / 2 + 15px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 0px;
}

@media (max-width: 768px) {
    .block-10__form-block {
        padding: 60px 0 40px;
    }
}

.block-10__form-block h3 {
    font-weight: 900;
    font-size: clamp(12px, 12px + (20 - 12) * (100vw - 375px) / (1920 - 375), 20px);
    line-height: 140%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--white);
    margin-bottom: 10px;
}

.block-10__form-block h2 {
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 900;
    font-size: clamp(20px, 20px + (40 - 20) * (100vw - 375px) / (1920 - 375), 40px);
    text-transform: uppercase;
    color: var(--white);
    line-height: normal;
    margin-bottom: 20px;
}

.block-10__form-block p {
    font-weight: 400;
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 375px) / (1920 - 375), 18px);
    color: var(--white);
    line-height: normal;
}

.block-10__form-column {
    padding-left: 15px;
    padding-right: 20px;
}

.block-10__form {
    margin-top: 30px;
}

.block-10__form-input {
    margin-bottom: 10px;
}

.block-10__form-input input {
    border-radius: 100px;
    padding: 19px 30px;
    padding: clamp(15px, 15px + (18 - 15) * (100vw - 375px) / (1920 - 375), 18px) clamp(20px, 20px + (30 - 20) * (100vw - 375px) / (1920 - 375), 30px);
    background: var(--white);
    font-weight: 400;
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 375px) / (1920 - 375), 16px);
    color: var(--gray);
    width: 100%;
}

.block-10__form-privacy {
    margin-top: 30px;
    margin-bottom: 30px;
}

.block-10__form-privacy input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.block-10__form-privacy input + label::before {
    content: "";
    display: inline-block;
    width: 100%;
    max-width: 11px;
    height: 11px;
    background: var(--white);
}

.block-10__form-privacy input:checked + label::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23E45000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 8l4 4 8-8'/%3E%3C/svg%3E");
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
}

.block-10__form-privacy label {
    font-weight: 400;
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 375px) / (1920 - 375), 14px);
    color: var(--white);
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 16px;
}

.block-10__form-submit input {
    cursor: pointer;
    font-weight: 700;
    font-size: clamp(14px, 14px + (15 - 14) * (100vw - 375px) / (1920 - 375), 15px);
    line-height: 100%;
    text-transform: uppercase;
    color: var(--white);
    border: 1px solid var(--white);
    border-radius: 100px;
    padding: 19px 100px;
    width: 100%;
}

.block-10__video {
    width: 100%;
    max-width: 1078px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 800px;
}

@media (max-width: 768px) {
    .block-10__video {
        display: none;
    }
}

.block-10__video::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 426px;
    height: 100%;
    z-index: 5;
    background: -webkit-gradient(linear, left top, right top, from(#e45000), to(rgba(255, 135, 12, 0))), -webkit-gradient(linear, left top, right top, from(#e45000), to(rgba(255, 135, 12, 0)));
    background: linear-gradient(90deg, #e45000 0%, rgba(255, 135, 12, 0) 100%), linear-gradient(90deg, #e45000 0%, rgba(255, 135, 12, 0) 100%);
}

.block-10__video video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.footer {
    background: #eddbc7;
}

.footer__top {
    padding: clamp(30px, 30px + (80 - 30) * (100vw - 375px) / (1920 - 375), 80px) clamp(0px, 0px + (0 - 0) * (100vw - 375px) / (1920 - 375), 0px) clamp(30px, 30px + (100 - 30) * (100vw - 375px) / (1920 - 375), 100px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
}

@media (max-width: 768px) {
    .footer__top {
        -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;
        gap: 30px;
    }
}

.footer__logo {
    width: 100%;
    max-width: 143px;
}

@media (max-width: 768px) {
    .footer__menu:nth-child(2) {
        display: none;
    }

    .footer__menu:nth-child(3) {
        display: none;
    }
}

.footer__menu ul li {
    margin-bottom: 10px;
}

.footer__menu ul li:last-child {
    margin-bottom: 0;
}

.footer__menu ul li a {
    font-weight: 400;
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 375px) / (1920 - 375), 18px);
    color: var(--gray);
    line-height: normal;
}

.footer__menu-title {
    font-weight: 700;
    font-size: clamp(18px, 18px + (20 - 18) * (100vw - 375px) / (1920 - 375), 20px);
    color: var(--black);
    line-height: normal;
    margin-bottom: clamp(15px, 15px + (25 - 15) * (100vw - 375px) / (1920 - 375), 25px);
}

@media (max-width: 768px) {
    .footer__menu-title {
        display: none;
    }
}

.footer__menu-address {
    font-weight: 400;
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 375px) / (1920 - 375), 18px);
    color: var(--black);
    line-height: normal;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .footer__menu-address {
        text-align: center;
    }
}

.footer__menu-telephone {
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .footer__menu-telephone {
        text-align: center;
    }
}

.footer__menu-telephone p {
    font-weight: 400;
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 375px) / (1920 - 375), 18px);
    color: var(--black);
    line-height: normal;
}

.footer__menu-telephone a {
    font-weight: 600;
    color: var(--red-light);
}

@media (max-width: 768px) {
    .footer__menu-email {
        text-align: center;
    }
}

.footer__menu-email p {
    font-weight: 400;
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 375px) / (1920 - 375), 18px);
    color: var(--black);
    line-height: normal;
}

.footer__menu-email a {
    font-weight: 600;
    color: var(--red-light);
}

.footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
    padding-bottom: 20px;
}

@media (max-width: 768px) {
    .footer__bottom {
        -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;
        gap: 10px;
    }
}

.footer__bottom p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 10px;
    font-weight: 400;
    font-size: clamp(12px, 12px + (16 - 12) * (100vw - 375px) / (1920 - 375), 16px);
    color: #6e6d67;
}

.footer__bottom a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 10px;
    font-weight: 400;
    font-size: clamp(12px, 12px + (16 - 12) * (100vw - 375px) / (1920 - 375), 16px);
    color: #6e6d67;
}

.breadcrumbs {
    padding: 126px 0 80px;
    padding: clamp(85px, 85px + (140 - 85) * (100vw - 375px) / (1920 - 375), 140px) clamp(0px, 0px + (0 - 0) * (100vw - 375px) / (1920 - 375), 0px) clamp(40px, 40px + (80 - 40) * (100vw - 375px) / (1920 - 375), 80px);
}

.breadcrumbs__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
}

.breadcrumbs__item a {
    font-weight: 400;
    font-size: clamp(12px, 12px + (16 - 12) * (100vw - 375px) / (1920 - 375), 16px);
    line-height: 130%;
    color: var(--gray);
}

.breadcrumbs__item span {
    font-weight: 500;
    font-size: clamp(12px, 12px + (16 - 12) * (100vw - 375px) / (1920 - 375), 16px);
    line-height: 130%;
    color: var(--red);
}

.breadcrumbs__item span.breadcrumbs__item-sep {
    font-weight: 400;
    font-size: clamp(12px, 12px + (16 - 12) * (100vw - 375px) / (1920 - 375), 16px);
    line-height: 130%;
    color: var(--gray);
}

.products-sections__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 15px;
    margin-bottom: 30px;
}

.products-sections__header h1 {
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 900;
    font-size: clamp(20px, 20px + (36 - 20) * (100vw - 375px) / (1920 - 375), 36px);
    text-transform: uppercase;
    text-align: center;
    color: var(--black);
    line-height: normal;
}

.products-sections__header a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
    background: var(--red);
    border-radius: 100px;
    padding: 13px 15px;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: var(--white);
    width: 100%;
    max-width: 285px;
}

@media (max-width: 768px) {
    .products-sections__header a {
        display: none;
    }
}

.products-sections__items-block {
    padding: 0 60px;
    position: relative;
}

@media (max-width: 768px) {
    .products-sections__items-block {
        display: none;
    }
}

.products-sections__items {
    position: relative;
    margin-bottom: clamp(30px, 30px + (80 - 30) * (100vw - 375px) / (1920 - 375), 80px);
    z-index: 10;
}

.products-sections__items-mobile {
    display: none;
}

@media (max-width: 768px) {
    .products-sections__items-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: normal;
        -ms-flex-pack: normal;
        justify-content: normal;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 8px 15px;
        margin-bottom: 30px;
    }
}

.products-sections__items-mobile a {
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
    color: var(--gray);
    border-radius: 10px;
    padding: 5px 10px;
    background: #ffedd9;
    display: block;
}

.products-sections__items-mobile a:hover {
    background: var(--red);
    color: var(--white);
}

.products-sections__items-mobile a.active {
    background: var(--red);
    color: var(--white);
}

.products-sections__items-arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 15px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    left: 0;
    width: 100%;
    z-index: 5;
}

.products-sections__items-arrow-prev {
    border-radius: 5px;
    padding: 8px;
    background: #ffedd9;
    cursor: pointer;
}

.products-sections__items-arrow-next {
    border-radius: 5px;
    padding: 8px;
    background: #ffedd9;
    cursor: pointer;
}

.products-sections__item {
    display: block;
}

.products-sections__item:hover .products-sections__item-img {
    background: var(--red);
}

.products-sections__item.active .products-sections__item-img {
    background: var(--red);
}

.products-sections__item-img {
    background: #ffd8ad;
    border-radius: 20px;
    margin-bottom: 15px;
}

.products-sections__item-name {
    font-weight: 800;
    font-size: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / (1920 - 375), 18px);
    text-align: center;
    color: var(--red);
}

.products {
    padding-bottom: 90px;
}

.products__items {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

@media (max-width: 768px) {
    .products__items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 576px) {
    .products__items {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

.products__item {
    display: block;
    background: #ffedd9;
    border-radius: 30px;
    padding: 0px 0px 30px 30px;
    position: relative;
}

.products__item-gost {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
}

.products__item h3 {
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 900;
    font-size: clamp(18px, 18px + (24 - 18) * (100vw - 375px) / (1920 - 375), 24px);
    text-transform: uppercase;
    color: var(--black);
    line-height: 150%;
    margin-bottom: clamp(10px, 10px + (20 - 10) * (100vw - 375px) / (1920 - 375), 20px);
    padding-right: 30px;
}

.products__item p {
    font-weight: 400;
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 375px) / (1920 - 375), 16px);
    color: var(--black);
    line-height: normal;
    margin-bottom: clamp(30px, 30px + (30 - 30) * (100vw - 375px) / (1920 - 375), 30px);
    padding-right: 30px;
}

.products__item-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 425px;
    position: relative;
}

.products__item-img img {
    -o-object-fit: contain;
    object-fit: contain;
}

.products__item-read-more {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: clamp(14px, 14px + (15 - 14) * (100vw - 375px) / (1920 - 375), 15px);
    line-height: normal;
    text-transform: uppercase;
    color: var(--red-light);
    position: relative;
}

.products__item-read-more img {
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.products__item-read-more img:first-child {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.products__item-read-more img:last-child {
    position: absolute;
    left: 0;
    opacity: 0;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
}

.products__item-read-more:hover img:first-child {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.products__item-read-more:hover img:last-child {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.products__items-paginations {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 40px;
    margin-top: clamp(30px, 30px + (60 - 30) * (100vw - 375px) / (1920 - 375), 60px);
}

.products__items-pagination-prev {
    cursor: pointer;
}

.products__items-pagination-next {
    cursor: pointer;
}

.products__items-paginations-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 5px;
}

.products__items-paginations-items a, .products__items-paginations-items span {
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 0px;
    width: 40px;
    height: 40px;
    background: #fee6cc;
    font-weight: 700;
    font-size: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / (1920 - 375), 18px);
    text-align: center;
    color: var(--red);
}

.products__items-paginations-items a:hover, .products__items-paginations-items span:hover {
    background: var(--red);
    color: #fee6cc;
}

.products__items-paginations-items a.active, .products__items-paginations-items span.active {
    background: var(--red);
    color: #fee6cc;
}

.feedback {
    background: var(--red);
}

.feedback__background img {
    width: 100%;
}

.feedback__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 15px;
}

@media screen and (max-width: 1200px) {
    .feedback__block {
        padding: 60px 15px 40px;
    }
}

.feedback__img {
    width: 100%;
    max-width: 520px;
}

@media screen and (max-width: 1200px) {
    .feedback__img {
        display: none;
    }
}

.feedback__form {
    width: 100%;
}

.feedback__form h3 {
    font-weight: 900;
    font-size: clamp(12px, 12px + (20 - 12) * (100vw - 375px) / (1920 - 375), 20px);
    line-height: 140%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--white);
    margin-bottom: 10px;
    text-align: center;
}

.feedback__form h2 {
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 900;
    font-size: clamp(20px, 20px + (50 - 20) * (100vw - 375px) / (1920 - 375), 50px);
    text-transform: uppercase;
    color: var(--white);
    line-height: normal;
    margin-bottom: 20px;
    text-align: center;
}

.feedback__form p {
    font-weight: 400;
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 375px) / (1920 - 375), 18px);
    color: var(--white);
    line-height: normal;
    text-align: center;
    margin-bottom: 30px;
}

.feedback__form-input {
    margin-bottom: 10px;
}

.feedback__form-input input {
    border-radius: 100px;
    padding: 19px 30px;
    padding: clamp(15px, 15px + (18 - 15) * (100vw - 375px) / (1920 - 375), 18px) clamp(20px, 20px + (30 - 20) * (100vw - 375px) / (1920 - 375), 30px);
    background: var(--white);
    font-weight: 400;
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 375px) / (1920 - 375), 16px);
    color: var(--gray);
    width: 100%;
}

.feedback__form-privacy {
    margin-top: 30px;
    margin-bottom: 30px;
}

.feedback__form-privacy input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.feedback__form-privacy input + label::before {
    content: "";
    display: inline-block;
    width: 100%;
    max-width: 11px;
    height: 11px;
    background: var(--white);
}

.feedback__form-privacy input:checked + label::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23E45000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 8l4 4 8-8'/%3E%3C/svg%3E");
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
}

.feedback__form-privacy label {
    font-weight: 400;
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 375px) / (1920 - 375), 14px);
    color: var(--white);
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 16px;
}

.feedback__form-submit input {
    cursor: pointer;
    font-weight: 700;
    font-size: clamp(14px, 14px + (15 - 14) * (100vw - 375px) / (1920 - 375), 15px);
    line-height: 100%;
    text-transform: uppercase;
    color: var(--white);
    border: 1px solid var(--white);
    border-radius: 100px;
    padding: 19px 100px;
    width: 100%;
}

.news {
    padding-bottom: clamp(80px, 80px + (150 - 80) * (100vw - 375px) / (1920 - 375), 150px);
}

.news h2 {
    font-weight: 900;
    font-size: clamp(20px, 20px + (36 - 20) * (100vw - 375px) / (1920 - 375), 36px);
    text-transform: uppercase;
    color: var(--black);
    line-height: normal;
    margin-bottom: clamp(20px, 20px + (40 - 20) * (100vw - 375px) / (1920 - 375), 40px);
}

.news__archive-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 15px;
    margin-bottom: clamp(40px, 40px + (60 - 40) * (100vw - 375px) / (1920 - 375), 60px);
}

.news__archive-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
}

.news__archive-item {
    border: 1px solid var(--red);
    border-radius: 50px;
    font-weight: 500;
    font-size: clamp(12px, 12px + (16 - 12) * (100vw - 375px) / (1920 - 375), 16px);
    line-height: 100%;
    text-align: center;
    color: var(--red);
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0 10px;
    transition: 0.2s ease;
}

.news__archive-item:hover {
    background: var(--red);
    color: var(--white);
}

.news__archive-item.active {
    background: var(--red);
    color: var(--white);
}

.news__archive-link {
    border-radius: 100px;
    padding: 17px 15px;
    background: var(--red);
    font-weight: 700;
    font-size: clamp(12px, 12px + (16 - 12) * (100vw - 375px) / (1920 - 375), 16px);
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    color: var(--white);
    display: block;
    width: 100%;
    max-width: 272px;
}

@media (max-width: 768px) {
    .news__archive-link {
        display: none;
    }
}

.news__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: clamp(20px, 20px + (50 - 20) * (100vw - 375px) / (1920 - 375), 50px);
    margin-bottom: 20px;
    background: var(--white);
}

.news__item:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .news__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0;
    }
}

.news__item-img {
    display: flex;
    width: 100%;
    max-width: 400px;
    max-height: 300px;
    border-radius: 20px;
}

@media (max-width: 768px) {
    .news__item-img {
        object-fit: cover;
        max-width: 100%;
    }
}

.news__item-img img {
    width: 100%;
    border-radius: 20px;
    -o-object-fit: cover;
    object-fit: cover;
}

.news__item-content {
    padding: 20px 0;
}

@media (max-width: 768px) {
    .news__item-content {
        padding: 20px 15px;
    }
}

.news__item-content h3 {
    font-weight: 700;
    font-size: clamp(18px, 18px + (20 - 18) * (100vw - 375px) / (1920 - 375), 20px);
    color: var(--black);
    line-height: normal;
    margin-bottom: 10px;
}

.news__item-content p {
    font-weight: 400;
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 375px) / (1920 - 375), 16px);
    color: var(--gray);
    line-height: normal;
}

.news__item-date {
    font-weight: 400;
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 375px) / (1920 - 375), 16px);
    color: var(--gray);
    line-height: normal;
    margin-bottom: 10px;
}

.news__item-read-more {
    margin-top: clamp(20px, 20px + (30 - 20) * (100vw - 375px) / (1920 - 375), 30px);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: clamp(14px, 14px + (15 - 14) * (100vw - 375px) / (1920 - 375), 15px);
    line-height: normal;
    text-transform: uppercase;
    color: var(--red-light);
    position: relative;
}

.news__item-read-more img {
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.news__item-read-more img:first-child {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.news__item-read-more img:last-child {
    position: absolute;
    left: 0;
    opacity: 0;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
}

.news__item-read-more:hover img:first-child {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.news__item-read-more:hover img:last-child {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.news__item-more {
    margin-top: clamp(40px, 40px + (60 - 40) * (100vw - 375px) / (1920 - 375), 60px);
    width: 100%;
    text-align: center;
}

.news__item-more button {
    width: 100%;
    max-width: 259px;
    background: var(--red);
    border-radius: 100px;
    padding: 17px 15px;
    cursor: pointer;
    font-weight: 500;
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 375px) / (1920 - 375), 16px);
    line-height: 100%;
    text-align: center;
    color: var(--white);
}

.product__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 20px;
}

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

.product__gallery {
    width: 100%;
    max-width: 784px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 20px;
}

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

.product__thumbnails {
    width: 100%;
    max-width: 183px;
    max-height: 510px;
    overflow-y: auto;
}

@media (max-width: 768px) {
    .product__thumbnails {
        display: none;
    }
}

.product__thumbnail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto !important; /* переопределяем для вертикального режима */
    border-radius: 20px;
    cursor: pointer;
}

.product__thumbnail:last-child {
    margin-bottom: 0 !important;
}

.product__thumbnail img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px;
}

.product__images {
    width: 100%;
    max-width: 581px;
}

.product__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 20px;
}

.product__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px;
}

.product__images-dots {
    display: none;
    margin-top: 20px;
}

@media (max-width: 768px) {
    .product__images-dots {
        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;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.product__images-dots .swiper-pagination-bullet {
    border-radius: 100%;
    border: 1px solid var(--red-light);
    background: transparent;
    width: 7px;
    height: 7px;
    margin: 0 5px;
}

.product__images-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--red-light);
    width: 9px;
    height: 9px;
}

.product__info {
    width: 100%;
    max-width: 622px;
}

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

.product__info h1 {
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 900;
    font-size: clamp(20px, 20px + (32 - 20) * (100vw - 375px) / (1920 - 375), 32px);
    text-transform: uppercase;
    color: var(--black);
    margin-bottom: clamp(10px, 10px + (10 - 10) * (100vw - 375px) / (1920 - 375), 10px);
}

.product__info p {
    font-weight: 400;
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 375px) / (1920 - 375), 18px);
    line-height: 130%;
    color: var(--gray);
    margin-bottom: 10px;
}

.product__article {
    font-weight: 400;
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 375px) / (1920 - 375), 18px);
    line-height: 130%;
    color: var(--gray);
    margin-bottom: 10px;
}

.product__stock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    font-weight: 700;
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 375px) / (1920 - 375), 16px);
    line-height: 130%;
    color: #427307;
    margin-bottom: 10px;
}

.product__price-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.product__price {
    font-weight: 400;
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 375px) / (1920 - 375), 16px);
    line-height: 130%;
    color: var(--gray);
}

.product__price span {
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 900;
    font-size: clamp(18px, 18px + (20 - 18) * (100vw - 375px) / (1920 - 375), 20px);
    text-transform: uppercase;
    color: var(--red-light);
}

.product__price-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: var(--gray);
}

.product__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}

@media screen and (max-width: 1200px) {
    .product__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
    }
}

.product__button-order {
    font-weight: 700;
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 375px) / (1920 - 375), 14px);
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    color: var(--white);
    background: var(--red);
    border-radius: 100px;
    padding: 17px 10px;
    border: 1px solid var(--red);
    cursor: pointer;
    width: 100%;
}

.product__button-branded-stores {
    font-weight: 700;
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 375px) / (1920 - 375), 14px);
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    color: var(--red);
    background: var(--white);
    border-radius: 100px;
    padding: 17px 10px;
    border: 1px solid var(--red);
    cursor: pointer;
    width: 100%;
}

.product__specifications {
    --visible-items: 3; /* Количество видимых строк */
    --line-height: 1.5; /* Высота строки */
    --item-padding: 8px; /* Вертикальный отступ внутри <p> */
    overflow: hidden;
    max-height: calc((var(--line-height) * 1em + var(--item-padding) * 2) * var(--visible-items));
    -webkit-transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.product__specifications.expanded {
    max-height: 1000px; /* Достаточно большое значение для всего контента */
    -webkit-transition: max-height 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    transition: max-height 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.product__specifications p {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    font-weight: 400;
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 375px) / (1920 - 375), 18px);
    line-height: 130%;
    color: var(--gray);
}

.product__specifications p::after {
    content: "";
    position: absolute;
    bottom: 7px;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #bdb8ab;
}

.product__specifications p span {
    z-index: 5;
    background-color: #fff9f1;
}

.product__specifications p span:first-child {
    padding-right: 20px;
}

.product__specifications p span:last-child {
    padding-left: 20px;
}

.product__specifications-link {
    margin-top: 20px;
    font-weight: 700;
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 375px) / (1920 - 375), 16px);
    line-height: 130%;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: var(--red-light);
    cursor: pointer;
}

.product__advantages-block {
    margin-top: clamp(40px, 40px + (80 - 40) * (100vw - 375px) / (1920 - 375), 80px);
    background: var(--orange);
}

.product__advantages {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    padding: clamp(20px, 20px + (30 - 20) * (100vw - 375px) / (1920 - 375), 30px) clamp(0px, 0px + (0 - 0) * (100vw - 375px) / (1920 - 375), 0px) clamp(10px, 10px + (10 - 10) * (100vw - 375px) / (1920 - 375), 10px);
}

@media (max-width: 768px) {
    .product__advantages {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
        padding: clamp(20px, 20px + (30 - 20) * (100vw - 375px) / (1920 - 375), 30px) clamp(0px, 0px + (0 - 0) * (100vw - 375px) / (1920 - 375), 0px) clamp(20px, 20px + (20 - 20) * (100vw - 375px) / (1920 - 375), 20px);
    }
}

.product__advantage-ico {
    margin-bottom: 10px;
}

.product__advantage-ico img {
    margin: 0 auto;
}

.product__advantage-name {
    font-weight: 500;
    font-size: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / (1920 - 375), 18px);
    text-align: center;
    color: var(--white);
    line-height: normal;
}

.product__background {
    position: relative;
    top: -1px;
}

.product__background img {
    width: 100%;
}

.product__about {
    background: var(--white);
    border-radius: 20px;
    padding: clamp(50px, 50px + (50 - 50) * (100vw - 375px) / (1920 - 375), 50px) clamp(15px, 15px + (50 - 15) * (100vw - 375px) / (1920 - 375), 50px);
    margin: clamp(40px, 40px + (80 - 40) * (100vw - 375px) / (1920 - 375), 80px) clamp(0px, 0px + (0 - 0) * (100vw - 375px) / (1920 - 375), 0px) clamp(80px, 80px + (150 - 80) * (100vw - 375px) / (1920 - 375), 150px);
}

.product__about-item {
    margin-bottom: 40px;
    overflow-x: auto;
}

.product__about-item:last-child {
    margin-bottom: 0;
}

.product__about-item h3 {
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 900;
    font-size: clamp(20px, 20px + (20 - 20) * (100vw - 375px) / (1920 - 375), 20px);
    color: var(--black);
    line-height: normal;
    margin-bottom: 10px;
}

.product__about-item p {
    font-weight: 400;
    font-size: clamp(18px, 18px + (18 - 18) * (100vw - 375px) / (1920 - 375), 18px);
    line-height: 130%;
    color: var(--gray);
    margin-bottom: 15px;
}

.product__about-item ul {
    list-style: disc;
    padding-left: 20px;
    font-weight: 400;
    font-size: clamp(18px, 18px + (18 - 18) * (100vw - 375px) / (1920 - 375), 18px);
    line-height: 130%;
    color: var(--gray);
    margin-bottom: 15px;
}

.product__about-item table {
    margin-top: 40px;
    margin-bottom: 20px;
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
}

.product__about-item table thead tr th,
.product__about-item table thead tr td {
    background: #e4d7cd;
    border: 1px solid #bab1a9;
    padding: 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: var(--gray);
}

.product__about-item table tbody tr:nth-child(even) td {
    background: #f6f6f6;
}

.product__about-item table tbody tr td {
    border: 1px solid #bab1a9;
    padding: 20px 25px;
    font-weight: 700;
    font-size: 14px;
    line-height: 130%;
    text-transform: uppercase;
    color: var(--gray);
}

.products-like {
    padding-bottom: clamp(80px, 80px + (150 - 80) * (100vw - 375px) / (1920 - 375), 150px);
}

.products-like h2 {
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 900;
    font-size: clamp(20px, 20px + (32 - 20) * (100vw - 375px) / (1920 - 375), 32px);
    text-transform: uppercase;
    color: var(--black);
    line-height: normal;
    margin-bottom: 30px;
}

.products-news {
    background: var(--red);
}

.products-news__background {
    position: relative;
    top: -1px;
}

.products-news__background img {
    width: 100%;
}

.products-news__content {
    margin-top: clamp(40px, 40px + (100 - 40) * (100vw - 375px) / (1920 - 375), 100px);
    padding-bottom: clamp(80px, 80px + (150 - 80) * (100vw - 375px) / (1920 - 375), 150px);
}

.products-news__content h2 {
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 900;
    font-size: clamp(20px, 20px + (32 - 20) * (100vw - 375px) / (1920 - 375), 32px);
    text-transform: uppercase;
    text-align: center;
    color: var(--white);
    margin-bottom: clamp(10px, 10px + (20 - 10) * (100vw - 375px) / (1920 - 375), 20px);
}

.products-news__content p {
    font-weight: 400;
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 375px) / (1920 - 375), 18px);
    text-align: center;
    color: var(--white);
    margin: 0 auto;
}

.products-news__items {
    margin-top: clamp(30px, 30px + (60 - 30) * (100vw - 375px) / (1920 - 375), 60px);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

@media (max-width: 768px) {
    .products-news__items {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

.products-news__item-img {
    margin-bottom: clamp(10px, 10px + (20 - 10) * (100vw - 375px) / (1920 - 375), 20px);
}

.products-news__item-img img {
    width: 100%;
}

.products-news__item-name {
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 900;
    font-size: clamp(12px, 12px + (20 - 12) * (100vw - 375px) / (1920 - 375), 20px);
    text-transform: uppercase;
    text-align: center;
    color: var(--white);
}

.news-detail {
    padding-bottom: clamp(80px, 80px + (150 - 80) * (100vw - 375px) / (1920 - 375), 150px);
}

.news-detail__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 20px;
    @media (max-width: 992px) {
        flex-direction: column;
        gap: 80px;
    }
}

.news-detail__column {
    width: 100%;

    &:first-child {
        max-width: 927px;
        @media (max-width: 992px) {
            max-width: 100%;
        }
    }

    &:last-child {
        max-width: 492px;
        @media (max-width: 992px) {
            max-width: 100%;
        }
    }
}

.news-detail__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 20px;
    margin-bottom: 40px;
}

@media (max-width: 992px) {
    .news-detail__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        align-items: normal;
    }
}

.news-detail__img {
    width: 100%;
    max-width: 380px;

    img {
        width: 100%;
        object-fit: cover;
    }
}

.news-detail__title {
    width: 100%;
    max-width: 507px;

    h1 {
        font-family: "Rounded Mplus 1c", sans-serif;
        font-weight: 900;
        font-size: clamp(18px, 18px + (24 - 18) * (100vw - 375px) / (1920 - 375), 24px);
        text-transform: uppercase;
        color: var(--black);
        line-height: normal;
        margin-bottom: clamp(15px, 15px + (20 - 15) * (100vw - 375px) / (1920 - 375), 20px);
    }
}

.news-detail__info {
    width: 100%;
}

.news-detail__info p {
    font-weight: 400;
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 375px) / (1920 - 375), 18px);
    line-height: 130%;
    color: var(--gray);
    margin-bottom: 15px;
}

.news-detail__info ul {
    list-style: disc;
    font-weight: 400;
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 375px) / (1920 - 375), 18px);
    line-height: 130%;
    color: var(--gray);
    padding-left: 20px;
}

.news-detail__info img {
    object-fit: contain;
}

.news-detail__info ul li {
    margin-bottom: 15px;
}

.news-detail__info ul li:last-child {
    margin-bottom: 0;
}

.news-detail__date {
    font-weight: 400;
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 375px) / (1920 - 375), 16px);
    color: var(--gray);
    line-height: normal;
    margin-bottom: clamp(15px, 15px + (20 - 15) * (100vw - 375px) / (1920 - 375), 20px);
}

.news-detail__other-news h2 {
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 900;
    font-size: 18px;
    text-transform: uppercase;
    color: var(--black);
    margin-bottom: 10px;
}

.news-detail__other-news-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-radius: 20px;
    padding: 20px;
    background: var(--white);
    margin-bottom: 10px;
    @media (max-width: 768px) {
        padding: 10px;
    }
}

.news-detail__other-news-item-img {
    width: 100%;
    max-width: 150px;
    border-radius: 10px;
    @media (max-width: 768px) {
        max-width: 80px;
    }

    img {
        border-radius: 10px;
        object-fit: cover;
    }
}

.news-detail__other-news-item-info {
    width: 100%;

    h3 {
        font-weight: 700;
        font-size: clamp(12px, 12px + (16 - 12) * (100vw - 375px) / (1920 - 375), 16px);
        color: var(--black);
    }
}

.news-detail__other-news-item-date {
    font-weight: 400;
    font-size: clamp(12px, 12px + (16 - 12) * (100vw - 375px) / (1920 - 375), 16px);
    color: var(--gray);
    margin-bottom: 10px;
}

.news-detail__gallery {
    margin-top: 40px;
}

.news-detail__gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
}

.news-detail__gallery-image {
    width: 100%;
    border-radius: 10px;

    img {
        width: 100%;
        border-radius: 10px;
    }
}

.video {
    padding-bottom: clamp(80px, 80px + (150 - 80) * (100vw - 375px) / (1920 - 375), 150px);
}

.video h1 {
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 900;
    font-size: clamp(20px, 20px + (36 - 20) * (100vw - 375px) / (1920 - 375), 36px);
    text-transform: uppercase;
    color: var(--black);
    line-height: normal;
    margin-bottom: clamp(20px, 20px + (40 - 20) * (100vw - 375px) / (1920 - 375), 40px);
}

.video__items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

@media (max-width: 768px) {
    .video__items {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

.video__item {
    border-radius: 20px;
    position: relative;
    display: block;

    &::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 70.81%, rgba(0, 0, 0, 0.8) 100%);
    }
}

.video__item-poster {
    border-radius: 20px;
    display: flex;
    max-height: 400px;
}

.video__item-poster img {
    border-radius: 20px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.video__item-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 20px;
    padding: clamp(15px, 15px + (30 - 15) * (100vw - 375px) / (1920 - 375), 30px) clamp(15px, 15px + (30 - 15) * (100vw - 375px) / (1920 - 375), 30px);
}

.video__item-desc h3 {
    font-weight: 700;
    font-size: clamp(12px, 12px + (20 - 12) * (100vw - 375px) / (1920 - 375), 20px);
    line-height: 100%;
    color: var(--white);
    margin-bottom: clamp(5px, 5px + (10 - 5) * (100vw - 375px) / (1920 - 375), 10px);
}

.video__item-date {
    font-weight: 400;
    font-size: clamp(8px, 8px + (16 - 8) * (100vw - 375px) / (1920 - 375), 16px);
    color: var(--white);
    line-height: normal;
}

.video__item-play {
    border-radius: 10px;
    width: 70px;
    height: 70px;
    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;
    background: var(--white);
}

@media (max-width: 992px) {
    .video__item-play {
        width: 32px;
        height: 32px;
        border-radius: 5px;
    }

    .video__item-play svg {
        width: 100%;
        max-width: 12px;
    }
}

.video__show-more {
    text-align: center;
    margin-top: clamp(40px, 40px + (60 - 40) * (100vw - 375px) / (1920 - 375), 60px);
}

.video__show-more button {
    font-weight: 500;
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 375px) / (1920 - 375), 16px);
    line-height: 100%;
    text-align: center;
    color: var(--white);
    border-radius: 100px;
    padding: 17px 10px;
    background: var(--red);
    cursor: pointer;
    width: 100%;
    max-width: 259px;
}

.reviews {
    padding-bottom: clamp(80px, 80px + (150 - 80) * (100vw - 375px) / (1920 - 375), 150px);
}

.reviews h1 {
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 900;
    font-size: clamp(20px, 20px + (36 - 20) * (100vw - 375px) / (1920 - 375), 36px);
    text-transform: uppercase;
    color: var(--black);
    line-height: normal;
    margin-bottom: clamp(20px, 20px + (40 - 20) * (100vw - 375px) / (1920 - 375), 40px);
}

.reviews__form-block {
    margin-bottom: clamp(40px, 40px + (40 - 40) * (100vw - 375px) / (1920 - 375), 40px);
}

.reviews__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 30px;
    background: #eddbc7;
    border-radius: 20px;
    padding: clamp(15px, 15px + (30 - 15) * (100vw - 375px) / (1920 - 375), 30px) clamp(15px, 15px + (30 - 15) * (100vw - 375px) / (1920 - 375), 30px) clamp(30px, 30px + (30 - 30) * (100vw - 375px) / (1920 - 375), 30px);
}

@media (max-width: 768px) {
    .reviews__form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
    }
}

.reviews__form-column {
    width: 100%;
}

.reviews__form-column:first-child {
    max-width: 750px;
}

.reviews__form-column:last-child {
    max-width: 680px;
}

.reviews__form-textarea {
    width: 100%;
    height: 100%;
}

.reviews__form-textarea textarea {
    width: 100%;
    height: 100%;
    background: var(--white);
    padding: clamp(15px, 15px + (30 - 15) * (100vw - 375px) / (1920 - 375), 30px) clamp(15px, 15px + (30 - 15) * (100vw - 375px) / (1920 - 375), 30px) clamp(15px, 15px + (30 - 15) * (100vw - 375px) / (1920 - 375), 30px);
    font-weight: 400;
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 375px) / (1920 - 375), 16px);
    color: var(--gray);
    line-height: normal;
    border-radius: 15px;
}

@media (max-width: 768px) {
    .reviews__form-textarea textarea {
        min-height: 257px;
    }
}

.reviews__form-rating {
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 5px;
    margin-bottom: clamp(20px, 20px + (30 - 20) * (100vw - 375px) / (1920 - 375), 30px);
}

.reviews__form-rating input {
    display: none;
}

.reviews__form-rating input:checked ~ label .star--full {
    opacity: 1;
}

.reviews__form-rating input:checked ~ label .star--empty {
    opacity: 0;
}

.reviews__form-rating label {
    cursor: pointer;
    position: relative;
    width: 50px;
    height: 50px;
}

@media (max-width: 768px) {
    .reviews__form-rating label {
        max-width: 38px;
        max-height: 38px;
    }
}

.reviews__form-rating label .star {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.reviews__form-rating label .star path {
    fill: #ffae00;
}

.reviews__form-rating label .star--full {
    opacity: 0;
}

.reviews__form-rating label:hover .star--full {
    opacity: 1;
}

.reviews__form-rating label:hover ~ label .star--full {
    opacity: 1;
}

.reviews__form-rating label:hover .star--empty {
    opacity: 0;
}

.reviews__form-rating label:hover ~ label .star--empty {
    opacity: 0;
}

.reviews__form-input {
    margin-bottom: 10px;
}

.reviews__form-input input {
    width: 100%;
    background: var(--white);
    border-radius: 100px;
    padding: 19px 30px;
    font-weight: 400;
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 375px) / (1920 - 375), 16px);
    color: var(--gray);
    line-height: normal;
}

.reviews__form-privacy {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .reviews__form-privacy {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.reviews__form-privacy input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.reviews__form-privacy input + label::before {
    content: "";
    display: inline-block;
    width: 100%;
    max-width: 24px;
    height: 24px;
    background: #ff9000;
}

.reviews__form-privacy input:checked + label::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23eddbc7' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 8l4 4 8-8'/%3E%3C/svg%3E");
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
}

.reviews__form-privacy label {
    font-weight: 400;
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 375px) / (1920 - 375), 14px);
    color: var(--gray);
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 10px;
    cursor: pointer;
}

.reviews__form-submit input {
    font-weight: 700;
    font-size: clamp(12px, 12px + (16 - 12) * (100vw - 375px) / (1920 - 375), 16px);
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    color: var(--white);
    border-radius: 100px;
    padding: 17px 10px;
    background: var(--red);
    width: 100%;
    cursor: pointer;
}

.reviews__item {
    border-radius: 20px;
    padding: clamp(15px, 15px + (50 - 15) * (100vw - 375px) / (1920 - 375), 50px) clamp(15px, 15px + (50 - 15) * (100vw - 375px) / (1920 - 375), 50px);
    background: var(--white);
    margin-bottom: clamp(10px, 10px + (20 - 10) * (100vw - 375px) / (1920 - 375), 20px);
}

.reviews__item:last-child {
    margin-bottom: 0;
}

.reviews__item-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 30px;
    margin-bottom: clamp(10px, 10px + (20 - 10) * (100vw - 375px) / (1920 - 375), 20px);
}

.reviews__item-rating {
    display: flex;
    align-items: center;
}

.reviews__item-rating svg {
    width: 100%;
    max-width: 25px;
}

.reviews__item-rating svg path {
    fill: #ffae00;
}

.reviews__item-date {
    font-weight: 400;
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 375px) / (1920 - 375), 18px);
    line-height: 130%;
    color: var(--gray);
}

.reviews__item-name {
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 900;
    font-size: clamp(18px, 18px + (20 - 18) * (100vw - 375px) / (1920 - 375), 20px);
    color: var(--black);
    line-height: normal;
    margin-bottom: 10px;
}

.reviews__items-button {
    margin-top: clamp(40px, 40px + (60 - 40) * (100vw - 375px) / (1920 - 375), 60px);
    text-align: center;
}

.reviews__items-button button {
    font-weight: 500;
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 375px) / (1920 - 375), 16px);
    line-height: 100%;
    text-align: center;
    color: var(--white);
    background: var(--red);
    border-radius: 100px;
    padding: 17px 10px;
    width: 100%;
    max-width: 259px;
    cursor: pointer;
}

.job-openings {
    padding-bottom: clamp(80px, 80px + (150 - 80) * (100vw - 375px) / (1920 - 375), 150px);
}

.job-openings h1 {
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 900;
    font-size: clamp(20px, 20px + (36 - 20) * (100vw - 375px) / (1920 - 375), 36px);
    text-transform: uppercase;
    color: var(--black);
    line-height: normal;
    margin-bottom: clamp(20px, 20px + (40 - 20) * (100vw - 375px) / (1920 - 375), 40px);
}

.job-openings__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 30px;
    border-radius: 20px;
    padding: clamp(15px, 15px + (30 - 15) * (100vw - 375px) / (1920 - 375), 30px) clamp(15px, 15px + (30 - 15) * (100vw - 375px) / (1920 - 375), 30px) clamp(30px, 30px + (30 - 30) * (100vw - 375px) / (1920 - 375), 30px);
    background: #eddbc7;
    margin-bottom: clamp(20px, 20px + (100 - 20) * (100vw - 375px) / (1920 - 375), 100px);
}

@media (max-width: 992px) {
    .job-openings__columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
    }
}

.job-openings__column {
    width: 100%;
}

.job-openings__column:first-child {
    max-width: 680px;
}

.job-openings__column:last-child {
    max-width: 750px;
}

.job-openings__form-input {
    margin-bottom: 10px;
}

.job-openings__form-input input {
    width: 100%;
    background: var(--white);
    border-radius: 100px;
    padding: 19px 30px;
    font-weight: 400;
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 375px) / (1920 - 375), 16px);
    color: var(--gray);
    line-height: normal;
}

.job-openings__form-file {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

@media (max-width: 768px) {
    .job-openings__form-file {
        margin-top: 20px;
    }
}

.job-openings__form-file input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.job-openings__form-file label {
    border: 1px solid var(--red);
    border-radius: 100px;
    padding: clamp(10px, 10px + (12 - 10) * (100vw - 375px) / (1920 - 375), 12px) clamp(10px, 10px + (10 - 10) * (100vw - 375px) / (1920 - 375), 10px);
    width: 100%;
    max-width: 256px;
    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;
    gap: 10px;
    font-weight: 500;
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 375px) / (1920 - 375), 16px);
    line-height: 100%;
    text-align: center;
    color: var(--red);
    cursor: pointer;
}

.job-openings__form-file p {
    font-weight: 400;
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 375px) / (1920 - 375), 14px);
    color: var(--gray);
    line-height: normal;
}

.job-openings__form-privacy {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .job-openings__form-privacy {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.job-openings__form-privacy input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.job-openings__form-privacy input + label::before {
    content: "";
    display: inline-block;
    width: 100%;
    max-width: 24px;
    height: 24px;
    background: #ff9000;
}

.job-openings__form-privacy input:checked + label::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23eddbc7' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 8l4 4 8-8'/%3E%3C/svg%3E");
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
}

.job-openings__form-privacy label {
    font-weight: 400;
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 375px) / (1920 - 375), 14px);
    color: var(--gray);
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 10px;
    cursor: pointer;
}

.job-openings__form-submit input {
    font-weight: 700;
    font-size: clamp(12px, 12px + (16 - 12) * (100vw - 375px) / (1920 - 375), 16px);
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    color: var(--white);
    border-radius: 100px;
    padding: 17px 10px;
    background: var(--red);
    width: 100%;
    cursor: pointer;
}

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

.job-openings__img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.job-openings__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
    padding-bottom: clamp(20px, 20px + (40 - 20) * (100vw - 375px) / (1920 - 375), 40px);
    margin-bottom: clamp(20px, 20px + (40 - 20) * (100vw - 375px) / (1920 - 375), 40px);
    border-bottom: 1px solid #d9c9b6;
}

.job-openings__tab {
    border: 1px solid var(--orange);
    border-radius: 100px;
    padding: 15px 25px;
    font-weight: 700;
    font-size: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / (1920 - 375), 18px);
    line-height: 100%;
    text-align: center;
    color: var(--orange);
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    cursor: pointer;
}

.job-openings__tab:hover {
    background: var(--orange);
    color: var(--white);
}

.job-openings__tab.active {
    background: var(--orange);
    color: var(--white);
}

.job-openings__content {
    display: none;
}

.job-openings__content.active {
    display: block;
}

.job-openings__items {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

@media (max-width: 992px) {
    .job-openings__items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .job-openings__items {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

.job-openings__item {
    border-radius: 20px;
    padding: 30px;
    background: var(--white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.job-openings__item-header {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e2d5c7;
}

.job-openings__item-header h3 {
    font-weight: 700;
    font-size: clamp(18px, 18px + (20 - 18) * (100vw - 375px) / (1920 - 375), 20px);
    line-height: 130%;
    color: var(--black);
    margin-bottom: 20px;
}

.job-openings__item-header p {
    font-weight: 500;
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 375px) / (1920 - 375), 18px);
    line-height: 130%;
    color: var(--black);
}

.job-openings__item-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    height: 100%;
}

.job-openings__item-footer p {
    font-weight: 400;
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 375px) / (1920 - 375), 16px);
    line-height: 130%;
    color: var(--black);
}

.job-openings__item-footer button {
    margin-top: auto;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: clamp(14px, 14px + (15 - 14) * (100vw - 375px) / (1920 - 375), 15px);
    line-height: normal;
    text-transform: uppercase;
    color: var(--red-light);
    position: relative;
}

.job-openings__item-footer button img {
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.job-openings__item-footer button img:first-child {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.job-openings__item-footer button img:last-child {
    position: absolute;
    left: 0;
    opacity: 0;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
}

.job-openings__item-footer button:hover img:first-child {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.job-openings__item-footer button:hover img:last-child {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.job-openings__item-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 150;
    display: none;
}

.job-openings__item-modal-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow-y: auto;
    height: 100%;
}

.job-openings__item-modal-block {
    background: var(--white);
    width: 100%;
    max-width: 1000px;
    border-radius: 20px;
    padding: clamp(30px, 30px + (60 - 30) * (100vw - 375px) / (1920 - 375), 60px) clamp(15px, 15px + (60 - 15) * (100vw - 375px) / (1920 - 375), 60px);
    position: relative;
    overflow-y: auto;
}

.job-openings__item-modal-block h3 {
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 900;
    font-size: clamp(18px, 18px + (24 - 18) * (100vw - 375px) / (1920 - 375), 24px);
    text-transform: uppercase;
    color: var(--red);
    line-height: normal;
    margin-bottom: clamp(20px, 20px + (30 - 20) * (100vw - 375px) / (1920 - 375), 30px);
}

.job-openings__item-modal-block p {
    font-weight: 400;
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 375px) / (1920 - 375), 16px);
    line-height: 130%;
    color: var(--gray);
    margin-bottom: 10px;
}

.job-openings__item-modal-block span {
    width: 100%;

    &:last-child {
        text-align: right;
    }
}

.job-openings__item-modal-block ul {
    list-style: disc;
    padding-left: 20px;
    color: var(--red);
    font-weight: 400;
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 375px) / (1920 - 375), 16px);
    line-height: 130%;
}

.job-openings__item-modal-block ul li {
    margin-bottom: 10px;
}

.job-openings__item-modal-block ul li:last-child {
    margin-bottom: 0;
}

.job-openings__item-modal-block ul li span {
    color: var(--gray);
}

.job-openings__item-modal-close {
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: 5;
    cursor: pointer;
}

.job-openings__item-modal-requirements {
    margin-bottom: 30px;
    /*max-width: 600px;*/
}

.job-openings__item-modal-requirement {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fcf4eb;
    border-radius: 100px;
    padding: 6px 20px;
    font-weight: 500;
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 375px) / (1920 - 375), 16px);
    line-height: 130%;
    color: var(--gray);
    margin-bottom: 5px;
}

.job-openings__item-modal-text-1 {
    margin-bottom: 30px;
}

.job-openings__item-modal-text-1 p {
    font-weight: 400;
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 375px) / (1920 - 375), 16px);
    line-height: 130%;
    color: var(--gray);
    margin-bottom: 10px;
}

.job-openings__item-modal-text-2 {
    margin-bottom: 30px;
}

.job-openings__item-modal-text-2 p {
    font-weight: 400;
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 375px) / (1920 - 375), 16px);
    line-height: 130%;
    color: var(--gray);
    margin-bottom: 10px;
}

.job-openings__item-modal-text-2 ul {
    list-style: disc;
    padding-left: 20px;
    color: var(--red);
    font-weight: 400;
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 375px) / (1920 - 375), 16px);
    line-height: 130%;
}

.job-openings__item-modal-text-2 ul li {
    margin-bottom: 10px;
}

.job-openings__item-modal-text-2 ul li:last-child {
    margin-bottom: 0;
}

.job-openings__item-modal-text-2 ul li span {
    color: var(--gray);
}

.job-openings__item-modal-text-3 {
    margin-bottom: 30px;
}

.job-openings__item-modal-text-3 p {
    font-weight: 400;
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 375px) / (1920 - 375), 16px);
    line-height: 130%;
    color: var(--gray);
    margin-bottom: 10px;
}

.job-openings__item-modal-text-3 ul {
    list-style: disc;
    padding-left: 20px;
    color: var(--red);
    font-weight: 400;
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 375px) / (1920 - 375), 16px);
    line-height: 130%;
}

.job-openings__item-modal-text-3 ul li {
    margin-bottom: 10px;
}

.job-openings__item-modal-text-3 ul li:last-child {
    margin-bottom: 0;
}

.job-openings__item-modal-text-3 ul li span {
    color: var(--gray);
}

.job-openings__item-modal-form h4 {
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 900;
    font-size: clamp(16px, 16px + (22 - 16) * (100vw - 375px) / (1920 - 375), 22px);
    text-transform: uppercase;
    color: var(--red);
    line-height: normal;
    margin-bottom: clamp(20px, 20px + (30 - 20) * (100vw - 375px) / (1920 - 375), 30px);
    text-align: center;
}

.job-openings__item-modal-form-input {
    margin-bottom: 10px;
}

.job-openings__item-modal-form-input input {
    border-radius: 100px;
    padding: 19px 30px;
    background: #fcf4eb;
    width: 100%;
    font-weight: 400;
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 375px) / (1920 - 375), 16px);
    color: var(--gray);
}

.job-openings__item-modal-form-file {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

@media (max-width: 768px) {
    .job-openings__item-modal-form-file {
        margin-top: 20px;
    }
}

.job-openings__item-modal-form-file input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.job-openings__item-modal-form-file label {
    border: 1px solid var(--red);
    border-radius: 100px;
    padding: clamp(10px, 10px + (12 - 10) * (100vw - 375px) / (1920 - 375), 12px) clamp(10px, 10px + (10 - 10) * (100vw - 375px) / (1920 - 375), 10px);
    width: 100%;
    max-width: 256px;
    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;
    gap: 10px;
    font-weight: 500;
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 375px) / (1920 - 375), 16px);
    line-height: 100%;
    text-align: center;
    color: var(--red);
    cursor: pointer;
}

.job-openings__item-modal-form-file p {
    font-weight: 400;
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 375px) / (1920 - 375), 14px);
    color: var(--gray);
    line-height: normal;
    margin-bottom: 0;
}

.job-openings__item-modal-form-privacy {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .job-openings__item-modal-form-privacy {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.job-openings__item-modal-form-privacy input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.job-openings__item-modal-form-privacy input + label::before {
    content: "";
    display: inline-block;
    width: 100%;
    max-width: 24px;
    height: 24px;
    background: #ff9000;
}

.job-openings__item-modal-form-privacy input:checked + label::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23eddbc7' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 8l4 4 8-8'/%3E%3C/svg%3E");
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
}

.job-openings__item-modal-form-privacy label {
    font-weight: 400;
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 375px) / (1920 - 375), 14px);
    color: var(--gray);
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 10px;
    cursor: pointer;
}

.job-openings__item-modal-form-submit input {
    font-weight: 700;
    font-size: clamp(12px, 12px + (16 - 12) * (100vw - 375px) / (1920 - 375), 16px);
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    color: var(--white);
    border-radius: 100px;
    padding: 17px 10px;
    background: var(--red);
    width: 100%;
    cursor: pointer;
}

.contacts-block-1__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    padding-bottom: 40px;
}

.contacts-block-1__header h1 {
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 900;
    font-size: clamp(20px, 20px + (36 - 20) * (100vw - 375px) / (1920 - 375), 36px);
    text-transform: uppercase;
    text-align: center;
    color: var(--black);
    line-height: normal;
}

.contacts-block-1__header button {
    font-weight: 700;
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 375px) / (1920 - 375), 16px);
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    color: var(--white);
    border-radius: 100px;
    padding: 17px 15px;
    cursor: pointer;
    width: 100%;
    max-width: 410px;
    background: var(--red);
}

.contacts-block-2 {
    background: #ffedd9;
    padding: clamp(20px, 20px + (40 - 20) * (100vw - 375px) / (1920 - 375), 40px) clamp(0px, 0px + (0 - 0) * (100vw - 375px) / (1920 - 375), 0px);
}

.contacts-block-2__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 20px;
}

@media (max-width: 992px) {
    .contacts-block-2__columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.contacts-block-2__column {
    width: 100%;
}

.contacts-block-2__column:first-child {
    max-width: 39.605263%; /* 602/1520 */
}

@media (max-width: 992px) {
    .contacts-block-2__column:first-child {
        max-width: 100%;
    }
}

.contacts-block-2__column:first-child .contacts-block-2__item:first-child {
    background: var(--red);
    border-radius: 10px;
    padding: 20px;
    min-height: 304px;
    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: 20px;
}

.contacts-block-2__column:first-child .contacts-block-2__item:first-child h4 {
    color: var(--white);
    text-align: center;
}

.contacts-block-2__column:first-child .contacts-block-2__item:first-child p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 15px;
    color: var(--white);
}

.contacts-block-2__column:last-child .contacts-block-2__items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

@media (max-width: 768px) {
    .contacts-block-2__column:last-child .contacts-block-2__items {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

.contacts-block-2__items {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.contacts-block-2__item {
    border-radius: 10px;
    padding: clamp(20px, 20px + (20 - 20) * (100vw - 375px) / (1920 - 375), 20px) clamp(15px, 15px + (40 - 15) * (100vw - 375px) / (1920 - 375), 40px);
    background: var(--white);
    height: 100%;
}

.contacts-block-2__item h4 {
    font-weight: 700;
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 375px) / (1920 - 375), 18px);
    line-height: 130%;
    color: var(--black);
    margin-bottom: clamp(10px, 10px + (20 - 10) * (100vw - 375px) / (1920 - 375), 20px);
}

.contacts-block-2__item p {
    font-weight: 500;
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 375px) / (1920 - 375), 18px);
    color: var(--black);
    line-height: normal;
    margin-bottom: clamp(10px, 10px + (20 - 10) * (100vw - 375px) / (1920 - 375), 20px);
}

.feedback.feedback-contacts {
    padding: 100px 0;
}

@media screen and (max-width: 1200px) {
    .feedback.feedback-contacts {
        padding: 0 0 50px;
    }
}

.map {
    position: relative;
}

.map__background {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
}

.map__background img {
    width: 100%;
}

@media (max-width: 768px) {
    .map__block {
        min-height: 600px;
    }
}

.map__block img {
    margin-top: -40px;
    width: 100%;
    height: 100%;
    min-height: 600px;
    -o-object-fit: cover;
    object-fit: cover;
}

.contacts-block-3 {
    padding: clamp(20px, 20px + (20 - 20) * (100vw - 375px) / (1920 - 375), 20px) clamp(0px, 0px + (0 - 0) * (100vw - 375px) / (1920 - 375), 0px) clamp(80px, 80px + (150 - 80) * (100vw - 375px) / (1920 - 375), 150px);
}

.contacts-block-3__gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

@media (max-width: 768px) {
    .contacts-block-3__gallery {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

.contacts-block-4 {
    padding: clamp(0px, 0px + (0 - 0) * (100vw - 375px) / (1920 - 375), 0px) clamp(0px, 0px + (0 - 0) * (100vw - 375px) / (1920 - 375), 0px) clamp(80px, 80px + (150 - 80) * (100vw - 375px) / (1920 - 375), 150px);
}

.contacts-block-4 h2 {
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 900;
    font-size: clamp(20px, 20px + (32 - 20) * (100vw - 375px) / (1920 - 375), 32px);
    text-transform: uppercase;
    text-align: center;
    color: var(--black);
    margin-bottom: clamp(20px, 20px + (40 - 20) * (100vw - 375px) / (1920 - 375), 40px);
}

.contacts-block-4__items {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

@media (max-width: 992px) {
    .contacts-block-4__items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .contacts-block-4__items {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

.contacts-block-4__item {
    padding: 30px 20px;
    background: var(--white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
}

.contacts-block-4__item-ico {
    width: 100%;
    max-width: 24px;
}

.contacts-block-4__item-text {
    font-weight: 400;
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 375px) / (1920 - 375), 16px);
    line-height: 130%;
    color: var(--black);
}

.contacts-block-5 {
    padding: clamp(0px, 0px + (0 - 0) * (100vw - 375px) / (1920 - 375), 0px) clamp(0px, 0px + (0 - 0) * (100vw - 375px) / (1920 - 375), 0px) clamp(80px, 80px + (150 - 80) * (100vw - 375px) / (1920 - 375), 150px);
}

.contacts-block-5 h2 {
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 900;
    font-size: clamp(20px, 20px + (32 - 20) * (100vw - 375px) / (1920 - 375), 32px);
    text-transform: uppercase;
    text-align: center;
    color: var(--black);
    margin-bottom: clamp(20px, 20px + (40 - 20) * (100vw - 375px) / (1920 - 375), 40px);
}

.contacts-block-5 p {
    font-weight: 400;
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 375px) / (1920 - 375), 18px);
    text-align: center;
    color: var(--gray);
    line-height: normal;
    max-width: 1006px;
    margin: 0 auto;
}

.contacts-block-5__gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 60px;
    margin-top: 40px;
}

.contacts-block-5__image {
    width: 100%;
    max-width: 400px;
}

.partners-block-1 {
    position: relative;
}

.partners-block-1__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 442px;
}

@media (max-width: 768px) {
    .partners-block-1__image {
        min-height: 215px;
    }
}

.partners-block-1__image img {
    width: 100%;
    height: 100%;
    min-height: 442px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 768px) {
    .partners-block-1__image img {
        min-height: 215px;
    }
}

@media screen and (max-width: 576px) {
    .partners-block-1__image img:first-child {
        display: none;
    }
}

.partners-block-1__image img:last-child {
    display: none;
}

@media screen and (max-width: 576px) {
    .partners-block-1__image img:last-child {
        display: block;
    }
}

.partners-block-1__info {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    z-index: 5;
}

@media (max-width: 768px) {
    .partners-block-1__info {
        -webkit-transform: translateY(-15%);
        -ms-transform: translateY(-15%);
        transform: translateY(-15%);
    }
}

.partners-block-1__info h1 {
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 900;
    font-size: clamp(20px, 20px + (36 - 20) * (100vw - 375px) / (1920 - 375), 36px);
    text-transform: uppercase;
    text-align: center;
    color: var(--black);
    line-height: normal;
    margin-bottom: clamp(0px, 0px + (20 - 0) * (100vw - 375px) / (1920 - 375), 20px);
}

.partners-block-1__breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
}

.partners-block-1__breadcrumb a {
    font-weight: 400;
    font-size: clamp(12px, 12px + (16 - 12) * (100vw - 375px) / (1920 - 375), 16px);
    line-height: 130%;
    color: var(--gray);
}

.partners-block-1__breadcrumb span {
    font-weight: 500;
    font-size: clamp(12px, 12px + (16 - 12) * (100vw - 375px) / (1920 - 375), 16px);
    line-height: 130%;
    color: var(--red);
}

.partners-block-1__breadcrumb span.partners-block-1__breadcrumb-sep {
    font-weight: 400;
    font-size: clamp(12px, 12px + (16 - 12) * (100vw - 375px) / (1920 - 375), 16px);
    line-height: 130%;
    color: var(--gray);
}

.partners-block-1__breadcrumb-sep {
    font-weight: 400;
    font-size: clamp(12px, 12px + (16 - 12) * (100vw - 375px) / (1920 - 375), 16px);
    line-height: 130%;
    color: var(--gray);
}

.partners-block-1__background {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    z-index: 5;
}

.partners-block-1__background img {
    width: 100%;
}

.partners-block-2 {
    padding: clamp(40px, 40px + (60 - 40) * (100vw - 375px) / (1920 - 375), 60px) clamp(0px, 0px + (0 - 0) * (100vw - 375px) / (1920 - 375), 0px) clamp(40px, 40px + (100 - 40) * (100vw - 375px) / (1920 - 375), 100px);
}

.partners-block-2 h2 {
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 900;
    font-size: clamp(20px, 20px + (32 - 20) * (100vw - 375px) / (1920 - 375), 32px);
    text-transform: uppercase;
    text-align: center;
    color: var(--black);
    line-height: normal;
    margin-bottom: clamp(10px, 10px + (20 - 10) * (100vw - 375px) / (1920 - 375), 20px);
}

.partners-block-2 p {
    font-weight: 400;
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 375px) / (1920 - 375), 18px);
    text-align: center;
    color: var(--gray);
    line-height: normal;
    max-width: 800px;
    margin: 0 auto;
}

.partners-block-2__items {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
}

@media (max-width: 768px) {
    .partners-block-2__items {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 20px;
    }
}

.partners-block-2__item {
    border-right: 1px solid #ccbcab;
}

@media (max-width: 768px) {
    .partners-block-2__item {
        border-right: 0;
    }
}

.partners-block-2__item:last-child {
    border-right: 0;
}

.partners-block-2__item-ico {
    margin-bottom: 20px;
}

.partners-block-2__item-ico img {
    margin: 0 auto;
}

.partners-block-2__item-name {
    font-weight: 700;
    font-size: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / (1920 - 375), 20px);
    line-height: 100%;
    text-align: center;
    color: var(--red-light);
    margin-bottom: clamp(10px, 10px + (10 - 10) * (100vw - 375px) / (1920 - 375), 10px);
}

.partners-block-2__item-desc {
    font-weight: 400;
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 375px) / (1920 - 375), 16px);
    text-align: center;
    color: var(--gray);
    line-height: normal;
    max-width: 373px;
    margin: 0 auto;
}

.partners-block-4__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 20px;
}

@media (max-width: 768px) {
    .partners-block-4__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.partners-block-4__img {
    width: 100%;
    max-width: 892px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.partners-block-4__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.partners-block-4__info {
    width: 100%;
    max-width: 750px;
}

.partners-block-4__info h2 {
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 900;
    font-size: clamp(20px, 20px + (32 - 20) * (100vw - 375px) / (1920 - 375), 32px);
    text-transform: uppercase;
    text-align: center;
    color: var(--black);
    line-height: normal;
    margin-bottom: clamp(10px, 10px + (20 - 10) * (100vw - 375px) / (1920 - 375), 20px);
}

.partners-block-4__info p {
    font-weight: 400;
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 375px) / (1920 - 375), 18px);
    text-align: center;
    color: var(--gray);
    line-height: normal;
    margin-bottom: 15px;
}

.partners-block-4__info p a {
    font-weight: 900;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: var(--red);
}

.partners-block-4__info button {
    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;
    gap: 10px;
    font-weight: 500;
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 375px) / (1920 - 375), 16px);
    line-height: 100%;
    text-align: center;
    color: var(--white);
    background: var(--red);
    border-radius: 100px;
    padding: 17px 15px;
    width: 100%;
    max-width: 293px;
    margin: 40px auto 0;
    cursor: pointer;
}

.about-block-1 {
    position: relative;
}

.about-block-1__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 442px;
}

@media (max-width: 768px) {
    .about-block-1__image {
        min-height: 215px;
    }
}

.about-block-1__image img {
    width: 100%;
    height: 100%;
    min-height: 442px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 768px) {
    .about-block-1__image img {
        min-height: 215px;
    }
}

@media screen and (max-width: 576px) {
    .about-block-1__image img:first-child {
        display: none;
    }
}

.about-block-1__image img:last-child {
    display: none;
}

@media screen and (max-width: 576px) {
    .about-block-1__image img:last-child {
        display: block;
    }
}

.about-block-1__info {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    z-index: 5;
}

@media (max-width: 768px) {
    .about-block-1__info {
        -webkit-transform: translateY(-15%);
        -ms-transform: translateY(-15%);
        transform: translateY(-15%);
    }
}

.about-block-1__info h1 {
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 900;
    font-size: clamp(20px, 20px + (36 - 20) * (100vw - 375px) / (1920 - 375), 36px);
    text-transform: uppercase;
    text-align: center;
    color: var(--white);
    line-height: normal;
    margin-bottom: clamp(0px, 0px + (20 - 0) * (100vw - 375px) / (1920 - 375), 20px);
}

.about-block-1__breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
}

.about-block-1__breadcrumb a {
    font-weight: 400;
    font-size: clamp(12px, 12px + (16 - 12) * (100vw - 375px) / (1920 - 375), 16px);
    line-height: 130%;
    color: var(--white);
}

.about-block-1__breadcrumb span {
    font-weight: 400;
    font-size: clamp(12px, 12px + (16 - 12) * (100vw - 375px) / (1920 - 375), 16px);
    line-height: 130%;
    color: var(--white);
}

.about-block-1__breadcrumb span.partners-block-1__breadcrumb-sep {
    font-weight: 400;
    font-size: clamp(12px, 12px + (16 - 12) * (100vw - 375px) / (1920 - 375), 16px);
    line-height: 130%;
    color: var(--white);
}

.about-block-1__breadcrumb-sep {
    font-weight: 400;
    font-size: clamp(12px, 12px + (16 - 12) * (100vw - 375px) / (1920 - 375), 16px);
    line-height: 130%;
    color: var(--white);
}

.about-block-1__background {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    z-index: 5;
}

.about-block-1__background img {
    width: 100%;
}

.about-block-2 {
    padding: clamp(40px, 40px + (60 - 40) * (100vw - 375px) / (1920 - 375), 60px) clamp(0px, 0px + (0 - 0) * (100vw - 375px) / (1920 - 375), 0px) clamp(0px, 0px + (0 - 0) * (100vw - 375px) / (1920 - 375), 0px);
}

.about-block-2 h2 {
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 900;
    font-size: clamp(20px, 20px + (32 - 20) * (100vw - 375px) / (1920 - 375), 32px);
    text-transform: uppercase;
    text-align: center;
    color: var(--black);
    line-height: normal;
    margin-bottom: clamp(10px, 10px + (20 - 10) * (100vw - 375px) / (1920 - 375), 20px);
}

.about-block-2 p {
    font-weight: 400;
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 375px) / (1920 - 375), 18px);
    text-align: center;
    color: var(--gray);
    line-height: normal;
    max-width: 1006px;
    margin: 0 auto;
}

.about-block-2__items {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: clamp(20px, 20px + (60 - 20) * (100vw - 375px) / (1920 - 375), 60px);
}

@media (max-width: 992px) {
    .about-block-2__items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .about-block-2__items {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

.about-block-2__item {
    border-radius: 20px;
    padding: clamp(15px, 15px + (20 - 15) * (100vw - 375px) / (1920 - 375), 20px) clamp(15px, 15px + (20 - 15) * (100vw - 375px) / (1920 - 375), 20px) clamp(15px, 15px + (40 - 15) * (100vw - 375px) / (1920 - 375), 40px);
    background: #f9e9d7;
}

.about-block-2__item h3 {
    font-weight: 700;
    font-size: clamp(18px, 18px + (24 - 18) * (100vw - 375px) / (1920 - 375), 24px);
    line-height: 100%;
    text-align: center;
    color: var(--red-light);
    margin-bottom: 15px;
}

.about-block-2__item p {
    font-weight: 400;
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 375px) / (1920 - 375), 16px);
    text-align: center;
    color: var(--gray);
}

.about-block-2__item-img {
    border-radius: 20px;
    margin-bottom: 20px;
}

.about-block-2__item-img img {
    border-radius: 20px;
}

.about-block-3 {
    padding: clamp(80px, 80px + (150 - 80) * (100vw - 375px) / (1920 - 375), 150px) clamp(0px, 0px + (0 - 0) * (100vw - 375px) / (1920 - 375), 0px) clamp(0px, 0px + (0 - 0) * (100vw - 375px) / (1920 - 375), 0px);
}

.about-block-3 h2 {
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 900;
    font-size: clamp(20px, 20px + (32 - 20) * (100vw - 375px) / (1920 - 375), 32px);
    text-transform: uppercase;
    text-align: center;
    color: var(--black);
    line-height: normal;
    margin-bottom: clamp(10px, 10px + (20 - 10) * (100vw - 375px) / (1920 - 375), 20px);
}

.about-block-3 p {
    font-weight: 400;
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 375px) / (1920 - 375), 18px);
    text-align: center;
    color: var(--gray);
    line-height: normal;
    max-width: 1006px;
    margin: 0 auto;
}

.about-block-3__columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    margin-top: clamp(40px, 40px + (60 - 40) * (100vw - 375px) / (1920 - 375), 60px);
    padding-bottom: clamp(80px, 80px + (150 - 80) * (100vw - 375px) / (1920 - 375), 150px);
}

@media (max-width: 768px) {
    .about-block-3__columns {
        display: none;
    }
}

.about-block-3__column:first-child {
    border-right: 3px solid var(--red);
}

.about-block-3__column:first-child .about-block-3__item-img {
    margin-bottom: clamp(20px, 20px + (70 - 20) * (100vw - 375px) / (1920 - 375), 70px);
    padding-right: 20px;
}

.about-block-3__column:first-child .about-block-3__item-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px 40px;
    padding-right: 85px;
    background: url("/local/templates/belogorye/css/../img/line.svg") no-repeat right center;
}

.about-block-3__column:first-child .about-block-3__item-desc {
    padding-right: 85px;
}

.about-block-3__column:first-child .about-block-3__item-desc p {
    text-align: right;
}

.about-block-3__column:last-child .about-block-3__item-header {
    padding-left: 85px;
    background: url("/local/templates/belogorye/css/../img/line-2.svg") no-repeat left center;
}

.about-block-3__column:last-child .about-block-3__item-img {
    margin-top: clamp(20px, 20px + (70 - 20) * (100vw - 375px) / (1920 - 375), 70px);
    padding-left: 20px;
}

.about-block-3__column:last-child .about-block-3__item-img img {
    margin-left: auto;
}

.about-block-3__column:last-child .about-block-3__item-desc {
    padding-left: 85px;
}

.about-block-3__item {
    margin-bottom: clamp(40px, 40px + (80 - 40) * (100vw - 375px) / (1920 - 375), 80px);
}

.about-block-3__item:last-child {
    margin-bottom: 0;
}

.about-block-3__item-img img {
    width: 100%;
    max-width: 520px;
    border-radius: 20px;
}

.about-block-3__item-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px 40px;
    margin-bottom: clamp(10px, 10px + (20 - 10) * (100vw - 375px) / (1920 - 375), 20px);
}

.about-block-3__item-header h3 {
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 900;
    font-size: clamp(16px, 16px + (24 - 16) * (100vw - 375px) / (1920 - 375), 24px);
    text-transform: uppercase;
    color: var(--red-light);
    line-height: normal;
}

.about-block-3__item-date {
    font-weight: 700;
    font-size: clamp(14px, 14px + (24 - 14) * (100vw - 375px) / (1920 - 375), 24px);
    line-height: 100%;
    text-align: center;
    color: var(--red-light);
    border: 1px solid var(--red-light);
    border-radius: 100px;
    padding: clamp(10px, 10px + (14 - 10) * (100vw - 375px) / (1920 - 375), 14px) clamp(15px, 15px + (25 - 15) * (100vw - 375px) / (1920 - 375), 25px);
}

.about-block-3__slider .about-block-3__item-desc {
    margin-bottom: 20px;
}

.about-block-3__item-desc p {
    font-weight: 400;
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 375px) / (1920 - 375), 18px);
    color: var(--gray);
    line-height: normal;
    text-align: left;
    margin-bottom: 15px;
}

.about-block-3__slider {
    display: none;
}

@media (max-width: 768px) {
    .about-block-3__slider {
        display: block;
        margin-top: 40px;
        padding-bottom: clamp(80px, 80px + (150 - 80) * (100vw - 375px) / (1920 - 375), 150px);
    }
}

.about-block-3__slider-dots {
    margin-top: clamp(20px, 20px + (30 - 20) * (100vw - 375px) / (1920 - 375), 30px);
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.about-block-3__slider-dots .swiper-pagination-bullet {
    border-radius: 100%;
    border: 1px solid var(--red-light);
    background: transparent;
    width: 6px;
    height: 6px;
    margin: 0 5px;
}

.about-block-3__slider-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--red-light);
    width: 10px;
    height: 10px;
}

.about-block-3__background img {
    width: 100%;
}

.about-block-4 {
    padding: clamp(30px, 30px + (120 - 30) * (100vw - 375px) / (1920 - 375), 120px) clamp(0px, 0px + (0 - 0) * (100vw - 375px) / (1920 - 375), 0px) clamp(65px, 65px + (226 - 65) * (100vw - 375px) / (1920 - 375), 226px);
    background: var(--orange);
}

.about-block-4 h2 {
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 900;
    font-size: clamp(20px, 20px + (32 - 20) * (100vw - 375px) / (1920 - 375), 32px);
    text-transform: uppercase;
    text-align: center;
    color: var(--white);
    margin-bottom: clamp(10px, 10px + (20 - 10) * (100vw - 375px) / (1920 - 375), 20px);
}

.about-block-4 p {
    font-weight: 400;
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 375px) / (1920 - 375), 18px);
    text-align: center;
    color: var(--white);
    line-height: normal;
    max-width: 550px;
    margin: 0 auto;
}

.about-block-4__img {
    margin-top: clamp(30px, 30px + (50 - 30) * (100vw - 375px) / (1920 - 375), 50px);
}

.about-block-5 {
    padding: clamp(80px, 80px + (150 - 80) * (100vw - 375px) / (1920 - 375), 150px) clamp(0px, 0px + (0 - 0) * (100vw - 375px) / (1920 - 375), 0px) clamp(80px, 80px + (150 - 80) * (100vw - 375px) / (1920 - 375), 150px);
    overflow: hidden;
}

.about-block-5 h2 {
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 900;
    font-size: clamp(20px, 20px + (32 - 20) * (100vw - 375px) / (1920 - 375), 32px);
    text-transform: uppercase;
    text-align: center;
    color: var(--black);
    margin-bottom: clamp(10px, 10px + (20 - 10) * (100vw - 375px) / (1920 - 375), 20px);
}

.about-block-5 p {
    font-weight: 400;
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 375px) / (1920 - 375), 18px);
    text-align: center;
    color: var(--black);
    line-height: normal;
    max-width: 550px;
    margin: 0 auto;
}

.about-block-5__social {
    margin-top: clamp(10px, 10px + (20 - 10) * (100vw - 375px) / (1920 - 375), 20px);
    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;
    gap: 15px;
    margin-bottom: clamp(30px, 30px + (40 - 30) * (100vw - 375px) / (1920 - 375), 40px);
}

.about-block-5__slider {
    overflow: visible;
}

.about-block-5__slide {
    border-radius: 30px;
}

.about-block-5__slide img {
    display: block;
    border-radius: 30px;
}

.about-block-6 {
    padding: clamp(0px, 0px + (0 - 0) * (100vw - 375px) / (1920 - 375), 0px) clamp(0px, 0px + (0 - 0) * (100vw - 375px) / (1920 - 375), 0px) clamp(80px, 80px + (150 - 80) * (100vw - 375px) / (1920 - 375), 150px);
}

.about-block-6 h2 {
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 900;
    font-size: clamp(20px, 20px + (32 - 20) * (100vw - 375px) / (1920 - 375), 32px);
    text-transform: uppercase;
    text-align: center;
    color: var(--black);
    margin-bottom: clamp(10px, 10px + (20 - 10) * (100vw - 375px) / (1920 - 375), 20px);
}

.about-block-6__image {
    border-radius: 10px;
}

.about-block-6__image img {
    border-radius: 10px;
}

.about-block-6__gallery-dots {
    margin-top: clamp(20px, 20px + (30 - 20) * (100vw - 375px) / (1920 - 375), 30px);
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.about-block-6__gallery-dots .swiper-pagination-bullet {
    border-radius: 100%;
    border: 1px solid var(--red-light);
    background: transparent;
    width: 6px;
    height: 6px;
    margin: 0 5px;
}

.about-block-6__gallery-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--red-light);
    width: 10px;
    height: 10px;
}

.modal, .modal-feedback {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    /*opacity: 0;*/
    /*transition: opacity 0.4s ease-in-out;*/
    z-index: 999;
}

.modal.fade-in {
    display: block;
    /*opacity: 1;*/
}

.modal-feedback.active {
    display: block;
}

.modal__flex {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.modal.modal-wholesale-order .modal__flex,
.modal.modal-submit-proposal .modal__flex {
    align-items: flex-start;
    overflow-y: auto;
}

.modal__block {
    background: #ffffff;
    width: 100%;
    max-width: 1000px;
    border-radius: 20px;
    padding: 40px;
}

@media (max-width: 768px) {
    .modal__block {
        padding: 15px;
    }
}

.modal__close {
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
}

.modal__block h2 {
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 900;
    font-size: clamp(20px, 20px + (32 - 20) * (100vw - 375px) / (1920 - 375), 32px);
    text-transform: uppercase;
    text-align: center;
    color: var(--black);
    margin-bottom: 10px;
}

.modal.modal-wholesale-order .modal__block h2,
.modal.modal-branded-stores .modal__block h2,
.modal.modal-submit-proposal .modal__block h2 {
    text-align: left;
}

.modal.modal-branded-stores .modal__block h2 {
    margin-bottom: 30px;
}

.modal__block p {
    font-weight: 400;
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 375px) / (1920 - 375), 18px);
    text-align: center;
    color: var(--gray);
    margin-bottom: 10px;
}

.modal.modal-wholesale-order .modal__block p,
.modal.modal-submit-proposal .modal__block p {
    text-align: left;
}

.modal__button {
    font-weight: 500;
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 375px) / (1920 - 375), 16px);
    line-height: 100%;
    text-align: center;
    color: var(--white);
    background: var(--red);
    border-radius: 100px;
    padding: 17px 20px;
    width: 100%;
    max-width: 347px;
    margin: 30px auto 0;
    display: block;
    cursor: pointer;
}

.modal.modal-branded-stores .modal__button {
    max-width: 100%;
}

.field-error, .error-text {
    color: red;
    font-size: 12px;
}

.modal__form form {
    margin-top: 30px;
}

.modal__form-inputs-item {
    margin-bottom: 30px;
}

.modal__form-inputs-item label {
    font-weight: 700;
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 375px) / (1920 - 375), 16px);
    line-height: 100%;
    color: var(--black);
    display: block;
    margin-bottom: 10px;
}

.modal__form-inputs-item:first-child .modal__form-inputs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    @media (max-width: 768px) {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

.modal__form-inputs-item:first-child .modal__form-inputs input {
    margin-bottom: 0;
}

.modal__form-inputs input {
    width: 100%;
    background: #fcf4eb;
    border-radius: 100px;
    padding: 19px 30px;
    font-weight: 400;
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 375px) / (1920 - 375), 16px);
    color: var(--gray);
    margin-bottom: 10px;

    &:last-child {
        margin-bottom: 0;
    }
}

.modal__form-inputs select {
    width: 100%;
    background: #fcf4eb;
    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='M12 16L6 10H18L12 16Z' fill='%23C32328'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 30px center;
    background-size: 24px 24px;
    border-radius: 100px;
    padding: 19px 50px 19px 30px; /* увеличен правый отступ, чтобы текст не наезжал на стрелку */
    font-weight: 400;
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 375px) / (1920 - 375), 16px);
    color: var(--gray);
    margin-bottom: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    &::-ms-expand {
        display: none;
    }
}

.modal__form-inputs textarea {
    width: 100%;
    background: #fcf4eb;
    border-radius: 10px;
    padding: 19px 30px;
    font-weight: 400;
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 375px) / (1920 - 375), 16px);
    color: var(--gray);
    max-height: 100px;
}

.modal__form-privacy {
    margin-top: 30px;
    margin-bottom: 30px;
}

.modal__form-privacy input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.modal__form-privacy input + label::before {
    content: "";
    display: inline-block;
    width: 100%;
    max-width: 18px;
    height: 18px;
    background: #ff9000;
}

.modal__form-privacy input:checked + label::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 8l4 4 8-8'/%3E%3C/svg%3E");
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
}

.modal__form-privacy label {
    font-weight: 400;
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 375px) / (1920 - 375), 14px);
    color: var(--gray);
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 16px;
    cursor: pointer;
}

.modal__form-submit input {
    font-weight: 700;
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 375px) / (1920 - 375), 16px);
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    color: var(--white);
    border-radius: 100px;
    padding: 17px 20px;
    background: var(--red);
    width: 100%;
    cursor: pointer;
}

.modal__branded-stores p {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    font-weight: 400;
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 375px) / (1920 - 375), 16px);
    line-height: 130%;
    color: var(--black);
    border-bottom: 1px solid #e2d5c7;
    padding: 15px 0px;
    text-align: left;
}

.modal__form-inputs-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    @media screen and (max-width: 768px) {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

.modal__form-inputs-grid input {
    width: 100%;
    background: #fcf4eb;
    border-radius: 100px;
    padding: 19px 30px;
    font-weight: 400;
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 375px) / (1920 - 375), 16px);
    color: var(--gray);

    &:last-child {
        margin-bottom: 0;
    }
}

.modal__form-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

@media (max-width: 768px) {
    .modal__form-file {
        margin-top: 20px;
    }
}

.modal__form-file input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.modal__form-file label {
    border: 1px solid var(--red);
    border-radius: 100px;
    padding: clamp(10px, 10px + (12 - 10) * (100vw - 375px) / (1920 - 375), 12px) clamp(10px, 10px + (10 - 10) * (100vw - 375px) / (1920 - 375), 10px);
    width: 100%;
    max-width: 256px;
    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;
    gap: 10px;
    font-weight: 500;
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 375px) / (1920 - 375), 16px);
    line-height: 100%;
    text-align: center;
    color: var(--red);
    cursor: pointer;
}

.modal__form-file p {
    font-weight: 400;
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 375px) / (1920 - 375), 14px);
    color: var(--gray);
    line-height: normal;
}

.search {
    padding-bottom: 100px;
}

.search h1 {
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 900;
    font-size: clamp(20px, 20px + (36 - 20) * (100vw - 375px) / (1920 - 375), 36px);
    text-transform: uppercase;
    color: var(--black);
    line-height: normal;
    margin-bottom: clamp(20px, 20px + (40 - 20) * (100vw - 375px) / (1920 - 375), 40px);
}

.search-page .search-page__input {
    border-radius: 100px;
    padding: 19px 0px 19px 30px;
    background: var(--white);
    width: 100%;
}

.search-page .search-page__submit {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: var(--white);
    border-radius: 100px;
    padding: 17px 60px;
    background: var(--red);
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    @media (max-width: 768px) {
        padding: 17px 30px;
    }
}

.search-page__form-row {
    position: relative;
}

.search-page__results {
    margin-top: 40px;
}

.search-page__item {
    background: var(--white);
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 10px;
}

.search-page__title {
    font-weight: 700;
    font-size: clamp(18px, 18px + (20 - 18) * (100vw - 375px) / (1920 - 375), 20px);
    line-height: 130%;
    color: var(--black);
    margin-bottom: 10px;
}

.search-page__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: var(--black);
    margin-bottom: 10px;
}

.search-page__meta {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: var(--gray);
}

.search-page__empty {
    margin-top: 40px;

    p {
        &:first-child {
            font-weight: 700;
            font-size: clamp(18px, 18px + (20 - 18) * (100vw - 375px) / (1920 - 375), 20px);
            line-height: 130%;
            color: var(--gray);
            margin-bottom: 20px;
        }

        &:last-child {
            font-weight: 400;
            font-size: 16px;
            line-height: 130%;
            color: var(--gray);
        }

        a {
            font-weight: 700;
            text-decoration: underline;
            text-decoration-skip-ink: none;
            color: var(--red);
        }
    }
}

.regulatory-documents {
    padding-bottom: clamp(80px, 80px + (150 - 80) * (100vw - 375px) / (1920 - 375), 150px);
}

.regulatory-documents h1 {
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 900;
    font-size: clamp(20px, 20px + (36 - 20) * (100vw - 375px) / (1920 - 375), 36px);
    text-transform: uppercase;
    color: var(--black);
    line-height: normal;
    margin-bottom: clamp(20px, 20px + (40 - 20) * (100vw - 375px) / (1920 - 375), 40px);
}

.regulatory-documents__items {
    p {
        margin-bottom: 10px;
        font-weight: 400;
        font-size: clamp(16px, 16px + (18 - 16) * (100vw - 375px) / (1920 - 375), 18px);
        color: var(--gray);
        line-height: normal;

        &:last-child {
            margin-bottom: 0;
        }

        a {
            text-decoration: underline;
        }
    }
}

.products__item-new {
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 70px;
    color: white;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: normal;
    background: #c32328;
    z-index: 10;

    span {
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        padding-bottom: 10px;
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
    }
}
/* End */


/* Start:/local/templates/belogorye/components/bitrix/menu/menu/style.min.css?1784097838490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/belogorye/components/bitrix/menu/menu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/belogorye/components/bitrix/news.list/addresses_branded_stores/style.css?1784097838150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /local/templates/belogorye/css/normalize.css?17840978376138 */
/* /local/templates/belogorye/css/styles.css?1784098174189364 */
/* /local/templates/belogorye/components/bitrix/menu/menu/style.min.css?1784097838490 */
/* /local/templates/belogorye/components/bitrix/news.list/addresses_branded_stores/style.css?1784097838150 */
