@charset "UTF-8";
/*! 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 {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-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 */
  -webkit-text-decoration: underline dotted;
  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 {
  -webkit-box-sizing: border-box;
  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] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -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;
}

:root {
  --font-family: "Raleway", sans-serif;
  --second-family: "Inter", sans-serif;
  --third-family: "Roboto Mono", sans-serif;
  --content-width: 1400px;
  --content-fluid-width: 1920px;
  --container-offset: 20px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --container-fluid-width: calc(var(--content-fluid-width) + (var(--container-offset) * 2));
  --accent-color: #453fe1;
  --accent-hover-color: #3e39cb;
  --accent-active-color: #3732b4;
  --accent-dark-color: #342fa9;
  --accent-hover-dark-color: #292687;
  --accent-active-dark-color: #1f1c65;
  --accent-light-color: #ececfc;
  --accent-hover-light-color: #e3e2fb;
  --accent-active-light-color: #c5c3f6;
  --black-lighter-color: #a9acc0;
  --black-lighter-hover-color: #989bb3;
  --black-lighter-active-color: #8387a3;
  --black-normal-color: #404672;
  --black-normal-hover-color: #363c61;
  --black-normal-active-color: #2f3353;
  --black-dark-color: #161928;
  --black-dark-hover-color: #10121d;
  --black-dark-active-color: #07080d;
  --grey-white-color: #fff;
  --grey-white-hover-color: #fcfcfd;
  --grey-white-active-color: #f5f5f9;
  --grey-light-color: #fcfcfd;
  --grey-light-hover-color: #f5f5f9;
  --grey-light-active-color: #f0f0f6;
  --grey-normal-color: #f9f9fb;
  --grey-normal-hover-color: #f2f2f7;
  --grey-normal-active-color: #eaeaf3;
  --grey-dark-color: #f6f6fa;
  --yellow-light-color: #fffaea;
  --yellow-light-hover-color: #fff7df;
  --yellow-light-active-color: #ffefbc;
  --yellow-normal-color: #ffcb28;
  --yellow-normal-hover-color: #e6b724;
  --yellow-normal-active-color: #cca220;
  --yellow-dark-color: #bf981e;
  --yellow-dark-hover-color: #997a18;
  --yellow-dark-active-color: #cca220;
  --yellow-darker-color: #59470e;
  --bg-primary-color: #fcfcfd;
  --bg-secondary-color: #fff;
  --bg-tetritary-color: #f6f6fa;
  --tag-popular-color: #e8912e;
  --tag-green-color: #52ba63;
  --text-primary-color: #161928;
  --text-secondary-color: #8b91be;
  --primary-color: #251aff;
  --red-color: #f1503c;
  --dark-blue-color: #1e4d9e;
  --blue-color: #0070dc;
  --purple-color: #7252a5;
  --green-color: #359e9a;
  --yellow-color: #fec923;
  --orange-bg-color: #EC751F;
  --blue-bg-color: #456696;
  --blue-light-bg-color: #409BDB;
  --green-bg-color: #6DB94E;
  --copy-color: #fcfcfd80;
  --transition-duration: 0.2s;
  --box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.05), 0 4px 15px 0 rgba(0, 0, 0, 0.05);
  --focus-color: #fec923;
  --heat-bg: #e8912e;
  --new-bg: #0070dc;
  --sale-bg: #52ba63;
  --popular-bg: #fec923;
  --done-quiz-color: #A4DDBC;
  --text-quiz-color: #48BB78;
}

@font-face {
  src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
  font-family: "Inter";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff");
  font-family: "Inter";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold.woff") format("woff");
  font-family: "Inter";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff");
  font-family: "Inter";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../fonts/Raleway-Regular.woff2") format("woff2"), url("../fonts/Raleway-Regular.woff") format("woff");
  font-family: "Raleway";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../fonts/Raleway-Medium.woff2") format("woff2"), url("../fonts/Raleway-Medium.woff") format("woff");
  font-family: "Raleway";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../fonts/Raleway-Bold.woff2") format("woff2"), url("../fonts/Raleway-Bold.woff") format("woff");
  font-family: "Raleway";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../fonts/Raleway-Black.woff2") format("woff2"), url("../fonts/Raleway-Black.woff") format("woff");
  font-family: "Raleway";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../fonts/RobotoMono-Regular.woff2") format("woff2"), url("../fonts/RobotoMono-Regular.woff") format("woff");
  font-family: "Roboto Mono";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../fonts/iconfont.woff2") format("woff2");
  font-family: "iconfont";
  font-display: swap;
}
@font-face {
  src: url("../fonts/iconfont.woff2") format("woff2");
  font-family: "iconfont";
  font-display: swap;
}
[class*="--icon-"]::before {
  font-family: "iconfont", sans-serif;
}

[class*="--icon-worker"]::before {
  content: "\f101";
}

[class*="--icon-wa"]::before {
  content: "\f102";
}

[class*="--icon-vk"]::before {
  content: "\f103";
}

[class*="--icon-user-plus"]::before {
  content: "\f104";
}

[class*="--icon-trash"]::before {
  content: "\f105";
}

[class*="--icon-subscriptions"]::before {
  content: "\f106";
}

[class*="--icon-students"]::before {
  content: "\f107";
}

[class*="--icon-student"]::before {
  content: "\f108";
}

[class*="--icon-stocks"]::before {
  content: "\f109";
}

[class*="--icon-star-outline"]::before {
  content: "\f10a";
}

[class*="--icon-star-filled"]::before {
  content: "\f10b";
}

[class*="--icon-sort"]::before {
  content: "\f10c";
}

[class*="--icon-shopping-cart"]::before {
  content: "\f10d";
}

[class*="--icon-shopping-cart+"]::before {
  content: "\f10e";
}

[class*="--icon-shopping-bag"]::before {
  content: "\f10f";
}

[class*="--icon-shop-cart"]::before {
  content: "\f110";
}

[class*="--icon-shop-bag-check"]::before {
  content: "\f111";
}

[class*="--icon-settings"]::before {
  content: "\f112";
}

[class*="--icon-sertification"]::before {
  content: "\f113";
}

[class*="--icon-search"]::before {
  content: "\f114";
}

[class*="--icon-search-mobile"]::before {
  content: "\f115";
}

[class*="--icon-search-big"]::before {
  content: "\f116";
}

[class*="--icon-s-whatsaap"]::before {
  content: "\f117";
}

[class*="--icon-s-vk"]::before {
  content: "\f118";
}

[class*="--icon-s-telega"]::before {
  content: "\f119";
}

[class*="--icon-s-ok"]::before {
  content: "\f11a";
}

[class*="--icon-s-e"]::before {
  content: "\f11b";
}

[class*="--icon-profile"]::before {
  content: "\f11c";
}

[class*="--icon-profile-big"]::before {
  content: "\f11d";
}

[class*="--icon-portfolio"]::before {
  content: "\f11e";
}

[class*="--icon-plus"]::before {
  content: "\f11f";
}

[class*="--icon-placeholder-star"]::before {
  content: "\f120";
}

[class*="--icon-pazl"]::before {
  content: "\f121";
}

[class*="--icon-other"]::before {
  content: "\f122";
}

[class*="--icon-orders"]::before {
  content: "\f123";
}

[class*="--icon-opportunities"]::before {
  content: "\f124";
}

[class*="--icon-newspaper"]::before {
  content: "\f125";
}

[class*="--icon-minus"]::before {
  content: "\f126";
}

[class*="--icon-message"]::before {
  content: "\f127";
}

[class*="--icon-med"]::before {
  content: "\f128";
}

[class*="--icon-load"]::before {
  content: "\f129";
}

[class*="--icon-link-forward"]::before {
  content: "\f12a";
}

[class*="--icon-info"]::before {
  content: "\f12b";
}

[class*="--icon-info-bigzip"]::before {
  content: "\f12c";
}

[class*="--icon-heart"]::before {
  content: "\f12d";
}

[class*="--icon-happy"]::before {
  content: "\f12e";
}

[class*="--icon-glasses"]::before {
  content: "\f12f";
}

[class*="--icon-filter"]::before {
  content: "\f130";
}

[class*="--icon-filter-big"]::before {
  content: "\f131";
}

[class*="--icon-favourite"]::before {
  content: "\f132";
}

[class*="--icon-eye"]::before {
  content: "\f133";
}

[class*="--icon-expertise"]::before {
  content: "\f134";
}

[class*="--icon-employment "]::before {
  content: "\f135";
}

[class*="--icon-edit"]::before {
  content: "\f136";
}

[class*="--icon-download"]::before {
  content: "\f137";
}

[class*="--icon-download-big"]::before {
  content: "\f138";
}

[class*="--icon-documents"]::before {
  content: "\f139";
}

[class*="--icon-documents-big"]::before {
  content: "\f13a";
}

[class*="--icon-doc-management"]::before {
  content: "\f13b";
}

[class*="--icon-doc-attachment"]::before {
  content: "\f13c";
}

[class*="--icon-distant"]::before {
  content: "\f13d";
}

[class*="--icon-crossed-out-eye"]::before {
  content: "\f13e";
}

[class*="--icon-courses"]::before {
  content: "\f13f";
}

[class*="--icon-copy"]::before {
  content: "\f140";
}

[class*="--icon-copy-big"]::before {
  content: "\f141";
}

[class*="--icon-cooperation"]::before {
  content: "\f142";
}

[class*="--icon-contacts"]::before {
  content: "\f143";
}

[class*="--icon-close"]::before {
  content: "\f144";
}

[class*="--icon-close-eye"]::before {
  content: "\f145";
}

[class*="--icon-close-btn"]::before {
  content: "\f146";
}

[class*="--icon-clock"]::before {
  content: "\f147";
}

[class*="--icon-checkmark"]::before {
  content: "\f148";
}

[class*="--icon-check"]::before {
  content: "\f149";
}

[class*="--icon-chat"]::before {
  content: "\f14a";
}

[class*="--icon-catalog"]::before {
  content: "\f14b";
}

[class*="--icon-cart-big"]::before {
  content: "\f14c";
}

[class*="--icon-cart+"]::before {
  content: "\f14d";
}

[class*="--icon-calendar"]::before {
  content: "\f14e";
}

[class*="--icon-burger"]::before {
  content: "\f14f";
}

[class*="--icon-btn-plus"]::before {
  content: "\f150";
}

[class*="--icon-book"]::before {
  content: "\f151";
}

[class*="--icon-bonus"]::before {
  content: "\f152";
}

[class*="--icon-bin"]::before {
  content: "\f153";
}

[class*="--icon-basket"]::before {
  content: "\f154";
}

[class*="--icon-authors"]::before {
  content: "\f155";
}

[class*="--icon-attachment"]::before {
  content: "\f156";
}

[class*="--icon-arrow-select"]::before {
  content: "\f157";
}

[class*="--icon-arrow-prev"]::before {
  content: "\f158";
}

[class*="--icon-arrow-left"]::before {
  content: "\f159";
}

[class*="--icon-arow-up"]::before {
  content: "\f15a";
}

[class*="--icon-arow-left"]::before {
  content: "\f15b";
}

[class*="--icon-arow-down"]::before {
  content: "\f15c";
}

[class*="--icon-all"]::before {
  content: "\f15d";
}

[class*="--icon-about"]::before {
  content: "\f15e";
}

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

.page {
  height: 100%;
  font-family: var(--font-family, sans-serif);
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

.page__body {
  margin: 0;
  height: 100%;
  min-width: 360px;
  font-weight: 400;
  font-variant-numeric: lining-nums;
  font-size: 16px;
  line-height: 1.2;
  color: var(--text-primary-color);
  background-color: var(--bg-tetritary-color);
}
.page__body.no-scroll {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

ul[class],
ol[class] {
  padding: 0;
}

ul[class] {
  list-style: none;
}

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

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

button {
  border: none;
  padding: 0;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
}

a,
button,
label,
input,
textarea,
select,
svg * {
  -webkit-transition-duration: var(--transition-duration);
  transition-duration: var(--transition-duration);
}

svg * {
  -webkit-transition-property: fill, stroke;
  transition-property: fill, stroke;
}

input,
button,
textarea,
select {
  font: inherit;
}

:where(input[class]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
}
:where(input[class])::-webkit-search-decoration, :where(input[class])::-webkit-search-cancel-button, :where(input[class])::-webkit-search-results-button, :where(input[class])::-webkit-search-results-decoration {
  display: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

*:focus-visible {
  outline: 2px solid var(--focus-color);
  outline-offset: 1.5px;
}

.container {
  margin: 0 auto;
  padding: 0 var(--container-offset);
  max-width: var(--container-width);
}
@media (max-width: 770px) {
  .container {
    padding: 0 15px;
  }
}

.container-fluid {
  margin: 0 auto;
  padding: 0 var(--container-offset);
  max-width: var(--container-fluid-width);
}

.dis-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

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

/* section layout (from MU-ballod-restore) */
.section {
  margin: 0 auto 6.25rem;
  padding: 6.25rem 1.25rem 0;
  width: 100%;
  max-width: calc(var(--content-width) + var(--container-offset) * 2);
  gap: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media screen and (max-width: 1260px) {
  .section {
    margin-bottom: 3.125rem;
    padding-top: 3.125rem;
    row-gap: 2.5rem;
  }
}
@media screen and (max-width: 770px) {
  .section {
    margin-bottom: 1.5625rem;
    padding: 1.5625rem 0.9375rem 0;
    padding-top: 1.5625rem;
    row-gap: 1.25rem;
  }
}
.section--bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 0;
  padding: 6.25rem clamp((100% - var(--content-width)) / 2, 2vw, 1.25rem);
  width: 100%;
  max-width: 100%;
  gap: 3.75rem;
}
@media screen and (max-width: 1260px) {
  .section--bg {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
    row-gap: 2.5rem;
  }
}
@media screen and (max-width: 770px) {
  .section--bg {
    padding: 1.5625rem 0.9375rem;
    row-gap: 1.25rem;
  }
}

.section-header {
  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-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.section-header--hero {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.section-header--sub-products {
  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-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
@media screen and (max-width: 1260px) {
  .section-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    row-gap: 0.9375rem;
  }
  .section-header--page-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.section-link {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .section-link:hover {
    color: var(--accent-hover-color);
  }
}
@media (any-hover: none) {
  .section-link:active {
    color: var(--accent-hover-color);
  }
}

.section-text {
  font-family: var(--font-family);
  font-size: 18px;
  line-height: 1.2;
}
.section-text--hero {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 551px;
  flex: 0 1 551px;
}
.section-text--sub-products {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 685px;
  flex: 0 1 685px;
}
.section-text span {
  color: var(--accent-color);
}
@media screen and (max-width: 1260px) {
  .section-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
@media screen and (max-width: 770px) {
  .section-text {
    font-family: var(--second-family);
    font-size: 16px;
    line-height: 120%;
  }
}

.badge {
  position: absolute;
  border: 0.625rem solid #f6f6fa;
  border-radius: 0 2.5rem;
  padding: 0.375rem 1.5625rem;
  width: auto;
  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;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 110%;
  color: var(--grey-white-color);
}
.badge--top {
  right: -0.625rem;
  top: -0.625rem;
}
.badge--bottom {
  right: -0.625rem;
  bottom: -0.625rem;
  border-radius: 1.875rem 0;
}
.badge--heat {
  background-color: var(--heat-bg);
}
.badge--new {
  background-color: var(--new-bg);
}
.badge--discount {
  background-color: var(--sale-bg);
}
.badge--popular {
  color: var(--text-primary-color);
  background-color: var(--popular-bg);
}
.badge--static {
  position: static;
  border: none;
  border-radius: 1.875rem;
  padding: 0.625rem 0.9375rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 400;
}

.button {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 0.0625rem solid var(--accent-color);
  border-radius: 1.875rem;
  padding: 0.84375rem 1.1875rem;
  width: auto;
  height: 3.125rem;
  text-decoration: none;
  background-color: transparent;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  cursor: pointer;
  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;
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 1rem;
  line-height: 130%;
  color: var(--text-primary-color);
}
.button:disabled {
  border-color: var(--disabled-btn-border-color);
  color: var(--disabled-btn-text-color);
  background-color: var(--disabled-btn-bg-color);
}
.button.hidden {
  display: none;
}
.button--primary {
  border: 0.0625rem solid var(--accent-color);
  color: var(--grey-white-hover-color);
  background-color: var(--accent-color);
}
.button--primary:hover {
  color: var(--grey-white-hover-color);
  background-color: var(--primary-color);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.button--primary:active {
  border-color: var(--accent-hover-dark-color);
  color: var(--grey-white-hover-color);
  background-color: var(--accent-hover-dark-color);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.button--neutral {
  border: 0.0625rem solid var(--accent-color);
}
.button--neutral:hover {
  color: var(--primary-color);
  background-color: var(--accent-hover-light-color);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.button--neutral:active {
  background-color: var(--accent-active-light-color);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.button--small {
  padding: 0.71875rem;
  height: 2.5rem;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 110%;
}
.button--icon {
  border: 0.0625rem solid transparent;
  border-radius: 1.0625rem;
  padding: 0;
  width: 2.125rem;
  height: 2.125rem;
}
.button--icon:hover {
  background-color: var(--accent-hover-light-color);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.button--icon:active {
  background-color: var(--accent-active-light-color);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.button--icon-outlined {
  border: 0.0625rem solid var(--accent-color);
  border-radius: 1.5625rem;
  padding: 0;
  width: 3.125rem;
  height: 3.125rem;
}
.button--arrow {
  border: none;
  padding: 0;
  width: 2rem;
  height: 5rem;
  background-color: transparent;
}
.button--arrow:disabled {
  background-color: transparent;
  opacity: 0.3;
}

.description {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 130%;
  color: var(--text-primary-color);
  text-align: left;
}
.description__highlight {
  color: var(--accent-color);
}
@media screen and (max-width: 1260px) {
  .description {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 120%;
  }
}
@media screen and (max-width: 770px) {
  .description {
    font-size: 1rem;
    line-height: 130%;
  }
}

.title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 130%;
  color: var(--black-dark-color);
}
.title span {
  color: var(--accent-color);
}
@media screen and (min-width: 1260px) {
  .title--primary {
    font-weight: 700;
    font-size: 3rem;
    line-height: 120%;
  }
}
.title--secondary {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 120%;
}
@media screen and (min-width: 1260px) {
  .title--secondary {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 130%;
  }
}
@media screen and (min-width: 1400px) {
  .title--secondary {
    font-weight: 700;
    font-size: 3rem;
    line-height: 120%;
  }
}
.title--subtitle {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 120%;
}
@media screen and (min-width: 1260px) {
  .title--subtitle {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 130%;
  }
}
@media screen and (min-width: 1400px) {
  .title--subtitle {
    font-weight: 700;
    font-size: 2rem;
    line-height: 130%;
  }
}
.title--size-32 {
  font-size: 32px;
}
.title--size-32 span {
  text-transform: uppercase;
}
.title--size-48 {
  font-size: 48px;
}
.title--size-38 {
  font-size: 38px;
  margin-block: 40px;
}
@media (max-width: 1260px) {
  .title--size-38 {
    margin-block: 30px;
  }
}
@media (max-width: 440px) {
  .title--size-38 {
    margin-block: 20px;
  }
}
.title--grouptitle {
  font-size: 1.5rem;
  color: var(--text-secondary-color);
}
.title--name {
  font-size: 1.25rem;
}
.title--checkout {
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
}
.title__highlight {
  color: var(--accent-color);
}
.title__note {
  padding-left: 0.125rem;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 110%;
}
@media screen and (max-width: 1260px) {
  .title--size-32 {
    font-size: 20px;
  }
  .title--size-48 {
    font-size: 32px;
  }
  .title--grouptitle {
    font-size: 1.25rem;
  }
  .title--name {
    font-size: 1.125rem;
  }
  .title--checkout {
    font-size: 20px;
    line-height: 120%;
  }
}
@media screen and (max-width: 770px) {
  .title--name {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 440px) {
  .title--size-48 {
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
  }
}

.details {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -ms-grid;
  display: grid;
  list-style: none;
  width: 100%;
}
.details[open] .details__icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.details[open] .details__summary-btn {
  background-color: var(--accent-color);
}
.details[open] .details__summary-icon {
  color: var(--bg-tetritary-color);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.details__summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  outline: none;
}
.details__summary-btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 0.25rem solid var(--bg-tetritary-color);
  border-radius: 1.5rem;
  width: 3rem;
  height: 3rem;
  -webkit-box-shadow: 0 0 0 0.09375rem var(--accent-color) inset;
  box-shadow: 0 0 0 0.09375rem var(--accent-color) inset;
  background-color: var(--bg-tetritary-color);
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  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;
}
.details__summary-icon {
  color: var(--accent-color);
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.details__summary-text {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 1rem;
  line-height: 120%;
  color: var(--text-primary-color);
}
@media screen and (min-width: 1260px) {
  .details__summary-text {
    font-size: 1.125rem;
    line-height: 130%;
  }
}
@media screen and (min-width: 1400px) {
  .details__summary-text {
    font-weight: 700;
    font-size: 2rem;
    line-height: 120%;
  }
}
.details__subtitle {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 1rem;
  line-height: 130%;
  color: var(--grey-light-color);
}
@media screen and (min-width: 1260px) {
  .details__subtitle {
    font-weight: 500;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1400px) {
  .details__subtitle {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1260px) {
  .details__icon {
    display: none;
  }
}

.calendar {
  padding: 0.9375rem 0.9375rem 0.625rem;
  width: 100%;
}
.calendar__header {
  padding: 0.625rem;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.calendar__title {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 110%;
  color: var(--black-dark-color);
}
.calendar__nav {
  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;
  border: none;
  padding: 0;
  width: 2.125rem;
  height: 2.125rem;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
}
.calendar__weeknames {
  padding: 0.3125rem 0.625rem;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.calendar__weeknames-item {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1rem;
  line-height: 130%;
  color: var(--black-dark-color);
  text-transform: uppercase;
}
.calendar__weeknames-item:nth-child(6), .calendar__weeknames-item:last-child {
  color: var(--red-color);
}
.calendar__weekdays {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-rows: 2.1875rem;
  -ms-grid-columns: (2.1875rem)[7];
  grid-template-columns: repeat(7, 2.1875rem);
  padding: 0.3125rem 0.625rem;
  width: 100%;
  row-gap: 0.625rem;
}
.calendar__weekdays-item {
  border: none;
  border-radius: 100vh;
  padding: 0;
  height: 2.1875rem;
  background-color: transparent;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  cursor: pointer;
  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;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1rem;
  line-height: 130%;
  color: var(--black-dark-color);
}
.calendar__weekdays-item:hover {
  background-color: var(--accent-active-light-color);
  -webkit-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
}
.calendar__weekdays-item--prev, .calendar__weekdays-item--next {
  color: var(--text-secondary-color);
  pointer-events: none;
}

.social {
  width: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 0.9375rem;
}
@media screen and (max-width: 1260px) {
  .social {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 960px) {
  .social--footer {
    gap: 0.625rem;
  }
}
.social__item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 0.5rem;
  padding: 0.5625rem;
  width: 2.875rem;
  height: 2.875rem;
  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;
}
.social__item--footer {
  padding: 0;
  width: 1.75rem;
  height: 1.75rem;
}
.social__link {
  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;
  border-radius: 0.5rem;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.social__link--ok {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' fill='none'%3E%3Cg fill='%23fff' clip-path='url(%23a)'%3E%3Cpath d='M10 .667c-2.758 0-5 2.242-5 5 0 2.757 2.242 5 5 5 2.757 0 5-2.243 5-5 0-2.758-2.243-5-5-5Zm0 7.5a2.502 2.502 0 0 1-2.5-2.5c0-1.379 1.121-2.5 2.5-2.5s2.5 1.121 2.5 2.5-1.121 2.5-2.5 2.5Z'/%3E%3Cpath d='M16.629 10.528a1.249 1.249 0 0 0-1.768 0c-2.68 2.68-7.042 2.68-9.723 0a1.25 1.25 0 1 0-1.767 1.769 9.318 9.318 0 0 0 5.558 2.672l-3.564 3.564a1.249 1.249 0 0 0 0 1.767 1.248 1.248 0 0 0 1.768 0l2.866-2.866 2.866 2.866a1.247 1.247 0 0 0 1.768 0 1.249 1.249 0 0 0 0-1.767l-3.564-3.564a9.318 9.318 0 0 0 5.559-2.673c.488-.488.488-1.28.001-1.768Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 .667h20v20H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-color: var(--orange-bg-color);
}
.social__link--vk {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' fill='none'%3E%3Cpath fill='%23fff' d='M19.069 15.333c-.749-1.348-2.678-2.967-3.474-3.671a.518.518 0 0 1-.043-.74c1.52-1.633 2.735-3.51 3.153-4.643.185-.501-.197-1.03-.735-1.03h-1.564c-.516 0-.817.185-.961.48-1.263 2.587-2.346 3.707-3.105 4.362a.658.658 0 0 1-1.086-.495v-3.45a.868.868 0 0 0-.873-.865L7.524 5.25a.433.433 0 0 0-.349.692l.472.677c.177.235.273.52.273.813l-.003 3.05c0 .53-.642.79-1.024.418C5.602 9.64 4.48 7.072 4.078 5.845a.87.87 0 0 0-.827-.596l-1.54-.004c-.579 0-1.001.548-.844 1.1 1.408 4.94 4.295 9.64 9.442 10.15a.867.867 0 0 0 .945-.864v-1.603c0-.46.36-.854.824-.866h.048c1.362 0 2.886 1.981 3.42 2.908.153.266.44.429.75.429h2.072c.604 0 .992-.641.7-1.166Z'/%3E%3C/svg%3E");
  background-color: var(--blue-bg-color);
}
.social__link--tg {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' fill='none'%3E%3Cpath fill='%23fff' d='M2.43 10.507c5.237-2.304 12.013-5.113 12.949-5.501 2.453-1.018 3.206-.823 2.83 1.43-.269 1.62-1.047 6.982-1.667 10.32-.368 1.979-1.193 2.213-2.49 1.357-.625-.412-3.775-2.495-4.46-2.984-.623-.446-1.484-.983-.405-2.039.385-.376 2.903-2.78 4.865-4.652.257-.246-.066-.65-.362-.453a2284.796 2284.796 0 0 0-6.778 4.505c-.705.479-1.383.698-2.598.35-.918-.264-1.815-.579-2.164-.699-1.345-.462-1.026-1.06.28-1.634Z'/%3E%3C/svg%3E");
  background-color: var(--blue-light-bg-color);
}
.social__link--wa {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='19' fill='none'%3E%3Cpath fill='%23fff' d='M14.308 4.363a7.445 7.445 0 0 0-5.3-2.196c-4.13 0-7.49 3.36-7.491 7.489-.001 1.32.344 2.608 1 3.744L1.5 17.167l3.925-.928a7.485 7.485 0 0 0 3.58.912h.002c4.13 0 7.49-3.36 7.492-7.489a7.441 7.441 0 0 0-2.191-5.299Zm-1.634 7.97c-.156.437-.92.858-1.264.889-.344.032-.665.155-2.246-.468-1.903-.75-3.105-2.7-3.198-2.825-.094-.126-.764-1.015-.764-1.936s.484-1.374.655-1.56a.687.687 0 0 1 .5-.235c.124 0 .25 0 .358.005.134.005.282.012.422.323.167.37.53 1.296.577 1.39.046.093.078.203.015.327-.062.125-.093.203-.186.312-.094.11-.197.244-.28.328-.095.093-.192.195-.083.382.11.187.484.8 1.04 1.296.716.637 1.319.835 1.506.93.188.093.296.077.406-.048.11-.124.468-.546.592-.733.125-.188.25-.157.422-.094.171.062 1.092.515 1.278.609.188.094.313.14.359.218.046.077.046.452-.11.89Z'/%3E%3C/svg%3E");
  background-color: var(--green-bg-color);
}
.social__link:hover {
  opacity: 0.8;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.form {
  margin-bottom: 0;
  width: 100%;
}
.form--cta {
  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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.25rem;
}
@media screen and (max-width: 1260px) {
  .form--cta {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.form--cta .form__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  gap: 2.5rem 1.25rem;
}
@media screen and (max-width: 1260px) {
  .form--cta .form__list {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
    row-gap: 5.625rem;
  }
}
@media screen and (max-width: 770px) {
  .form--cta .form__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 0.9375rem;
  }
}
@media screen and (max-width: 1260px) {
  .form--cta .form__item:first-of-type {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
  .form--cta .form__item:nth-of-type(2) {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3/5;
  }
  .form--cta .form__item:nth-of-type(3) {
    -ms-grid-column: 5;
    -ms-grid-column-span: 2;
    grid-column: 5/7;
  }
}
@media screen and (max-width: 770px) {
  .form--cta .form__item:first-of-type {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
  .form--cta .form__item:nth-of-type(2) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
  .form--cta .form__item:nth-of-type(3) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    margin-bottom: 4.6875rem;
  }
}
.form--cta .form__item--agreement {
  grid-column: 1/-1;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  width: 100%;
  gap: 0.625rem;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media screen and (max-width: 1260px) {
  .form--cta .form__item--agreement {
    -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;
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1/7;
    gap: 0.3125rem;
  }
}
@media screen and (max-width: 770px) {
  .form--cta .form__item--agreement {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/5;
  }
}
@media screen and (max-width: 1260px) {
  .form--cta .form__submit {
    position: absolute;
    top: 4.375rem;
    width: 100%;
  }
}
@media screen and (max-width: 770px) {
  .form--cta .form__submit {
    top: 12.5rem;
  }
}
.form--search {
  position: relative;
  margin-bottom: 0;
}
.form--search .form__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 1.25rem;
}
.form--search .form__item {
  position: relative;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0.3125rem;
}
.form--search .input {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0.3125rem;
}
.form--subscribe {
  width: 100%;
}
.form--subscribe .form__list {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr -webkit-min-content;
  -ms-grid-columns: 1fr min-content;
  grid-template-columns: 1fr -webkit-min-content;
  grid-template-columns: 1fr min-content;
  width: 100%;
  gap: 0.9375rem 1.25rem;
}
@media screen and (max-width: 1152px) {
  .form--subscribe .form__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 0.9375rem;
  }
}
.form--subscribe .form__item .input__field[type=email] {
  background-color: #fff;
}
.form--subscribe .form__item--agreement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  gap: 0.3125rem;
}
@media screen and (max-width: 1152px) {
  .form--subscribe .form__item--agreement {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
  }
}
@media screen and (max-width: 1152px) {
  .form--subscribe .form__submit {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
}
.form__reset {
  position: absolute;
  right: 6.875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.input {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.input--select {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.input--select .input__select-list {
  display: none;
  width: 100%;
}
.input--select.is-open .input__select-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.input--file {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.625rem;
}
.input--file.has-file {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.input--file.has-file .input__field {
  -ms-flex-preferred-size: calc(100% - 74px);
  flex-basis: calc(100% - 74px);
  border-color: var(--accent-color);
}
.input--file.has-file .input__placeholder {
  display: none;
}
.input--file.has-file .input__file-download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.input--file.has-file .input__file-remove {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.input--file.is-disabled .input__field {
  pointer-events: none;
}
.input--search {
  position: relative;
}
.input--search .input__btn--reset {
  position: absolute;
  right: 6.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.input--cart {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.input--purchase {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 5px;
}
@media (max-width: 580px) {
  .input--purchase {
    font-size: 12px;
  }
}
.input__field {
  border: 0.0625rem solid var(--accent-active-light-color);
  border-radius: 1.875rem;
  padding-top: 0;
  padding-right: 1.1875rem;
  padding-left: 1.1875rem;
  width: 100%;
  height: 3.125rem;
  background-color: transparent;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
@media (max-width: 770px) {
  .input__field {
    height: 2.5rem;
  }
}
.input__field {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  color: var(--text-secondary-color);
}
.input__field:hover {
  border-color: var(--accent-color);
  color: var(--accent-color);
  background-color: var(--grey-normal-active-color);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.input__field:hover + .input__placeholder {
  color: var(--accent-color);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.input__field:focus {
  border-color: var(--primary-color);
  padding-top: 0.84375rem;
  line-height: normal;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.input__field--file {
  position: relative;
}
.input__label--checkbox {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1rem;
  line-height: 130%;
  color: var(--text-primary-color);
  cursor: pointer;
}
.input__field:focus + .input__placeholder {
  top: 0.46875rem;
  font-size: 0.75rem;
  line-height: 110%;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.input__field:focus + .input__placeholder::after {
  font-size: 0.75rem;
}
.input__field.error:focus {
  color: var(--red-color);
}
.input__field:not(:-moz-placeholder) + .input__placeholder {
  top: 0.46875rem;
  font-size: 0.75rem;
  line-height: 110%;
  transform: translateY(0);
  -moz-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.input__field:not(:-ms-input-placeholder) + .input__placeholder {
  top: 0.46875rem;
  font-size: 0.75rem;
  line-height: 110%;
  -ms-transform: translateY(0);
  transform: translateY(0);
  -ms-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.input__field:not(:placeholder-shown) + .input__placeholder {
  top: 0.46875rem;
  font-size: 0.75rem;
  line-height: 110%;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.input__field:not(:-moz-placeholder, :focus) + .input__placeholder {
  opacity: 0;
  -moz-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.input__field:not(:-ms-input-placeholder, :focus) + .input__placeholder {
  opacity: 0;
  -ms-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.input__field:not(:placeholder-shown, :focus) + .input__placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.input__field.error {
  border-color: var(--red-color);
}
.input__field.error + .input__placeholder {
  color: var(--black-dark-color);
}
.input__field[data-required=true] + .input__placeholder::after {
  content: "*";
  position: absolute;
  right: -0.5rem;
  top: 0;
  width: 0.5rem;
  height: 0.5rem;
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  color: var(--red-color);
}
.input__field[data-required=true]:focus + .input__placeholder::after {
  font-size: 0.75rem;
}
.input__placeholder {
  position: absolute;
  left: 1.1875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  pointer-events: none;
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 1rem;
  line-height: 130%;
  color: var(--text-secondary-color);
}
@media (max-width: 770px) {
  .input__placeholder {
    font-size: 14px;
  }
}
@media (max-width: 580px) {
  .input__placeholder {
    font-size: 12px;
  }
}
.input__placeholder--file {
  width: 100%;
  height: 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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  pointer-events: all;
}
.input__checkbox {
  position: absolute;
  opacity: 0;
}
.input__checkbox-label {
  cursor: pointer;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1rem;
  line-height: 130%;
  color: var(--black-dark-color);
}
.input__checkbox + .input__checkbox-label {
  position: relative;
  padding-left: 2.125rem;
}
@media (max-width: 770px) {
  .input__checkbox + .input__checkbox-label {
    padding-left: 26px;
  }
}
.input__checkbox + .input__checkbox-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.1875rem;
  border: 0.0625rem solid var(--black-lighter-color);
  border-radius: 0.25rem;
  width: 1.5rem;
  height: 1.5rem;
  background-color: var(--grey-white-color);
}
@media (max-width: 770px) {
  .input__checkbox + .input__checkbox-label::before {
    top: 0;
    width: 18px;
    height: 18px;
  }
}
.input__checkbox:checked + .input__checkbox-label::before {
  border-color: var(--accent-color);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12.333 1 5 8.333 1.667 5'/%3E%3C/svg%3E");
  background-position: 50% 50%;
  background-size: 0.875rem 0.625rem;
  background-repeat: no-repeat;
  background-color: var(--accent-color);
}
.input__checkbox.error + .input__checkbox-label::before {
  border-color: var(--red-color);
}
.input__checkbox:focus-visible + .input__checkbox-label::before {
  outline: 2px solid var(--focus-color);
  outline-offset: 2px;
}
.input__checkbox:hover + .input__checkbox-label::before {
  border-color: var(--accent-color);
}
@media (max-width: 1260px) {
  .input__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 5px;
  }
}
@media (max-width: 770px) {
  .input__text {
    font-size: 14px;
  }
}
@media (max-width: 580px) {
  .input__text {
    font-size: 12px;
  }
}
.input__checkbox-policy {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 1rem;
  line-height: 120%;
  color: var(--text-primary-color);
  text-decoration: underline;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.input__radio {
  display: none;
}
.input__radio-label {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1rem;
  line-height: 130%;
  color: var(--black-dark-color);
}
.input__radio + .input__radio-label {
  position: relative;
  padding-left: 1.625rem;
}
.input__radio + .input__radio-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15625rem;
  border: 0.0625rem solid var(--black-lighter-color);
  border-radius: 0.5rem;
  width: 1rem;
  height: 1rem;
  background-color: transparent;
}
.input__radio:checked + .input__radio-label::after {
  content: "";
  position: absolute;
  left: 0.1875rem;
  top: 0.34375rem;
  border-radius: 0.5rem;
  width: 0.625rem;
  height: 0.625rem;
  background-color: var(--accent-color);
}
.input__expand {
  position: absolute;
  right: 0.9375rem;
  top: 0.8125rem;
}
.input__select-list {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 2;
  overflow: hidden;
  border-radius: 1.5rem;
  padding: 0.75rem 0;
  width: 100%;
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  background-color: var(--grey-white-color);
}
.input__select-value {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1rem;
  line-height: 130%;
  color: var(--black-dark-color);
  border-bottom: 0.0625rem solid var(--grey-white-color);
  padding: 0.625rem 1.25rem 0.5625rem;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  cursor: pointer;
}
.input__select-value:hover {
  border-color: var(--accent-active-light-color);
  background-color: var(--accent-hover-light-color);
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.input__select-arrow {
  position: absolute;
  right: 0.9375rem;
  top: 0.8125rem;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.input.is-open .input__select-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.input__file {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.input--file:focus-within .input__field--file {
  border-color: var(--accent-color);
}
.input__file-name {
  position: absolute;
  left: 1.1875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 1rem;
  line-height: 130%;
  color: var(--text-secondary-color);
}
.input__file-download {
  position: absolute;
  right: 0.9375rem;
  top: 50%;
  display: none;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.input__file-icon {
  position: absolute;
  right: 0.9375rem;
  top: 50%;
  color: var(--text-primary-color);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.input__file-remove {
  display: none;
  width: 4rem;
}
.input__file-toggles {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0.625rem;
}
.input__file-toggles .input.is-hidden {
  display: none;
}
.input__toggle {
  display: none;
}
.input__toggle:checked + label::before {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.input__toggle:checked + label::after {
  background-color: var(--grey-white-color);
  -webkit-transform: translate(1rem, -50%);
  -ms-transform: translate(1rem, -50%);
  transform: translate(1rem, -50%);
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.input__toggle:disabled + label {
  color: var(--black-lighter-color);
}
.input__toggle:disabled + label::before {
  border-color: var(--black-lighter-color);
  background-color: var(--accent-hover-light-color);
}
.input__toggle:disabled + label::after {
  background-color: var(--black-lighter-color);
}
.input__toggle-label {
  position: relative;
  padding-left: 3.125rem;
  text-align: left;
}
.input__toggle-label--cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.input__toggle-label--cart:has(.input__toggle-description) .input__toggle-text {
  -webkit-padding-end: 10px;
  padding-inline-end: 10px;
}
.input__toggle-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  border: 0.0625rem solid var(--black-lighter-color);
  border-radius: 0.75rem;
  width: 2.5rem;
  height: 1.5rem;
  background-color: var(--grey-white-color);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.input__toggle-label::after {
  content: "";
  position: absolute;
  left: 0.1875rem;
  top: 50%;
  border-radius: 0.5625rem;
  width: 1.125rem;
  height: 1.125rem;
  background-color: var(--primary-color);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.input__toggle-description {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 110%;
  color: var(--text-secondary-color);
  padding-left: 3.125rem;
}
.input__toggle-description--cart {
  padding-left: 0;
  text-decoration: underline;
  color: var(--accent-color);
}
.input__switch {
  display: none;
}
.input__switch-text {
  display: -ms-grid;
  display: grid;
  place-items: center;
  border: none;
  border-radius: 1.875rem;
  padding: 0.71875rem 1.25rem;
  width: 100%;
  background-color: transparent;
  -webkit-transition: background-color var(--transition-duration), color var(--transition-duration);
  transition: background-color var(--transition-duration), color var(--transition-duration);
  cursor: pointer;
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 1rem;
  line-height: 130%;
  color: var(--black-dark-color);
}
.input__switch:checked + .input__switch-text {
  background-color: var(--grey-white-color);
}

.progress {
  border: 0.0625rem solid var(--accent-hover-light-color);
  border-radius: 1rem;
  padding: 0.5rem 1.5rem;
  width: 100%;
  gap: 1rem;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.progress__title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1rem;
  line-height: 130%;
  color: var(--black-dark-color);
  white-space: nowrap;
}
.progress__bar {
  overflow: hidden;
  border: 0.0625rem solid var(--accent-hover-light-color);
  border-radius: 6.25rem;
  width: 100%;
  height: 0.5rem;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.progress__fill {
  height: 0.375rem;
  background-color: var(--primary-color);
}
.progress__value {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1rem;
  line-height: 130%;
  color: var(--black-dark-color);
  white-space: nowrap;
}

.subtitle {
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
}
@media (max-width: 1260px) {
  .subtitle {
    font-weight: 400;
    font-size: 16px;
  }
}

.breadcrumbs {
  padding: 10px 0;
  background-color: var(--bg-primary-color);
}
.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.3;
  gap: 30px;
}
.breadcrumbs__item {
  position: relative;
  color: var(--text-secondary-color);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (any-hover: hover) {
  .breadcrumbs__item:hover {
    color: var(--accent-color);
  }
}
@media (any-hover: none) {
  .breadcrumbs__item:active {
    color: var(--accent-color);
  }
}
.breadcrumbs__item::after {
  content: "/";
  position: absolute;
  right: -20px;
}
.breadcrumbs__item:last-child::after {
  display: none;
}
.breadcrumbs__item span {
  color: var(--text-primary-color);
}
@media (max-width: 440px) {
  .breadcrumbs {
    display: none;
  }
}

.breadcrumbs__item .breadcrumbs__dots {
  display: block;
  width: 10px;
  height: 21px;
  background: radial-gradient(ellipse 0.5px 0.75px, var(--text-secondary-color) 100%, transparent 100%) center/4px 2px repeat-x;
}

.breadcrumbs__item.breadcrumbs__dots-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 10px;
  height: 21px;
  pointer-events: none;
}
.breadcrumbs__item.breadcrumbs__dots-item::after {
  content: "/";
  position: absolute;
  right: -20px;
  color: var(--text-secondary-color);
}

.btn {
  display: inline-block;
  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;
  border-radius: 30px;
  font-family: var(--second-family);
  text-align: center;
}
.btn--primary {
  padding: 15px 20px;
  height: 50px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  color: var(--bg-primary-color);
  background-color: var(--accent-color);
}
@media (any-hover: hover) {
  .btn--primary:hover {
    background-color: var(--primary-color);
  }
}
@media (any-hover: none) {
  .btn--primary:active {
    background-color: var(--primary-color);
  }
}
@media (max-width: 770px) {
  .btn--primary {
    padding: 10px 15px;
    height: 40px;
    font-weight: 600;
    font-size: 14px;
  }
}
.btn--neutral {
  border: 1px solid var(--accent-color);
  padding: 15px 20px;
  height: 50px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  color: var(--text-primary-color);
}
@media (any-hover: hover) {
  .btn--neutral:hover {
    color: var(--primary-color);
    background-color: var(--accent-hover-light-color);
  }
}
@media (any-hover: none) {
  .btn--neutral:active {
    color: var(--primary-color);
    background-color: var(--accent-hover-light-color);
  }
}
@media (max-width: 770px) {
  .btn--neutral {
    padding: 10px 15px;
    height: 40px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.1;
  }
}
.btn--small {
  padding: 10px 15px;
  height: 40px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.1;
}
.btn--chat {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 10;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  background-color: var(--accent-color);
  cursor: pointer;
}
.btn--chat::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 22px;
  height: 22px;
  background-image: url("../img/icons/chat.svg");
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 770px) {
  .btn--chat {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 580px) {
  .btn--chat {
    right: 15px;
    bottom: 15px;
    width: 40px;
    height: 40px;
  }
}
@media (any-hover: hover) {
  .btn--chat:hover {
    background-color: var(--accent-hover-color);
  }
}
@media (any-hover: none) {
  .btn--chat:active {
    background-color: var(--accent-hover-color);
  }
}
.btn--quiz {
  position: relative;
}
.btn--quiz input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.btn--quiz:disabled {
  border-color: var(--black-lighter-color);
  color: var(--black-lighter-color);
  background-color: var(--accent-hover-light-color);
}
@media (max-width: 580px) {
  .btn--quiz {
    padding: 10px;
    height: 30px;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.1;
  }
}
.btn--step {
  color: var(--text-secondary-color);
}
@media (max-width: 580px) {
  .btn--step {
    padding: 10px;
    height: 30px;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.1;
  }
}
@media (max-width: 580px) {
  .btn--matter {
    padding: 10px;
    height: 30px;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.1;
  }
}

.btn--neutral:active {
  color: var(--text-primary-color);
  background-color: var(--accent-active-light-color);
}

.btn--chat:active {
  background-color: var(--accent-active-color);
}

.btn--neutral.active {
  background-color: var(--accent-active-light-color);
}

.select-wrap {
  display: none;
}
@media (max-width: 1260px) {
  .select-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
  }
  .select-wrap:has(.catalog__sorting) {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr auto auto;
    grid-template-columns: 1fr auto auto;
  }
}
@media (max-width: 770px) {
  .select-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.choices {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-bottom: 0;
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
}

.choices:focus-visible {
  outline: var(--red-color) solid 1px;
  border-radius: 30px;
}

.choices[data-type*=select-one]:hover {
  color: var(--accent-color);
}

.choices[data-type*=select-one]::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 11px;
  margin-top: 0;
  border: none;
  width: 24px;
  height: 24px;
  background-image: url("../img/icons/arrow-select-black.svg");
  pointer-events: none;
}

.choices[data-type*=select-one]:hover::after {
  background-image: url("../img/icons/arrow-select-accent.svg");
}

.choices[data-type*=select-one].is-open::after {
  margin-top: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.choices__inner {
  border: 1px solid var(--accent-color);
  border-radius: 30px;
  padding: 0;
  min-height: auto;
  font-size: 16px;
}

.delivery-form .choices__inner {
  border-color: var(--accent-active-light-color);
}

.is-focused .choices__inner,
.is-open .choices__inner,
.is-flipped.is-open .choices__inner {
  border: 1px solid var(--accent-color);
  border-radius: 30px;
}

.choices__list--dropdown,
.choices__list[aria-expanded] {
  margin-top: 0;
  border: none;
  border-radius: 24px;
  -webkit-box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.1), 0 4px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.1), 0 4px 15px 0 rgba(0, 0, 0, 0.1);
  background-color: var(--bg-secondary-color);
}

.is-flipped .choices__list--dropdown,
.is-flipped .choices__list[aria-expanded] {
  margin-bottom: 0;
  border: none;
  border-radius: 24px;
  -webkit-box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.1), 0 4px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.1), 0 4px 15px 0 rgba(0, 0, 0, 0.1);
  background-color: var(--bg-secondary-color);
}

.choices__list--dropdown .choices__list {
  max-height: 448px;
}

.choices__list--single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 9.5px 39px 9.5px 20px;
  padding-left: 20px;
}

.delivery-form .choices__list--single {
  height: 50px;
}
@media (max-width: 770px) {
  .delivery-form .choices__list--single {
    height: 40px;
  }
}

.choices__inner:focus-visible {
  border: 1px solid var(--red-color);
  border-radius: 30px;
}

.choices__input {
  border: 1px solid var(--accent-active-light-color);
  border-radius: 30px;
  height: 50px;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.choices__input::-webkit-input-placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: var(--text-secondary-color);
}

.choices__input::-moz-placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: var(--text-secondary-color);
}

.choices__input:-ms-input-placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: var(--text-secondary-color);
}

.choices__input::-ms-input-placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: var(--text-secondary-color);
}

.choices__input::placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: var(--text-secondary-color);
}

.choices__input--cloned {
  background-image: url("../img/icons/search-mobile.svg");
  background-position: 98% center;
  background-repeat: no-repeat;
}

.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 0;
  padding-left: 0;
}

.choices[data-type*=select-one] .choices__input {
  margin: 12px 12px 5px;
  border: 1px solid var(--accent-active-light-color);
  padding: 14px 39px 14px 20px;
  width: calc(100% - 24px);
}

.choices__list--dropdown .choices__item,
.choices__list[aria-expanded] .choices__item {
  margin-bottom: 0;
  padding: 10px 20px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: var(--text-primary-color);
}

.delivery-form .choices__list--single .choices__item,
.choices__list[aria-expanded] .choices__placeholder {
  color: var(--text-secondary-color);
  opacity: 1;
}
@media (max-width: 770px) {
  .delivery-form .choices__list--single .choices__item,
  .choices__list[aria-expanded] .choices__placeholder {
    font-size: 14px;
  }
}
@media (max-width: 580px) {
  .delivery-form .choices__list--single .choices__item,
  .choices__list[aria-expanded] .choices__placeholder {
    font-size: 12px;
  }
}

.choices__list--dropdown .choices__item--selectable.is-highlighted,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  border-bottom: 1px solid var(--accent-active-light-color);
  background-color: var(--accent-hover-light-color);
}

.choices__list--dropdown .choices__list::-webkit-scrollbar {
  width: 5px;
  background: transparent;
}

.choices__list--dropdown .choices__list::-webkit-scrollbar-track {
  background: transparent;
}

.choices__list--dropdown .choices__list::-webkit-scrollbar-thumb {
  border-radius: 5px;
  width: 5px;
  background-color: var(--accent-active-light-color);
}

.choices__list--dropdown .choices__list::-webkit-scrollbar-button:single-button {
  display: none;
}

.choices__list--dropdown .choices__list::-webkit-scrollbar-corner {
  display: none;
}

.tag {
  position: absolute;
  right: -10px;
  border: 10px solid var(--bg-tetritary-color);
  padding: 6px 25px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.1;
  text-align: right;
  color: var(--bg-secondary-color);
}
.tag--top {
  top: -10px;
  border-radius: 0 30px;
}
.tag--bottom {
  bottom: -10px;
  border-radius: 30px 0;
}
.tag--hit {
  background-color: var(--tag-popular-color);
}
.tag--new {
  background-color: var(--blue-color);
}
.tag--discount {
  background-color: var(--tag-green-color);
}
.tag--popular {
  color: var(--text-primary-color);
  background-color: var(--yellow-color);
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 335px;
  flex: 1 1 335px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 30px;
  padding: 30px;
  min-height: 200px;
  -webkit-box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.05), 0 4px 15px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.05), 0 4px 15px 0 rgba(0, 0, 0, 0.05);
  background-color: var(--bg-secondary-color);
}
@media (any-hover: hover) {
  .card:hover {
    border-color: var(--accent-color);
  }
}
@media (any-hover: none) {
  .card:active {
    border-color: var(--accent-color);
  }
}
@media (max-width: 440px) {
  .card {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-height: 200px;
  }
}

.card__title {
  max-width: 250px;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
}
.card__title--services {
  max-width: 393px;
}
.card__title--catalog {
  max-width: 100%;
}
@media (max-width: 1260px) {
  .card__title {
    font-weight: 600;
    font-size: 16px;
  }
}
@media (max-width: 770px) {
  .card__title {
    font-weight: 600;
    font-size: 16px;
  }
}

.card__link {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.1;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
@media (any-hover: hover) {
  .card__link:hover {
    color: var(--accent-color);
  }
}
@media (any-hover: none) {
  .card__link:active {
    color: var(--accent-color);
  }
}

.card__img-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
}

.card__icon-wrap {
  position: absolute;
  right: 30px;
  bottom: 30px;
}

.cart-item__inner {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -ms-grid-columns: auto 1fr 200px auto;
  grid-template-columns: auto 1fr 200px auto;
  padding: 20px 10px;
  gap: 20px;
}
@media (width <= 992.98px) {
  .cart-item__inner {
    -ms-grid-columns: auto 1fr auto;
    grid-template-columns: auto 1fr auto;
    gap: 10px;
  }
}
@media (max-width: 770px) {
  .cart-item__inner {
    padding: 12px 0 0 10px;
  }
}
.cart-item__check {
  width: 24px;
  height: 24px;
  aspect-ratio: 1;
}
@media (max-width: 770px) {
  .cart-item__check {
    width: 14px;
    height: 14px;
  }
}
.cart-item__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 10px;
}
@media (width <= 992.98px) {
  .cart-item__data {
    max-width: 300px;
  }
}
@media (max-width: 770px) {
  .cart-item__data {
    max-width: 272px;
  }
}
@media (max-width: 440px) {
  .cart-item__data {
    max-width: 224px;
  }
}
.cart-item__title {
  display: inline-block;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
}
@media (max-width: 770px) {
  .cart-item__title {
    font-size: 16px;
  }
}
.cart-item__text {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.1;
}
.cart-item__text p:not(:last-child) {
  margin-bottom: 17px;
}
.cart-item__price {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  row-gap: 20px;
}
.cart-item__value {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
}
@media (width <= 992.98px) {
  .cart-item__value {
    font-size: 24px;
  }
}
@media (max-width: 770px) {
  .cart-item__value {
    font-size: 16px;
  }
}
.cart-item__decor {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 150px;
  flex: 0 1 150px;
  width: 150px;
  aspect-ratio: 1;
}
@media (width <= 992.98px) {
  .cart-item__decor {
    -ms-flex-preferred-size: 101px;
    flex-basis: 101px;
    width: 101px;
  }
}
@media (max-width: 770px) {
  .cart-item__decor {
    -ms-flex-preferred-size: 80px;
    flex-basis: 80px;
    width: 80px;
  }
}
.cart-item__image {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
}
.cart-item__remove {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 34px;
  flex: 0 1 34px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  aspect-ratio: 1;
}
.cart-item__remove::before {
  font-size: 21px;
}
@media (width <= 992.98px) {
  .cart-item__remove {
    display: none;
  }
}
.cart-item--compact {
  padding: 25px;
}
@media (width >= 580px) {
  .cart-item--compact {
    border-radius: 30px;
    -webkit-box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.05), 0 4px 15px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.05), 0 4px 15px 0 rgba(0, 0, 0, 0.05);
    background-color: var(--bg-secondary-color);
  }
}
@media (width <= 992.98px) {
  .cart-item--compact {
    padding: 16px;
  }
}
@media (max-width: 580px) {
  .cart-item--compact {
    padding: 15px;
    border-block: 1px solid var(--accent-active-light-color);
  }
}
.cart-item--compact .cart-item__inner {
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
  gap: 16px;
}
.cart-item--compact .cart-item__decor {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 80px;
  flex: 0 1 80px;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/span 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/span 2;
  width: 80px;
  aspect-ratio: 1;
}
.cart-item--compact .cart-item__data {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/span 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/span 1;
}
.cart-item--compact .cart-item__title {
  max-width: 190px;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
}
@media (max-width: 770px) {
  .cart-item--compact .cart-item__title {
    max-width: 100%;
  }
}
.cart-item--compact .cart-item__price {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/span 1;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/span 1;
}
.cart-item--compact .cart-item__value {
  font-family: var(--second-family);
  font-size: 20px;
  line-height: 120%;
}
.cart-item--compact .cart-item__check,
.cart-item--compact .cart-item__text,
.cart-item--compact .cart-item__remove {
  display: none;
}

.cart-order {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.5rem 9.375rem 1fr 12.5rem 2.125rem;
  grid-template-columns: 1.5rem 9.375rem 1fr 12.5rem 2.125rem;
  border-top: 0.0625rem solid var(--accent-active-light-color);
  padding: 1.1875rem 0.625rem 1.25rem;
  width: 100%;
  gap: 1.25rem;
}
@media (width <= 992.98px) {
  .cart-order {
    -ms-grid-columns: 1.5rem 9.375rem 1fr 6.3125rem;
    grid-template-columns: 1.5rem 9.375rem 1fr 6.3125rem;
    gap: 10px;
  }
}
@media (max-width: 770px) {
  .cart-order {
    -ms-grid-columns: 0.875rem 1fr 6.3125rem;
    grid-template-columns: 0.875rem 1fr 6.3125rem;
    -ms-grid-rows: (auto)[3];
    grid-template-rows: repeat(3, auto);
    padding: 12px 0 0 10px;
    row-gap: 20px;
  }
}
.cart-order__checkbox {
  width: auto;
}
.cart-order__checkbox .input__checkbox-label {
  padding-left: 1.5rem;
  height: 1.5rem;
  font-size: 0;
  cursor: pointer;
}
.cart-order__checkbox .input__checkbox-label::before {
  top: 0;
}
.cart-order__tags {
  width: auto;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0.3125rem;
}
.cart-order__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 10px;
}
@media (max-width: 770px) {
  .cart-order__content {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/span 1;
  }
}
.cart-order__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
  overflow: hidden;
  border-radius: 25px;
  width: 150px;
  aspect-ratio: 1;
}
@media (max-width: 770px) {
  .cart-order__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 101px;
    flex: 0 0 101px;
    width: 101px;
  }
}
.cart-order__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1;
}
.cart-order__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 770px) {
  .cart-order__body {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/span 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/span 1;
  }
}
.cart-order__name {
  margin-bottom: 0.625rem;
}
.cart-order__data {
  margin-bottom: 1.25rem;
  width: 100%;
  gap: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 770px) {
  .cart-order__data {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/span 2;
    margin-bottom: 0;
  }
}
.cart-order__data-item {
  width: auto;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0.3125rem;
}
.cart-order__data-name {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 110%;
  color: var(--black-dark-color);
}
.cart-order__data-text {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 110%;
  color: var(--black-dark-color);
}
.cart-order__details {
  margin-bottom: 1.25rem;
  gap: 0;
}
@media (max-width: 770px) {
  .cart-order__details {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/span 2;
  }
}
.cart-order__details .details__icon {
  display: block;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.cart-order__details[open] {
  gap: 1.25rem;
}
.cart-order__details[open] .details__icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cart-order__details-summary {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  cursor: pointer;
  gap: 0.5rem;
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 1rem;
  line-height: 130%;
  color: var(--text-secondary-color);
}
.cart-order__details-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 1.25rem;
}
.cart-order__details-title {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 1rem;
  line-height: 130%;
  color: var(--text-secondary-color);
}
.cart-order__settings {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0.625rem;
}
.cart-order__side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 1.25rem;
}
@media (max-width: 770px) {
  .cart-order__side {
    -webkit-margin-after: 15px;
    margin-block-end: 15px;
  }
}
.cart-order__side-price {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
}
@media (width <= 992.98px) {
  .cart-order__side-price {
    font-size: 24px;
  }
}
@media (max-width: 770px) {
  .cart-order__side-price {
    font-size: 16px;
  }
}
.cart-order__controls {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (width <= 992.98px) {
  .cart-order__controls {
    display: none;
  }
}

.cart-section__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cart-section__title {
  padding-block: 40px;
}
@media (max-width: 1260px) {
  .cart-section__title {
    padding-block: 30px;
  }
}
@media (max-width: 440px) {
  .cart-section__title {
    padding-block: 20px;
  }
}
.cart-section__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 1044px;
  flex: 0 1 1044px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 25px;
  row-gap: 20px;
}
@media (width >= 580px) {
  .cart-section__items {
    border-radius: 30px;
    -webkit-box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.05), 0 4px 15px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.05), 0 4px 15px 0 rgba(0, 0, 0, 0.05);
    background-color: var(--bg-secondary-color);
  }
}
@media (max-width: 1260px) {
  .cart-section__items {
    padding: 20px;
  }
}
@media (max-width: 770px) {
  .cart-section__items {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 15px;
    row-gap: 10px;
  }
}
.cart-section__item {
  border-top: 1px solid var(--accent-active-light-color);
}

.layout-section {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px 40px;
}
@media (width <= 992.98px) {
  .layout-section {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
@media (max-width: 770px) {
  .layout-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 40px;
  }
}
@media (width >= 770px) {
  .layout-section {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}

.cart-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}
@media (max-width: 770px) {
  .cart-controls {
    font-size: 12px;
  }
}
.cart-controls__delete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2px;
  -moz-column-gap: 2px;
  column-gap: 2px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cart-controls__delete span {
  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;
  border: 0.0625rem solid transparent;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  background-color: transparent;
  cursor: pointer;
}
.cart-controls__delete span::before {
  font-size: 18px;
  aspect-ratio: 1;
}
@media (max-width: 770px) {
  .cart-controls__delete::before {
    font-size: 12px;
  }
}
.cart-controls__delete:hover span {
  background-color: var(--accent-hover-light-color);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.cart-controls__delete:active span {
  background-color: var(--accent-active-light-color);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.summary-cart {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 336px;
  flex: 0 0 336px;
  block-size: auto;
}
@media (width >= 770px) {
  .summary-cart {
    position: sticky;
    left: 0;
    top: 0;
  }
}
@media (width <= 992.98px) {
  .summary-cart {
    -ms-flex-preferred-size: 226px;
    flex-basis: 226px;
  }
}
@media (max-width: 770px) {
  .summary-cart {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}
.summary-cart__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  row-gap: 20px;
}
.summary-cart__points {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  border-radius: 30px;
  padding: 25px;
  -webkit-box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.05), 0 4px 15px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.05), 0 4px 15px 0 rgba(0, 0, 0, 0.05);
  background-color: var(--bg-secondary-color);
  gap: 8px;
}
.summary-cart__points span {
  font-size: 16px;
  line-height: 1.3;
}
@media (width <= 992.98px) {
  .summary-cart__points {
    padding: 16px;
  }
}
@media (max-width: 580px) {
  .summary-cart__points {
    display: none;
  }
}
.summary-cart__points:hover .summary-cart__points-btn::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.summary-cart__points-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  gap: 8px;
}
.summary-cart__points-btn::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  aspect-ratio: 1;
}
@media (width <= 992.98px) {
  .summary-cart__points-btn::before {
    font-size: 16px;
    gap: 5px;
  }
}
.summary-cart__points-btn span:first-child {
  border-radius: 10px;
  padding: 4px;
  min-height: 5.87px;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 14px;
  line-height: 0.71429;
  color: rgb(255, 255, 255);
  background-color: var(--tag-popular-color);
}
@media (width <= 992.98px) {
  .summary-cart__points-btn span:first-child {
    padding: 2.5px 3px;
    font-size: 10px;
  }
}
.summary-cart__form-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 25px;
  row-gap: 20px;
}
@media (width >= 580px) {
  .summary-cart__form-body {
    border-radius: 30px;
    -webkit-box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.05), 0 4px 15px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.05), 0 4px 15px 0 rgba(0, 0, 0, 0.05);
    background-color: var(--bg-secondary-color);
  }
}
@media (width <= 992.98px) {
  .summary-cart__form-body {
    padding: 15px;
    row-gap: 13px;
  }
}
.summary-cart__calc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.summary-cart__row {
  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;
  gap: 10px;
}
.summary-cart__row strong {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  color: var(--text-primary-color);
}
.summary-cart__row:not(:first-child) {
  -webkit-padding-before: 10px;
  padding-block-start: 10px;
}
@media (width <= 992.98px) {
  .summary-cart__row:not(:first-child) {
    -webkit-padding-before: 7px;
    padding-block-start: 7px;
  }
}
.summary-cart__row:first-child {
  border-bottom: 1px solid var(--accent-active-light-color);
  -webkit-padding-after: 10px;
  padding-block-end: 10px;
}
@media (width <= 992.98px) {
  .summary-cart__row:first-child {
    -webkit-padding-after: 7px;
    padding-block-end: 7px;
  }
}
@media (width <= 580px) {
  .summary-cart__inner {
    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;
    gap: 10px;
  }
}
.summary-cart__promo {
  width: 100%;
}
.summary-cart__promo .form__input {
  height: 33px;
  font-size: 10px;
  background-color: transparent;
}
@media (max-width: 770px) {
  .summary-cart__promo .form__input {
    padding-inline: 13px;
  }
}
@media (max-width: 580px) {
  .summary-cart__promo .form__input {
    font-size: 12px;
    line-height: 1.3;
  }
}
.summary-cart__promo .form__input::-webkit-input-placeholder {
  font-size: 10px;
}
.summary-cart__promo .form__input::-moz-placeholder {
  font-size: 10px;
}
.summary-cart__promo .form__input:-ms-input-placeholder {
  font-size: 10px;
}
.summary-cart__promo .form__input::-ms-input-placeholder {
  font-size: 10px;
}
.summary-cart__promo .form__input::placeholder {
  font-size: 10px;
}
.summary-cart__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.summary-cart__buttons button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 18px;
  flex: 0 0 18px;
  aspect-ratio: 1;
}
.summary-cart__buttons::before {
  font-size: 17px;
}
@media (width >= 580px) {
  .summary-cart__buttons {
    display: none;
  }
}
.summary-cart__total {
  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;
  border-bottom: 1px solid var(--accent-active-light-color);
  gap: 10px;
  -webkit-padding-after: 10px;
  padding-block-end: 10px;
}
.summary-cart__total strong {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  color: var(--text-primary-color);
}
@media (max-width: 580px) {
  .summary-cart__total {
    -webkit-padding-before: 7px;
    padding-block-start: 7px;
  }
}
.summary-cart__checkout {
  width: 100%;
}
@media (width <= 992.98px) {
  .summary-cart__checkout {
    font-size: 10px;
    padding-block: 10px;
  }
}
.summary-cart__checkout:disabled {
  border-color: var(--black-lighter-color);
  color: var(--black-lighter-color);
  background-color: var(--accent-hover-light-color);
  pointer-events: none;
}

.visually-hidden {
  border-radius: 30px;
  -webkit-box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.05), 0 4px 15px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.05), 0 4px 15px 0 rgba(0, 0, 0, 0.05);
  background-color: var(--bg-secondary-color);
}

.custom-checkbox {
  position: relative;
}

.custom-checkbox__field {
  position: absolute;
  opacity: 0;
}

.custom-checkbox__content {
  padding-left: 34px;
  cursor: pointer;
}
.custom-checkbox__content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid var(--black-lighter-color);
  border-radius: 4px;
  width: 24px;
  height: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: var(--bg-secondary-color);
}
.custom-checkbox__content::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 8px;
  width: 14px;
  height: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url("../img/icons/check.svg");
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
}
.custom-checkbox__content--cart {
  padding-left: 0;
}
@media (max-width: 770px) {
  .custom-checkbox__content--cart::before {
    top: 1.5px;
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 770px) {
  .custom-checkbox__content--cart::after {
    left: 3px;
    top: 3px;
    width: 7px;
    background-size: 10px;
  }
}
.custom-checkbox__content--controls {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 770px) {
  .custom-checkbox__content--controls {
    padding-left: 19px;
  }
}
@media (max-width: 770px) {
  .custom-checkbox__content--controls::before {
    top: 1.5px;
    border-color: #008000;
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 770px) {
  .custom-checkbox__content--controls::after {
    left: -1px;
    top: 2px;
    background-size: 7px;
  }
}
@media (max-width: 580px) {
  .custom-checkbox__content--controls {
    display: block;
  }
}

.custom-checkbox__field:focus-visible + .custom-checkbox__content::before {
  outline: 2px solid var(--focus-color);
  outline-offset: 2px;
}

.custom-checkbox__field:hover + .custom-checkbox__content::before {
  border-color: var(--accent-color);
}

.custom-checkbox__content-text {
  display: inline-block;
  margin-bottom: 5px;
  line-height: 1.3;
}
.custom-checkbox__content-text--cart {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
}
.custom-checkbox__content-text--controls {
  margin-bottom: 0;
}

.custom-checkbox__content-link {
  display: block;
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
@media (any-hover: hover) {
  .custom-checkbox__content-link:hover {
    color: var(--accent-color);
  }
}
@media (any-hover: none) {
  .custom-checkbox__content-link:active {
    color: var(--accent-color);
  }
}
@media (max-width: 580px) {
  .custom-checkbox__content-link {
    margin-left: -34px;
  }
}

.custom-checkbox__field:checked + .custom-checkbox__content::after {
  opacity: 1;
}

.custom-checkbox__field:checked + .custom-checkbox__content::before {
  border: 1px solid var(--accent-color);
  background-color: var(--accent-color);
}

.custom-checkbox__field:disabled + .custom-checkbox__content {
  opacity: 0.4;
  pointer-events: none;
}

.custom-checkbox.error .custom-checkbox__content::before {
  border: 1px solid var(--red-color);
}

.form__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  gap: 15px 20px;
}
@media (max-width: 770px) {
  .form__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.form__label {
  position: relative;
  width: 100%;
}

.form__input {
  border: 1px solid var(--accent-active-light-color);
  border-radius: 30px;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  font-family: var(--second--family);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  color: var(--text-primary-color);
}

.form__input:focus {
  outline-width: 1px;
  outline-color: var(--accent-color);
  border: 1px solid var(--accent-color);
  background-color: var(--grey-normal-active-color);
}

.form__input.active {
  padding-top: 18px;
}

.form__input::-webkit-input-placeholder {
  font-family: var(--second--family);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  color: var(--text-secondary-color);
}

.form__input::-moz-placeholder {
  font-family: var(--second--family);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  color: var(--text-secondary-color);
}

.form__input:-ms-input-placeholder {
  font-family: var(--second--family);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  color: var(--text-secondary-color);
}

.form__input::-ms-input-placeholder {
  font-family: var(--second--family);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  color: var(--text-secondary-color);
}

.form__input::placeholder {
  font-family: var(--second--family);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  color: var(--text-secondary-color);
}

.form__placeholder-text {
  position: absolute;
  left: 20px;
  top: 50%;
  padding-right: 9px;
  font-family: var(--second--family);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  color: var(--text-secondary-color);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.form__placeholder-text.active {
  color: var(--accent-color);
}

.form__placeholder-text.input {
  top: 7px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.1;
  color: var(--text-secondary-color);
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.form__placeholder-text::after {
  content: "";
  position: absolute;
  right: 0;
  top: 3px;
  width: 7px;
  height: 8px;
  background-image: url("../img/icons/placeholder-star.svg");
}

.form__placeholder-text.input::after {
  top: 0;
  scale: 0.8;
}

.form__btn {
  padding: 0 20px;
  height: 44px;
}
@media (max-width: 770px) {
  .form__btn {
    width: 100%;
  }
}

.form__input.error {
  border-color: var(--red-color);
  color: var(--red-color);
  -webkit-animation: shake 0.3s ease-in-out;
  animation: shake 0.3s ease-in-out;
}
.form__input.error:focus {
  outline-color: var(--red-color);
  border-color: var(--red-color);
}

.form__placeholder-text.error {
  color: var(--red-color);
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  75% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  75% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
}
.link-back {
  position: relative;
  display: inline-block;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  margin-bottom: 30px;
  padding-left: 26px;
  font-family: var(--second-family);
  font-weight: 500;
  line-height: 1.3;
  color: var(--text-secondary-color);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (max-width: 580px) {
  .link-back {
    padding-left: 20px;
    font-size: 14px;
  }
}
.link-back--quiz {
  margin-bottom: 10px;
}
.link-back:hover {
  color: var(--accent-hover-color);
}

.link-back::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 16px;
  height: 17px;
  background-image: url("../img/icons/arrow-left.svg");
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 580px) {
  .link-back::before {
    width: 12px;
    height: 12px;
    background-size: 12px;
  }
}

.btn-close {
  position: absolute;
  right: 20px;
  top: 15px;
  z-index: 20;
  display: none;
  padding: 5px;
}
@media (max-width: 1260px) {
  .btn-close {
    display: block;
  }
}
@media (any-hover: hover) {
  .btn-close:hover {
    border-radius: 30px;
    background-color: var(--accent-hover-light-color);
  }
}
@media (any-hover: none) {
  .btn-close:active {
    border-radius: 30px;
    background-color: var(--accent-hover-light-color);
  }
}

.hero {
  margin-top: 50px;
  padding-bottom: 100px;
}
@media (max-width: 1260px) {
  .hero {
    padding-bottom: 50px;
  }
}
@media (max-width: 770px) {
  .hero {
    margin-top: 25px;
    padding-bottom: 25px;
  }
}

.hero__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 1260px) {
  .hero__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 770px) {
  .hero__inner {
    gap: 20px;
  }
}

.hero__content {
  -ms-flex-preferred-size: 869px;
  flex-basis: 869px;
}
@media (max-width: 1260px) {
  .hero__content {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.hero__title {
  margin-bottom: 40px;
  max-width: 860px;
  font-weight: 700;
  font-size: 56px;
}
@media (max-width: 1260px) {
  .hero__title {
    margin-bottom: 20px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    font-size: 48px;
  }
}
@media (max-width: 770px) {
  .hero__title {
    margin-bottom: 15px;
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 24px;
    line-height: 1.3;
  }
}

.hero__title-accent {
  color: var(--accent-color);
}

.hero__text {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.3;
}
@media (max-width: 1260px) {
  .hero__text {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.2;
  }
}
@media (max-width: 770px) {
  .hero__text {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.3;
  }
}

.hero__text:last-of-type {
  margin-bottom: 80px;
}
@media (max-width: 1260px) {
  .hero__text:last-of-type {
    margin-bottom: 40px;
  }
}
@media (max-width: 770px) {
  .hero__text:last-of-type {
    margin-bottom: 20px;
  }
}

.hero__text-accent {
  color: var(--accent-color);
}

.hero__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  gap: 0 20px;
}
@media (max-width: 440px) {
  .hero__links {
    display: block;
  }
}

@media (max-width: 770px) {
  .hero__link {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    text-align: center;
  }
}
@media (max-width: 440px) {
  .hero__link {
    display: block;
    margin-bottom: 15px;
  }
}

@media (max-width: 440px) {
  .hero__link:last-child {
    margin-bottom: 0;
  }
}

.hero__img {
  height: auto;
}

.profession--hero {
  padding: 50px 0;
  background-color: var(--bg-primary-color);
}
@media (max-width: 770px) {
  .profession--hero {
    padding: 25px 0;
  }
}

.profession__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

@media (max-width: 440px) {
  .profession__link {
    white-space: nowrap;
  }
}
@media (max-width: 360px) {
  .profession__link {
    overflow: hidden;
    max-width: 330px;
    text-overflow: ellipsis;
  }
}

.profession.profession--hero .section-header {
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 770px) {
  .profession.profession--hero .section-header {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 1260px) {
  .profession.profession--hero .profession__list {
    display: none;
  }
}

.options__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  gap: 20px;
}

@media (max-width: 770px) {
  .options__inner {
    gap: 15px;
  }
}
@media (max-width: 1400px) {
  .options__inner {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .options__item:nth-child(4n+4) {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }
}
@media (max-width: 770px) {
  .options__inner {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .options__item:nth-child(4n+4) {
    grid-column: auto;
  }
}
@media (max-width: 580px) {
  .options__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.sta {
  padding: 100px 0;
  background-color: var(--bg-secondary-color);
}
@media (max-width: 1260px) {
  .sta {
    padding: 50px 0;
  }
}
@media (max-width: 770px) {
  .sta {
    padding: 25px 0;
  }
}

.sta__inner {
  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;
  gap: 20px 40px;
}
@media (max-width: 770px) {
  .sta__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.sta__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 660px;
  flex-basis: 660px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 1260px) {
  .sta__content {
    -ms-flex-preferred-size: 590px;
    flex-basis: 590px;
  }
}
@media (max-width: 770px) {
  .sta__content {
    -ms-flex-preferred-size: content;
    flex-basis: content;
    width: 100%;
    gap: 20px;
  }
}

.sta__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.sta__item-title {
  font-weight: 700;
  font-size: 32px;
}
@media (max-width: 1260px) {
  .sta__item-title {
    font-size: 20px;
  }
}
@media (max-width: 770px) {
  .sta__item-title {
    font-weight: 600;
    font-size: 16px;
  }
}

.sta__item-accent {
  text-transform: uppercase;
  color: var(--accent-color);
}

.sta__item-text {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.3;
}
@media (max-width: 1260px) {
  .sta__item-text {
    font-weight: 400;
    font-size: 16px;
  }
}

.sta__text-accent {
  color: var(--accent-color);
}

.sta__link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 770px) {
  .sta__link {
    width: 100%;
    text-align: center;
  }
  .sta__link--corporate {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.sta.revers .sta__img-wrap {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media (max-width: 770px) {
  .sta.revers .sta__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.sta.employment {
  background-color: var(--yellow-light-color);
}

@media (max-width: 770px) {
  .sta.corporate .sta__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.services__inner {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: dense;
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
  width: 100%;
  gap: 20px;
}
@media (width <= 992px) {
  .services__inner {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 580px) {
  .services__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.services__item {
  /* === Первый ряд === */
}
.services__item:nth-child(5n+1), .services__item:nth-child(5n+2) {
  -ms-grid-column-span: 3;
  grid-column: span 3;
}
.services__item {
  /* === Второй ряд === */
}
.services__item:nth-child(5n+3), .services__item:nth-child(5n+4), .services__item:nth-child(5n+5) {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
@media (width <= 992px) {
  .services__item {
    /* === Первый ряд === */
  }
  .services__item:nth-child(5n+1), .services__item:nth-child(5n+2), .services__item:nth-child(5n+3), .services__item:nth-child(5n+4) {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
  .services__item {
    /* === Второй ряд === */
  }
  .services__item:nth-child(5n+5) {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}

.events__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  gap: 20px;
}
@media (max-width: 770px) {
  .events__inner {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
}
@media (max-width: 580px) {
  .events__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 770px) {
  .events__item:nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
}

.form-cta {
  background-color: var(--accent-light-color);
}
@media (width <= 1260px) {
  .form-cta {
    padding-top: 25px;
  }
}

.form-cta__inner {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 5rem;
  -moz-column-gap: 5rem;
  column-gap: 5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 1440px) {
  .form-cta__inner {
    -webkit-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }
}
@media screen and (max-width: 1152px) {
  .form-cta__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.form-cta__frame {
  width: 100%;
}
@media screen and (max-width: 1152px) {
  .form-cta__frame {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.form-cta__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 660px;
  flex-basis: 660px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 1260px) {
  .form-cta__content {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media (width <= 1260px) {
  .form-cta__content {
    -ms-flex-preferred-size: content;
    flex-basis: content;
  }
}

.form-cta__title {
  font-weight: 700;
  font-size: 32px;
}
@media (max-width: 1260px) {
  .form-cta__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.3;
  }
}
@media (max-width: 770px) {
  .form-cta__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
  }
}

.form-cta__text {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.3;
}
@media (max-width: 1260px) {
  .form-cta__text {
    font-weight: 400;
    font-size: 16px;
  }
}

.projects__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  gap: 20px;
}
@media (max-width: 770px) {
  .projects__inner {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
}
@media (max-width: 580px) {
  .projects__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 770px) {
  .projects__item:nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
}

.advantages {
  background-color: var(--bg-secondary-color);
}
.advantages__list {
  counter-reset: num;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  list-style-type: none;
  gap: 2.5rem;
  row-gap: 1.25rem;
}
@media screen and (min-width: 1400px) {
  .advantages__list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
  }
}
.advantages__item {
  position: relative;
  overflow: hidden;
  border-bottom: 0.0625rem solid var(--accent-color);
  padding: 0.625rem 0;
  background-color: var(--bg-secondary-color);
  gap: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media screen and (min-width: 1260px) {
  .advantages__item {
    padding: 1.5625rem;
  }
}
.advantages__item::after {
  counter-increment: num;
  content: counter(num) "";
  position: absolute;
  right: 0;
  bottom: -4.625rem;
  display: inline-block;
  font-weight: 900;
  font-size: 12.5rem;
  line-height: 1;
  color: var(--accent-hover-light-color);
}
.advantages__item-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.3;
}
.advantages__item-text {
  position: relative;
  z-index: 1;
}
.advantages__name {
  font-weight: 600;
  font-size: 1rem;
  line-height: 120%;
}
@media screen and (min-width: 1260px) {
  .advantages__name {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 130%;
  }
}
.advantages__about {
  z-index: 10;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1rem;
  line-height: 130%;
}
.advantages__about-link {
  position: relative;
  z-index: 10;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 110%;
  text-decoration: underline;
  color: var(--text-primary-color);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
.advantages__about-link:hover {
  color: var(--accent-color);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.advantages--four .advantages__list {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 1260px) {
  .advantages--four .advantages__list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.advantages--four .advantages__item {
  min-height: 7.1875rem;
}
@media screen and (min-width: 1260px) {
  .advantages--four .advantages__item {
    min-height: 8.4375rem;
  }
}

.reviews {
  overflow: hidden;
  background-color: var(--bg-secondary-color);
}
@media screen and (max-width: 1260px) {
  .reviews.section--bg {
    padding-bottom: 4.8125rem;
  }
}
@media screen and (max-width: 770px) {
  .reviews {
    position: relative;
  }
}
.reviews__head {
  position: relative;
}
.reviews__head.section-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 770px) {
  .reviews__head {
    position: static;
    display: contents;
  }
}
.reviews__controls {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 2.5rem;
}
@media screen and (max-width: 770px) {
  .reviews__controls {
    position: absolute;
    left: 50%;
    bottom: 1.5625rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.reviews__controls .swiper-pagination {
  position: static;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.9375rem;
}
.reviews__controls .swiper-pagination-bullet {
  margin: 0;
}
.reviews__controls .swiper-pagination-bullet {
  margin: 0;
  width: 0.75rem;
  height: 0.75rem;
  background-color: var(--black-lighter-color);
  opacity: 1;
}
.reviews__controls .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--text-primary-color);
}
.reviews__controls .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.reviews__controls .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}
.reviews__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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.25rem;
}
@media screen and (max-width: 770px) {
  .reviews__buttons {
    display: none;
  }
}
.reviews__slider {
  width: 100%;
}
.reviews__slider .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.reviews__slider-next {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.reviews__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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  overflow: hidden;
  border-radius: 1.875rem;
  padding: 1.5625rem;
  height: auto;
  min-height: 15.625rem;
  max-width: 28.3125rem;
  background-color: var(--bg-tetritary-color);
  -webkit-transition: height var(--transition-duration) ease;
  transition: height var(--transition-duration) ease;
  gap: 0.625rem;
}
@media screen and (max-width: 770px) {
  .reviews__item {
    max-width: 20.625rem;
  }
}
.reviews__item-content {
  position: relative;
}
.reviews__item-title {
  margin-bottom: 0.3125rem;
  font-size: 2rem;
  line-height: 120%;
}
@media screen and (max-width: 1260px) {
  .reviews__item-title {
    font-weight: 600;
    font-size: 1rem;
  }
}
@media screen and (max-width: 770px) {
  .reviews__item-title {
    margin-bottom: 0.9375rem;
    padding-left: 7.1875rem;
    min-height: 6.25rem;
  }
}
.reviews__item-link {
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 0.625rem;
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 1rem;
  line-height: 120%;
  text-decoration: underline;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
.reviews__item-text {
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 0.9375rem;
  padding-right: 0.25rem;
  font-size: 1rem;
  line-height: 130%;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.reviews__item-text.expanded {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow-y: scroll;
  max-height: 19.6875rem;
}
.reviews__item-text.expanded::-webkit-scrollbar {
  width: 0.125rem;
  height: 100%;
  background-color: var(--grey-white-color);
}
.reviews__item-text.expanded::-webkit-scrollbar-thumb {
  background: var(--accent-color);
  background-clip: content-box;
}
.reviews__item-expand {
  position: relative;
  border: none;
  padding: 0.28125rem 2rem 0.28125rem 0;
  background-color: transparent;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 110%;
  color: var(--accent-color);
}
.reviews__item-expand.clicked::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.reviews__item-expand::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none'%3E%3Cpath stroke='%238B91BE' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M12 6.5s-2.946 4-4 4c-1.054 0-4-4-4-4'/%3E%3C/svg%3E");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.reviews__item-frame {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 1.5rem;
  width: 6.25rem;
  height: 6.25rem;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 770px) {
  .reviews__item-frame {
    position: absolute;
    left: 1.5625rem;
    top: 1.5625rem;
  }
}

.partners__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 8.625rem;
  grid-template-rows: 8.625rem;
  width: 100%;
  gap: 2.5rem 1.25rem;
}
@media screen and (max-width: 770px) {
  .partners__inner {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 6.25rem;
    grid-template-rows: 6.25rem;
    gap: 0.9375rem;
  }
}
.partners__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem clamp(3.75rem, 1vw, 1.5rem);
}
@media screen and (max-width: 1260px) {
  .partners__item {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

.sertificates {
  margin-bottom: 0;
  padding: 6.25rem clamp((100% - var(--content-width)) / 2, 2vw, 1.25rem);
  width: 100%;
  max-width: 100%;
  background-color: var(--accent-light-color);
  gap: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media screen and (max-width: 1260px) {
  .sertificates {
    padding: 3.125rem 0;
    gap: 1.25rem;
  }
}
@media screen and (max-width: 770px) {
  .sertificates {
    padding: 1.5625rem 0;
  }
}
@media screen and (max-width: 1260px) {
  .sertificates__title {
    margin-left: 1.25rem;
    max-width: 60%;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 770px) {
  .sertificates__title {
    max-width: 100%;
  }
}
.sertificates__slider {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  padding: 0 2.5rem;
  width: 100%;
  gap: 3.75rem 1.25rem;
}
@media screen and (max-width: 1440px) {
  .sertificates__slider {
    padding: 0;
  }
}
@media screen and (max-width: 1260px) {
  .sertificates__slider {
    z-index: 1;
    overflow-x: auto;
    padding: 0 1.25rem;
    width: 100%;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    gap: 0.625rem;
    -ms-overflow-style: none;
    scrollbar-width: none;
    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-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.sertificates__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 1.25rem;
}
@media screen and (max-width: 1260px) {
  .sertificates__item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 19.6875rem;
    flex-basis: 19.6875rem;
    max-width: 19.6875rem;
    scroll-snap-align: center;
  }
}
.sertificates__item-text {
  font-size: 1.125rem;
}
.sertificates__item-frame {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-height: 31.25rem;
}
.sertificates__item-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sertificates__item--license .sertificates__item-frame {
  max-height: 12.5rem;
}

.faq__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.faq__item {
  border-bottom: 0.0625rem solid var(--accent-hover-light-color);
  padding: 0.625rem 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media screen and (min-width: 1260px) {
  .faq__item {
    padding: 1.25rem;
  }
}
@media screen and (min-width: 1400px) {
  .faq__item {
    padding: 3.125rem;
  }
}
.faq__details {
  cursor: pointer;
  gap: 0;
}
.faq__details[open] {
  gap: 0.9375rem;
}
@media screen and (min-width: 1260px) {
  .faq__details[open] {
    gap: 1.5625rem;
  }
}
.faq__question {
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  cursor: pointer;
  gap: 1.5625rem;
}
@media screen and (min-width: 1260px) {
  .faq__question:hover .details__summary-btn {
    background-color: var(--accent-color);
  }
  .faq__question:hover .details__summary-icon {
    color: var(--bg-tetritary-color);
  }
}
.faq__answer {
  padding-right: 4.5625rem;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1rem;
  line-height: 130%;
  color: var(--text-primary-color);
  text-align: left;
}
.faq__answer:not(:last-child) {
  margin-bottom: 0.625rem;
}

.catalog {
  padding-block: 50px 100px;
}
@media (max-width: 1400px) {
  .catalog {
    -webkit-padding-after: 50px;
    padding-block-end: 50px;
  }
}
@media (max-width: 770px) {
  .catalog {
    padding: 25px 0;
  }
}
.catalog .card {
  width: 100%;
}

.catalog__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 1260px) {
  .catalog__inner {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}

.catalog__aside {
  -ms-flex-preferred-size: 335px;
  flex-basis: 335px;
}
@media (max-width: 1260px) {
  .catalog__aside {
    position: absolute;
    left: 50%;
    top: -100px;
    z-index: 10;
    display: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 30px;
    padding: 84px 20px 20px;
    width: auto;
    width: 100%;
    max-width: 859px;
    -webkit-box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.05), 0 4px 15px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.05), 0 4px 15px 0 rgba(0, 0, 0, 0.05);
    background-color: var(--bg-primary-color);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (max-width: 770px) {
  .catalog__aside {
    top: -50px;
  }
}
@media (max-width: 580px) {
  .catalog__aside {
    position: fixed;
    inset: 0;
    border-radius: 0;
    padding: 64px 0 0;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@media (max-width: 1260px) {
  .catalog__aside:has(.isOpen) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.catalog__aside::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  border-radius: 25px 25px 0 0;
  height: 64px;
  background-color: var(--bg-secondary-color);
}
@media (max-width: 1260px) {
  .catalog__aside::after {
    content: "";
  }
}

.catalog__aside::before {
  position: absolute;
  left: 20px;
  top: 22px;
  z-index: 10;
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
}
@media (max-width: 580px) {
  .catalog__aside::before {
    content: "Фильтры";
  }
}

.catalog__aside-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
  border-radius: 30px;
  padding: 20px;
  -webkit-box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.05), 0 4px 15px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.05), 0 4px 15px 0 rgba(0, 0, 0, 0.05);
  background-color: var(--bg-secondary-color);
  gap: 15px;
}
@media (max-width: 1260px) {
  .catalog__aside-item--test {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
  }
}
@media (max-width: 580px) {
  .catalog__aside-item--test {
    display: none;
  }
}

.catalog__aside-text {
  font-size: 18px;
}

.catalog__aside-link {
  text-align: center;
}
@media (max-width: 1260px) {
  .catalog__aside-link {
    text-align: left;
  }
}

.catalog__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 1045px;
  flex-basis: 1045px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 1400px) {
  .catalog__main {
    -ms-flex-preferred-size: 1005px;
    flex-basis: 1005px;
  }
}
@media (max-width: 1260px) {
  .catalog__main {
    gap: 20px;
  }
}
@media (max-width: 770px) {
  .catalog__main {
    gap: 30px;
  }
}
@media (max-width: 1260px) {
  .catalog__main--products {
    gap: 20px;
  }
}
@media (max-width: 1400px) {
  .catalog__main--subcatalog {
    gap: 30px;
  }
}

.catalog__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 770px) {
  .catalog__items {
    gap: 30px;
  }
}

.catalog__item:nth-child(n+5) {
  display: none;
}

.catalog__item.is-visible {
  display: block;
}

.catalog__title {
  font-size: 32px;
}
@media (max-width: 1260px) {
  .catalog__title {
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 24px;
  }
}
@media (max-width: 440px) {
  .catalog__title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
  }
}

.catalog__subtitle {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
  color: var(--text-secondary-color);
}
@media (max-width: 440px) {
  .catalog__subtitle {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
  }
}

.catalog__item-header {
  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;
  margin-bottom: 30px;
  gap: 32px;
}
@media (max-width: 770px) {
  .catalog__item-header {
    margin-bottom: 20px;
  }
}

.catalog__item-title {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
  color: var(--text-secondary-color);
}
@media (max-width: 1260px) {
  .catalog__item-title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
  }
}

.catalog__item-link {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 16px;
  text-decoration: underline;
  color: var(--accent-color);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
@media (any-hover: hover) {
  .catalog__item-link:hover {
    color: var(--text-primary-color);
  }
}
@media (any-hover: none) {
  .catalog__item-link:active {
    color: var(--text-primary-color);
  }
}

.catalog__item-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1400px) {
  .catalog__item-inner {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1260px) {
  .catalog__item-inner {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 770px) {
  .catalog__item-inner {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 580px) {
  .catalog__item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }
}

.catalog__btn {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1260px) {
  .catalog__btn {
    -webkit-margin-before: 30px;
    margin-block-start: 30px;
  }
}
@media (max-width: 770px) {
  .catalog__btn {
    -webkit-margin-before: 0;
    margin-block-start: 0;
  }
}

.catalog__item-card {
  width: 335px;
}

.catalog__sorting {
  max-width: 335px;
}
.catalog__sorting .choices[data-type*=select-one] .choices__input {
  display: none;
}
@media (max-width: 1260px) {
  .catalog__sorting {
    width: 100%;
    max-width: 100%;
  }
}

.filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 1260px) {
  .filters {
    display: none;
  }
}

.filters.isOpen {
  display: contents;
}

.filters__items {
  display: contents;
}
@media (max-width: 1260px) {
  .filters__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow-y: scroll;
    margin-bottom: 20px;
    padding-bottom: 20px;
    height: 323px;
    gap: 40px;
  }
}
@media (max-width: 580px) {
  .filters__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin-bottom: 0;
    padding: 20px 20px 0;
    height: calc(100dvh - 194px);
    gap: 20px;
  }
}

.filters__items-inner {
  display: contents;
}
@media (max-width: 1260px) {
  .filters__items-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}

.filters__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.filters__item .choices[data-type*=select-one] .choices__input {
  display: none;
}
@media (max-width: 1260px) {
  .filters__item--time {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

.filters__item-title {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 20px;
}

.filters__item-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.1;
}

.filters__item-checkbox {
  height: 24px;
}
.filters__item-checkbox .custom-checkbox__content {
  line-height: 1.3;
}

.filters__item-btn {
  position: relative;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-top: 5px;
  padding-right: 26px;
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
}

.filters__item-btn::after {
  content: "";
  position: absolute;
  right: 0;
  top: 3px;
  width: 16px;
  height: 16px;
  background-image: url("../img/icons/arrow-down-small.svg");
}

.filters__item-btn.filters__item-btn--expanded::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.filters__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 1260px) {
  .filters__btns {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media (max-width: 580px) {
  .filters__btns {
    padding: 10px 20px 30px;
  }
}

.filters-btn {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0 41px 0 15px;
  height: 40px;
}
@media (max-width: 440px) {
  .filters-btn {
    border: none;
    padding: 0;
    width: 34px;
    height: 34px;
  }
}
@media (width <= 1000px) {
  .filters-btn--with-sorting {
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
  }
}
@media (width <= 600px) {
  .filters-btn--with-sorting {
    -ms-flex-preferred-size: fit-content;
    flex-basis: fit-content;
    margin-right: 0;
  }
}
@media (max-width: 440px) {
  .filters-btn--with-sorting {
    -ms-flex-preferred-size: 34px;
    flex-basis: 34px;
    border: none;
    padding: 0;
    height: 34px;
  }
}

@media (max-width: 440px) {
  .filters-btn__text {
    display: none;
  }
}

.filters-btn::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  width: 16px;
  height: 16px;
  background-image: url("../img/icons/filter.svg");
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 440px) {
  .filters-btn::after {
    right: 5px;
    width: 24px;
    height: 24px;
    background-image: url("../img/icons/filter-big.svg");
  }
}

.filters__item-checkbox--hidden {
  display: none;
}

.filters__search {
  display: none;
}
@media (max-width: 580px) {
  .filters__search {
    display: block;
  }
}

.filters__form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 10px;
}

.filters__form::after {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  width: 16px;
  height: 16px;
  background-image: url("../img/icons/search-mobile.svg");
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.filters__input {
  position: relative;
  border: 1px solid var(--accent-active-light-color);
  border-radius: 30px;
  padding: 14px 20px 14px 36px;
  width: 100%;
}

.filters__form-btn {
  padding: 0 20px;
  height: 50px;
  font-weight: 500;
  font-size: 18px;
}

.cta-help__inner {
  border-radius: 6.25rem;
  padding: 5rem;
  width: 100%;
  background-color: var(--bg-secondary-color);
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media screen and (max-width: 1260px) {
  .cta-help__inner {
    padding: 3.125rem;
  }
}
@media screen and (max-width: 770px) {
  .cta-help__inner {
    border-radius: 1.875rem;
    padding: 1.25rem;
  }
}
.cta-help__header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 1rem;
}
.cta-help__header:not(:last-child) {
  margin-bottom: 2.5rem;
}
@media (max-width: 1260px) {
  .cta-help__header:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
.cta-help__title {
  text-align: center;
}
.cta-help__text {
  text-align: center;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 130%;
  color: var(--text-primary-color);
}
@media (max-width: 1260px) {
  .cta-help__text {
    font-size: 16px;
  }
}
.cta-help__text--catalog {
  font-weight: 500;
  font-size: 24px;
}
@media (max-width: 1260px) {
  .cta-help__text--catalog {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
  }
}
.cta-help__policy {
  font-weight: 600;
  font-size: 1rem;
  line-height: 120%;
  color: var(--text-primary-color);
}
.cta-help__form:not(:last-child) {
  margin-bottom: 3.75rem;
}
@media (max-width: 1260px) {
  .cta-help__form:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 770px) {
  .cta-help__form--catalog:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
.cta-help__info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0.9375rem;
}
@media screen and (max-width: 770px) {
  .cta-help__info {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 0;
  }
}

.slogan {
  position: relative;
  padding: 100px 0;
  background-color: var(--bg-secondary-color);
}
@media (max-width: 1260px) {
  .slogan {
    padding: 50px 0 160px;
  }
}
@media (max-width: 770px) {
  .slogan {
    padding: 25px 0 135px;
  }
}

.slogan::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 339px;
  height: 262px;
  background-image: url("../img/icons/slogan-decor.svg");
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1260px) {
  .slogan::after {
    left: 50%;
    -webkit-transform: translate(-50%, -32%);
    -ms-transform: translate(-50%, -32%);
    transform: translate(-50%, -32%);
  }
}

.slogan::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 339px;
  height: 262px;
  background-image: url("../img/icons/slogan-decor.svg");
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1260px) {
  .slogan::before {
    display: none;
  }
}

.slogan__text {
  margin: 0 auto;
  max-width: 854px;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 1260px) {
  .slogan__text {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
@media (max-width: 770px) {
  .slogan__text {
    font-weight: 400;
    font-size: 16px;
  }
}
.slogan__text span {
  display: block;
}
@media (max-width: 1260px) {
  .slogan__text span {
    display: inline;
  }
}

.products {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3.125rem 1.25rem;
}
@media (max-width: 1400px) {
  .products {
    gap: 0.9375rem;
  }
}
@media (max-width: 1260px) {
  .products {
    margin: 0 auto;
  }
}
@media (width <= 1000px) {
  .products {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (width <= 640px) {
  .products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.product {
  position: relative;
  overflow: hidden;
  border-radius: 1.875rem;
  width: 100%;
  max-width: 20.9375rem;
  -webkit-box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.05), 0 4px 15px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.05), 0 4px 15px 0 rgba(0, 0, 0, 0.05);
  background-color: var(--grey-white-color);
  gap: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.product__top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0.3125rem;
}
.product__top-inner {
  padding: 0 0.9375rem;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.product__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 0.625rem;
  padding: 0.3125rem 0.625rem;
  background-color: var(--accent-active-light-color);
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 110%;
  color: var(--black-dark-color);
}
@media (max-width: 770px) {
  .product__label--cart:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
.product__actions {
  width: auto;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 1.25rem;
}
.product__main {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0 0.9375rem 0.1875rem;
  width: 100%;
  gap: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.product__main-info {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0.625rem;
}
.product__main-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0.625rem;
}
.product__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 120%;
  color: var(--black-dark-color);
  display: -webkit-box;
  overflow: hidden;
  min-height: 4.5rem;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
.product__frame {
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-height: 12.5rem;
  aspect-ratio: 335/200;
  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;
}
.product-term {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 110%;
  color: var(--text-secondary-color);
}
.product-descr {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 110%;
  color: var(--black-dark-color);
}
.product__price {
  width: auto;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0.625rem;
}
.product__price-value {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.25rem;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 120%;
  color: var(--black-dark-color);
}
.product__price-value--old {
  color: var(--text-secondary-color);
}
.product__rating {
  width: auto;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 0.25rem;
}
.product__rating-value {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 110%;
  color: var(--black-dark-color);
}
.product__rating-icon {
  color: var(--yellow-color);
}
.product__list {
  margin: 0;
  width: 100%;
  gap: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.product__list-item {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0.125rem;
}
.product__list-term {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 110%;
  color: var(--text-secondary-color);
}
.product__list-descr {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 110%;
  color: var(--black-dark-color);
}
.product__btns {
  margin-top: auto;
  padding: 0 0.9375rem 0.9375rem;
  width: 100%;
  gap: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.product__btns-item.button {
  width: 100%;
}

.product-intro {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  padding: 1.5625rem 0.9375rem;
  width: 100%;
  row-gap: 1.25rem;
}
@media screen and (min-width: 1260px) {
  .product-intro {
    margin-bottom: 3.125rem;
    padding-top: 3.125rem;
    row-gap: 2.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .product-intro {
    -webkit-column-gap: 3.75rem;
    -moz-column-gap: 3.75rem;
    column-gap: 3.75rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-grid-columns: 1fr -webkit-max-content;
    -ms-grid-columns: 1fr max-content;
    grid-template-columns: 1fr -webkit-max-content;
    grid-template-columns: 1fr max-content;
    margin: 0 auto;
    padding: 3.125rem 1.25rem;
    max-width: calc(var(--content-width) + var(--container-offset) * 2);
  }
}
@media screen and (min-width: 1260px) {
  .product-intro--book {
    margin-bottom: 0;
  }
}
.product-intro__badges {
  margin-bottom: 0.9375rem;
  width: auto;
  gap: 0.9375rem;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media screen and (min-width: 1260px) {
  .product-intro__badges {
    margin-bottom: 1.5625rem;
  }
}
.product-intro__title {
  margin-bottom: 0.625rem;
}
.product-intro__info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: -webkit-min-content 1fr;
  -ms-grid-columns: min-content 1fr;
  grid-template-columns: -webkit-min-content 1fr;
  grid-template-columns: min-content 1fr;
  margin-bottom: 1.5625rem;
  width: auto;
  gap: 0.9375rem 1.25rem;
}
@media screen and (min-width: 1260px) {
  .product-intro__info {
    margin-bottom: 2.5rem;
    row-gap: 1.5625rem;
  }
}
.product-intro__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  border-radius: 0.625rem;
  padding: 0.3125rem 0.625rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--accent-active-light-color);
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 110%;
  color: var(--black-dark-color);
}
.product-intro__rating {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  width: auto;
  gap: 0.25rem;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.product-intro__rating-value {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 110%;
  color: var(--black-dark-color);
}
.product-intro__rating-icon {
  color: var(--yellow-color);
}
.product-intro__articul {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 110%;
  color: var(--text-primary-color);
}
.product-intro__about {
  margin-bottom: 0.9375rem;
  width: 100%;
}
@media screen and (min-width: 1260px) {
  .product-intro__about {
    margin-bottom: toremo(20);
  }
}
.product-intro__about-text {
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 0.9375rem;
  font-size: 1rem;
  line-height: 130%;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (min-width: 1260px) {
  .product-intro__about-text {
    font-size: 1.125rem;
    line-height: 120%;
  }
}
.product-intro__about-text.expanded {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.product-intro__about-expand {
  position: relative;
  border: none;
  padding: 0.28125rem 2rem 0.28125rem 0;
  background-color: transparent;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 110%;
  color: var(--accent-color);
}
.product-intro__about-expand.clicked::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.product-intro__about-expand::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none'%3E%3Cpath stroke='%238B91BE' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M12 6.5s-2.946 4-4 4c-1.054 0-4-4-4-4'/%3E%3C/svg%3E");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product-intro__type {
  margin-top: 0;
  margin-bottom: 0.9375rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media screen and (min-width: 770px) {
  .product-intro__type {
    margin-bottom: 1.25rem;
  }
}
.product-intro__type-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  gap: 0.125rem;
}
@media screen and (min-width: 1260px) {
  .product-intro__type-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.product-intro__type-title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 1rem;
  line-height: 120%;
  color: var(--black-dark-color);
}
@media screen and (min-width: 1260px) {
  .product-intro__type-title {
    font-size: 1.125rem;
    line-height: 130%;
  }
}
.product-intro__type-description {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1rem;
  line-height: 120%;
  color: var(--black-dark-color);
}
@media screen and (min-width: 1260px) {
  .product-intro__type-description {
    font-size: 1.125rem;
    line-height: 130%;
  }
}
.product-intro__params {
  margin-bottom: 0.9375rem;
  width: auto;
  gap: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media screen and (min-width: 1260px) {
  .product-intro__params {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 1.25rem;
    gap: 1.25rem;
  }
}
@media screen and (min-width: 1400px) {
  .product-intro__params {
    margin-bottom: 2.5rem;
  }
}
.product-intro__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 1.25rem;
  gap: 1rem;
}
@media screen and (min-width: 1260px) {
  .product-intro__price {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .product-intro__price {
    margin-bottom: 3.75rem;
  }
}
.product-intro__price-value {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.25rem;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 2rem;
  line-height: 120%;
  color: var(--black-dark-color);
}
.product-intro__price-value--old {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 130%;
  text-decoration: line-through;
  color: var(--text-secondary-color);
}
.product-intro__price-value--free {
  color: var(--tag-green-color);
}
.product-intro__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: auto;
}
@media screen and (min-width: 440px) {
  .product-intro__controls {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 1.25rem;
  }
}
.product-intro__visual {
  overflow: hidden;
  border-radius: 3.125rem;
}

.selection {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  margin-bottom: 1.5625rem;
  padding: 1.5625rem 0.9375rem 0;
  padding-top: 1.5625rem;
  width: 100%;
  row-gap: 1.25rem;
}
@media screen and (min-width: 1260px) {
  .selection {
    -webkit-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 3.125rem;
    padding-top: 3.125rem;
  }
}
@media screen and (min-width: 1400px) {
  .selection {
    margin: 0 auto 6.25rem;
    padding: 6.25rem 1.25rem 0;
    max-width: calc(var(--content-width) + var(--container-offset) * 2);
  }
}
@media screen and (min-width: 1920px) {
  .selection {
    -webkit-column-gap: 5rem;
    -moz-column-gap: 5rem;
    column-gap: 5rem;
  }
}
.selection--white {
  margin-bottom: 0;
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
  background-color: var(--grey-white-color);
}
.selection--white .selection__data {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  gap: 1.25rem;
}
@media screen and (min-width: 1260px) {
  .selection--white {
    margin-bottom: 0;
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  .selection--white .selection__data {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    gap: 2.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .selection--white {
    margin-bottom: 0;
    padding: 6.25rem clamp((100% - var(--content-width)) / 2, 2vw, 1.25rem);
    max-width: 100%;
  }
}
.selection--inverted .selection__frame {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}
@media screen and (min-width: 1260px) {
  .selection--inverted {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .selection--inverted .selection__frame {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
  .selection--inverted .selection__data {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
}
.selection--highlight {
  margin-bottom: 0;
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
  max-width: 100%;
  background-color: var(--yellow-light-color);
}
@media screen and (min-width: 1260px) {
  .selection--highlight {
    margin-bottom: 0;
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}
@media screen and (min-width: 1400px) {
  .selection--highlight {
    padding: 6.25rem clamp((100% - var(--content-width)) / 2, 2vw, 1.25rem);
  }
}
.selection--product {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  margin-bottom: 1.5625rem;
  padding: 1.5625rem 0.9375rem 0;
  padding-top: 1.5625rem;
  row-gap: 1.25rem;
}
@media screen and (min-width: 1260px) {
  .selection--product {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 3.125rem;
    padding-top: 3.125rem;
    gap: 2.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .selection--product {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-grid-columns: 32.1875rem 50.3125rem;
    grid-template-columns: 32.1875rem 50.3125rem;
    margin-bottom: 6.25rem;
    padding-top: 6.25rem;
    row-gap: 3.75rem;
  }
}
.selection--product .selection__title {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}
@media screen and (min-width: 1260px) {
  .selection--product .selection__title {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
}
.selection--product .selection__frame {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
}
@media screen and (min-width: 1260px) {
  .selection--product .selection__frame {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
}
.selection--product .selection__data {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  gap: 0.9375rem;
}
@media screen and (min-width: 1260px) {
  .selection--product .selection__data {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    gap: 1.25rem;
  }
}
@media screen and (min-width: 1400px) {
  .selection--product .selection__data {
    gap: 2.5rem;
  }
}
.selection--simple {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  margin-bottom: 1.5625rem;
  padding: 1.5625rem 0.9375rem 0;
  padding-top: 1.5625rem;
  row-gap: 1.25rem;
}
@media screen and (min-width: 1260px) {
  .selection--simple {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 3.125rem;
    padding-top: 3.125rem;
    gap: 2.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .selection--simple {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-grid-columns: 41.25rem 41.25rem;
    grid-template-columns: 41.25rem 41.25rem;
    margin-bottom: 6.25rem;
    padding-top: 6.25rem;
    row-gap: 3.75rem;
  }
}
.selection--simple .selection__title {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}
@media screen and (min-width: 1260px) {
  .selection--simple .selection__title {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
}
.selection--simple .selection__frame {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
}
@media screen and (min-width: 1260px) {
  .selection--simple .selection__frame {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
}
.selection--simple .selection__data {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  gap: 0.9375rem;
}
@media screen and (min-width: 1260px) {
  .selection--simple .selection__data {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    gap: 1.25rem;
  }
}
@media screen and (min-width: 1400px) {
  .selection--simple .selection__data {
    gap: 2.5rem;
  }
}
.selection--documents {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  padding: 1.5625rem 0.9375rem;
  background-color: var(--accent-light-color);
  row-gap: 1.25rem;
}
@media screen and (min-width: 1260px) {
  .selection--documents {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 0;
    padding: 6.25rem clamp((100% - var(--content-width)) / 2, 2vw, 1.25rem);
    max-width: 100%;
    row-gap: 3.75rem;
  }
}
.selection--documents .selection__title {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}
@media screen and (min-width: 1260px) {
  .selection--documents .selection__title {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
}
.selection--documents .selection__data {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
}
@media screen and (min-width: 1260px) {
  .selection--documents .selection__data {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
}
.selection--documents .selection__frame {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  max-height: 12.5rem;
}
.selection--documents .selection__frame-img {
  height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (min-width: 1260px) {
  .selection--documents .selection__frame {
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
  }
}
.selection--documents-short {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.selection--documents-short .selection__frame {
  max-width: 19.6875rem;
}
@media screen and (min-width: 1260px) {
  .selection--documents-short {
    -ms-grid-columns: 19.6875rem 1fr;
    grid-template-columns: 19.6875rem 1fr;
  }
}
.selection__frame {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.selection__data {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.selection__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0.9375rem;
}
.selection__name {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 1rem;
  line-height: 120%;
  color: var(--text-primary-color);
}
@media screen and (min-width: 1260px) {
  .selection__name {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1400px) {
  .selection__name {
    font-size: 2rem;
  }
}
.selection__description {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1rem;
  line-height: 140%;
  color: var(--text-primary-color);
}
@media screen and (min-width: 1400px) {
  .selection__description {
    font-size: 1.5rem;
  }
}
.selection__description--highlight {
  color: var(--accent-color);
}
.selection__btn {
  width: 100%;
}
@media screen and (min-width: 1260px) {
  .selection__btn {
    width: auto;
  }
}

.result__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 1.25rem;
}
@media screen and (min-width: 1260px) {
  .result__list {
    gap: 2.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .result__list {
    gap: 3.75rem;
  }
}
.result__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 0.0625rem solid var(--accent-hover-light-color);
  padding: 0.9375rem 0.625rem;
  width: 100%;
}
@media screen and (min-width: 1260px) {
  .result__item {
    border-bottom: none;
    padding: 0;
  }
}
.result__details {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  width: 100%;
  cursor: pointer;
}
.result__details[open] {
  gap: 0.9375rem;
}
@media screen and (min-width: 1260px) {
  .result__details {
    -ms-grid-columns: 15.625rem 1fr;
    grid-template-columns: 15.625rem 1fr;
    row-gap: 1rem;
  }
}
@media screen and (min-width: 1400px) {
  .result__details {
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    -ms-grid-columns: 28.3125rem 1fr;
    grid-template-columns: 28.3125rem 1fr;
  }
}
.result__details--knowledge .result__topic:last-of-type {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}
@media screen and (min-width: 1260px) {
  .result__details--knowledge .result__topic:last-of-type {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
}
.result__details--ability .result__topic {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}
@media screen and (min-width: 1260px) {
  .result__details--ability .result__topic {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
}
.result__question {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 1260px) {
  .result__question {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
}
.result__question-text {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 1rem;
  line-height: 120%;
  color: var(--black-dark-color);
}
@media screen and (min-width: 1260px) {
  .result__question-text {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 130%;
  }
}
@media screen and (min-width: 1400px) {
  .result__question-text {
    font-weight: 400;
    font-size: 3rem;
  }
}
.result__content {
  padding-top: 0.3125rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media screen and (min-width: 1260px) {
  .result__content {
    padding-top: 0;
  }
}
.result__topics {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 0.9375rem;
}
@media screen and (min-width: 1260px) {
  .result__topics {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
  }
}
.result__topic {
  border-radius: 1.875rem;
  padding: 0.625rem 0.9375rem 0.625rem 2.125rem;
  width: 100%;
  background-color: var(--bg-secondary-color);
}
@media screen and (min-width: 1260px) {
  .result__topic {
    padding: 1.5625rem 1.5625rem 1.5625rem 2.75rem;
  }
}
.result__topic-text {
  position: relative;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1rem;
  line-height: 130%;
  color: var(--black-dark-color);
  text-align: left;
}
@media screen and (min-width: 1400px) {
  .result__topic-text {
    font-size: 1.5rem;
  }
}
.result__topic-text::before {
  content: "";
  position: absolute;
  left: -0.9375rem;
  top: 0.75rem;
  border-radius: 0.125rem;
  width: 0.25rem;
  height: 0.25rem;
  background-color: var(--accent-color);
}
.result--reorientation .result__details--knowledge .result__topic:last-of-type {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}
@media screen and (min-width: 1260px) {
  .result--reorientation .result__details--knowledge .result__topic:last-of-type {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }
}
.result--reorientation .result__details--ability .result__topic {
  grid-column: auto;
}
.result--reorientation .result__details--skills .result__topic:last-of-type {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}
.result--adult-edu .result__topics, .result--elcourse .result__topics {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  width: 100%;
}
.result--adult-edu .result__topic, .result--elcourse .result__topic {
  grid-column: auto;
}
.result--sertification .result__details--knowledge .result__topic:last-of-type {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}
@media screen and (min-width: 1260px) {
  .result--sertification .result__details--knowledge .result__topic:last-of-type {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }
}
.result--sertification .result__details--ability .result__topic {
  grid-column: auto;
}
.result--sertification .result__details--skills .result__topic:last-of-type {
  grid-column: auto;
}

.program {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1.5625rem 0.9375rem;
  width: 100%;
  gap: 1.25rem;
}
@media screen and (min-width: 1260px) {
  .program {
    padding: 3.125rem 1.25rem;
    gap: 1.875rem;
  }
  .program .program__title {
    margin-bottom: 0.625rem;
  }
}
@media screen and (min-width: 1400px) {
  .program {
    margin: 0 auto;
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    max-width: 87.5rem;
  }
  .program .program__title {
    margin-bottom: 1.875rem;
  }
}
@media screen and (min-width: 1920px) {
  .program {
    padding-right: 0;
    padding-left: 0;
  }
}
.program__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.program__item {
  border-bottom: 0.0625rem solid var(--accent-hover-light-color);
  padding: 0.625rem 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media screen and (min-width: 1260px) {
  .program__item {
    padding: 1.25rem;
  }
}
@media screen and (min-width: 1400px) {
  .program__item {
    padding: 3.125rem;
  }
}
.program__details {
  cursor: pointer;
  gap: 0;
}
.program__details[open] {
  gap: 0.9375rem;
}
@media screen and (min-width: 1260px) {
  .program__details[open] {
    gap: 1.25rem;
  }
}
@media screen and (min-width: 1400px) {
  .program__details[open] {
    gap: 1.5625rem;
  }
}
.program__question {
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  cursor: pointer;
  gap: 1.5625rem;
}
@media screen and (min-width: 1260px) {
  .program__question:hover .details__summary-btn {
    background-color: var(--accent-color);
  }
  .program__question:hover .details__summary-icon {
    color: var(--bg-tetritary-color);
  }
}
.program__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0.9375rem;
}
@media screen and (min-width: 1260px) {
  .program__content {
    gap: 1.25rem;
  }
}
@media screen and (min-width: 1400px) {
  .program__content {
    gap: 1.5625rem;
  }
}
.program__hours {
  width: auto;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0.625rem;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1rem;
  line-height: 130%;
  color: var(--black-dark-color);
}
@media screen and (min-width: 1260px) {
  .program__hours {
    font-size: 1.5rem;
    line-height: 120%;
  }
}
.program__hours-icon {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--accent-color);
}
.program__topics {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0.9375rem;
}
@media screen and (min-width: 1260px) {
  .program__topics {
    gap: 1.25rem;
  }
}
@media screen and (min-width: 1400px) {
  .program__topics {
    gap: 1.5625rem;
  }
}
.program__topic {
  width: 100%;
}
.program__topic-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1rem;
  line-height: 130%;
  color: var(--black-dark-color);
  text-align: left;
}
@media screen and (min-width: 1260px) {
  .program__topic-text {
    font-size: 1.5rem;
    line-height: 130%;
  }
}
.program__expand {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.program--book {
  padding-top: 0.9375rem;
}
@media screen and (min-width: 1260px) {
  .program--book {
    padding-top: 1.5625rem;
  }
}
@media screen and (min-width: 1400px) {
  .program--book {
    padding-top: 3.125rem;
  }
}

.product-single__wrap {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
  -ms-grid-columns: 1fr 12.375rem;
  grid-template-columns: 1fr 12.375rem;
  border-radius: 6.25rem;
  padding: 5rem;
  width: 100%;
  -webkit-box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.05), 0 4px 15px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.05), 0 4px 15px 0 rgba(0, 0, 0, 0.05);
  background-color: var(--grey-white-color);
}
@media screen and (max-width: 770px) {
  .product-single__wrap {
    position: relative;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    border-radius: 1.875rem;
    padding: 1.25rem 1.25rem 3.125rem;
    row-gap: 1.25rem;
  }
}
@media screen and (max-width: 440px) {
  .product-single__wrap {
    padding-bottom: 4.0625rem;
  }
}
.product-single__body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 3.75rem;
}
@media screen and (max-width: 770px) {
  .product-single__body {
    gap: 1.25rem;
  }
}
.product-single__controls {
  width: auto;
  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;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 770px) {
  .product-single__controls {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 1.25rem;
  }
}
@media screen and (max-width: 440px) {
  .product-single__controls {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0;
  }
}
.product-single__controls-icons {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 1.25rem;
}
.product-single__bottom {
  padding-top: 1rem;
  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-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 770px) {
  .product-single__bottom {
    padding-top: 0;
  }
}
.product-single__params {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 1.25rem;
}
@media screen and (max-width: 440px) {
  .product-single__params {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: -webkit-max-content -webkit-max-content;
    -ms-grid-columns: max-content max-content;
    grid-template-columns: -webkit-max-content -webkit-max-content;
    grid-template-columns: max-content max-content;
    gap: 0.9375rem;
  }
}
@media screen and (max-width: 360px) {
  .product-single__params {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.product-single__price {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: -webkit-max-content 1fr;
  -ms-grid-columns: max-content 1fr;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  width: auto;
  gap: 1rem 1.25rem;
}
@media screen and (max-width: 770px) {
  .product-single__price {
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
}
.product-single__price-value {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 0.25rem;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 3rem;
  line-height: 120%;
  color: var(--black-dark-color);
}
@media screen and (max-width: 770px) {
  .product-single__price-value {
    font-size: 1.25rem;
  }
}
.product-single__price-value--old {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  font-weight: 400;
  font-size: 3rem;
  line-height: 120%;
  text-decoration: line-through;
  color: var(--text-secondary-color);
}
@media screen and (max-width: 770px) {
  .product-single__price-value--old {
    font-size: 1.25rem;
  }
}
.product-single__price-note {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 120%;
  color: var(--black-dark-color);
}
@media screen and (max-width: 770px) {
  .product-single__price-note {
    position: absolute;
    left: 0rem;
    bottom: -1.875rem;
    font-size: 0.875rem;
    line-height: 110%;
  }
}
@media screen and (max-width: 440px) {
  .product-single__price-note {
    bottom: -3.125rem;
  }
}
.product-single__apply {
  white-space: nowrap;
}
@media screen and (max-width: 440px) {
  .product-single__apply {
    padding: 0.78125rem 0.9375rem;
    max-width: 10.625rem;
    font-size: 0.875rem;
    line-height: 110%;
  }
}

.product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 3.75rem;
  padding-top: 1.5625rem;
  width: 100%;
}
@media screen and (min-width: 770px) {
  .product-list {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1260px) {
  .product-list {
    margin-bottom: 0;
    padding-top: 3.125rem;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1400px) {
  .product-list {
    margin: 0 auto;
    padding-top: 6.25rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    max-width: calc(var(--content-width) + var(--container-offset) * 2);
    gap: 3.75rem;
  }
}
.product-list__title {
  margin-left: 0.9375rem;
}
@media screen and (min-width: 1400px) {
  .product-list__title {
    margin-left: 0;
  }
}
.product-list__slider {
  z-index: 1;
  overflow-x: auto;
  padding: 1.25rem 0.9375rem 1.5625rem;
  width: 100%;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  gap: 0.625rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media screen and (min-width: 440px) {
  .product-list__slider {
    gap: 0.9375rem;
  }
}
@media screen and (min-width: 1260px) {
  .product-list__slider {
    padding: 2.5rem 1.25rem 3.125rem;
  }
}
@media screen and (min-width: 1400px) {
  .product-list__slider {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    overflow-x: visible;
    padding: 0 0 5rem;
    -ms-scroll-snap-type: none;
    scroll-snap-type: none;
    gap: 0.9375rem;
  }
}
@media screen and (min-width: 1920px) {
  .product-list__slider {
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
}
.product-list__slider::-webkit-scrollbar {
  display: none;
}
.product-list__item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 20.3125rem;
  flex-basis: 20.3125rem;
  scroll-snap-align: center;
}
.product-list--profile {
  padding-top: 0;
  display: none;
}
.product-list--profile.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.requirements {
  width: 100%;
}
.requirements__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  gap: 1.25rem;
}
@media screen and (max-width: 1260px) {
  .requirements__list {
    gap: 0.9375rem;
  }
}
.requirements__item {
  position: relative;
  border-radius: 1.875rem;
  padding: 1.5625rem 1.5625rem 1.5625rem 2.75rem;
  background-color: var(--grey-white-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 130%;
  color: var(--text-primary-color);
}
.requirements__item:first-child, .requirements__item:nth-child(2), .requirements__item:nth-child(3) {
  width: calc((100% - 2.5rem) / 3);
}
.requirements__item:nth-child(4), .requirements__item:last-child {
  width: calc((100% - 1.25rem) / 2);
}
.requirements__item::before {
  content: "";
  position: absolute;
  left: 1.5625rem;
  top: 2.3125rem;
  border-radius: 0.125rem;
  width: 0.25rem;
  height: 0.25rem;
  background-color: var(--accent-color);
}
@media screen and (max-width: 770px) {
  .requirements__item::before {
    left: 0.9375rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 1440px) {
  .requirements__item {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1260px) {
  .requirements__item:first-child, .requirements__item:nth-child(2), .requirements__item:nth-child(3), .requirements__item:nth-child(4) {
    width: calc((100% - 0.9375rem) / 2);
  }
  .requirements__item:last-child {
    width: 100%;
  }
}
@media screen and (max-width: 770px) {
  .requirements__item {
    padding: 0.625rem 0.9375rem 0.625rem 2.125rem;
    background-color: transparent;
  }
  .requirements__item:first-child, .requirements__item:nth-child(2), .requirements__item:nth-child(3), .requirements__item:nth-child(4), .requirements__item:last-child {
    width: 100%;
  }
}
.requirements__rules {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  row-gap: 0.625rem;
}
.requirements__rules-note {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 120%;
  color: var(--accent-color);
}
@media screen and (max-width: 1260px) {
  .requirements__rules-note {
    font-size: 1rem;
    line-height: 130%;
  }
}
.requirements__rules-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  row-gap: 0.625rem;
}
.requirements__rules-item {
  position: relative;
  padding-left: 1.6875rem;
  width: 100%;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 120%;
  color: var(--text-primary-color);
}
@media screen and (max-width: 1260px) {
  .requirements__rules-item {
    font-size: 1rem;
    line-height: 130%;
  }
}
.requirements__rules-item::before {
  content: "";
  position: absolute;
  left: 0.75rem;
  top: 0.5625rem;
  border-radius: 0.125rem;
  width: 0.25rem;
  height: 0.25rem;
  background-color: var(--text-primary-color);
}
@media screen and (max-width: 1260px) {
  .requirements__rules-item::before {
    top: 0.4375rem;
  }
}

.profile {
  margin: 0 auto 6.25rem;
  padding: 2.5rem 1.25rem 0;
  width: 100%;
  max-width: calc(var(--content-width) + var(--container-offset) * 2);
  gap: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media screen and (max-width: 1260px) {
  .profile {
    margin-bottom: 3.125rem;
    padding-top: 3.125rem;
    row-gap: 2.5rem;
  }
}
@media screen and (max-width: 770px) {
  .profile {
    margin-bottom: 1.5625rem;
    padding: 1.5625rem 0.9375rem 0;
    padding-top: 1.5625rem;
    row-gap: 1.25rem;
  }
}
.profile__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 17.5rem 1fr;
  grid-template-columns: 17.5rem 1fr;
  -ms-grid-rows: -webkit-min-content 1fr;
  -ms-grid-rows: min-content 1fr;
  grid-template-rows: -webkit-min-content 1fr;
  grid-template-rows: min-content 1fr;
  width: 100%;
  gap: 1.25rem;
}
.profile__body.header-hidden {
  -ms-grid-rows: 0 1fr;
  grid-template-rows: 0 1fr;
  row-gap: 0;
}
.profile__body.header-hidden .profile__header {
  display: none;
}
.profile__aside {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}
.profile__switch {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  border-radius: 1.875rem;
  padding: 0.3125rem;
  width: 100%;
  background-color: var(--accent-hover-light-color);
  gap: 0.3125rem;
}
.profile__switch.is-hidden {
  display: none;
}
.profile__switch-button {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 1rem;
  line-height: 130%;
  color: var(--black-dark-color);
  border: none;
  border-radius: 1.875rem;
  padding: 0.71875rem 1.25rem;
  background-color: transparent;
  -webkit-transition: background-color var(--transition-duration), color var(--transition-duration);
  transition: background-color var(--transition-duration), color var(--transition-duration);
  cursor: pointer;
}
.profile__switch-button.is-active {
  background-color: var(--grey-white-color);
}
.profile__header {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 1.25rem;
}
.profile__header-title .highlight {
  color: var(--accent-color);
}
.profile__header-subtitle {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 130%;
  color: var(--black-dark-color);
}
.profile__content {
  display: none;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  width: 100%;
}
.profile__content.is-active {
  display: -ms-grid;
  display: grid;
}
.profile__content-title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 130%;
  color: var(--text-primary-color);
}
.profile__content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.25rem;
  min-width: 0;
}
.profile__content-item:not(.is-active) {
  display: none;
}
.profile__content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 1.875rem;
  padding: 1.34375rem;
  width: 100%;
  -webkit-box-shadow: var(--box-shadow-light);
  box-shadow: var(--box-shadow-light);
  background-color: var(--grey-white-color);
  gap: 1.25rem;
}
.profile__content-inner--progress {
  border: 0.0625rem solid var(--accent-hover-light-color);
  padding: 0.59375rem 1.5625rem;
}
.profile__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.profile__list--active-order {
  gap: 1.25rem;
}
.profile-details {
  width: 100%;
  gap: 0;
}
.profile-details[open] {
  gap: 1.25rem;
}
.profile-details__summary {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0.5rem;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 130%;
  color: var(--black-dark-color);
}
.profile-details__summary .details__icon {
  display: block;
  margin-left: auto;
}
.profile-details__summary-text {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 130%;
  color: var(--black-dark-color);
}
.profile__notifications {
  display: -ms-grid;
  display: grid;
  width: 100%;
  row-gap: 1.25rem;
}
.profile-notifications-details {
  width: 100%;
  gap: 0;
}
.profile-notifications-details[open] {
  gap: 1.25rem;
}
.profile-notifications-details__summary {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0.5rem;
}
.profile-notifications-details__summary-text {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 110%;
  color: var(--text-secondary-color);
}
.profile-notifications-details__summary .details__icon {
  display: block;
  stroke: var(--text-secondary-color);
}
.profile .profile-progress {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1rem;
}
.profile .profile-progress__title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1rem;
  line-height: 130%;
  color: var(--black-dark-color);
  white-space: nowrap;
}
.profile .profile-progress__bar {
  overflow: hidden;
  border: 0.0625rem solid var(--accent-hover-light-color);
  border-radius: 6.25rem;
  width: 100%;
  height: 0.5rem;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.profile .profile-progress__fill {
  height: 0.375rem;
  background-color: var(--primary-color);
}
.profile .profile-progress__value {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1rem;
  line-height: 130%;
  color: var(--black-dark-color);
  white-space: nowrap;
}

.profile-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.profile-nav__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0.625rem;
}
.profile-nav__list.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.profile-nav__list.is-hidden {
  display: none;
}
.profile-nav__item {
  border-radius: 1.5rem;
  padding: 0.625rem 1.25rem;
  width: 100%;
  -webkit-box-shadow: var(--box-shadow-light);
  box-shadow: var(--box-shadow-light);
  background-color: var(--grey-white-color);
  cursor: pointer;
  gap: 0.5rem;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.profile-nav__item.is-active {
  background-color: var(--accent-active-light-color);
}
.profile-nav__text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1rem;
  line-height: 130%;
  color: var(--black-dark-color);
}
.profile-nav__badge {
  margin-left: auto;
  border-radius: 0.625rem;
  padding: 0.25rem;
  width: auto;
  min-width: 1rem;
  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;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1;
  color: var(--grey-white-color);
}
.profile-nav__badge--simple {
  background-color: var(--primary-color);
}
.profile-nav__badge--bonus {
  background-color: var(--tag-popular-color);
}

.profile-slider {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 1.25rem;
  padding: 1.5625rem 0 4.8125rem 0;
}
.profile-slider__title {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 130%;
  color: var(--text-primary-color);
  text-align: center;
}
.profile-slider__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  min-width: 0;
}
.profile-slider__body {
  min-width: 0;
  max-width: 18.75rem;
  width: 100%;
  overflow: hidden;
}
.profile-slider__pagination {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.9375rem;
  padding: 0.625rem 0.625rem;
}
.profile-slider__pagination-bullet {
  margin: 0;
}
.profile-slider__pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: auto;
  bottom: -3.25rem;
}
.profile-slider__pagination .swiper-pagination-bullet {
  margin: 0;
  width: 0.75rem;
  height: 0.75rem;
  background-color: var(--black-lighter-color);
  opacity: 1;
}
.profile-slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--text-primary-color);
}
.profile-slider__pagination .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.profile-slider__pagination .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}
.profile-slider__btn--next {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.profile-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  gap: 1.25rem;
}
.profile-form--data .profile-form__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  gap: 1.25rem;
}
.profile-form--data .profile-form__item {
  width: 100%;
}
.profile-form--data .profile-form__item:first-child {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
.profile-form--data .profile-form__item:nth-child(2) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}
.profile-form--data .profile-form__item:nth-child(3) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
}
.profile-form--data .profile-form__item:nth-child(4) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
.profile-form--data .profile-form__item:nth-child(5) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  grid-row: 4/5;
}
.profile-form--data .profile-form__item:nth-child(6) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}
.profile-form--data .profile-form__item:nth-child(7) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
}
.profile-form--data .profile-form__item:nth-child(8) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  grid-row: 4/5;
}
.profile-form--data .profile-form__item:nth-of-type(9) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  grid-row: 5/6;
}
.profile-form--data .profile-form__item:nth-of-type(10) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  grid-row: 5/6;
}
.profile-form--data .profile-form__item--middlename {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0.625rem;
}
.profile-form--data .profile-form__item--subscribe {
  grid-column: 1/-1;
  -ms-grid-row: 6;
  -ms-grid-row-span: 1;
  grid-row: 6/7;
}
.profile-form--data .profile-form__item--gender {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: -webkit-max-content -webkit-max-content;
  -ms-grid-columns: max-content max-content;
  grid-template-columns: -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content;
  gap: 0.375rem 0.625rem;
}
.profile-form--data .profile-form__item--gender .input:first-of-type {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}
.profile-form--data .profile-form__item--gender .input:last-of-type {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}
.profile-form--address .profile-form__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  gap: 1.25rem;
}
.profile-form--address .profile-form__item--country {
  -ms-flex-preferred-size: calc((100% - 40px) / 3);
  flex-basis: calc((100% - 40px) / 3);
}
.profile-form--address .profile-form__item--region {
  -ms-flex-preferred-size: calc((100% - 40px) / 3);
  flex-basis: calc((100% - 40px) / 3);
}
.profile-form--address .profile-form__item--city {
  -ms-flex-preferred-size: calc((100% - 40px) / 3);
  flex-basis: calc((100% - 40px) / 3);
}
.profile-form--address .profile-form__item--index {
  -ms-flex-preferred-size: 23.80952%;
  flex-basis: 23.80952%;
}
.profile-form--address .profile-form__item--street {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: calc(74.28571% - 20px);
  flex-basis: calc(74.28571% - 20px);
}
.profile-form--address .profile-form__item--house {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}
.profile-form--address .profile-form__item--frame {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}
.profile-form--address .profile-form__item--building {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}
.profile-form--address .profile-form__item--flat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: calc(40% - 60px);
  flex-basis: calc(40% - 60px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.625rem;
}
.profile-form--education .profile-form__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  gap: 1.25rem;
}
.profile-form--documents .profile-form__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  width: 100%;
  row-gap: 1.25rem;
}
.profile-form--settings .profile-form__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  width: 100%;
  max-width: 33.875rem;
  row-gap: 1.25rem;
}
.profile-form__files {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  width: 100%;
  row-gap: 1.25rem;
}
.profile-form__bottom {
  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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 1.25rem;
}

.profile-settings__title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 130%;
  color: var(--text-primary-color);
}
.profile-settings__description {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 1rem;
  line-height: 130%;
  color: var(--text-primary-color);
}
.profile-settings__description--set-password, .profile-settings__description--change-password, .profile-settings__restore {
  display: none;
}
.profile-settings__item--current-password {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: none;
  gap: 0.625rem;
}
.profile-settings__restore {
  border: none;
  padding: 0;
  text-decoration: underline;
  background: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  cursor: pointer;
  text-underline-offset: 3px;
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 1rem;
  line-height: 120%;
  color: var(--text-secondary-color);
}
.profile-settings__restore:hover, .profile-settings__restore:focus-visible {
  color: var(--accent-color);
}
.profile-settings--set-password .profile-settings__description--set-password {
  display: block;
}
.profile-settings--change-password .profile-settings__description--change-password {
  display: block;
}
.profile-settings--change-password .profile-settings__item--current-password {
  display: block;
}
.profile-settings--change-password .profile-settings__restore {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 12px;
}

.notification {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: -webkit-fit-content 1fr;
  -ms-grid-columns: fit-content 1fr;
  grid-template-columns: -webkit-fit-content 1fr;
  grid-template-columns: fit-content 1fr;
  border-radius: 1.875rem;
  padding: 1.5625rem 1.875rem;
  width: 100%;
  -webkit-box-shadow: var(--box-shadow-light);
  box-shadow: var(--box-shadow-light);
  gap: 0.9375rem;
}
.notification[data-status=new] {
  background-color: var(--accent-hover-light-color);
}
.notification[data-status=old] {
  background-color: var(--accent-light-color);
}
.notification[data-status=info] {
  background-color: var(--yellow-light-color);
}
.notification[data-status=simple] {
  background-color: var(--accent-hover-light-color);
  gap: 0;
}
.notification[data-status=simple] .notification__info {
  display: none;
}
.notification__info {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  gap: 0.625rem;
}
.notification__info-date {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 110%;
  color: var(--black-dark-color);
}
.notification__description {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1rem;
  line-height: 130%;
  color: var(--black-dark-color);
}
.notification__submit {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}
.notification__remove {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}

.active-order {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  -ms-grid-columns: 55.0476190476% 32.380952381% 1fr;
  grid-template-columns: 55.0476190476% 32.380952381% 1fr;
  width: 100%;
}
.active-order:not(:last-of-type) {
  border-bottom: 0.0625rem solid var(--accent-active-light-color);
  padding-bottom: 0.9375rem;
}
.active-order__head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0.625rem;
}
.active-order__submit {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0.625rem;
}
.active-order__progress {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0.9375rem;
}
.active-order__meta {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0.9375rem;
}
.active-order__count, .active-order__note {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0.3125rem;
}
.active-order__count-label, .active-order__note-label {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 1rem;
  line-height: 130%;
  color: var(--black-dark-color);
}

.order {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 12.5rem 2.125rem;
  grid-template-columns: 1fr 12.5rem 2.125rem;
  -ms-grid-rows: 1.5rem -webkit-min-content;
  -ms-grid-rows: 1.5rem min-content;
  grid-template-rows: 1.5rem -webkit-min-content;
  grid-template-rows: 1.5rem min-content;
  border-top: 0.0625rem solid var(--accent-active-light-color);
  padding: 1.1875rem 0.625rem 1.25rem;
  width: 100%;
  gap: 1.25rem;
}
.order__head {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 1.25rem;
}
.order__checkbox {
  width: auto;
}
.order__checkbox .input__checkbox-label {
  padding-left: 1.5rem;
  height: 1.5rem;
  font-size: 0;
  cursor: pointer;
}
.order__checkbox .input__checkbox-label::before {
  top: 0;
}
.order__tags {
  width: auto;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0.3125rem;
}
.order__tag {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 110%;
  color: var(--black-dark-color);
  border-radius: 0.625rem;
  padding: 0.25rem 0.625rem;
}
.order__tag--type-course {
  background-color: var(--accent-active-light-color);
}
.order__tag--status-draft, .order__tag--status-passed {
  background-color: var(--yellow-light-active-color);
}
.order__tag--meta-draft, .order__tag--meta-date {
  background-color: var(--accent-light-color);
}
.order__body {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  padding-left: 2.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.order__name {
  margin-bottom: 0.625rem;
}
.order__data {
  margin-bottom: 1.25rem;
  width: 100%;
  gap: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.order__data-item {
  width: auto;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0.3125rem;
}
.order__data-name {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 110%;
  color: var(--black-dark-color);
}
.order__data-text {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 110%;
  color: var(--black-dark-color);
}
.order__details {
  margin-bottom: 1.25rem;
  gap: 0;
}
.order__details .details__icon {
  display: block;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.order__details[open] {
  gap: 1.25rem;
}
.order__details[open] .details__icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.order__details-summary {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  cursor: pointer;
  gap: 0.5rem;
}
.order__details-summary-text {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 1rem;
  line-height: 130%;
  color: var(--text-secondary-color);
}
.order__details-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 1.25rem;
}
.order__details-title {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 1rem;
  line-height: 130%;
  color: var(--text-secondary-color);
}
.order__settings {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0.625rem;
}
.order__progress {
  margin-top: 1.25rem;
}
.order__side {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1/4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 1.25rem;
}
.order__side-image {
  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;
  overflow: hidden;
  border-radius: 1.5625rem;
  width: 9.375rem;
  aspect-ratio: 1/1;
}
.order__bottom {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
  padding-left: 2.75rem;
  width: auto;
  gap: 1.25rem;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.order__controls {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1/4;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.checkout-quiz {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 1044px;
  flex: 0 1 1044px;
}
@media (max-width: 770px) {
  .checkout-quiz {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}
@media (max-width: 770px) {
  .checkout-quiz__inner {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}
.checkout-quiz__progress {
  margin-bottom: 20px;
}
.checkout-quiz__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 30px;
  padding: 25px;
  -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.0509803922);
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.0509803922);
  background-color: var(--grey-white-color);
  row-gap: 70px;
}
@media (max-width: 1260px) {
  .checkout-quiz__form {
    row-gap: 50px;
  }
}
@media (max-width: 770px) {
  .checkout-quiz__form {
    padding: 15px;
    row-gap: 30px;
  }
}
@media (max-width: 580px) {
  .checkout-quiz__form {
    padding: 10px 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    row-gap: 20px;
  }
}
.checkout-quiz__step {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 70px;
}
.checkout-quiz__step--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.checkout-quiz__title {
  margin-bottom: 20px;
}
.checkout-quiz__field {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 10px 20px;
}
@media (max-width: 770px) {
  .checkout-quiz__field {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .checkout-quiz__field .checkout-quiz__surname {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .checkout-quiz__field .checkout-quiz__name {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .checkout-quiz__field .checkout-quiz__patronymic {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .checkout-quiz__field .checkout-quiz__phone {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .checkout-quiz__field .checkout-quiz__email {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
}
.checkout-quiz__patronymic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 770px) {
  .checkout-quiz__patronymic {
    gap: 5px;
  }
}
.checkout-quiz__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
@media (max-width: 770px) {
  .checkout-quiz__footer {
    gap: 15px;
  }
}
@media (max-width: 580px) {
  .checkout-quiz__footer {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: 100%;
    gap: 10px;
  }
}
@media (max-width: 580px) {
  .checkout-quiz__btn--prev {
    padding: 10px;
    height: 30px;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
  }
}
@media (max-width: 580px) {
  .checkout-quiz__btn {
    width: 100%;
  }
}

.payment-method {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 25px;
  row-gap: 20px;
}
@media (width >= 580px) {
  .payment-method {
    border-radius: 30px;
    -webkit-box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.05), 0 4px 15px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.05), 0 4px 15px 0 rgba(0, 0, 0, 0.05);
    background-color: var(--bg-secondary-color);
  }
}
@media (max-width: 1260px) {
  .payment-method {
    padding: 20px;
  }
}
@media (max-width: 770px) {
  .payment-method {
    padding: 15px;
    row-gap: 10px;
  }
}
@media (max-width: 580px) {
  .payment-method {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 0;
  }
}
.payment-method__title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
}
.payment-method__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
}

.item-method {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 15px;
  padding: 15px;
  -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.0509803922);
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.0509803922);
  background-color: var(--bg-secondary-color);
  row-gap: 20px;
}
.item-method__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.item-method__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
  aspect-ratio: 150/25;
}
.item-method__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.item-method__placeholder {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
}
.item-method__placeholder a {
  text-decoration: underline;
}
.item-method__placeholder a:hover {
  color: var(--accent-color);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.cart-checkout-section {
  padding-block: 40px 100px;
}
@media (max-width: 770px) {
  .cart-checkout-section {
    padding-block: 30px 40px;
  }
}
.cart-checkout-section__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.cart-checkout-section__title {
  margin-bottom: 40px;
}

.portfolio-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 1.25rem;
}

.portfolio-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 1.25rem;
}
.portfolio-item:not(:last-of-type) {
  border-bottom: 0.0625rem solid var(--accent-active-light-color);
  padding-bottom: 1.1875rem;
}
.portfolio-item[data-type=expertise] .portfolio-item__actions, .portfolio-item[data-type=testing] .portfolio-item__actions, .portfolio-item[data-type=attestation] .portfolio-item__actions {
  -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;
}
.portfolio-item[data-type=expertise] .portfolio-item__btn[download], .portfolio-item[data-type=testing] .portfolio-item__btn[download], .portfolio-item[data-type=attestation] .portfolio-item__btn[download] {
  width: 100%;
  max-width: 31.25rem;
}
.portfolio-item__actions {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  gap: 0.625rem;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.portfolio-item__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0.625rem;
}
.portfolio-item__btn[download] {
  width: 47.61905%;
}

.quiz-hero {
  padding-block: 40px 100px;
}
@media (max-width: 770px) {
  .quiz-hero {
    padding-block: 30px 40px;
  }
}
.quiz-hero--step-2 .quiz-hero__selected {
  display: block;
}
.quiz-hero--step-3 .quiz-hero__selected {
  display: block;
}
.quiz-hero--step-4 .quiz-hero__selected {
  display: block;
}
.quiz-hero__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.quiz-hero__link-back {
  margin-bottom: 0.625rem;
}
.quiz-hero__top {
  margin-bottom: 40px;
}
@media (max-width: 580px) {
  .quiz-hero__top {
    margin-bottom: 30px;
  }
}
.quiz-hero__progress {
  margin-bottom: 20px;
}
.quiz-hero__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 30px;
  padding: 25px;
  -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.0509803922);
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.0509803922);
  background-color: var(--grey-white-color);
  row-gap: 70px;
}
@media (max-width: 1260px) {
  .quiz-hero__form {
    row-gap: 50px;
  }
}
@media (max-width: 770px) {
  .quiz-hero__form {
    padding: 20px;
    row-gap: 30px;
  }
}
@media (max-width: 580px) {
  .quiz-hero__form {
    padding: 10px 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    row-gap: 20px;
  }
}
.quiz-hero__steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 70px;
}
.quiz-hero__step {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 70px;
}
.quiz-hero__step--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.quiz-hero__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.quiz-hero__card:has(.quiz-hero__hint) .quiz-hero__question {
  margin-bottom: 5px;
}
.quiz-hero__card:has(.quiz-hero__roof) .quiz-hero__hint {
  margin-bottom: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: var(--black-dark-color);
}
@media (max-width: 770px) {
  .quiz-hero__card:has(.quiz-hero__roof) .quiz-hero__hint {
    font-size: 14px;
    line-height: 100%;
  }
}
.quiz-hero__card:has(.quiz-hero__roof) .quiz-hero__question {
  margin-bottom: 0;
}
.quiz-hero__roof {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  gap: 5px;
}
.quiz-hero__question {
  margin-bottom: 20px;
}
.quiz-hero__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  gap: 16px 10px;
}
@media (max-width: 770px) {
  .quiz-hero__options {
    row-gap: 10px;
  }
}
.quiz-hero__option {
  position: relative;
}
.quiz-hero__option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.quiz-hero__option:has(input:checked) {
  background-color: var(--accent-active-light-color);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.quiz-hero__selected {
  display: none;
}
.quiz-hero__hint {
  margin-bottom: 20px;
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  color: var(--text-secondary-color);
}
@media (max-width: 1260px) {
  .quiz-hero__hint {
    font-size: 16px;
  }
}
@media (max-width: 770px) {
  .quiz-hero__hint {
    font-weight: 500;
    font-size: 14px;
    line-height: 110%;
  }
}
.quiz-hero__textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid var(--accent-active-light-color);
  border-radius: 30px;
  padding: 20px;
  width: 100%;
  height: 150px;
  resize: none;
}
.quiz-hero__textarea::-webkit-input-placeholder {
  font-family: var(--text-secondary-color);
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
}
.quiz-hero__textarea::-moz-placeholder {
  font-family: var(--text-secondary-color);
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
}
.quiz-hero__textarea:-ms-input-placeholder {
  font-family: var(--text-secondary-color);
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
}
.quiz-hero__textarea::-ms-input-placeholder {
  font-family: var(--text-secondary-color);
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
}
.quiz-hero__textarea::placeholder {
  font-family: var(--text-secondary-color);
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
}
@media (max-width: 580px) {
  .quiz-hero__textarea {
    padding: 15px;
    height: 90px;
  }
  .quiz-hero__textarea::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
  }
  .quiz-hero__textarea::-moz-placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
  }
  .quiz-hero__textarea:-ms-input-placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
  }
  .quiz-hero__textarea::-ms-input-placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
  }
  .quiz-hero__textarea::placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
  }
}
.quiz-hero__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
@media (max-width: 770px) {
  .quiz-hero__footer {
    gap: 15px;
  }
}
@media (max-width: 580px) {
  .quiz-hero__footer {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: 100%;
    gap: 10px;
  }
}
@media (max-width: 580px) {
  .quiz-hero__btn--prev {
    padding: 10px;
    height: 30px;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
  }
}
@media (max-width: 580px) {
  .quiz-hero__btn {
    width: 100%;
  }
}

.top-quiz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  row-gap: 10px;
}
.top-quiz__text {
  font-size: 16px;
  line-height: 130%;
}
@media (max-width: 1260px) {
  .top-quiz__text {
    font-size: 14px;
    line-height: 120%;
  }
}
.top-quiz__text p:not(:last-child) {
  margin-bottom: 8px;
}

/* === Progress-bar === */
.quiz-progress {
  position: relative;
  border-radius: 30px;
  padding: 25px 30px;
  -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.0509803922);
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.0509803922);
  background-color: var(--grey-white-color);
}
@media (max-width: 1260px) {
  .quiz-progress {
    padding: 25px;
  }
}
@media (max-width: 770px) {
  .quiz-progress {
    padding: 15px;
  }
}
@media (max-width: 580px) {
  .quiz-progress {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
  }
}
.quiz-progress__list {
  position: relative;
  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;
  gap: 15px;
}
.quiz-progress__list::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 0;
  width: 100%;
  height: 5px;
  background-color: var(--accent-hover-light-color);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.quiz-progress__list::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 0;
  width: var(--progress-width, 0%);
  height: 5px;
  background: var(--done-quiz-color);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.quiz-progress__item {
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  border-radius: 20px;
  padding: 12px 20px 12px 10px;
  width: auto;
  max-height: 40px;
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 110%;
  background-color: var(--accent-hover-light-color);
}
@media (max-width: 1260px) {
  .quiz-progress__item {
    font-size: 14px;
  }
}
@media (max-width: 770px) {
  .quiz-progress__item {
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    border-radius: 50%;
    padding: 10px;
    max-height: 30px;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
  }
}
.quiz-progress__item--active {
  color: var(--grey-white-color);
  background-color: var(--sale-bg);
}
.quiz-progress__item--active:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  z-index: 2;
  width: 100%;
  height: 5px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(82, 186, 99)), to(rgb(227, 226, 251)));
  background: linear-gradient(90deg, rgb(82, 186, 99) 0%, rgb(227, 226, 251) 100%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 580px) {
  .quiz-progress__item--active:not(:last-child)::after {
    width: 20px;
  }
}
@media (max-width: 770px) {
  .quiz-progress__item--active {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    border-radius: 20px;
  }
  .quiz-progress__item--active .quiz-progress__label {
    display: block;
    width: 100%;
  }
}
.quiz-progress__item--done {
  color: var(--text-quiz-color);
  background-color: var(--done-quiz-color);
}
.quiz-progress__item--done .quiz-progress__number {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.quiz-progress__item--done .quiz-progress__number::before {
  display: block;
  opacity: 1;
  visibility: visible;
}
.quiz-progress__item--checkout {
  width: 39.8%;
}
@media (max-width: 580px) {
  .quiz-progress__item--checkout {
    width: auto;
  }
}
.quiz-progress .quiz-progress__item--active:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  z-index: 1;
  width: 100%;
  height: 5px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(82, 186, 99)), to(rgb(227, 226, 251)));
  background: linear-gradient(90deg, rgb(82, 186, 99) 0%, rgb(227, 226, 251) 100%);
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.quiz-progress__number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16px;
  flex: 0 0 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  height: 16px;
  text-align: center;
  aspect-ratio: 1;
  -webkit-margin-before: 1px;
  margin-block-start: 1px;
  row-gap: 5px;
}
.quiz-progress__number::before {
  display: none;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
  -webkit-margin-before: 3px;
  margin-block-start: 3px;
}
@media (max-width: 770px) {
  .quiz-progress__number {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12px;
    flex: 0 0 12px;
    height: 12px;
  }
  .quiz-progress__number::before {
    font-size: 12px;
    -webkit-margin-before: 0;
    margin-block-start: 0;
  }
}
@media (max-width: 770px) {
  .quiz-progress__label {
    display: none;
  }
}

/* === Tabs === */
.tabs-quiz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
}
.tabs-quiz__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px 20px;
}
.tabs-quiz__text {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
}
@media (max-width: 1260px) {
  .tabs-quiz__text {
    font-size: 14px;
  }
}
.tabs-quiz__link {
  font-weight: 600;
  line-height: 120%;
  color: var(--accent-hover-color);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.tabs-quiz__link:hover {
  text-decoration: underline;
}
.tabs-quiz__controls {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  border-radius: 30px;
  padding: 5px;
  width: 100%;
  background-color: var(--accent-hover-light-color);
  gap: 5px;
}
.tabs-quiz__btn {
  border: none;
  border-radius: 30px;
  padding: 11.5px 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: var(--black-dark-color);
  background-color: transparent;
  -webkit-transition: background-color var(--transition-duration), color var(--transition-duration);
  transition: background-color var(--transition-duration), color var(--transition-duration);
  cursor: pointer;
}
.tabs-quiz__btn--active {
  background-color: var(--grey-white-color);
}
@media (max-width: 770px) {
  .tabs-quiz__btn {
    padding: 10px;
    font-size: 14px;
    line-height: 110%;
  }
}
@media (max-width: 580px) {
  .tabs-quiz__btn {
    line-height: 1;
    padding-inline: 5px;
  }
}
.tabs-quiz__pane {
  display: none;
}
.tabs-quiz__pane--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
}
.tabs-quiz__question {
  margin-bottom: 20px;
}

/* === Summary  === */
.summary-quiz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.summary-quiz__title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: var(--black-dark-color);
}
@media (max-width: 770px) {
  .summary-quiz__title {
    margin-bottom: 15px;
    font-size: 18px;
  }
}
.summary-quiz__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  gap: 16px 10px;
}
@media (max-width: 770px) {
  .summary-quiz__list {
    row-gap: 10px;
  }
}
.summary-quiz__item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 0.0625rem solid var(--accent-color);
  border-radius: 1.875rem;
  padding: 0.84375rem 1.1875rem;
  width: auto;
  height: 3.125rem;
  text-decoration: none;
  background-color: var(--accent-active-light-color);
  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;
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 1rem;
  line-height: 130%;
  color: var(--text-primary-color);
}
@media (max-width: 770px) {
  .summary-quiz__item {
    padding: 10px 15px;
    height: 40px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.1;
  }
}
@media (max-width: 580px) {
  .summary-quiz__item {
    padding: 10px;
    height: 30px;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.1;
  }
}

.footer {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  padding: 1.5625rem 0.9375rem;
  background-color: var(--text-primary-color);
  row-gap: 1.25rem;
}
@media screen and (min-width: 1260px) {
  .footer {
    -ms-grid-columns: 4.8125rem 1fr;
    grid-template-columns: 4.8125rem 1fr;
    padding: 3.125rem 1.25rem;
    gap: 3.75rem 2.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .footer {
    padding: 5rem calc((100% - var(--content-width)) / 2);
  }
}
.footer__logo {
  width: 3.125rem;
  height: 4.25rem;
}
.footer__logo-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (min-width: 1260px) {
  .footer__logo {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    width: 4.8125rem;
    height: 6.5625rem;
  }
}
.footer__menu {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 0.625rem;
}
@media screen and (min-width: 1260px) {
  .footer__menu {
    -ms-grid-columns: (minmax(15.875rem, 20.9375rem))[3];
    grid-template-columns: repeat(3, minmax(15.875rem, 20.9375rem));
    gap: 2.5rem 1.25rem;
  }
}
@media screen and (min-width: 1400px) {
  .footer__menu {
    row-gap: 3.75rem;
  }
}
.footer__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 0.0625rem solid var(--grey-white-hover-color);
  padding-top: 0.9375rem;
  padding-bottom: 1.8125rem;
  gap: 0;
}
.footer__block[open] {
  gap: 1.25rem;
}
@media screen and (min-width: 1260px) {
  .footer__block {
    border-bottom: none;
    padding: 0;
    cursor: pointer;
    gap: 1.25rem;
  }
}
.footer__list {
  padding-top: 1.25rem;
  width: 100%;
  gap: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media screen and (min-width: 1260px) {
  .footer__list {
    padding-top: 0;
  }
}
.footer__list-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
}
.footer__list-link {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 110%;
  color: var(--grey-white-hover-color);
  -webkit-transition: none;
  transition: none;
}
@media screen and (min-width: 1260px) {
  .footer__list-link {
    font-size: 1rem;
    text-decoration: none;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
  }
  .footer__list-link:hover {
    color: var(--copy-color);
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
}
@media screen and (min-width: 1400px) {
  .footer__list-link {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 120%;
  }
}
.footer__list--map .footer__list-link {
  color: var(--copy-color);
}
.footer__list--map .footer__list-link:hover {
  color: var(--grey-white-hover-color);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.footer__bottom {
  display: -ms-grid;
  display: grid;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  row-gap: 1.25rem;
}
.footer__bottom .footer__block {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  border-bottom: none;
  padding: 0;
  gap: 1.25rem;
}
@media screen and (min-width: 1260px) {
  .footer__bottom {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1400px) {
  .footer__bottom {
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    -ms-grid-columns: (20.9375rem)[3] 1fr;
    grid-template-columns: repeat(3, 20.9375rem) 1fr;
  }
}
.footer__subtitle {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 1rem;
  line-height: 130%;
  color: var(--grey-white-hover-color);
}
@media screen and (min-width: 1260px) {
  .footer__subtitle {
    font-size: 1.125rem;
    text-decoration: none;
  }
}
@media screen and (min-width: 1400px) {
  .footer__subtitle {
    font-weight: 500;
    font-size: 1.5rem;
  }
}
.footer__subtitle:hover {
  color: var(--copy-color);
}
.footer__copyright {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media screen and (min-width: 1260px) {
  .footer__copyright {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
}
@media screen and (min-width: 1400px) {
  .footer__copyright {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
    gap: 0.5rem;
  }
}
.footer__copyright-text {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 110%;
  color: var(--grey-white-hover-color);
  text-align: left;
  opacity: 0.5;
}
@media screen and (min-width: 1400px) {
  .footer__copyright-text {
    font-weight: 400;
    font-size: 1rem;
    line-height: 130%;
  }
}
.footer__social {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.footer__social .social__item {
  padding: 0;
  width: 1.75rem;
  height: 1.75rem;
}

.a11y {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  gap: 0.9375rem;
}
@media screen and (min-width: 1260px) {
  .a11y {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.a11y__age {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 1rem;
  line-height: 130%;
  color: var(--text-primary-color);
}
.a11y.hidden {
  display: none;
}

.nav {
  display: none;
}
@media screen and (min-width: 1400px) {
  .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nav.hidden {
    display: none;
  }
}
.nav__list {
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0;
}
@media screen and (min-width: 1400px) {
  .nav__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    gap: 1.25rem;
  }
}
.nav__item {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media screen and (min-width: 1400px) {
  .nav__item {
    width: auto;
  }
}
.nav__link {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0.625rem 1.25rem;
  gap: 0.5rem;
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 1rem;
  line-height: 130%;
  color: var(--text-primary-color);
}
@media screen and (min-width: 1400px) {
  .nav__link {
    padding: 0;
    text-decoration: none;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
  }
  .nav__link:hover {
    color: var(--primary-color);
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .nav__link-icon {
    display: none;
  }
}

.search {
  display: none;
  grid-column: 1/-1;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
  width: auto;
  gap: 0.3125rem;
}
@media screen and (min-width: 960px) {
  .search {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: auto;
    gap: 0.3125rem;
  }
  .search.search-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.actions {
  display: contents;
  width: auto;
}
.actions__btn.js-search {
  display: none;
}
.actions__btn.js-basket {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
.actions__btn.js-like {
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4/5;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
.actions.search-active {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .actions {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0.9375rem;
  }
  .actions__btn.js-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .actions__btn.js-search.hidden {
    display: none;
  }
}

.controls {
  display: contents;
  width: auto;
}
.controls__toggle {
  -ms-grid-column: 5;
  -ms-grid-column-span: 1;
  grid-column: 5/6;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
.controls__login {
  z-index: 2;
  display: none;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-column: 2;
  -ms-grid-column-span: 4;
  grid-column: 2/6;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
@media screen and (min-width: 960px) {
  .controls {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 1.25rem;
  }
  .controls__login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1260px) {
  .controls__toggle {
    display: none;
  }
}

.header {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 0.9375rem;
  -moz-column-gap: 0.9375rem;
  column-gap: 0.9375rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 7.9375rem 1fr (2.125rem)[3];
  grid-template-columns: 7.9375rem 1fr repeat(3, 2.125rem);
  padding: 1.5625rem 0.9375rem;
  width: 100%;
  background-color: var(--bg-primary-color);
}
@media screen and (min-width: 960px) {
  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
@media screen and (min-width: 1260px) {
  .header {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 1.5625rem 1.25rem;
    gap: 4.0625rem;
  }
}
@media screen and (min-width: 1400px) {
  .header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: calc((100% - 1400px) / 2);
    padding-left: calc((100% - 1400px) / 2);
  }
}
.header__logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 7.9375rem;
  height: 1.6875rem;
}
@media screen and (min-width: 960px) {
  .header__logo {
    margin-right: auto;
    width: 20.4375rem;
    height: 3.375rem;
  }
}
@media screen and (min-width: 1260px) {
  .header__logo {
    margin-right: 0;
  }
}
.header__frame {
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 7.9375rem;
  height: 1.6875rem;
}
@media screen and (min-width: 960px) {
  .header__frame {
    width: 20.4375rem;
    height: 3.375rem;
  }
}
.header__frame-img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.header__buttons {
  display: contents;
  width: auto;
}
@media screen and (min-width: 960px) {
  .header__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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1.25rem;
  }
}
@media screen and (min-width: 1260px) {
  .header__buttons {
    margin-left: auto;
    gap: 1.5625rem;
  }
}
@media screen and (min-width: 1400px) {
  .header__buttons {
    margin-left: 0;
  }
}
.header.search-active {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 20.4375rem 1fr;
  grid-template-columns: 20.4375rem 1fr;
  gap: 1.5625rem;
}
.header.search-active .header__buttons {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header.search-active .header__actions {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}
.header.search-active .actions__search {
  margin-right: auto;
  margin-left: 0;
  width: 100%;
}
.header.is-opened {
  -ms-grid-rows: 2.125rem 2.5rem 3.125rem;
  grid-template-rows: 2.125rem 2.5rem 3.125rem;
  row-gap: 1.25rem;
}
.header.is-opened .header__nav {
  position: absolute;
  left: 0;
  top: 5.25rem;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-top: 8.125rem;
  width: 100vw;
  height: calc(var(--vh, 1vh) * 100 - 5.25rem);
  background-color: var(--bg-primary-color);
}
.header.is-opened .header__a11y {
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  margin-right: auto;
}
.header.is-opened .header__actions {
  display: contents;
}
.header.is-opened .header__controls {
  display: contents;
}
.header.is-opened .actions__search {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header.is-opened .controls__login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 960px) {
  .header.is-opened {
    position: relative;
    -ms-grid-rows: 3.375rem 2.5rem;
    grid-template-rows: 3.375rem 2.5rem;
  }
  .header.is-opened .header__logo {
    margin-right: 0;
  }
  .header.is-opened .header__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header.is-opened .header__nav {
    top: 6.5rem;
    padding-top: 0.625rem;
    height: calc(var(--vh, 1vh) * 100 - 6.5rem);
  }
  .header.is-opened .header__a11y {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
  .header.is-opened .header__buttons {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    margin-left: auto;
  }
  .header.is-opened .actions__search {
    display: none;
  }
}

.modal {
  inset: 50% 0 0 50%;
  display: none;
  -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;
  margin: 0;
  outline: none;
  border: none;
  border-radius: 1.875rem;
  padding: 1.5625rem;
  width: 100%;
  max-width: 37.5rem;
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  background-color: var(--grey-white-color);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  gap: 1.25rem;
}
.modal[open] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal::-ms-backdrop {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal::backdrop {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal__screen {
  display: none;
  -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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  gap: 1.25rem;
}
.modal[data-state=auth] .modal__screen--auth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal[data-state=auth-password] .modal__screen--auth-password {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal[data-state=auth-code] .modal__screen--auth-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal[data-state=auth-code] .modal__screen--auth-code .modal__item {
  max-width: 13.125rem;
}
.modal[data-state=auth-code] .modal__screen--auth-code .modal__description {
  margin-bottom: 0.625rem;
}
.modal[data-state=restore] .modal__screen--restore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal[data-state=register] .modal__screen--register {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal[data-state=register] .modal__screen--register .modal__title {
  margin: 0;
}
.modal[data-state=auth-success], .modal[data-state=reg-success] {
  gap: 0;
}
.modal[data-state=auth-success] .modal__screen--auth-success {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal[data-state=auth-success] .modal__screen--auth-success .modal__data {
  gap: 1.875rem;
}
.modal[data-state=auth-success] .modal__screen--auth-success .modal__title {
  margin-bottom: 3.75rem;
}
.modal[data-state=reg-success] .modal__screen--reg-success {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal[data-state=reg-success] .modal__screen--reg-success .modal__data {
  gap: 1.875rem;
}
.modal[data-state=reg-success] .modal__screen--reg-success .modal__title {
  margin-bottom: 3.75rem;
}
.modal[data-state=manager-success] .modal__screen--manager-success {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal[data-state=manager-success] .modal__icon-success {
  margin-bottom: 1.25rem;
}
.modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.modal__back {
  width: 2.125rem;
  height: 2.125rem;
}
.modal__back.is-hidden {
  display: none;
}
.modal__close {
  margin-left: auto;
  width: 2.125rem;
  height: 2.125rem;
}
.modal__title {
  margin-bottom: 1.25rem;
  text-align: center;
}
.modal__subtitle {
  margin-bottom: 1.25rem;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 120%;
  color: var(--text-primary-color);
  text-align: center;
}
.modal__data {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.modal__description {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 120%;
  color: var(--text-primary-color);
  text-align: center;
}
.modal__form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 1.25rem;
}
.modal__item--agreement {
  row-gap: 0.1875rem;
}
.modal__item--agreement .input__checkbox-policy {
  padding-left: 2.125rem;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 110%;
  color: var(--text-secondary-color);
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.modal__item--agreement .input__checkbox-policy:hover {
  color: var(--accent-color);
}
.modal__divider {
  position: relative;
}
.modal__divider::after, .modal__divider::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 3.125rem;
  height: 0.0625rem;
  background-color: var(--text-secondary-color);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.modal__divider::before {
  left: -4.375rem;
}
.modal__divider::after {
  right: -4.375rem;
}
.modal__divider-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 120%;
  color: var(--text-secondary-color);
  text-transform: lowercase;
}
.modal__btn {
  width: 100%;
}
.modal__change {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 1rem;
  line-height: 120%;
  color: var(--text-primary-color);
  text-decoration: underline;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
.modal__change:hover {
  color: var(--accent-color);
}
.modal__resend {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: auto;
  gap: 0.3125rem;
}
.modal__resend-btn, .modal__resend-text {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 110%;
  color: var(--text-primary-color);
}
.modal__resend.is-active .modal__resend-btn {
  text-decoration: underline;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  cursor: pointer;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
.modal__resend.is-active .modal__resend-btn:hover {
  color: var(--accent-color);
}
.modal__resend.is-active .modal__resend-text {
  display: none;
}
.modal__restore {
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 1rem;
  line-height: 120%;
  text-decoration: underline;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
.modal__restore:hover {
  color: var(--accent-color);
}
.modal__switch {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  border-radius: 1.875rem;
  padding: 0.3125rem;
  width: 100%;
  background-color: var(--accent-hover-light-color);
  gap: 0.3125rem;
}
.modal__note {
  border-radius: 1.875rem;
  padding: 1.5rem 2rem;
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  text-align: left;
  background-color: var(--yellow-light-color);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1rem;
  line-height: 130%;
  color: var(--text-primary-color);
}
.modal__icon-success {
  color: var(--accent-color);
}

.cart-purchase-section {
  padding-block: 40px 100px;
}
@media (max-width: 770px) {
  .cart-purchase-section {
    padding-block: 30px 40px;
  }
}
.cart-purchase-section__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.cart-purchase-section__title {
  margin-bottom: 40px;
}

.purchase-quiz {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 1044px;
  flex: 0 1 1044px;
}
@media (max-width: 770px) {
  .purchase-quiz {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}
@media (max-width: 770px) {
  .purchase-quiz__inner {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}
.purchase-quiz__progress {
  margin-bottom: 20px;
}
.purchase-quiz__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 30px;
  padding: 25px;
  -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.0509803922);
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.0509803922);
  background-color: var(--grey-white-color);
  row-gap: 70px;
}
@media (max-width: 1260px) {
  .purchase-quiz__form {
    row-gap: 50px;
  }
}
@media (max-width: 770px) {
  .purchase-quiz__form {
    padding: 15px;
    row-gap: 30px;
  }
}
@media (max-width: 580px) {
  .purchase-quiz__form {
    padding: 10px 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    row-gap: 20px;
  }
}
.purchase-quiz__step {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 70px;
}
.purchase-quiz__step--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.purchase-quiz__title {
  margin-bottom: 20px;
}
.purchase-quiz__field {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 10px 20px;
}
@media (max-width: 770px) {
  .purchase-quiz__field {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .purchase-quiz__field .purchase-quiz__surname {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .purchase-quiz__field .purchase-quiz__name {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .purchase-quiz__field .purchase-quiz__patronymic {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .purchase-quiz__field .purchase-quiz__phone {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .purchase-quiz__field .purchase-quiz__email {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .purchase-quiz__field .purchase-quiz__subscribe {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
}
.purchase-quiz__patronymic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 770px) {
  .purchase-quiz__patronymic {
    gap: 5px;
  }
}
.purchase-quiz__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.purchase-quiz__register {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.purchase-quiz__register__button {
  width: 100%;
}
.purchase-quiz__nav {
  display: none;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
@media (max-width: 770px) {
  .purchase-quiz__nav {
    gap: 15px;
  }
}
@media (max-width: 580px) {
  .purchase-quiz__nav {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: 100%;
    gap: 10px;
  }
}
@media (max-width: 580px) {
  .purchase-quiz__btn--prev {
    padding: 10px;
    height: 30px;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
  }
}
@media (max-width: 580px) {
  .purchase-quiz__btn {
    width: 100%;
  }
}

.delivery-form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
}
.delivery-form__country {
  -ms-grid-column-span: 4;
  grid-column: span 4;
}
.delivery-form__region {
  -ms-grid-column-span: 4;
  grid-column: span 4;
}
.delivery-form__city {
  -ms-grid-column-span: 4;
  grid-column: span 4;
}
.delivery-form__index {
  -ms-grid-column-span: 3;
  grid-column: span 3;
}
.delivery-form__street {
  -ms-grid-column-span: 9;
  grid-column: span 9;
}
.delivery-form__house {
  -ms-grid-column-span: 3;
  grid-column: span 3;
}
.delivery-form__building {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.delivery-form__structure {
  -ms-grid-column-span: 3;
  grid-column: span 3;
}
.delivery-form__apartment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-column-span: 4;
  grid-column: span 4;
  gap: 10px;
}
@media (max-width: 1400px) {
  .delivery-form {
    -ms-grid-columns: (1fr)[8];
    grid-template-columns: repeat(8, 1fr);
  }
  .delivery-form__country {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }
  .delivery-form__region {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }
  .delivery-form__city {
    -ms-grid-column-span: 5;
    grid-column: span 5;
  }
  .delivery-form__index {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }
  .delivery-form__street {
    -ms-grid-column-span: 5;
    grid-column: span 5;
  }
  .delivery-form__house {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }
  .delivery-form__building {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .delivery-form__structure {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .delivery-form__apartment {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }
}
@media (max-width: 770px) {
  .delivery-form {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .delivery-form__country {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .delivery-form__region {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .delivery-form__city {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .delivery-form__index {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .delivery-form__street {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .delivery-form__house {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
  .delivery-form__building {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
  .delivery-form__structure {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
  .delivery-form__apartment {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
}
@media (max-width: 580px) {
  .delivery-form {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .delivery-form__country {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
  .delivery-form__region {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
  .delivery-form__city {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
  .delivery-form__index {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
  .delivery-form__street {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
  .delivery-form__house {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
  .delivery-form__building {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
  .delivery-form__structure {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
  .delivery-form__apartment {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
}

.product-params__item {
  position: relative;
  border-left: 0.0625rem solid var(--black-dark-color);
  padding-left: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.product-params__item.is-open .product-params__item-icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.product-params__item.is-open .product-params__item-list {
  z-index: 9;
  display: block;
}
.product-params__item-opener {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border: none;
  padding: 0;
  background-color: transparent;
  gap: 0.625rem;
}
.product-params__item-name {
  padding: 0.09375rem 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1rem;
  line-height: 130%;
  color: var(--black-dark-color);
}
.product-params__item-icon {
  width: 1.5rem;
  height: 1.5rem;
}
.product-params__item-about {
  padding-top: 0.25rem;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 110%;
  color: var(--black-lighter-color);
}
.product-params__item-list {
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
  border-radius: 1.5625rem;
  padding-bottom: 0.9375rem;
  width: 20rem;
  max-height: 12.5625rem;
  -webkit-box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.05), 0 4px 15px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.05), 0 4px 15px 0 rgba(0, 0, 0, 0.05);
  background-color: var(--bg-secondary-color);
}
.product-params__item-head {
  border-radius: 1.5625rem 1.5625rem 0 0;
  padding: 0.9375rem 0.3125rem 0.625rem 1.25rem;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.product-params__item-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 130%;
  color: var(--black-dark-color);
}
.product-params__item-note {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 110%;
  color: var(--black-dark-color);
}
.product-params__item-closer {
  border: none;
  padding: 0;
  width: 2.125rem;
  height: 2.125rem;
  background-color: transparent;
}
.product-params__item-value {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1rem;
  line-height: 130%;
  color: var(--black-dark-color);
  padding: 0.625rem 1rem;
  width: 100%;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  cursor: pointer;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.product-params__item-value:hover {
  background-color: var(--accent-hover-light-color);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.product-params__item--date .product-params__item-head {
  padding: 0.9375rem;
}
.product-params__item--date .product-params__item-list {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
}

.rating {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.rating[data-rating-locked=true] .rating__top {
  margin-bottom: 1.25rem;
}
.rating__top {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 1.25rem;
}
.rating__stars {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: auto;
}
.rating__star {
  border: none;
  padding: 0.3125rem;
  width: 2.125rem;
  height: 2.125rem;
  background-color: transparent;
  cursor: pointer;
  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;
}
.rating__star--filled {
  color: var(--yellow-color);
}
.rating__show {
  position: relative;
  border: none;
  padding: 0.25rem 2rem 0.25rem 0;
  background-color: transparent;
  cursor: pointer;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 110%;
  color: var(--text-secondary-color);
}
.rating__show::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 9C18 9 13.581 15 12 15C10.419 15 6 9 6 9' stroke='%238b91be' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.rating__show[aria-expanded=true]::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.rating__form {
  margin-bottom: 0.625rem;
  width: 100%;
}
.rating__form-textarea {
  outline: none;
  border: 0.0625rem solid var(--accent-active-light-color);
  border-radius: 1.875rem;
  padding: 0.875rem 1.1875rem;
  width: 100%;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  resize: none;
  font-family: var(--secondary-family);
  font-weight: 500;
  font-size: 1rem;
  line-height: 130%;
  color: var(--black-dark-color);
}
.rating__form-textarea:-moz-read-only {
  color: var(--text-secondary-color);
}
.rating__form-textarea:read-only {
  color: var(--text-secondary-color);
}
.rating__form-textarea:hover {
  border-color: var(--accent-color);
  color: var(--accent-color);
  background-color: var(--grey-normal-active-color);
}
.rating__actions:not([hidden]) {
  margin-bottom: 1.25rem;
  width: 100%;
  gap: 1.25rem;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}/*# sourceMappingURL=main.css.map */
