@charset "UTF-8";
/*
Theme Name: Investime
Author: investime
Author URI:
Theme URI:
Tags: full-site-editing, block-patterns
Text Domain: investime
*/
@font-face {
  font-family: "Object Sans";
  src: url("/wp-content/themes/investime/assets/fonts/ObjectSans-Regular.eot");
  src: local("/wp-content/themes/investime/assets/fonts/ObjectSans-Regular"), url("/wp-content/themes/investime/assets/fonts/ObjectSans-Regular.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/investime/assets/fonts/ObjectSans-Regular.woff2") format("woff2"), url("/wp-content/themes/investime/assets/fonts/ObjectSans-Regular.woff") format("woff"), url("/wp-content/themes/investime/assets/fonts/ObjectSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Object Sans";
  src: url("/wp-content/themes/investime/assets/fonts/ObjectSans-Medium.eot");
  src: local("/wp-content/themes/investime/assets/fonts/ObjectSans-Medium"), url("/wp-content/themes/investime/assets/fonts/ObjectSans-Medium.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/investime/assets/fonts/ObjectSans-Medium.woff2") format("woff2"), url("/wp-content/themes/investime/assets/fonts/ObjectSans-Medium.woff") format("woff"), url("/wp-content/themes/investime/assets/fonts/ObjectSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Object Sans";
  src: url("/wp-content/themes/investime/assets/fonts/ObjectSans-Bold.eot");
  src: local("/wp-content/themes/investime/assets/fonts/ObjectSans-Bold"), url("/wp-content/themes/investime/assets/fonts/ObjectSans-Bold.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/investime/assets/fonts/ObjectSans-Bold.woff2") format("woff2"), url("/wp-content/themes/investime/assets/fonts/ObjectSans-Bold.woff") format("woff"), url("/wp-content/themes/investime/assets/fonts/ObjectSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DrukCyr";
  src: url("/wp-content/themes/investime/assets/fonts/drukwidecyr-bold.eot");
  src: local("/wp-content/themes/investime/assets/fonts/drukwidecyr-bold"), url("/wp-content/themes/investime/assets/fonts/drukwidecyr-bold.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/investime/assets/fonts/drukwidecyr-bold.woff2") format("woff2"), url("/wp-content/themes/investime/assets/fonts/drukwidecyr-bold.woff") format("woff"), url("/wp-content/themes/investime/assets/fonts/drukwidecyr-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Benzin";
  src: url("/wp-content/themes/investime/assets/fonts/Benzin-Bold.eot");
  src: local("/wp-content/themes/investime/assets/fonts/Benzin-Bold"), url("/wp-content/themes/investime/assets/fonts/Benzin-Bold.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/investime/assets/fonts/Benzin-Bold.woff2") format("woff2"), url("/wp-content/themes/investime/assets/fonts/Benzin-Bold.woff") format("woff"), url("/wp-content/themes/investime/assets/fonts/Benzin-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
:root {
  --main-bg: #faf5ed;
  --secondary-bg: #f0e9dd;
  --footer-bg: #f2ece3;
  --primary-brown: #493629;
  --primary-brown-64: rgba(73, 54, 41, 0.64);
  --accent-orange: #ea8358;
  --accent-blue: #8faac2;
  --white: #ffffff;
  --font-family: "Object Sans", sans-serif;
  --second-family: "DrukCyr", sans-serif;
  --third-family: "Benzin", sans-serif;
}

body {
  background: var(--main-bg);
}
body.menu-open {
  overflow: hidden;
}

body,
html,
* {
  font: 400 16px/normal var(--font-family), sans-serif;
  color: var(--primary-brown);
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  border: none;
  text-decoration: none;
  transition: 0.5s ease;
}

button,
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  transition: 0.5s ease;
}

ul,
ol {
  list-style: none;
}

:focus {
  outline: none;
}

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

.container {
  max-width: 1112px;
  width: 100%;
  padding: 0 16px;
  margin: 0 auto;
  height: inherit;
}

main {
  padding: 64px 0;
}

.title {
  font-family: "Benzin";
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
}

.second-title {
  font-family: var(--third-family);
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  color: #493629;
}

iframe {
  width: 100%;
  height: 100%;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: var(--primary-brown);
  border-radius: 12px;
  font-family: "Object Sans", sans-serif;
  font-size: 15px;
  color: var(--main-bg);
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.btn:hover {
  background: var(--accent-orange);
}

.secondary-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: var(--accent-orange);
  border-radius: 12px;
  font-family: "Object Sans", sans-serif;
  font-size: 15px;
  color: var(--main-bg);
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.secondary-btn:hover {
  background: var(--primary-brown);
}
.secondary-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.slider-button-next {
  transform: scale(-1, 1);
}

.table-wrapper {
  overflow-x: auto;
  max-width: 100%;
  width: 100%;
}

.data-table {
  max-width: 918px;
  margin: 0 auto;
  width: 100%;
  border-collapse: collapse;
  border-radius: 24px;
  overflow: hidden;
}
.data-table thead tr {
  background: var(--primary-brown);
}
.data-table th {
  padding: 24px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 22px;
  line-height: 100%;
  color: #faf5ed;
  text-align: left;
}
.data-table th:first-child {
  padding-right: 40px;
}
.data-table th:last-child {
  padding-left: 40px;
}
.data-table tbody tr {
  background: var(--secondary-bg);
}
.data-table tbody tr:nth-child(even) {
  background: #e6ded2;
}
.data-table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 24px;
}
.data-table tbody tr:last-child td:last-child {
  border-radius: 0 0 24px 0;
}
.data-table td {
  padding: 24px;
  font-family: var(--font-family);
  font-size: 22px;
  line-height: 1.02;
  color: var(--primary-brown);
  text-align: left;
}
.data-table td:first-child {
  padding-right: 40px;
}
.data-table td:last-child {
  padding-left: 40px;
}
.data-table--two-column {
  table-layout: fixed;
}
.data-table--two-column th,
.data-table--two-column td {
  width: 50%;
}
.data-table--two-column th:first-child,
.data-table--two-column td:first-child {
  text-align: right;
}
.data-table--two-column th:last-child,
.data-table--two-column td:last-child {
  text-align: left;
}
.data-table--history th:nth-child(1) {
  width: 30%;
}
.data-table--history th:nth-child(2) {
  width: 30%;
}
.data-table--history th:nth-child(3) {
  width: 40%;
}
.data-table--history td:nth-child(1),
.data-table--history td:nth-child(2),
.data-table--history td:nth-child(3) {
  text-align: left;
}
@media screen and (max-width: 920px) {
  .data-table {
    border-radius: 24px;
  }
  .data-table th {
    padding: 16px;
    font-size: 18px;
  }
  .data-table th:first-child {
    padding-right: 16px;
  }
  .data-table th:last-child {
    padding-left: 16px;
  }
  .data-table td {
    padding: 16px;
    font-size: 16px;
    line-height: 1.25;
  }
  .data-table--two-column td:first-child {
    width: 70%;
  }
  .data-table--two-column td:last-child {
    width: 30%;
  }
}

b {
  font: inherit;
  font-weight: 700;
}

p {
  font: inherit;
  color: inherit;
}
p + p {
  margin-top: 8px;
}

.fancybox__container {
  --fancybox-bg: #393939;
}
.fancybox__container .fancybox__toolbar,
.fancybox__container .fancybox__nav,
.fancybox__container .f-button.is-close-btn {
  display: none !important;
}

@media screen and (max-width: 920px) {
  .container {
    padding: 0 16px;
  }
  main {
    padding-top: 24px;
    padding-bottom: 64px;
  }
  .title {
    font-size: 22px;
    line-height: 1.09;
    text-align: left;
  }
  .second-title {
    font-size: 22px;
    line-height: 109%;
    text-align: left;
  }
  .btn {
    font-size: 15px;
    padding: 24px;
  }
}
.wpcf7-response-output,
.wpcf7-not-valid-tip {
  display: none !important;
}

.form__input {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(132, 90, 63, 0.32);
  border-radius: 12px;
  height: 56px;
  width: 100%;
  padding-left: 16px;
}
.form__input::-moz-placeholder {
  color: #493629;
}
.form__input::placeholder {
  color: #493629;
}
.form__input.wpcf7-not-valid {
  border-color: #d32f2f;
}

.form__submit-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form__submit {
  width: 100%;
}

form.submitting input[type=submit] {
  color: transparent;
}

.wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  margin: 0;
}
.wpcf7-spinner:before {
  background: var(--primary-brown);
}

/**
 * Стили для контента в редакторе WordPress
 * Класс wp-edit применяется к контейнеру контента
 */
.wp-edit {
  font-size: 16px;
  line-height: 1.6;
  color: var(--black);
}
.wp-edit h2,
.wp-edit h3,
.wp-edit h4,
.wp-edit h5,
.wp-edit h6 {
  margin-top: 1.5em;
  margin-bottom: 0.75em;
  font-family: var(--second-family);
  line-height: 1.3;
}
.wp-edit h1 {
  font-size: 32px;
}
.wp-edit h2 {
  font-size: 28px;
}
.wp-edit h3 {
  font-size: 24px;
}
.wp-edit h4 {
  font-size: 20px;
}
.wp-edit h5 {
  font-size: 18px;
}
.wp-edit h6 {
  font-size: 16px;
}
.wp-edit p {
  margin-bottom: 1.2em;
  font-weight: 400;
  font-size: 15px;
  line-height: 167%;
  color: #000;
}
.wp-edit ul,
.wp-edit ol {
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.wp-edit ul {
  list-style: disc;
}
.wp-edit ol {
  list-style: decimal;
}
.wp-edit li {
  margin-bottom: 0.5em;
}
.wp-edit table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5em;
}
.wp-edit table,
.wp-edit th,
.wp-edit td {
  border: 1px solid #e2e6e8;
}
.wp-edit th,
.wp-edit td {
  padding: 10px;
  text-align: left;
}
.wp-edit th {
  background-color: #f5f5f5;
  font-weight: 500;
}
.wp-edit blockquote {
  border-left: 4px solid var(--green);
  padding-left: 20px;
  margin-left: 0;
  margin-bottom: 1.5em;
  font-style: italic;
  color: #666;
}
.wp-edit img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1.5em;
  border-radius: 8px;
}
.wp-edit .alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
.wp-edit .alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
}
.wp-edit .aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.wp-edit .wp-caption {
  max-width: 100%;
  margin-bottom: 1.5em;
}
.wp-edit .wp-caption img {
  margin-bottom: 5px;
}
.wp-edit .wp-caption-text {
  font-size: 14px;
  font-style: italic;
  color: #666;
  text-align: center;
}
.wp-edit a {
  color: var(--green);
  text-decoration: none;
  transition: color 0.3s ease;
}
.wp-edit a:hover {
  color: var(--green-dark);
  text-decoration: underline;
}
.wp-edit hr {
  border: 0;
  height: 1px;
  background-color: #e2e6e8;
  margin: 2em 0;
}
.wp-edit figure {
  margin-bottom: 1.5em;
}
.wp-edit figcaption {
  font-size: 14px;
  color: #666;
  text-align: center;
  margin-top: 5px;
}
.wp-edit pre,
.wp-edit code {
  font-family: monospace;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.wp-edit pre {
  padding: 15px;
  overflow-x: auto;
  margin-bottom: 1.5em;
}
.wp-edit code {
  padding: 2px 5px;
}
.wp-edit .gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 1.5em;
}
.wp-edit .gallery .gallery-item {
  flex: 1 0 200px;
}
.wp-edit .gallery img {
  margin-bottom: 0;
}
.wp-edit .wp-edit-text {
  font-size: 16px;
  line-height: 1.6;
  color: var(--black);
}
.wp-edit .wp-edit-blockquote-accent {
  border-left: 4px solid var(--green);
  background-color: rgba(0, 128, 0, 0.05);
  padding: 15px 20px;
  margin: 1.5em 0;
  font-style: italic;
  color: #333;
  border-radius: 0 4px 4px 0;
}
.wp-edit .wp-edit-highlight {
  background-color: rgba(0, 128, 0, 0.1);
  padding: 2px 5px;
  border-radius: 3px;
  color: var(--green-dark);
  font-weight: 500;
}
.wp-edit .btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: var(--green);
  color: white;
  text-decoration: none;
  border-radius: 25px;
  margin: 10px 0;
  font-weight: 500;
  transition: background-color 0.3s ease;
}
.wp-edit .btn:hover {
  background-color: var(--green-dark);
  color: white;
  text-decoration: none;
}

.header {
  padding: 16px 40px;
  position: relative;
  z-index: 1000;
  border: 1px solid rgba(73, 54, 41, 0.12);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(250, 245, 237, 0.95);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 20px rgba(73, 54, 41, 0.08);
  animation: slideDown 0.4s ease-out;
}
body.menu-open .header.sticky {
  box-shadow: none;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0 auto;
  max-width: 1420px;
}
.header__nav-list {
  display: flex;
  align-items: center;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header__nav-link {
  font-family: "Object Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #000000;
  text-decoration: none;
  transition: color 0.3s ease;
}
.header__nav-link:hover {
  color: var(--accent-orange);
}
.header .header__nav-item.current-menu-item span {
  color: var(--accent-orange);
}
.header__logo {
  width: 168px;
  height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
}
.header__logo-link {
  display: flex;
}
.header__user-wrapper {
  position: relative;
}
.header__user-wrapper:hover .header__user-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header__user {
  display: flex;
  align-items: center;
  gap: 12px;
}
.header__user-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.header__user-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.header__user-name {
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  text-align: right;
  color: #000;
}
.header__user-rate {
  font-weight: 500;
  font-size: 15px;
  text-align: right;
  color: #53cd51;
}
.header__user-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  width: 174px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0px 8px 64px 0px rgba(73, 54, 41, 0.16);
  padding: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: all 0.3s ease;
  z-index: 100;
}
.header__user-menu-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px;
  border-radius: 8px;
  text-decoration: none;
  color: #493629;
  font-family: "Object Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.03;
  transition: background 0.3s ease;
}
.header__user-menu-item svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.header__user-menu-item span {
  font-weight: 400;
  font-size: 13px;
  color: #493629;
  white-space: nowrap;
}
.header__user-menu-item:hover {
  background: #faf5ed;
}
.header__user-menu-item.active {
  background: #faf5ed;
}
.header__burger {
  display: none;
  position: relative;
  width: 48px;
  height: 48px;
  background: #493629;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  z-index: 1001;
  transition: all 0.3s ease;
}
.header__burger span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 3px;
  background: #faf5ed;
  border-radius: 14px;
  transition: all 0.3s ease;
}
.header__burger span:nth-child(1) {
  transform: translate(-50%, -50%) translateY(-6px);
}
.header__burger span:nth-child(2) {
  transform: translate(-50%, -50%);
}
.header__burger span:nth-child(3) {
  transform: translate(-50%, -50%) translateY(6px);
}
.header__burger.active span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.header__burger.active span:nth-child(2) {
  opacity: 0;
}
.header__burger.active span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 920px) {
  .header {
    padding: 10px 16px;
    position: sticky;
    top: 0;
    z-index: 1001;
    background: #faf5ed;
  }
  .header__nav {
    display: none;
  }
  .header__burger {
    display: flex;
  }
  .header__logo {
    width: 126px;
    height: 30px;
  }
  .header__user-wrapper {
    display: none;
  }
  .header__btn {
    display: none;
  }
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background: #faf5ed;
  z-index: 999;
  transition: right 0.3s ease;
  overflow-y: auto;
  padding-top: 68px;
}
.mobile-menu.active {
  display: block;
  right: 0;
}
.mobile-menu__nav {
  padding: 0;
}
.mobile-menu__list {
  display: flex;
  flex-direction: column;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #faf5ed;
}
.mobile-menu__list li {
  border-bottom: 1px solid rgba(73, 54, 41, 0.24);
  background: #faf5ed;
}
.mobile-menu__list li:first-child {
  border-top: 1px solid rgba(73, 54, 41, 0.24);
}
.mobile-menu__link, .mobile-menu__list li span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 27px 36px 27px 16px;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #493629;
  text-decoration: none;
  transition: color 0.3s ease;
  background: #faf5ed;
}
.mobile-menu__link::after, .mobile-menu__list li span::after {
  content: "";
  width: 7px;
  height: 14px;
  margin-right: 0;
  flex-shrink: 0;
  background: url('data:image/svg+xml;utf8,<svg width="7" height="14" viewBox="0 0 7 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L6 7L1 13" stroke="%23493629" stroke-width="2"/></svg>') no-repeat center;
}
.mobile-menu .current-menu-item .mobile-menu__link,
.mobile-menu .current-menu-item span {
  color: #ea8358;
}
.mobile-menu .current-menu-item .mobile-menu__link::after,
.mobile-menu .current-menu-item span::after {
  background: url('data:image/svg+xml;utf8,<svg width="7" height="14" viewBox="0 0 7 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L6 7L1 13" stroke="%23ea8358" stroke-width="2"/></svg>') no-repeat center;
}
@media screen and (max-width: 920px) {
  .mobile-menu {
    display: none;
  }
}

.footer {
  background-color: #faf5ed;
  border-top: 1px solid rgba(73, 54, 41, 0.24);
  padding: 48px 0 24px;
}
.footer__content {
  display: flex;
  gap: 48px;
  margin-bottom: 48px;
}
.footer__about {
  max-width: 422px;
}
.footer__logo {
  width: 109px;
  height: 26px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 38px;
}
.footer__description {
  font-family: "Object Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.429;
  color: #493629;
}
.footer__nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer__nav-title {
  font-family: "Object Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.429;
  color: #493629;
  margin: 0;
}
.footer__nav-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__nav-link {
  font-family: "Object Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.429;
  color: #493629;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer__nav-link:hover {
  color: #ea8358;
}
.footer__contacts {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer__contacts-title {
  font-family: "Object Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.429;
  color: #493629;
  margin: 0;
}
.footer__contacts-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__contacts-item {
  font-family: "Object Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.429;
  color: #493629;
}
.footer__contacts-link {
  font-family: "Object Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.429;
  color: #493629;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer__contacts-link:hover {
  color: #ea8358;
}
.footer__documents {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer__documents-title {
  font-family: "Object Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.429;
  color: #493629;
  margin: 0;
}
.footer__documents-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__documents-link {
  font-family: "Object Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.429;
  color: #493629;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer__documents-link:hover {
  color: #ea8358;
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f2ece3;
  padding: 24px 0;
  margin: 0 -40px;
  padding-left: 40px;
  padding-right: 40px;
}
.footer__companies {
  display: flex;
  align-items: center;
  gap: 17px;
}
.footer__company {
  font-family: "Object Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.429;
  color: #493629;
}
.footer__copyright {
  font-family: "Object Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.429;
  color: #493629;
}
@media screen and (max-width: 920px) {
  .footer {
    padding: 16px 0 0;
  }
  .footer__content {
    flex-direction: column;
    gap: 32px;
    margin-bottom: 0;
  }
  .footer__about {
    max-width: 100%;
  }
  .footer__logo {
    margin-bottom: 12px;
  }
  .footer__description {
    margin-bottom: 0;
  }
  .footer__nav, .footer__contacts, .footer__documents {
    gap: 8px;
  }
  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin: 0 -16px;
    margin-top: 40px;
    padding: 24px 20px;
  }
  .footer__companies {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .footer__company {
    line-height: 1.429;
  }
  .footer__copyright {
    line-height: 1.429;
  }
}

.secondary-dialog {
  display: none;
  border-radius: 24px;
  fill: #fff;
  box-shadow: 0 8px 64px 0 rgba(73, 54, 41, 0.16);
  padding: 32px;
}
.secondary-dialog .dialog__form {
  margin-top: 24px;
}
.secondary-dialog .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.dialog {
  display: none;
  max-width: 944px;
  width: 100%;
  background: var(--secondary-bg);
  border-radius: 24px;
  padding: 48px 64px;
  position: relative;
}
.dialog__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border-radius: 100%;
  background: #493629;
  box-shadow: 0 8px 128px 0 rgba(34, 23, 75, 0.24);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--primary-brown);
  transition: background 0.3s ease;
  z-index: 10;
}
.dialog__close:hover {
  background: rgba(73, 54, 41, 0.8);
}
.dialog__close svg {
  width: 20px;
  height: 20px;
}
.dialog__form-wrapper {
  margin-top: 24px;
}
.dialog__content {
  position: relative;
}
.dialog__title {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  color: #493629;
}
.dialog__form-wrapper .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.dialog__form-wrapper .form__input {
  width: 100%;
}
.dialog__form-wrapper .form__submit {
  margin-top: 8px;
}
.dialog__content-success {
  display: none;
  text-align: center;
}
.dialog__content-success .dialog__title {
  display: block;
  text-align: center;
  margin-bottom: 16px;
}
.dialog__content-success-title {
  font-size: 18px;
  line-height: 1.4;
  color: #493629;
  margin-bottom: 24px;
}
.dialog.success .dialog__title {
  display: none;
}
.dialog.success .dialog__form-wrapper {
  display: none;
}
.dialog.success .dialog__content-success {
  display: block;
}

.dialog-team-member .dialog-team-member__info {
  display: flex;
  flex-direction: column;
}
.dialog-team-member .dialog-team-member__name {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 28px;
  text-align: left;
  color: #493629;
}
.dialog-team-member .dialog-team-member__position {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: #493629;
  margin-top: 8px;
}
.dialog-team-member .dialog-team-member__timeline {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 32px;
  padding-left: 48px;
  position: relative;
}
.dialog-team-member .dialog-team-member__timeline::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 13px;
  bottom: 13px;
  width: 2px;
  background: #d6cec1;
}
.dialog-team-member .dialog-team-member__timeline-item {
  position: relative;
}
.dialog-team-member .dialog-team-member__timeline-item::before {
  content: "";
  position: absolute;
  left: -48px;
  top: 0;
  width: 16px;
  height: 16px;
  background: url("./assets/img/icons/timeline-dot.svg") no-repeat center center;
}
.dialog-team-member .dialog-team-member__timeline-year {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.31;
  color: var(--primary-brown-64);
  margin-top: 0;
}
.dialog-team-member .dialog-team-member__timeline-text {
  font-size: 15px;
  line-height: 1.2;
  color: var(--primary-brown);
  margin-top: 12px;
}
.dialog-team-member .dialog-team-member__timeline-text p + p {
  margin-top: 8px;
}

.dialog-partner-request,
.dialog-home-request,
.dialog-request {
  max-width: 400px;
  padding: 40px 24px;
}
.dialog-partner-request .dialog__form,
.dialog-home-request .dialog__form,
.dialog-request .dialog__form {
  margin-top: 16px;
}
.dialog-partner-request .dialog__description,
.dialog-home-request .dialog__description,
.dialog-request .dialog__description {
  margin-top: 8px;
}
.dialog-partner-request .dialog__content,
.dialog-partner-request .wpcf7-form,
.dialog-home-request .dialog__content,
.dialog-home-request .wpcf7-form,
.dialog-request .dialog__content,
.dialog-request .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.dialog-partner-request.success .dialog__title:not(.dialog__content-success .dialog__title),
.dialog-partner-request.success .dialog__description,
.dialog-partner-request.success .dialog__form,
.dialog-home-request.success .dialog__title:not(.dialog__content-success .dialog__title),
.dialog-home-request.success .dialog__description,
.dialog-home-request.success .dialog__form,
.dialog-request.success .dialog__title:not(.dialog__content-success .dialog__title),
.dialog-request.success .dialog__description,
.dialog-request.success .dialog__form {
  display: none;
}
.dialog-partner-request.success .dialog__content-success,
.dialog-home-request.success .dialog__content-success,
.dialog-request.success .dialog__content-success {
  display: block;
}

.dialog__content-success-btn {
  width: 100%;
  margin-top: 24px;
}

.dialog-auth {
  max-width: 452px;
  padding: 32px;
  width: 100%;
}
.dialog-auth .dialog__close {
  top: 0;
  right: -44px;
}
.dialog-auth .dialog__content {
  position: relative;
}
.dialog-auth__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dialog-auth__view {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.dialog-auth__view.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.dialog-auth__icon {
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
}
.dialog-auth__icon-bg {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(234, 131, 88, 0.16);
}
.dialog-auth__icon svg {
  width: 48px;
  height: 48px;
}
.dialog-auth__success-icon {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.dialog-auth__success-icon svg {
  width: 100px;
  height: 101px;
}
.dialog-auth__title {
  font-family: var(--third-family);
  margin-top: 24px;
  font-size: 24px;
  line-height: 100%;
  color: #493629;
}
.dialog-auth__title--center {
  text-align: center;
  font-size: 20px;
  line-height: 100%;
}
.dialog-auth__description {
  font-family: var(--primary-family);
  font-weight: 400;
  font-size: 13px;
  line-height: 1.23;
  color: #493629;
  margin-top: 4px;
}
.dialog-auth__form {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 24px;
}
.dialog-auth__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.dialog-auth__field-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dialog-auth__label {
  font-family: var(--primary-family);
  font-weight: 700;
  font-size: 15px;
  line-height: 1.4;
  color: #493629;
}
.dialog-auth__input {
  width: 100%;
  height: 56px;
  padding: 0 16px;
  border: 1px solid rgba(132, 90, 63, 0.32);
  border-radius: 12px;
  background: #fff;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.19;
  color: #493629;
  transition: border-color 0.3s ease;
}
.dialog-auth__input:focus {
  outline: none;
  border-color: #ea8358;
}
.dialog-auth__input::-moz-placeholder {
  color: rgba(73, 54, 41, 0.4);
}
.dialog-auth__input::placeholder {
  color: rgba(73, 54, 41, 0.4);
}
.dialog-auth__password-wrapper {
  position: relative;
}
.dialog-auth__password-toggle {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dialog-auth__password-toggle svg {
  width: 22px;
  height: 16px;
}
.dialog-auth__forgot-link {
  font-weight: 400;
  font-size: 13px;
  text-align: right;
  color: rgba(73, 54, 41, 0.64);
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  transition: color 0.3s ease;
}
.dialog-auth__forgot-link:hover {
  color: #493629;
}
.dialog-auth__error {
  background: rgba(242, 53, 82, 0.1);
  border-radius: 8px;
  padding: 12px 16px;
  font-family: var(--primary-family);
  font-size: 14px;
  line-height: 1.4;
  color: #f23552;
  margin-top: -12px;
}
.dialog-auth__submit {
  margin-left: auto;
  align-self: baseline;
  height: 48px;
  padding: 18px 32px;
  border-radius: 12px;
  background: #493629;
  color: #faf5ed;
  font-family: var(--primary-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.03;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
}
.dialog-auth__submit:hover {
  background: rgba(73, 54, 41, 0.9);
}
.dialog-auth__submit:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.dialog-auth__switch {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}
.dialog-auth__switch span {
  font-size: 14px;
  line-height: 100%;
  color: #493629;
}
.dialog-auth__switch-btn {
  border-radius: 8px;
  padding: 2px 8px;
  height: 29px;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #ea8358;
  background: #fcebe4;
}
.dialog-auth__switch-btn:hover {
  background: rgba(252, 235, 228, 0.8);
}
.dialog-auth__success-text {
  text-align: center;
  margin-top: 4px;
}
.dialog-auth__success-text p {
  font-family: var(--primary-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.03;
  color: #493629;
  text-align: left;
}
.dialog-auth__success-email {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 6px;
  background: #fcebe4;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.19;
  color: #493629;
}
.dialog-auth__success-notice + .dialog-auth__submit {
  margin-top: 32px;
}
.dialog-auth__success-notice {
  display: flex;
  gap: 12px;
  padding: 16px;
  border-radius: 6px;
  background: #faf5ed;
  margin-top: 32px;
}
.dialog-auth__success-notice svg {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-top: 2px;
}
.dialog-auth__success-notice p {
  font-family: var(--primary-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.14;
  color: #493629;
  margin: 0;
}

@media (max-width: 768px) {
  .dialog {
    max-width: calc(100vw - 32px);
    padding: 24px;
    border-radius: 16px;
  }
  .dialog__close {
    top: 12px;
    right: 12px;
  }
  .dialog__title {
    font-size: 20px;
    line-height: 1.38;
  }
  .dialog-team-member .dialog-team-member__name {
    font-size: 20px;
    line-height: 1.38;
    text-align: center;
  }
  .dialog-team-member .dialog-team-member__position {
    font-size: 16px;
    line-height: 1.2;
    text-align: left;
  }
  .dialog-team-member .dialog-team-member__timeline {
    padding-left: 28px;
    margin-top: 24px;
    gap: 16px;
  }
  .dialog-team-member .dialog-team-member__timeline::before {
    left: 7px;
    top: 13px;
    bottom: 13px;
  }
  .dialog-team-member .dialog-team-member__timeline-item::before {
    left: -28px;
  }
  .dialog-team-member .dialog-team-member__timeline-year {
    font-size: 16px;
    line-height: 1.31;
  }
  .dialog-team-member .dialog-team-member__timeline-text {
    font-size: 15px;
    line-height: 1.2;
  }
  .dialog-partner-request,
  .dialog-home-request,
  .dialog-request {
    max-width: calc(100vw - 32px);
    padding: 24px 16px;
  }
  .dialog-auth {
    max-width: calc(100vw - 32px);
    padding: 32px 24px;
  }
  .dialog-auth .dialog__close {
    right: 12px;
    top: 12px;
  }
  .dialog-auth__title {
    font-size: 20px;
    line-height: 1.38;
  }
  .dialog-auth__input {
    height: 48px;
    font-size: 14px;
  }
  .dialog-auth__submit {
    height: 44px;
    font-size: 14px;
  }
}
.header-main {
  border: none;
}

.main-frontpage {
  padding-top: 0px;
}
.main-frontpage .hero {
  position: relative;
}
.main-frontpage .hero__container {
  position: relative;
  margin: 0 auto;
  max-width: 1420px;
  min-height: 680px;
  padding: 56px;
}
.main-frontpage .hero__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  border-radius: 32px;
}
.main-frontpage .hero__image img {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.main-frontpage .hero__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
.main-frontpage .hero__title {
  font-family: var(--third-family);
  font-weight: 700;
  font-size: 40px;
  line-height: 140%;
  color: #faf5ed;
}
.main-frontpage .hero__title span {
  font: inherit;
  color: inherit;
  background: #493629;
}
.main-frontpage .hero__subtitle {
  font-weight: 400;
  font-size: 24px;
  line-height: 133%;
  color: #faf5ed;
  margin-top: 20px;
  background: #8faac2;
  display: inline-flex;
}
.main-frontpage .hero__btn {
  padding: 32px;
  margin-top: 32px;
  display: inline-flex;
  height: 75px;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #faf5ed;
  border-radius: 20px;
}
.main-frontpage .process {
  margin-top: 112px;
}
.main-frontpage .process__steps {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.main-frontpage .process__step {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.main-frontpage .process__step:nth-child(even) {
  flex-direction: row-reverse;
}
.main-frontpage .process__step-block {
  width: 50%;
  flex-shrink: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 32px;
  border-radius: 24px;
  overflow: hidden;
  z-index: 1;
  min-height: 468px;
}
.main-frontpage .process__step-number {
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 24px;
  padding: 12px;
  backdrop-filter: blur(3.2px);
  background: rgba(132, 90, 63, 0.64);
  font-weight: 500;
  font-size: 13px;
  color: #faf5ed;
}
.main-frontpage .process__step-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.main-frontpage .process__step-image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 24px;
}
.main-frontpage .process__step-title {
  font-family: var(--third-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 117%;
  color: #faf5ed;
  margin-top: 12px;
}
.main-frontpage .process__step-info {
  margin-top: auto;
  border: 1px solid rgba(255, 255, 255, 0.01);
  border-radius: 20px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.24);
  font-weight: 400;
  font-size: 16px;
  line-height: 112%;
  color: #faf5ed;
}
.main-frontpage .process__step-details {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.main-frontpage .process__step-detail {
  display: flex;
  align-items: center;
  gap: 32px;
  border: 1px solid rgba(132, 90, 63, 0.08);
  border-radius: 24px;
  background: #f0e9dd;
  padding: 8px;
  padding-right: 24px;
}
.main-frontpage .process__step-detail-icon {
  flex-shrink: 0;
  width: 134px;
  height: 134px;
}
.main-frontpage .process__step-detail-text {
  font-weight: 400;
  font-size: 17px;
  line-height: 124%;
  color: #493629;
}
.main-frontpage .security {
  margin-top: 112px;
  background: radial-gradient(circle at 50% 50%, rgb(240, 233, 221) 0%, rgb(250, 245, 237) 100%);
  padding: 64px 0;
}
.main-frontpage .security__grid {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 48px;
}
.main-frontpage .security__row {
  display: flex;
  justify-content: center;
}
.main-frontpage .security__row:first-child {
  width: 713px;
}
.main-frontpage .security__row:nth-child(2) {
  width: 1056px;
  align-items: center;
  margin-top: -96px;
}
.main-frontpage .security__row:last-child {
  width: 713px;
  margin-top: -96px;
}
.main-frontpage .security__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 352px;
  background: #f0e9dd;
  height: 400px;
  background: url("./assets/img/hexagon.svg") no-repeat center center;
  z-index: 2;
  transition: background-image 0.2s ease;
  cursor: pointer;
}
.main-frontpage .security__item:hover {
  background: url("./assets/img/icons/hexagon-active.svg") no-repeat center center;
}
.main-frontpage .security__item:hover .security__item-number {
  transform: scale(1.1);
  background: radial-gradient(82.36% 112.63% at 50% 48.08%, rgb(242, 138, 93) 0%, rgb(227, 115, 68) 100%);
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 100%;
}
.main-frontpage .security__item:hover .security__item-number::before, .main-frontpage .security__item:hover .security__item-number::after {
  opacity: 1;
  visibility: visible;
}
.main-frontpage .security__item-number {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: radial-gradient(circle at 50% 50%, rgb(61, 44, 32) 0%, rgb(107, 79, 61) 100%);
  border: 1px solid #dad1c4;
  border-radius: 50%;
  font-family: "Object Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.032;
  color: #faf5ed;
  z-index: 2;
  cursor: pointer;
  transition: all 0.2s ease;
}
.main-frontpage .security__item-number::before {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #493629;
  padding: 24px;
  border-radius: 8px;
  opacity: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 134%;
  color: #faf5ed;
  visibility: hidden;
  transition: all 0.2s ease;
  z-index: 10;
  margin-bottom: 8px;
  width: 337px;
  text-align: center;
}
.main-frontpage .security__item-number::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 12px;
  background: url("./assets/img/icons/corner.svg") no-repeat center center;
  background-size: contain;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  z-index: 10;
  margin-bottom: 3px;
}
.main-frontpage .security__item-number:hover::before, .main-frontpage .security__item-number:hover::after {
  opacity: 1;
  visibility: visible;
}
.main-frontpage .security__item:first-child .security__item-number {
  left: 84px;
  top: 12px;
}
.main-frontpage .security__item:nth-child(2) .security__item-number {
  left: 264px;
  top: 12px;
}
.main-frontpage .security__item:nth-child(3) .security__item-number {
  left: 264px;
  top: 24px;
}
.main-frontpage .security__item:nth-child(4) .security__item-number {
  left: 264px;
  top: 24px;
}
.main-frontpage .security__item:nth-child(5) .security__item-number {
  left: 264px;
  top: 24px;
}
.main-frontpage .security__item:last-child .security__item-number {
  right: 56px;
  top: 24px;
}
.main-frontpage .security__item-icon {
  width: 100%;
  height: 280px;
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 64px;
  justify-content: center;
  z-index: 1;
}
.main-frontpage .security__item-icon img {
  max-width: 180px;
  max-height: 200px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -o-object-fit: contain;
  object-fit: contain;
}
.main-frontpage .security__item-title {
  font-family: "Object Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.025;
  text-align: center;
  color: #493629;
  max-width: 187px;
  position: relative;
  z-index: 1;
  padding-bottom: 20px;
}
.main-frontpage .security__item-description {
  display: none;
}
.main-frontpage .security__center {
  width: 352px;
  height: 400px;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 123px;
  z-index: 2;
}
.main-frontpage .security__center-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 470px;
  height: 400px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
  border-radius: 12px;
}
.main-frontpage .security__center-text {
  max-width: 216px;
  padding: 12px;
  background: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(255, 248, 241) 100%);
  border-radius: 12px;
  font-family: "Object Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.143;
  text-align: center;
  color: #493629;
  position: relative;
  z-index: 1;
}
.main-frontpage .yerevan {
  margin-top: 112px;
}
.main-frontpage .yerevan__blocks {
  display: flex;
  gap: 16px;
}
.main-frontpage .yerevan__block {
  width: 50%;
  flex-shrink: 0;
  position: relative;
}
.main-frontpage .yerevan__block:first-child {
  padding: 32px;
}
.main-frontpage .yerevan__title {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 32px;
  line-height: 125%;
  color: #faf5ed;
}
.main-frontpage .yerevan__image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  border-radius: 24px;
  overflow: hidden;
}
.main-frontpage .yerevan__stats {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 532px;
}
.main-frontpage .yerevan__stat {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 20px 24px;
  background: #f0e9dd;
  border: 1px solid rgba(132, 90, 63, 0.16);
  border-radius: 24px;
}
.main-frontpage .yerevan__stat-text {
  font-family: "Object Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.133;
  color: #493629;
}
.main-frontpage .yerevan__stat-source {
  font-family: "Object Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.025;
  color: #e97c4d;
}
.main-frontpage .security__mb-info {
  display: none;
}
@media screen and (max-width: 920px) {
  .main-frontpage .security__mb-info {
    display: block;
    margin-top: 40px;
  }
  .main-frontpage .security__mb-info-title {
    font: var(--second-family);
    font-weight: 700;
    font-size: 22px;
    line-height: 109%;
    text-align: center;
    color: #493629;
  }
  .main-frontpage .security__mb-info-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    text-align: center;
    color: #493629;
    margin-top: 16px;
  }
  .main-frontpage .security__mb-info-text span {
    color: #f6f0da;
    background: #e97c4d;
  }
  .main-frontpage .hero__container {
    min-height: auto;
    padding: 24px;
  }
  .main-frontpage .hero__image {
    border-radius: 24px;
  }
  .main-frontpage .hero__title {
    font-size: 18px;
    line-height: 133%;
  }
  .main-frontpage .hero__subtitle {
    font-size: 16px;
    line-height: 125%;
    margin-top: 16px;
  }
  .main-frontpage .hero__btn {
    padding: 24px;
    margin-top: 24px;
    height: auto;
    font-size: 15px;
  }
  .main-frontpage .process {
    margin-top: 64px;
  }
  .main-frontpage .process__title {
    font-size: 22px;
    line-height: 109%;
    text-align: left;
  }
  .main-frontpage .process__steps {
    margin-top: 24px;
  }
  .main-frontpage .process__step {
    flex-direction: column !important;
    gap: 8px;
  }
  .main-frontpage .process__step:nth-child(even) {
    flex-direction: column !important;
  }
  .main-frontpage .process__step-block {
    width: 100%;
    min-height: auto;
    padding: 12px;
  }
  .main-frontpage .process__step-title {
    font-size: 18px;
    line-height: 133%;
  }
  .main-frontpage .process__step-info {
    font-size: 14px;
    line-height: 114%;
    padding: 16px 14px;
  }
  .main-frontpage .process__step-details {
    width: 100%;
  }
  .main-frontpage .process__step-detail {
    gap: 24px;
    padding: 4px;
    border-radius: 16px;
  }
  .main-frontpage .process__step-detail-icon {
    width: 104px;
    height: 104px;
  }
  .main-frontpage .process__step-detail-text {
    font-size: 14px;
    line-height: 114%;
  }
  .main-frontpage .security {
    position: relative;
    padding: 0;
    border-radius: 32px;
    padding-top: 24px;
    padding-bottom: 320px;
    margin-top: 64px;
    background-color: #f6ead7;
  }
  .main-frontpage .security::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("./assets/img/mb-bg-security.png") no-repeat bottom/contain;
  }
  .main-frontpage .security__title {
    font-size: 22px;
    line-height: 109%;
    text-align: left;
  }
  .main-frontpage .security__grid {
    margin-top: 32px;
    gap: 16px;
  }
  .main-frontpage .security__row {
    flex-direction: column;
    gap: 16px;
    width: 100% !important;
    margin-top: 0 !important;
  }
  .main-frontpage .security__row:nth-child(2) {
    flex-direction: column-reverse;
  }
  .main-frontpage .security__item {
    width: 100%;
    height: auto;
    gap: 16px;
    background: #fffcf7;
    border-radius: 16px;
    flex-direction: row;
    text-align: left;
    align-items: flex-start;
    padding: 4px;
  }
  .main-frontpage .security__item:hover {
    background: #fffcf7;
  }
  .main-frontpage .security__item-number {
    display: none;
  }
  .main-frontpage .security__item-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    width: 104px;
    height: 120px;
    background: #f6efe5;
    padding: 8px;
    flex-shrink: 0;
  }
  .main-frontpage .security__item-icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .main-frontpage .security__item-title {
    font-weight: 700;
    font-size: 14px;
    color: #493629;
    text-align: left;
    margin-top: 12px;
    padding: 0;
  }
  .main-frontpage .security__item-description {
    display: block;
    margin-top: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #493629;
  }
  .main-frontpage .security__center {
    display: none;
    width: 100%;
    height: auto;
    padding: 32px 16px;
    background: url("./assets/img/el-legal.png") no-repeat center;
    background-size: cover;
    border-radius: 32px;
  }
  .main-frontpage .security__center-bg {
    display: none;
  }
  .main-frontpage .security__center-text {
    max-width: 100%;
    font-size: 16px;
    line-height: 125%;
    text-align: center;
    padding: 12px;
  }
  .main-frontpage .yerevan {
    margin-top: 64px;
  }
  .main-frontpage .yerevan__blocks {
    flex-direction: column;
    gap: 8px;
  }
  .main-frontpage .yerevan__block {
    width: 100%;
    margin-top: 24px;
  }
  .main-frontpage .yerevan__block:first-child {
    padding: 0;
    margin: 0;
    min-height: auto;
  }
  .main-frontpage .yerevan__image {
    display: none;
  }
  .main-frontpage .yerevan__title {
    font-weight: 700;
    font-size: 22px;
    line-height: 109%;
    color: #493629;
  }
  .main-frontpage .yerevan__stats {
    max-width: 100%;
  }
  .main-frontpage .yerevan__stat {
    padding: 20px 24px;
  }
  .main-frontpage .yerevan__stat-text {
    font-size: 15px;
    line-height: 120%;
  }
}

.main-contacts .hero__container {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-top: 48px;
}
.main-contacts .hero__map {
  position: relative;
  flex-shrink: 0;
  flex-grow: 1;
  border-radius: 24px;
  overflow: hidden;
  height: 380px;
  max-width: 678px;
}
.main-contacts .hero__info {
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.main-contacts .hero__info-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.main-contacts .hero__info-title {
  font-family: "Object Sans";
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: var(--primary-brown-64);
}
.main-contacts .hero__info-dsc {
  font-family: "Object Sans";
  font-size: 15px;
  line-height: 21px;
}
@media screen and (max-width: 920px) {
  .main-contacts .hero__container {
    margin-top: 24px;
  }
  .main-contacts .hero__map {
    order: 1;
  }
  .main-contacts .hero__info {
    padding-top: 0;
  }
}

.main-objects .objects__items {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 48px;
}
.main-objects .objects .title {
  text-align: center;
}
.main-objects .objects__wrapper {
  display: grid;
  grid-template-columns: 678px 368px;
  gap: 32px;
  align-items: flex-start;
  justify-content: center;
}
.main-objects .objects__slider {
  position: relative;
  width: 678px;
}
.main-objects .objects__slide-img {
  width: 100%;
  height: auto;
  min-height: 450px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 24px;
  display: block;
}
.main-objects .objects__content {
  display: flex;
  flex-direction: column;
  padding-top: 8px;
}
.main-objects .objects__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: rgba(73, 54, 41, 0.64);
}
.main-objects .objects__tag {
  display: inline;
}
.main-objects .objects__tag-dot {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(137, 123, 112, 0.48);
}
.main-objects .objects__content-title {
  font-family: "Benzin", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #493629;
  margin-top: 4px;
}
.main-objects .objects__content-dsc {
  font-size: 16px;
  line-height: 24px;
  color: #493629;
  margin-top: 12px;
}
.main-objects .objects__nav {
  position: relative;
  display: flex;
  gap: 4px;
  margin-top: 16px;
}
.main-objects .objects__nav-btn {
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: rgba(137, 123, 112, 0.24);
  color: #493629;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}
.main-objects .objects__nav-btn:hover:not(:disabled) {
  background: rgba(137, 123, 112, 0.4);
}
.main-objects .objects__nav-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
@media screen and (max-width: 920px) {
  .main-objects .objects .title {
    text-align: left;
  }
  .main-objects .objects__items {
    gap: 32px;
    margin-top: 24px;
  }
  .main-objects .objects__wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .main-objects .objects__slider {
    width: 100%;
    order: 2;
    position: relative;
  }
  .main-objects .objects__slide-img {
    width: 100%;
    height: auto;
    min-height: 280px;
    border-radius: 16px;
  }
  .main-objects .objects__content {
    order: 1;
    padding-top: 0;
    position: relative;
  }
  .main-objects .objects__tags {
    font-size: 18px;
    line-height: 1.33;
  }
  .main-objects .objects__content-title {
    font-size: 20px;
    line-height: 1.38;
    margin-top: 4px;
  }
  .main-objects .objects__content-dsc {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 12px;
  }
  .main-objects .objects__item {
    position: relative;
  }
  .main-objects .objects__nav {
    display: flex;
  }
}

.main-partners .partners-calculator__form {
  display: flex;
  flex-wrap: wrap;
  gap: 56px;
  max-width: 918px;
  margin: 0 auto;
  padding: 32px;
  background: var(--secondary-bg);
  border: 1px solid rgba(132, 90, 63, 0.16);
  border-radius: 24px;
  margin-top: 48px;
}
.main-partners .partners-calculator__inner {
  flex-grow: 1;
}
.main-partners .partners-calculator__period {
  margin-top: 40px;
}
.main-partners .partners-calculator__label {
  font-family: var(--third-family);
  font-size: 20px;
  line-height: 1.38;
  color: var(--primary-brown);
}
.main-partners .partners-calculator__range {
  font-family: var(--font-family);
  font-size: 13px;
  line-height: 1.31;
  color: var(--primary-brown);
  margin-top: 4px;
}
.main-partners .partners-calculator__slider {
  margin-top: 16px;
}
.main-partners .partners-calculator__range-wrapper {
  position: relative;
  width: 100%;
  max-width: 428px;
  height: 6px;
  background: var(--white);
  border-radius: 13px;
}
.main-partners .partners-calculator__range-progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 6px;
  background: #e97c4d;
  border-radius: 13px;
  width: 31%;
  pointer-events: none;
  z-index: 1;
}
.main-partners .partners-calculator__slider-value {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  gap: 5px;
  margin-top: 8px;
}
.main-partners .partners-calculator__months {
  font-family: var(--third-family);
  font-size: 33px;
  line-height: 100%;
}
.main-partners .partners-calculator__months-label {
  font-family: var(--third-family);
  font-size: 16px;
  line-height: 100%;
  color: var(--primary-brown);
  align-self: normal;
}
.main-partners .partners-calculator__range-input {
  position: absolute;
  width: 100%;
  height: 6px;
  background: transparent;
  border-radius: 13px;
  outline: none;
  -webkit-appearance: none;
  z-index: 2;
}
.main-partners .partners-calculator__range-input::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  background: transparent;
  border-radius: 13px;
}
.main-partners .partners-calculator__range-input::-moz-range-track {
  width: 100%;
  height: 6px;
  background: transparent;
  border-radius: 13px;
}
.main-partners .partners-calculator__range-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: var(--white);
  border: 6px solid var(--primary-brown);
  border-radius: 100%;
  cursor: pointer;
  margin-top: -7px;
}
.main-partners .partners-calculator__range-input::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: var(--white);
  border: 6px solid var(--primary-brown);
  border-radius: 100%;
  cursor: pointer;
  border-width: 6px;
}
.main-partners .partners-calculator__amount {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.main-partners .partners-calculator__input-wrapper {
  position: relative;
}
.main-partners .partners-calculator__input-wrapper.error .partners-calculator__input {
  border-color: #d32f2f;
  background: #fef5f5;
}
.main-partners .partners-calculator__error {
  margin-top: 8px;
  font-family: var(--font-family);
  font-size: 14px;
  line-height: 1.2;
  color: #d32f2f;
  min-height: 17px;
}
.main-partners .partners-calculator__input {
  width: 100%;
  padding: 24px;
  background: var(--white);
  border: 1px solid rgba(132, 90, 63, 0.32);
  border-radius: 12px;
  font-family: var(--font-family);
  font-size: 16px;
  line-height: 1.06;
  color: rgba(73, 54, 41, 0.48);
  transition: border-color 0.2s, background 0.2s;
}
.main-partners .partners-calculator__input:focus {
  outline: none;
  border-color: var(--accent-orange);
}
.main-partners .partners-calculator__result {
  background: #faf5ed;
  border-radius: 16px;
  width: 370px;
  padding: 32px;
}
.main-partners .partners-calculator__button {
  width: 100%;
  margin-top: 24px;
  padding: 24px 48.5px;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #faf5ed;
  background: #845a3f;
  border-radius: 16px;
  transition: background 0.2s, opacity 0.2s;
}
.main-partners .partners-calculator__button:hover:not(:disabled) {
  background: #6d462f;
}
.main-partners .partners-calculator__button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.main-partners .partners-calculator__stats {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.main-partners .partners-calculator__stat {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.main-partners .partners-calculator__stat-label {
  font-family: var(--font-family);
  font-size: 16px;
  line-height: 1.06;
  color: rgb(101, 78, 63);
}
.main-partners .partners-calculator__stat-value {
  font-family: var(--third-family);
  font-size: 20px;
  line-height: 1.38;
  color: var(--primary-brown);
}
.main-partners .partners-comparison {
  margin-top: 96px;
}
.main-partners .partners-comparison__table-wrapper {
  margin-top: 48px;
}
tr:last-child .main-partners .partners-comparison__rate {
  font-weight: 700;
}
@media screen and (max-width: 576px) {
  .main-partners .partners-calculator__form {
    flex-direction: column;
    gap: 24px;
    padding: 24px 20px;
    margin-top: 24px;
    border-radius: 16px;
  }
  .main-partners .partners-calculator__inner {
    width: 100%;
  }
  .main-partners .partners-calculator__period {
    margin-top: 0px;
  }
  .main-partners .partners-calculator__amount {
    gap: 12px;
  }
  .main-partners .partners-calculator__label {
    font-size: 20px;
    line-height: 1.38;
  }
  .main-partners .partners-calculator__input {
    padding: 18px;
    font-size: 15px;
  }
  .main-partners .partners-calculator__range-wrapper {
    max-width: 100%;
  }
  .main-partners .partners-calculator__months {
    font-size: 33px;
  }
  .main-partners .partners-calculator__months-label {
    font-size: 16px;
  }
  .main-partners .partners-calculator__result {
    padding: 0;
    background: transparent;
    width: 100%;
  }
  .main-partners .partners-calculator__stats {
    gap: 16px;
  }
  .main-partners .partners-calculator__stat-label {
    font-size: 16px;
  }
  .main-partners .partners-calculator__stat-value {
    font-size: 20px;
  }
  .main-partners .partners-calculator__button {
    padding: 24px;
    font-size: 16px;
    height: 60px;
  }
  .main-partners .partners-comparison {
    margin-top: 64px;
  }
  .main-partners .partners-comparison__title {
    font-size: 22px;
    line-height: 1.09;
  }
  .main-partners .partners-comparison__table-wrapper {
    margin-top: 24px;
  }
}

.main-about {
  background: var(--main-bg);
}
.main-about .team__title {
  font-family: var(--third-family);
  font-size: 36px;
  line-height: 1.38;
  text-align: center;
  color: var(--primary-brown);
}
.main-about .team__subtitle {
  max-width: 860px;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
  color: #493629;
  margin: 0 auto;
  margin-top: 16px;
}
.main-about .team__grid {
  margin-top: 48px;
}
.main-about .team__cards-desktop {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 32px;
}
.main-about .team__cards-mobile {
  display: none;
}
.main-about .team__photo {
  position: relative;
  width: 100%;
  height: 429px;
}
.main-about .team__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.main-about .team__info {
  margin-top: 16px;
}
.main-about .team__name {
  font-family: var(--third-family);
  font-size: 16px;
  line-height: 100%;
  color: var(--primary-brown);
}
.main-about .team__position {
  font-size: 16px;
  line-height: 120%;
  color: var(--primary-brown);
  margin-top: 4px;
}
.main-about .team__btn {
  background: #ebe4d7;
  border: none;
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 14px;
  color: #e97c4d;
  cursor: pointer;
  margin-top: 8px;
  transition: background-color 0.3s ease;
}
.main-about .team__btn:hover {
  background: #e97c4d;
  color: #ffffff;
}
.main-about .team__founder {
  background: var(--secondary-bg);
  border: 1px solid rgba(100, 80, 64, 0.16);
  border-radius: 24px;
  padding: 32px;
  display: flex;
  gap: 24px;
}
.main-about .team__founder-photo {
  position: relative;
  width: 474px;
  height: 712px;
  border-radius: 24px;
  overflow: hidden;
}
.main-about .team__founder-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.main-about .team__founder-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1;
}
.main-about .team__founder-photo-top {
  position: absolute;
  top: 32px;
  left: 32px;
  right: 0;
  bottom: 0;
}
.main-about .team__founder-name {
  font-family: var(--third-family);
  font-size: 16px;
  color: var(--primary-brown);
}
.main-about .team__founder-position {
  font-size: 14px;
  line-height: 18px;
  margin-top: 4px;
  color: var(--primary-brown);
}
.main-about .team__timeline {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.main-about .team__timeline-item {
  display: flex;
  gap: 24px;
  position: relative;
  opacity: 0;
  animation: fadeInUp 0.6s ease forwards;
}
.main-about .team__timeline-item:nth-child(1) {
  animation-delay: 0s;
}
.main-about .team__timeline-item:nth-child(2) {
  animation-delay: 0.15s;
}
.main-about .team__timeline-item:nth-child(3) {
  animation-delay: 0.3s;
}
.main-about .team__timeline-item:nth-child(4) {
  animation-delay: 0.45s;
}
.main-about .team__timeline-item:nth-child(5) {
  animation-delay: 0.6s;
}
.main-about .team__timeline-item:nth-child(6) {
  animation-delay: 0.75s;
}
.main-about .team__timeline-item:nth-child(7) {
  animation-delay: 0.9s;
}
.main-about .team__timeline-item:nth-child(8) {
  animation-delay: 1.05s;
}
.main-about .team__timeline-item:nth-child(9) {
  animation-delay: 1.2s;
}
.main-about .team__timeline-item:nth-child(10) {
  animation-delay: 1.35s;
}
.main-about .team__timeline-item:nth-child(11) {
  animation-delay: 1.5s;
}
.main-about .team__timeline-item:nth-child(12) {
  animation-delay: 1.65s;
}
.main-about .team__timeline-item:nth-child(13) {
  animation-delay: 1.8s;
}
.main-about .team__timeline-item:nth-child(14) {
  animation-delay: 1.95s;
}
.main-about .team__timeline-item:nth-child(15) {
  animation-delay: 2.1s;
}
.main-about .team__timeline-item:nth-child(16) {
  animation-delay: 2.25s;
}
.main-about .team__timeline-item:nth-child(17) {
  animation-delay: 2.4s;
}
.main-about .team__timeline-item:nth-child(18) {
  animation-delay: 2.55s;
}
.main-about .team__timeline-item:nth-child(19) {
  animation-delay: 2.7s;
}
.main-about .team__timeline-item:nth-child(20) {
  animation-delay: 2.85s;
}
.main-about .team__timeline-item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 16px;
  width: 2px;
  bottom: -24px;
  background: #d6cec1;
}
.main-about .team__timeline-item:last-child::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 16px;
  width: 2px;
  bottom: 0;
  background: linear-gradient(180deg, #d6cec1 0%, #f0e9dd 100%);
}
.main-about .team__timeline-marker {
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #d6cec1;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-about .team__timeline-marker::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(133, 119, 106, 0.4);
}
.main-about .team__timeline-content {
  flex: 1;
}
.main-about .team__timeline-year {
  font-weight: 700;
  font-size: 16px;
  color: var(--primary-brown-64);
}
.main-about .team__timeline-text {
  font-size: 15px;
  line-height: 21px;
  color: var(--primary-brown);
  margin-top: 12px;
}
.main-about .china {
  padding: 64px 0 0;
}
.main-about .china__title {
  font-family: var(--third-family);
  font-size: 32px;
  line-height: 1.25;
  text-align: center;
  color: var(--primary-brown);
  max-width: 857px;
  margin: 0 auto;
}
.main-about .china__features {
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 8px;
  column-gap: 8px;
  margin-top: 48px;
}
.main-about .china__feature {
  background: var(--secondary-bg);
  border: 1px solid rgba(132, 90, 63, 0.16);
  border-radius: 16px;
  padding: 4px;
  padding-right: 24px;
  display: flex;
  gap: 12px;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  margin-top: 8px;
}
.main-about .china__feature:first-child {
  margin-top: 0;
}
.main-about .china__feature-icon {
  width: 64px;
  height: 64px;
  background: rgba(231, 222, 208, 0.8);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.main-about .china__feature-icon img {
  max-width: 40px;
  max-height: 40px;
}
.main-about .china__feature-text {
  font-size: 15px;
  line-height: 1.13;
  color: var(--primary-brown);
  display: flex;
  align-items: center;
}
.main-about .china__gallery-title {
  font-family: var(--third-family);
  font-size: 32px;
  line-height: 1.25;
  text-align: center;
  color: var(--primary-brown);
  margin-top: 112px;
}
.main-about .china__gallery-wrapper {
  position: relative;
  margin-top: 48px;
}
.main-about .china__gallery .swiper-slide {
  height: auto;
}
.main-about .china__gallery-item {
  display: block;
  width: 100%;
  height: 653px;
  border-radius: 24px;
  overflow: hidden;
}
.main-about .china__gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.main-about .china__gallery-item:hover img {
  transform: scale(1.05);
}
.main-about .china__nav {
  position: absolute;
  top: 50%;
  left: -24px;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  z-index: 10;
  pointer-events: none;
  width: calc(100% + 48px);
}
.main-about .china__nav-btn {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background: radial-gradient(50% 50% at 50% 50%, rgb(61, 44, 32) 0%, rgb(107, 79, 61) 100%);
  border: 1px solid #dad1c4;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 0.3s ease;
  pointer-events: all;
}
.main-about .china__nav-btn:hover {
  opacity: 0.8;
}
.main-about .china__nav-btn svg {
  width: 12px;
  height: 12px;
  stroke: #dad1c4;
}
.main-about .china__nav-btn.swiper-button-disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.main-about .work {
  margin-top: 112px;
  padding-bottom: 112px;
  position: relative;
  min-height: 482px;
}
.main-about .work__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 482px;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.main-about .work__title {
  font-family: var(--third-family);
  font-size: 32px;
  line-height: 1.25;
  color: var(--primary-brown);
  position: relative;
  z-index: 1;
}
.main-about .work__content {
  display: grid;
  grid-template-columns: 1fr 532px;
  gap: 125px;
  position: relative;
  z-index: 1;
}
.main-about .work__steps {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.main-about .work__step {
  background: var(--secondary-bg);
  border: 1px solid rgba(132, 90, 63, 0.16);
  border-radius: 16px;
  padding: 12px;
  display: flex;
  gap: 12px;
  align-items: center;
}
.main-about .work__step-number {
  width: 64px;
  height: 64px;
  background: rgba(231, 222, 208, 0.8);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 32px;
  color: var(--primary-brown);
  opacity: 0.8;
  flex-shrink: 0;
}
.main-about .work__step-text {
  font-size: 15px;
  line-height: 1.13;
  color: var(--primary-brown);
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.main-about .legal {
  margin-top: -32px;
}
.main-about .legal__box {
  position: relative;
  z-index: 1;
  padding: 40px;
  padding-left: 340px;
  border-radius: 24px;
  width: 1080px;
  min-height: 393px;
  margin: 0 auto;
  background: #493629;
}
.main-about .legal__box:before {
  content: "";
  position: absolute;
  top: -32px;
  left: -32px;
  width: 100%;
  max-width: 470px;
  height: 450px;
  background: url(./assets/img/el-legal.png) no-repeat center center;
  background-size: contain;
}
.main-about .legal__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 125%;
  color: #faf5ed;
  font-family: var(--second-family);
}
.main-about .legal__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #faf5ed;
  margin-top: 24px;
}
@media screen and (max-width: 920px) {
  .main-about .team__title {
    font-size: 22px;
    line-height: 1.09;
    text-align: left;
  }
  .main-about .team__subtitle {
    font-size: 16px;
    line-height: 1.25;
    text-align: left;
    margin-top: 16px;
  }
  .main-about .team__grid {
    margin-top: 16px;
  }
  .main-about .team__founder {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    border: none;
    margin: 0 -16px;
    width: calc(100% + 32px);
  }
  .main-about .team__founder-photo {
    width: 100%;
    height: 353px;
    border-radius: 24px;
    border: 1px solid rgba(214, 206, 193, 0.64);
  }
  .main-about .team__founder-photo-top {
    top: auto;
    bottom: 24px;
    left: 24px;
  }
  .main-about .team__founder-name {
    font-size: 16px;
    line-height: 1.38;
  }
  .main-about .team__founder-position {
    font-size: 16px;
    line-height: 1.13;
  }
  .main-about .team__timeline {
    gap: 24px;
  }
  .main-about .team__timeline-item {
    gap: 12px;
  }
  .main-about .team__timeline-item:not(:last-child)::after {
    bottom: -8px;
  }
  .main-about .team__timeline-year {
    font-size: 16px;
    line-height: 1.31;
  }
  .main-about .team__timeline-text {
    font-size: 15px;
    line-height: 1.4;
  }
  .main-about .team__cards-desktop {
    display: none;
  }
  .main-about .team__cards-mobile {
    display: block;
    position: relative;
    max-width: 350px;
    margin: 0 auto;
    margin-top: 24px;
    width: 100%;
  }
  .main-about .team__cards {
    display: block;
    width: 100%;
  }
  .main-about .team__card {
    position: relative;
  }
  .main-about .team__photo {
    height: 429px;
    border-radius: 22px;
  }
  .main-about .team__info {
    padding: 16px 0;
  }
  .main-about .team__name {
    font-size: 16px;
    line-height: 1.38;
  }
  .main-about .team__position {
    font-size: 14px;
    line-height: 1.29;
  }
  .main-about .team__btn {
    font-size: 14px;
    line-height: 1.03;
    padding: 8px 16px;
  }
  .main-about .team__nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 200px;
    left: -16px;
    right: 0;
    width: calc(100% + 32px);
    z-index: 10;
  }
  .main-about .team__nav-btn {
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 50%;
    background: radial-gradient(50% 50% at 50% 50%, rgb(61, 44, 32) 0%, rgb(107, 79, 61) 100%);
    border: 1px solid #dad1c4;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity 0.3s ease;
  }
  .main-about .team__nav-btn:hover:not(.swiper-button-disabled) {
    opacity: 0.8;
  }
  .main-about .team__nav-btn img {
    width: 12px;
    height: 12px;
  }
  .main-about .team__nav-btn.swiper-button-disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }
  .main-about .china {
    padding: 48px 0 0;
  }
  .main-about .china__title {
    font-size: 22px;
    line-height: 1.09;
    text-align: left;
  }
  .main-about .china__features {
    -moz-column-count: 1;
    column-count: 1;
    margin-top: 24px;
  }
  .main-about .china__feature {
    padding: 8px;
    gap: 8px;
  }
  .main-about .china__feature:first-child {
    margin-top: 8px;
  }
  .main-about .china__feature-icon {
    width: 48px;
    height: 48px;
  }
  .main-about .china__feature-text {
    font-size: 14px;
    line-height: 1.14;
  }
  .main-about .china__gallery-title {
    font-size: 22px;
    line-height: 1.09;
    text-align: left;
    margin-top: 64px;
  }
  .main-about .china__gallery-wrapper {
    margin-top: 24px;
  }
  .main-about .china__gallery-item {
    height: 400px;
    border-radius: 16px;
  }
  .main-about .china__nav {
    left: -16px;
    width: calc(100% + 32px);
  }
  .main-about .china__nav-btn {
    width: 40px;
    height: 40px;
  }
  .main-about .work {
    margin-top: 64px;
    padding-bottom: 64px;
  }
  .main-about .work__content {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .main-about .work__title {
    font-size: 22px;
    line-height: 1.09;
  }
  .main-about .work__step {
    padding: 8px;
    gap: 8px;
  }
  .main-about .work__step-number {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
  .main-about .work__step-text {
    font-size: 14px;
    line-height: 1.14;
  }
  .main-about .legal {
    margin-top: 0;
  }
  .main-about .legal__box {
    width: 100%;
    padding: 24px 16px;
    min-height: auto;
    border-radius: 16px;
  }
  .main-about .legal__box:before {
    display: none;
  }
  .main-about .legal__title {
    font-size: 20px;
    line-height: 1.2;
  }
  .main-about .legal__text {
    font-size: 14px;
    line-height: 1.43;
    margin-top: 16px;
  }
}

.page-not-found {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 120px 0;
}
.page-not-found__container {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 20px;
}
.page-not-found__title {
  font-size: 120px;
  font-weight: 700;
  color: var(--green);
  line-height: 1;
  margin-top: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
.page-not-found__text {
  font-size: 26px;
  font-weight: 600;
}
.page-not-found__dsc {
  font-size: 16px;
  color: #7f8c8d;
  margin-top: 24px;
}
.page-not-found__btn {
  padding: 18px 30px;
  margin-top: 24px;
}
@media screen and (max-width: 920px) {
  .page-not-found__number {
    font-size: 100px;
  }
  .page-not-found__text {
    font-size: 28px;
  }
}
@media screen and (max-width: 576px) {
  .page-not-found {
    min-height: 50vh;
    padding: 20px 0;
  }
  .page-not-found__container {
    padding: 0 15px;
  }
  .page-not-found__number {
    font-size: 80px;
  }
  .page-not-found__text {
    font-size: 24px;
  }
  .page-not-found__dsc {
    font-size: 14px;
  }
  .page-not-found__link {
    padding: 10px 24px;
    font-size: 14px;
  }
}

.main-cabinet-dashboard {
  padding-top: 40px;
  padding-bottom: 48px;
  min-height: 600px;
}

.cabinet-dashboard__tabs {
  position: relative;
  display: flex;
  align-items: center;
  gap: 24px;
  z-index: 1;
}
.cabinet-dashboard__tabs::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 2px;
  z-index: -1;
  background: #e5ded6;
}
.cabinet-dashboard__tab {
  position: relative;
  font-family: "Benzin", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  color: #493629;
  text-decoration: none;
  padding-bottom: 12px;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
}
.cabinet-dashboard__tab.active {
  color: #ea8358;
  border-bottom-color: #ea8358;
}
.cabinet-dashboard__tab:hover {
  color: #ea8358;
}
@media screen and (max-width: 920px) {
  .cabinet-dashboard {
    padding: 24px 0;
  }
  .cabinet-dashboard__container {
    padding: 0 16px;
  }
  .cabinet-dashboard__tabs {
    flex-wrap: wrap;
    gap: 16px;
  }
}

.cabinet-dashboard__content {
  width: 100%;
  margin-top: 32px;
}
.cabinet-dashboard__content .cabinet-balance {
  max-width: 918px;
  margin: 0 auto;
}

.cabinet-packages__table-wrapper,
.cabinet-history__table-wrapper {
  margin-top: 48px;
}
.cabinet-packages__table-wrapper table,
.cabinet-history__table-wrapper table {
  max-width: 100%;
}
.cabinet-packages__table-wrapper tr,
.cabinet-history__table-wrapper tr {
  border-radius: 8px;
  background: #493629;
}
.cabinet-packages__table-wrapper th,
.cabinet-history__table-wrapper th {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #faf5ed;
}
.cabinet-packages__table-wrapper td,
.cabinet-history__table-wrapper td {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #493629;
}

.cabinet-packages__note {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 112%;
  color: #493629;
  margin-top: 32px;
  border-radius: 8px;
  padding: 12px;
  background: rgba(234, 131, 88, 0.13);
  max-width: 556px;
  position: relative;
}
.cabinet-packages__note::before {
  content: "";
  display: flex;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background: url("./assets/img/icons/note.svg") no-repeat center center/contain;
}
.cabinet-packages__note p {
  font: inherit;
}
.cabinet-packages__empty {
  background: #fff;
  border-radius: 16px;
  padding: 48px 24px;
  text-align: center;
  box-shadow: 0px 8px 64px 0px rgba(73, 54, 41, 0.08);
}
.cabinet-packages__empty p {
  font-family: "Object Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #897b70;
  margin: 0;
}

.cabinet-history__table-wrapper {
  margin-top: 48px;
}
.cabinet-history__status {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
}
.cabinet-history__status--topped-up {
  background: rgba(83, 205, 81, 0.1);
  color: #53cd51;
}
.cabinet-history__status--in-progress {
  background: rgba(255, 167, 38, 0.1);
  color: #ffa726;
}
.cabinet-history__status--success {
  background: rgba(83, 205, 81, 0.1);
  color: #53cd51;
}
.cabinet-history__status--completed {
  background: rgba(83, 205, 81, 0.1);
  color: #53cd51;
}
.cabinet-history__status--pending {
  background: rgba(255, 167, 38, 0.1);
  color: #ffa726;
}
.cabinet-history__status--cancelled {
  background: rgba(242, 53, 82, 0.1);
  color: #f23552;
}
.cabinet-history__empty {
  background: #fff;
  border-radius: 16px;
  padding: 48px 24px;
  text-align: center;
  box-shadow: 0px 8px 64px 0px rgba(73, 54, 41, 0.08);
}
.cabinet-history__empty p {
  font-family: "Object Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #897b70;
  margin: 0;
}

.cabinet-balance__payment-btn {
  margin-top: 8px;
  box-shadow: 0 0 24px 0 rgba(73, 54, 41, 0.08);
  background: #ea8358;
  align-self: baseline;
}
.cabinet-balance__payment-btn:hover {
  background: #d4734c;
}
.cabinet-balance__card {
  border: 1px solid rgba(227, 213, 204, 0.64);
  border-radius: 24px;
  padding: 40px;
  background: #493629;
  position: relative;
}
.cabinet-balance__card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 256px;
  height: 100%;
  background: url("./assets/img/cabinet-balance-card.png") no-repeat left center;
  background-size: cover;
}
.cabinet-balance__stats {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.cabinet-balance__stat {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cabinet-balance__stat-label {
  font-size: 14px;
  line-height: 100%;
  color: #faf5ed;
}
.cabinet-balance__stat-value {
  font-family: var(--third-family);
  font-size: 24px;
  line-height: 100%;
  color: #faf5ed;
  display: flex;
  align-items: center;
  gap: 12px;
}
.cabinet-balance__stat-rate {
  border-radius: 24px;
  padding: 6px;
  font-family: var(--third-family);
  line-height: 100%;
  background: rgba(250, 245, 237, 0.16);
  font-weight: 400;
  font-size: 16px;
  color: #53cd51;
}
.cabinet-balance__actions {
  margin-top: 40px;
}
.cabinet-balance__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 131%;
  color: #493629;
  padding-bottom: 12px;
  border-bottom: 1px solid #e5ded6;
}
.cabinet-balance__empty {
  margin-top: 12px;
  background: #f0e9dd;
  border-radius: 24px;
  padding: 56px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 284px;
  background: url("./assets/img/cabinet-balance-empty-card.jpg") no-repeat center center/cover;
}
.cabinet-balance__open-btn {
  position: relative;
  z-index: 1;
}
.cabinet-balance__deposits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 12px;
}
.cabinet-balance__deposit {
  border-radius: 24px;
  padding: 24px;
  background: #f0e9dd;
}
.cabinet-balance__deposit + .cabinet-balance__empty {
  padding: 24px;
  margin: 0;
  background: url("./assets/img/cabinet-balance-deposit-empty-card.jpg") no-repeat center center/cover;
  min-height: auto;
}
.cabinet-balance__deposit-name {
  font-weight: 400;
  display: inline-flex;
  align-self: baseline;
  font-size: 14px;
  color: #493629;
  border-radius: 8px;
  padding: 8px 12px;
  background: #dfd2c4;
}
.cabinet-balance__deposit-items {
  display: grid;
  gap: 24px;
  margin-top: 24px;
}
.cabinet-balance__deposit-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cabinet-balance__deposit-label {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #493629;
}
.cabinet-balance__deposit-value {
  display: flex;
  align-items: center;
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: #493629;
  gap: 8px;
}
.cabinet-balance__deposit-rate {
  background: #e4daca;
  border-radius: 24px;
  padding: 6px;
  font-size: 14px;
  color: #53cd51;
  font-family: var(--third-family);
}
@media screen and (max-width: 920px) {
  .cabinet-balance__card {
    padding: 24px 16px;
  }
  .cabinet-balance__card::before {
    width: 20%;
  }
  .cabinet-balance__deposits {
    grid-template-columns: 1fr;
  }
  .cabinet-balance__stats {
    flex-direction: column;
  }
  .cabinet-balance__deposit {
    padding: 16px;
  }
  .cabinet-balance__deposit-name {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .cabinet-balance__deposit-items {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .cabinet-balance__empty {
    padding: 32px 16px;
    min-height: 200px;
  }
}

.cabinet-packages__title,
.cabinet-history__title {
  font-family: var(--third-family);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.67;
  color: #493629;
  margin-bottom: 24px;
}
.cabinet-packages__empty,
.cabinet-history__empty {
  text-align: center;
  padding: 60px 20px;
}
.cabinet-packages__empty p,
.cabinet-history__empty p {
  font-size: 16px;
  color: #897b70;
  margin-bottom: 16px;
}
@media screen and (max-width: 920px) {
  .cabinet-packages,
  .cabinet-history {
    padding: 24px 16px;
  }
}

.main-cabinet {
  min-height: 600px;
  padding-top: 40px;
  padding-bottom: 48px;
}

.cabinet__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.cabinet__sidebar {
  flex-shrink: 0;
}
.cabinet__nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cabinet__nav-item {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 12px;
  padding: 6px 14px 6px 8px;
  height: 36px;
  font-weight: 400;
  font-size: 15px;
  transition: none;
  color: #493629;
}
.cabinet__nav-item:last-child {
  margin-bottom: 0;
}
.cabinet__nav-item svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.cabinet__nav-item:hover, .cabinet__nav-item.active {
  background: #493629;
  color: #f5e8e1;
}
.cabinet__nav-item:hover span, .cabinet__nav-item.active span {
  color: inherit;
}
.cabinet__content {
  max-width: 560px;
  flex: 1;
  background: #fff;
  border-radius: 16px;
  padding: 32px;
}
@media screen and (max-width: 920px) {
  .cabinet__container {
    padding: 0 16px;
    flex-direction: column;
  }
  .cabinet__sidebar {
    width: 100%;
  }
  .cabinet__nav {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 8px;
  }
  .cabinet__nav-item {
    white-space: nowrap;
    margin-bottom: 0;
  }
  .cabinet__content {
    padding: 24px 16px;
  }
}

.cabinet-profile__avatar-section {
  display: flex;
  align-items: center;
  gap: 16px;
}
.cabinet-profile__avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  background: #d8cac2;
}
.cabinet-profile__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cabinet-profile__avatar-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cabinet-profile__avatar-upload {
  padding: 8px 12px;
  border-radius: 8px;
  background: #fcebe4;
  font-family: "Object Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #ea8358;
  cursor: pointer;
  transition: background 0.3s ease;
}
.cabinet-profile__avatar-upload:hover {
  background: rgba(252, 235, 228, 0.8);
}
.cabinet-profile__avatar-delete {
  padding: 8px 12px;
  border-radius: 8px;
  background: transparent;
  border: 1px solid rgba(132, 90, 63, 0.32);
  font-family: "Object Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #897b70;
  cursor: pointer;
  transition: all 0.3s ease;
}
.cabinet-profile__avatar-delete:hover {
  background: #faf5ed;
  border-color: #f23552;
  color: #f23552;
}
.cabinet-profile__fields {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 24px;
}
.cabinet-profile__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cabinet-profile__label {
  font-family: "Object Sans", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.4;
  color: #493629;
}
.cabinet-profile__input {
  width: 100%;
  height: 56px;
  padding: 0 16px;
  border: 1px solid rgba(132, 90, 63, 0.32);
  border-radius: 12px;
  background: #fff;
  font-family: "Object Sans", sans-serif;
  font-size: 16px;
  line-height: 1.19;
  color: #493629;
  transition: border-color 0.3s ease;
}
.cabinet-profile__input:focus {
  outline: none;
  border-color: #ea8358;
}
.cabinet-profile__error {
  background: rgba(242, 53, 82, 0.1);
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 1.4;
  color: #f23552;
  margin-bottom: 16px;
}
.cabinet-profile__success {
  background: rgba(83, 205, 81, 0.1);
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 1.4;
  color: #53cd51;
  margin-bottom: 16px;
}
.cabinet-profile__submit {
  margin-top: 24px;
  margin-left: auto;
}

.cabinet-password__title {
  font-family: var(--third-family);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.67;
  color: #493629;
  margin-bottom: 32px;
}
.cabinet-password__form {
  max-width: 560px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.cabinet-password__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cabinet-password__label {
  font-family: "Object Sans", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.4;
  color: #493629;
}
.cabinet-password__input-wrapper {
  position: relative;
}
.cabinet-password__input {
  width: 100%;
  height: 56px;
  padding: 0 48px 0 16px;
  border: 1px solid rgba(132, 90, 63, 0.32);
  border-radius: 12px;
  background: #fff;
  font-family: "Object Sans", sans-serif;
  font-size: 16px;
  line-height: 1.19;
  color: #493629;
  transition: border-color 0.3s ease;
}
.cabinet-password__input:focus {
  outline: none;
  border-color: #ea8358;
}
.cabinet-password__toggle {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cabinet-password__toggle svg {
  width: 22px;
  height: 16px;
}
.cabinet-password__error {
  background: rgba(242, 53, 82, 0.1);
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 1.4;
  color: #f23552;
}
.cabinet-password__success {
  background: rgba(83, 205, 81, 0.1);
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 1.4;
  color: #53cd51;
}
.cabinet-password__submit {
  align-self: baseline;
  margin-left: auto;
}

@media screen and (max-width: 920px) {
  .cabinet-packages__table-wrapper,
  .cabinet-history__table-wrapper {
    overflow-x: auto;
    margin-top: 0;
  }
  .cabinet-packages,
  .cabinet-history {
    padding: 0;
  }
  .cabinet-packages__table-wrapper td,
  .cabinet-history__table-wrapper td {
    font-size: 14px;
    padding: 12px;
    white-space: nowrap;
  }
  .cabinet-packages__table-wrapper th,
  .cabinet-history__table-wrapper th {
    font-size: 14px;
    padding: 12px;
    white-space: nowrap;
  }
  .cabinet-dashboard {
    padding: 0;
  }
  .cabinet-dashboard__tabs {
    flex-wrap: nowrap;
  }
  .cabinet-dashboard__tab {
    font-size: 14px;
  }
  .cabinet-packages__note {
    font-size: 14px;
  }
  .main-cabinet-dashboard {
    min-height: 400px;
  }
}
.reset-password__container {
  max-width: 560px;
  margin: 0 auto;
  padding: 0 16px;
}
.reset-password__card {
  background: #fff;
  border-radius: 24px;
  padding: 48px 40px;
  box-shadow: 0px 8px 64px 0px rgba(73, 54, 41, 0.08);
  text-align: center;
}
.reset-password__icon {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}
.reset-password__icon--error svg circle:first-child {
  fill: rgba(242, 53, 82, 0.16);
}
.reset-password__title {
  font-family: var(--third-family);
  font-size: 28px;
  font-weight: 400;
  line-height: 1.5;
  color: #493629;
  margin-bottom: 16px;
}
.reset-password__description {
  font-family: "Object Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #897b70;
  margin-bottom: 32px;
  text-align: center;
}
.reset-password__form {
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: left;
}
.reset-password__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.reset-password__label {
  font-family: "Object Sans", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.4;
  color: #493629;
}
.reset-password__input-wrapper {
  position: relative;
}
.reset-password__input {
  width: 100%;
  height: 56px;
  padding: 0 48px 0 16px;
  border: 1px solid rgba(132, 90, 63, 0.32);
  border-radius: 12px;
  background: #fff;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  line-height: 1.19;
  color: #493629;
  transition: border-color 0.3s ease;
}
.reset-password__input:focus {
  outline: none;
  border-color: #ea8358;
}
.reset-password__toggle {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reset-password__toggle svg {
  width: 22px;
  height: 16px;
}
.reset-password__strength {
  margin-top: 8px;
}
.reset-password__strength-bar {
  width: 100%;
  height: 4px;
  background: #e5ded6;
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 8px;
}
.reset-password__strength-fill {
  height: 100%;
  width: 0;
  background: #f23552;
  transition: all 0.3s ease;
  border-radius: 2px;
}
.reset-password__strength-text {
  font-family: "Object Sans", sans-serif;
  font-size: 13px;
  line-height: 1.4;
  color: #897b70;
}
.reset-password__generate {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  padding: 12px 16px;
  background: transparent;
  border: 1px solid rgba(132, 90, 63, 0.32);
  border-radius: 8px;
  font-family: "Object Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #493629;
  cursor: pointer;
  transition: all 0.3s ease;
}
.reset-password__generate svg {
  width: 16px;
  height: 16px;
}
.reset-password__generate:hover {
  background: #faf5ed;
  border-color: #ea8358;
  color: #ea8358;
}
.reset-password__error {
  background: rgba(242, 53, 82, 0.1);
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 1.4;
  color: #f23552;
}
.reset-password__success {
  background: rgba(83, 205, 81, 0.1);
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 1.4;
  color: #53cd51;
}
.reset-password__submit {
  padding: 24px 32px;
  background: #ea8358;
  color: #faf5ed;
  border: none;
  border-radius: 16px;
  font-family: "Object Sans", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.03;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.3s ease;
  box-shadow: 0px 0px 24px 0px rgba(73, 54, 41, 0.08);
}
.reset-password__submit:hover {
  background: rgba(234, 131, 88, 0.9);
}
.reset-password__submit:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
@media screen and (max-width: 920px) {
  .reset-password {
    padding: 40px 0;
  }
  .reset-password__card {
    padding: 32px 24px;
  }
  .reset-password__title {
    font-size: 24px;
  }
}

.manager-guide {
  background: #faf5ed;
  min-height: 100vh;
  padding: 80px 0 60px;
}
.manager-guide .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.manager-guide__title {
  font-family: var(--third-family);
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
  color: #493629;
  margin-bottom: 40px;
  text-align: center;
}
.manager-guide__section {
  margin-bottom: 60px;
}
.manager-guide__heading {
  font-family: var(--third-family);
  font-size: 32px;
  font-weight: 400;
  line-height: 1.3;
  color: #493629;
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 2px solid #ea8358;
}
.manager-guide__heading img.emoji,
.manager-guide__heading span[role=img] {
  font-size: inherit;
  width: 1em;
  height: 1em;
  vertical-align: middle;
}
.manager-guide__subheading {
  font-family: "Object Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #493629;
  margin: 24px 0 12px;
}
.manager-guide__subheading img.emoji,
.manager-guide__subheading span[role=img] {
  font-size: inherit;
  width: 1em;
  height: 1em;
  vertical-align: middle;
}
.manager-guide__card {
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  margin-bottom: 24px;
  box-shadow: 0px 4px 24px rgba(73, 54, 41, 0.08);
}
.manager-guide__location {
  font-family: "Object Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #ea8358;
  background: rgba(234, 131, 88, 0.1);
  padding: 12px 16px;
  border-radius: 8px;
  margin-bottom: 20px;
}
.manager-guide__text {
  font-family: "Object Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #493629;
  margin-bottom: 16px;
}
.manager-guide__list {
  font-family: "Object Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #493629;
  margin-bottom: 16px;
  padding-left: 24px;
}
.manager-guide__list li {
  margin-bottom: 8px;
}
.manager-guide__list ul {
  margin-top: 8px;
  margin-bottom: 8px;
}
.manager-guide__steps {
  font-family: "Object Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #493629;
  counter-reset: step-counter;
  list-style: none;
  padding-left: 0;
  margin-bottom: 16px;
}
.manager-guide__steps li {
  counter-increment: step-counter;
  position: relative;
  padding-left: 48px;
  margin-bottom: 16px;
}
.manager-guide__steps li::before {
  content: counter(step-counter);
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  background: #ea8358;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
}
.manager-guide__steps li ul {
  margin-top: 8px;
  padding-left: 24px;
  list-style: disc;
}
.manager-guide__steps li ul li::before {
  display: none;
}
.manager-guide__notice {
  padding: 16px 20px;
  border-radius: 8px;
  margin: 32px 0;
  font-family: "Object Sans", sans-serif;
  font-size: 14px;
  line-height: 1.6;
}
.manager-guide__notice strong {
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
}
.manager-guide__notice ul {
  margin: 8px 0 0;
  padding-left: 20px;
}
.manager-guide__notice ul li {
  margin-bottom: 4px;
}
.manager-guide__notice--info {
  background: rgba(0, 115, 170, 0.08);
  border-left: 4px solid #0073aa;
  color: #004a6f;
}
.manager-guide__notice--success {
  background: rgba(83, 205, 81, 0.08);
  border-left: 4px solid #53cd51;
  color: #2a5f2a;
}
.manager-guide__notice--warning {
  background: rgba(255, 167, 38, 0.08);
  border-left: 4px solid #ffa726;
  color: #8b5300;
}
.manager-guide__notice code {
  background: rgba(0, 0, 0, 0.05);
  padding: 2px 6px;
  border-radius: 4px;
  font-family: "Courier New", monospace;
  font-size: 13px;
}
.manager-guide__formula {
  background: #f9f9f9;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 24px;
}
.manager-guide__formula h4 {
  font-family: "Object Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #493629;
  margin: 0 0 12px;
}
.manager-guide__formula h4 img.emoji,
.manager-guide__formula h4 span[role=img] {
  font-size: inherit;
  width: 1em;
  height: 1em;
  vertical-align: middle;
}
.manager-guide__formula-box {
  background: #fff;
  border: 2px solid #ea8358;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 16px;
}
.manager-guide__formula-box code {
  font-family: "Courier New", monospace;
  font-size: 14px;
  color: #ea8358;
  font-weight: 600;
}
.manager-guide__example {
  font-family: "Object Sans", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #897b70;
}
.manager-guide__example strong {
  color: #493629;
  font-size: 15px;
}
.manager-guide__table-wrapper {
  overflow-x: auto;
  margin: 20px 0;
}
.manager-guide__table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.manager-guide__table thead {
  background: #ea8358;
}
.manager-guide__table thead th {
  padding: 16px;
  text-align: left;
  font-family: "Object Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.manager-guide__table tbody tr {
  transition: background 0.2s ease;
}
.manager-guide__table tbody tr:nth-child(even) {
  background: #faf5ed;
}
.manager-guide__table tbody tr:hover {
  background: rgba(234, 131, 88, 0.05);
}
.manager-guide__table tbody td {
  padding: 14px 16px;
  font-family: "Object Sans", sans-serif;
  font-size: 14px;
  color: #493629;
  border: 1px solid #e5ddd2;
}
@media screen and (max-width: 920px) {
  .manager-guide {
    padding: 60px 0 40px;
  }
  .manager-guide__title {
    font-size: 32px;
    margin-bottom: 32px;
  }
  .manager-guide__heading {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .manager-guide__subheading {
    font-size: 18px;
    margin: 20px 0 10px;
  }
  .manager-guide__card {
    padding: 20px;
  }
  .manager-guide__steps li {
    padding-left: 40px;
  }
  .manager-guide__steps li::before {
    width: 28px;
    height: 28px;
    font-size: 13px;
  }
  .manager-guide__table thead th {
    font-size: 12px;
    padding: 12px 10px;
  }
  .manager-guide__table tbody td {
    font-size: 12px;
    padding: 10px;
  }
}
/*# sourceMappingURL=style.css.map */
