@font-face {
  font-family: "Archivo";
  src: url("../fonts/Archivo-Regular.eot");
  src: url("../fonts/Archivo-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Archivo-Regular.woff2") format("woff2"), url("../fonts/Archivo-Regular.woff") format("woff"), url("../fonts/Archivo-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Archivo";
  src: url("../fonts/Archivo-Bold.eot");
  src: url("../fonts/Archivo-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Archivo-Bold.woff2") format("woff2"), url("../fonts/Archivo-Bold.woff") format("woff"), url("../fonts/Archivo-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

body {
  scroll-behavior: smooth;
  display: flex;
  flex-direction: column;
  margin: 0;
  font-size: 1em;
  line-height: 1.25;
  font-family: "Archivo", arial, sans-serif;
  min-height: 100svh;
  background-color: #ffffff;
}
body::-webkit-scrollbar-track {
  background-color: #fff;
}
body::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 15px;
}
body::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
body.mobile .scroll-container {
  height: auto;
}
body.mobile .ss-content {
  width: 100%;
}
body.mobile .ss-wrapper {
  width: 100%;
}
body.mobile .ss-scroll {
  height: 0;
}
body.blocked {
  overflow: hidden;
  padding-right: 5px;
}
body.blocked .ss-content {
  overflow: hidden;
  width: unset;
}
body.blocked .ss-scroll {
  display: none;
}
body.menu-open .header__wrapper > a {
  pointer-events: none;
}
body.menu-open main {
  pointer-events: none;
}

.scroll-container {
  height: 100vh;
}

main {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0.67em 0;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.17em;
}

h4 {
  font-size: 1em;
}

h5 {
  font-size: 0.83em;
}

h6 {
  font-size: 0.67em;
}

p {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.mbox {
  max-width: 1440px;
  margin-inline: auto;
  padding: 0 15px;
}

.cursor {
  width: 13px;
  height: 13px;
  background-color: #ffffff;
  position: fixed;
  mix-blend-mode: exclusion;
  will-change: transform;
  pointer-events: none;
  z-index: 10;
}

.cta {
  border: 1px solid #000000;
  text-transform: uppercase;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 6px 20px;
  cursor: pointer;
  transition: all 120ms;
  text-decoration: none;
  color: #000000;
  display: inline-block;
}
.cta:hover {
  background-color: #D9D9D9;
}
.cta--transparent {
  background-color: transparent;
}
.cta--black {
  border-color: #ffffff;
  color: #ffffff;
  background-color: #000000;
}
.cta--black:hover {
  color: #000000;
}
.cta--black.cta--transparent {
  background-color: transparent;
}
.cta--black.cta--transparent:hover {
  background-color: #ffffff;
}

.icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon svg {
  width: 100%;
  height: 100%;
}

.link {
  color: #6F6F6F;
  text-decoration: none;
  font-size: 18px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  transition: all 120ms;
}
.link .icon {
  margin-left: 6px;
  width: 12px;
  height: 12px;
}
.link:hover {
  color: #ffffff;
}

.menu-button {
  display: flex;
  align-items: center;
}
.menu-button span {
  margin-left: 8px;
  position: relative;
  width: 16px;
  height: 16px;
}
.menu-button span:after {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 15px;
  top: 1px;
  left: 50%;
  background-color: black;
  transition: all 120ms;
}
.menu-button span:before {
  position: absolute;
  display: block;
  content: "";
  height: 1px;
  width: 15px;
  top: 50%;
  left: 1px;
  background-color: black;
}

.header__main {
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  border-bottom: 1px solid #000000;
}
.header__outer {
  position: relative;
}
.header__wrapper {
  display: flex;
  justify-content: space-between;
  padding: 32px 0;
}

.menu-box {
  position: relative;
}
.menu-box__back {
  width: 100vw;
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1;
  transition: all 200ms;
  pointer-events: none;
}
.menu-box .cta {
  position: relative;
  z-index: 3;
}
.menu-box__links {
  display: flex;
  flex-direction: column;
  padding: 10px 0 10px 10px;
}
.menu-box__links a:not(:first-child) {
  margin-top: 12px;
}
.menu-box__main {
  padding: 0 0 20px 10px;
  border-bottom: 1px solid #6F6F6F;
}
.menu-box__outer {
  position: absolute;
  right: -15px;
  top: -15px;
  background-color: #000000;
  border-radius: 18px;
  width: 0;
  height: 0;
  overflow: hidden;
  transition: all 300ms;
  z-index: 2;
}
.menu-box.active .menu-box__back {
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.1);
}
.menu-box.active .menu-box__outer {
  width: 378px;
  height: auto;
  padding: 72px 32px 27px 32px;
}
.menu-box.active .menu-button {
  background-color: #D9D9D9;
}
.menu-box.active .menu-button span:after {
  transform: rotateZ(-90deg);
}

.main-menu {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.main-menu li:not(:first-child) {
  margin-top: 5px;
}
.main-menu a {
  font-size: 43px;
  text-decoration: none;
  color: #6F6F6F;
  transition: all 120ms;
  white-space: nowrap;
}
.main-menu a:hover {
  color: #ffffff;
}

.brief.active {
  opacity: 1;
  pointer-events: all;
}
.brief__background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.brief__close {
  width: 32px;
  height: 32px;
  background-color: #ffffff;
  border-radius: 20px;
  position: absolute;
  right: -36px;
  top: -36px;
  cursor: pointer;
  border: none;
  padding: 0;
  transform: rotateZ(45deg);
}
.brief__close:after, .brief__close:before {
  content: "";
  display: block;
  background-color: #000000;
  position: absolute;
}
.brief__close:after {
  height: 2px;
  width: 20px;
  top: 15px;
  left: 6px;
}
.brief__close:before {
  width: 2px;
  height: 20px;
  top: 6px;
  left: 15px;
}
.brief__inside {
  height: 100%;
  overflow: auto;
}
.brief__title {
  font-size: 98px;
  font-weight: bold;
  text-transform: uppercase;
}
.brief__outer {
  padding: 30px 0;
}

.brief-form {
  gap: 20px;
  display: flex;
  flex-direction: column;
}
.brief-form__row {
  display: flex;
  gap: 45px;
}
.brief-form__label {
  font-size: 17px;
  text-transform: uppercase;
}
.brief-form__item {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  width: 45%;
}
.brief-form__item input[type=email],
.brief-form__item input[type=tel],
.brief-form__item input[type=text],
.brief-form__item textarea,
.brief-form__item select {
  border: 1px solid #000000;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  min-height: 60px;
  margin-top: 15px;
  color: #000000;
}
.brief-form__item textarea {
  max-height: 217px;
  height: 217px;
  resize: none;
}
.brief-form__explain {
  font-size: 17px;
}
.brief-form__checkbox {
  display: flex;
  align-items: flex-start;
  font-size: 17px;
  text-transform: none;
}
.brief-form__checkbox input {
  margin-top: 2px;
  margin-right: 10px;
}

.options {
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
}
.options .cta {
  font-size: 18px;
  height: 60px;
  border-radius: 30px;
}

.hero__pic {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 26%;
  top: -6%;
  transition: all 200ms;
  width: 262px;
  height: 192px;
}
.hero__pic--2 {
  top: 10%;
  left: 36%;
  width: 306px;
  height: 178px;
}
.hero__pic--3 {
  top: 32%;
  left: 18%;
  width: 300px;
  height: 178px;
}
.hero__pic--4 {
  top: 45%;
  left: 42%;
  width: 306px;
  height: 162px;
}
.hero__best {
  margin-top: 102px;
}
.hero__wrapper {
  padding-top: 50px;
  padding-bottom: 145px;
}
.hero__title {
  margin: 0;
  font-weight: bold;
  font-size: 245px;
  text-align: center;
}
.hero__info {
  margin-top: 90px;
  display: flex;
  align-items: flex-start;
  position: relative;
  flex-direction: column;
}
.hero__info:before {
  content: "";
  display: none;
  position: absolute;
  top: calc(100% + 30px);
  left: 0;
  width: 51px;
  height: 39px;
  background-image: url("../images/dots.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotateZ(90deg);
}
.hero__info:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 51px;
  height: 39px;
  background-image: url("../images/dots.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.hero__sub {
  font-size: 26px;
  width: 44%;
  margin-right: 30px;
  line-height: 1.2;
  max-width: 615px;
  position: relative;
  font-weight: bold;
}

.we-coll__dec {
  font-size: 80px;
  font-weight: bold;
}
.we-coll__sub {
  font-size: 18px;
  text-transform: uppercase;
}

.best-agency {
  display: flex;
  flex-direction: column;
  max-width: 390px;
}
.best-agency__pics {
  display: flex;
  justify-content: flex-start;
  gap: 75px;
}
.best-agency__img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.best-agency__img img {
  height: 51px;
  width: auto;
}
.best-agency__title {
  margin-bottom: 25px;
  font-size: 20px;
}

.brand {
  border-top: 1px solid #000000;
}
.brand__video {
  height: 100%;
  display: flex;
  max-height: 686px;
}
.brand__video-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.brand__video-inner video {
  width: 100%;
}
.brand__info {
  font-size: 20px;
  text-transform: uppercase;
}
.brand__name {
  font-size: 40px;
  font-weight: bold;
}
.brand__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand__title {
  padding: 24px 0;
  border-bottom: 1px solid #000000;
}
.brand__image--light {
  background-color: #d9e3fa;
}
.brand__image--dark {
  background-color: #151d20;
}
.brand__logo img {
  width: 100%;
}

.discuss {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.discuss__title {
  font-size: 19px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 35px;
  margin-bottom: 20px;
}
.discuss__cols {
  display: flex;
  gap: 100px;
  align-items: stretch;
}
.discuss__col {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.discuss__col .cta {
  margin-left: auto;
  margin-top: 55px;
}
.discuss__text {
  max-width: 460px;
  color: #AEA9A9;
  font-size: 20px;
}

.agency__info {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem;
}
.agency__sub {
  font-size: 25px;
  margin-top: 25px;
}
.agency__wrapper {
  padding: 92px 0;
}
.agency__title {
  max-width: 1070px;
  margin: 0 0 0 auto;
  font-size: 53px;
}
.agency__cols {
  margin-top: 92px;
  display: flex;
  flex-direction: row;
  padding-left: 65px;
}
.agency__cols--reverse {
  flex-direction: row-reverse;
}
.agency__left p {
  font-size: 25px;
}
.agency__right p {
  font-size: 25px;
  color: #626262;
}
.agency__services {
  max-width: 735px;
  margin-top: 92px;
}
.agency__services-title {
  font-size: 80px;
  text-transform: uppercase;
}
.agency__services-sub {
  margin-top: 32px;
  font-size: 32px;
}

.accordions {
  counter-reset: my-counter;
}
.accordions .block-top__inner {
  max-width: 880px;
}
.accordions .accordion {
  counter-increment: my-counter;
}
.accordions .accordion--light .accordion__title:after {
  color: #8C8C8C;
}
.accordions .accordion__title:after {
  position: absolute;
  top: 15px;
  right: 0;
  content: "(0" counter(my-counter) ")";
  font-weight: 400;
  color: #ffffff;
  font-size: 20px;
}

.accordion {
  background-color: #010110;
}
.accordion.activated .accordion__info {
  height: auto !important;
}
.accordion--dark {
  background-color: #464444;
}
.accordion--dark .cta {
  color: #D1D1D1;
  border-color: #D1D1D1;
}
.accordion--dark .cta:hover {
  color: #000000;
}
.accordion--dark .accordion__title {
  color: #D1D1D1;
}
.accordion--dark .discuss__text {
  color: #D1D1D1;
}
.accordion--darker {
  background-color: #18181A;
}
.accordion--darker .cta {
  color: #D1D1D1;
  border-color: #D1D1D1;
}
.accordion--darker .cta:hover {
  color: #000000;
}
.accordion--darker .discuss__text {
  color: #D1D1D1;
}
.accordion--light-grey {
  background-color: #F1F1F1;
}
.accordion--light-grey .accordion__title {
  color: #777779;
}
.accordion--light-grey .cta {
  color: #777779;
  border-color: #777779;
}
.accordion--light-grey .cta:hover {
  color: #000000;
}
.accordion--light-grey .discuss__text {
  color: #777779;
}
.accordion--grey {
  background-color: #696464;
}
.accordion--grey .cta {
  color: #D1D1D1;
  border-color: #D1D1D1;
}
.accordion--grey .cta:hover {
  color: #000000;
}
.accordion--grey .discuss__text {
  color: #D1D1D1;
}
.accordion--light {
  background-color: #F1F1F1;
}
.accordion--light .cta {
  color: #777779;
  border-color: #777779;
}
.accordion--light .cta:hover {
  color: #000000;
}
.accordion--light .accordion__title {
  color: #777779;
}
.accordion--light .discuss__text {
  color: #777779;
}
.accordion__info {
  height: 0;
  overflow: hidden;
  transition: all 150ms;
}
.accordion__inner {
  max-width: 976px;
  padding-bottom: 40px;
  padding-top: 30px;
  margin: 0 auto;
}
.accordion__title {
  font-size: 75px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  padding: 19px 0;
  min-height: 225px;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
.accordion__header {
  cursor: pointer;
}

.cases__top {
  border-bottom: 1px solid #000000;
  padding-bottom: 90px;
}
.cases__title {
  font-size: 80px;
  font-weight: bold;
  text-transform: uppercase;
}
.cases__sub {
  font-size: 32px;
  margin-top: 32px;
}

.case-item {
  background-color: #ffffff;
  min-height: 150px;
  padding: 32px 0;
  overflow: hidden;
  width: 100%;
  top: 0;
}
.case-item:not(:first-child) {
  border-top: 1px solid #000000;
}
.case-item:last-child {
  border-bottom: 1px solid #000000;
}
.case-item__wrap {
  overflow: hidden;
}
.case-item__inner {
  height: 100%;
  width: 100%;
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  top: 0;
  padding: 0 0 0 65px;
  z-index: 12;
}
.case-item__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 210px;
}
.case-item__text {
  margin-bottom: auto;
}
.case-item__title {
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
}
.case-item__sub {
  font-size: 20px;
  color: #000000;
  margin-top: 15px;
  text-transform: uppercase;
}
.case-item__image {
  height: 100%;
  overflow: hidden;
  max-width: 910px;
  display: flex;
}

.block-top {
  padding-top: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid #000000;
}
.block-top__inner {
  max-width: 765px;
  margin-right: auto;
  padding-left: 65px;
}
.block-top__title {
  font-size: 80px;
  font-weight: bold;
  text-transform: uppercase;
}
.block-top__subtitle {
  line-height: 1.2;
  margin-top: 32px;
  font-size: 32px;
}

.roadmap {
  background-color: #000000;
  color: #ffffff;
}
.roadmap__dot {
  display: block;
  width: 260px;
  height: 3px;
  background-color: #D9D9D9;
  top: -2px;
  left: 0;
  position: absolute;
  transition: all 200ms;
}
.roadmap__outer {
  padding-top: 80px;
  padding-bottom: 150px;
  padding-left: 65px;
  border-top: 1px solid #5B5B5E;
  position: relative;
}
.roadmap__inner .slick-list {
  margin-right: -15px;
}

.roadmap-item {
  width: 450px;
  min-width: 450px;
  margin-right: 160px;
}
.roadmap-item__number {
  font-size: 20px;
}
.roadmap-item__title {
  font-size: 40px;
  text-transform: uppercase;
  margin-top: 15px;
}
.roadmap-item__sub {
  color: #6F6F6F;
  margin-top: 20px;
  font-size: 20px;
}

.archive__block {
  display: grid;
  grid-template-columns: 65px 1fr;
  gap: 45px;
  margin-bottom: 55px;
}
.archive__links {
  display: flex;
  flex-direction: column;
  margin-right: 100px;
}
.archive__images {
  width: calc(50% + 15px);
  position: relative;
  height: 555px;
  margin: auto -15px auto 0;
}
.archive__wrap {
  padding: 90px 0 100px 45px;
  color: #ffffff;
  display: flex;
}
.archive__year {
  font-size: 20px;
  color: #D9D9D9;
  font-weight: normal;
}
.archive__items {
  padding-top: 60px;
  width: 50%;
}
.archive__content {
  background-color: #000000;
}

.archive-switcher {
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  transition: all 120ms;
  text-transform: uppercase;
  margin-bottom: 12px;
  line-height: 1;
}
.archive-switcher:hover {
  color: #6F6F6F;
}
.archive-switcher.active {
  color: #6F6F6F;
  pointer-events: none;
}

.archive-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 200ms;
}
.archive-image.active {
  opacity: 1;
  z-index: 1;
}
.archive-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog {
  padding-bottom: 60px;
  position: relative;
}
.blog .block-top {
  border-bottom: none;
}
.blog__items {
  margin-top: 20px;
  padding: 0 70px 100px 70px;
}
.blog__inside {
  position: relative;
  border-bottom: 1px solid #060606;
}
.blog__inside .blog-slider__dot {
  transition: all 120ms;
  height: 3px;
  background-color: #000000;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.blog-item {
  margin-right: 30px;
  position: relative;
  text-decoration: none;
}
.blog-item__image {
  margin-top: 16px;
}
.blog-item__number {
  text-align: left;
  padding-right: 10px;
  color: #000000;
  font-size: 20px;
}
.blog-item__title {
  margin-top: 32px;
  font-size: 27px;
  text-transform: uppercase;
  max-width: 340px;
  line-height: 1.2;
  position: absolute;
  top: 34px;
  left: 15px;
  color: #fff;
}
.blog-item__link {
  margin-top: 32px;
}

.client {
  max-width: 247px;
  width: 100%;
  max-height: 177px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.clients {
  overflow: hidden;
}
.clients .block-top {
  border-bottom: none;
}
.clients .block-top__subtitle {
  max-width: 465px;
}
.clients__content {
  padding-bottom: 60px;
}
.clients__items {
  margin-right: -15px;
  max-width: 1140px;
  margin-left: auto;
}
.clients__outline:not(:last-child) .clients__line {
  border-bottom: 1px solid #000000;
}
.clients__outline:not(:last-child) .clients__line:after {
  content: "";
  display: block;
  height: 1px;
  background-color: #000000;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100vw;
}
.clients__line {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  padding-left: 50px;
  transform: translateX(130%);
  transition: all 750ms ease-out;
  opacity: 0;
}

.footer {
  background-color: #000000;
  padding-top: 84px;
  transition: all 350ms;
}
.footer__top {
  padding-bottom: 40px;
}
.footer__copyright-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 70px);
  margin-inline: auto;
  margin-top: 35px;
}
.footer__text {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0;
  overflow: hidden;
  position: fixed;
  z-index: -1;
  bottom: 0;
  width: 100%;
  left: 0;
}
.footer__text .mbox {
  width: 100%;
  max-width: unset;
  padding: 0;
}
.footer__text svg {
  width: 100%;
}

.copy-date {
  color: #ffffff;
  font-size: 17px;
}

.footer-menu {
  border-top: 1px solid #ffffff;
  padding: 55px 45px 50px 45px;
  display: flex;
  justify-content: space-between;
}
.footer-menu__address {
  width: 100%;
  order: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 35px;
}
.footer-menu__address p {
  line-height: 1.7;
  color: #ffffff;
  font-size: 18px;
}
.footer-menu__address a {
  font-size: 18px;
  text-decoration: none;
  color: #ffffff;
}
.footer-menu__socials {
  order: 1;
}
.footer-menu__socials a {
  font-size: 30px;
  color: #ffffff;
  text-decoration: none;
}
.footer-menu__brief {
  min-width: 222px;
}
.footer-menu__ornament {
  order: 3;
  font-size: 40px;
  color: #ffffff;
  text-decoration: none;
  padding-bottom: 15px;
  border-bottom: 1px solid #5B5B5E;
  text-transform: uppercase;
  margin: 40px auto;
}
.footer-menu__services {
  order: 1;
  margin: 0;
  padding: 0;
}
.footer-menu__services li {
  margin-bottom: 5px;
}
.footer-menu__services a {
  font-size: 30px;
  color: #5B5B5E;
  text-decoration: none;
  line-height: 1;
}
.footer-menu__services a:hover {
  color: #ffffff;
}
.footer-menu__mid {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  justify-content: space-between;
  max-width: 620px;
  padding: 0 15px;
}
.footer-menu__inner {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.footer-logo {
  font-size: 30px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
}

.phone {
  font-size: 20px;
  color: #C5C2C2;
  text-decoration: none;
  transition: all 120ms;
}
.phone:hover {
  color: #ffffff;
}

.footer-link {
  font-size: 20px;
  color: #C5C2C2;
  text-decoration: none;
  transition: all 120ms;
  margin-bottom: 14px;
}
.footer-link:hover {
  color: #ffffff;
}

.back-link {
  font-size: 17px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.back-link .icon {
  width: 28px;
  height: 28px;
  margin-bottom: 2px;
}

.brief-page .header__wrapper .menu-box {
  margin-left: auto;
}

.specialists {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.footer-ornament {
  padding: 5% 0 0;
  background-color: #ffffff;
}

.specialist {
  display: flex;
  padding: 30px;
  border: 1px solid #181818;
}
.specialist:not(:first-child) {
  margin-left: -1px;
}
.specialist__img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.specialist__title {
  font-size: 24px;
  text-transform: uppercase;
  padding-right: 20px;
}
.specialist__number {
  font-size: 25px;
}
.specialist__right {
  padding-left: 28px;
}
.specialist__left {
  padding-top: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.specialist__items {
  margin-top: 13px;
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 20px;
  padding-right: 40px;
}
.specialist__items p {
  min-height: 58px;
  display: flex;
  align-items: center;
  text-align: left;
  font-size: 15px;
}
.specialist__items p:not(:last-child) {
  border-bottom: 1px dashed #D2D2D2;
}

.ss-wrapper {
  overflow: hidden;
  width: calc(100% - 5px);
  height: 100%;
  position: relative;
  z-index: 1;
  float: left;
}

.ss-content {
  height: 100%;
  width: calc(100% + 15px);
  padding: 0 0 0 0;
  position: relative;
  overflow: auto;
  box-sizing: border-box;
}

.ss-content.rtl {
  width: calc(100% + 15px);
  right: auto;
}

.ss-scroll {
  position: relative;
  background: rgb(0, 0, 0);
  width: 5px;
  border-radius: 5px;
  top: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.25s linear;
}

.ss-hidden {
  display: none;
}

.ss-container:hover .ss-scroll,
.ss-container:active .ss-scroll {
  opacity: 1;
}

.ss-grabbed {
  -o-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

@media (min-width: 993px) {
  .hero__image {
    width: 55%;
    height: 340px;
    max-height: 100%;
    flex-grow: 1;
    position: absolute;
    padding-right: 60px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .hero__image:hover .hero__pic {
    top: -16%;
    left: 18%;
  }
  .hero__image:hover .hero__pic--2 {
    top: 0;
    left: 47%;
  }
  .hero__image:hover .hero__pic--3 {
    top: 58%;
    left: 0;
  }
  .hero__image:hover .hero__pic--4 {
    top: 67%;
    left: 50%;
  }
  .case-item {
    position: sticky;
  }
}
@media (max-width: 992px) {
  .cta {
    font-size: 13px;
  }
  .cursor {
    display: none;
  }
  .header__wrapper {
    padding: 20px 0;
  }
  .main-menu a {
    font-size: 35px;
  }
  .menu-box.active .menu-box__outer {
    width: 328px;
    max-width: 100vw;
  }
  .brief__close {
    width: 28px;
    height: 28px;
    right: -32px;
    top: -32px;
  }
  .brief__close:before {
    top: 4px;
    left: 13px;
  }
  .brief__close:after {
    top: 13px;
    left: 4px;
  }
  .brief__title {
    font-size: 42px;
    margin-bottom: 20px;
  }
  .brief-form__explain {
    margin-bottom: 15px;
  }
  .brief-form__checkbox {
    margin-bottom: 15px;
  }
  .brief-form__label {
    font-size: 16px;
  }
  .brief-form__row {
    flex-wrap: wrap;
    width: 100%;
    gap: 25px;
  }
  .brief-form__item {
    width: 100%;
  }
  .brief-form__item input[type=text],
  .brief-form__item textarea,
  .brief-form__item select {
    min-height: 56px;
  }
  .brief-form__item textarea {
    max-height: 202px;
    height: 202px;
  }
  .options {
    padding-top: 0;
  }
  .options .cta {
    font-size: 17px;
  }
  .block-top {
    padding-top: 30px;
  }
  .block-top__inner {
    padding-left: 0;
  }
  .block-top {
    padding-bottom: 45px;
    border-bottom: 0;
  }
  .block-top__title {
    font-size: 40px;
  }
  .block-top__subtitle {
    margin-top: 16px;
    font-size: 16px;
  }
  .case-item {
    width: 100%;
    max-width: unset;
  }
  .case-item__inner {
    flex-direction: column-reverse;
    padding-left: 0;
  }
  .case-item__text {
    margin-bottom: 30px;
  }
  .case-item__title {
    font-size: 25px;
    margin-top: 20px;
  }
  .case-item__sub {
    font-size: 15px;
    margin-top: 15px;
  }
  .case-item__image img {
    width: 100%;
  }
  .cases {
    margin-top: 0;
  }
  .cases .block-top {
    padding-bottom: 5px;
  }
  .cases__content-inner {
    padding-top: 0;
    row-gap: 40px;
    height: auto;
    position: static;
  }
  .cases__content-inner .case-item__picture:after {
    right: 0;
    font-size: 16px;
    top: calc(100% + 34px);
  }
  .best-agency {
    max-width: unset;
  }
  .best-agency__img:last-child {
    margin-top: 4px;
  }
  .best-agency__pics {
    justify-content: space-between;
  }
  .best-agency__title {
    font-size: 14px;
    padding-left: 8px;
  }
  .hero__pic {
    width: 198px;
    height: 145px;
    top: 0;
    left: 8%;
  }
  .hero__pic img {
    width: 100%;
    height: auto;
  }
  .hero__pic--2 {
    width: 231px;
    height: 134px;
    left: 29%;
    top: 12%;
  }
  .hero__pic--3 {
    width: 227px;
    height: 134px;
    bottom: 0;
    left: 0;
    top: auto;
  }
  .hero__pic--4 {
    width: 231px;
    height: 122px;
    left: auto;
    right: 0;
    top: auto;
    bottom: 1%;
  }
  .hero__wrapper {
    padding-bottom: 45px;
  }
  .hero__best {
    margin-top: 30px;
  }
  .hero__image {
    padding: 0;
    width: 100%;
    margin-top: 30px;
    position: relative;
    transform: none;
    max-height: unset;
    height: 260px;
  }
  .hero__sub {
    margin: 0;
    width: 100%;
    max-width: unset;
    font-size: 16px;
  }
  .hero__sub:after {
    display: none;
  }
  .hero__info {
    flex-direction: column;
    margin-top: 60px;
  }
  .hero__info:after {
    top: -45px;
    width: 34px;
  }
  .brand__name {
    font-size: 18px;
  }
  .brand__info {
    display: none;
  }
  .specialists {
    grid-template-columns: 1fr;
  }
  .roadmap__outer {
    padding-left: 0;
    padding-top: 55px;
    padding-bottom: 80px;
  }
  .roadmap-item__title {
    font-size: 26px;
  }
  .roadmap-item__sub {
    font-size: 14px;
  }
  .roadmap-item__number {
    font-size: 12px;
  }
  .specialist {
    margin: 0;
    border-left: 0;
    border-right: 0;
  }
  .specialist__title {
    padding-right: 0;
  }
  .specialist:not(:first-child) {
    border-top: 0;
  }
  .specialist__number {
    font-size: 20px;
  }
  .specialist__items p {
    font-size: 12px;
    min-height: 45px;
  }
  .specialist__title {
    font-size: 19px;
  }
  .specialist__img {
    width: 100%;
  }
  .specialist__img img {
    width: 100%;
  }
  .specialist__left {
    width: 50px;
  }
  .specialist__right {
    flex-grow: 1;
  }
  .we-coll__dec {
    font-size: 45px;
  }
  .we-coll__sub {
    font-size: 13px;
  }
  .agency {
    margin-bottom: 60px;
  }
  .agency__sub {
    margin-top: 0;
    font-size: 16px;
  }
  .agency__info {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 195px;
  }
  .agency__left p {
    font-size: 16px;
  }
  .agency__right p {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .agency__wrapper {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .agency__cols {
    margin-top: 50px;
    padding-left: 0;
  }
  .agency__title {
    font-size: 25px;
    line-height: 1.25;
  }
  .accordions .accordion__title {
    min-height: 115px;
    justify-content: flex-start;
    text-align: left;
  }
  .accordions .accordion__title:after {
    font-size: 16px;
    top: 6px;
  }
  .accordion__title {
    font-size: 25px;
  }
  .accordion__title br {
    display: none;
  }
  .accordion__inner {
    padding-bottom: 20px;
    padding-top: 20px;
    margin: 0;
  }
  .accordion__inner p {
    font-size: 15px;
  }
  .discuss {
    flex-direction: column;
    align-items: flex-start;
  }
  .discuss__title {
    margin-top: 10px;
  }
  .discuss__cols {
    width: 100%;
    gap: 0;
    flex-direction: column;
  }
  .discuss__text {
    margin-bottom: 20px;
  }
  .archive__year {
    padding-left: 0;
    font-size: 13px;
  }
  .archive__links {
    padding: 0;
    width: 100%;
    margin-right: 0;
    border-bottom: none;
  }
  .archive__items {
    padding-top: 0;
    width: 100%;
  }
  .archive__images {
    width: 100%;
    margin-top: 20px;
    min-height: 243px;
    height: 273px;
    margin-right: 0;
  }
  .archive__block {
    margin-bottom: 20px;
    gap: 35px;
    grid-template-columns: 40px 1fr;
  }
  .archive__wrap {
    padding: 40px 0 22px;
    flex-direction: column;
  }
  .archive-switcher {
    font-size: 19px;
  }
  .blog {
    padding-bottom: 0;
  }
  .blog:after {
    transform: translateX(0);
    right: 0;
  }
  .blog__inside .slick-list {
    margin-right: -15px;
    padding-right: 30px;
  }
  .blog__items {
    margin-top: 0;
    padding: 0;
    padding-bottom: 40px;
  }
  .blog-item {
    max-width: 220px;
  }
  .blog-item__number {
    font-size: 10px;
  }
  .blog-item__link {
    margin-top: 15px;
  }
  .blog-item__title {
    font-size: 13px;
    margin-top: 18px;
  }
  .blog-item__image img {
    width: 100%;
  }
  .footer-menu {
    flex-direction: column;
    padding: 0 0 30px 0;
    border-top: none;
  }
  .footer-menu__brief {
    min-width: auto;
  }
  .footer-menu__ornament {
    font-size: 26px;
  }
  .footer-menu__inner {
    flex-wrap: wrap;
  }
  .footer-menu__mid {
    order: 2;
    padding: 0;
    margin-top: 50px;
  }
  .footer-menu__socials {
    order: 3;
  }
  .footer-menu__socials a {
    font-size: 16px;
  }
  .footer-menu__address {
    flex-direction: column;
    margin: 65px 0;
  }
  .footer-menu__address p {
    font-size: 15px;
  }
  .footer-menu__address a {
    margin-top: 20px;
    font-size: 15px;
  }
  .footer-menu__links {
    width: 55%;
  }
  .footer-menu__outer {
    width: 45%;
    padding: 0;
    display: flex;
    justify-content: flex-end;
  }
  .footer-menu__outer .link {
    font-size: 15px;
    padding-right: 0;
  }
  .footer-menu__right {
    margin-top: 80px;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0;
  }
  .clients {
    margin-top: 20px;
  }
  .clients__items {
    margin-right: 0;
  }
  .clients__outline:not(:last-child) .clients__line:after {
    display: none;
  }
  .clients__content {
    display: flex;
    padding-bottom: 0;
    margin-bottom: 60px;
  }
  .clients__line {
    padding: 1px 0;
    border-bottom: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .clients__line:not(:last-child) {
    border-bottom: none;
  }
  .clients__line:not(:last-child):after {
    display: none;
  }
  .client {
    margin: 0 10px;
    max-width: 150px;
    width: auto;
  }
  .client img {
    width: 100%;
  }
  .footer-link {
    white-space: nowrap;
  }
  .footer {
    padding-top: 40px;
  }
  .footer__copyright-inner {
    margin: 15px 0 0 0;
    width: 100%;
  }
  .footer-logo {
    font-size: 25px;
  }
  .copy-date {
    font-size: 12px;
  }
  .back-link {
    font-size: 0;
  }
  .ss-wrapper {
    width: 100%;
  }
  .ss-scroll {
    display: none;
  }
}
@media (max-width: 480px) {
  .roadmap__inner .slick-list {
    padding-right: 40px;
  }
  .roadmap-item {
    min-width: unset;
    margin-right: 75px;
  }
}

/*# sourceMappingURL=main.css.map */
