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

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

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

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

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

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

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

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

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

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

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

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

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

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

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

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

textarea {
  resize: vertical;
}

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

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

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

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

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

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

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

:root {
  --white: #FFFFFF;
  --black: #000000;
  --black-2: #151515;
  --black-hover: #333333;
  --grey-1: #D2D2D2;
  --grey-2: #F8F8F8;
  --grey-3: #DCDCDC;
  --grey-4: #F6F6F6;
  --grey-5: #9F9F9F;
  --stroke: #E1E1E1;
  --stroke-hover: #C6C6C6;
  --error: #EC3333;
}

@font-face {
  font-family: "Arimo";
  src: url("../fonts/../fonts/Arimo-SemiBold.woff2") format("woff2"), url("../fonts/../fonts/Arimo-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Arimo";
  src: url("../fonts/../fonts/Arimo-Regular.woff2") format("woff2"), url("../fonts/../fonts/Arimo-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Arimo";
  src: url("../fonts/../fonts/Arimo-Medium.woff2") format("woff2"), url("../fonts/../fonts/Arimo-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
html {
  height: 100%;
}

body {
  height: 100%;
}

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

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

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

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

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

ul, ol {
  margin: 0;
}

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

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

label {
  cursor: pointer;
}

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

textarea {
  resize: none;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100svh;
}

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

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

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

.centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.icon svg, .icon img {
  width: 100%;
  height: 100%;
}
.icon svg, .icon path {
  stroke: inherit;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: bold;
}

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

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

body {
  font-family: "Arimo";
  font-size: 16px;
  line-height: 140%;
}
body::-webkit-scrollbar {
  display: none;
}

a:hover {
  text-decoration: none;
}

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

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

.mobile {
  display: none;
}

@media (max-width: 932px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .desctop {
    display: none;
  }
  .mobile {
    display: block;
  }
}
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: var(--black);
  color: var(--white);
  fill: var(--white);
  border-radius: 36px;
  font-size: 16px;
  line-height: 115%;
  padding: 15px 30px;
}
.btn:hover {
  background: var(--black-hover);
}

.form-item__group.error .form-input {
  border-color: var(--error);
}
.form-item__group.error .form-error {
  display: block;
}
.form-item__head {
  font-size: 16px;
  line-height: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.form-item__head-link {
  -ms-flex-item-align: center;
      align-self: center;
}
.form-item__head a {
  font-size: 13px;
  line-height: normal;
  color: #C6C6C6;
  text-decoration: underline;
}
.form-item__head a:hover {
  text-decoration: none;
}
.form-item__field {
  position: relative;
}
.form-item__show-password {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  fill: var(--grey-1);
}
.form-item__show-password .icon-eye-2 {
  display: none;
}
.form-item__show-password.active .icon-eye-2 {
  display: block;
}
.form-item__show-password.active .icon-eye {
  display: none;
}
.form-item__phone {
  position: absolute;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form-country__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  border-right: 1px solid var(--stroke);
  padding-right: 12px;
}
.form-country__btn-flag {
  width: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.form-country__btn-arrow {
  width: 14px;
  height: 14px;
}
.form-country__btn-txt {
  margin: 0 8px;
}
.form-error {
  display: none;
  color: var(--error);
  font-size: 12px;
  line-height: 140%;
  margin-top: 6px;
}
.form-input {
  display: block;
  width: 100%;
  height: 50px;
  border-radius: 4px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  border: 1px solid var(--stroke);
  padding: 12px 16px;
}
.form-input::-webkit-input-placeholder {
  color: var(--grey-1);
}
.form-input::-moz-placeholder {
  color: var(--grey-1);
}
.form-input:-ms-input-placeholder {
  color: var(--grey-1);
}
.form-input::-ms-input-placeholder {
  color: var(--grey-1);
}
.form-input::placeholder {
  color: var(--grey-1);
}
.form-input:hover, .form-input:focus {
  border-color: var(--stroke-hover);
}
.form-input[type=password] {
  padding-right: 42px;
}
.form-input--phone {
  padding-left: 114px;
}

.header {
  padding: 36px 0;
  background: var(--white);
  position: sticky;
  top: 0;
  z-index: 99;
}
.header__content {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.header-links {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-links__item {
  margin-right: 16px;
}
.header-links__item:last-child {
  margin: 0;
}
.header-links__link {
  font-size: 15px;
  font-weight: 500;
  line-height: 154%;
  text-transform: uppercase;
}
.header-links__btn {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  padding: 14px 20px;
  border-radius: 32px;
  background: var(--black);
  color: var(--white);
  fill: var(--white);
}
.header-links__btn-icon {
  width: 20px;
  height: 20px;
  margin-left: 4px;
}
.header-links__btn:hover {
  background: var(--black-hover);
}

@media (max-width: 932px) {
  .header {
    padding: 6px 0;
  }
  .header__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-links__item--m-hidden {
    display: none;
  }
  .header-links__btn {
    font-size: 16px;
    padding: 10px 16px;
  }
  .header-links__btn-icon {
    width: 14px;
    height: 14px;
  }
  .logo img {
    width: 150px;
  }
}
.footer {
  border-radius: 16px 16px 0 0;
  background: var(--black-2);
  color: var(--white);
}
.footer--inner {
  display: none;
}
.footer__top {
  border-bottom: 1px solid var(--white);
  padding-top: 76px;
  padding-bottom: 116px;
}
.footer__top-content {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__top-left {
  width: 41.66666667%;
}
.footer__top-right {
  width: 41.66666667%;
}
.footer__bottom, .footer__middle {
  font-size: 12px;
  line-height: 130%;
  padding-bottom: 30px;
}
.footer__bottom-content, .footer__middle-content {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__bottom-left, .footer__middle-left {
  width: 50%;
}
.footer__bottom-right, .footer__middle-right {
  width: 41.66666667%;
}
.footer__middle {
  padding: 60px 0;
}
.footer__title {
  font-size: 62px;
  line-height: normal;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.footer__txt {
  font-size: 16px;
  line-height: 154%;
  max-width: 820px;
  color: var(--grey-3);
}
.footer__logo {
  margin-bottom: 16px;
}
.footer__link {
  opacity: 0.6;
}
.footer__copyright {
  opacity: 0.6;
}
.footer__contacts {
  color: var(--grey-3);
}
.footer__contacts-mail {
  font-size: 44px;
  text-transform: uppercase;
  margin-bottom: 60px;
  color: var(--white);
}
.footer__contacts-mail a {
  text-decoration: underline;
}
.footer__contacts-mail a:hover {
  text-decoration: none;
}
.footer__contacts-phone {
  margin-bottom: 16px;
}
.footer__contacts-address {
  margin-bottom: 2px;
}
.footer-form__fields {
  margin-bottom: 28px;
}
.footer-form__fields--mb-2 {
  margin-bottom: 12px;
}
.footer-form__fields-item {
  margin-bottom: 12px;
}
.footer-form__fields-item:last-child {
  margin-bottom: 0;
}
.footer-form__input {
  height: 46px;
  background: #282828;
  border: 1px solid #282828;
  font-size: 16px;
  padding: 12px;
  color: var(--white);
}
.footer-form__input:hover {
  background: #2D2D2D;
  border-color: #282828;
}
.footer-form__input:focus {
  border-color: #282828;
}
.footer-form__input::-webkit-input-placeholder {
  color: #909090;
}
.footer-form__input::-moz-placeholder {
  color: #909090;
}
.footer-form__input:-ms-input-placeholder {
  color: #909090;
}
.footer-form__input::-ms-input-placeholder {
  color: #909090;
}
.footer-form__input::placeholder {
  color: #909090;
}
.footer-form__textarea {
  height: 158px;
}
.footer-form__txt {
  text-align: right;
  font-size: 12px;
  line-height: 18px;
  color: #909090;
  margin-top: 12px;
}
.footer-form__txt a {
  text-decoration: underline;
}
.footer-form__btn {
  font-weight: 600;
  padding: 12px 56px;
  margin-left: auto;
  background: var(--white);
  color: var(--black);
  border-radius: 4px;
  text-transform: uppercase;
}
.footer-form__btn:hover {
  background: var(--white);
}

@media (max-width: 1440px) {
  .footer__top {
    padding-top: 78px;
    padding-bottom: 58px;
  }
  .footer__top-right {
    width: 58.33333333%;
  }
  .footer__bottom-left, .footer__middle-left {
    width: 58.33333333%;
  }
  .footer__bottom-right, .footer__middle-right {
    width: 41.66666667%;
  }
  .footer__title {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .footer__txt {
    max-width: 720px;
  }
  .footer__txt--top {
    max-width: 470px;
  }
  .footer__logo img {
    width: 460px;
  }
  .footer__contacts-mail {
    font-size: 40px;
  }
}
@media (max-width: 1280px) {
  .footer__contacts-mail {
    font-size: 26px;
    line-height: normal;
  }
}
@media (max-width: 932px) {
  .footer--inner {
    display: block;
  }
  .footer__top {
    padding: 32px 0;
  }
  .footer__top-left {
    width: 100%;
    margin-bottom: 28px;
  }
  .footer__top-right {
    width: 100%;
  }
  .footer__bottom-left, .footer__middle-left {
    width: 100%;
  }
  .footer__bottom-right, .footer__middle-right {
    width: 100%;
  }
  .footer__middle {
    padding: 48px 0;
  }
  .footer__middle-left {
    margin-bottom: 48px;
  }
  .footer__bottom {
    padding-bottom: 32px;
  }
  .footer__bottom-left {
    margin-bottom: 8px;
  }
  .footer__title {
    font-size: 26px;
    margin-bottom: 8px;
  }
  .footer__txt {
    font-size: 15px;
  }
  .footer__txt--top {
    font-size: 16px;
    line-height: 145%;
  }
  .footer__logo {
    margin-bottom: 20px;
  }
  .footer__logo img {
    width: 264px;
  }
  .footer__contacts {
    font-size: 15px;
    color: var(--white);
  }
  .footer__contacts-mail {
    margin-bottom: 20px;
  }
  .footer__contacts-address {
    max-width: 280px;
    margin-bottom: 8px;
  }
  .footer-form__fields {
    margin-bottom: 16px;
  }
  .footer-form__fields-item {
    margin-bottom: 16px;
  }
  .footer-form__txt {
    margin-top: 32px;
  }
}
@media (max-width: 480px) {
  .footer-form__btn {
    width: 100%;
  }
  .footer-form__txt {
    text-align: left;
  }
}
.intro {
  padding-top: 14px;
  padding-bottom: 10px;
}
.intro-content__title {
  margin-bottom: 40px;
}
.intro-content__txt {
  margin-bottom: 40px;
}
.intro-title {
  font-size: 82px;
  line-height: 96%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}
.intro-title__group {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 12px;
}
.intro-title__group:last-child {
  margin-bottom: 0;
}
.intro-txt {
  max-width: 916px;
}
.intro-img img {
  border-radius: 18px;
}

@media (max-width: 1440px) {
  .intro {
    padding-top: 4px;
  }
  .intro-content__title {
    margin-bottom: 30px;
  }
  .intro-content__txt {
    margin-bottom: 30px;
  }
  .intro-title {
    font-size: 68px;
  }
  .intro-title__group {
    margin-bottom: 8px;
  }
  .intro-txt {
    max-width: 850px;
  }
}
@media (max-width: 932px) {
  .intro {
    padding-top: 30px;
  }
  .intro-content__title {
    margin-bottom: 16px;
  }
  .intro-content__txt {
    display: none;
  }
  .intro-title {
    font-size: 28px;
    line-height: 112%;
    letter-spacing: -0.01em;
  }
  .intro-title__group {
    margin-bottom: 0;
  }
  .intro-title__txt--2 {
    margin-left: auto;
  }
  .intro-title__txt--5 {
    margin-left: 54px;
  }
  .intro-img img {
    border-radius: 8px;
  }
}
.brandsSm {
  padding: 10px 0 0;
}
.brandsSm-slider {
  overflow: hidden;
}
.brandsSm-slider__slide {
  max-width: 232px;
}
.brandsSm-img {
  display: block;
}
.brandsSm-list {
  margin-right: -4px;
  margin-bottom: -4px;
}
.brandsSm-list__item {
  margin-right: 4px;
  margin-bottom: 4px;
}
.brandsSm-btn {
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 154%;
  padding: 6px 8px;
  border-radius: 20px;
  text-transform: uppercase;
  color: var(--grey-1);
}
.brandsSm-btn::before {
  border-color: var(--grey-1);
}
.brandsSm-btn.selected {
  color: var(--black);
}
.brandsSm-btn.selected::before {
  border-color: var(--black);
}

@media (max-width: 1440px) {
  .brandsSm {
    padding: 6px 0 0;
  }
  .brandsSm-slider__slide {
    max-width: 172px;
  }
}
@media (max-width: 932px) {
  .brandsSm {
    display: none;
  }
}
.brands {
  padding: 80px 0;
}
.brands-content__left {
  width: 314px;
  padding-right: 20px;
}
.brands-content__right {
  width: calc(100% - 314px);
}
.brands-menu {
  position: sticky;
  top: 140px;
}
.brands-menu__link {
  font-size: 15px;
  font-weight: 500;
  line-height: 154%;
  text-transform: uppercase;
  border-radius: 20px;
  padding: 10px 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.brands-menu__link::before {
  display: none;
}
.brands-menu__link-icon {
  width: 17px;
  height: 17px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 8px;
  display: none;
}
.brands-menu__link.selected .brands-menu__link-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.brands-menu__link:hover {
  background: var(--grey-2);
}
.brands-menu__link:hover .brands-menu__link-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.brands-list__item {
  margin-bottom: 32px;
}
.brands-list__item:last-child {
  margin-bottom: 0;
}
.brands-item {
  padding: 24px;
  background: var(--grey-2);
  border-radius: 20px;
  --info-width: 792px;
}
.brands-item__info {
  width: var(--info-width);
  padding-left: 24px;
}
.brands-item__info-inner {
  height: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.brands-item__info-country {
  width: 50%;
}
.brands-item__info-since {
  width: 50%;
}
.brands-item__info-img {
  width: 100%;
  margin: auto;
}
.brands-item__info-txt {
  margin-top: auto;
}
.brands-item__img {
  width: calc(100% - var(--info-width));
}
.brands-item__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.brands-item__logo {
  text-align: center;
}
.brands-item__logo img {
  max-width: 390px;
}
.brands-item__txtSm {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 154%;
  letter-spacing: 0.01em;
}
.brands-item__txtSm--end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.brands-item__txtSm-name {
  font-weight: 600;
  margin-right: 6px;
}
.brands-item__txt {
  font-size: 14px;
  line-height: 141%;
}

@media (max-width: 1440px) {
  .brands {
    padding: 70px 0;
  }
  .brands-content__left {
    width: 234px;
  }
  .brands-content__right {
    width: calc(100% - 234px);
  }
  .brands-list__item {
    margin-bottom: 20px;
  }
  .brands-item {
    padding: 20px;
    --info-width: 606px;
  }
  .brands-item__info {
    padding-left: 20px;
  }
  .brands-item__logo img {
    max-width: 350px;
  }
}
@media (max-width: 932px) {
  .brands {
    padding-top: 10px;
    padding-bottom: 36px;
    background: var(--white);
  }
  .brands-content__left {
    width: 100%;
    padding-right: 0;
    position: sticky;
    top: 48px;
    padding-top: 12px;
    background: var(--white);
    margin-bottom: 16px;
  }
  .brands-content__left::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: -20px;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), color-stop(92.56%, #FFFFFF), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 92.56%, rgba(255, 255, 255, 0) 100%);
  }
  .brands-content__right {
    width: 100%;
  }
  .brands-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -4px;
    margin-right: -4px;
    position: static;
  }
  .brands-menu__item {
    margin-right: 4px;
    margin-bottom: 4px;
  }
  .brands-menu__link {
    color: var(--grey-1);
    padding: 6px 8px;
  }
  .brands-menu__link::before {
    border-color: var(--grey-1);
    display: block;
  }
  .brands-menu__link-icon {
    display: none !important;
  }
  .brands-menu__link:hover {
    background: transparent;
  }
  .brands-menu__link.selected {
    color: var(--black);
  }
  .brands-menu__link.selected::before {
    border-color: var(--black);
  }
  .brands-item {
    --info-width: 60%;
    border-radius: 16px;
    padding: 12px;
  }
  .brands-item__logo img {
    max-width: 198px;
  }
}
@media (max-width: 480px) {
  .brands-item__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .brands-item__img {
    width: 100%;
    margin-bottom: 20px;
  }
  .brands-item__info {
    width: 100%;
    padding-left: 0;
  }
  .brands-item__info-country {
    width: 100%;
  }
  .brands-item__info-since {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .brands-item__info-img {
    margin: 28px 0;
  }
  .brands-item__info-txt {
    margin-bottom: 28px;
  }
  .brands-item__txtSm {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .brands-item__txt {
    text-align: center;
  }
}
.authPage {
  padding: 0 0 48px;
  --left-col: 572px;
}
.authPage-content__left {
  width: var(--left-col);
}
.authPage-content__right {
  width: calc(100% - var(--left-col));
  padding: 20px;
  position: relative;
}
.authPage-content__right-inner {
  height: 100%;
}
.authPage-back {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 34px;
  height: 34px;
  background: var(--grey-4);
  border-radius: 50%;
}
.authPage-back svg {
  width: 18px;
  height: 18px;
}
.authPage-img {
  height: 100%;
}
.authPage-img img {
  border-radius: 20px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.authPage-form {
  width: 460px;
  max-width: 100%;
}
.authPage-form__head {
  text-align: center;
  margin-bottom: 32px;
}
.authPage-form__title {
  font-size: 48px;
  line-height: 90%;
  letter-spacing: -0.04em;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.authPage-form__txt {
  font-size: 18px;
  line-height: 124%;
}
.authPage-form__fields {
  --gutter-x: 16px;
  --gutter-y: 24px;
}
.authPage-form__fields-col {
  width: 50%;
}
.authPage-form__fields-col--fw {
  width: 100%;
}
.authPage-form__actions {
  margin-top: 32px;
}
.authPage-form__actions-item {
  margin-bottom: 32px;
}
.authPage-form__actions-item--mb-2 {
  margin-bottom: 16px;
}
.authPage-form__actions-item:last-child {
  margin-bottom: 0;
}
.authPage-form__actions-txt {
  text-align: center;
  font-size: 15px;
  line-height: normal;
}
.authPage-form__actions-txt--grey {
  font-size: 14px;
  color: var(--grey-5);
}
.authPage-form__actions-txt--sm {
  text-align: left;
  color: var(--grey-1);
  font-size: 12px;
  line-height: 18px;
}
.authPage-form__actions-txt a {
  text-decoration: underline;
}
.authPage-form__btn {
  width: 100%;
}
.authPage-form__content.hidden {
  display: none;
}
.authPage-form__status {
  text-align: center;
}
.authPage-form__status:not(.visible) {
  display: none;
}
.authPage-form__status-item:not(.visible) {
  display: none;
}
.authPage-form__status-img {
  margin-bottom: 28px;
}
.authPage-form__status-title {
  margin-bottom: 16px;
}
.authPage-form__status-btn {
  margin-top: 24px;
}

@media (max-width: 1280px) {
  .authPage {
    --left-col: 380px;
  }
}
@media (max-width: 932px) {
  .authPage {
    padding: 16px 0 84px;
  }
  .authPage-content__left {
    display: none;
  }
  .authPage-content__right {
    width: 100%;
    padding: 0;
  }
  .authPage-content__right-inner {
    height: auto;
  }
  .authPage-back {
    position: initial;
    margin-bottom: 54px;
  }
  .authPage-form__title {
    font-size: 36px;
    margin-bottom: 16px;
  }
  .authPage-form__txt {
    font-size: 16px;
    line-height: 124%;
    max-width: 308px;
    margin-left: auto;
    margin-right: auto;
  }
  .authPage-form__head {
    margin-bottom: 36px;
  }
}
@media (max-width: 480px) {
  .authPage-form__fields-col {
    width: 100%;
  }
}