.page-title {
  padding: 7.5rem 0 0;
  margin-bottom: 6rem;
  text-align: center; }

.page-title__title {
  margin: 0; }

.page-title__subtitle {
  margin: 2.25rem 0 0; }

.page-title__img {
  margin-top: 6rem; }
  .page-title__img img {
    display: block; }

@media screen and (max-width: 767.98px) {
  .page-title {
    padding-top: 4.5rem; } }

.careers-index__switch {
  font-size: 0.9rem;
  line-height: 1.6667;
  margin: 0 0 2.25rem;
  font-weight: 700; }
  .careers-index__switch button {
    font-size: 0.9rem;
    line-height: 1.6667;
    cursor: pointer;
    color: #bfc3cd;
    margin: 0 35px 0 0;
    padding: 0;
    background: transparent;
    border: 0;
    transition: color 200ms ease; }
    .careers-index__switch button:hover, .careers-index__switch button.active {
      color: #242328; }
    .careers-index__switch button:focus {
      outline: none; }

.careers-index__list ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.careers-index__list li {
  margin: 0;
  padding: 0; }

.careers-index__item {
  opacity: 1;
  height: calc(3rem + 1px);
  transition: opacity 300ms ease, height 800ms ease; }
  .careers-index__item.careers-index__item_hidden {
    opacity: 0;
    height: 0; }

.careers-index__link {
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0.75rem 0;
  border-bottom: 1px solid #ecedf0;
  cursor: default; }
  .careers-index__link:before, .careers-index__link:after {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: -1px;
    height: 1px;
    background-color: #0048ff;
    transition: opacity 200ms ease;
    width: 100%;
    opacity: 0; }
  .careers-index__link:before {
    bottom: auto;
    top: -1px; }

.careers-index__title {
  font-size: 0.9rem;
  line-height: 1.6667;
  margin: 0; }

.careers-index__location {
  font-size: 0.8rem;
  line-height: 1.6;
  color: #999faf; }

.careers-index__title,
.careers-index__location {
  line-height: 1.5rem;
  transition: color 200ms ease; }

.office-address {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 4.5rem -35px 6rem; }
  .office-address .icon_arrow-out {
    width: 8px; }

.office-address__media,
.office-address__content {
  padding: 0 35px; }

.office-address__media {
  width: 75%; }

.office-address__content {
  font-size: 0.8rem;
  line-height: 1.6;
  line-height: 2;
  width: 25%; }
  .office-address__content h3 {
    margin-bottom: .2em; }
  .office-address__content h4 {
    margin-bottom: 0; }

.office-address__block {
  margin-bottom: 1.5rem; }

@media screen and (max-width: 1199.98px) {
  .office-address__media,
  .office-address__content {
    width: 100%; }
  .office-address__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: 1.5rem; }
  .office-address__block {
    width: 33.33333%; } }

@media screen and (max-width: 991.98px) {
  .office-address {
    margin-bottom: 3rem; }
  .office-address__block {
    min-width: 50%; } }

@media screen and (max-width: 575.98px) {
  .office-address__block {
    text-align: center;
    min-width: 100%; } }

.contacts {
  font-size: 0.8rem;
  line-height: 1.6;
  line-height: 1.5rem; }
  .contacts p {
    margin-bottom: 0.75rem; }

.contacts__hr {
  border: 0;
  border-top: 1px solid #ecedf0;
  margin: 2.25rem 0; }

.contacts__block {
  margin-bottom: 3rem; }

.contacts__cross-line {
  position: relative;
  overflow: hidden; }
  .contacts__cross-line span {
    position: relative;
    display: inline-block;
    background: #fff;
    padding-right: 1em; }
  .contacts__cross-line:after, .contacts__cross-line:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -1px;
    height: 1px;
    background: #ecedf0; }
  .contacts__cross-line:after {
    width: 0;
    background: #646c7f;
    transition: width 1.2s ease; }
  .page-transition-enter-active .contacts__cross-line:after {
    width: 100%; }

@media screen and (max-width: 575.98px) {
  .contacts__block {
    text-align: center; } }

.hero-boxed {
  text-decoration: none;
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background: #f4f5f6; }
  .hero-boxed:hover {
    color: #646c7f; }
    .hero-boxed:hover .icon_arrow-out {
      fill: #242328; }
    .hero-boxed:hover .hero-boxed__img {
      transform: scale(1.1); }
    .hero-boxed:hover .hero-boxed__link:hover svg {
      fill: #0048ff; }

.hero-boxed__img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-position: 50% 50%;
  background-size: cover;
  transition: transform 15s linear; }

.hero-boxed__container {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%; }

.hero-boxed__box {
  font-size: 0.8rem;
  line-height: 1.6;
  color: #646c7f;
  display: block;
  width: 21rem;
  padding: 3rem;
  background: #fff;
  margin-right: 9%; }
  .hero-boxed__box .icon_arrow-out {
    width: .625em;
    height: .625em; }

.hero-boxed__label {
  font-size: 0.65rem;
  line-height: 1.6;
  color: #0048ff;
  margin-bottom: 5px; }

.hero-boxed__title,
.hero-boxed__link {
  color: #242328;
  font-weight: 700;
  transition: color 200ms ease; }
  .hero-boxed__title svg,
  .hero-boxed__link svg {
    margin-top: -2px;
    fill: #242328;
    transition: all 200ms ease; }
  .hero-boxed__title:hover,
  .hero-boxed__link:hover {
    color: #0048ff; }
    .hero-boxed__title:hover svg,
    .hero-boxed__link:hover svg {
      fill: #0048ff; }

.hero-boxed_type_xmas .hero-boxed__container {
  justify-content: flex-start; }

.hero-boxed_type_xmas .hero-boxed__box {
  width: 21rem;
  padding: 3.75rem 3.75rem;
  margin-right: 0;
  margin-left: 11%; }

.hero-boxed_type_xmas h3:hover,
.hero-boxed_type_xmas .link__inner:hover {
  color: #860518; }

@media screen and (max-width: 767.98px) {
  .hero-boxed {
    height: calc(100vh - 70px); }
  .hero-boxed__box {
    width: auto;
    margin-left: 35px;
    margin-right: 35px; } }

.hero-case {
  text-decoration: none;
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background: #f4f5f6; }
  .hero-case:hover {
    color: #646c7f; }
    .hero-case:hover .icon_arrow-out {
      fill: #242328; }
    .hero-case:hover .hero-case__img {
      transform: scale(1.1); }
    .hero-case:hover .hero-case__link:hover svg {
      fill: #0048ff; }

.hero-case__img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-position: 50% 50%;
  background-size: cover;
  transition: transform 15s linear; }

.hero-case__container {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%; }

.hero-case__half {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center; }

.hero-case__box {
  font-size: 0.8rem;
  line-height: 1.6;
  color: #646c7f;
  display: block;
  position: absolute;
  bottom: 50%;
  right: 25%;
  margin-right: -15rem;
  width: 30rem; }
  .hero-case__box .icon_arrow-out {
    width: .625em;
    height: .625em; }

.hero-case__label {
  font-size: 0.65rem;
  line-height: 1.6;
  color: #0048ff;
  margin-bottom: 5px; }

.hero-case__title {
  font-size: 2.4rem;
  line-height: 1.125; }

.hero-case__title,
.hero-case__link {
  color: #242328;
  font-weight: 700;
  transition: color 200ms ease; }
  .hero-case__title svg,
  .hero-case__link svg {
    margin-top: -2px;
    fill: #242328;
    transition: all 200ms ease; }
  .hero-case__title:hover,
  .hero-case__link:hover {
    color: #0048ff; }
    .hero-case__title:hover svg,
    .hero-case__link:hover svg {
      fill: #0048ff; }

@media screen and (max-width: 767.98px) {
  .hero-case {
    height: calc(100vh - 70px); }
  .hero-case__box {
    position: static;
    width: auto;
    margin-left: 35px;
    margin-right: 35px;
    padding: 3rem;
    background: rgba(255, 255, 255, 0.9);
    margin-top: 0; }
  .hero-case__title {
    font-size: 2.4rem;
    line-height: 1.125; } }

.hero-split {
  font-weight: 300;
  position: relative;
  display: flex;
  width: 100%;
  height: 100vh; }

.hero-split__img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background-position: 50% 50%;
  background-size: cover; }

.hero-split__container {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }

.hero-split__content {
  text-align: center; }

.hero-split__title {
  margin-bottom: 0; }

.hero-split__subtitle {
  margin: 1.5rem 0 0; }

.hero-split__label,
.hero-split__link {
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  margin: 0; }

.hero-split__label {
  font-size: 0.65rem;
  line-height: 1.6;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  top: 2.25rem; }
  .hero-split__label a {
    text-decoration: none; }

.hero-split__link {
  font-size: 0.8rem;
  line-height: 1.6;
  bottom: 2.25rem; }
  .hero-split__link a {
    text-decoration: none; }

.hero-split__title_logo {
  line-height: 0; }
  .hero-split__title_logo span {
    display: none; }

.hero-split__logo {
  display: inline-block;
  vertical-align: middle; }

.hero-split__logo_debonair {
  height: 2.25rem; }

.hero-split__logo_1010,
.hero-split__logo_galleria {
  height: 3rem; }

.hero-split__img,
.hero-split__container {
  transition: width 1.2s 1.8s cubic-bezier(0.52, 0.04, 0.12, 1);
  transform: translate3d(0, 0, 0); }

.hero-split__content {
  opacity: 1;
  transition: opacity 1s 0.5s linear; }

.hero-split__label,
.hero-split__link {
  opacity: 1;
  transition: opacity 300ms 3.2s linear; }

.hero-split_loading .hero-split__container {
  width: 100%; }

.hero-split_loading .hero-split__img {
  width: 25%; }

.hero-split_loading .hero-split__content,
.hero-split_loading .hero-split__label,
.hero-split_loading .hero-split__link {
  opacity: 0; }

.hero-split_bg_black,
.hero-split_bg_black .hero-split__container {
  background: #242328; }

.hero-split_bg_dark,
.hero-split_bg_dark .hero-split__container {
  background: #646c7f; }

.hero-split_bg_gold,
.hero-split_bg_gold .hero-split__container {
  background: #a08152; }

.hero-split_bg_white,
.hero-split_bg_white .hero-split__container {
  background: #fff; }

.hero-split_bg_lightest,
.hero-split_bg_lightest .hero-split__container {
  background: #f4f5f6; }

.hero-split_bg_black,
.hero-split_bg_dark,
.hero-split_bg_gold {
  color: #fff; }
  .hero-split_bg_black .hero-split__title,
  .hero-split_bg_dark .hero-split__title,
  .hero-split_bg_gold .hero-split__title {
    color: #fff; }
  .hero-split_bg_black a,
  .hero-split_bg_dark a,
  .hero-split_bg_gold a {
    color: #fff; }
    .hero-split_bg_black a:hover,
    .hero-split_bg_dark a:hover,
    .hero-split_bg_gold a:hover {
      color: #5786ff; }

.hero-split_color_gold .hero-split__container {
  color: #a08152; }

.hero-split_color_gold .hero-split__title {
  color: #a08152; }

.hero-split_color_gold a {
  color: #a08152; }
  .hero-split_color_gold a:hover {
    color: #bea680; }

.hero-split_color_white.hero-split_bg_gold a {
  color: #fff; }
  .hero-split_color_white.hero-split_bg_gold a:hover {
    color: #e1d5c4; }

@media screen and (max-width: 767.98px) {
  .hero-split {
    margin-top: -70px; }
  .hero-split__img,
  .hero-split__container {
    transition: height 1.2s 1.8s cubic-bezier(0.52, 0.04, 0.12, 1); }
  .hero-split__container {
    width: 100%;
    height: 55%;
    padding-top: 70px;
    padding-left: 40px;
    padding-right: 40px; }
  .hero-split__content {
    margin-bottom: 40px; }
  .hero-split__label,
  .hero-split__link {
    padding-left: 0; }
  .hero-split__label {
    margin-top: 70px; }
  .hero-split__img {
    width: 100%;
    top: auto;
    bottom: 0;
    height: 45%; }
  .hero-split_loading .hero-split__container {
    width: 100%;
    height: 100%; }
  .hero-split_loading .hero-split__img {
    width: 100%;
    height: 35%; }
  .hero-split__logo_debonair {
    height: 1.5rem; }
  .hero-split__logo_1010,
  .hero-split__logo_galleria {
    height: 2.25rem; } }

.statement {
  color: #242328;
  margin-top: 9rem;
  margin-bottom: 9rem;
  text-align: center; }
  .statement cite {
    margin-top: 3rem;
    margin-bottom: -1.5rem;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.5;
    color: #646c7f; }

.statement__container {
  font-size: 2.4rem;
  line-height: 1.125;
  font-family: "Merriweather", serif;
  font-weight: bold; }

.article .statement {
  margin-bottom: 6rem; }

.statement_align_left {
  text-align: left; }

.statement_align_right {
  text-align: right; }

@media screen and (max-width: 767.98px) {
  .statement {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem; }
  .statement__container {
    font-size: 1.8rem; }
  .article .statement {
    margin-bottom: 4.5rem; } }

.media-card {
  position: relative;
  margin: 6rem 0; }

.media-card_align_rtl > .row > .col-12 > .row {
  flex-direction: row; }

.media-card_align_ltr > .row > .col-12 > .row {
  flex-direction: row-reverse; }

.media-card__img picture,
.media-card__img img {
  width: 100%;
  vertical-align: top; }

.media-card__content {
  font-size: 0.9rem;
  line-height: 1.6667;
  padding: 4.5rem 7%; }
  .media-card__content .list_dashed {
    font-size: 0.8rem;
    line-height: 1.6; }

.services .media-card__content {
  padding-top: 6rem; }

@media screen and (max-width: 1199.98px) {
  .media-card {
    margin: 4.5rem 0; }
  .services .media-card__content {
    padding: 4.5rem 0 7%; } }

@media screen and (max-width: 767.98px) {
  .media-card {
    margin: 3rem 0; }
  .media-card__content,
  .services .media-card__content {
    padding: 3.75rem 7% 1.5rem; } }

.cc {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  transform: translate3d(0, 0, 0); }

.cc__helios,
.cc__mercury,
.cc__venus,
.cc__earth,
.cc__mars {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%; }

.cc__mercury:after,
.cc__venus:after,
.cc__earth:after,
.cc__mars:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  border-radius: 50%; }

.cc__helios {
  width: 10%;
  height: 10%;
  margin: -5% 0 0 -5%;
  background: #0048ff;
  animation: color-change 11s linear infinite; }

.cc__mercury {
  width: 30%;
  height: 30%;
  margin: -15% 0 0 -15%;
  border: 1px solid #ecedf0;
  transform: rotate(90deg);
  animation: marry-go-round-4 5s linear infinite; }
  .cc__mercury:after {
    width: 10%;
    height: 10%;
    margin: -5% 0 0 -5%;
    background: #646c7f; }
  .cc__mercury:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border-color: #646c7f transparent transparent #646c7f;
    border-width: 1px 1px 0 0;
    border-style: solid;
    transform: rotate(-45deg); }

.cc__venus {
  width: 50%;
  height: 50%;
  margin: -25% 0 0 -25%;
  border: 1px solid #ecedf0;
  transform: rotate(30deg);
  animation: marry-go-round-2 8s linear infinite; }
  .cc__venus:after {
    width: 10%;
    height: 10%;
    margin: -5% 0 0 -5%;
    background: #fff;
    border: 1px solid #999faf; }
  .cc__venus:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border-color: #bfc3cd transparent transparent #bfc3cd;
    border-width: 1px 1px 0 0;
    border-style: solid;
    transform: rotate(-45deg); }

.cc__earth {
  width: 66%;
  height: 66%;
  margin: -33% 0 0 -33%;
  border: 1px solid #ecedf0;
  transform: rotate(-60deg);
  animation: marry-go-round-3 12s linear infinite; }
  .cc__earth:after {
    width: 6%;
    height: 6%;
    margin: -3% 0 0 -3%;
    background: #0048ff; }

.cc__mars {
  width: 90%;
  height: 90%;
  margin: -45% 0 0 -45%;
  transform: translate3d(0, 0, 0);
  animation: marry-go-round 20s linear infinite; }
  .cc__mars:after {
    width: 8%;
    height: 8%;
    margin: -4% 0 0 -4%;
    background: #fff;
    border: 1px solid #0048ff; }
  .cc__mars:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border-color: #0048ff transparent transparent transparent;
    border-width: 1px 1px 0 0;
    border-style: solid;
    transform: rotate(-45deg); }

@keyframes marry-go-round {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

@keyframes marry-go-round-2 {
  from {
    transform: rotate(30deg); }
  to {
    transform: rotate(390deg); } }

@keyframes marry-go-round-3 {
  from {
    transform: rotate(-60deg); }
  to {
    transform: rotate(300deg); } }

@keyframes marry-go-round-4 {
  from {
    transform: rotate(90deg); }
  to {
    transform: rotate(450deg); } }

@keyframes color-change {
  from {
    background-color: #0048ff; }
  50% {
    background-color: #003edb; }
  to {
    background-color: #0048ff; } }

.article {
  color: #646c7f; }

.article__section {
  font-weight: 300;
  margin-top: 6rem;
  margin-bottom: 6rem; }
  .article__section h1,
  .article__section h2,
  .article__section h3,
  .article__section h4 {
    margin-top: 4.5rem; }
    .article__section h1:first-child,
    .article__section h2:first-child,
    .article__section h3:first-child,
    .article__section h4:first-child {
      margin-top: 0; }
  .article__section h3,
  .article__section h4 {
    margin-top: 3rem; }
  .article__section p:last-child {
    margin-bottom: 0; }

.article__picture {
  margin: 6rem 0 0; }
  .article__picture picture,
  .article__picture img {
    display: block;
    width: 100%; }
  .article__picture picture {
    overflow: hidden; }
  .article__picture .article__figure {
    background: #ecedf0; }
  .article__picture + .article__picture {
    margin-top: 70px; }
  .article__section .article__picture {
    margin: 4.5rem 0; }
    .article__section .article__picture .article__figure {
      display: inline-block; }
    .article__section .article__picture.article__picture_padded .article__figure {
      padding: 3rem; }

.article__picture_padded .article__figure {
  padding: 4.5rem; }

.article__picture_shadow picture {
  box-shadow: 0 5px 25px rgba(36, 35, 40, 0.15); }

.article__pic-grid {
  margin-top: 6rem;
  margin-bottom: 6rem; }
  .article__pic-grid .article__picture {
    margin: 0; }
  .article__pic-grid .article__picture + .article__picture {
    margin-top: 70px; }
  .article__pic-grid .article__picture_padded .article__figure {
    padding: 3rem; }
  .article__pic-grid + .article__pic-grid {
    margin-top: -6rem;
    padding-top: 70px; }
  .article__picture + .article__pic-grid {
    margin-top: 0;
    padding-top: 70px; }

@media screen and (max-width: 991.98px) {
  .article__picture_padded .article__figure {
    padding: 35px; }
  .article__pic-grid .row {
    margin-left: -15px;
    margin-right: -15px; }
  .article__pic-grid .col-sm-4,
  .article__pic-grid .col-sm-6 {
    padding-left: 15px;
    padding-right: 15px; }
  .article__pic-grid + .article__pic-grid,
  .article__picture + .article__pic-grid {
    padding-top: 30px; }
  .article__pic-grid .article__picture + .article__picture {
    margin-top: 30px; }
  .article__pic-grid .article__picture_padded .article__figure {
    padding: 35px; } }

@media screen and (max-width: 767.98px) {
  .article__section,
  .article__pic-grid {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem; }
  .article__picture {
    margin-top: 4.5rem; }
    .article__section .article__picture {
      margin: 3rem 0; }
      .article__section .article__picture.article__picture_padded .article__figure {
        padding: 1.5rem; }
  .article__picture_padded .article__figure {
    padding: 35px; }
  .article__pic-grid + .article__pic-grid {
    margin-top: -4.5rem; }
  .article__pic-grid .col-sm-4 + .col-sm-4,
  .article__pic-grid .col-sm-6 + .col-sm-6 {
    padding-top: 35px; }
  .article__pic-grid .article__picture_padded .article__figure {
    padding: 35px; }
  .article__picture_padded.layout__container .container {
    padding-left: 0;
    padding-right: 0; }
  .article__pic-grid.layout__container .article__picture_padded {
    margin-left: -35px;
    margin-right: -35px; } }

.share {
  text-align: center;
  margin-top: 6rem;
  margin-bottom: 6rem; }
  .share .share__title {
    color: #242328; }
  .share ul {
    margin: 0;
    padding: 0; }
  .share li {
    margin: 0 5px;
    padding: 0;
    display: inline-block;
    vertical-align: middle; }
  .share a {
    display: inline-block;
    vertical-align: middle;
    padding: 15px;
    width: 54px;
    height: 54px;
    line-height: 24px;
    border-radius: 50%;
    transition: background-color 200ms; }
    .share a .icon {
      fill: #242328;
      height: 24px;
      vertical-align: bottom;
      transition: fill 200ms; }
    .share a:hover {
      background: #f4f5f6; }
      .share a:hover .icon {
        fill: #0048ff; }
    .share a:active {
      transform: translateY(2px); }

.hero {
  position: relative;
  margin-bottom: 6rem; }

.hero__media {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #f4f5f6; }
  .hero__media picture {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    user-select: none; }
  .hero__media img {
    display: block;
    width: 100%; }

.hero__content {
  position: absolute;
  left: 9%;
  top: 50%;
  width: 40rem;
  padding-bottom: 3rem;
  transform: translate3d(0, -50%, 0); }
  .hero__content h1 {
    margin-bottom: 1.5rem; }
  .hero__content p {
    margin-right: 20%; }

@media screen and (max-width: 767.98px) {
  .hero__content {
    position: relative;
    left: 0;
    top: 0;
    width: auto;
    padding: 3.75rem 35px;
    transform: none; }
  .hero__media {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: auto; } }

.collaboration {
  margin-top: 7.5rem;
  margin-bottom: 7.5rem; }
  .collaboration h2 {
    text-align: center;
    margin-bottom: 4.5rem; }

.collaboration__project,
.collaboration__team {
  font-size: 0.8rem;
  line-height: 1.6;
  padding: 3rem; }
  .collaboration__project p,
  .collaboration__team p {
    margin-bottom: 2.25rem; }

.collaboration__project {
  color: #646c7f; }

.collaboration__team {
  color: #f4f5f6;
  background: #242328; }
  .collaboration__team h3 {
    color: #fff; }

@media screen and (max-width: 767.98px) {
  .collaboration {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem; }
  .collaboration__project,
  .collaboration__team {
    padding-left: 35px;
    padding-right: 35px; }
  .collaboration__project {
    padding-top: 0; } }

.industries {
  text-align: center;
  margin-top: 7.5rem;
  margin-bottom: 7.5rem; }
  .industries .list_dashed {
    font-size: 0.9rem;
    line-height: 1.6667; }

.industries__list {
  font-size: 0.9rem;
  line-height: 1.6667;
  color: #646c7f;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none; }
  .industries__list li {
    margin: 0 0 .5em;
    padding: 0; }

@media screen and (max-width: 767.98px) {
  .industries {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem; } }

.case-card {
  width: 100%;
  margin-bottom: 7.5rem; }

.case-card__pic {
  display: block; }

a.case-card__pic:hover .case-card__pic-inner:after, a.case-card__pic.active .case-card__pic-inner:after {
  opacity: 1; }

a.case-card__pic:hover .case-card__pic-inner picture, a.case-card__pic.active .case-card__pic-inner picture {
  transform: scale3d(1.05, 1.05, 1); }

a.case-card__pic:hover .case-card__pic-inner .case-card__pic-over, a.case-card__pic.active .case-card__pic-inner .case-card__pic-over {
  opacity: 1; }

a.case-card__pic:hover .case-card__pic-inner .icon_arrow-out, a.case-card__pic.active .case-card__pic-inner .icon_arrow-out {
  transform: translate3d(0, 0, 0); }

.case-card__pic-inner {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 66.6667%;
  background: #ecedf0; }
  .case-card__pic-inner:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(36, 35, 40, 0.1);
    opacity: 0;
    transition: opacity 420ms cubic-bezier(0.25, 0.145, 0.18, 1); }
  .case-card__pic-inner picture {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: transform 420ms cubic-bezier(0.25, 0.145, 0.18, 1); }
    .case-card__pic-inner picture img {
      width: 100%; }
  .case-card__pic-inner .icon_arrow-out {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 18px;
    height: 18px;
    fill: #fff;
    transform: translate3d(10px, -10px, 0);
    transition: all 420ms cubic-bezier(0.25, 0.145, 0.18, 1); }

.case-card__pic-over {
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 420ms cubic-bezier(0.25, 0.145, 0.18, 1); }

.case-card__content {
  margin-top: 3rem; }

.case-card__title {
  margin-bottom: .33em; }
  .case-card__title a {
    color: #242328;
    text-decoration: none; }
    .case-card__title a:hover, .case-card__title a.active {
      color: #0048ff; }

.case-card__link {
  font-size: 0.9rem;
  line-height: 1.6667;
  color: #999faf;
  text-decoration: none; }
  .case-card__link svg {
    fill: #999faf; }

.case-card__text {
  font-size: 0.9rem;
  line-height: 1.6667;
  color: #646c7f; }

.case-card__action {
  margin-top: 1.5rem; }

.case-card_layout_regular {
  margin-bottom: 6rem; }
  .case-card_layout_regular .case-card__pic-inner {
    padding-top: 66.6667%; }
  .case-card_layout_regular .case-card__text {
    display: none;
    margin-top: 1.5rem; }
  .case-card_layout_regular .case-card__content {
    margin-top: 2.25rem; }

.case-card_layout_wide {
  margin-bottom: 9rem; }
  .case-card_layout_wide .case-card__pic-inner {
    padding-top: 50%; }
  .case-card_layout_wide .case-card__content {
    display: flex;
    justify-content: space-between;
    margin-left: -35px;
    margin-right: -35px; }
  .case-card_layout_wide .case-card__head,
  .case-card_layout_wide .case-card__text {
    padding: 0 35px; }
  .case-card_layout_wide .case-card__text {
    width: 50%; }

.case-card_layout_columns {
  display: flex;
  align-items: center; }
  .case-card_layout_columns .case-card__pic,
  .case-card_layout_columns .case-card__content {
    padding: 0 35px; }
  .case-card_layout_columns .case-card__pic {
    width: 41.66667%;
    margin-left: 8.33333%; }
  .case-card_layout_columns .case-card__pic-inner {
    padding-top: 132.9%; }
  .case-card_layout_columns .case-card__content {
    width: 41.66667%;
    max-width: 30rem;
    margin-top: 0;
    padding-bottom: 1.5rem; }
  .case-card_layout_columns .case-card__text {
    margin-top: 2.25rem; }

.layout__bg_grey .case-card__title {
  color: #fff; }
  .layout__bg_grey .case-card__title a {
    color: #fff; }
    .layout__bg_grey .case-card__title a:hover, .layout__bg_grey .case-card__title a.active {
      color: #5786ff; }

.layout__bg_grey .case-card__link {
  color: #f4f5f6; }
  .layout__bg_grey .case-card__link:hover {
    color: #5786ff; }

.layout__bg_grey .case-card__action .link {
  color: #f4f5f6; }
  .layout__bg_grey .case-card__action .link .link__arrow:before {
    background-color: #f4f5f6; }
  .layout__bg_grey .case-card__action .link .link__arrow:after {
    border-color: #f4f5f6; }
  .layout__bg_grey .case-card__action .link:hover {
    color: #5786ff; }
    .layout__bg_grey .case-card__action .link:hover .link__arrow:before {
      background-color: #5786ff; }
    .layout__bg_grey .case-card__action .link:hover .link__arrow:after {
      border-color: #5786ff; }

.layout__bg_grey .case-card__text {
  color: #f4f5f6; }

@media screen and (max-width: 767.98px) {
  .case-card_layout_regular {
    margin-bottom: 3rem; }
  .case-card_layout_wide .case-card__content {
    flex-wrap: wrap; }
  .case-card_layout_wide .case-card__head,
  .case-card_layout_wide .case-card__text {
    width: 100%; }
  .case-card_layout_wide .case-card__text {
    margin-top: 2.25rem; }
  .case-card_layout_columns {
    width: 80%;
    display: block;
    margin: 0 auto; }
    .case-card_layout_columns .case-card__pic {
      width: 100%;
      margin: 0; }
    .case-card_layout_columns .case-card__content {
      padding-top: 3rem;
      width: 100%; } }

.next-footer {
  margin-top: 9rem;
  margin-bottom: -7.5rem; }

.next-footer__link {
  font-size: 0.9rem;
  line-height: 1.6667;
  text-align: center;
  display: block;
  border-top: 1px solid #ecedf0;
  transition: all 200ms ease;
  background: #fff; }

.next-footer__container {
  display: block;
  padding: 6rem 0;
  transition: all 200ms ease; }
  .next-footer__container .link__arrow {
    margin-top: 0.75rem;
    margin-left: 0; }

.next-footer__label {
  font-size: 0.65rem;
  line-height: 1.6;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  margin-bottom: 3rem; }

.next-footer__title {
  margin-bottom: 3rem; }

.next-footer__link:hover {
  transform: matrix(1, 0, 0, 1, 0, -60); }
  .next-footer__link:hover .next-footer__container {
    transform: matrix(1, 0, 0, 1, 0, 30); }

@media screen and (max-width: 767.98px) {
  .next-footer {
    margin-top: 6rem; } }

.work__spread {
  padding-top: 6rem;
  padding-bottom: 6rem;
  margin-bottom: 7.5rem; }
  .work__spread .case-card {
    margin-bottom: 0; }

