@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&&display=swap");
:root {
  --color-main: #FFFFFF;
  --color-strong: #D8B3A0; }

html, body {
  min-height: 100%;
  padding: 0;
  margin: 0;
  font-family: 'Gotham', sans-serif;
  font-size: 20px;
  line-height: 120%;
  color: #ffffff;
  font-weight: 400;
  scroll-behavior: smooth; }

body {
  position: relative;
  background: url(../images/bg.png) left top no-repeat #223843;
  background-size: 100% 100%; }

h2 {
  font-size: 40px;
  line-height: 100%;
  font-weight: 700;
  margin: 0; }
  @media (max-width: 768px) {
    h2 {
      font-size: 32px; } }

.wrapper {
  width: 100%;
  max-width: 1440px;
  padding: 0 80px;
  margin: 0 auto; }
  @media (max-width: 768px) {
    .wrapper {
      padding: 0 16px; } }

.uppercase {
  text-transform: uppercase; }

.bg-gradient {
  background: radial-gradient(97.57% 210.75% at 0.9% 2.98%, rgba(111, 255, 246, 0.2) 0%, rgba(143, 209, 245, 0.053125) 76.56%, rgba(56, 183, 255, 0.053125) 95.31%);
  backdrop-filter: blur(4px);
  border-radius: 25px; }

.border-mask {
  position: relative; }
  .border-mask:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    border-radius: 25px;
    border: 1px solid transparent;
    background: radial-gradient(61.1% 165.1% at 109.96% 111.1%, #FFFFFF 0%, rgba(158, 98, 186, 0) 100%) border-box, radial-gradient(38.9% 126.62% at -6.32% -2.3%, #FFFFFF 0%, rgba(255, 255, 255, 0) 99.88%) border-box;
    mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
    mask-composite: exclude; }

.logo {
  position: fixed;
  left: calc(50% - 640px);
  top: calc(50vh - 90px);
  display: flex;
  align-items: center;
  flex-flow: column;
  justify-content: center;
  gap: 20px;
  transition: .3s linear; }
  @media (max-width: 768px) {
    .logo {
      left: 16px;
      top: 16px;
      z-index: 100; } }
  .logo img.main-logo {
    width: 134px;
    height: 128px;
    transition: .3s linear; }
    @media (max-width: 768px) {
      .logo img.main-logo {
        width: 41.8px;
        height: 40px; } }
  .logo img.desc-logo {
    width: 254px;
    height: 11px;
    transition: .3s linear; }
    @media (max-width: 768px) {
      .logo img.desc-logo {
        display: none; } }
  .logo .spacer {
    display: block;
    height: 1px;
    width: 21px;
    background: var(--color-main);
    transition: .3s linear; }
    @media (max-width: 768px) {
      .logo .spacer {
        display: none; } }
  .logo--fixed {
    position: fixed;
    top: 34px;
    left: calc(50% + 640px);
    z-index: 99; }
    @media (max-width: 1520px) {
      .logo--fixed {
        left: calc(100% - 115px); } }
    @media (max-width: 768px) {
      .logo--fixed {
        top: 16px;
        left: 16px;
        z-index: 100; } }
    .logo--fixed img.main-logo {
      width: 78.5px;
      height: 75px; }
      @media (max-width: 768px) {
        .logo--fixed img.main-logo {
          width: 41.8px;
          height: 40px; } }
    .logo--fixed img.desc-logo {
      width: 0;
      height: 0; }
    .logo--fixed .spacer {
      width: 0;
      height: 0; }

.slide-header h2:before {
  content: '';
  display: inline-block;
  width: 19px;
  height: 28px;
  background: var(--color-strong);
  margin-right: 5px; }
  @media (max-width: 768px) {
    .slide-header h2:before {
      height: 24px; } }

.section-header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 99;
  display: none;
  background-color: rgba(0, 0, 0, 0.7); }
  .section-header .bg-gradient {
    width: 100%;
    display: flex;
    height: 70px;
    padding: 16px;
    flex-flow: row-reverse;
    align-items: center;
    justify-content: space-between;
    border-radius: 0; }
  @media (max-width: 768px) {
    .section-header {
      display: block; } }
  .section-header .phone {
    margin-top: 2px; }
    .section-header .phone a {
      color: var(--color-main); }
  .section-header .menu-button, .section-header .menu-spacer {
    width: 33px;
    height: 40px;
    cursor: pointer;
    display: flex;
    flex-flow: column;
    gap: 8px;
    align-items: center;
    justify-content: center; }
    .section-header .menu-button span, .section-header .menu-spacer span {
      display: block;
      width: 100%;
      height: 3px;
      background: var(--color-strong);
      transition: all .3s ease-in-out; }
  .section-header.menu-opened .menu-button span:nth-child(1) {
    transform-origin: left top;
    transform: rotate(45deg); }
  .section-header.menu-opened .menu-button span:nth-child(2) {
    opacity: 0; }
  .section-header.menu-opened .menu-button span:nth-child(3) {
    transform: rotate(-45deg);
    transform-origin: left bottom; }
  .section-header.menu-opened ~ .slide01 {
    transform: translateY(0%); }

.slide01 {
  background: url("../images/slide01.png") center top no-repeat;
  background-size: cover; }
  @media (max-width: 768px) {
    .slide01 {
      position: fixed;
      top: 0px;
      left: 0;
      right: 0;
      z-index: 89;
      transform: translateY(-200%);
      transition: transform .3s ease-in-out; } }
  .slide01 .wrapper {
    height: 100vh;
    padding: 90px 40px;
    max-width: 1520px;
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    justify-content: space-between; }
    @media (max-width: 768px) {
      .slide01 .wrapper {
        padding: 94px 16px 24px;
        align-items: center;
        height: auto; } }
  .slide01 .menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    @media (max-width: 768px) {
      .slide01 .menu ul {
        gap: 8px 16px;
        flex-flow: column;
        justify-content: center;
        align-items: center; } }
    .slide01 .menu ul li {
      font-size: 16px;
      line-height: 120%;
      letter-spacing: -2%;
      border-radius: 25px;
      padding: 1px;
      background: radial-gradient(61.1% 165.1% at 109.96% 111.1%, #FFFFFF 0%, rgba(158, 98, 186, 0) 100%), radial-gradient(38.9% 126.62% at -6.32% -2.3%, #FFFFFF 0%, rgba(255, 255, 255, 0) 99.88%); }
      @media (max-width: 768px) {
        .slide01 .menu ul li {
          font-size: 14px; } }
      .slide01 .menu ul li a {
        display: block;
        background: linear-gradient(30deg, #23474a 0%, #061e26 100%);
        border-radius: 25px;
        padding: 8px 16px 6px;
        color: var(--color-main);
        text-decoration: none; }
        @media (max-width: 768px) {
          .slide01 .menu ul li a {
            padding: 8px 12px 6px; } }
        .slide01 .menu ul li a:hover {
          color: var(--color-strong); }
  @media (max-width: 768px) {
    .slide01 .quote {
      margin: 0 16px;
      text-align: center;
      display: none; } }
  .slide01 .quote span:before, .slide01 .quote span:after {
    font-family: 'EB Garamond';
    font-size: 64px;
    color: var(--color-strong);
    position: absolute; }
  .slide01 .quote span:before {
    content: '“';
    transform: translate(-0.4em, 0.2em); }
  .slide01 .quote span:after {
    content: '”';
    transform: translate(0em, 0.3em); }

.slides-bg01 {
  background: url("../images/slide02.png") right top no-repeat;
  background-size: cover; }

.slide02 {
  height: 100vh;
  padding: 54px 0;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: space-between; }
  @media (max-width: 768px) {
    .slide02 {
      height: auto;
      gap: 24px;
      padding: 94px 0px 0; } }
  .slide02 .info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background: radial-gradient(97.57% 210.75% at 0.9% 2.98%, rgba(111, 255, 246, 0.2) 0%, rgba(143, 209, 245, 0.053125) 76.56%, rgba(56, 183, 255, 0.053125) 95.31%);
    padding: 40px 60px;
    width: 100%;
    backdrop-filter: blur(4px);
    border-radius: 25px; }
    @media (max-width: 768px) {
      .slide02 .info {
        display: none;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
        padding: 12px; }
        .slide02 .info img {
          width: 100%; } }
  .slide02 .slick-services {
    display: none;
    width: calc(100% + 32px);
    overflow: hidden;
    margin: 0 -16px; }
    @media (max-width: 768px) {
      .slide02 .slick-services {
        display: block; } }
    .slide02 .slick-services .service {
      padding: 24px 16px; }
      .slide02 .slick-services .service img {
        width: 100%; }
    .slide02 .slick-services .slick-slide {
      margin: 0 16px; }

.slide03 {
  min-height: 100vh;
  padding: 54px 0;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 40px; }
  @media (max-width: 768px) {
    .slide03 {
      height: auto;
      padding: 24px 0;
      gap: 24px; } }
  .slide03 .item {
    background: radial-gradient(97.57% 210.75% at 0.9% 2.98%, rgba(111, 255, 246, 0.2) 0%, rgba(143, 209, 245, 0.053125) 76.56%, rgba(56, 183, 255, 0.053125) 95.31%);
    padding: 25px 14px;
    backdrop-filter: blur(4px);
    border-radius: 25px; }
    @media (max-width: 768px) {
      .slide03 .item {
        font-size: 14px;
        line-height: 130%; }
        .slide03 .item .uppercase {
          text-transform: none; } }
    .slide03 .item strong {
      font-weight: bold;
      color: var(--color-strong); }
    .slide03 .item--dots {
      padding: 15px 40px;
      margin: 14px auto 0;
      position: relative; }
      .slide03 .item--dots div:before, .slide03 .item--dots div:after {
        content: '';
        display: block;
        width: 6px;
        height: 6px;
        background: rgba(255, 255, 255, 0.5);
        position: absolute;
        top: calc(50% - 3px);
        border-radius: 100%; }
      .slide03 .item--dots div:before {
        left: 20px; }
      .slide03 .item--dots div:after {
        right: 20px; }
    .slide03 .item__num {
      font-size: 36px;
      line-height: 100%;
      color: var(--color-strong);
      font-weight: 700;
      position: relative;
      white-space: nowrap; }
      @media (max-width: 768px) {
        .slide03 .item__num {
          font-size: 22px; } }
      .slide03 .item__num:after {
        content: '';
        display: inline-block;
        width: 50px;
        height: 2px;
        background: var(--color-strong);
        border-radius: 6px; }
  .slide03 .item01 {
    margin-bottom: 14px; }
    @media (max-width: 768px) {
      .slide03 .item01 {
        margin-bottom: 0; } }
  .slide03 .item02 {
    display: grid;
    grid-template-columns: 19fr 19fr 24fr 32fr;
    width: 100%;
    gap: 90px; }
    @media (max-width: 768px) {
      .slide03 .item02 {
        gap: 12px;
        grid-template-columns: 1fr 1fr; } }
  .slide03 .item03 {
    display: grid;
    grid-template-columns: 28fr 32fr 32fr 21fr;
    width: 100%;
    gap: 30px; }
    @media (max-width: 768px) {
      .slide03 .item03 {
        gap: 12px;
        grid-template-columns: 1fr 1fr; } }

.slide04 {
  padding: 54px 0;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 50px; }
  @media (max-width: 768px) {
    .slide04 {
      height: auto;
      padding: 24px 0;
      gap: 24px; } }
  .slide04 .projects-header {
    color: var(--color-main);
    font-size: 27px;
    font-weight: 400; }
    .slide04 .projects-header__w1 {
      display: inline;
      font-weight: 700; }
    .slide04 .projects-header__w2 {
      display: inline; }
    .slide04 .projects-header__desc {
      display: inline;
      color: var(--color-strong);
      font-size: 20px; }
      .slide04 .projects-header__desc:before {
        content: '';
        display: inline-block;
        width: 13px;
        height: 19px;
        background: var(--color-strong);
        margin-right: 5px; }
        @media (max-width: 768px) {
          .slide04 .projects-header__desc:before {
            height: 18px; } }
  .slide04 .slick-projects {
    width: 100%;
    overflow: hidden; }
    .slide04 .slick-projects .slick-slide {
      margin: 0 30px; }
    .slide04 .slick-projects .slick-list {
      margin: 0 -30px; }
  .slide04 .projects-prev,
  .slide04 .projects-next {
    cursor: pointer;
    display: flex; }
  .slide04 .projects-navi {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .slide04 .projects-navi__wrapper {
      padding: 11px 21px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 23px; }
    .slide04 .projects-navi .navi-spacer {
      display: block;
      width: 23px;
      height: 2px;
      background: #fff;
      opacity: .16; }
  .slide04 .card {
    display: flex;
    gap: 60px;
    grid-template-columns: 95fr 26fr;
    align-items: center; }
    @media (max-width: 768px) {
      .slide04 .card {
        flex-flow: column;
        grid-template-columns: 1fr;
        gap: 16px; } }
    .slide04 .card__image {
      flex-basis: 78%;
      flex-shrink: 2; }
    .slide04 .card__data {
      flex-basis: 22%;
      flex-grow: 2; }
      @media (max-width: 768px) {
        .slide04 .card__data {
          font-size: 16px;
          line-height: 120%; } }
    .slide04 .card img {
      width: 100%;
      min-height: 50vh;
      height: calc(100vh - 275px);
      object-fit: contain;
      object-position: center;
      display: block; }
      @media (max-width: 768px) {
        .slide04 .card img {
          min-height: 0;
          height: auto; } }
    .slide04 .card__desc {
      padding: 36px 32px;
      background: radial-gradient(97.57% 210.75% at 0.9% 2.98%, rgba(111, 255, 246, 0.2) 0%, rgba(143, 209, 245, 0.053125) 76.56%, rgba(56, 183, 255, 0.053125) 95.31%);
      backdrop-filter: blur(4px);
      border-radius: 25px; }
      @media (max-width: 768px) {
        .slide04 .card__desc {
          padding: 24px; } }
      .slide04 .card__desc strong {
        color: var(--color-strong); }
    .slide04 .card__spacer {
      width: 57px;
      height: 2px;
      background: var(--color-strong);
      margin: 24px 0 20px; }
      @media (max-width: 768px) {
        .slide04 .card__spacer {
          margin: 16px 0 12px; } }

.slide05 {
  min-height: 50vh;
  padding: 54px 0;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 90px; }
  @media (max-width: 768px) {
    .slide05 {
      height: auto;
      padding: 24px 0;
      gap: 24px; } }
  .slide05 .team {
    display: grid;
    grid-template-columns: repeat(4, 204px);
    margin: 0 auto;
    gap: 65px; }
    @media (max-width: 768px) {
      .slide05 .team {
        grid-template-columns: 1fr;
        gap: 16px; } }
    .slide05 .team__item {
      display: flex;
      flex-flow: column; }
      .slide05 .team__item img {
        display: block;
        width: 100%; }
    .slide05 .team .item__text {
      padding: 14px 24px; }
    .slide05 .team .item__name {
      font-size: 16px;
      font-weight: 700;
      line-height: 120%;
      text-transform: uppercase;
      color: var(--color-strong);
      position: relative;
      margin-bottom: 8px; }
      .slide05 .team .item__name:after {
        content: '';
        display: block;
        width: 70px;
        background: var(--color-main);
        height: 1px;
        position: absolute;
        bottom: -3px;
        left: 0; }
    .slide05 .team .item__point {
      font-size: 13px;
      line-height: 130%; }

.slide-clients {
  min-height: 50vh;
  padding: 54px 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 54px; }
  @media (max-width: 768px) {
    .slide-clients {
      height: auto;
      padding: 24px 0;
      gap: 24px; } }
  .slide-clients .block-name {
    margin: 0 auto; }
    .slide-clients .block-name:before, .slide-clients .block-name:after {
      content: '';
      display: inline-block;
      width: 32px;
      height: 2px;
      background: var(--color-strong);
      vertical-align: middle;
      margin: 0 6px; }
  .slide-clients .clients {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 54px;
    flex-wrap: wrap; }
    @media (max-width: 768px) {
      .slide-clients .clients {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        align-items: center;
        align-content: center;
        text-align: center;
        gap: 24px; }
        .slide-clients .clients img {
          max-width: 100%;
          max-height: 60px; } }

.slide06 {
  min-height: 100vh;
  padding: 54px 0;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: space-between;
  font-weight: 300; }
  @media (max-width: 768px) {
    .slide06 {
      height: auto;
      padding: 24px 0;
      gap: 24px; } }
  .slide06 .director {
    width: 320px;
    padding: 12px;
    text-align: center;
    margin: 0 auto 16px;
    position: relative; }
    @media (max-width: 768px) {
      .slide06 .director {
        width: 300px; } }
    .slide06 .director strong {
      font-weight: 700;
      color: var(--color-strong); }
    .slide06 .director__extra {
      position: absolute;
      font-size: 16px;
      line-height: 120%;
      left: 365px;
      text-align: left;
      width: 240px;
      top: calc(50% - 14px); }
      @media (max-width: 768px) {
        .slide06 .director__extra {
          left: 35px;
          top: 70px; } }
      .slide06 .director__extra:before {
        content: '';
        display: block;
        width: 30px;
        height: 2px;
        background: var(--color-strong);
        position: absolute;
        left: -45px;
        top: calc(50% - 2px); }
        @media (max-width: 768px) {
          .slide06 .director__extra:before {
            width: 2px;
            height: 20px;
            top: -22px;
            left: calc(50% - 20px); } }
  .slide06 .columns-3 {
    display: grid;
    grid-template-columns: repeat(3, 320px);
    gap: 90px;
    margin: 0 auto;
    justify-content: center; }
    @media (max-width: 768px) {
      .slide06 .columns-3 {
        grid-template-columns: 300px;
        margin-left: 30px;
        margin-top: 100px;
        gap: 40px; } }
    .slide06 .columns-3 .director {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-flow: column;
      height: 60px; }
      @media (max-width: 768px) {
        .slide06 .columns-3 .director {
          font-size: 18px; } }
    .slide06 .columns-3 .info {
      font-size: 16px;
      line-height: 120%;
      padding: 16px;
      height: 52px; }
    .slide06 .columns-3 .column-1 .info {
      border-left: 1px solid var(--color-strong);
      border-bottom: 1px solid var(--color-strong);
      border-radius: 0 0 0 36px;
      margin-left: 70px; }
      .slide06 .columns-3 .column-1 .info:nth-child(2) {
        padding-top: 30px;
        height: 95px; }
      .slide06 .columns-3 .column-1 .info:nth-child(3) {
        padding-top: 80px;
        height: 140px;
        margin-top: -30px; }
    .slide06 .columns-3 .column-2 .info {
      border-left: 1px solid var(--color-strong);
      border-bottom: 1px solid var(--color-strong);
      border-radius: 0 0 0 36px;
      padding-top: 145px;
      height: 205px; }
      @media (max-width: 768px) {
        .slide06 .columns-3 .column-2 .info {
          border-left: 1px solid var(--color-strong);
          border-bottom: 1px solid var(--color-strong);
          border-radius: 0 0 0 36px;
          margin-left: 70px;
          height: 145px;
          padding-top: 30px; } }
    .slide06 .columns-3 .column-3 .info {
      border-right: 1px solid var(--color-strong);
      border-bottom: 1px solid var(--color-strong);
      border-radius: 0 0 36px 0;
      margin-right: 70px;
      padding-left: 44px; }
      @media (max-width: 768px) {
        .slide06 .columns-3 .column-3 .info {
          border-left: 1px solid var(--color-strong);
          border-bottom: 1px solid var(--color-strong);
          border-right: 0;
          border-radius: 0 0 0 36px;
          margin-left: 70px;
          height: 145px;
          padding-top: 30px;
          padding-left: 16px;
          margin-right: 0px; } }
      .slide06 .columns-3 .column-3 .info:nth-child(2) {
        padding-top: 30px;
        height: 95px; }
      .slide06 .columns-3 .column-3 .info:nth-child(3) {
        padding-top: 80px;
        height: 140px;
        margin-top: -30px; }
  .slide06 .struct1 {
    height: 84px;
    margin: 0 auto 12px;
    position: relative;
    width: 1000px; }
    @media (max-width: 768px) {
      .slide06 .struct1 {
        width: auto;
        height: 400px;
        margin: 0;
        position: absolute; } }
    .slide06 .struct1 .top-left, .slide06 .struct1 .top-right {
      position: absolute;
      border-bottom: 1px solid var(--color-strong);
      width: 200px;
      height: 48px;
      top: 0; }
    .slide06 .struct1 .top-left {
      border-right: 1px solid var(--color-strong);
      border-radius: 0 0 24px 0;
      left: calc(50% - 200px); }
      @media (max-width: 768px) {
        .slide06 .struct1 .top-left {
          display: none; } }
    .slide06 .struct1 .top-right {
      border-left: 1px solid var(--color-strong);
      border-radius: 0 0 0 24px;
      left: 50%; }
      @media (max-width: 768px) {
        .slide06 .struct1 .top-right {
          border-top: 1px solid var(--color-strong);
          border-bottom: 0;
          left: 0;
          border-radius: 12px 0 0 0;
          width: 12px;
          top: -40px; } }
    .slide06 .struct1 .bot-left, .slide06 .struct1 .bot-center, .slide06 .struct1 .bot-right {
      position: absolute;
      border-top: 1px solid var(--color-strong);
      width: 320px;
      height: 36px;
      bottom: 1px; }
      @media (max-width: 768px) {
        .slide06 .struct1 .bot-left, .slide06 .struct1 .bot-center, .slide06 .struct1 .bot-right {
          border-top: 0;
          border-left: 1px solid var(--color-strong);
          border-bottom: 1px solid var(--color-strong);
          border-right: 0;
          width: 24px;
          bottom: auto;
          top: 0; } }
    .slide06 .struct1 .bot-left {
      border-left: 1px solid var(--color-strong);
      border-radius: 36px 0 0 0;
      left: 0; }
      @media (max-width: 768px) {
        .slide06 .struct1 .bot-left {
          border-radius: 0 0 0 24px;
          height: 115px; } }
    .slide06 .struct1 .bot-center {
      border-left: 1px solid var(--color-strong);
      border-radius: 36px 0 0 0;
      left: calc(50% - 160px);
      width: 100px; }
      @media (max-width: 768px) {
        .slide06 .struct1 .bot-center {
          border-radius: 0 0 0 24px;
          left: 0;
          height: 435px;
          width: 24px; } }
    .slide06 .struct1 .bot-right {
      border-right: 1px solid var(--color-strong);
      border-radius: 0 36px 0 0;
      right: 0; }
      @media (max-width: 768px) {
        .slide06 .struct1 .bot-right {
          border-right: 0;
          border-radius: 0 0 0 24px;
          right: auto;
          left: 0;
          height: 700px; } }

.slide07 {
  padding: 54px 0;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start; }
  @media (max-width: 768px) {
    .slide07 {
      height: auto;
      padding: 24px 0;
      gap: 24px; } }
  .slide07 .contacts {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    width: 100%; }
    @media (max-width: 768px) {
      .slide07 .contacts {
        gap: 24px;
        flex-flow: column; }
        .slide07 .contacts img {
          max-width: 100%; } }
    .slide07 .contacts__text {
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      flex-flow: column;
      gap: 25px; }
    .slide07 .contacts .contact {
      display: grid;
      grid-template-columns: 36px 550px;
      gap: 25px;
      align-items: center; }
      @media (max-width: 768px) {
        .slide07 .contacts .contact {
          grid-template-columns: 36px 1fr;
          gap: 24px; } }
      .slide07 .contacts .contact__icon {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center; }
      .slide07 .contacts .contact a {
        color: var(--color-main); }

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