html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

body {
  line-height: 1;
  color: black;
  background: white;
}

ol, ul {
  list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

button {
  display: block;
  cursor: pointer;
  transition: 0.3s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  padding: 0;
}
button:hover {
  transition: 0.3s;
}

a {
  display: inline-block;
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  transition: 0.3s;
}

button:focus, a:focus, img:focus, li:focus, input:focus {
  outline: none;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input::-webkit-input-placeholder {
  opacity: 1;
}

input::-moz-placeholder {
  opacity: 1;
}

input:-moz-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder {
  opacity: 1;
}

textarea::-webkit-input-placeholder {
  opacity: 1;
}

textarea::-moz-placeholder {
  opacity: 1;
}

textarea:-moz-placeholder {
  opacity: 1;
}

textarea:-ms-input-placeholder {
  opacity: 1;
}

input,
select,
option,
input[type=color],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select:focus,
textarea {
  font-size: 16px;
  box-shadow: none;
}

@font-face {
  font-family: "IBM Plex Mono";
  src: url("../fonts/IBMPlexMono-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url("../fonts/IBMPlexMono-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url("../fonts/IBMPlexMono-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url("../fonts/IBMPlexMono-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bebas Neue";
  src: url("../fonts/BebasNeue-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-ExtraBold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url("../fonts/IBMPlexMono-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
:root {
  --font-family: "IBM Plex Mono", sans-serif;
  --second-family: "Montserrat", sans-serif;
  --third-family: "Bebas Neue", sans-serif;
}

body {
  position: relative;
  font-family: var(--font-family);
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  color: #000;
}
body * {
  box-sizing: border-box;
}
body *::before {
  box-sizing: border-box;
}
body *::after {
  box-sizing: border-box;
}
body.no-scroll {
  overflow-y: hidden;
}
body button {
  font-family: var(--second-family);
}
body input {
  font-family: var(--second-family);
}
body input::-moz-placeholder {
  font-family: var(--second-family);
}
body input::placeholder {
  font-family: var(--second-family);
}
body textarea {
  font-family: var(--second-family);
}
body textarea::-moz-placeholder {
  font-family: var(--second-family);
}
body textarea::placeholder {
  font-family: var(--second-family);
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

.eclipse {
  width: 100dvw;
  height: 100dvh;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  background: #000;
  opacity: 0;
  z-index: -5000;
  transition: all 0.3s ease-in-out;
}
.eclipse.mobile-open {
  opacity: 0.5;
  z-index: 10500;
  transition: all 0.3s ease-in-out;
}

.inside {
  margin: 0 auto;
  padding: 0 36px;
  max-width: 1592px;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (max-width: 1080px) {
  .inside {
    padding: 0 28px;
  }
}
@media screen and (max-width: 720px) {
  .inside {
    padding: 0 18px;
  }
}

.hidden-element {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

section {
  box-sizing: border-box;
  padding: 1px 0;
}

.close-all {
  width: 100vw;
  height: 100vh;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  z-index: -100;
  opacity: 0;
  cursor: pointer;
  transition: 0.3s;
  visibility: hidden;
}
.close-all.active {
  z-index: 900;
  transition: 0.3s;
  opacity: 1;
  visibility: visible;
}

.mob {
  display: none !important;
}

/*base*/
header {
  padding: 6px 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 10000;
}
@media screen and (max-width: 1080px) {
  header {
    padding: 0;
  }
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-right {
  display: flex;
  gap: 102px;
}
@media screen and (max-width: 760px) {
  .header-right {
    gap: 30px;
  }
}

@media screen and (max-width: 760px) {
  .logo {
    width: 52px;
  }
}
.logo img {
  max-width: 100%;
}

@media screen and (max-width: 760px) {
  .nav,
  .nav-mob {
    display: none;
  }
}
.nav ol,
.nav-mob ol {
  display: flex;
  gap: 74px;
  font-weight: 300;
  font-size: 18px;
  color: #000;
}
.nav ol a,
.nav-mob ol a {
  color: #000;
}
.nav ol a.active, .nav ol a:hover, .nav ol a:active,
.nav-mob ol a.active,
.nav-mob ol a:hover,
.nav-mob ol a:active {
  font-weight: 500;
}

.lang,
.lang-mob {
  display: flex;
  font-weight: 300;
  font-size: 18px;
  text-align: right;
  color: #000;
}
@media screen and (max-width: 760px) {
  .lang,
  .lang-mob {
    display: none;
  }
}
.lang a,
.lang-mob a {
  color: #000;
}
.lang a.active, .lang a:hover, .lang a:active,
.lang-mob a.active,
.lang-mob a:hover,
.lang-mob a:active {
  font-weight: 500;
}

.mobile-toggler {
  display: none;
}
@media screen and (max-width: 760px) {
  .mobile-toggler {
    display: block;
  }
}

.lang-mob {
  padding: 0 43px;
  margin-top: 34px;
}
@media screen and (max-width: 760px) {
  .lang-mob {
    display: flex;
  }
}

.nav-mob {
  width: 100%;
  padding: 0 43px;
  margin-top: 29px;
}
@media screen and (max-width: 760px) {
  .nav-mob {
    display: block;
  }
}
.nav-mob ol {
  flex-direction: column;
  align-items: flex-start;
  gap: 29px;
}

.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  right: -69.44dvw;
  z-index: 11000;
  height: 100%;
  width: 69.44dvw;
  background: #fff;
  border-bottom: 1px solid #000;
  flex-direction: column;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 760px) {
  .mobile-menu {
    display: flex;
  }
}
.mobile-menu.mobile-open {
  right: 0;
  transition: all 0.3s ease-in-out;
}
.mobile-menu__close {
  padding: 17px 20px;
  width: 56px;
  height: 50px;
  align-self: flex-end;
  display: block;
}
.mobile-menu__close .img {
  display: block;
  width: 16px;
  height: 16px;
}

.hero-video {
  position: relative;
  width: 100%;
}
.hero-video__play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  cursor: pointer;
}
@media screen and (max-width: 760px) {
  .hero-video__play-icon {
    width: 58px;
    height: 58px;
  }
}
.hero-video video,
.hero-video img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.about-us-section {
  margin-top: 18px;
}
@media screen and (max-width: 760px) {
  .about-us-section {
    margin-top: 26px;
  }
}
.about-us-section--type2 {
  margin-top: 0;
}

.about-us__title {
  margin-bottom: 42px;
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 48px;
  line-height: 125%;
  color: #000;
  text-align: left;
}
@media screen and (max-width: 1080px) {
  .about-us__title {
    margin-bottom: 58px;
  }
}
@media screen and (max-width: 760px) {
  .about-us__title {
    margin-bottom: 12px;
    font-size: 30px;
    line-height: 120%;
  }
}
.about-us__text-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  text-align: left;
}
@media screen and (max-width: 760px) {
  .about-us__text-wrap {
    flex-direction: column;
    gap: 14px;
  }
}
.about-us__text {
  padding-left: 4px;
  font-weight: 600;
  font-size: 24px;
  line-height: 133%;
  font-family: var(--second-family);
}
@media screen and (max-width: 1080px) {
  .about-us__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 760px) {
  .about-us__text {
    font-size: 10px;
  }
}
.about-us__photo img {
  max-width: 100%;
}
@media screen and (max-width: 760px) {
  .about-us__photo {
    display: none;
  }
}
.about-us__slogan {
  margin-left: auto;
  text-align: right;
}
@media screen and (max-width: 1080px) {
  .about-us__slogan {
    margin-right: 38px;
    width: 222px;
  }
}
@media screen and (max-width: 760px) {
  .about-us__slogan {
    margin: 0;
    margin-left: -18px;
    width: calc(100% + 36px);
    height: 156px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
  }
}
@media screen and (max-width: 1080px) {
  .about-us__slogan svg,
  .about-us__slogan img {
    width: 222px;
  }
}
@media screen and (max-width: 760px) {
  .about-us__slogan svg,
  .about-us__slogan img {
    width: 251px;
  }
}

.link {
  position: relative;
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 24px;
  text-align: right;
  color: #000;
}
.link::before {
  content: "";
  position: absolute;
  left: -10px;
  top: -8px;
  width: 34px;
  height: calc(100% + 20px);
  border: 1px solid #000;
  border-radius: 25px;
  opacity: 0;
  transition: 0.3s;
}
.link:hover::before {
  width: calc(100% + 20px);
  opacity: 1;
}
.link:hover span {
  transform: translateX(0px);
}
.link span {
  display: inline-block;
  transform: translateX(-3px);
  transition: 0.3s;
}
@media screen and (max-width: 760px) {
  .link {
    font-size: 20px;
    margin-left: auto;
  }
}

.cases-section {
  margin-top: 84px;
}
@media screen and (max-width: 1080px) {
  .cases-section {
    margin-top: 70px;
  }
}
@media screen and (max-width: 760px) {
  .cases-section {
    margin-top: 40px;
  }
}

.cases__title-wrap {
  margin-bottom: 25px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  text-align: left;
}
@media screen and (max-width: 1080px) {
  .cases__title-wrap {
    margin-bottom: 14px;
  }
}
.cases__title {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 60px;
  line-height: 122%;
  text-align: left;
}
@media screen and (max-width: 1080px) {
  .cases__title {
    font-size: 48px;
  }
}
@media screen and (max-width: 760px) {
  .cases__title {
    font-size: 30px;
  }
}

:root {
  --item-margin-left-right: 20px;
  --item-margin-bottom: 40px;
}
@media screen and (max-width: 1080px) {
  :root {
    --item-margin-bottom: 20px;
    --item-margin-left-right: 10px;
  }
}

.grid {
  position: relative;
  margin-left: calc(var(--item-margin-left-right) * -1);
  width: calc(100% + var(--item-margin-left-right) * 2);
  transition: opacity 0.5s ease-in-out;
}
@media screen and (max-width: 860px) {
  .grid {
    margin-left: 0;
    width: 100%;
  }
}
.grid.is-visible {
  visibility: visible;
  opacity: 1;
}

.item {
  position: absolute;
  margin: var(--item-margin-bottom) var(--item-margin-left-right);
  margin-top: 0 !important;
  width: calc(50% - var(--item-margin-left-right) * 2);
  opacity: 0;
  transition: opacity 0.6s ease, margin-top 0.6s ease;
}
@media screen and (max-width: 1080px) {
  .item {
    margin: var(--item-margin-bottom) var(--item-margin-left-right);
  }
}
@media screen and (max-width: 860px) {
  .item {
    margin: 0;
    margin-bottom: 2px;
    width: 100% !important;
  }
}
.item.visible {
  opacity: 1;
}
.item__size-25 {
  width: calc(25% - var(--item-margin-left-right) * 2);
}
.item__size-75 {
  width: calc(75% - var(--item-margin-left-right) * 2);
}
.item__size-100 {
  width: calc(100% - var(--item-margin-left-right) * 2);
}
.item__text {
  display: flex;
  align-items: center;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 860px) {
  .item__text {
    display: none;
  }
}

.cases-list {
  position: relative;
  margin-bottom: 34px;
}
.cases-list--cases-page {
  margin-bottom: 11px;
  min-height: 390px;
}
@media screen and (max-width: 1080px) {
  .cases-list--cases-page {
    margin-bottom: 71px;
  }
}
@media screen and (max-width: 1080px) {
  .cases-list--cases-page {
    margin-bottom: 46px;
  }
}
.cases-list--case-page {
  margin-bottom: 11px;
}
@media screen and (max-width: 1080px) {
  .cases-list--case-page {
    margin-bottom: 71px;
  }
}
@media screen and (max-width: 1080px) {
  .cases-list--case-page {
    margin-bottom: 46px;
  }
}
@media screen and (max-width: 860px) {
  .cases-list--case-page .item {
    margin-bottom: var(--item-margin-bottom);
  }
}
@media screen and (max-width: 860px) {
  .cases-list--case-page .item__size-25 {
    /* margin-left: calc(var(--item-margin-left-right) * -1);*/
    margin-right: calc(var(--item-margin-left-right) * 2);
    width: calc(50% - var(--item-margin-left-right) * 2) !important;
  }
}
.cases-list--case-page .cases-item {
  margin-top: 0;
}

@media screen and (max-width: 760px) {
  .cases-item {
    font-size: 20px;
    margin-left: auto;
  }
}
.cases-item:hover .cases-item__photo img {
  transform: scale(1.03);
}
.cases-item__text {
  font-weight: 300;
  font-size: 18px;
  line-height: 139%;
  color: #000;
  text-align: left;
}
.cases-item__photo {
  position: relative;
  overflow: hidden;
}
.cases-item__play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  cursor: pointer;
}
.cases-item__info {
  position: absolute;
  left: 0;
  top: calc(100% + 6px);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  .cases-item__info {
    top: calc(100% + 3px);
  }
}
@media screen and (max-width: 860px) {
  .cases-item__info {
    position: static;
  }
}
.cases-item__info-title {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
  color: #000;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1180px) {
  .cases-item__info-title {
    font-size: 12px;
  }
}
.cases-item__info-category {
  font-weight: 300;
  font-size: 12px;
  text-transform: uppercase;
  text-align: right;
  color: #838282;
}
@media screen and (max-width: 1080px) {
  .cases-item__info-category {
    font-size: 10px;
  }
}
.cases-item__info-case {
  margin-left: auto;
  margin-top: 105px;
  margin-bottom: 96px;
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 125%;
  text-align: left;
  color: #000;
  width: 100%;
  max-width: calc(50% - var(--item-margin-left-right));
}
@media screen and (max-width: 1080px) {
  .cases-item__info-case {
    margin-top: 69px;
    margin-bottom: 65px;
    font-size: 14px;
    line-height: 114%;
  }
}
@media screen and (max-width: 760px) {
  .cases-item__info-case {
    margin-top: 49px;
    margin-bottom: 49px;
    margin-right: 0;
    font-size: 10px;
    line-height: 130%;
    max-width: none;
  }
}
.cases-item img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.3s;
}
@media screen and (max-width: 860px) {
  .cases-item img {
    height: auto !important;
  }
}
.cases-item video {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.3s;
}

.cases-footer {
  display: flex;
  justify-content: flex-end;
}

.title-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 760px) {
  .title-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
@media screen and (max-width: 760px) {
  .title-wrap .link {
    margin-left: auto;
  }
}

.title {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 60px;
  line-height: 122%;
  text-align: left;
}
@media screen and (max-width: 1080px) {
  .title {
    font-size: 46px;
  }
}
@media screen and (max-width: 760px) {
  .title {
    font-size: 30px;
  }
}

.we-do-section {
  margin-top: 230px;
}
@media screen and (max-width: 1080px) {
  .we-do-section {
    margin-top: 175px;
  }
}
@media screen and (max-width: 760px) {
  .we-do-section {
    margin-top: 44px;
  }
}

.we-do {
  margin-top: 120px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 40px;
}
@media screen and (max-width: 1080px) {
  .we-do {
    margin-top: 40px;
    gap: 30px;
  }
}
@media screen and (max-width: 760px) {
  .we-do {
    margin-top: 10px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 52px;
  }
}

.we-do-item {
  font-family: var(--second-family);
  text-align: left;
}
.we-do-item__title {
  margin-bottom: 22px;
  font-weight: 600;
  font-size: 40px;
  text-transform: uppercase;
}
@media screen and (max-width: 1080px) {
  .we-do-item__title {
    margin-bottom: 11px;
    font-size: 24px;
  }
}
@media screen and (max-width: 760px) {
  .we-do-item__title {
    margin-bottom: 14px;
    font-size: 20px;
  }
}
.we-do-item__list {
  font-weight: 500;
  font-size: 24px;
  line-height: 148%;
}
@media screen and (max-width: 1080px) {
  .we-do-item__list {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 14px;
  }
}
@media screen and (max-width: 760px) {
  .we-do-item__list {
    gap: 0px;
    font-size: 15px;
  }
}
.we-do-item__list > p {
  display: flex;
  gap: 4px;
}
.we-do-item__list span {
  color: #f50;
}

.we-do-for-section {
  margin-top: 120px;
}
@media screen and (max-width: 1080px) {
  .we-do-for-section {
    margin-top: 80px;
  }
}
@media screen and (max-width: 760px) {
  .we-do-for-section {
    margin-top: 32px;
  }
}

.we-do-for-list {
  margin-top: 80px;
  -moz-column-count: 4;
       column-count: 4;
  -moz-column-gap: 40px;
       column-gap: 40px;
  font-weight: 300;
  font-size: 24px;
  line-height: 133%;
  text-align: left;
}
@media screen and (max-width: 1080px) {
  .we-do-for-list {
    margin-top: 16px;
    font-size: 16px;
  }
}
@media screen and (max-width: 760px) {
  .we-do-for-list {
    margin-top: 26px;
    font-size: 12px;
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.we-do-for-list > * {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
@media screen and (max-width: 1080px) {
  .we-do-for-list > * {
    margin-bottom: 1px;
  }
}
@media screen and (max-width: 760px) {
  .we-do-for-list > * {
    margin-bottom: 2px;
  }
}

.ready-creative-section {
  margin-top: 280px;
}
@media screen and (max-width: 1080px) {
  .ready-creative-section {
    margin-top: 150px;
  }
}
@media screen and (max-width: 760px) {
  .ready-creative-section {
    margin-top: 60px;
  }
}
.ready-creative-section--case-page {
  margin-top: 123px;
  margin-bottom: 31px;
}
@media screen and (max-width: 1080px) {
  .ready-creative-section--case-page {
    margin-top: 51px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 760px) {
  .ready-creative-section--case-page {
    margin-top: 36px;
    margin-bottom: -10px;
  }
}

.ready-creative {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 760px) {
  .ready-creative {
    flex-direction: column;
    align-items: flex-start;
  }
}
.ready-creative__title {
  position: relative;
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 48px;
  line-height: 125%;
  white-space: nowrap;
  display: inline-block;
  animation: blink-cursor 0.7s steps(1) infinite;
  border-right: 1px solid #000;
  /* &::before {
      content: "";
      position: absolute;
      right: -40px;
      bottom: 10px;
      width: 40px;
      height: 10px;
      background: #000;
      z-index: 10;
      animation: blink-cursor 0.3s steps(1) infinite;
  }

  &.end {
      &::before {
          display: none;
      }
  } */
}
@media screen and (max-width: 760px) {
  .ready-creative__title {
    margin-bottom: 64px;
    white-space: wrap;
    font-size: 30px;
    text-align: left;
  }
}
.ready-creative__title.end {
  border: none;
}

/* @keyframes blink-cursor {
    0%,
    100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}
 */
@keyframes blink-cursor {
  0%, 100% {
    border-color: transparent;
  }
  50% {
    border-color: black;
  }
}
footer {
  margin-top: 20px;
  padding: 30px 0;
  background: #000;
}
@media screen and (max-width: 1080px) {
  footer {
    padding: 0;
  }
}
@media screen and (max-width: 760px) {
  footer {
    margin-top: 6px;
    padding-bottom: 16px;
  }
}

.footer {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 760px) {
  .footer {
    flex-direction: column;
    align-items: stretch;
  }
}

.footer-slogan {
  margin-top: -5px;
}
@media screen and (max-width: 1280px) {
  .footer-slogan {
    width: 250px;
  }
}
@media screen and (max-width: 760px) {
  .footer-slogan {
    margin: 0 auto;
  }
}
.footer-slogan svg,
.footer-slogan img {
  max-width: 100%;
}

.footer-soc {
  margin-bottom: 58px;
  display: flex;
  gap: 84px;
}
@media screen and (max-width: 980px) {
  .footer-soc {
    margin-bottom: 20px;
    padding-top: 15px;
    gap: 34px;
  }
}
@media screen and (max-width: 760px) {
  .footer-soc {
    padding-top: 0;
    margin-top: -16px;
    margin-bottom: 40px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
}
.footer-soc__item {
  position: relative;
  font-weight: 300;
  font-size: 18px;
  line-height: 139%;
  text-align: right;
  color: #fff;
  white-space: nowrap;
}
.footer-soc__item::before {
  content: "";
  position: absolute;
  left: -10px;
  top: -8px;
  width: 0;
  height: calc(100% + 20px);
  border: 1px solid #fff;
  border-radius: 25px;
  opacity: 0;
  transition: 0.3s;
}
.footer-soc__item:hover::before {
  width: calc(100% + 20px);
  opacity: 1;
}
@media screen and (max-width: 760px) {
  .footer-soc__item {
    font-size: 20px;
    text-align: left;
  }
}
@media screen and (max-width: 760px) {
  .footer-soc__item:nth-child(2n) {
    text-align: right;
  }
}

.copyright {
  font-weight: 300;
  font-size: 14px;
  text-align: right;
  color: #fff;
}
@media screen and (max-width: 760px) {
  .copyright {
    text-align: center;
  }
}

.hero-cases-section {
  margin-top: 90px;
}
@media screen and (max-width: 1080px) {
  .hero-cases-section {
    margin-top: 160px;
  }
}
@media screen and (max-width: 760px) {
  .hero-cases-section {
    margin-top: 30px;
  }
}

.hero-cases__title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 760px) {
  .hero-cases__title {
    flex-direction: column;
    gap: 8px;
  }
}
.hero-cases__text {
  width: 100%;
  max-width: 662px;
  margin-right: 274px;
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 133%;
  color: #000;
  text-align: left;
}
@media screen and (max-width: 1080px) {
  .hero-cases__text {
    margin-right: 0;
    font-size: 18px;
    line-height: 144%;
    max-width: 567px;
  }
}
@media screen and (max-width: 760px) {
  .hero-cases__text {
    font-size: 10px;
    line-height: 130%;
    max-width: 228px;
  }
}

.cases-page-section {
  margin-top: 158px;
}
@media screen and (max-width: 1080px) {
  .cases-page-section {
    margin-top: 87px;
  }
}
@media screen and (max-width: 760px) {
  .cases-page-section {
    margin-top: 41px;
  }
}

.cases-rubricator {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 94px;
  margin-bottom: 36px;
}
@media screen and (max-width: 1080px) {
  .cases-rubricator {
    margin-bottom: 22px;
    gap: 20px 71px;
  }
}
@media screen and (max-width: 760px) {
  .cases-rubricator {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 68px;
  }
}
.cases-rubricator__item {
  cursor: pointer;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 18px;
  line-height: 139%;
  color: #000;
  white-space: nowrap;
}
.cases-rubricator__item:hover,
.cases-rubricator__item :active {
  font-weight: 500;
}

.one-more-section {
  margin-top: 259px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1080px) {
  .one-more-section {
    margin-top: 7px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 760px) {
  .one-more-section {
    margin-top: 87px;
  }
}

.one-more {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 760px) {
  .one-more {
    flex-direction: column;
    align-items: flex-start;
  }
}
.one-more__title {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 48px;
  line-height: 125%;
  text-align: left;
}
@media screen and (max-width: 1080px) {
  .one-more__title {
    max-width: 565px;
    font-size: 46px;
    line-height: 117%;
  }
}
@media screen and (max-width: 760px) {
  .one-more__title {
    margin-bottom: 68px;
    white-space: wrap;
    font-size: 30px;
    text-align: left;
  }
}

.hero-case-section {
  margin-top: 90px;
}
@media screen and (max-width: 1080px) {
  .hero-case-section {
    margin-top: 102px;
  }
}
@media screen and (max-width: 760px) {
  .hero-case-section {
    margin-top: 85px;
  }
}

.hero-case__title {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}
@media screen and (max-width: 1080px) {
  .hero-case__title {
    gap: 30px;
  }
}
@media screen and (max-width: 760px) {
  .hero-case__title {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 10px;
  }
}
.hero-case__h1 {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 60px;
  line-height: 122%;
  color: #000;
  text-align: left;
}
@media screen and (max-width: 1080px) {
  .hero-case__h1 {
    font-size: 46px;
    line-height: 117%;
  }
}
@media screen and (max-width: 760px) {
  .hero-case__h1 {
    font-size: 30px;
    line-height: 117%;
  }
}
.hero-case__text {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 133%;
  color: #000;
  text-align: left;
}
@media screen and (max-width: 1080px) {
  .hero-case__text {
    font-size: 18px;
    line-height: 144%;
  }
}
@media screen and (max-width: 760px) {
  .hero-case__text {
    font-size: 10px;
    line-height: 130%;
  }
}
.hero-case__text--case-page {
  max-width: 741px;
}
@media screen and (max-width: 1080px) {
  .hero-case__text--case-page {
    max-width: 357px;
    margin-top: 6px;
    margin-right: 91px;
  }
}
@media screen and (max-width: 760px) {
  .hero-case__text--case-page {
    max-width: 258px;
    margin-top: 0;
  }
}
.hero-case__small-text {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 18px;
  line-height: 139%;
  color: #000;
  margin-top: 87px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}
@media screen and (max-width: 1080px) {
  .hero-case__small-text {
    font-size: 12px;
    line-height: 133%;
    margin-top: 48px;
    text-transform: uppercase;
    gap: 30px;
  }
}
@media screen and (max-width: 760px) {
  .hero-case__small-text {
    font-size: 10px;
    line-height: 120%;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 18px;
    margin-top: 18px;
  }
}
.hero-case__small-text .text {
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 1080px) {
  .hero-case__small-text .text {
    margin-right: 91px;
  }
}
@media screen and (max-width: 760px) {
  .hero-case__small-text .text {
    margin-right: 0;
  }
}

.main-information-section {
  margin-top: 15px;
}
@media screen and (max-width: 1080px) {
  .main-information-section {
    margin-top: 14px;
  }
}
@media screen and (max-width: 760px) {
  .main-information-section {
    margin-top: 55px;
  }
}

.team-section {
  margin-top: 93px;
}
@media screen and (max-width: 1080px) {
  .team-section {
    margin-top: 27px;
  }
}
@media screen and (max-width: 760px) {
  .team-section {
    margin-top: -10px;
  }
}

.team-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 760px) {
  .team-title {
    flex-direction: column;
    gap: 0px;
  }
}
.team-title__text {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 48px;
  line-height: 125%;
}
@media screen and (max-width: 760px) {
  .team-title__text {
    white-space: wrap;
    font-size: 30px;
    line-height: 117%;
    text-align: left;
    align-self: flex-start;
    order: 2;
    margin-top: -2px;
  }
}

.team-text-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 28px;
}
@media screen and (max-width: 1080px) {
  .team-text-wrapper {
    margin-top: 12px;
  }
}
@media screen and (max-width: 760px) {
  .team-text-wrapper {
    margin-top: 8px;
    gap: 15px;
  }
}
.team-text-wrapper__text {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 18px;
  line-height: 139%;
  text-align: left;
  color: #000;
  width: 100%;
  max-width: 545px;
}
@media screen and (max-width: 1080px) {
  .team-text-wrapper__text {
    font-size: 16px;
    line-height: 137%;
    width: calc(50% - 20px);
    max-width: none;
  }
}
@media screen and (max-width: 760px) {
  .team-text-wrapper__text {
    font-size: 10px;
    line-height: 180%;
    width: 100%;
  }
}
@media screen and (max-width: 760px) {
  .team-text-wrapper__text--lower {
    line-height: 160%;
  }
}

.next-prev-section {
  margin-top: 98px;
}
@media screen and (max-width: 1080px) {
  .next-prev-section {
    margin-top: 106px;
  }
}
@media screen and (max-width: 760px) {
  .next-prev-section {
    margin-top: 89px;
  }
}

.next-prev-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1080px) {
  .next-prev-title {
    gap: 28px;
  }
}
.next-prev-title__container {
  width: calc(50% - 20px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  .next-prev-title__container {
    width: calc(50% - 14px);
  }
}
@media screen and (max-width: 760px) {
  .next-prev-title__container {
    flex-direction: column;
    gap: 57px;
    width: 100%;
  }
}
@media screen and (max-width: 760px) {
  .next-prev-title__container--prev {
    display: none;
  }
}
.next-prev-title__text {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 18px;
  line-height: 139%;
  color: #000;
}
@media screen and (max-width: 760px) {
  .next-prev-title__text {
    align-self: flex-start;
    order: 2;
  }
}

.next-prev-images {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin-top: 30px;
}
@media screen and (max-width: 1080px) {
  .next-prev-images {
    gap: 28px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 760px) {
  .next-prev-images {
    margin-top: 14px;
  }
}

.next-prev-images-item {
  width: calc(50% - 20px);
}
@media screen and (max-width: 1080px) {
  .next-prev-images-item {
    width: calc(50% - 14px);
  }
}
@media screen and (max-width: 760px) {
  .next-prev-images-item {
    width: 100%;
  }
}
@media screen and (max-width: 760px) {
  .next-prev-images-item--prev {
    display: none;
  }
}
.next-prev-images-item__img {
  width: 100%;
  height: 350px;
  overflow: hidden;
}
@media screen and (max-width: 1080px) {
  .next-prev-images-item__img {
    height: 21.6dvw;
  }
}
@media screen and (max-width: 760px) {
  .next-prev-images-item__img {
    height: 42.5dvw;
  }
}
.next-prev-images-item__img .img {
  position: relative;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.next-prev-images-item__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
}
@media screen and (max-width: 1080px) {
  .next-prev-images-item__title {
    margin-top: -1px;
  }
}
@media screen and (max-width: 760px) {
  .next-prev-images-item__title {
    margin-top: 3px;
  }
}
.next-prev-images-item__title-left {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 114%;
  color: #000;
}
@media screen and (max-width: 760px) {
  .next-prev-images-item__title-left {
    font-size: 12px;
    line-height: 100%;
    letter-spacing: -0.02em;
  }
}
.next-prev-images-item__title-right {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 12px;
  line-height: 133%;
  text-transform: uppercase;
  text-align: right;
  color: #838282;
  margin-top: 2px;
}
@media screen and (max-width: 760px) {
  .next-prev-images-item__title-right {
    font-size: 10px;
    line-height: 120%;
  }
}

.who-we-are {
  margin-top: -8px;
  max-width: 1290px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.3fr);
  gap: 134px 43px;
  font-family: var(--second-family);
  text-align: left;
}
@media screen and (max-width: 1080px) {
  .who-we-are {
    margin-top: 54px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.8fr);
    gap: 82px 43px;
  }
}
@media screen and (max-width: 760px) {
  .who-we-are {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }
}
@media screen and (max-width: 760px) {
  .who-we-are__item:nth-child(1) {
    order: 1;
  }
}
@media screen and (max-width: 760px) {
  .who-we-are__item:nth-child(2) {
    order: 2;
  }
}
@media screen and (max-width: 760px) {
  .who-we-are__item:nth-child(3) {
    order: 4;
  }
}
@media screen and (max-width: 760px) {
  .who-we-are__item:nth-child(4) {
    order: 3;
  }
}
.who-we-are__text {
  padding-top: 26px;
  font-weight: 600;
  font-size: 24px;
  line-height: 133%;
}
@media screen and (max-width: 1080px) {
  .who-we-are__text {
    padding-right: 20px;
    font-size: 18px;
    line-height: 144%;
  }
}
@media screen and (max-width: 760px) {
  .who-we-are__text {
    padding-right: 0;
    padding-top: 0;
    font-size: 10px;
  }
}
.who-we-are__photo svg,
.who-we-are__photo img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1080px) {
  .who-we-are__photo svg,
  .who-we-are__photo img {
    width: 282px;
  }
}
@media screen and (max-width: 760px) {
  .who-we-are__photo svg,
  .who-we-are__photo img {
    width: 318px;
  }
}
.who-we-are__text-more {
  padding-top: 24px;
  font-weight: 500;
  font-size: 20px;
  line-height: 125%;
}
@media screen and (max-width: 1080px) {
  .who-we-are__text-more {
    padding-top: 0;
    font-size: 16px;
    line-height: 137%;
  }
}
@media screen and (max-width: 760px) {
  .who-we-are__text-more {
    padding-top: 46px;
    font-size: 10px;
  }
}
.who-we-are__text-more p + p {
  margin-top: 24px;
}
@media screen and (max-width: 760px) {
  .who-we-are__text-more p + p {
    margin-top: 10px;
  }
}

.what-we-do-section {
  padding: 110px 0;
}
@media screen and (max-width: 1080px) {
  .what-we-do-section {
    padding-top: 46px;
  }
}
@media screen and (max-width: 760px) {
  .what-we-do-section {
    padding-bottom: 40px;
  }
}

.what-we-do {
  max-width: 1290px;
  display: grid;
  align-items: flex-end;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.3fr);
  gap: 134px 43px;
  font-family: var(--second-family);
  text-align: left;
}
@media screen and (max-width: 1080px) {
  .what-we-do {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.8fr);
  }
}
@media screen and (max-width: 760px) {
  .what-we-do {
    grid-template-columns: minmax(0, 1fr);
    gap: 104px 43px;
  }
}
@media screen and (max-width: 760px) {
  .what-we-do__photo {
    order: 2;
  }
}
.what-we-do__photo svg,
.what-we-do__photo img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1080px) {
  .what-we-do__photo svg,
  .what-we-do__photo img {
    width: 258px;
  }
}
@media screen and (max-width: 760px) {
  .what-we-do__photo svg,
  .what-we-do__photo img {
    width: 292px;
  }
}

.what-we-do-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media screen and (max-width: 1080px) {
  .what-we-do-list {
    gap: 20px;
  }
}
@media screen and (max-width: 760px) {
  .what-we-do-list {
    gap: 24px;
    order: 1;
  }
}

.what-we-do-item {
  padding-left: 37px;
}
@media screen and (max-width: 1080px) {
  .what-we-do-item {
    padding-left: 34px;
  }
}
.what-we-do-item.active .what-we-do-item__header svg {
  transform: rotate(-135deg);
}
.what-we-do-item.active .what-we-do-item__body {
  max-height: 300px;
  opacity: 1;
  margin-top: 4px;
}
.what-we-do-item__header {
  cursor: pointer;
  position: relative;
  font-weight: 600;
  font-size: 36px;
  line-height: 167%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (max-width: 1080px) {
  .what-we-do-item__header {
    font-size: 20px;
  }
}
.what-we-do-item__header svg {
  position: absolute;
  left: -37px;
  top: 20px;
  transition: 0.5s;
}
@media screen and (max-width: 1080px) {
  .what-we-do-item__header svg {
    width: 16px;
    height: 16px;
    left: -35px;
    top: 10px;
  }
}
.what-we-do-item__body {
  margin-top: -20px;
  max-height: 0;
  max-width: 420px;
  opacity: 0;
  overflow: hidden;
  font-weight: 500;
  font-size: 20px;
  line-height: 125%;
  transition: 0.5s;
}
@media screen and (max-width: 1080px) {
  .what-we-do-item__body {
    max-width: 290px;
    font-size: 14px;
  }
}

.how-we-do {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.7fr);
  gap: 33px;
  font-family: var(--second-family);
  text-align: left;
}
@media screen and (max-width: 1220px) {
  .how-we-do {
    grid-template-columns: minmax(0, 1fr);
  }
}

.how-we-do-list {
  padding-top: 12px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px 155px;
}
@media screen and (max-width: 1480px) {
  .how-we-do-list {
    gap: 40px;
  }
}
@media screen and (max-width: 760px) {
  .how-we-do-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 22px;
  }
}

.how-we-do-item.active .how-we-do-item__header-icon span:nth-child(1) {
  transform: rotate(-180deg);
}
.how-we-do-item.active .how-we-do-item__header-icon span:nth-child(2) {
  transform: rotate(0deg);
}
.how-we-do-item.active .how-we-do-item__body {
  opacity: 1;
  transform: translateY(0);
  max-height: none;
}
.how-we-do-item__header {
  padding-right: 40px;
  cursor: pointer;
  position: relative;
  font-weight: 600;
  font-size: 36px;
  line-height: 167%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (max-width: 1220px) {
  .how-we-do-item__header {
    display: inline-block;
  }
}
@media screen and (max-width: 760px) {
  .how-we-do-item__header {
    display: block;
    font-size: 28px;
  }
}
.how-we-do-item__header-icon {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 28px;
}
@media screen and (max-width: 760px) {
  .how-we-do-item__header-icon {
    right: -4px;
    top: 20px;
  }
}
.how-we-do-item__header-icon span {
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 4px;
  background: #000;
  transition: 0.5s;
}
.how-we-do-item__header-icon span:nth-child(2) {
  transform: rotate(90deg);
}
@media screen and (max-width: 760px) {
  .how-we-do-item__header-icon span {
    width: 20px;
    height: 3px;
  }
}
.how-we-do-item__body {
  opacity: 0;
  overflow: hidden;
  min-height: 112px;
  font-weight: 500;
  font-size: 20px;
  line-height: 125%;
  transform: translateY(-20px);
  transition: 0.5s;
}
@media screen and (max-width: 1220px) {
  .how-we-do-item__body {
    display: inline-block;
    min-height: auto;
    max-height: 0;
  }
}
@media screen and (max-width: 760px) {
  .how-we-do-item__body {
    margin-top: 12px;
    font-size: 12px;
  }
}

.who-makes-section {
  padding-top: 190px;
}
@media screen and (max-width: 1080px) {
  .who-makes-section {
    padding-top: 166px;
  }
}
@media screen and (max-width: 760px) {
  .who-makes-section {
    padding-top: 116px;
  }
}

.who-makes-list {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px 40px;
}
@media screen and (max-width: 1080px) {
  .who-makes-list {
    margin-top: 16px;
    gap: 2px 28px;
  }
}
@media screen and (max-width: 760px) {
  .who-makes-list {
    margin-top: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2px 22px;
  }
}

.who-makes-item__photo--type2 img {
  border-radius: 100%;
}
.who-makes-item__photo img {
  display: block;
  max-width: 100%;
  width: 350px;
  aspect-ratio: 1/1;
}
.who-makes-item__info {
  margin-top: 1px;
  display: flex;
  justify-content: space-between;
  gap: 4px;
}
@media screen and (max-width: 1080px) {
  .who-makes-item__info {
    margin-top: 2px;
  }
}
.who-makes-item__name {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 14px;
  color: #000;
  text-align: left;
}
@media screen and (max-width: 1080px) {
  .who-makes-item__name {
    font-size: 12px;
  }
}
@media screen and (max-width: 760px) {
  .who-makes-item__name {
    font-size: 8px;
  }
}
.who-makes-item__position {
  margin-top: 2px;
  font-weight: 300;
  font-size: 12px;
  text-transform: uppercase;
  text-align: right;
  color: #838282;
}
@media screen and (max-width: 1080px) {
  .who-makes-item__position {
    font-size: 10px;
  }
}
@media screen and (max-width: 760px) {
  .who-makes-item__position {
    font-size: 6px;
  }
}

.who-makes-footer {
  margin-top: 54px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1080px) {
  .who-makes-footer {
    margin-top: 8px;
  }
}

.want-to-section {
  padding-top: 20px;
}
@media screen and (max-width: 1080px) {
  .want-to-section {
    padding-top: 0;
  }
}
.want-to-section .title {
  margin-bottom: 26px;
}
@media screen and (max-width: 1080px) {
  .want-to-section .title {
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 1080px) {
  .want-to-section .button {
    margin: 0 auto;
  }
}

.button {
  padding: 26px;
  max-width: 100%;
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 30px;
  color: #000;
  border-radius: 100px;
  border: 1px solid #000;
  transition: 0.3s;
}
@media screen and (max-width: 760px) {
  .button {
    padding: 14px;
    font-size: 22px;
  }
}
.button:hover {
  color: #fff;
  background: #000;
}
.button--w500 {
  width: 500px;
}

.want-to-footer {
  margin-top: 46px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1080px) {
  .want-to-footer {
    margin-top: -24px;
  }
}
@media screen and (max-width: 760px) {
  .want-to-footer {
    margin-top: 76px;
  }
}

.contact-section {
  padding-top: 102px;
}
@media screen and (max-width: 1080px) {
  .contact-section {
    padding-top: 80px;
  }
}
@media screen and (max-width: 840px) {
  .contact-section {
    padding-top: 0;
  }
}

.contact-title {
  margin-bottom: 100px;
  max-width: 1008px;
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 48px;
  line-height: 125%;
  text-align: left;
}
@media screen and (max-width: 1080px) {
  .contact-title {
    margin-bottom: 92px;
  }
}
@media screen and (max-width: 840px) {
  .contact-title {
    margin-top: 70px;
    margin-bottom: 22px;
    font-size: 30px;
    line-height: 117%;
  }
}

.contact-link {
  display: flex;
  justify-content: flex-end;
}

.contact-list {
  margin-top: 125px;
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: 76px;
  text-align: left;
}
@media screen and (max-width: 1180px) {
  .contact-list {
    gap: 30px;
  }
}
@media screen and (max-width: 840px) {
  .contact-list {
    margin-top: 48px;
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
  }
}

.contact-item {
  display: flex;
  flex-direction: column;
  font-family: var(--second-family);
}
.contact-item__title {
  padding-top: 30px;
  font-weight: 600;
  font-size: 30px;
  line-height: 120%;
}
@media screen and (max-width: 1080px) {
  .contact-item__title {
    font-size: 20px;
  }
}
.contact-item__list-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 76px;
}
@media screen and (max-width: 1080px) {
  .contact-item__list-wrap {
    gap: 30px;
  }
}
@media screen and (max-width: 840px) {
  .contact-item__list-wrap {
    grid-template-columns: minmax(0, 1fr);
  }
}
.contact-item__list {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 22px;
  line-height: 205%;
  color: #000;
}
@media screen and (max-width: 1080px) {
  .contact-item__list {
    margin-top: 40px;
    font-size: 18px;
    line-height: 1;
    gap: 10px;
  }
}
@media screen and (max-width: 840px) {
  .contact-item__list {
    margin-top: 10px;
    gap: 12px;
  }
}
.contact-item__list a {
  position: relative;
  color: inherit;
  line-height: 1;
  transition: 0.3s;
}
.contact-item__list a:hover span {
  transform: translateX(0px);
}
.contact-item__list a span {
  display: inline-block;
  transform: translateX(-3px);
  transition: 0.3s;
}
.contact-item .link {
  margin-bottom: 0;
  font-size: 22px;
  line-height: 1;
}
@media screen and (max-width: 1080px) {
  .contact-item .link {
    font-size: 18px;
  }
}

.map-wrap {
  margin-top: 88px;
  margin-bottom: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
}
@media screen and (max-width: 840px) {
  .map-wrap {
    flex-direction: column;
    gap: 46px;
  }
}

@media screen and (max-width: 1080px) {
  .map-icon svg {
    max-width: 100%;
    width: 265px;
    height: auto;
  }
}
@media screen and (max-width: 840px) {
  .map-icon svg {
    width: 210px;
  }
}

.map {
  max-width: 100%;
  width: 730px;
  height: 538px;
}
@media screen and (max-width: 1080px) {
  .map {
    width: 452px;
    height: 333px;
  }
}
@media screen and (max-width: 840px) {
  .map {
    width: 100%;
    height: 410px;
  }
}
.map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact-slogan {
  display: none;
}
@media screen and (max-width: 840px) {
  .contact-slogan {
    margin-left: -18px;
    width: calc(100% + 36px);
    height: 156px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
  }
}/*# sourceMappingURL=style.css.map */