* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Mulish", normal;
  background: #212121;
  margin: 0;
}

.container {
  max-width: 1340px;
  margin: auto;
}

h2 {
  font-weight: 400;
  font-size: 50px;
  line-height: 94%;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

[class*=copyrights-pane] {
  display: none !important;
}

[class*=ground-pane] {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.topline {
  position: relative;
  min-height: 100vh;
}
.topline-container {
  height: 105px;
  margin: auto;
  max-width: 1380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 50;
}
.topline-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 233px;
}
.topline-left-associate-wrapper {
  position: absolute;
  top: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 12px;
  color: #fff;
}
.topline-left-associate__href {
  text-decoration: none;
  margin-top: 5px;
  color: #fff;
}
.topline-left-associate__href:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
  bottom: -6px;
}
.topline-left__logo {
  display: block;
  background-image: url("../img/elwi.svg");
  background-size: cover;
  background-position: center;
  width: 130px;
  height: 25px;
}
.topline-left-language {
  font-weight: 400;
  font-size: 16px;
  line-height: 144.9%;
}
.topline-left-language__ru {
  color: #ADADAD;
  text-decoration: none;
  position: relative;
  cursor: pointer;
}
.topline-left-language__ru:hover {
  color: #fff;
  cursor: pointer;
}
.topline-left-language__ru:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
  bottom: -6px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-transform-origin: left;
          transform-origin: left;
}
.topline-left-language__ru:hover:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-transform-origin: left;
          transform-origin: left;
}
.topline-left-language__en {
  color: #FFFFFF;
  text-decoration: none;
  margin-right: 8px;
  position: relative;
}
.topline-left-language-ru__ru {
  color: #FFFFFF;
  text-decoration: none;
  position: relative;
}
.topline-left-language-ru__en {
  color: #ADADAD !important;
  color: #FFFFFF;
  text-decoration: none;
  margin-right: 8px;
  position: relative;
}
.topline-left-language-ru__en:hover {
  color: #fff !important;
  cursor: pointer;
}
.topline-left-language-ru__en:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
  bottom: -6px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-transform-origin: left;
          transform-origin: left;
}
.topline-left-language-ru__en:hover:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-transform-origin: left;
          transform-origin: left;
}
.topline-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1000px;
}
.topline-center-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 600px;
}
.topline-center-menu-mobile {
  display: none;
  height: 20px;
}
.topline-center-menu-mobile__item {
  width: 30px;
}
.topline-center-menu__item {
  font-weight: 500;
  font-size: 16px;
  line-height: 144.9%;
  color: #FFFFFF;
  text-decoration: none;
  position: relative;
  cursor: pointer;
}
.topline-center-menu__item:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
  bottom: -6px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-transform-origin: left;
          transform-origin: left;
}
.topline-center-menu__item:hover:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-transform-origin: left;
          transform-origin: left;
}
.topline-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 284px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.topline-right__button {
  padding: 8px 20px;
  background: #A50034;
  border-radius: 20px;
  color: #FFFFFF;
  border: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 144.9%;
  white-space: nowrap;
  text-decoration: none;
}
.topline-right__button:hover {
  background: #9B9B9B;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.topline-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 124px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 40px;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.topline-video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.topline-video-mobile {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.linkedin {
  width: 36px;
  height: 36px;
  border: 1px solid #FFFFFF;
  border-radius: 30.1765px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.linkedin svg {
  fill: #fff;
  height: 12px;
}

.linkedin:hover {
  background-color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.linkedin:hover svg {
  fill: #000000;
}

.telegram {
  width: 36px;
  height: 36px;
  border: 1px solid #FFFFFF;
  border-radius: 30.1765px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.telegram svg {
  fill: #fff;
  height: 12px;
}

.telegram:hover {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-color: #fff;
  cursor: pointer;
}
.telegram:hover svg {
  fill: #000000;
}

.facebook {
  width: 36px;
  height: 36px;
  border: 1px solid #FFFFFF;
  border-radius: 30.1765px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.facebook svg {
  fill: #fff;
  height: 12px;
}

.facebook:hover {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-color: #fff;
  cursor: pointer;
}
.facebook:hover svg {
  fill: #000000;
}

.video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.description-wrapper {
  margin: 150px 0 150px auto;
  font-weight: 400;
  font-size: 28px;
  line-height: 144.9%;
  color: #FFFFFF;
  max-width: 938px;
}
.description-first {
  margin: 0;
}
.description-second {
  margin: 50px 0 0 0;
}
.description-third {
  margin: 50px 0 0 0;
}

.red {
  color: #A50034;
}

.about {
  background: white;
  padding: 77px 0 150px 0;
}
.about-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about-content {
  width: 70%;
  margin-top: 5px;
  height: 360px;
}
.about-header {
  margin: 0;
  font-weight: 400;
  font-size: 50px;
  line-height: 94%;
  color: #171717;
}
.about-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about-highlights {
  display: none;
}
.about-team {
  display: none;
}
.about-network {
  display: none;
}
.about-partners {
  display: none;
}
.about-bono {
  display: none;
}
.about-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  font-weight: 400;
  font-size: 26px;
  line-height: 94%;
  color: #171717;
  padding-bottom: 30px;
  cursor: pointer;
}
.about-tab-default {
  width: 65%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about-tab-added {
  width: 35%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 30px 50px;
}
.about-tab-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 100%;
}
.about-tab-ru {
  font-size: 20px !important;
}
.about-tab:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #DBDCDB;
}
.about-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 280px;
}
.about-item--wide {
  max-width: unset;
  margin-left: 20px;
}
.about-item--wide b{
  color: #A50034
}
.about-item__number {
  font-weight: 600;
  font-size: 50px;
  line-height: 63px;
  color: #171717;
  margin-bottom: 40px;
}
.about-item__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 144.9%;
  color: #171717;
}
.about-item__image {
  max-width: 189px;
  max-height: 85px;
  margin-bottom: 40px;
}
.about-bono {
  align-items: flex-end;
  margin-top: 30px !important;
}
.about-item-bono {
  max-width: 100% !important;
}
.about-item-bono .img img {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 47px;
}
@media (max-width: 520px) {
  .about-item-bono .img img {
    position: relative;
    top: 10px;
  }
}
.about-item__email {
  margin-top: 20px;
  color: #A50034;
  font-weight: 300;
  text-decoration: underline;
}

.active {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.tab-active-high {
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.tab-active-high:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #A50034;
  z-index: 3;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-animation: slide-in-left-high 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-left-high 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.tab-active-team {
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.tab-active-team:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #A50034;
  z-index: 3;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.tab-active-net {
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.tab-active-net:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #A50034;
  z-index: 3;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-animation: slide-in-left-net 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-left-net 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.tab-active-partners {
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.tab-active-partners:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #A50034;
  z-index: 3;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-animation: slide-in-left-net 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-left-net 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.tab-active-bono {
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.tab-active-bono:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #A50034;
  z-index: 3;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-animation: slide-in-left-net 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-left-net 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.fade-in-fwd {
  -webkit-animation: fade-in-fwd 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-fwd 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes fade-in-fwd {
  0% {
    -webkit-transform: translateZ(200px);
    transform: translateZ(200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes fade-in-fwd {
  0% {
    -webkit-transform: translateZ(200px);
    transform: translateZ(200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@-webkit-keyframes slide-in-left-net {
  0% {
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-left-net {
  0% {
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes slide-in-left-high {
  0% {
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-left-high {
  0% {
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.people {
  background: white;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.people h2 {
  color: white;
}
.people-background {
  height: 300px;
  position: absolute;
  background: #A50034;
  width: 100%;
  z-index: -1;
}
.people-slider {
  padding: 77px 0 150px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.people-slider-wrapper {
  width: 938px;
  overflow: hidden;
}
.people-slider-gallery {
  width: 99999px;
  margin: 0;
  padding: 0;
  -webkit-transition: margin-left 900ms;
  transition: margin-left 900ms;
  -webkit-animation: fade-in-fwd 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-fwd 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.people-slider-gallery:last-child {
  margin-right: 0;
}

.slider-header {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 157px;
}
.slider-buttons__prev {
  border: 2px solid #FFFFFF;
  border-radius: 20px;
  height: 50px;
  width: 50px;
  background: inherit;
}
.slider-buttons__prev:hover {
  background: #FFFFFF;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.slider-buttons__prev:hover path {
  stroke: #A50034;
}
.slider-buttons__next {
  border: 2px solid #FFFFFF;
  border-radius: 20px;
  height: 50px;
  width: 50px;
  background: inherit;
  margin-left: 15px;
}
.slider-buttons__next:hover {
  background: #FFFFFF;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.slider-buttons__next:hover path {
  stroke: #A50034;
}

.person-card {
  display: inline-block;
  margin-right: 49px;
}
.person-card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.person-card__photo {
  width: 280px;
  cursor: pointer;
}
.person-card__name {
  font-weight: 600;
  font-size: 22px;
  line-height: 95.5%;
  margin-top: 20px;
  cursor: pointer;
}
@media (max-width: 860px) {
  .person-card__name {
    font-size: 17px;
  }
}
.person-card__job {
  font-weight: 400;
  font-size: 16px;
  line-height: 144.9%;
  margin-top: 15px;
}
.person-card__email {
  font-weight: 400;
  font-size: 16px;
  line-height: 144.9%;
  margin-top: 15px;
}

.id-span {
  display: none;
}

.practices {
  background: white;
  padding-bottom: 150px;
}
.practices-more {
  display: none;
  width: 100%;
  background: #A50034;
  border: none;
  border-radius: 20px;
  padding: 8px 20px;
  height: 50px;
  color: white;
  font-weight: 500;
  font-size: 16px;
  margin-top: 30px;
}
.practices-wrapper {
  display: grid;
  height: 433px;
  margin-top: 60px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 144px 144px 144px;
  border: 0.5px solid #75787B;
  overflow: hidden;
  position: relative;
}
.practices-card {
  border: 0.5px solid #75787B;
  padding: 33px 20px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.practices-card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 13px;
}
.practices-card-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.practices-card__button-red {
  background: none;
  border: 1px solid #171717;
  border-radius: 20px;
  padding: 8px 20px;
  height: 33px;
  color: #171717;
  font-weight: 500;
  font-size: 12px;
}
.practices-card__button-black {
  background: none;
  border: 1px solid #171717;
  border-radius: 20px;
  padding: 8px 20px;
  height: 33px;
  color: #171717;
  font-weight: 500;
  font-size: 12px;
}
.practices-card__button-red:hover {
  background: white !important;
  color: #171717 !important;
  cursor: pointer;
}
.practices-card__button-black:hover {
  background: white !important;
  color: #171717 !important;
  cursor: pointer;
}
.practices-card__text {
  max-width: 182px;
}
.practices-card:hover {
  background: #2C2C2C;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.practices-card:hover .practices-card-name {
  color: #FFFFFF;
}
.practices-card:hover .practices-card__button-red {
  background: #A50034;
  color: #FFFFFF;
}
.practices-list {
  display: none;
  overflow-y: auto;
  scrollbar-width: thin;
  padding-bottom: 10px;
}
.practices-list .person-card {
  margin-right: 0;
}
.practices-person {
  margin-bottom: 5px;
  position: relative;
  font-size: 12px;
  cursor: pointer;
}
.practices-text {
  font-size: 12px;
  margin-bottom: 5px;
}
.practices-person:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
  bottom: -3px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-transform-origin: left;
          transform-origin: left;
}
.practices-person:hover:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-transform-origin: left;
          transform-origin: left;
}

.selected-black {
  background: #2C2C2C;
  height: 289px;
  z-index: 5;
}
.selected-black .practices-card {
  position: absolute;
}
.selected-black .practices-card-name {
  color: #FFFFFF;
}
.selected-black .practices-card__button-red {
  background: white !important;
  color: #171717 !important;
}
.selected-black .practices-list {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 30px;
  background: #2C2C2C;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.selected-black-bottom-restructuring {
  background: #2C2C2C;
  height: 289px;
  z-index: 5 !important;
  grid-row-start: 2 !important;
  grid-column-start: 2 !important;
}
.selected-black-bottom-restructuring .practices-card {
  position: absolute;
}
.selected-black-bottom-restructuring .practices-card-name {
  color: #FFFFFF;
}
.selected-black-bottom-restructuring .practices-card__button-red {
  background: white !important;
  color: #171717 !important;
}
.selected-black-bottom-restructuring .practices-list {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 30px;
  background: #2C2C2C;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.selected-black-bottom-situations {
  background: #2C2C2C;
  height: 289px;
  z-index: 5 !important;
  grid-row-start: 2 !important;
  grid-column-start: 4 !important;
}
.selected-black-bottom-situations .practices-card {
  position: absolute;
}
.selected-black-bottom-situations .practices-card-name {
  color: #FFFFFF;
}
.selected-black-bottom-situations .practices-card__button-red {
  background: white !important;
  color: #171717 !important;
}
.selected-black-bottom-situations .practices-list {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 30px;
  background: #2C2C2C;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.selected-red {
  background: #A50034;
  height: 289px;
  z-index: 5;
}
.selected-red .practices-card-name {
  color: #FFFFFF;
}
.selected-red .practices-card__circle circle {
  fill: #FFFFFF;
}
.selected-red .practices-card__button-black {
  background: white !important;
  color: #171717 !important;
}
.selected-red .practices-list {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 30px;
  background: #A50034;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.selected-red-bottom-project {
  background: #A50034;
  height: 289px;
  z-index: 5 !important;
  grid-row-start: 2 !important;
  grid-column-start: 1 !important;
}
.selected-red-bottom-project .practices-card-name {
  color: #FFFFFF;
}
.selected-red-bottom-project .practices-card__circle circle {
  fill: #FFFFFF;
}
.selected-red-bottom-project .practices-card__button-black {
  background: white !important;
  color: #171717 !important;
}
.selected-red-bottom-project .practices-list {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 30px;
  background: #A50034;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.selected-red-bottom-sanctions {
  background: #A50034;
  height: 289px;
  z-index: 5 !important;
  grid-row-start: 2 !important;
  grid-column-start: 3 !important;
}
.selected-red-bottom-sanctions .practices-card-name {
  color: #FFFFFF;
}
.selected-red-bottom-sanctions .practices-card__circle circle {
  fill: #FFFFFF;
}
.selected-red-bottom-sanctions .practices-card__button-black {
  background: white !important;
  color: #171717 !important;
}
.selected-red-bottom-sanctions .practices-list {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 30px;
  background: #A50034;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.red-card:hover {
  background: #A50034;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.red-card:hover .practices-card-name {
  color: #FFFFFF;
}
.red-card:hover .practices-card__circle circle {
  fill: #FFFFFF;
}
.red-card:hover .practices-card__button-black {
  background: #2C2C2C;
  color: white;
}
.red-card:hover .selected {
  background: #A50034;
  height: 289px;
  z-index: 5;
}
.red-card:hover .selected .practices-card {
  position: absolute;
}
.red-card:hover .selected .practices-card-name {
  color: #FFFFFF;
}
.red-card:hover .selected .practices-card-name__button-red {
  background: white !important;
  color: #171717 !important;
}
.red-card:hover .selected .practices-card-name__button-list {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 30px;
  background: #A50034;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#investigations {
  grid-column-start: 2;
  grid-row-start: 2;
  z-index: 2;
}

#corporate {
  grid-column-start: 1;
  grid-row-start: 2;
}

#litigation {
  grid-column-start: 3;
  grid-row-start: 2;
  z-index: 2;
}

#private {
  grid-column-start: 4;
  grid-row-start: 2;
  z-index: 2;
}

#project {
  grid-column-start: 1;
  grid-row-start: 3;
  z-index: 2;
}

#restructuring {
  grid-column-start: 2;
  grid-row-start: 3;
  z-index: 1;
}

#sanctions {
  grid-column-start: 3;
  grid-row-start: 3;
  z-index: 1;
}

#specialSituations {
  grid-column-start: 4;
  grid-row-start: 3;
  z-index: 1;
}

.practices-wrapper-ru .practices-list {
  margin-top: 10px;
}

.experience {
  margin: 150px 0 150px 0;
}
.experience-slider-part1 {
  -webkit-animation: fade-in-fwd 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-fwd 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.experience-slider-part2 {
  -webkit-animation: fade-in-fwd 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-fwd 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.experience-slider-part3 {
  -webkit-animation: fade-in-fwd 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-fwd 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.experience-slider-wrapper {
  margin-top: 60px;
  height: 511px;
}
.experience-slider-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.experience-slider-header h2 {
  color: white;
}
.experience-slider-mobile {
  display: none;
  margin-top: 60px;
}
.experience-slider-gallery {
  margin: 0;
  padding: 0;
  width: 9999px;
  -webkit-transition: margin-left 900ms;
  transition: margin-left 900ms;
}
.experience-slider-buttons__prev {
  border: 2px solid #FFFFFF;
  border-radius: 20px;
  height: 50px;
  width: 50px;
  background: inherit;
}
.experience-slider-buttons__prev:hover {
  background: #FFFFFF;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.experience-slider-buttons__prev:hover path {
  stroke: #212121;
}
.experience-slider-buttons__next {
  border: 2px solid #FFFFFF;
  border-radius: 20px;
  height: 50px;
  width: 50px;
  background: inherit;
  margin-left: 15px;
}
.experience-slider-buttons__next:hover {
  background: #FFFFFF;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.experience-slider-buttons__next:hover path {
  stroke: #212121;
}
.experience-slider-buttons-mobile__prev {
  border: 2px solid #FFFFFF;
  border-radius: 20px;
  height: 50px;
  width: 50px;
  background: inherit;
}
.experience-slider-buttons-mobile__prev:hover {
  background: #FFFFFF;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.experience-slider-buttons-mobile__prev:hover path {
  stroke: #212121;
}
.experience-slider-buttons-mobile__next {
  border: 2px solid #FFFFFF;
  border-radius: 20px;
  height: 50px;
  width: 50px;
  background: inherit;
  margin-left: 15px;
}
.experience-slider-buttons-mobile__next:hover {
  background: #FFFFFF;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.experience-slider-buttons-mobile__next:hover path {
  stroke: #212121;
}
.experience-tree-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.experience-two-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 60px;
}
.experience-card {
  padding: 35px 20px;
  -webkit-transition: 1s;
  transition: 1s;
}
.experience-card-header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.experience-card__header {
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
}
.experience-card__money {
  font-weight: 400;
  font-size: 16px;
  line-height: 95.5%;
}
.experience-card__text {
  margin-top: 25px;
  font-weight: 400;
  font-size: 16px;
  line-height: 144.9%;
}
.experience-card-mobile {
  padding: 35px 20px;
  display: inline-block;
  width: 450px;
  margin-right: 40px;
  vertical-align: top;
}
.experience-card:hover {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.experience-slider-buttons-mobile {
  display: none;
}

.card-white-long {
  background: #FFFFFF;
  margin-left: 120px;
}
.card-white-long .experience-card__text {
  max-width: 573px;
  color: #75787B;
}
.card-white-long .experience-card__header {
  max-width: 250px;
  color: #171717;
}
.card-white-long .experience-card__money {
  color: #171717;
}
.card-white-short {
  background: #FFFFFF;
}
.card-white-short .experience-card__text {
  max-width: 407px;
  color: #75787B;
}
.card-white-short .experience-card__header {
  width: 200px;
  color: #171717;
}
.card-white-short .experience-card__money {
  color: #171717;
}

.card-dark-long {
  background: #2C2C2C;
}
.card-dark-long .experience-card__header {
  color: #FFFFFF;
}
.card-dark-long .experience-card__money {
  color: #FFFFFF;
}
.card-dark-long .experience-card__text {
  color: #75787B;
  max-width: 526px;
}
.card-dark-short {
  background: #2C2C2C;
}
.card-dark-short .experience-card__header {
  color: #FFFFFF;
  width: 200px;
}
.card-dark-short .experience-card__money {
  color: #FFFFFF;
}
.card-dark-short .experience-card__text {
  color: #75787B;
  max-width: 350px;
}

.card-red-short {
  background: #A50034;
}
.card-red-short .experience-card__header {
  color: #FFFFFF;
  width: 200px;
}
.card-red-short .experience-card__text {
  max-width: 350px;
  color: #FFFFFF;
}
.card-red-short .experience-card__money {
  color: #FFFFFF;
}

.white-card {
  background: #FFFFFF;
}
.white-card .experience-card__header {
  color: #171717;
  max-width: 250px;
}
.white-card .experience-card__money {
  color: #171717;
}

.dark-card {
  background: #2C2C2C;
}
.dark-card .experience-card__header {
  color: #FFFFFF;
  max-width: 250px;
}
.dark-card .experience-card__money {
  color: #FFFFFF;
}

.mobile-red-card {
  background: #A50034;
}
.mobile-red-card .experience-card__header {
  color: #FFFFFF;
}
.mobile-red-card .experience-card__text {
  color: #FFFFFF;
}
.mobile-red-card .experience-card__money {
  color: #FFFFFF;
}

.contact {
  background: #A50034;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-map {
  width: 50%;
  height: 440px;
  background-color: #171717;
}
.contact-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 90px;
}
.contact-text h2 {
  color: #FFFFFF;
  margin-bottom: 40px;
  min-width: 250px;
}
.contact-text-tel {
  color: #fff !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 144.9%;
  text-decoration: none;
}
.contact-text-tel a {
  color: #fff !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 144.9%;
  text-decoration: none;
}
.contact-text-add {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 144.9%;
}
.contact-text-email {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 144.9%;
  text-decoration: none;
}

.footer {
  background: #000000;
}
.footer-container {
  height: 136px;
  margin: auto;
  max-width: 1380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__logo {
  display: block;
  background-image: url("../img/elwi.svg");
  background-size: cover;
  background-position: center;
  width: 130px !important;
  height: 25px;
}
.footer-rules__policy {
  font-weight: 400;
  text-decoration: none;
  font-size: 14px;
  line-height: 144.9%;
  text-align: right;
  color: #808080;
}
.footer-creative {
  font-weight: 500;
  font-size: 14px;
  line-height: 144.9%;
  color: #FFFFFF;
  text-decoration: none;
}
.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 124px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}

.modal-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(44, 44, 44, 0.7);
  z-index: 100;
}
.modal-li {
  margin-bottom: 10px;
}
.modal-li:has(ul) > ul {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}
.modal-dialog {
  border: 1px solid #6A6A6A;
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 70px 50px;
  z-index: 101;
  width: 1100px;
  max-height: 660px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #212121;
}
.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  cursor: pointer;
}
.modal-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modal-key-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 280px;
}
.modal-key-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.modal-img {
  max-width: 280px;
  max-height: 321px;
}
.modal-name {
  font-weight: 600;
  font-size: 22px;
  line-height: 95.5%;
  color: #FFFFFF;
  margin-top: 20px;
}
.modal-job {
  font-weight: 400;
  font-size: 16px;
  line-height: 144.9%;
  color: #75787B;
  margin-top: 13px;
}
.modal-email {
  font-weight: 400;
  font-size: 16px;
  line-height: 144.9%;
  color: #FFFFFF;
  margin-top: 20px;
}
.modal-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 637px;
  padding-right: 20px;
  overflow: auto;
  margin-left: 30px;
  scrollbar-width: thin;
}
.modal-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 500;
  font-size: 14px;
  line-height: 144.9%;
  height: 503px;
}
.modal-description {
  font-weight: 500;
  font-size: 14px;
  line-height: 144.9%;
  color: #FFFFFF;
  margin: 0;
}
.modal-education-header {
  margin-top: 30px;
  font-weight: 700;
  font-size: 16px;
  line-height: 144.9%;
  color: #FFFFFF;
}
.modal-education-text {
  margin: 15px 0 0 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 144.9%;
  color: #75787B;
}
.modal-experience-header {
  margin-top: 30px;
  font-weight: 700;
  font-size: 16px;
  line-height: 144.9%;
  color: #75787B;
}
.modal-experience-text {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 144.9%;
  color: #75787B;
  padding: 16px;
}
.modal-membership, .modal-admittedpract {
  margin-top: 30px;
}
.modal-membership-header, .modal-admittedpract-header {
  font-weight: 700;
  font-size: 16px;
  line-height: 144.9%;
  color: #FFFFFF;
}
.modal-membership-text, .modal-admittedpract-text {
  margin: 15px 0 0 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 144.9%;
  color: #75787B;
  padding: 0;
}

.hidden {
  display: none;
}

.mobile-menu {
  display: none;
  padding: 40px;
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: #212121;
}
.mobile-menu-wrapper {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: inherit;
}
.mobile-menu-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
}
.mobile-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 265px;
}
.mobile-menu-list__item {
  font-weight: 500;
  font-size: 16px;
  line-height: 144.9%;
  color: #FFFFFF;
  text-decoration: none;
}
.mobile-menu-language {
  font-weight: 400;
  font-size: 16px;
  line-height: 144.9%;
}
.mobile-menu-language__ru {
  color: #ADADAD;
  text-decoration: none;
  position: relative;
  cursor: pointer;
}
.mobile-menu-language__en {
  color: #FFFFFF;
  text-decoration: none;
  margin-right: 8px;
  position: relative;
}
.mobile-menu-language-ru__ru {
  color: #FFFFFF;
  text-decoration: none;
  position: relative;
  cursor: pointer;
}
.mobile-menu-language-ru__en {
  color: #ADADAD;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  margin-right: 8px;
}
.mobile-menu-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mobile-menu__button {
  padding: 8px 20px;
  background: #A50034;
  border-radius: 20px;
  color: #FFFFFF;
  border: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 144.9%;
  white-space: nowrap;
  text-decoration: none;
}
.mobile-menu-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}

.career {
  padding: 150px 0;
  background: #fff;
}
.career-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.career-wrapper-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 800px;
  margin-right: 0;
}
.career-wrapper-job {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}
.career-text {
  color: #171717;
  font-family: Mulish;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 144.9%;
  max-width: 500px;
}
.career-card {
  border: 0.5px solid #6A6A6A;
  padding: 33px 20px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 380px;
  height: 177px;
}
.career-card-second {
  margin-left: 40px;
}
.career-none {
  font-size: 12px;
  cursor: default;
}

.selected-black-career {
  background: #2C2C2C;
  height: 200px;
  z-index: 5;
}
.selected-black-career .practices-card {
  position: absolute;
}
.selected-black-career .practices-card-name {
  color: #FFFFFF;
}
.selected-black-career .practices-card__button-red {
  background: white !important;
  color: #171717 !important;
}
.selected-black-career .practices-list {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 30px;
  background: #2C2C2C;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.selected-red-career {
  background: #A50034;
  height: 200px;
  z-index: 5;
}
.selected-red-career .practices-card-name {
  color: #FFFFFF;
}
.selected-red-career .practices-card__circle circle {
  fill: #FFFFFF;
}
.selected-red-career .practices-card__button-black {
  background: white !important;
  color: #171717 !important;
}
.selected-red-career .practices-list {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 30px;
  background: #A50034;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.modal-career-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modal-career-name {
  color: #FFF;
  font-size: 22px;
  font-weight: 600;
  line-height: 95.5%;
}
.modal-career-apply__head {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 144.9%;
}
.modal-career-apply__text {
  color: #808080;
  font-size: 14px;
  font-weight: 500;
  line-height: 144.9%;
  margin-top: 15px;
  margin-bottom: 0;
}
.modal-career-apply__text-red {
  color: #A50034;
  font-weight: 700;
  text-decoration: none;
}
.modal-career-main {
  margin-top: 20px;
  color: #808080;
  font-size: 14px;
  font-weight: 500;
  line-height: 144.9%;
}
.modal-career-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 637px;
  padding-right: 20px;
  overflow: auto;
  margin-left: 70px;
}
.modal-career-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 500px;
}
.modal-career-head {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 144.9%;
  margin: 0 0 15px 0;
}
.modal-career-text {
  margin: 30px 0 0 0;
  color: #808080;
  font-size: 14px;
  font-weight: 500;
  line-height: 144.9%;
}
.modal-eligib-header {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 144.9%;
  margin-top: 30px;
}
.modal-eligib-text {
  color: #808080;
  font-size: 14px;
  font-weight: 500;
  line-height: 144.9%;
  padding: 15px 0 0 15px;
  margin: 0;
}
.modal-eligib-text li {
  margin: 0;
}
.modal-resp-header {
  margin-top: 30px !important;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 144.9%;
}
.modal-resp-text {
  color: #808080;
  font-size: 14px;
  font-weight: 500;
  line-height: 144.9%;
  padding: 15px 0 0 15px;
  margin: 0;
}
.modal-resp-text li {
  margin: 0;
}
.modal-key-career-wrapper {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 314px;
}

@media (max-width: 1340px) {
  .container {
    max-width: 95%;
  }
  .topline-container {
    max-width: 98%;
  }
  .topline-center {
    width: 76%;
  }
  .topline-social {
    margin-right: 20px;
  }
  .about-content {
    width: 100%;
  }
  .about-item {
    max-width: 30%;
  }
  .about-item--wide {
    max-width: unset;
    margin-left: 20px;
  }
  .about-header {
    min-width: 220px;
  }
  .people-slider-wrapper {
    width: 938px;
  }
  #card-2 {
    display: none;
  }
  #card-9 {
    display: none;
  }
  .footer-container {
    max-width: 98%;
  }
  .footer-rules {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: 20px;
  }
  .practices-card {
    padding: 15px 18px 0 18px;
    column-gap: 5px;
  }
}
@media (max-width: 1244px) {
  .people-slider-wrapper {
    width: 600px;
  }
  .modal-dialog {
    max-width: 80%;
  }
  .practices-card-ru {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 10px 20px 0 20px;
  }
  .practices-card-ru button {
    width: 100%;
  }
  .practices-list {
    margin-top: 10px !important;
  }
  .about-tab {
    font-size: 20px;
    max-width: 100%;
  }
  .practices-wrapper {
    font-size: 14px;
  }
}
@media (max-width: 1150px) {
  .topline-container {
    max-width: 95%;
  }
  .topline-center {
    width: 40%;
  }
  .topline-center-menu {
    display: none;
  }
  .topline-center-menu-mobile {
    display: block;
  }
  .career-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .career-wrapper-text {
    margin-top: 20px;
  }
}
@media (max-width: 1000px) {
  .slider-buttons__prev:hover {
    border: 2px solid #FFFFFF;
    background: inherit;
  }
  .slider-buttons__prev:hover path {
    stroke: #FFFFFF;
  }
  .slider-buttons__next:hover {
    border: 2px solid #FFFFFF;
    background: inherit;
  }
  .slider-buttons__next:hover path {
    stroke: #FFFFFF;
  }
  .experience-slider-buttons-mobile__prev:hover {
    border: 2px solid #FFFFFF;
    background: inherit;
  }
  .experience-slider-buttons-mobile__prev:hover path {
    stroke: #FFFFFF;
  }
  .experience-slider-buttons-mobile__next:hover {
    border: 2px solid #FFFFFF;
    background: inherit;
  }
  .experience-slider-buttons-mobile__next:hover path {
    stroke: #FFFFFF;
  }
  .topline-center {
    width: 50%;
  }
  .about-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-content {
    margin-top: 60px;
  }
  .people-slider-wrapper {
    width: 600px;
  }
  .practices-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .practices-card button {
    width: 100%;
  }
  .practices-list {
    margin-top: 10px !important;
  }
  .footer-container {
    max-width: 95%;
  }
  .footer-rules {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: 20px;
  }
  .footer-rules__terms {
    margin-left: 0;
  }
  .experience-slider h2 {
    width: 40%;
  }
  .experience-slider-wrapper {
    height: auto;
    display: none;
  }
  .experience-slider-mobile {
    display: block;
    width: 100%;
    overflow: hidden;
  }
  .experience-slider-buttons {
    display: none;
  }
  .experience-slider-buttons-mobile {
    display: block;
  }
  .experience-card {
    display: inline-block;
    margin-right: 50px;
  }
  .experience-card__text {
    max-width: 100%;
  }
  #modal-img {
    width: 180px;
    height: 201px;
  }
  .modal-all {
    height: 300px;
  }
  .footer-container {
    -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;
    padding: 30px 0;
    height: auto;
    position: relative;
  }
  .footer-social {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    -ms-flex-item-align: end;
        align-self: end;
    position: absolute;
    right: 7px;
    top: 30px;
  }
  .footer__logo {
    position: absolute;
    top: 30px;
    left: 3px;
  }
  .footer-rules {
    margin-top: 60px;
    margin-left: 0;
    -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-rules__terms {
    margin-top: 10px;
  }
  .footer-creative {
    -ms-flex-item-align: end;
        align-self: end;
  }
  .modal-key-career-wrapper {
    max-width: 100%;
  }
  .modal-career-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .modal-career-apply {
    margin-top: 20px;
  }
  .modal-career-info {
    margin-left: 0;
    margin-top: 40px;
    max-width: 100%;
    padding-right: 0;
  }
  .practices-card {
    padding: 10px 10px 0 10px;
  }
}
@media (max-width: 830px) {
  .practices {
    padding-bottom: 80px;
  }
  .practices-wrapper {
    grid-template-columns: 1fr 1fr !important;
    grid-template-rows: 144px 144px 144px 144px 144px 144px !important;
    height: 864px;
    font-size: 16px;
  }
  .practices-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 33px 20px 0 20px;
  }
  .practices-card button {
    width: auto;
  }
  #investigations {
    grid-column-start: 2;
    grid-row-start: 3;
    z-index: 2;
  }
  #corporate {
    grid-column-start: 1;
    grid-row-start: 3;
    z-index: 2;
  }
  #litigation {
    grid-column-start: 1;
    grid-row-start: 4;
    z-index: 1;
  }
  #private {
    grid-column-start: 2;
    grid-row-start: 4;
    z-index: 2;
  }
  #project {
    grid-column-start: 1;
    grid-row-start: 5;
    z-index: 2;
  }
  #restructuring {
    grid-column-start: 2;
    grid-row-start: 5;
    z-index: 1;
  }
  #sanctions {
    grid-column-start: 1;
    grid-row-start: 6;
    z-index: 1;
  }
  #specialSituations {
    grid-column-start: 2;
    grid-row-start: 6;
    z-index: 3;
  }
  .selected-red-bottom-project {
    z-index: 5 !important;
    grid-row-start: 5 !important;
    grid-column-start: 1 !important;
  }
  .selected-black-bottom-situations {
    grid-row-start: 5 !important;
    grid-column-start: 2 !important;
  }
  .selected-red-bottom-sanctions {
    z-index: 5 !important;
    grid-row-start: 5 !important;
    grid-column-start: 1 !important;
  }
  .selected-black-bottom-restructuring {
    z-index: 5 !important;
    grid-row-start: 5 !important;
    grid-column-start: 2 !important;
  }
}
@media (max-width: 860px) {
  .people-slider {
    padding: 77px 0 120px 0;
  }
  .people-slider-wrapper {
    width: 430px;
  }
  .person-card {
    margin-right: 30px;
  }
  .person-card__name {
    width: 200px;
  }
  .person-card__photo {
    width: 200px;
  }
  .person-card__email {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .topline-center {
    width: 50%;
  }
  .description-wrapper {
    font-size: 20px;
    margin: 80px 0 80px 0;
  }
  .about {
    padding-bottom: 80px;
  }
  .about-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-content {
    margin-top: 60px;
    width: 95%;
  }
  .about-tab {
    font-size: 20px;
    max-width: 100%;
  }
  .active {
    margin-top: 60px;
  }
  .card-red-short .experience-card__text {
    max-width: 100%;
  }
  .card-white-long {
    margin-left: 30px;
  }
  .experience {
    margin: 80px 0 80px 0;
  }
  .experience-down-cards {
    margin-top: 30px;
  }
  .contact-text {
    margin-left: 50px;
  }
  .about-tab-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-tab-default {
    width: 100%;
  }
  .about-tab-added {
    padding: 0 0 30px 0;
    margin-top: 40px;
    width: 70%;
  }
  .about-partners {
    margin-top: 70px !important;
  }
  .about-bono {
    margin-top: 70px !important;
  }
}
@media (max-width: 680px) {
  .people-slider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .people-slider-wrapper {
    overflow: visible;
  }
  .slider-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 100px;
  }
}
@media (max-width: 670px) {
  .topline-social {
    display: none;
  }
  .topline-center {
    width: 35%;
  }
  .contact {
    -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: start;
  }
  .contact-map {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    height: 300px;
  }
  .contact-text {
    margin: 70px 0 30px 30px;
  }
  .modal-dialog {
    padding: 40px 20px;
  }
  .modal-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .modal-key-info {
    -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;
  }
  .modal-key-wrapper {
    margin-left: 20px;
  }
  .modal-info {
    margin: 30px 0 0 0;
  }
}
@media (max-width: 650px) {
  .person-card__email {
    width: 200px;
  }
  .practices {
    padding-bottom: 80px;
  }
  .practices-wrapper {
    grid-template-columns: 1fr !important;
    grid-template-rows: 144px 144px 144px 144px 144px 144px 144px 144px 144px 144px 144px 144px !important;
    height: 576px;
    margin-top: 40px;
  }
  .practices-more {
    display: block;
  }
  .practices-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .practices-card button {
    width: auto;
  }
  #investigations {
    grid-column-start: 1;
    grid-row-start: 6;
    z-index: 2;
  }
  #corporate {
    grid-column-start: 1;
    grid-row-start: 5;
    z-index: 3;
  }
  #litigation {
    grid-column-start: 1;
    grid-row-start: 7;
    z-index: 1;
  }
  #private {
    grid-column-start: 1;
    grid-row-start: 8;
    z-index: 2;
  }
  #project {
    grid-column-start: 1;
    grid-row-start: 9;
    z-index: 2;
  }
  #restructuring {
    grid-column-start: 1;
    grid-row-start: 10;
    z-index: 1;
  }
  #sanctions {
    grid-column-start: 1;
    grid-row-start: 11;
    z-index: 1;
  }
  #specialSituations {
    grid-column-start: 1;
    grid-row-start: 12;
    z-index: 3;
  }
  .selected-black-bottom-situations {
    grid-row-start: 11 !important;
    grid-column-start: 1 !important;
  }
  .selected-red-bottom-project {
    grid-column-start: 1 !important;
    grid-row-start: 9 !important;
  }
  .selected-black-bottom-restructuring {
    grid-column-start: 1 !important;
    grid-row-start: 10 !important;
  }
  .selected-red-bottom-sanctions {
    grid-column-start: 1 !important;
    grid-row-start: 11 !important;
  }
  .career-wrapper-job {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .career-card {
    width: 100%;
  }
  .career-card-second {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media (max-width: 540px) {
  .topline-left-language {
    display: none;
  }
  .topline-left-language-ru {
    display: none;
  }
  .topline-center {
    width: 60%;
  }
  .topline-video {
    display: none;
  }
  .topline-video-mobile {
    display: block;
  }
  .main-text__first {
    font-size: 44px;
  }
  .main-text__second {
    font-size: 44px;
  }
  .description-second {
    margin: 30px 0 0 0;
  }
  .description-third {
    margin: 30px 0 0 0;
  }
  .active {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
  }
  .about-content {
    height: auto;
  }
  .about-item {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .about-item--wide {
    margin: 0;
  }
  .about-item__number {
    margin-bottom: 10px;
  }
  .about-tab__highlights {
    width: 30%;
  }
  .about-tab__network {
    width: 30%;
  }
  .experience-card-mobile {
    margin-right: 20px;
  }
  .experience-card-header-wrapper {
    -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: start;
  }
  .experience-card__money {
    margin-top: 10px;
  }
  .card-white-short .experience-card__text {
    max-width: 300px;
  }
  .footer-rules {
    margin-top: 70px;
  }
  .footer-creative {
    margin-top: 40px;
    -ms-flex-item-align: start;
        align-self: start;
  }
  #modal-img {
    width: 100px;
    height: 114px;
  }
  .modal-name {
    font-size: 14px;
  }
  .modal-job {
    font-size: 14px;
  }
  .modal-email {
    font-size: 14px;
  }
  .modal-description {
    color: #75787B;
  }
  .modal-education-header {
    font-size: 14px;
  }
  .modal-experience-header {
    font-size: 14px;
  }
  .modal-career-all {
    max-height: 300px;
  }
}
@media (max-width: 450px) {
  .people-slider-wrapper {
    width: 330px;
    overflow: visible;
  }
  .experience-card-mobile {
    width: 350px;
  }
}
@media (max-width: 430px) {
  h2 {
    font-size: 36px;
  }
  .about-header {
    font-size: 36px;
  }
  .about-tab-main-ru {
    font-size: 16px;
  }
  .topline-container {
    width: 90%;
  }
  .topline-center {
    width: auto;
  }
  .topline-right__button {
    display: none;
  }
  .modal-dialog {
    max-width: 96%;
  }
}/*# sourceMappingURL=style.css.map */