.pad_t220 {
  padding-top: 220px !important;
}

.pad_0 {
  padding: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.max_width430 {
  max-width: 430px;
}

.just_center {
  justify-content: center;
}

.text_center {
  text-align: center;
}

.align_start {
  align-items: flex-start;
}

.col {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.yellow_hover a:hover {
  color: var(--accent) !important;
  transition: all 0.3s ease;
}

.slider-three-section .slick-prev:not(.restore-slider-btn),
.slider-three-section .slick-next:not(.restore-slider-btn) {
  display: none !important;
}

.milestone-item__year {
  max-width: 106px;
}

.services-detail {
  width: 544px;
  max-width: 544px;
}
@media (max-width: 991px) {
  .services-detail {
    width: 100%;
    max-width: unset;
  }
}

.slider__button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gray-900);
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: var(--accent);
  border-color: var(--accent);
}

.slider__button:hover {
  background-color: var(--bg);
  border-color: var(--black);
}

.slider__button:hover svg path {
  fill: #000;
}

.slider__button.slick-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.slider__button.slick-disabled:hover {
  background-color: #fff;
  border-color: #E5E7EB;
}

.slider__button.slick-disabled:hover svg path {
  fill: #181D27;
}

.services-nav {
  width: 100%;
}
@media (max-width: 991px) {
  .services-nav {
    width: 100%;
    max-width: unset;
  }
}

.service-list {
  margin-top: 40px;
  row-gap: 24px !important;
  margin-bottom: 56px;
}
@media (max-width: 991px) {
  .service-list {
    row-gap: 0 !important;
    margin-bottom: 30px;
  }
}

@media (max-width: 1199px) {
  .contact .page-grid {
    gap: 50px;
  }
}
.contact .page-grid > *:first-child {
  width: 656px;
}
@media (max-width: 991px) {
  .contact .page-grid > *:first-child {
    width: 100%;
  }
}
.contact .page__title {
  font-size: 56px;
  width: 656px;
}
@media (max-width: 1199px) {
  .contact .page__title {
    font-size: 54px;
  }
}
@media (max-width: 991px) {
  .contact .page__title {
    font-size: 40px;
    width: 100%;
  }
}
.contact .contact-page-desc {
  width: 656px;
}
@media (max-width: 991px) {
  .contact .contact-page-desc {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .contact .logo_head {
    display: none;
  }
}

@media (max-width: 1199px) {
  .cta-hero__title {
    font-size: 54px;
  }
}
@media (max-width: 991px) {
  .cta-hero__title {
    font-size: 40px;
  }
}

.firm-page .firm__header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 66px;
}
.firm-page .firm__header-col {
  display: flex;
  flex-direction: column;
  width: 49%;
  gap: 24px;
  max-width: 500px;
}
.firm-page .firm__header-subtitle {
  color: var(--gray-800, #252B37);
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.firm-page .firm__header .firm__header-img__wrapper {
  height: 480px;
}
.firm-page .firm__header .firm__header-img__wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.firm-page .main_section.leadership {
  padding-bottom: 72px;
}
.firm-page .main_section.team {
  background: rgb(245, 245, 245);
  padding-top: 96px;
}
.firm-page {
  /* .leadership {
        .container {
            max-width: var(--max-width);
        }
    }*/
}
.firm-page .main_section.leadership {
  padding-top: 0;
}
.firm-page .leadership-container {
  display: flex;
  gap: 32px;
  margin-top: 56px;
  margin-bottom: 72px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .firm-page .leadership-container {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .firm-page .leadership-container .team-card {
    width: calc(50% - 16px) !important;
  }
}
@media (max-width: 550px) {
  .firm-page .leadership-container .team-card {
    width: 100% !important;
  }
}
.firm-page .leadership-container .team-card__img {
  margin-bottom: 16px;
  width: 100%;
  object-fit: cover;
}
.firm-page .leadership-container .team-card__description {
  margin-top: 16px;
}
.firm-page .team-card__name {
  color: var(--gray-900, #181D27);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.firm-page .team-card__position {
  color: var(--gray-700, #414651);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0;
}
.firm-page .team-card__description {
  color: var(--gray-800, #252B37);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.firm-page .culture {
  background: var(--cta);
  padding: 124px 0 102px 90px;
}
@media (max-width: 768px) {
  .firm-page .culture {
    padding: 64px 24px;
  }
}
.firm-page .culture .container {
  display: flex;
  gap: 100px;
}
@media (max-width: 768px) {
  .firm-page .culture .container {
    flex-direction: column;
    row-gap: 24px !important;
  }
}
.firm-page .culture__col {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.firm-page .culture__subtitle {
  color: var(--gray-800, #252B37);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 133%;
  max-width: 320px;
}
.firm-page .culture__description {
  color: var(--gray-800, #252B37);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 144.444%;
  max-width: 640px;
}
.firm-page .culture__btn {
  padding: 12px 24px;
  border-radius: 4px;
  border: 1px solid var(--gray-400, #A4A7AE);
  max-width: 400px;
  color: var(--gray-800, #252B37);
  width: fit-content;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-top: 16px;
}

.team {
  padding: 96px 0 !important;
  background: var(--gray-100, #F5F5F5) !important;
}
@media (max-width: 768px) {
  .team {
    padding: 24px 0;
  }
}
.team-header {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .team-header {
    flex-direction: column;
    align-items: flex-start;
  }
}
.team_filter {
  /* we keep the container selector .team_filter; inside it we expect a .filter-select wrapper */
}
.team_filter .filter-select {
  display: inline-block;
  position: relative;
  width: 320px;
  max-width: 100%;
}
.team_filter .filter-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 16px 0;
  border: none;
  border-bottom: 1px solid var(--gray-900, #181D27);
  background-color: transparent;
  color: var(--gray-900, #181D27);
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 150%;
  cursor: pointer;
}
.team_filter .filter-select {
  /* SVG caret (inserted as an inline element) */
}
.team_filter .filter-select svg.filter-select__icon {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 8px;
  transition: transform 180ms ease;
  pointer-events: none;
  /* let clicks reach the select */
}
.team_filter .filter-select {
  /* rotated state */
}
.team_filter .filter-select.is-open svg.filter-select__icon {
  transform: translateY(-50%) rotate(180deg);
}
.team_filter .filter-select select:focus {
  outline: none;
}
.team_filter .filter-select--small {
  width: 220px;
}
.team .page-grid {
  gap: 120px;
  margin-top: 64px;
}
.team .page-grid .toc__list {
  margin: 0;
}
.team .page-grid .toc__link {
  padding: 16px 0;
}
.team-card-wrapper {
  max-width: var(--max-width);
  margin: 0 auto;
  display: flex;
  column-gap: 16px;
  row-gap: 40px;
  flex-wrap: wrap;
}
.team-card-wrapper .team-card {
  width: calc(25% - 12px);
}
@media (max-width: 768px) {
  .team-card-wrapper .team-card {
    width: calc(50% - 8px);
  }
}
.team-card-wrapper .team-card__img {
  object-fit: cover;
  width: 100%;
  margin-bottom: 16px;
}
.team-card-wrapper .team-card.hidden {
  display: none !important;
}

.additional-services__container {
  gap: 48px;
}
.additional-services__container .additional-services__list .cols {
  gap: 20px;
}

.footer {
  background: var(--gray-800, #252B37);
  padding: 64px 80px;
  color: var(--gray-0);
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  .footer {
    padding: 24px;
  }
}
.footer .container {
  max-width: 1280px;
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  gap: 48px;
}
@media (max-width: 768px) {
  .footer .container {
    flex-direction: column;
    gap: 24px;
  }
}
.footer__text {
  max-width: 320px;
}
.footer__col {
  align-items: flex-start;
}
@media (max-width: 768px) {
  .footer__col {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.footer .social__list {
  display: flex;
  gap: 24px;
  margin-top: 56px;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 768px) {
  .footer .social__list {
    gap: 10px;
  }
}
.footer .social__item {
  background-color: var(--accent);
  border-radius: 4px;
}
.footer .social__item svg path {
  fill: var(--gray-900);
}
.footer .social__item a {
  background-color: var(--accent);
  max-height: 46px;
}
.footer .social__item a:hover {
  background-color: var(--bg);
  border-color: var(--black);
}
.footer .address {
  margin-top: 24px;
}
.footer .address:first-child {
  margin-top: 0px;
}
.footer .address__name {
  color: var(--gray-0, #FFF);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 0;
}
.footer .address__street, .footer .address__city, .footer .address__email, .footer .address__phone {
  color: var(--gray-400, #A4A7AE);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.footer .address__street::before, .footer .address__city::before, .footer .address__email::before, .footer .address__phone::before {
  background-color: var(--gray-0, #fff);
}
.footer__link-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer__link-item {
  color: var(--gray-200, #E9EAEB);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.footer__bottom {
  margin-top: 48px;
  display: flex;
  width: 100%;
  align-items: center;
  gap: 40px;
  justify-content: space-between;
}
.footer__bottom-links {
  display: flex;
  gap: 24px;
}
.footer__bottom .social__item {
  padding: 20px;
}
.footer__row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  padding-top: 24px;
  border-top: 1px solid var(--gray-400);
}
@media (max-width: 768px) {
  .footer__row {
    flex-direction: column-reverse;
  }
}
.footer__copyright {
  color: var(--gray-400, #A4A7AE);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.pillar-page .policy-header.container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .pillar-page .policy-header.container {
    flex-direction: column;
  }
}
.pillar-page .policy-header .page-subtitle {
  color: var(--gray-800, #252B37);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  max-width: 656px;
}
.pillar-page .page-banner {
  margin: 128px 0;
}
.pillar-page .expert .container {
  max-width: var(--max-width);
  display: flex;
  gap: 80px;
}
@media (max-width: 768px) {
  .pillar-page .expert .container {
    flex-direction: column;
  }
}
.pillar-page .expert__item-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 49%;
}
@media (max-width: 768px) {
  .pillar-page .expert__item-wrapper {
    width: 100%;
  }
}
.pillar-page .expert__item {
  padding: 24px;
  border-radius: 4px;
  border-right: 1px solid var(--gray-300, #D5D7DA);
  border-bottom: 1px solid var(--gray-300, #D5D7DA);
  justify-content: space-between;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
  width: 100%;
}
.pillar-page .expert__text {
  color: var(--gray-800, #252B37);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 144%;
}
.pillar-page .expert__label {
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 112.5%;
  text-align: right;
}
.pillar-page .expert__text-wrapper {
  display: flex;
  flex-direction: column;
  width: 49%;
  padding: 26px 0;
}
@media (max-width: 991px) {
  .pillar-page .expert__text-wrapper {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .pillar-page .expert__text-wrapper {
    width: 100%;
  }
}
.pillar-page .expert__title {
  color: var(--Gray-900, #181D27);
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 116.667%;
  margin-bottom: 16px;
}
.pillar-page .expert__description {
  color: var(--Gray-800, #252B37);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: 16px;
}
.pillar-page .featured {
  background: var(--Gray-200, #E9EAEB);
  padding: 128px 0;
  margin-top: 128px;
  display: flex;
}
.pillar-page .comment {
  width: 100%;
  display: flex;
}
@media (max-width: 768px) {
  .pillar-page .comment {
    flex-direction: column;
  }
}
.pillar-page .comment .rewiev__block {
  width: 49%;
  padding: 96px 80px;
  background: var(--Gray-0, #FFF);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .pillar-page .comment .rewiev__block {
    width: 100%;
    padding: 24px;
  }
}
.pillar-page .comment .rewiev__autor {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.pillar-page .comment .rewiev__autor-col {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pillar-page .comment .rewiev__autor-icon {
  width: 64px;
  height: 64px;
}
.pillar-page .comment .rewiev__autor-icon img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.pillar-page .comment .rewiev__autor-position {
  color: var(--Gray-900, #181D27);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.pillar-page .comment .rewiev__autor-name {
  color: var(--Gray-900, #181D27);
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.pillar-page .comment .rewiev__text p {
  color: var(--Gray-700, #414651);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 133%;
}
.pillar-page .comment .culture {
  width: 51%;
  padding: 96px 80px;
  background: var(--cta);
}
@media (max-width: 768px) {
  .pillar-page .comment .culture {
    width: 100%;
    padding: 24px;
  }
}
.pillar-page .comment .culture .page__title {
  font-size: 48px;
}
.pillar-page .comment .culture__col {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 991px) {
  .pillar-page .comment .culture__col {
    gap: 30px;
  }
}
.pillar-page .comment .culture__description {
  color: var(--gray-800, #252B37);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 144%;
  max-width: 640px;
}
.pillar-page .comment .culture__btn {
  padding: 12px 24px;
  border-radius: 4px;
  border: 1px solid var(--gray-400, #A4A7AE);
  max-width: 400px;
  color: var(--gray-800, #252B37);
  width: fit-content;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-top: 16px;
}

.privacy.page-grid {
  gap: 133px;
  grid-template-columns: 430px 1fr;
}
.privacy .policy-content {
  max-width: 544px;
}

.footer .link-wrap {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.project-page .text_item {
  background: var(--gray-200, #E9EAEB);
}
.project-page .project.gallery .slider-two__slide.slick-slide {
  max-width: 357px;
}
.project-page .slider-two-section {
  position: relative;
}

.gallery .slider-two__slide.slick-slide {
  max-width: 357px;
}

main.main__block {
  overflow-x: hidden;
}

@media (max-width: 991px) {
  .blog-post .container {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .post__body-element {
    margin-bottom: 24px;
  }
  .sidebar {
    gap: 24px;
  }
  body .post__hero {
    margin-top: 0;
  }
  .post .container {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .blog__header {
    margin-left: unset;
    margin-bottom: 24px;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .blog__header {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .blog__header .page__title {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 991px) and (max-width: 900px) {
  .blog__header {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .post-archive {
    padding: 48px 0;
  }
  .filter__list {
    flex-wrap: wrap;
    margin-bottom: 48px;
  }
  .post-archive .container {
    display: flex;
    flex-direction: column-reverse;
    gap: 24px;
  }
  .sidebar {
    margin-bottom: 0;
  }
  .page-grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .contact {
    margin-bottom: 48px;
  }
  .contact-page-desc,
  .form__title,
  .contact__aside-title {
    margin-top: 20px !important;
  }
  .contact-page-desc {
    margin-top: 20px !important;
  }
  .social__list {
    margin-top: 12px !important;
  }
  .contact .social__list {
    margin-top: 0 !important;
  }
  .address__wrapper {
    padding-left: 30px;
  }
  .services-overview {
    gap: 64px;
  }
  .cta-hero__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .cta-hero__title {
    font-size: 54px;
  }
  .cta__column {
    gap: 24px;
  }
  .gallery {
    margin: 64px 0;
  }
}
@media (max-width: 991px) {
  /* Prevent horizontal scrollbar caused by slider padding and ensure images scale */
  .gallery {
    overflow-x: hidden;
    /* prevents page horizontal scroll when slider uses padding for peek */
  }
  .gallery .slick-slide img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 16/9;
  }
  .gallery-carousel .slick-list {
    /* create space on the right for 'peek' effect instead of negative margins */
    padding-right: clamp(30px, 8vw, 150px);
    overflow: hidden;
    /* prevent scroll while keeping layout space for peek */
  }
  .gallery-carousel .slick-track {
    gap: 24px;
  }
  .gallery-carousel .slick-slide {
    margin-right: 24px;
    max-width: min(1104px, 90vw);
  }
  .project__carousel:not(.project__carousel--one-slide) .slick-slide {
    max-width: 690px;
  }
  .project-page .slider {
    margin: 48px 0;
  }
  .project-grid {
    padding: 48px 0;
  }
  .project__wrapper {
    margin-top: 48px;
    row-gap: 36px;
    column-gap: 12px;
  }
  .project__item {
    width: 47%;
  }
  .project__slug {
    gap: 36px;
    margin-top: 48px;
    flex-wrap: wrap;
  }
  .project__carousel .carousel__progress {
    margin-top: 48px;
  }
  .project.gallery {
    padding: 64px 0;
  }
  .firm-page .firm__header {
    gap: 48px;
    padding: 0 0 0 15px;
  }
  .firm-page .section__title {
    font-size: 40px;
  }
  .firm-page .leadership-container {
    gap: 24px;
    margin-top: 36px;
    margin-bottom: 0;
    flex-wrap: wrap;
  }
  .firm-page .leadership-container .team-card {
    width: calc(33.3333% - 16px);
  }
  .firm-page .team {
    padding: 64px 0;
  }
  .firm-page .page-grid {
    gap: 64px !important;
    margin-top: 48px !important;
    display: flex;
    flex-direction: column;
  }
  .firm-page .toc {
    width: 100%;
  }
  .firm-page .culture {
    padding: 24px;
  }
  .firm-page .container {
    flex-direction: column;
    gap: 48px !important;
  }
  .firm-page .culture__subtitle {
    max-width: unset;
  }
  .firm-page .culture__description {
    max-width: unset;
  }
  .pillar-page .page-banner {
    margin: 48px 0;
  }
  .pillar-page .expert .container {
    gap: 64px;
  }
  .pillar-page .expert__item {
    padding: 16px;
  }
  .pillar-page .expert__item .expert__label {
    font-size: 54px;
  }
  .pillar-page .featured {
    margin: 0;
    padding: 64px 0;
  }
  .pillar-page .project__wrapper {
    margin-top: 48px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .pillar-page .comment .rewiev__block {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 50px;
    padding-block-start: 60px;
  }
}
@media (max-width: 991px) {
  .pillar-page .comment .culture {
    padding: 24px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .pillar-page .comment .culture {
    padding: 60px 0;
    padding-block-start: 60px;
  }
}
@media (max-width: 991px) {
  .pillar-page .rewiev__text {
    font-size: 18px;
    padding-top: 12px;
  }
  .footer .address__wrapper {
    padding: 0;
  }
  .footer .link-wrap {
    display: flex;
    justify-content: space-between;
    gap: 14px;
  }
  .gallery-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .pillar-page .comment .rewiev__text p {
    font-size: 20px;
  }
}
.main_section.comment {
  padding-block: 0;
}

@media (max-width: 767px) {
  .gallery-carousel .slick-list {
    padding-right: 20px;
    overflow: hidden;
  }
  .gallery-carousel .slick-slide {
    margin-right: 15px;
    max-width: 100%;
  }
  .gallery .slick-slide {
    margin-right: 15px;
  }
  .contact .logo_head {
    display: none;
  }
  .services-page .divider {
    display: none;
  }
  .design-process__title {
    font-size: 40px;
  }
  .design-process .container {
    align-items: center;
  }
  .process__row {
    flex-direction: column;
    gap: 48px;
    margin-top: 48px;
    align-items: center;
  }
  .project__carousel .slick-slide {
    margin-right: 15px;
  }
  .project-page .gallery-carousel .slick-list {
    padding-right: 30px;
    overflow: hidden;
  }
  .project-page .gallery .slick-slide {
    margin-right: 15px;
  }
  .firm-page .firm__header {
    gap: 24px;
    padding: 0 15px;
    flex-direction: column;
  }
  .firm-page .section__title {
    font-size: 36px;
  }
  .firm-page .leadership-container {
    gap: 24px;
    margin-top: 36px;
  }
  .firm-page .team {
    padding-top: 0;
  }
  .firm-page .page-grid {
    gap: 48px !important;
    margin-top: 36px !important;
    display: flex;
    flex-direction: column;
  }
  .firm-page .toc {
    width: 100%;
  }
  .firm-page .culture {
    padding: 60px 0;
  }
  .footer .address__wrapper {
    padding: 0;
  }
  .footer .link-wrap {
    display: flex;
    justify-content: space-between;
  }
  .footer .footer_col {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 500px) {
  .rewiev__autor {
    flex-direction: column;
  }
}

/*# sourceMappingURL=style-an.css.map */
