/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
@font-face {
  font-family: 'GraphikLCG';
  src: url('../font/GraphilLCG/GraphikLCG-Thin.woff2') format('woff2'), url('../font/GraphilLCG/GraphikLCG-Thin.woff') format('woff'), url('../font/GraphilLCG/GraphikLCG-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GraphikLCG';
  src: url('../font/GraphilLCG/GraphikLCG-Extralight.woff2') format('woff2'), url('../font/GraphilLCG/GraphikLCG-Extralight.woff') format('woff'), url('../font/GraphilLCG/GraphikLCG-Extralight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GraphikLCG';
  src: url('../font/GraphilLCG/GraphikLCG-Light.woff2') format('woff2'), url('../font/GraphilLCG/GraphikLCG-Light.woff') format('woff'), url('../font/GraphilLCG/GraphikLCG-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GraphikLCG';
  src: url('../font/GraphilLCG/GraphikLCG-Regular.woff2') format('woff2'), url('../font/GraphilLCG/GraphikLCG-Regular.woff') format('woff'), url('../font/GraphilLCG/GraphikLCG-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GraphikLCG';
  src: url('../font/GraphilLCG/GraphikLCG-Medium.woff2') format('woff2'), url('../font/GraphilLCG/GraphikLCG-Medium.woff') format('woff'), url('../font/GraphilLCG/GraphikLCG-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GraphikLCG';
  src: url('../font/GraphilLCG/GraphikLCG-Semibold.woff2') format('woff2'), url('../font/GraphilLCG/GraphikLCG-Semibold.woff') format('woff'), url('../font/GraphilLCG/GraphikLCG-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GraphikLCG';
  src: url('../font/GraphilLCG/GraphikLCG-Bold.woff2') format('woff2'), url('../font/GraphilLCG/GraphikLCG-Bold.woff') format('woff'), url('../font/GraphilLCG/GraphikLCG-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GraphikLCG';
  src: url('../font/GraphilLCG/GraphikLCG-Black.woff2') format('woff2'), url('../font/GraphilLCG/GraphikLCG-Black.woff') format('woff'), url('../font/GraphilLCG/GraphikLCG-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../font/Helvetica Neue/HelveticaNeue-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  font-family: 'GraphikLCG';
  color: #000000;
  font-size: 18px;
  line-height: 22px;
}
.container {
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
  display: block ;
}
@media (max-width: 1350px) {
  .container {
    max-width: 1200px;
  }
}
@media ((max-width: 1220px)) {
  .container {
    max-width: 1050px;
  }
}
@media ((max-width: 1070px)) {
  .container {
    max-width: 920px;
  }
}
@media ((max-width: 940px)) {
  .container {
    max-width: 720px;
  }
}
@media ((max-width: 770px)) {
  .container {
    max-width: 600px;
  }
}
@media ((max-width: 680px)) {
  .container {
    max-width: 600px;
  }
}
@media ((max-width: 550px)) {
  .container {
    max-width: 100%;
    padding: 0 15px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Helvetica Neue';
  margin: 0;
  font-weight: 500;
  line-height: 100%;
}
h1 {
  font-size: 34px;
  margin-bottom: 20px;
}
h2 {
  font-size: 24px;
  margin: 40px 0 20px;
}
.main {
  padding: 40px 0;
}
.cards-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 40px;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}
.cards-grid--single {
  grid-template-columns: minmax(320px, 400px);
  justify-content: flex-start;
}
@media ((max-width: 680px)) {
  .cards-grid--single {
    grid-template-columns: 1fr;
  }
}
@media ((max-width: 1350px)) {
  .cards-grid {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
    grid-auto-rows: minmax(260px, auto);
    grid-auto-flow: dense;
  }
}
@media ((max-width: 1220px)) {
  .cards-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-auto-rows: minmax(200px, auto);
  }
}
@media ((max-width: 940px)) {
  .cards-grid {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    grid-auto-rows: minmax(180px, auto);
  }
}
@media ((max-width: 770px)) {
  .cards-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-auto-rows: minmax(200px, auto);
  }
}
@media ((max-width: 680px)) {
  .cards-grid {
    grid-template-columns: repeat(auto-fit, minmax(195px, 1fr));
    grid-auto-rows: minmax(195px, auto);
  }
}
@media ((max-width: 550px)) {
  .cards-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(320px, auto);
  }
}
.card {
  overflow: hidden;
  position: relative;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media ((max-width: 680px)) {
  .card {
    min-height: auto;
  }
}
.card:hover {
  transform: translateY(-4px);
}
.card--person .card__image {
  height: 320px;
}
@media ((max-width: 1350px)) {
  .card--person .card__image {
    aspect-ratio: 1/1;
    height: auto;
  }
}
.card--person .card__image:hover img {
  transform: scale(1.05);
}
.card--person .card__image img {
  transition: all 0.3s ease;
  object-position: top;
}
.card--person-simple .card__image {
  height: 100%;
}
@media ((max-width: 680px)) {
  .card--person-simple .card__image {
    height: auto;
  }
}
.card--span-2x2 {
  aspect-ratio: 1/1;
}
@media (min-width: 768px) {
  .card--span-2x2 {
    grid-column: span 2;
    grid-row: span 2;
  }
}
@media (min-width: 768px) {
  .card--span-1x2 {
    grid-column: span 1;
    grid-row: span 2;
  }
}
@media (min-width: 768px) {
  .card--span-1x1 {
    grid-column: span 1;
    grid-row: span 1;
  }
}
@media (min-width: 768px) {
  .card--under-person {
    grid-column: 2;
    grid-row: 3;
  }
}
.card--category {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  text-align: center;
  min-height: 300px;
  padding: 40px;
  position: relative;
}
@media ((max-width: 1350px)) {
  .card--category {
    min-height: auto;
    aspect-ratio: 1/1;
    height: auto;
    padding: 25px;
  }
}
.card--category::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 155px;
  height: 155px;
}
.card--category-blue {
  background: #394C67;
}
.card--category-blue:hover {
  background: #304057;
}
.card--category-blue::before {
  background: url('../images/decoration-blue.svg') no-repeat center center;
}
.card--category-beige {
  background: #C3AEAD;
}
.card--category-beige:hover {
  background: #b89f9e;
}
.card--category-beige::before {
  background: url('../images/decoration-beige.svg') no-repeat center center;
}
.card--category-orange {
  background: #E49B3F;
}
.card--category-orange:hover {
  background: #e18f29;
}
.card--category-orange::before {
  background: url('../images/decoration-orange.svg') no-repeat center center;
}
.card--category-blue-light {
  background: #4b6488;
}
.card--category-blue-light:hover {
  background: #425877;
}
.card--category-gold {
  background: #cdbc9e;
}
.card--category-gold:hover {
  background: #c5b18d;
}
.card--category-gold::before {
  background: url('../images/decoration-gold.svg') no-repeat center center;
}
.card__image {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 320px;
}
@media (min-width: 768px) {
  .card__image {
    min-height: 200px;
  }
}
.card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.card__name-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  color: #FFFFFF;
  padding: 20px;
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
}
@media ((max-width: 680px)) {
  .card__name-overlay {
    font-size: 22px;
    line-height: 26px;
  }
}
.card__content {
  padding: 24px 5px;
}
@media ((max-width: 1220px)) {
  .card__content {
    padding: 15px 5px;
  }
}
.card__title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #000000;
  margin: 0 0 20px;
}
@media ((max-width: 1070px)) {
  .card__title {
    font-size: 22px;
  }
}
.card__title a {
  color: #000000;
  text-decoration: none;
  transition: color 0.3s ease;
}
.card__title a:hover {
  color: #394C67;
}
.card__description {
  margin: 20px 0;
  position: relative;
}
@media ((max-width: 1220px)) {
  .card__description {
    font-size: 16px;
    margin: 10px 0;
  }
}
.card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.card__icon {
  margin-bottom: 20px;
}
.card__icon img,
.card__icon svg {
  width: 60px;
  height: 60px;
}
@media ((max-width: 680px)) {
  .card__icon img,
  .card__icon svg {
    width: 90px;
    height: 90px;
  }
}
.card__category-title {
  font-size: 25px;
  font-weight: 500;
  color: #FFFFFF;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.3;
  text-align: left;
}
@media ((max-width: 1220px)) {
  .card__category-title {
    font-size: 22px;
    text-align: left;
  }
}
@media ((max-width: 680px)) {
  .card__category-title {
    font-size: 25px;
  }
}
.tag {
  display: inline-block;
  padding: 8px 10px;
  background: #F5F5F5;
  color: #575757;
  font-size: 15px;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media ((max-width: 1220px)) {
  .tag {
    font-size: 12px;
    padding: 4px 8px;
  }
}
.tag:hover {
  background: #dcdcdc;
  transform: translateY(-2px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.tag img {
  width: 18px;
  height: 18px;
  display: inline-block;
  filter: invert(1);
}
.tag.zodiac {
  line-height: 0;
}
.load-more {
  text-align: center;
  margin-top: 40px;
}
.load-more__btn {
  background: #394C67;
  color: #FFFFFF;
  border: none;
  padding: 16px 48px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.load-more__btn:hover {
  background: #273446;
}
.alm-btn-wrap {
  display: flex;
  margin: 30px 0;
  justify-content: center;
}
.art {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 50px;
}
.art img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.single .alm-single-post {
  max-width: 800px;
  width: 100%;
  margin: 50px auto 0;
}
.single .alm-single-post a {
  color: #FF5500;
}
.single .alm-single-post .content .personheader img {
  width: 100%;
}
.single .alm-single-post .desc {
  margin: 20px 0;
}
.single .alm-single-post .img {
  margin: 20px 0;
}
.single .alm-single-post .ajax-load-more-wrap {
  margin-top: 50px;
}
.single .alm-single-post img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.question {
  display: flex;
  align-items: center;
  gap: 35px;
  border-bottom: 1px solid #DEDEDE;
  padding: 10px 0;
}
@media ((max-width: 680px)) {
  .question {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.question span {
  font-weight: 600;
  color: #000000;
  max-width: 220px;
  width: 100%;
}
.question p {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}
.img__title {
  font-size: 14px;
  margin-top: 5px;
  font-style: italic;
}
.otheractivity p:not(:last-child) {
  margin-bottom: 10px;
}
.chronology ul {
  margin-top: 20px;
}
@media ((max-width: 680px)) {
  .chronology ul {
    flex-direction: column;
    align-items: flex-start;
  }
}
.chronology ul li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.chronology ul li .date {
  font-weight: 600;
  width: 120px;
  margin-right: 33px;
  flex-shrink: 0;
}
.chronology ul li .chronology__item {
  font-weight: 300;
}
.chronology ul li .role {
  color: #E49B3F;
}
.awards ul {
  list-style: none;
}
@media ((max-width: 680px)) {
  .awards ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}
.awards ul .date {
  color: #BCA57C;
  font-weight: 600;
  flex-shrink: 0;
}
.awards ul .reason {
  font-weight: 600;
}
.author {
  padding: 20px 20px 20px 0;
}
@media ((max-width: 770px)) {
  .author {
    padding: 20px 0;
  }
}
.author__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 680px) {
  .author__wrap {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.author .menu-title {
  font-weight: 500;
  font-size: 24px;
  margin-top: 20px;
}
.author__about {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 680px) {
  .author__about {
    gap: 10px;
  }
}
.author__about img {
  width: 100px!important;
  height: 100px!important;
  border-radius: 50px;
}
.author__about__info {
  font-size: 18px;
}
.author__about__info p:not(:last-child) {
  margin-bottom: 0px;
}
.author__about__info span {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}
@media ((max-width: 770px)) {
  .author__about__info span {
    font-size: 20px;
  }
}
.author__about__info p:last-child {
  color: #394C67;
}
.author__share p:not(:last-child) {
  margin-bottom: 10px;
}
.author__share .social__media {
  gap: 10px;
  font-size: 0;
}
.header {
  padding: 50px 0 0 0;
  margin-bottom: 30px;
  position: relative;
  z-index: 100;
}
@media (max-width: 770px) {
  .header {
    padding: 20px 0 0 0;
  }
}
.header__menu {
  list-style: none;
}
.header__menu li {
  line-height: 150%;
}
.header__menu li a,
.header__menu li span {
  font-weight: 500;
  font-size: 24px;
  color: #000000;
  text-decoration: none;
}
.header__menu li span[aria-current="page"] {
  color: #BCA57C;
}
.header__nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media ((max-width: 1070px)) {
  .header__nav {
    align-items: center;
  }
}
.header__nav__rigth {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 770px) {
  .header__nav__rigth {
    display: none;
  }
}
.header__nav__lang {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.header__nav__lang__text {
  font-size: 24px;
  font-weight: 500;
  color: #000000;
  text-decoration: none;
}
.header__nav__lang__text:hover {
  color: #BCA57C;
}
.logo {
  max-width: 244px;
  width: 100%;
}
.logo img {
  width: 100%;
}
@media (max-width: 1070px) {
  .logo {
    max-width: 220px;
  }
}
.menu a {
  transition: all 0.3s ease;
}
.menu a:hover {
  color: #BCA57C;
}
.search-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
}
.search-toggle img {
  width: 24px;
  height: 24px;
  transition: opacity 0.3s ease;
}
.search-toggle:hover img {
  opacity: 0.6;
}
.burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 110;
}
@media (max-width: 770px) {
  .burger {
    display: flex;
    align-self: center;
  }
}
.burger span {
  display: block;
  width: 100%;
  height: 2px;
  background: #000000;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.burger.is-active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.burger.is-active span:nth-child(2) {
  opacity: 0;
}
.burger.is-active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  z-index: 99;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.mobile-menu.is-open {
  opacity: 1;
  visibility: visible;
}
.mobile-menu__inner {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 100px 30px 40px;
}
.mobile-menu__list {
  list-style: none;
}
.mobile-menu__list li {
  border-bottom: 1px solid #DEDEDE;
}
.mobile-menu__list li a {
  display: block;
  padding: 16px 0;
  font-family: 'Helvetica Neue';
  font-weight: 500;
  font-size: 24px;
  color: #000000;
  text-decoration: none;
  transition: color 0.3s ease;
}
.mobile-menu__list li a:hover {
  color: #BCA57C;
}
.mobile-menu__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
.mobile-menu__lang {
  font-size: 24px;
  font-weight: 500;
  color: #000000;
}
.mobile-menu__socials {
  display: flex;
  gap: 20px;
}
.mobile-menu__socials img {
  width: 24px;
  height: 24px;
}
.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.search-popup.is-open {
  opacity: 1;
  visibility: visible;
}
.search-popup__close {
  position: absolute;
  top: 30px;
  right: 40px;
  background: none;
  border: none;
  color: #FFFFFF;
  font-size: 48px;
  cursor: pointer;
  line-height: 1;
  transition: opacity 0.3s ease;
}
.search-popup__close:hover {
  opacity: 0.6;
}
.search-popup__inner {
  width: 100%;
  max-width: 700px;
  padding: 0 20px;
}
.search-popup__form {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #FFFFFF;
  padding-bottom: 12px;
}
.search-popup__input {
  flex: 1;
  background: none;
  border: none;
  outline: none;
  color: #FFFFFF;
  font-family: 'Helvetica Neue';
  font-size: 32px;
  font-weight: 400;
}
.search-popup__input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 770px) {
  .search-popup__input {
    font-size: 22px;
  }
}
.search-popup__submit {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0 0 0 16px;
  display: flex;
  align-items: center;
}
.search-popup__submit img {
  width: 28px;
  height: 28px;
  filter: brightness(0) invert(1);
  transition: opacity 0.3s ease;
}
.search-popup__submit:hover img {
  opacity: 0.6;
}
.footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media ((max-width: 680px)) {
  .footer__inner {
    flex-direction: column;
    gap: 30px;
  }
}
.footer__inner__left__logo img {
  max-width: 120px;
  width: 100%;
}
.footer__inner__right {
  max-width: 286px;
  width: 100%;
}
.footer__copy {
  text-transform: uppercase;
  margin: 20px 0;
}
.footer__copy__text {
  max-width: 669px;
  width: 100%;
}
.footer__menu {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  gap: 0 20px;
}
.footer__menu li {
  flex: 0 1 45%;
  border-bottom: 1px solid #F5F5F5;
  transition: all 0.3s ease;
}
.footer__menu li:hover {
  border-bottom: 1px solid #BCA57C;
}
.footer__menu li a {
  text-decoration: none;
  line-height: 32px;
  color: #000000;
}
.socails {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
  margin-top: 20px;
}
.socails__link:hover img {
  transform: translateY(-5px);
}
.socails__link img {
  transition: all 0.3s ease;
}
.info h1 {
  font-family: 'Helvetica Neue';
  font-weight: 500;
  font-size: 34px;
  line-height: 100%;
  letter-spacing: 1%;
}
.info .container {
  padding-bottom: 30px;
}
.info p:not(:last-child) {
  line-height: 110%;
  margin-bottom: 20px;
}
.info__block {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.info__block h1,
.info__block h2 {
  margin: 20px 0 0px;
}
.info__block p {
  margin-bottom: 0 !important;
}
.info__block ul li {
  list-style: inside;
}
.contacts__block p:not(:last-child) {
  margin-bottom: 5px;
}
.contacts__block a {
  color: #000000;
  transition: all 0.3s ease;
}
.contacts__block a:hover {
  color: #BCA57C;
}
.feedback {
  padding-bottom: 30px;
}
.feedback h2 {
  margin: 0 0 30px 0;
}
.feedback__form {
  width: 65%;
}
.feedback__form__wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}
.feedback__form label {
  color: #575757;
  font-size: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1 1 50%;
}
.feedback__form input,
.feedback__form textarea {
  display: inline-block;
  width: 100%;
  padding: 13px 20px;
  font-size: 20px;
  border: 1px solid #000000;
}
.feedback__form textarea {
  height: 156px;
}
.feedback__form .btn {
  max-width: 146px;
  width: 100%;
  margin-top: 20px;
  background: #000000;
  color: #FFFFFF;
  border: none;
  transition: all 0.3s ease;
}
.feedback__form .btn:hover {
  background: #BCA57C;
}
.feedback__form__btns {
  margin-top: 20px;
}
@media (max-width: 660px) {
  .feedback__form {
    width: 100%;
  }
  .feedback__form__wrap {
    flex-direction: column;
  }
  .feedback__form label {
    gap: 5px;
  }
  .feedback__form__btns {
    display: flex;
  }
  .feedback__form button {
    padding: 15px;
    flex: 1;
  }
}
.breadcrumbs {
  display: flex;
  border-bottom: 1px solid #DEDEDE;
  padding: 0 0 10px 0;
  list-style: none;
  gap: 6px;
  margin-bottom: 30px;
}
.breadcrumbs__item {
  transition: all 0.3s ease-in;
}
.breadcrumbs__item:last-child {
  color: #FF5500;
}
.breadcrumbs__item a {
  transition: all 0.3s ease;
  text-decoration: none;
  color: #000000;
}
.breadcrumbs__item:hover a {
  color: #FF5500;
}
@media (max-width: 600px) {
  .breadcrumbs {
    flex-wrap: wrap;
    gap: 5px 0 ;
  }
}
.terms-block {
  margin: 20px 0 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.terms-block__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.terms-block__grid .terms-item {
  color: #000000;
  font-size: 14px;
  padding: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid #DEDEDE;
  cursor: pointer;
}
.terms-block__grid .terms-item:hover {
  color: #FFFFFF;
  background: #FF5500;
  border: 1px solid #FF5500;
}
.terms-block button {
  border: 1px solid #FF5500;
  background: transparent;
  color: #FF5500;
  padding: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
}
.terms-block button:hover {
  background: #FF5500;
  color: #FFFFFF;
}
.terms-block button:hover::before {
  color: #FFFFFF;
}
.terms-block button[aria-expanded="false"]::before {
  content: '+';
  color: #FF5500;
}
.terms-block button[aria-expanded="true"]::before {
  content: '—';
  font-size: 16px;
  margin-right: 5px;
  display: inline-block;
}
.error {
  text-align: left;
}
.error__title {
  font-size: 330px;
  color: #575757;
  margin: 0 auto;
  line-height: 100%;
  padding-bottom: 60px;
}
.error__text {
  font-size: 40px;
  display: inline-block;
  padding: 40px 060px;
}
@media (max-width: 768px) {
  .error__title {
    font-size: 250px;
  }
}
@media (max-width: 600px) {
  .error__title {
    font-size: 150px;
    padding-top: 200px;
  }
  .error__text {
    line-height: 100%;
    padding-bottom: 180px;
  }
}
