.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  font-family: "alternate-gothic-no-2-d";
}
.header--hidden .header__main {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.header--fixed {
  visibility: visible !important;
}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}
.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  padding: 10px 0;
  min-height: 38px;
  position: relative;
  z-index: 9;
  background-color: #161618;
}
@media screen and (min-width: 1024px) {
  .header__top {
    padding: 18px 0 16px;
    min-height: auto;
    background-color: #000;
  }
}
.nav-active .header__top {
  z-index: 1004;
}
.header__main {
  position: relative;
  padding: 16px 0;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 1024px) {
  .header__main {
    padding: 0;
  }
}
@media screen and (max-width: 1023px) {
  .header--mobile:not(.header--fixed) .header__main {
    background-color: transparent;
  }
}
.header__main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  background-color: #fff;
}
body.nav-active .header__main::before {
  z-index: 1004;
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .header__main::before {
    display: none;
  }
}
.header__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 70px;
}
@media screen and (min-width: 1024px) {
  .header__logo {
    max-width: 360px;
    margin-top: -4px;
  }
}
@media screen and (min-width: 1201px) {
  .header__logo {
    max-width: 530px;
  }
}
.header__logo img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .header__logo img body:not(.nav-active) .header:not(.header--fixed) {
    content: url("img/dhhrm-logo-mobile.svg");
  }
}
.nav-active .header__logo {
  z-index: 1004;
}
.header__logo picture {
  display: block;
  width: 100%;
}
.header__toggle {
  display: block;
  position: relative;
  width: 24px;
  height: 18px;
  padding: 0;
  background: transparent;
  border: none;
  z-index: 1004;
  outline: none;
}
.header__toggle span {
  position: absolute;
  text-indent: -9999px;
  overflow: hidden;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  margin-top: -1px;
  background-color: #565E60;
}
.header__toggle:after, .header__toggle:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  height: 2px;
  background-color: #565E60;
}
body:not(.nav-active) .header:not(.header--fixed) .header--mobile .header__toggle:after, body:not(.nav-active) .header:not(.header--fixed) .header--mobile .header__toggle:before {
  background-color: #fff;
}
.header__toggle:after {
  top: 0;
}
.header__toggle:before {
  bottom: 0;
}
body.nav-active .header__toggle span {
  background-color: transparent;
  margin: 0;
}
body.nav-active .header__toggle:after, body.nav-active .header__toggle::before {
  background-color: #565E60;
}
body.nav-active .header__toggle:after {
  margin-top: -1px;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
body.nav-active .header__toggle:before {
  margin-bottom: -1px;
  bottom: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 1024px) {
  .header__toggle {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  
  .header--mobile:not(.header--fixed) .header__logo img {
    content: url("../img/dhhrm-logo-white.svg");
  }

  body.nav-active .header--mobile .header__logo img,
  .header--mobile.header--fixed .header__logo img {
    content: url("../img/dhhrm-logo-dark.svg");
  }

  body:not(.nav-active) .header--mobile:not(.header--fixed) .header__toggle:after, body:not(.nav-active) .header--mobile:not(.header--fixed) .header__toggle:before,
  body:not(.nav-active) .header--mobile:not(.header--fixed) .header__toggle span {
    background-color: #fff;
  }
}

.header-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (max-width: 1023px) {
  .header-actions {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .header-actions__item {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .header-actions__item--hidden {
    display: none;
  }
}
.header-actions__btn {
  font-family: "futura-pt-bold";
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 2px;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .header-actions__btn {
    font-size: 12px;
  }
}
.header-actions__btn:hover .material-icons {
  color: rgba(255, 255, 255, 0.5);
}
.header-actions__btn--border, .header-actions__btn--bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 8px 24px;
  border: 2px solid transparent;
}
.header-actions__btn--border:hover, .header-actions__btn--bg:hover {
  text-decoration: none;
}
.header-actions__btn--border {
  border-color: #fff;
  color: #fff;
}
.header-actions__btn--border:hover {
  color: #31383A;
  background-color: #fff;
  border-color: #fff;
}
.header-actions__btn--bg {
  background-color: #fff;
  color: #31383A;
  border-color: #fff;
}
@media screen and (max-width: 1023px) {
  .header-actions__btn--bg {
    width: 100%;
    padding: 20px;
    background-color: #000;
    color: #fff;
    border: none;
    min-height: 57px;
  }
}
@media screen and (min-width: 1024px) {
  .header-actions__btn--bg:hover {
    background-color: #C8224C;
    color: #fff;
    border-color: #C8224C;
  }
}

.nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (min-width: 1024px) {
  .nav-menu {
    gap: 24px;
  }
}
.nav-menu--secondary {
  padding: 16px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px;
  width: 100%;
  margin-top: auto;
}
@media screen and (min-width: 1024px) {
  .nav-menu--secondary {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .nav-menu__item--hidden {
    display: none;
  }
}
.nav-menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: #fff;
  gap: 8px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.nav-menu--secondary .nav-menu__link {
  color: #565E60;
}
.nav-menu__link:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
}
.nav-menu__icon {
  font-size: 14px;
  top: -2px;
  padding: 0;
  -webkit-transition: all 0.35s ease !important;
  transition: all 0.35s ease !important;
}

@media screen and (max-width: 1023px) {
  .nav-drop {
    opacity: 0;
    top: -9999px;
    left: -9999px;
    right: 9999px;
    bottom: 9999px;
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    overflow-y: auto;
    height: 100dvh;
    z-index: 1000;
    overflow-y: auto;
    width: 100%;
    padding: 120px 15px 57px;
    background: #fff;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0s ease 0.35s, opacity 0.35s ease, -webkit-transform 0.35s ease;
    transition: all 0s ease 0.35s, opacity 0.35s ease, -webkit-transform 0.35s ease;
    transition: all 0s ease 0.35s, opacity 0.35s ease, transform 0.35s ease;
    transition: all 0s ease 0.35s, opacity 0.35s ease, transform 0.35s ease, -webkit-transform 0.35s ease;
  }
  body.nav-active .nav-drop {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
    transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
    transition: opacity 0.35s ease, transform 0.35s ease;
    transition: opacity 0.35s ease, transform 0.35s ease, -webkit-transform 0.35s ease;
  }
}
@media screen and (min-width: 1024px) {
  .nav-drop {
    min-height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.nav-drop__item {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .nav-drop__item {
    width: auto;
  }
}
.nav-drop__item.has-dropdown {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .nav-drop__item.has-dropdown:hover .nav-dropdown {
    top: 100%;
    opacity: 1;
    left: 0;
    -webkit-transition: opacity 0.35s ease;
    transition: opacity 0.35s ease;
  }
}
@media screen and (min-width: 1024px) {
  .nav-drop__item:last-child .nav-dropdown__list {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: right;
    max-width: 300px;
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (min-width: 1024px) {
  .nav-drop__item:last-child .nav-dropdown {
    margin-left: 0;
        margin-right: auto;
        left: auto !important;
        right: 0;
  }
}

.nav-drop__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  gap: 32px;
  width: 100%;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .nav-drop__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.nav-drop__link {
  display: block;
  font-size: 36px;
  line-height: 0.75;
  letter-spacing: 0.01em;
  color: #81898B;
  position: relative;
  text-transform: uppercase;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .nav-drop__link {
    font-size: 20px;
    padding: 24px 0;
    color: #565E60;
    width: auto;
  }
}
@media screen and (min-width: 1201px) {
  .nav-drop__link {
    font-size: 22px;
  }
}
.nav-drop__link:hover {
  text-decoration: none;
}
.has-dropdown .nav-drop__link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 9px;
  height: 9px;
  margin-top: -8px;
  border-bottom: 2px solid currentColor;
  border-left: 2px solid currentColor;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
@media screen and (min-width: 1024px) {
  .has-dropdown .nav-drop__link::before {
    display: none;
  }
}
.open .nav-drop__link {
  color: #C8224C;
}
.open .nav-drop__link::before {
  -webkit-transform: rotate(136deg);
          transform: rotate(136deg);
}

.nav-search {
  position: relative;
  margin: 0 0 40px;
  width: 100%;
  height: 40px;
}
@media screen and (min-width: 1024px) {
  .nav-search {
    display: none;
  }
}
.nav-search__input {
  font-family: nimbus-sans, sans-serif;
  display: inline-block;
  width: 100%;
  border: none;
  font-size: 14px;
  line-height: 1.2;
  color: #565E60;
  height: 40px;
  padding: 8px 0 0 24px;
  outline: none;
  border-bottom: 1px solid #828B8D;
}
.nav-search__input::-webkit-input-placeholder {
  color: #565E60;
}
.nav-search__input::-moz-placeholder {
  color: #565E60;
}
.nav-search__input:-ms-input-placeholder {
  color: #565E60;
}
.nav-search__input::-ms-input-placeholder {
  color: #565E60;
}
.nav-search__input::placeholder {
  color: #565E60;
}
.nav-search__btn {
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  background: none;
  border: none;
  padding: 0;
  color: #828B8D;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.nav-search__btn .material-icons {
  padding: 0;
  top: 0;
}

.nav-dropdown {
  display: none;
  margin: 0;
  padding: 10px 0 0 8px;
  list-style: none;
}
@media screen and (min-width: 1024px) {
  .nav-dropdown {
    position: absolute;
    top: -9999px;
    left: -9999px;
    opacity: 0;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: auto !important;
    z-index: 150;
    min-width: 200px;
    padding: 0 0 40px !important;
    background-color: #fff;
    -webkit-transition: all 0s ease 0.35s, opacity 0.5s ease;
    transition: all 0s ease 0.35s, opacity 0.5s ease;
  }
}
.nav-dropdown__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-dropdown__link {
  font-family: nimbus-sans, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #565E60;
  padding: 0;
}
@media screen and (min-width: 1201px) {
  .nav-dropdown__link {
    font-size: 18px;
  }
}
.nav-dropdown__link:hover {
  text-decoration: none;
}
.nav-dropdown::before {
  content: "";
  position: absolute;
  top: 0;
  left: -9999px;
  right: -9999px;
  background: white;
  height: 100%;
  z-index: -1;
}

.nav-active {
  overflow: hidden;
}

.footer {
  font-family: nimbus-sans, sans-serif;
  padding: 60px 0 40px;
  color: #fff;
  background: #161618;
  overflow: hidden;
  margin-bottom: 57px;
}
@media screen and (min-width: 1024px) {
  .footer {
    padding: 64px 0 55px;
    margin-bottom: 0;
  }
}
.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .footer__top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .footer__top {
    gap: 60px;
  }
}
.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.footer__logo img {
  width: 175px;
  height: 99px;
}

.footer-nav {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  margin-bottom: 64px;
}
@media screen and (min-width: 1024px) {
  .footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 87px;
  }
}
.footer-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 1023px) {
  .footer-nav__list:first-child {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media screen and (max-width: 1023px) {
  .footer-nav__list:nth-child(2) {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media screen and (max-width: 1023px) {
  .footer-nav__list:nth-child(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.footer-nav__list address {
  margin: 0;
}
.footer-nav__title {
  font-family: "alternate-gothic-no-2-d";
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 8px;
}
.footer-nav__link {
  display: block;
  color: #fff;
  text-decoration: none;
}
.footer-nav__link:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 1px;
}
.footer-nav a {
  color: #fff;
}
.footer-nav a:hover {
  opacity: 0.5;
  text-decoration: none;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  list-style: none;
  padding: 24px 0 0;
  margin: 0;
}
.social__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  fill: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.social__link:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.footer-terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 14px;
  line-height: 1.2;
  gap: 16px 32px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 1024px) {
  .footer-terms {
    gap: 49px;
  }
}
@media screen and (max-width: 1023px) {
  .footer-terms__item:first-child {
    width: 100%;
  }
}
.footer-terms__link {
  color: #fff;
  text-decoration: none;
}
.footer-terms__link:hover {
  color: #fff;
  opacity: 0.5;
  text-decoration: none;
}

.footer-promo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  width: 100%;
  background: rgba(255, 255, 255, 0.15);
  padding: 30px;
}
@media screen and (min-width: 1024px) {
  .footer-promo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 24px;
  }
}
.footer-promo__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer-promo__title {
  font-size: 36px;
  line-height: 1.1;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0;
}
.footer-promo p {
  color: #fff;
  margin-bottom: 0;
}
.footer-promo__btn {
  display: inline-block;
  border: none;
  width: 100%;
  text-align: center;
  padding: 10px 22px;
  font-family: "futura-pt-bold";
  font-size: 14px;
  line-height: 1.2;
  color: #31383A;
  font-weight: bold;
  letter-spacing: 2px;
  border: 2px solid #fff;
  background-color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (min-width: 768px) {
  .footer-promo__btn {
    width: auto;
  }
}
.footer-promo__btn:hover {
  border-color: #C8224C;
  background-color: #C8224C;
  color: #fff;
  text-decoration: none;
}

.section-faq {
  padding: 60px 0;
}
@media screen and (min-width: 1024px) {
  .section-faq {
    padding: 80px 0;
  }
}
.section-faq__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
}
@media screen and (min-width: 1024px) {
  .section-faq__container {
    gap: 80px;
    -ms-grid-columns: 300px 80px 1fr;
    grid-template-columns: 300px 1fr;
  }
}
.section-faq__content {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .section-faq__content {
    max-width: 670px;
  }
}
.section-faq__content-item {
  position: absolute;
  top: -9999px;
  right: 9999px;
  width: 100%;
  height: 100%;
  display: none;
  opacity: 0;
  -webkit-transition: all 0s ease 0.35s, opacity 0.35s ease;
  transition: all 0s ease 0.35s, opacity 0.35s ease;
}
.section-faq__content-item.active {
  position: relative;
  top: auto;
  right: auto;
  opacity: 1;
  display: block;
  z-index: 10;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.section-faq__aside {
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  padding-top: 16px;
  padding-bottom: 16px;
}
.section-faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-faq__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.section-faq__list-link {
  font-family: adobe-caslon-pro, serif !important;
  font-size: 18px;
  line-height: 1.1 !important;
  padding: 0 40px 0 0 !important;
  color: #565E60 !important;
  letter-spacing: 0 !important;
  background-image: none !important;
  border: none !important;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .section-faq__list-link {
    font-size: 20px;
  }
}
.active .section-faq__list-link {
  color: #C8224C !important;
}
.section-faq__list-link:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 9px;
  height: 9px;
  margin-top: -8px;
  border-bottom: 2px solid currentColor;
  border-left: 2px solid currentColor;
  -webkit-transform: rotate(-136deg);
          transform: rotate(-136deg);
}
.section-faq__title {
  font-size: 26px;
  line-height: 1.1;
  letter-spacing: 0.01em;
  margin-bottom: 32px;
}
@media screen and (min-width: 1024px) {
  .section-faq__title {
    font-size: 40px;
    margin-bottom: 40px;
  }
}

.accordion__item {
  padding: 24px 0;
  border-bottom: 1px solid #D9D9D9;
}
.accordion__item:first-child {
  padding-top: 0;
}
.accordion__title {
  font-family: adobe-caslon-pro, serif;
  font-size: 20px;
  line-height: 1.2;
  text-transform: none;
  letter-spacing: 0;
  padding-right: 60px;
  margin: 0;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .accordion__title {
    font-size: 24px;
  }
}
.accordion__title:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 9px;
  height: 9px;
  margin-top: -8px;
  color: #828B8D;
  border-bottom: 2px solid currentColor;
  border-left: 2px solid currentColor;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.open .accordion__title:before {
  color: #C8224C;
  margin-top: -5px;
  -webkit-transform: rotate(136deg);
          transform: rotate(136deg);
}
.accordion__title:hover, .open .accordion__title {
  color: #C8224C;
}
.accordion__title:hover:before, .open .accordion__title:before {
  color: #C8224C;
}
.accordion__expanded {
  display: none;
  padding-top: 8px;
}
.accordion__expanded p {
  color: #565E60;
  margin-bottom: 0;
}
.footer-nav__title a,
.footer-nav__title a:hover,
.footer-nav__title a:focus,
.footer-nav__title a:active {
  color: inherit;          /* keeps the same color */
  text-decoration: none;  /* removes underline */
  background: none;       /* in case background hover exists */
  cursor: default;        /* optional: removes pointer feel */
}
.nav-menu__link--hour,
.nav-menu__link--hour:hover,
.nav-menu__link--hour:focus,
.nav-menu__link--hour:active {
  color: inherit;
  text-decoration: none;
  background: none;
  cursor: default;
}

.footer-nav__title a, .nav-menu__link--hour a {
  pointer-events: none;
}

.footer-nav__list:nth-child(3) .footer-nav__title a {
pointer-events: auto;
cursor: pointer;
}

.nav-menu--secondary .nav-menu__link:hover{
  color: #565E60;
}

.header-actions__btn--bg:hover{
  color: #fff;
}