@charset "UTF-8";
h1,
.h1 {
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
  margin: 0 0 2rem;
}
@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: 64px;
  }
}

h2,
.h2 {
  font-size: 30px;
  line-height: 1;
  margin: 0 0 20px;
  font-weight: 600;
}
@media (min-width: 992px) {
  h2,
  .h2 {
    font-size: 48px;
  }
}

h3,
.h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 20px;
}
@media (min-width: 992px) {
  h3,
  .h3 {
    font-size: 32px;
  }
}

h4,
.h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}
h4:not(:last-child),
.h4:not(:last-child) {
  margin: 0 0 20px;
}
@media screen and (min-width: 992px) {
  h4,
  .h4 {
    font-size: 28px;
  }
}

h5,
.h5 {
  font-size: 18px;
  font-weight: 500;
}
h5:not(:last-child),
.h5:not(:last-child) {
  margin: 0 0 20px;
}
@media screen and (min-width: 992px) {
  h5,
  .h5 {
    font-size: 20px;
  }
}

strong {
  font-weight: 700;
}

p {
  margin: 0 0 1.25rem;
}
p:last-child {
  margin-bottom: 0 !important;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 300ms;
}

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

html {
  font-size: 10px;
}
@media screen and (min-width: 992px) {
  html {
    font-size: 16px;
  }
}

body {
  padding: 0;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #082F72;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #E0D3C2;
}
body:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: 900ms;
  transition-delay: 200ms;
  z-index: 999999;
  background-color: #fff;
}
body.no-scroll {
  overflow: hidden;
}
body.loaded:before {
  opacity: 0;
  visibility: hidden;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (min-width: 576px) {
  .container {
    max-width: 1372px;
  }
}
@media screen and (min-width: 992px) {
  .container--max {
    max-width: 1680px;
  }
}
@media screen and (max-width: 992px) {
  .container--full-mobile {
    padding: 0;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container--medium {
    max-width: 1196px;
  }
}
@media (min-width: 992px) {
  .container--small {
    max-width: 935px;
  }
}

.mb0 {
  margin-bottom: 0 !important;
}

.mt10 {
  margin-top: 10px;
}

.mt0 {
  margin-top: 0px !important;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

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

button {
  outline: 0;
  border: 0;
  background-color: transparent;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

::-moz-selection {
  color: #fff;
  background: #000;
}

::selection {
  color: #fff;
  background: #000;
}

abbr {
  text-decoration: none;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.align-items-center {
  align-items: center;
}

.col-1 {
  width: 8.3333333333%;
}
.col-2 {
  width: 16.6666666667%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.3333333333%;
}
.col-5 {
  width: 41.6666666667%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.3333333333%;
}
.col-8 {
  width: 66.6666666667%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.3333333333%;
}
.col-11 {
  width: 91.6666666667%;
}
.col-12 {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .offset-lg-12 {
    margin-left: 100%;
  }
}
.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

@media screen and (min-width: 992px) {
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
}
.grecaptcha-badge {
  visibility: hidden !important;
}

.default-radius {
  border-radius: 1rem;
}

.gradient {
  background: #274090;
  background: linear-gradient(90deg, rgb(39, 64, 144) 0%, rgb(37, 167, 224) 100%);
}

.image-ani {
  overflow: hidden;
}

.block {
  padding: 7.2rem 0 11.2rem;
  border-radius: 30px 30px 0 0;
  background-color: #fff;
  z-index: 2;
  position: relative;
}
@media (max-width: 992px) {
  .block:first-child {
    padding-top: 0;
  }
  .block:last-child {
    padding-bottom: 7.2rem;
  }
}
@media (min-width: 992px) {
  .block {
    border-radius: 40px 40px 0 0;
    padding: 100px 0;
  }
}
.block--color-1, .block__color-1 {
  background-color: #F9F5F1;
}
.block--color-2, .block__color-2 {
  background-color: #212121;
  color: #fff;
}
.block__color-3 {
  background-color: #E0D3C2;
}
.block--to-top {
  margin-top: -40px;
}
.block__description--margin {
  margin-bottom: 40px;
}

.columns {
  display: grid;
}

.header-space {
  height: 99px;
}
@media (min-width: 992px) {
  .header-space {
    height: 115px;
  }
}

.header {
  width: 100%;
  z-index: 99;
  color: #293F78;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #E0D3C2;
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.4rem 0;
  position: relative;
}
@media (min-width: 992px) {
  .header__container {
    padding: 1rem 0;
  }
}
.header__container:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #293F78;
  transition: 300ms;
}
.header__container--is-scrolling:after {
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 992px) {
  .header__container {
    padding: 32px 0;
  }
}
.header__logo {
  position: relative;
  z-index: 9;
}
.header__logo a,
.header__logo svg {
  display: block;
}
.header__logo svg {
  width: 133px;
  height: auto;
}
.header__logo svg path {
  fill: #293F78;
}
.header .nav {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .header .nav {
    transition: 300ms;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #E0D3C2;
    padding: 100px 30px;
    justify-content: center;
  }
  .header .nav.is-active {
    opacity: 1;
    visibility: visible;
  }
  .header .nav.is-active li {
    opacity: 1;
    transform: translateY(0);
  }
}
.header .menu {
  display: flex;
}
@media (max-width: 992px) {
  .header .menu {
    flex-direction: column;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .header .menu li:not(:last-child) {
    margin-right: 40px;
  }
}
@media (max-width: 992px) {
  .header .menu li {
    margin: 0.75rem 0;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 800ms cubic-bezier(0.25, 1, 0.5, 1), transform 800ms cubic-bezier(0.25, 1, 0.5, 1);
  }
  .header .menu li:nth-child(1) {
    transition-delay: 50ms;
  }
  .header .menu li:nth-child(2) {
    transition-delay: 100ms;
  }
  .header .menu li:nth-child(3) {
    transition-delay: 150ms;
  }
  .header .menu li:nth-child(4) {
    transition-delay: 200ms;
  }
  .header .menu li:nth-child(5) {
    transition-delay: 250ms;
  }
  .header .menu li:nth-child(6) {
    transition-delay: 300ms;
  }
  .header .menu li:nth-child(7) {
    transition-delay: 350ms;
  }
  .header .menu li:nth-child(8) {
    transition-delay: 400ms;
  }
  .header .menu li:nth-child(9) {
    transition-delay: 450ms;
  }
  .header .menu li:nth-child(10) {
    transition-delay: 500ms;
  }
}
.header .menu li.current-menu-item a {
  color: #BF400C;
}
.header .menu li a {
  font-weight: 500;
}
@media (max-width: 992px) {
  .header .menu li a {
    font-size: 24px;
    font-weight: 600;
  }
}
.header .menu li a:hover {
  color: #BF400C;
}
.header__button {
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .header__button {
    display: none;
  }
}

body.single-team .header {
  background: #fff;
}

.block-footer {
  padding: 7.2rem 0;
  color: #fff;
  background-color: #082F72;
}
@media (min-width: 992px) {
  .block-footer {
    padding: 160px 0 80px;
  }
}
@media (min-width: 992px) {
  .block-footer__flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.block-footer__flex .menu-footer-container {
  margin-bottom: 3.2rem;
  margin-top: 0.5rem;
}
@media (min-width: 992px) {
  .block-footer__flex .menu-footer-container {
    margin-left: 40px;
    margin-bottom: 0;
    margin-top: 0;
  }
}
.block-footer ul {
  display: flex;
}
.block-footer__contact {
  padding-top: 4.8rem;
  padding-bottom: 4.8rem;
}
@media (min-width: 992px) {
  .block-footer__contact {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .block-footer__contact li {
    font-size: 24px;
  }
}
.block-footer__contact .contact-row__link:hover {
  color: #E0D3C2;
}
.block-footer__contact .contact-row__link:hover span {
  border-color: #E0D3C2;
}
.block-footer__columns {
  padding-top: 4.8rem;
  border-top: 1px solid #99A8C3;
  grid-template-columns: 1fr;
  gap: 3.2rem;
}
@media (min-width: 992px) {
  .block-footer__columns {
    grid-template-columns: 340px 1fr 1fr;
    gap: 0;
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .block-footer__columns > div:last-child {
    justify-self: end;
  }
}
.block-footer__columns p {
  font-size: 18px;
  margin-top: -4px;
}
.block-footer__social {
  margin-top: auto;
}
.block-footer__foot {
  padding-top: 4.8rem;
  color: #99A8C3;
  font-size: 15px;
}
@media (min-width: 992px) {
  .block-footer__foot {
    padding-top: 100px;
  }
}
.block-footer__foot a:hover {
  color: #fff;
}

.block-404 {
  text-align: center;
  background-color: #E0D3C2;
  padding-top: 7.2rem !important;
}
@media (min-width: 992px) {
  .block-404 {
    padding-top: 100px !important;
  }
}
.block-404__title {
  font-size: 120px;
  letter-spacing: 2px;
}
@media (min-width: 992px) {
  .block-404__title {
    font-size: 160px;
  }
}
.block-404__button {
  margin-top: 2.5rem;
}

@media (min-width: 992px) {
  .block-single {
    padding-bottom: 160px;
  }
}
.block-single__columns {
  grid-template-columns: 1fr;
  gap: 4.8rem;
}
@media (min-width: 992px) {
  .block-single__columns {
    grid-template-columns: 300px 1fr;
    gap: 110px;
  }
}
@media (max-width: 992px) {
  .block-single__column-left {
    order: 2;
  }
}
@media (max-width: 992px) {
  .block-single__columm-right {
    order: 1;
  }
}
.block-single__title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 40px;
}
.block-single__sticky {
  top: 140px;
  left: 0;
  position: sticky;
}

.block-others {
  background-color: #F9F5F1;
}
.block-others__title {
  margin-bottom: 3.6rem;
}
@media (min-width: 992px) {
  .block-others__title {
    text-align: center;
  }
}
.block-others__columns--case-studies {
  grid-template-columns: 1fr;
  gap: 3.2rem;
}
@media (min-width: 992px) {
  .block-others__columns--case-studies {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}
.block-others__columns--post {
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.hamburger {
  cursor: pointer;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #082F72;
  position: relative;
}
.hamburger__line {
  position: absolute;
  width: 18px;
  height: 2px;
  background-color: #082F72;
  top: 50%;
  left: 50%;
  border-radius: 1px;
  transition: transform 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 200ms ease;
  transform: translate(-50%, -50%);
}
.hamburger__line--1 {
  transform: translate(-50%, calc(-50% - 6px));
}
.hamburger__line--3 {
  transform: translate(-50%, calc(-50% + 6px));
}
.hamburger.is-active .hamburger__line--1 {
  transform: translate(-50%, -50%) rotate(45deg);
}
.hamburger.is-active .hamburger__line--2 {
  opacity: 0;
}
.hamburger.is-active .hamburger__line--3 {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.btn {
  color: #BF400C;
  background: transparent;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  font-family: inherit;
  cursor: pointer;
  transition: 300ms;
  position: relative;
  font-weight: 500;
  padding: 0 24px;
  height: 52px;
  border: 2px solid #BF400C;
}
@media (max-width: 400px) {
  .btn {
    width: 100%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .btn:hover {
    background-color: #BF400C;
    color: #fff;
  }
}
.btn--white {
  color: #fff;
  border-color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .btn--white:hover {
    color: #082F72;
    border-color: #E0D3C2;
    background-color: #E0D3C2;
  }
}
.btn[disabled] {
  pointer-events: none;
  cursor: not-allowed;
}
.btn__loader {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border: 2px solid transparent;
  border-top-color: #BF400C;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
  margin-left: 0.5rem;
  vertical-align: middle;
  display: none;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (hover: hover) and (pointer: fine) {
  .btn:hover .btn__loader {
    border-top-color: #fff;
  }
}

.btn-inline {
  background-color: #F9F5F1;
  padding: 12px 16px;
  font-weight: 600;
  font-size: 14px;
  transition: 300ms;
  display: inline-block;
}

.partial-post {
  color: #082F72;
  height: 100%;
}
.partial-post__link {
  background-color: #fff;
  padding: 30px 30px 7.2rem;
  position: relative;
  height: 100%;
  display: block;
  border: 1px solid #DEE2E9;
}
@media (min-width: 992px) {
  .partial-post__link {
    padding: 2rem 2rem 6rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .partial-post__link:hover {
    background-color: #F9F5F1;
  }
}
@media (hover: hover) and (pointer: fine) {
  .partial-post__link:not(.partial-post__link--swiper):hover {
    border-color: #082F72;
  }
}
@media (hover: hover) and (pointer: fine) {
  .partial-post__link:hover .partial-post__more svg {
    transform: translateX(8px);
  }
}
.partial-post__link--swiper {
  border: 0;
}
.partial-post__date {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.partial-post__title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
}
.partial-post__excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.partial-post__more {
  position: absolute;
  bottom: 3rem;
  height: 2rem;
  left: 0;
  padding: 0 30px;
  color: #BF400C;
}
@media (min-width: 992px) {
  .partial-post__more {
    padding: 0 2rem;
    bottom: 2rem;
  }
}
.partial-post__more svg {
  width: 13px;
  height: 11px;
  margin-left: 8px;
  transition: 300ms;
}

.partial-knowledge {
  border: 1px solid #DEE2E9;
  border-bottom-width: 0;
  color: #082F72;
}
.partial-knowledge__image {
  overflow: hidden;
  display: block;
}
.partial-knowledge__image img {
  transition: 300ms;
}
.partial-knowledge--media {
  border-left-width: 0;
  border-right-width: 0;
}
.partial-knowledge:last-child {
  border-bottom-width: 1px;
}
.partial-knowledge__link {
  padding: 3.2rem 0 3.2rem;
  display: block;
  position: relative;
}
@media (min-width: 992px) {
  .partial-knowledge__link {
    padding: 40px 40px 60px;
  }
}
.partial-knowledge__link:before {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border: 1px solid transparent;
  transition: 300ms;
}
@media (hover: hover) and (pointer: fine) {
  .partial-knowledge__link:hover {
    background-color: #F9F5F1;
  }
  .partial-knowledge__link:hover:before {
    border-color: #082F72;
  }
}
.partial-knowledge__link:hover .btn-inline {
  background-color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .partial-knowledge__link:hover .partial-knowledge__image img {
    transform: scale(1.08);
  }
}
.partial-knowledge__link--media {
  padding-top: 3.6rem;
}
@media (min-width: 992px) {
  .partial-knowledge__link--media {
    padding-top: 60px;
  }
}
.partial-knowledge__link:hover .partial-knowledge__more svg {
  transform: translateX(8px);
}
.partial-knowledge__columns {
  grid-template-columns: 1fr 1fr;
}
.partial-knowledge__columns--media {
  grid-template-columns: 1fr;
  gap: 3.2rem;
  align-items: center;
}
@media (min-width: 992px) {
  .partial-knowledge__columns--media {
    grid-template-columns: 375px 1fr;
    gap: 80px;
  }
}
.partial-knowledge__date {
  font-size: 14px;
  font-weight: 600;
  justify-self: flex-end;
}
.partial-knowledge__title {
  font-size: 28px;
  line-height: 1.25;
  font-weight: 600;
  margin: 80px 0 24px;
}
.partial-knowledge__title--media {
  margin-top: 0;
}
.partial-knowledge__excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.partial-knowledge__more {
  margin-top: 24px;
  font-size: 15px;
  align-items: center;
}
.partial-knowledge__more svg {
  width: 13px;
  height: 11px;
  margin-left: 8px;
  transition: 300ms;
}
.partial-knowledge__more span {
  color: #BF400C;
  display: flex;
  align-items: center;
}
.partial-knowledge img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
  background-color: #F9F5F1;
}

.persons__single {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 24px;
  align-items: center;
  font-size: 14px;
}
.persons__single:not(:last-child) {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #E4E9F1;
}
.persons__single:hover .h5 {
  color: #BF400C;
}
.persons__single-image {
  display: block;
  overflow: hidden;
}
.persons__single-image img {
  width: 88px;
  height: 112px;
  object-fit: cover;
}
.persons .h5 {
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 12px;
  transition: 350ms;
}

.partial-team {
  color: #212121;
  text-align: center;
}
.partial-team__link {
  display: block;
  border: 1px solid transparent;
  padding-bottom: 32px;
}
.partial-team__link:hover {
  background-color: #F9F5F1;
  border-color: #082F72;
}
.partial-team__image-wrapper {
  overflow: hidden;
  margin-bottom: 32px;
}
.partial-team__image {
  transition: 300ms;
}
@media (hover: hover) and (pointer: fine) {
  .partial-team__link:hover .partial-team__image {
    transform: scale(1.1);
  }
}
.partial-team__position {
  opacity: 0.5;
  margin-top: -8px;
  padding: 0 2rem;
}

.contact-row--contact {
  margin: 3.2rem 0;
}
@media (min-width: 992px) {
  .contact-row--contact {
    margin: 80px 0 170px;
  }
}
@media (min-width: 992px) {
  .contact-row__list {
    gap: 60px;
  }
}
@media (max-width: 992px) {
  .contact-row__list {
    flex-direction: column;
  }
}
.contact-row__list--contact {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .contact-row__list--contact {
    gap: 24px;
  }
}
.contact-row__item {
  margin-bottom: 1.2rem;
}
@media (min-width: 992px) {
  .contact-row__item {
    margin-bottom: 0;
  }
}
.contact-row__link {
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
}
@media (min-width: 992px) {
  .contact-row__link {
    font-size: 24px;
    font-weight: 500;
  }
}
@media (min-width: 992px) {
  .contact-row__link--big {
    font-size: 28px;
    font-weight: 600;
  }
}
.contact-row__link span {
  transition: 300ms;
}
@media (hover: hover) and (pointer: fine) {
  .contact-row__link:hover {
    color: #BF400C;
  }
  .contact-row__link:hover path {
    fill: #fff;
  }
}
.contact-row__icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-right: 1.2rem;
  transition: 300ms;
}
@media (min-width: 992px) {
  .contact-row__icon {
    width: 60px;
    height: 60px;
    margin-right: 0.75rem;
  }
}
.contact-row__icon--blue {
  border-color: #293F78;
}
.contact-row__icon--blue path {
  fill: #293F78;
}
.contact-row__icon--white {
  border-color: #fff;
}
@media (max-width: 992px) {
  .contact-row__icon svg {
    width: 20px;
    height: 20px;
  }
}
.contact-row__icon svg path {
  transition: 300ms;
}
@media (hover: hover) and (pointer: fine) {
  .contact-row__link:hover .contact-row__icon--blue {
    background-color: #BF400C;
    border-color: #BF400C;
  }
  .contact-row__link:hover .contact-row__icon--blue path {
    fill: #fff;
  }
}
@media (hover: hover) and (pointer: fine) {
  .contact-row__link:hover .contact-row__icon--white {
    background-color: #E0D3C2;
    border-color: #E0D3C2;
  }
  .contact-row__link:hover .contact-row__icon--white path {
    fill: #293F78;
  }
}
.contact-row__button {
  margin-top: 4.8rem;
}
@media (min-width: 992px) {
  .contact-row__button {
    margin-top: 0;
  }
}

.breadcrumbs {
  padding: 1.5rem 0 3.2rem;
}
@media (max-width: 992px) {
  .breadcrumbs {
    font-size: 14px;
    font-weight: 600;
  }
}
@media (min-width: 992px) {
  .breadcrumbs {
    padding-bottom: 0;
  }
}
.breadcrumbs > div > span {
  display: flex;
}
@media (max-width: 992px) {
  .breadcrumbs > div > span > span {
    display: none;
  }
  .breadcrumbs > div > span > span:nth-last-of-type(3) {
    display: flex;
    padding-left: 2.4rem;
    position: relative;
  }
  .breadcrumbs > div > span > span:nth-last-of-type(3):before {
    content: "";
    width: 1.8rem;
    height: 1.2rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../../../assets/img/breadcrumbs.svg) no-repeat left center;
    background-size: 14px 12px;
  }
}
.breadcrumbs__sep {
  display: inline-flex;
  margin: 0 1rem;
}
@media (hover: hover) and (pointer: fine) {
  .breadcrumbs a:hover {
    color: #BF400C;
  }
}

.single-team .breadcrumbs {
  background-color: #fff;
}

.icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.icon--36 {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
}
.icon--team {
  width: 44px;
  height: 44px;
  border: 2px solid #99A8C3;
  transition: 300ms;
  display: none;
}
@media (min-width: 992px) {
  .icon--team {
    display: flex;
  }
}
.icon--team svg path {
  stroke: #99A8C3;
}
.icon--team:hover {
  border: 2px solid #BF400C;
  background-color: #BF400C;
}
.icon--team:hover svg path {
  stroke: #fff;
}

.editor h2:not(:first-child) {
  margin-top: 60px;
}
@media (min-width: 992px) {
  .editor h2 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 40px;
  }
}
.editor h3 {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .editor h3 {
    font-size: 28px;
    line-height: 32px;
  }
}
.editor a:not(.btn) {
  display: inline;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-color: #082F72;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.editor a:not(.btn):hover {
  text-decoration-style: solid;
}
.editor .btn {
  width: 100%;
}
.editor img {
  margin: 80px 0;
}
.editor ul ul,
.editor ul ol,
.editor ol ul,
.editor ol ol {
  margin-top: 0.75rem;
}
.editor ul:not(:last-child),
.editor ol:not(:last-child) {
  margin-bottom: 20px;
}
.editor ul li,
.editor ol li {
  position: relative;
  padding-left: 24px;
}
@media (min-width: 992px) {
  .editor ul li,
  .editor ol li {
    padding-left: 30px;
  }
}
.editor ul li:not(:last-child),
.editor ol li:not(:last-child) {
  margin-bottom: 1.25rem;
}
.editor ol {
  counter-reset: item;
}
.editor ol ol,
.editor ol ul {
  margin-top: 0.75rem;
}
.editor ol > li {
  padding-left: 36px;
}
@media (min-width: 992px) {
  .editor ol > li {
    padding-left: 52px;
  }
}
.editor ol > li:before {
  width: 2.4rem;
  height: 2.4rem;
  background: #F9F5F1;
  content: counter(item);
  counter-increment: item;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 600;
  font-size: 12px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  .editor ol > li:before {
    width: 2rem;
    height: 2rem;
    top: -4px;
  }
}
.editor ol[style*=lower-alpha] li:before {
  content: counter(item, lower-alpha) ".";
}
.editor ul > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background: #BF400C;
  border-radius: 50%;
}
.editor .main-link {
  display: inline;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-color: #BF400C;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  color: #BF400C;
}
@media (hover: hover) and (pointer: fine) {
  .editor .main-link:hover {
    text-decoration-style: solid;
    text-decoration-color: #BF400C;
    color: #BF400C;
  }
}

.block-pagination {
  text-align: center;
  margin-top: 2.5rem;
  font-weight: 500;
}
@media (min-width: 992px) {
  .block-pagination {
    font-size: 18px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .block-pagination a:hover {
    color: #082F72;
  }
}
.block-pagination__nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}
@media (min-width: 992px) {
  .block-pagination__nav-links {
    gap: 0.75rem;
  }
}
.block-pagination .page-numbers {
  border: 2px solid #082F72;
  width: 40px;
  height: 40px;
  color: #082F72;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  .block-pagination .page-numbers {
    width: 60px;
    height: 60px;
  }
}
.block-pagination .page-numbers:hover,
.block-pagination .current {
  border-color: #BF400C;
  background-color: #BF400C;
  color: #fff;
}

.social__list {
  display: flex;
  align-items: center;
  gap: 1.8rem;
}
.social__link {
  display: flex;
  align-items: center;
}
.social__link path {
  transition: 300ms;
}
@media (min-width: 992px) {
  .social__link:hover {
    transform: translateY(-10px);
  }
}
@media (hover: hover) and (pointer: fine) {
  .social__link:hover path {
    fill: #E0D3C2;
  }
}

body .swiper-slide {
  height: auto;
}
body .swiper-buttons {
  display: none;
}
@media (min-width: 992px) {
  body .swiper-buttons {
    display: flex;
    gap: 20px;
  }
}
body .swiper-button-prev,
body .swiper-button-next {
  position: static;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 2px solid #BF400C;
  margin: 40px 0 0;
  transition: 300ms;
}
@media (hover: hover) and (pointer: fine) {
  body .swiper-button-prev:hover,
  body .swiper-button-next:hover {
    background-color: #BF400C;
  }
  body .swiper-button-prev:hover path,
  body .swiper-button-next:hover path {
    stroke: #fff;
  }
}
body .swiper-button-prev:after, body .swiper-button-prev:before,
body .swiper-button-next:after,
body .swiper-button-next:before {
  display: none;
}
body .swiper-button-prev svg,
body .swiper-button-next svg {
  width: 23px;
  height: 21px;
  display: block;
}
body .swiper-button-prev--white,
body .swiper-button-next--white {
  border-color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  body .swiper-button-prev--white:hover,
  body .swiper-button-next--white:hover {
    background-color: white;
  }
  body .swiper-button-prev--white:hover path,
  body .swiper-button-next--white:hover path {
    stroke: #212121;
  }
}
body .swiper-button-prev--white path,
body .swiper-button-next--white path {
  stroke: #fff;
  transition: 300ms;
}

.wpcf7 {
  background-color: #fff;
  padding: 30px;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .wpcf7 {
    padding: 4rem;
  }
}
.wpcf7-form {
  position: relative;
}
.wpcf7-form:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 300ms;
  z-index: 10;
}
.wpcf7-form.submitting:before {
  opacity: 0.75;
  visibility: visible;
}
.wpcf7-form.submitting .btn__loader {
  display: inline;
}
.wpcf7 .field {
  margin-bottom: 2.5rem;
}
.wpcf7 .field a {
  display: inline;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-color: #5F769E;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  color: #5F769E;
}
@media (hover: hover) and (pointer: fine) {
  .wpcf7 .field a:hover {
    text-decoration-style: solid;
    text-decoration-color: #BF400C;
    color: #BF400C;
  }
}
.wpcf7 .field--last {
  margin-bottom: 4rem;
}
.wpcf7 .field--admin {
  margin-bottom: 25px;
}
.wpcf7 .field--checkbox {
  font-size: 12px;
  color: #5F769E;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .wpcf7 .field--checkbox {
    font-size: 14px;
  }
}
.wpcf7 .field--checkbox input {
  display: none !important;
}
.wpcf7 .field--checkbox input:checked + .wpcf7-list-item-label:after {
  opacity: 1;
  visibility: visible;
}
.wpcf7 .field--checkbox .wpcf7-not-valid .wpcf7-list-item-label:before {
  border-color: #dc3232;
}
.wpcf7 .field--checkbox .wpcf7-list-item {
  margin: 0;
}
.wpcf7 .field--checkbox .wpcf7-list-item-label {
  display: block;
  padding-left: 40px;
  position: relative;
}
@media (min-width: 992px) {
  .wpcf7 .field--checkbox .wpcf7-list-item-label {
    padding-left: 32px;
  }
}
.wpcf7 .field--checkbox .wpcf7-list-item-label:before, .wpcf7 .field--checkbox .wpcf7-list-item-label:after {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 2px;
}
@media (min-width: 992px) {
  .wpcf7 .field--checkbox .wpcf7-list-item-label:before, .wpcf7 .field--checkbox .wpcf7-list-item-label:after {
    width: 16px;
    height: 16px;
  }
}
.wpcf7 .field--checkbox .wpcf7-list-item-label:before {
  border: 1px solid #5F769E;
}
.wpcf7 .field--checkbox .wpcf7-list-item-label:after {
  background: url(../../img/checked.svg) no-repeat center;
  background-size: 12px 12px;
  opacity: 0;
  visibility: hidden;
  transition: 300ms;
}
.wpcf7 .field--text {
  font-size: 12px;
  color: #5F769E;
}
.wpcf7 input,
.wpcf7 textarea {
  width: 100%;
  outline: 0;
  border: 0;
  border-bottom: 1px solid #99A8C3;
  padding: 0 0 1.5rem;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  display: block;
  border-radius: 0;
  color: #082F72;
  font-weight: 500;
}
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
  color: #5F769E;
}
.wpcf7 input.wpcf7-not-valid,
.wpcf7 textarea.wpcf7-not-valid {
  border-color: #dc3232;
}
.wpcf7 select {
  width: 100%;
  outline: 0;
  border: 0;
  border-bottom: 1px solid #99A8C3;
  padding: 0 0 24px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  display: block;
  border-radius: 0;
  color: #5F769E;
  font-weight: 500;
  appearance: none;
  background-image: url(../../img/select.svg);
  background-repeat: no-repeat;
  background-position: right top;
}
.wpcf7 select.wpcf7-not-valid {
  border-color: #dc3232;
}
.wpcf7 textarea {
  resize: none;
  height: 100px;
}
.wpcf7 label .label {
  margin-top: 0.5rem;
  display: block;
  text-align: center;
  color: #082F72;
}
.wpcf7 .wpcf7-not-valid-tip {
  display: none;
}
.wpcf7 form .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  padding: 8px 15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #dc3232;
  background-color: #f2dede;
  border-width: 2px;
  border-color: #eed3d7;
  margin: 2.25rem 0 0;
  font-size: 14px;
}
.wpcf7 form.sent .wpcf7-response-output {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.wpcf7 .wpcf7-spinner {
  display: none;
}

@media (min-width: 992px) {
  .block-specializations--home {
    padding-top: 195px;
    padding-bottom: 135px;
  }
}
.block-specializations__columns {
  grid-template-columns: 1fr;
  margin-top: 3.2rem;
}
@media (min-width: 992px) {
  .block-specializations__columns {
    margin-top: 100px;
    grid-template-columns: 563px 1fr;
  }
}
.block-specializations__columns .h5 {
  opacity: 0.5;
}
@media (min-width: 992px) {
  .block-specializations__columns .h5 {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .block-specializations__left {
    padding-right: 150px;
  }
}
@media (min-width: 992px) {
  .block-specializations__sticky {
    position: sticky;
    top: 150px;
  }
}
.block-specializations__button {
  margin-top: 3.2rem;
}
@media (min-width: 992px) {
  .block-specializations__button {
    justify-self: end;
    align-self: end;
    margin-top: 0;
  }
}

.specializations-round {
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background-color: #E0D3C2;
  margin: 140px auto 0;
  display: none;
}
@media (min-width: 992px) {
  .specializations-round {
    display: flex;
  }
}
.specializations-round img {
  margin: auto;
}

.specializations-list {
  margin-top: 6rem;
  margin-bottom: -2.5rem;
}
@media (min-width: 992px) {
  .specializations-list {
    margin-top: 100px;
    margin-bottom: 0;
  }
}
.specializations-list--home {
  margin-top: 0;
}
.specializations-list__item {
  border-top: 1px solid #99A8C3;
}
.specializations-list__item:last-child {
  border-bottom: 1px solid #99A8C3;
}
.specializations-list__link {
  position: relative;
  padding: 2.5rem 0;
  font-size: 18px;
  color: #99A8C3;
  font-weight: 600;
  line-height: 1.25;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .specializations-list__link {
    font-size: 24px;
    font-weight: 500;
  }
}
@media (max-width: 992px) {
  .specializations-list__link {
    /*flex-wrap: wrap;*/
  }
}
.specializations-list__link:hover {
  color: #082F72;
}
.specializations-list__link:hover .specializations-list__arrow {
  background-color: #BF400C;
  border-color: #BF400C;
}
.specializations-list__link:hover .specializations-list__arrow path {
  stroke: #fff;
}
.specializations-list__link:hover .specializations-list__cursor {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.specializations-list__nr {
  display: none;
}
@media (min-width: 992px) {
  .specializations-list__nr {
    flex: 0 0 250px;
    display: block;
  }
}
.specializations-list__title {
  flex: 1;
}
.specializations-list .cursor-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  background-color: #E0D3C2;
  pointer-events: none;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(0%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 40px;
}
@media (min-width: 992px) {
  .specializations-list .cursor-image {
    display: flex;
  }
}
.specializations-list .cursor-image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  pointer-events: none;
}
@media (min-width: 1680px) {
  .specializations-list .cursor-image {
    width: 240px;
    height: 240px;
  }
}
.specializations-list__arrow {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #99A8C3;
  margin-left: 2.5rem;
  transition: 300ms;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 36px;
}
@media (min-width: 992px) {
  .specializations-list__arrow {
    margin-left: 80px;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
  }
}
.specializations-list__arrow svg {
  width: 16px;
  height: 15px;
}
@media (min-width: 992px) {
  .specializations-list__arrow svg {
    width: 19px;
    height: 18px;
  }
}
.specializations-list__arrow path {
  transition: 300ms;
  stroke: #99A8C3;
}

.block-hero {
  background-color: #E0D3C2;
}
@media (min-width: 992px) {
  .block-hero {
    height: calc(100vh - 114px);
    min-height: 650px;
  }
}
.block-hero .container {
  height: 100%;
  position: relative;
}
.block-hero__columns {
  grid-template-columns: 1fr;
}
@media (min-width: 992px) {
  .block-hero__columns {
    height: 100%;
    grid-template-columns: 2fr 1fr;
  }
}
.block-hero .left {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 50px;
}
@media (min-width: 992px) {
  .block-hero .left {
    padding-bottom: 90px;
  }
}
.block-hero__description {
  max-width: 410px;
  margin-bottom: 40px;
}
.block-hero__round {
  background-color: #fff;
  width: 155px;
  height: 155px;
  border-radius: 50%;
  justify-self: end;
  margin: 36px 0 0;
  pointer-events: none;
}
@media (min-width: 992px) {
  .block-hero__round {
    width: 282px;
    height: 282px;
  }
}
.block-hero .img-abs {
  margin-top: -135px;
  position: relative;
  z-index: 9;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .block-hero .img-abs {
    position: absolute;
    right: 20px;
    bottom: -120px;
    max-width: calc(100% - 430px);
    padding-bottom: 0;
    margin-top: 0;
  }
}
@media (max-width: 992px) {
  .block-hero .img-abs svg {
    max-width: 100%;
    height: auto;
  }
}

.block-top {
  background-color: #E0D3C2;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .block-top--round {
    height: calc(100vh - 114px - 48px);
    min-height: 650px;
  }
}
@media (min-width: 992px) {
  .block-top--round .right {
    padding-bottom: 7rem;
    position: relative;
  }
}
.block-top__image-round {
  display: flex;
  justify-content: end;
  padding-bottom: 10rem;
}
@media (min-width: 992px) {
  .block-top__image-round {
    position: absolute;
    width: 100%;
    height: calc(100% - 7rem);
    padding-bottom: 0;
  }
}
.block-top__image-round img {
  border-radius: 50%;
  width: auto;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  aspect-ratio: 1/1;
  display: block;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .block-top__image-round img {
    contain-intrinsic-size: initial;
  }
}
.block-top__image {
  display: flex;
  position: relative;
  z-index: 2;
  margin-top: -155px;
}
@media (min-width: 992px) {
  .block-top__image {
    position: absolute;
    width: 100%;
    top: 0;
    left: 70%;
    height: calc(100% - 40px);
    align-items: flex-end;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .block-top__image img {
    max-height: 100%;
    width: auto;
  }
}
.block-top--small {
  height: 518px;
}
.block-top__columns {
  grid-template-columns: 1fr;
  gap: 5.6rem;
}
@media (min-width: 992px) {
  .block-top__columns {
    grid-template-columns: 1fr 1fr;
    gap: 156px;
    height: 100%;
  }
}
.block-top__columns--round {
  grid-template-columns: 1fr;
}
@media (min-width: 992px) {
  .block-top__columns--round {
    grid-template-columns: 2fr 3fr;
  }
}
.block-top__content {
  height: 100%;
}
.block-top__content .container {
  height: 100%;
  position: relative;
}
.block-top__content .right {
  position: relative;
  height: 100%;
}
.block-top__content a:hover {
  color: #BF400C;
}
@media (min-width: 992px) {
  .block-top__header {
    min-height: 204px;
    align-self: center;
  }
}
.block-top__header--round {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .block-top__header--round {
    justify-content: space-between;
    height: 100%;
    padding-bottom: 8rem;
    padding-top: 5rem;
  }
}
.block-top__round {
  background-color: #fff;
  width: 155px;
  height: 155px;
  border-radius: 50%;
  margin-left: auto;
}
@media (min-width: 992px) {
  .block-top__round {
    width: 282px;
    height: 282px;
    margin: 53px 0 0 88px;
  }
}
.block-top__round-small {
  position: relative;
}
.block-top__round-small:before {
  content: "";
  width: 101px;
  height: 101px;
  background-color: #082F72;
  border-radius: 50%;
  position: absolute;
  right: 0;
  transform: translateX(50%);
  bottom: 25px;
}
@media (max-width: 992px) {
  .block-top__description {
    margin-top: 3.2rem;
  }
}
.block-top-date {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  color: #082F72;
  margin-top: 3rem;
}
.block-top-category {
  text-align: center;
}
.block-top-social {
  font-weight: 600;
  color: #082F72;
}
@media (min-width: 992px) {
  .block-top-social {
    font-size: 14px;
  }
}
.block-top-social ul {
  display: flex;
  column-gap: 18px;
  margin-top: 20px;
}
.block-top-social ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 300ms;
}
.block-top-social ul li a:hover {
  transform: translateY(-5px);
}
.block-top-social ul li a svg {
  width: 24px;
  height: auto;
}
.block-top-social ul li a svg path {
  fill: #082F72;
}
.block-top__header-single {
  margin-top: 4rem;
}
.block-top .columns__post {
  margin-top: 4rem;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (min-width: 992px) {
  .block-top .columns__post {
    grid-template-columns: 4fr 2fr;
    gap: 120px;
  }
}
.block-top--specializations {
  padding-bottom: 7.2rem;
}
@media (min-width: 992px) {
  .block-top--specializations {
    padding-bottom: 120px;
  }
}
.block-top--specializations .block-top__round {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0;
}
.block-top--specializations .block-top__columns {
  grid-template-columns: 1fr;
}
@media (min-width: 992px) {
  .block-top--specializations .block-top__columns {
    grid-template-columns: 750px 1fr;
    padding-top: 120px;
  }
}
@media (max-width: 992px) {
  .block-top--specializations .block-top__columns .right {
    display: none;
  }
}
.block-top--specializations .block-top__header .h2 {
  margin-bottom: 40px;
}
.block-top--specializations .block-top__header a:not(.submenu-list-link) {
  display: inline;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-color: #082F72;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  color: #082F72;
}
@media (hover: hover) and (pointer: fine) {
  .block-top--specializations .block-top__header a:not(.submenu-list-link):hover {
    text-decoration-style: solid;
    text-decoration-color: #BF400C;
    color: #BF400C;
  }
}
.block-top--specializations .submenu-list {
  display: block;
  margin-top: 60px;
  max-width: 750px;
}
.block-top--specializations .submenu-list li {
  border-top: 1px solid #082F72;
}
.block-top--specializations .submenu-list li:last-child {
  border-bottom: 1px solid #082F72;
}
.block-top--specializations .submenu-list-link {
  padding: 20px 0;
  font-size: 18px;
  color: #082F72;
  font-weight: 500;
  line-height: 1.25;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.block-top--specializations .submenu-list-link:hover {
  color: #BF400C;
}
.block-top--specializations .submenu-list-link:hover .submenu-list-arrow {
  background-color: #BF400C;
  border-color: #BF400C;
}
.block-top--specializations .submenu-list-link:hover .submenu-list-arrow path {
  stroke: #fff;
}
.block-top--specializations .submenu-list-arrow {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #082F72;
  margin-left: 2.5rem;
  transition: 300ms;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 36px;
}
@media (min-width: 992px) {
  .block-top--specializations .submenu-list-arrow {
    margin-left: 80px;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
  }
}
.block-top--specializations .submenu-list-arrow svg {
  width: 16px;
  height: 15px;
}
@media (min-width: 992px) {
  .block-top--specializations .submenu-list-arrow svg {
    width: 19px;
    height: 18px;
  }
}
.block-top--specializations .submenu-list-arrow path {
  transition: 300ms;
  stroke: #082F72;
}

body.single-team .block-top {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 80px;
  border-radius: 0;
}

.animate-round {
  border-radius: 50%;
  position: absolute;
}
.animate-round--size-small {
  width: 120px;
  height: 120px;
}
.animate-round--size-big {
  width: 280px;
  height: 280px;
}
.animate-round--blue {
  background-color: #293F78;
}
.animate-round--white {
  background-color: #fff;
}
.animate-round--pos-about-1 {
  right: 0;
  top: 2rem;
}
.animate-round--pos-about-2 {
  left: -5rem;
  bottom: 4rem;
}

@media (max-width: 992px) {
  .page-id-3 .block-top--small {
    padding-bottom: calc(40px + 7.2rem);
    height: auto;
  }
  .page-id-3 .block-top--small .right {
    display: none;
  }
}

@media (min-width: 992px) {
  .block-team {
    padding-bottom: 135px;
  }
}
.block-team__columns {
  grid-template-columns: 1fr;
  gap: 3.2rem;
}
@media (min-width: 992px) {
  .block-team__columns {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .block-team {
    /* --- Układ zdjęć --- */
    /* kolumna 1 – dwa małe (domyślne: rząd 1 i 2) */
    /* kolumna 2 – jedno wysokie */
    /* kolumna 3 – dwa małe */
    /* kolumna 4 – jedno wysokie */
  }
  .block-team .acf-gallery {
    margin-top: 100px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* 4 kolumny */
    grid-template-rows: repeat(2, 1fr);
    /* 2 rzędy */
    gap: 20px;
    max-height: 472px;
    height: 472px;
  }
  .block-team .acf-gallery__link {
    overflow: hidden;
  }
  .block-team .acf-gallery__link:hover img {
    transform: scale(1.1);
  }
  .block-team .acf-gallery__item {
    overflow: hidden;
  }
  .block-team .acf-gallery__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* przycięcie obrazka do kratki */
    display: block;
    transition: 300ms;
  }
  .block-team .acf-gallery__item:nth-child(3) {
    grid-column: 2;
    grid-row: 1/span 2;
    /* zajmuje dwa rzędy */
  }
  .block-team .acf-gallery__item:nth-child(4) {
    grid-column: 3;
    grid-row: 1;
  }
  .block-team .acf-gallery__item:nth-child(5) {
    grid-column: 3;
    grid-row: 2;
  }
  .block-team .acf-gallery__item:nth-child(6) {
    grid-column: 4;
    grid-row: 1/span 2;
  }
}
@media (max-width: 992px) {
  .block-team .acf-gallery {
    margin-bottom: 4.8rem;
  }
  .block-team .acf-gallery__item {
    display: none;
  }
  .block-team .acf-gallery__item:first-child {
    display: block;
  }
}

.block-single-team {
  padding-top: 80px;
  border: 0;
  border-radius: 0;
  background-color: #fff;
  padding-bottom: 10rem;
}
@media (min-width: 992px) {
  .block-single-team {
    padding-bottom: 135px;
  }
}
.block-single-team .h2 {
  margin-bottom: 24px;
  margin-top: 3.6rem;
}
@media (min-width: 992px) {
  .block-single-team .h2 {
    margin-top: 60px;
  }
}
.block-single-team h3 {
  color: #082F72;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  margin-top: 60px;
}
.block-single-team__columns {
  grid-template-columns: 1fr;
  column-gap: 80px;
}
@media (min-width: 992px) {
  .block-single-team__columns {
    grid-template-columns: 580px 1fr;
  }
}
.block-single-team__sticky {
  position: sticky;
  top: 150px;
}
.block-single-team__sticky div {
  position: relative;
}
.block-single-team__sticky div a {
  display: block;
  position: absolute;
  bottom: 21px;
  left: 24px;
  transition: 300ms;
}
.block-single-team__sticky div a:hover {
  transform: translateY(-10px);
}
.block-single-team__position {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: rgba(8, 47, 114, 0.5);
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #DEE2E9;
}
.block-single-team__info {
  display: block;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #DEE2E9;
}
.block-single-team__info ul li {
  margin-bottom: 5px;
}
.block-single-team__info ul li:last-child {
  margin-bottom: 0;
}
.block-single-team__info ul li a {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  color: #082F72;
}
.block-single-team__info ul li a:hover {
  color: #BF400C;
}
.block-single-team__specializations {
  margin-top: var(--32);
}
.block-single-team__specializations li {
  position: relative;
  padding-left: 40px;
}
.block-single-team__specializations li:not(:last-child) {
  margin-bottom: 24px;
}
.block-single-team__specializations li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  background: #BF400C;
  border-radius: 50%;
}
.block-single-team__specializations li a:hover {
  color: #BF400C;
}
.block-single-team .faq {
  margin-top: 2.5rem;
}
@media (min-width: 992px) {
  .block-single-team .faq {
    margin-top: 40px;
  }
}
.block-single-team .faq__single:not(:last-child) {
  border-bottom: 1px solid #99a8c3;
}
.block-single-team .faq__question {
  color: #99a8c3;
  transition: 300ms;
}
.block-single-team .faq__answer {
  padding-bottom: 40px;
}
.block-single-team .faq__answer ul li {
  position: relative;
  padding-left: 40px;
}
.block-single-team .faq__answer ul li:not(:last-child) {
  margin-bottom: 24px;
}
.block-single-team .faq__answer ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  background: #BF400C;
  border-radius: 50%;
}
.block-single-team .faq__answer ul li a:hover {
  color: #BF400C;
}
.block-single-team .faq .icon {
  border: 1px solid #99a8c3;
  transition: 300ms;
}
.block-single-team .faq .icon path {
  stroke: #99a8c3;
  transition: 300ms;
}
.block-single-team .faq .faq__single:hover .faq__question {
  color: #082F72;
}
.block-single-team .faq .faq__single:hover .icon {
  border: 1px solid #082F72;
}
.block-single-team .faq .faq__single:hover .icon path {
  stroke: #082F72;
}
.block-single-team .active .faq__question {
  color: #082F72;
}

.block-list-team__columns {
  gap: calc(3.2rem - 20px);
}
@media (min-width: 992px) {
  .block-list-team__columns {
    grid-template-columns: 424px 1fr;
    gap: 24px;
  }
}
.block-list-team__columns:not(:last-child) {
  margin-bottom: 3.2rem;
}
@media (min-width: 992px) {
  .block-list-team__columns:not(:last-child) {
    margin-bottom: 100px;
  }
}
.block-list-team__role {
  padding-bottom: 2rem;
}
@media (min-width: 992px) {
  .block-list-team__role {
    border-bottom: 1px solid #DEE2E9;
  }
}
.block-list-team__title {
  font-weight: 600;
  font-size: 28px;
  line-height: 32px;
}
.block-list-team__list {
  gap: 3.2rem;
}
@media (min-width: 576px) {
  .block-list-team__list {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}

@media (min-width: 992px) {
  .block-success {
    padding-bottom: 200px;
  }
}
.block-success__columns {
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 992px) {
  .block-success__columns {
    grid-template-columns: 1fr 2fr;
    gap: 20px;
    margin-top: 60px;
  }
}
.block-success__left {
  padding-right: 20px;
}
.block-success__right {
  min-width: 0;
  position: relative;
}
.block-success__right:before {
  content: "";
  position: absolute;
  left: 10px;
  top: -180px;
  background-image: url(../../img/sukcesy.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  width: calc(100% - 120px);
  height: calc(100% + 300px);
  z-index: -1;
}
@media (max-width: 992px) {
  .block-success__swiper {
    margin-top: 0.8rem;
  }
}
@media (max-width: 576px) {
  .block-success__swiper {
    margin-left: -30px;
    margin-right: -30px;
  }
  .block-success__swiper .swiper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 992px) {
  .block-success .button-container {
    margin-top: 4.8rem;
  }
}

.block-news {
  color: #082F72;
}
.block-news__swiper {
  margin-top: 4.8rem;
}
@media (max-width: 576px) {
  .block-news__swiper {
    margin-left: -30px;
    margin-right: -30px;
  }
  .block-news__swiper .swiper {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.button-container--desktop {
  display: none;
}
@media (min-width: 992px) {
  .button-container--desktop {
    display: block;
  }
}
.button-container--mobile {
  display: block;
}
@media (min-width: 992px) {
  .button-container--mobile {
    display: none;
  }
}

.block-knowledge__columns {
  grid-template-columns: 340px 1fr;
  gap: 150px;
}
.block-knowledge__more {
  margin-top: 40px;
}

.list-arrow--categories {
  position: sticky;
  top: 150px;
}
.list-arrow__item {
  border-top: 1px solid #99A8C3;
}
.list-arrow__item--last {
  border-bottom: 1px solid #99A8C3;
}
.list-arrow__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px 0;
  font-size: 24px;
  color: #99A8C3;
}
.list-arrow__link:hover {
  color: #082F72;
}
.list-arrow__link--current {
  color: #082F72;
}
.list-arrow__link:hover .list-arrow__arrow, .list-arrow__link--current .list-arrow__arrow {
  background-color: #BF400C;
  border-color: #BF400C;
}
.list-arrow__link:hover .list-arrow__arrow path, .list-arrow__link--current .list-arrow__arrow path {
  stroke: #fff;
}
.list-arrow__arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid #99A8C3;
  margin-left: 80px;
  transition: 300ms;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 44px;
}
.list-arrow__arrow--small {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
}
.list-arrow__arrow--small svg {
  width: 15px;
  height: 14px;
}
.list-arrow__arrow path {
  transition: 300ms;
  stroke: #99A8C3;
}

.block-media__columns {
  gap: 4.8rem;
}
@media (min-width: 992px) {
  .block-media__columns {
    grid-template-columns: 1fr 450px;
    gap: 4rem;
  }
}
.block-media__columns p:not(:last-child) {
  margin-bottom: 1.5rem;
}
.block-media__persons {
  gap: 2rem;
}
@media (min-width: 767px) {
  .block-media__persons {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .block-media__description {
    width: 50%;
  }
}
.block-media__list {
  margin-top: 4.8rem;
}
@media (min-width: 992px) {
  .block-media__list {
    margin-top: 100px;
  }
}
.block-media__more {
  text-align: center;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .block-media .button-container {
    margin-top: 4.8rem;
  }
}

@media (max-width: 992px) {
  .media-person {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 24px;
    align-items: center;
  }
}
.media-person a:hover {
  color: #BF400C;
}
.media-person__image {
  overflow: hidden;
}
@media (min-width: 992px) {
  .media-person__image {
    margin-bottom: 1rem;
  }
}
.media-person__image img {
  width: 100%;
  height: auto;
  transition: 300ms;
}
@media (max-width: 992px) {
  .media-person__image img {
    width: 88px;
    height: 112px;
    object-fit: cover;
  }
}
.media-person__link:hover img {
  transform: scale(1.1);
}
.media-person__position {
  margin-bottom: 0.5rem;
}
@media (min-width: 992px) {
  .media-person__position {
    font-size: 14px;
  }
}
.media-person__contact {
  font-size: 14px;
}

.block-case-studies__columns {
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 992px) {
  .block-case-studies__columns {
    grid-template-columns: 1fr 520px;
  }
}
.block-case-studies__list {
  margin-top: 6rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.2rem;
}
@media (min-width: 992px) {
  .block-case-studies__list {
    margin-top: 100px;
    gap: 40px;
    grid-template-columns: repeat(3, 1fr);
  }
}

.block-contact {
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .block-contact {
    padding: 1.5rem 0 100px;
  }
}
.block-contact__columns {
  gap: 4.8rem;
  align-items: center;
  position: relative;
}
@media (min-width: 992px) {
  .block-contact__columns {
    gap: 240px;
    grid-template-columns: 2fr 3fr;
  }
}
.block-contact__columns--image {
  max-width: 240px;
  position: absolute;
  right: -120px;
  top: 220px;
  mix-blend-mode: darken;
  z-index: -2;
}
@media (min-width: 992px) {
  .block-contact__columns--image {
    max-width: 320px;
    height: auto;
    top: 40%;
    right: -80%;
  }
}
.block-contact__columns .position {
  position: relative;
}
.block-contact__description {
  font-weight: 500;
}
@media (max-width: 992px) {
  .block-contact .h3 {
    margin-bottom: 3.2rem;
  }
}
@media (max-width: 991px) {
  .block-contact .wpcf7 {
    margin-left: -30px;
    margin-right: -30px;
    border-radius: 30px 30px 0 0;
    width: 100vw;
    padding-top: 6rem;
    padding-bottom: 10rem;
  }
}
@media (max-width: 991px) and (min-width: 400px) {
  .block-contact .wpcf7 {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
@media (max-width: 991px) and (max-width: 576px) {
  .block-contact .wpcf7-form {
    max-width: 340px;
    margin: 0 auto;
  }
}

.block-location {
  height: 100vh;
  max-height: 880px;
  position: relative;
  padding: 0 !important;
  overflow: hidden;
}
.block-location__pos {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  z-index: 2;
}
.block-location__box {
  text-align: center;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding: 30px;
}
@media (min-width: 992px) {
  .block-location__box {
    padding: 4rem;
    display: inline-flex;
  }
}
.block-location img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}
@media (min-width: 992px) {
  .block-location img {
    object-position: right bottom;
  }
}

.block-we-are {
  background-color: #082F72;
  overflow: hidden;
}
@media (min-width: 992px) {
  .block-we-are {
    padding: 120px 0;
  }
}
.block-we-are-image {
  text-align: right;
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 992px) {
  .block-we-are-image {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 4.8rem;
  }
}
.block-we-are-image .slogan {
  display: flex;
  flex-direction: column;
  z-index: 2;
  color: #E0D3C2;
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
@media (min-width: 992px) {
  .block-we-are-image .slogan {
    position: absolute;
    flex-direction: row;
    column-gap: 40px;
    top: 50%;
    transform: translateY(-50%);
    left: calc((100% - 1312px) / 2);
    font-size: 96px;
  }
}
@media (max-width: 992px) {
  .block-we-are-image .slogan {
    text-align: left;
  }
}
.block-we-are-image .slogan ul {
  position: relative;
  list-style: none;
  line-height: 1;
}
.block-we-are-image .slogan ul li {
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  will-change: transform, opacity;
  opacity: 0.25;
  transition: opacity 0.2s ease;
  /* kosmetyka dla aktywnego */
}
.block-we-are-image .slogan ul .active {
  opacity: 1;
}
.block-we-are-image .image {
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  max-width: 747px;
}
@media (min-width: 992px) {
  .block-we-are-image .image {
    margin-right: -60px;
  }
}
.block-we-are-columns {
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (min-width: 992px) {
  .block-we-are-columns {
    grid-template-columns: 34.4023323615% 1fr;
  }
}
.block-we-are .h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
}
.block-we-are p {
  color: #fff;
  text-align: left;
}
@media (max-width: 992px) {
  .block-we-are .button-container {
    margin-top: 4.8rem;
  }
}

@media (min-width: 992px) {
  .block-career {
    padding: 160px 0;
  }
}
.block-career-content__columns {
  grid-template-columns: 1fr;
  gap: 72px;
}
@media (min-width: 992px) {
  .block-career-content__columns {
    grid-template-columns: 1fr 35.6707317073%;
  }
}
.block-career-content__columns img {
  width: 100%;
}
.block-career-content__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.block-career-content__left .h3 {
  color: #212121;
}
.block-career-content__left a:hover {
  color: #BF400C;
}

@media (min-width: 992px) {
  .block-what {
    padding: 140px 0;
  }
}
.block-what-content__columns {
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (min-width: 992px) {
  .block-what-content__columns {
    grid-template-columns: minmax(0, 590px) 1fr minmax(0, 560px);
  }
}
@media (min-width: 992px) {
  .block-what-content__columns .columns-left {
    grid-column: 1;
  }
}
@media (min-width: 992px) {
  .block-what-content__columns .columns-left .h3 {
    margin-bottom: 4rem;
  }
}
@media (min-width: 992px) {
  .block-what-content__columns .columns-right {
    grid-column: 3;
  }
}
@media (min-width: 992px) {
  .block-what-content__columns .columns-right ul {
    margin-top: 4rem;
  }
}

.block-numbers {
  overflow: hidden;
  background: #082F72;
}
@media (min-width: 992px) {
  .block-numbers {
    padding: 120px 0 140px 0;
    height: 1060px;
  }
}
.block-numbers .container {
  position: relative;
  height: 100%;
}
.block-numbers-bg {
  display: block;
  position: absolute;
  top: 0px;
  left: 46%;
  transform: translate(-46%, 0%);
  z-index: -1;
}
@media (min-width: 992px) {
  .block-numbers-bg {
    z-index: 1;
  }
}
.block-numbers-slogan {
  display: block;
  color: #fff;
}
@media (min-width: 992px) {
  .block-numbers-slogan {
    text-align: center;
    position: absolute;
    top: 43%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -43%);
  }
}
.block-numbers-description {
  display: block;
}
@media (min-width: 992px) {
  .block-numbers-description {
    position: absolute;
    z-index: 2;
    right: 0px;
    bottom: 60px;
    max-width: 410px;
  }
}
.block-numbers-description p {
  color: #fff;
}
.block-numbers-list {
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .block-numbers-list {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    margin-top: 0;
  }
}
.block-numbers-list-item {
  margin-top: 4.8rem;
  padding-top: 3.2rem;
  display: block;
  border-top: 1px solid #E0D3C2;
}
@media (min-width: 992px) {
  .block-numbers-list-item {
    position: absolute;
    width: 310px;
    padding-top: 50px;
    padding-left: 15px;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .block-numbers-list-item:nth-child(2) {
    top: 160px;
    right: 0;
  }
}
@media (min-width: 992px) {
  .block-numbers-list-item:nth-child(3) {
    bottom: 60px;
    left: 75px;
  }
}
.block-numbers-list-item__nr {
  color: #E0D3C2;
  font-size: 96px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -5.76px;
}
.block-numbers-list-item__cnt {
  margin-top: 20px;
}
.block-numbers-list-item__cnt p {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}

.block-expert {
  display: block;
}
@media (min-width: 992px) {
  .block-expert {
    padding-bottom: 160px;
  }
}
.block-expert-columns {
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (min-width: 992px) {
  .block-expert-columns {
    grid-template-columns: minmax(0, 590px) 1fr minmax(0, 407px);
  }
}
@media (min-width: 992px) {
  .block-expert-columns .columns-left {
    grid-column: 1;
  }
}
.block-expert-columns .columns-left .h5 {
  opacity: 0.5;
}
@media (min-width: 992px) {
  .block-expert-columns .columns-left .h5 {
    margin-bottom: 40px;
  }
}
.block-expert-columns .columns-left .h2 {
  margin-bottom: 0;
}
.block-expert-columns .columns-right {
  display: flex;
  align-items: flex-end;
}
@media (min-width: 992px) {
  .block-expert-columns .columns-right {
    grid-column: 3;
  }
}

.expert-slider {
  width: 100%;
  margin-top: 4.8rem;
  position: relative;
}
@media (min-width: 992px) {
  .expert-slider {
    margin-top: 100px;
  }
}
@media (max-width: 992px) {
  .expert-slider {
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-bottom: 90px !important;
  }
}
.expert-slider .swiper-buttons {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.expert-slider .swiper-buttons .container {
  display: flex;
  gap: 20px;
}

.expert-slider .swiper-wrapper {
  align-items: flex-start;
}
.expert-slider .swiper-slide {
  width: 100%;
}
@media (min-width: 992px) {
  .expert-slider .swiper-slide {
    width: 441px;
    height: 321px;
  }
}
.expert-slider .swiper-slide .expert-slide-image {
  height: 321px;
  overflow: hidden;
  transition: height 350ms;
}
.expert-slider .swiper-slide .expert-slide-image a {
  display: block;
  overflow: hidden;
}
@media (hover: hover) and (pointer: fine) {
  .expert-slider .swiper-slide .expert-slide-image a:hover img {
    transform: scale(0.95) translateY(-70px);
  }
}
.expert-slider .swiper-slide .expert-slide-image img {
  transition: 300ms;
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .expert-slider .swiper-slide .expert-slide-image img {
    transform: scale(0.9) translateY(-70px);
  }
}
@media (min-width: 992px) {
  .expert-slider .swiper-slide.swiper-slide-active {
    width: 441px;
    height: 553px;
    opacity: 1;
    position: relative;
  }
}
@media (min-width: 992px) {
  .expert-slider .swiper-slide.swiper-slide-active .expert-slide-image {
    height: 553px;
  }
}
.expert-slider .expert-slide-info-fixed {
  position: absolute;
  bottom: 0;
  left: calc(50% + 250px);
  color: #fff;
  text-align: left;
}
.expert-slider .expert-slide-info-fixed .h4 {
  margin-bottom: 10px;
}
.expert-slider .expert-slide-info-fixed p {
  margin: 0;
  font-size: 14px;
}

@media (min-width: 992px) {
  .block-description {
    padding: 145px 0;
  }
}
.block-description__columns {
  gap: 3.2rem;
}
@media (min-width: 992px) {
  .block-description__columns {
    grid-template-columns: 408px 1fr;
    gap: 155px;
  }
}
.block-description__columns:not(:last-child) {
  border-bottom: 1px solid #DEE2E9;
  padding-bottom: 3.2rem;
  margin-bottom: 3.2rem;
}
@media (min-width: 992px) {
  .block-description__columns:not(:last-child) {
    padding-bottom: 100px;
    margin-bottom: 100px;
  }
}
.block-description__title {
  font-size: 36px;
  line-height: 40px;
  font-weight: 600;
}
@media (min-width: 992px) {
  .block-description__title {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .block-images-content {
    padding: 166px 0 206px;
  }
}
.block-images-content__columns {
  gap: 3.2rem;
  color: #fff;
}
@media (min-width: 992px) {
  .block-images-content__columns {
    grid-template-columns: 3fr 2fr;
    gap: 72px;
  }
}
.block-images-content__columns img {
  width: 100%;
}
.block-images-content__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.block-faq {
  padding: 6rem 0 10rem;
}
@media (min-width: 992px) {
  .block-faq {
    padding: 144px 0 164px;
  }
}
.block-faq__columns {
  gap: calc(3.2rem - 20px);
}
@media (min-width: 992px) {
  .block-faq__columns {
    grid-template-columns: 408px 1fr;
    gap: 155px;
  }
}
.block-faq__subtitle {
  font-size: 20px;
  opacity: 0.5;
}
.block-faq__title {
  font-size: 36px;
  line-height: 40px;
  font-weight: 600;
}

.faq__single:not(:last-child) {
  border-bottom: 1px solid #03245C;
}
.faq__question {
  padding: 20px 0;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-align: left;
}
.faq__question .icon {
  transition: 350ms;
}
.faq__answer {
  display: none;
  padding-bottom: 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.faq .active .faq__answer {
  display: block;
}
.faq .active .faq__question {
  font-weight: bold;
}
.faq .active .icon {
  transform: rotate(180deg);
}

.block-content {
  /*padding-top: 0;
  padding-bottom: 80px;*/
}

.block-image {
  padding-top: 0;
  padding-bottom: 80px;
}

.last {
  padding-bottom: 0;
}

.block-quote {
  padding-top: 0;
  padding-bottom: 80px;
}
.block-quote:last-of-type {
  padding-bottom: 0;
}
.block-quote__cnt {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  color: #082F72;
  padding: 0 56px 48px 56px;
  border: 1px solid #E4E9F1;
  border-top: 0;
  border-radius: 0;
}
.block-quote__cnt svg {
  margin-bottom: 32px;
  display: block;
}
.block-quote__name {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  color: #082F72;
  display: block;
  padding: 32px 56px 16px 56px;
  border: 1px solid #E4E9F1;
  border-top: 0;
  border-bottom: 0;
  border-radius: 0;
}
.block-quote__name span {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  display: block;
}
/*# sourceMappingURL=main.css.map */
