@charset "UTF-8";
:root {
  --font-text: "Roboto", sans-serif, -apple-system, BlinkMacSystemFont,
  	"Segoe UI", OpenSans, "Helvetica Neue", Arial;
  --font-title: "Roboto", "OpenSans", sans-serif, -apple-system, BlinkMacSystemFont,
  	"Segoe UI", "Helvetica Neue", Arial;
  --scale: calc(1vw + 1vh);
  --radius: calc(var(--scale) * 1);
  --space: calc(var(--scale) * 0.4);
  --max-width: 80%;
  --min-widht: 320px;
  --content-width: 1680px;
  --content-full-width: 2000px;
  --content-offset: 85px;
  --container-offset: 40px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --brand-blue: #0075FF;
  --brand-pink: #D2008B;
  --brand-red: #FF003D;
  --brand-black: #02031F;
  --white: #ffffff;
  --black: #000;
  --gray-text: #5A5A7B;
  --light-gray: #B1A3A3;
  --light: #E7E7E7;
  --main-bg: #0A0A0A;
  --black-bg: #15131A;
  --card-bg: #171C26;
  --light-bg: #ECEDF2;
  --gradient: linear-gradient(to right, var(--brand-blue) 0%, var(--brand-pink) 100%);
  --gradient-rotate: linear-gradient(to left, var(--brand-blue) 0%, var(--brand-pink) 100%);
  --fast: 0.3s;
  --transition: all var(--fast) ease-in-out;
  --menu-dur: .65s;
  --card-out: 320ms;
  --card-in: 360ms;
  --card-ease: cubic-bezier(.22,.61,.36,1);
  --border-radius-lg: 40px;
  --border-radius-md: calc(var(--scale) * 0.75);
  --border-radius-sm: 10px;
  --border-radius-xs: 8px;
}

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

*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
figure,
figcaption,
blockquote,
dl,
dd,
button,
input,
select,
textarea {
  margin: 0;
}

ul,
ol,
menu {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
}

html {
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: none;
}
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

b,
strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

img {
  max-width: 100%;
  display: block;
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
select,
textarea {
  font-family: inherit;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button,
a {
  padding: 0;
  background-color: transparent;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: none;
}

table,
th,
td {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

legend {
  display: table;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
legend + * {
  clear: both;
}

fieldset {
  border: 0;
  padding: 0.01em 0 0 0;
  margin: 0;
  min-width: 0;
}

body:not(:-moz-handler-blocked) fieldset {
  display: table-cell;
}

/* Удаляем все анимации и переходы для людей, которые предпочитают их не использовать */
/* stylelint-disable */
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Thin.woff2") format("woff2");
  font-weight: 100;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Arimo";
  src: url("../fonts/Arimo-Bold.woff2") format("woff2");
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}
h1,
h2,
.title,
h3,
h4,
h5,
h6 {
  font-family: var(--font-title);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.03em;
  color: var(--black-text);
  overflow-wrap: break-word; /* современный стандарт */
  word-wrap: break-word; /* для старых браузеров */
  word-break: break-word;
}

h1 {
  font-weight: 400;
  line-height: 1;
}
h1 {
  font-size: 3.125rem;
}
@media screen and (min-width: 480px) {
  h1 {
    font-size: calc(7.5vw + 0.875rem);
  }
}
@media screen and (min-width: 1680px) {
  h1 {
    font-size: 8.75rem;
  }
}
h1 {
  margin-top: 3.125rem;
}
@media screen and (min-width: 480px) {
  h1 {
    margin-top: calc(3.3333333333vw + 2.125rem);
  }
}
@media screen and (min-width: 1680px) {
  h1 {
    margin-top: 5.625rem;
  }
}
h1 span {
  line-height: 1;
}
h1 span.hero__title-accent {
  display: -ms-inline-grid;
  display: inline-grid;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: 1/1;
}
h1 span.hero__title-accent .animation-word {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: 1/1;
  opacity: 0;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-filter: blur(8px);
  filter: blur(8px);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease, -webkit-filter 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease, -webkit-filter 0.5s ease;
  -o-transition: transform 0.5s ease, opacity 0.5s ease, filter 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease, filter 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease, filter 0.5s ease, -webkit-transform 0.5s ease, -webkit-filter 0.5s ease;
  white-space: nowrap;
}
h1 span.hero__title-accent .animation-word.active {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-filter: blur(0);
  filter: blur(0);
}
h1 span:nth-child(3) {
  display: block;
}
@media screen and (max-width: 768px) {
  h1 span {
    display: block;
  }
  h1 span {
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 768px) and (min-width: 480px) {
  h1 span {
    font-size: calc(24.3055555556vw - 4.16667rem);
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  h1 span {
    font-size: 7.5rem;
  }
}
@media screen and (max-width: 768px) {
  h1 span:nth-child(2) {
    margin-left: 1.875rem;
    text-align: center;
  }
  h1 span:nth-child(2) span {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  h1 span:nth-child(3) {
    text-align: right;
  }
}

h2, .title {
  line-height: 1.1;
  font-weight: 500;
}
h2, .title {
  font-size: 3.125rem;
}
@media screen and (min-width: 480px) {
  h2, .title {
    font-size: calc(3.3333333333vw + 2.125rem);
  }
}
@media screen and (min-width: 1680px) {
  h2, .title {
    font-size: 5.625rem;
  }
}
h2 + *, .title + * {
  margin-top: 1.875rem;
}
@media screen and (min-width: 480px) {
  h2 + *, .title + * {
    margin-top: calc(2.5vw + 1.125rem);
  }
}
@media screen and (min-width: 1680px) {
  h2 + *, .title + * {
    margin-top: 3.75rem;
  }
}
h2.title-long, .title-long.title {
  font-size: 1.875rem;
}
@media screen and (min-width: 480px) {
  h2.title-long, .title-long.title {
    font-size: calc(5.4347826087vw + 0.24457rem);
  }
}
@media screen and (min-width: 1400px) {
  h2.title-long, .title-long.title {
    font-size: 5rem;
  }
}

h3 {
  font-size: 1.5625rem;
}
@media screen and (min-width: 480px) {
  h3 {
    font-size: calc(0.5833333333vw + 1.3875rem);
  }
}
@media screen and (min-width: 1680px) {
  h3 {
    font-size: 2rem;
  }
}
h3.section-title {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/span 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/span 1;
  line-height: 1.2;
  position: relative;
}
h3.section-title {
  font-size: 0.875rem;
}
@media screen and (min-width: 480px) {
  h3.section-title {
    font-size: calc(1vw + 0.575rem);
  }
}
@media screen and (min-width: 1680px) {
  h3.section-title {
    font-size: 1.625rem;
  }
}
h3.section-title {
  padding-left: 1.875rem;
}
@media screen and (min-width: 480px) {
  h3.section-title {
    padding-left: calc(0.8333333333vw + 1.625rem);
  }
}
@media screen and (min-width: 1680px) {
  h3.section-title {
    padding-left: 2.5rem;
  }
}
h3.section-title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: var(--brand-red);
}
@media screen and (max-width: 780px) {
  h3.section-title {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/span 3;
  }
}
@media screen and (max-width: 480px) {
  h3.section-title {
    margin-bottom: 0.9375rem;
  }
}

h4 {
  font-size: 1.25rem;
}
@media screen and (min-width: 480px) {
  h4 {
    font-size: calc(0.6666666667vw + 1.05rem);
  }
}
@media screen and (min-width: 1680px) {
  h4 {
    font-size: 1.75rem;
  }
}

h5 {
  font-size: 1.125rem;
}
@media screen and (min-width: 480px) {
  h5 {
    font-size: calc(0.5vw + 0.975rem);
  }
}
@media screen and (min-width: 1680px) {
  h5 {
    font-size: 1.5rem;
  }
}

h6 {
  font-size: 1rem;
}
@media screen and (min-width: 480px) {
  h6 {
    font-size: calc(0.3333333333vw + 0.9rem);
  }
}
@media screen and (min-width: 1680px) {
  h6 {
    font-size: 1.25rem;
  }
}

blockquote {
  border: 1px solid var(--gray2);
  font-weight: 500;
  line-height: 1.6;
}
blockquote {
  border-radius: 0.375rem;
}
@media screen and (min-width: 480px) {
  blockquote {
    border-radius: calc(0.1666666667vw + 0.325rem);
  }
}
@media screen and (min-width: 1680px) {
  blockquote {
    border-radius: 0.5rem;
  }
}
blockquote {
  padding: 1.25rem;
}
@media screen and (min-width: 480px) {
  blockquote {
    padding: calc(1.6666666667vw + 0.75rem);
  }
}
@media screen and (min-width: 1680px) {
  blockquote {
    padding: 2.5rem;
  }
}
blockquote {
  font-size: 1rem;
}
@media screen and (min-width: 480px) {
  blockquote {
    font-size: calc(0.3333333333vw + 0.9rem);
  }
}
@media screen and (min-width: 1680px) {
  blockquote {
    font-size: 1.25rem;
  }
}

b,
strong {
  font-weight: 700;
}

html {
  scroll-behavior: smooth;
}

* {
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  position: relative;
  background-color: var(--main-bg);
  font-family: var(--font-text);
  color: var(--white);
}
body {
  font-size: 0.875rem;
}
@media screen and (min-width: 480px) {
  body {
    font-size: calc(0.1666666667vw + 0.825rem);
  }
}
@media screen and (min-width: 1680px) {
  body {
    font-size: 1rem;
  }
}

section {
  max-width: var(--content-width);
  margin: 0 auto;
}

main {
  padding-top: 0.625rem;
}
@media screen and (min-width: 480px) {
  main {
    padding-top: calc(0.8333333333vw + 0.375rem);
  }
}
@media screen and (min-width: 1680px) {
  main {
    padding-top: 1.25rem;
  }
}

.sticky {
  position: sticky;
}

.overflow-hidden {
  overflow: hidden;
}

figure {
  max-width: 100%;
  width: auto !important;
}

img {
  height: auto;
  max-width: 100%;
}

a {
  color: var(--white);
  text-decoration: none;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  outline: none !important;
}
a:hover {
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}

.bold {
  font-weight: 700;
}

.block {
  display: block;
  width: 100%;
  min-width: 100%;
}

.ta-center {
  text-align: center;
}

@media screen and (min-width: 1201px) {
  [data-visible=mobile] {
    display: none !important;
  }
}

@media screen and (max-width: 1200px) {
  [data-visible=desktop] {
    display: none !important;
  }
}

.grid {
  display: -ms-grid;
  display: grid;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-vertical-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-vertical-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-justify-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex-justify-left {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.flex-justify-right {
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}

.flex-max {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hidden {
  display: none !important;
}
.hidden-item {
  display: none !important;
}

.mt-120 {
  margin-top: 3.75rem;
}
@media screen and (min-width: 480px) {
  .mt-120 {
    margin-top: calc(5vw + 2.25rem);
  }
}
@media screen and (min-width: 1680px) {
  .mt-120 {
    margin-top: 7.5rem;
  }
}

.mt-40 {
  margin-top: 1.875rem;
}
@media screen and (min-width: 480px) {
  .mt-40 {
    margin-top: calc(0.8333333333vw + 1.625rem);
  }
}
@media screen and (min-width: 1680px) {
  .mt-40 {
    margin-top: 2.5rem;
  }
}

.padding-m {
  padding: 1.25rem;
}
@media screen and (min-width: 480px) {
  .padding-m {
    padding: calc(1.6666666667vw + 0.75rem);
  }
}
@media screen and (min-width: 1680px) {
  .padding-m {
    padding: 2.5rem;
  }
}

.padding-sm {
  padding-inline: 10px;
}
@media screen and (min-width: 480px) {
  .padding-sm {
    padding-inline: calc(0.1666666667vw + 9.2px);
  }
}
@media screen and (min-width: 1680px) {
  .padding-sm {
    padding-inline: 12px;
  }
}

.red {
  color: var(--brand-red);
}

.bg-dark {
  background: var(--black-bg);
}
.bg-light {
  background: var(--light-bg);
  color: var(--brand-black);
}
.bg-gradient {
  background: var(--gradient);
}

section .section-pt {
  padding-top: 2.5rem;
}
@media screen and (min-width: 480px) {
  section .section-pt {
    padding-top: calc(3.3333333333vw + 1.5rem);
  }
}
@media screen and (min-width: 1680px) {
  section .section-pt {
    padding-top: 5rem;
  }
}
section .section-pb-20 {
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 480px) {
  section .section-pb-20 {
    padding-bottom: calc(0vw + 1.25rem);
  }
}
@media screen and (min-width: 1680px) {
  section .section-pb-20 {
    padding-bottom: 1.25rem;
  }
}
section .section-pb-40 {
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 480px) {
  section .section-pb-40 {
    padding-bottom: calc(0vw + 2.5rem);
  }
}
@media screen and (min-width: 1680px) {
  section .section-pb-40 {
    padding-bottom: 2.5rem;
  }
}
section .section-pb-60 {
  padding-bottom: 1.875rem;
}
@media screen and (min-width: 480px) {
  section .section-pb-60 {
    padding-bottom: calc(2.5vw + 1.125rem);
  }
}
@media screen and (min-width: 1680px) {
  section .section-pb-60 {
    padding-bottom: 3.75rem;
  }
}
section .section-pb-80 {
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 480px) {
  section .section-pb-80 {
    padding-bottom: calc(3.3333333333vw + 1.5rem);
  }
}
@media screen and (min-width: 1680px) {
  section .section-pb-80 {
    padding-bottom: 5rem;
  }
}

.section {
  padding-inline: 10px;
}
@media screen and (min-width: 480px) {
  .section {
    padding-inline: calc(2.5vw - 2px);
  }
}
@media screen and (min-width: 1680px) {
  .section {
    padding-inline: 40px;
  }
}
.section {
  padding-top: 0.625rem;
}
@media screen and (min-width: 480px) {
  .section {
    padding-top: calc(0.8333333333vw + 0.375rem);
  }
}
@media screen and (min-width: 1680px) {
  .section {
    padding-top: 1.25rem;
  }
}
.section {
  padding-bottom: 0.625rem;
}
@media screen and (min-width: 480px) {
  .section {
    padding-bottom: calc(0.8333333333vw + 0.375rem);
  }
}
@media screen and (min-width: 1680px) {
  .section {
    padding-bottom: 1.25rem;
  }
}

.bdrs {
  border-radius: 1.25rem;
}

.bdrs-top {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.bdrs-bottom {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.grid--about {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
}
.grid--about h2 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2/span 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/span 2;
}
.grid--about h2 {
  padding-bottom: 1.875rem;
}
@media screen and (min-width: 480px) {
  .grid--about h2 {
    padding-bottom: calc(0.8333333333vw + 1.625rem);
  }
}
@media screen and (min-width: 1680px) {
  .grid--about h2 {
    padding-bottom: 2.5rem;
  }
}
@media screen and (max-width: 780px) {
  .grid--about h2 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/span 3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/span 1;
  }
}
@media screen and (max-width: 480px) {
  .grid--about h2 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/span 3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/span 1;
    padding-bottom: 0;
  }
}
.grid--about .about-founder {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/span 1;
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  grid-row: 2/span 2;
  -ms-grid-row-align: end;
  align-self: end;
}
.grid--about .about-founder img {
  margin: 0 auto;
}
.grid--about .about-founder span {
  display: block;
  text-align: center;
}
.grid--about .about-founder span {
  font-size: 0.875rem;
}
@media screen and (min-width: 480px) {
  .grid--about .about-founder span {
    font-size: calc(0.5vw + 0.725rem);
  }
}
@media screen and (min-width: 1680px) {
  .grid--about .about-founder span {
    font-size: 1.25rem;
  }
}
.grid--about .about-founder span {
  margin-top: 1.25rem;
}
@media screen and (min-width: 480px) {
  .grid--about .about-founder span {
    margin-top: calc(0.8333333333vw + 1rem);
  }
}
@media screen and (min-width: 1680px) {
  .grid--about .about-founder span {
    margin-top: 1.875rem;
  }
}
@media screen and (max-width: 780px) {
  .grid--about .about-founder {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/span 1;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/span 1;
  }
}
@media screen and (max-width: 480px) {
  .grid--about .about-founder {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/span 3;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/span 1;
    text-align: center;
  }
  .grid--about .about-founder picture {
    display: inline-block;
    position: relative;
  }
  .grid--about .about-founder picture:before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 0.125rem;
    border-radius: inherit;
    background: var(--gradient);
    -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #000));
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    pointer-events: none;
    border-radius: 50%;
  }
  .grid--about .about-founder picture img {
    max-width: 100px;
    border-radius: 50%;
    overflow: hidden;
  }
  .grid--about .about-founder span {
    margin-top: 0.625rem;
  }
}
.grid--about .about-quote {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2/span 2;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/span 1;
  position: relative;
  border-top: 1px solid var(--gray-text);
  font-weight: 300;
}
.grid--about .about-quote {
  font-size: 1.125rem;
}
@media screen and (min-width: 480px) {
  .grid--about .about-quote {
    font-size: calc(1.1666666667vw + 0.775rem);
  }
}
@media screen and (min-width: 1680px) {
  .grid--about .about-quote {
    font-size: 2rem;
  }
}
.grid--about .about-quote {
  padding-top: 1.875rem;
}
@media screen and (min-width: 480px) {
  .grid--about .about-quote {
    padding-top: calc(0.8333333333vw + 1.625rem);
  }
}
@media screen and (min-width: 1680px) {
  .grid--about .about-quote {
    padding-top: 2.5rem;
  }
}
.grid--about .about-quote {
  padding-left: 3.75rem;
}
@media screen and (min-width: 480px) {
  .grid--about .about-quote {
    padding-left: calc(0vw + 3.75rem);
  }
}
@media screen and (min-width: 1680px) {
  .grid--about .about-quote {
    padding-left: 3.75rem;
  }
}
.grid--about .about-quote:before {
  content: url(../img/svg/quote-gradient.svg);
  position: absolute;
  left: 0px;
}
.grid--about .about-quote:before {
  top: 30px;
}
@media screen and (min-width: 480px) {
  .grid--about .about-quote:before {
    top: calc(0.8333333333vw + 26px);
  }
}
@media screen and (min-width: 1680px) {
  .grid--about .about-quote:before {
    top: 40px;
  }
}
.grid--about .about-quote p + p {
  margin-top: 0.625rem;
}
@media screen and (min-width: 480px) {
  .grid--about .about-quote p + p {
    margin-top: calc(0vw + 0.625rem);
  }
}
@media screen and (min-width: 1680px) {
  .grid--about .about-quote p + p {
    margin-top: 0.625rem;
  }
}
.grid--about .about-quote em {
  font-weight: 500;
  text-decoration: underline;
}
@media screen and (max-width: 780px) {
  .grid--about .about-quote {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/span 2;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/span 1;
  }
}
@media screen and (max-width: 480px) {
  .grid--about .about-quote {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/span 3;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/span 1;
    padding-left: 0;
    border: none;
    margin-top: 0.9375rem;
  }
  .grid--about .about-quote:before {
    top: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.competences {
  overflow: hidden;
  max-width: var(--content-width);
  margin: 0 auto;
  position: relative;
}
.competences {
  padding-left: 0.625rem;
}
@media screen and (min-width: 480px) {
  .competences {
    padding-left: calc(4.1666666667vw - 0.625rem);
  }
}
@media screen and (min-width: 1680px) {
  .competences {
    padding-left: 3.75rem;
  }
}
.competences-list {
  overflow-x: auto;
  scrollbar-width: none;
}
.competences-list {
  padding-right: 0.625rem;
}
@media screen and (min-width: 480px) {
  .competences-list {
    padding-right: calc(4.1666666667vw - 0.625rem);
  }
}
@media screen and (min-width: 1680px) {
  .competences-list {
    padding-right: 3.75rem;
  }
}
.competences-list:-webkit-scrollbar {
  display: none;
}
.competences-item {
  margin-right: 0.5rem;
}
@media screen and (min-width: 480px) {
  .competences-item {
    margin-right: calc(0.6666666667vw + 0.3rem);
  }
}
@media screen and (min-width: 1680px) {
  .competences-item {
    margin-right: 1rem;
  }
}
.competences-item:last-child {
  margin-right: 0;
}

.steps__item {
  border-bottom: 1px solid var(--gray-text);
  color: var(--white);
  position: relative;
}
.steps__item {
  padding-top: 2.5rem;
}
@media screen and (min-width: 480px) {
  .steps__item {
    padding-top: calc(3.3333333333vw + 1.5rem);
  }
}
@media screen and (min-width: 1680px) {
  .steps__item {
    padding-top: 5rem;
  }
}
.steps__item {
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 480px) {
  .steps__item {
    padding-bottom: calc(3.3333333333vw + 1.5rem);
  }
}
@media screen and (min-width: 1680px) {
  .steps__item {
    padding-bottom: 5rem;
  }
}
.steps__item:first-child {
  border-top: 1px solid var(--gray-text);
}
.steps__item-num {
  color: var(--gray-text);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.steps__item-num {
  font-size: 1.5rem;
}
@media screen and (min-width: 480px) {
  .steps__item-num {
    font-size: calc(0vw + 1.5rem);
  }
}
@media screen and (min-width: 1680px) {
  .steps__item-num {
    font-size: 1.5rem;
  }
}
.steps__item-title {
  line-height: 1.1;
  width: calc(45% - 3.125rem);
}
.steps__item-title {
  padding-left: 2.5rem;
}
@media screen and (min-width: 480px) {
  .steps__item-title {
    padding-left: calc(3.3333333333vw + 1.5rem);
  }
}
@media screen and (min-width: 1680px) {
  .steps__item-title {
    padding-left: 5rem;
  }
}
.steps__item-title {
  padding-right: 2.5rem;
}
@media screen and (min-width: 480px) {
  .steps__item-title {
    padding-right: calc(3.3333333333vw + 1.5rem);
  }
}
@media screen and (min-width: 1680px) {
  .steps__item-title {
    padding-right: 5rem;
  }
}
.steps__item-title {
  font-size: 1.75rem;
}
@media screen and (min-width: 480px) {
  .steps__item-title {
    font-size: calc(1.5vw + 1.3rem);
  }
}
@media screen and (min-width: 1680px) {
  .steps__item-title {
    font-size: 2.875rem;
  }
}
.steps__item-desc {
  line-height: 1.2;
  width: 55%;
}
.steps__item-desc {
  font-size: 1.125rem;
}
@media screen and (min-width: 480px) {
  .steps__item-desc {
    font-size: calc(0.6666666667vw + 0.925rem);
  }
}
@media screen and (min-width: 1680px) {
  .steps__item-desc {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 780px) {
  .steps__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .steps__item-num {
    top: 5px;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    left: unset;
    right: 0;
  }
  .steps__item-title {
    width: 100%;
    padding: 0;
  }
  .steps__item-desc {
    width: 100%;
    margin-top: 1.25rem;
  }
}

.toggle-item {
  position: relative;
  overflow: hidden;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  will-change: transform, opacity, border-radius;
  /* УХОД: сжаться и округлиться */
}
.toggle-item.shrink-out {
  -webkit-transform: scale(0.001);
  -ms-transform: scale(0.001);
  transform: scale(0.001);
  opacity: 0;
  border-radius: 18.75rem;
  -webkit-transition: opacity var(--card-out) ease, border-radius var(--card-out) ease, -webkit-transform var(--card-out) var(--card-ease);
  transition: opacity var(--card-out) ease, border-radius var(--card-out) ease, -webkit-transform var(--card-out) var(--card-ease);
  -o-transition: transform var(--card-out) var(--card-ease), opacity var(--card-out) ease, border-radius var(--card-out) ease;
  transition: transform var(--card-out) var(--card-ease), opacity var(--card-out) ease, border-radius var(--card-out) ease;
  transition: transform var(--card-out) var(--card-ease), opacity var(--card-out) ease, border-radius var(--card-out) ease, -webkit-transform var(--card-out) var(--card-ease);
}
.toggle-item.reveal-prepare {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-transform: scale(0.001);
  -ms-transform: scale(0.001);
  transform: scale(0.001);
  opacity: 0;
  border-radius: 18.75rem;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
.toggle-item.reveal-play {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
  border-radius: var(--card-radius);
  -webkit-transition: opacity var(--card-in) ease, border-radius var(--card-in) ease, -webkit-transform var(--card-in) var(--card-ease);
  transition: opacity var(--card-in) ease, border-radius var(--card-in) ease, -webkit-transform var(--card-in) var(--card-ease);
  -o-transition: transform var(--card-in) var(--card-ease), opacity var(--card-in) ease, border-radius var(--card-in) ease;
  transition: transform var(--card-in) var(--card-ease), opacity var(--card-in) ease, border-radius var(--card-in) ease;
  transition: transform var(--card-in) var(--card-ease), opacity var(--card-in) ease, border-radius var(--card-in) ease, -webkit-transform var(--card-in) var(--card-ease);
}

.is-gone {
  display: none !important;
}

@media (prefers-reduced-motion: reduce) {
  .toggle-item {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }
  .toggle-item.reveal-prepare,
.toggle-item.reveal-play {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    opacity: 1 !important;
    border-radius: var(--card-radius) !important;
  }
}
.portfolio__header h2 {
  margin-top: 2.5rem;
}
@media screen and (min-width: 480px) {
  .portfolio__header h2 {
    margin-top: calc(3.3333333333vw + 1.5rem);
  }
}
@media screen and (min-width: 1680px) {
  .portfolio__header h2 {
    margin-top: 5rem;
  }
}
.portfolio__body {
  margin-top: 2.5rem;
}
@media screen and (min-width: 480px) {
  .portfolio__body {
    margin-top: calc(3.3333333333vw + 1.5rem);
  }
}
@media screen and (min-width: 1680px) {
  .portfolio__body {
    margin-top: 5rem;
  }
}
.portfolio__body p {
  max-width: 1070px;
  margin-left: auto;
  line-height: 1.2;
}
.portfolio__body p {
  font-size: 1.5rem;
}
@media screen and (min-width: 480px) {
  .portfolio__body p {
    font-size: calc(1.5vw + 1.05rem);
  }
}
@media screen and (min-width: 1680px) {
  .portfolio__body p {
    font-size: 2.625rem;
  }
}
.portfolio__footer {
  line-height: 1.2;
}
.portfolio__footer {
  margin-top: 2.5rem;
}
@media screen and (min-width: 480px) {
  .portfolio__footer {
    margin-top: calc(3.3333333333vw + 1.5rem);
  }
}
@media screen and (min-width: 1680px) {
  .portfolio__footer {
    margin-top: 5rem;
  }
}
.portfolio__footer {
  font-size: 1rem;
}
@media screen and (min-width: 480px) {
  .portfolio__footer {
    font-size: calc(0.8333333333vw + 0.75rem);
  }
}
@media screen and (min-width: 1680px) {
  .portfolio__footer {
    font-size: 1.625rem;
  }
}
.portfolio__footer span {
  font-weight: 600;
  color: var(--brand-black);
}
@media screen and (max-width: 480px) {
  .portfolio__footer span {
    display: none;
  }
}
.portfolio__footer a {
  color: var(--gray-text);
  text-decoration: underline;
  position: relative;
}

.projects-list {
  max-width: var(--content-width);
  margin: 0 auto;
  margin-top: var(--space);
  position: relative;
}
@media screen and (max-width: 1200px) {
  .projects-list .grid-child[data-grid="8"], .projects-list .grid-child[data-grid="4"] {
    -ms-grid-column-span: 6;
    grid-column: 6 span;
  }
}
@media screen and (max-width: 780px) {
  .projects-list .grid-child[data-grid="8"], .projects-list .grid-child[data-grid="6"], .projects-list .grid-child[data-grid="4"] {
    -ms-grid-column-span: 12;
    grid-column: 12 span;
  }
}

.arrow {
  display: block;
  position: relative;
}
.arrow {
  padding-left: 2.8125rem;
}
@media screen and (min-width: 480px) {
  .arrow {
    padding-left: calc(1.6666666667vw + 2.3125rem);
  }
}
@media screen and (min-width: 1680px) {
  .arrow {
    padding-left: 4.0625rem;
  }
}
.arrow:after {
  content: url(../img/svg/arrow-white.svg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  background-image: var(--gradient);
  line-height: 0;
}
.arrow:after {
  width: 2rem;
}
@media screen and (min-width: 480px) {
  .arrow:after {
    width: calc(1.0833333333vw + 1.675rem);
  }
}
@media screen and (min-width: 1680px) {
  .arrow:after {
    width: 2.8125rem;
  }
}
.arrow:after {
  height: 2rem;
}
@media screen and (min-width: 480px) {
  .arrow:after {
    height: calc(1.0833333333vw + 1.675rem);
  }
}
@media screen and (min-width: 1680px) {
  .arrow:after {
    height: 2.8125rem;
  }
}
.arrow--right {
  padding-left: 0;
}
.arrow--right {
  padding-right: 2.8125rem;
}
@media screen and (min-width: 480px) {
  .arrow--right {
    padding-right: calc(1.6666666667vw + 2.3125rem);
  }
}
@media screen and (min-width: 1680px) {
  .arrow--right {
    padding-right: 4.0625rem;
  }
}
.arrow--right:after {
  left: unset;
  right: 0;
}
.arrow--down:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.contacts__header {
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
  gap: 0.75rem;
}
.contacts__header .section-title {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/span 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/span 1;
}
@media screen and (max-width: 1200px) {
  .contacts__header .section-title {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
  }
}
.contacts__header h2 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/span 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/span 2;
}
@media screen and (max-width: 1200px) {
  .contacts__header h2 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/span 1;
  }
}
.contacts__list {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/span 1;
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  grid-row: 2/span 2;
}
@media screen and (max-width: 1200px) {
  .contacts__list {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/span 1;
  }
}
.contacts__list-card {
  margin-left: 0.9375rem;
}
@media screen and (min-width: 480px) {
  .contacts__list-card {
    margin-left: calc(0.4166666667vw + 0.8125rem);
  }
}
@media screen and (min-width: 1680px) {
  .contacts__list-card {
    margin-left: 1.25rem;
  }
}
.contacts__list-card:first-child {
  margin-left: 0;
}
.contacts__list-card a {
  color: var(--gray-text);
}
.contacts__body-content {
  position: relative;
  z-index: 1;
}
.contacts__body-content {
  margin-top: -2.6875rem;
}
@media screen and (min-width: 480px) {
  .contacts__body-content {
    margin-top: calc(-2.25vw - 2.0125rem);
  }
}
@media screen and (min-width: 1680px) {
  .contacts__body-content {
    margin-top: -4.375rem;
  }
}
.contacts__body-content {
  margin-bottom: -2.6875rem;
}
@media screen and (min-width: 480px) {
  .contacts__body-content {
    margin-bottom: calc(-2.25vw - 2.0125rem);
  }
}
@media screen and (min-width: 1680px) {
  .contacts__body-content {
    margin-bottom: -4.375rem;
  }
}
.contacts__body-item {
  border-radius: 1.25rem;
  background: var(--light-bg);
  color: var(--gray-text);
  position: relative;
}
.contacts__body-item {
  padding: 1.25rem;
}
@media screen and (min-width: 480px) {
  .contacts__body-item {
    padding: calc(1.6666666667vw + 0.75rem);
  }
}
@media screen and (min-width: 1680px) {
  .contacts__body-item {
    padding: 2.5rem;
  }
}
.contacts__body-item {
  font-size: 1rem;
}
@media screen and (min-width: 480px) {
  .contacts__body-item {
    font-size: calc(0.8333333333vw + 0.75rem);
  }
}
@media screen and (min-width: 1680px) {
  .contacts__body-item {
    font-size: 1.625rem;
  }
}
.contacts__body-item * {
  position: relative;
}
.contacts__body-item h4 {
  line-height: 1.2;
  font-weight: 400;
}
.contacts__body-item h4 {
  font-size: 2rem;
}
@media screen and (min-width: 480px) {
  .contacts__body-item h4 {
    font-size: calc(2.1666666667vw + 1.35rem);
  }
}
@media screen and (min-width: 1680px) {
  .contacts__body-item h4 {
    font-size: 3.625rem;
  }
}
.contacts__body-item.gradient {
  background-image: var(--gradient);
  color: var(--white);
}
.contacts__body-item.gradient {
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 480px) {
  .contacts__body-item.gradient {
    padding-bottom: calc(5vw + 2.25rem);
  }
}
@media screen and (min-width: 1680px) {
  .contacts__body-item.gradient {
    padding-bottom: 7.5rem;
  }
}
.contacts__body-item.gradient:after {
  content: url(../img/svg/arrow-long-dark.svg);
  position: absolute;
}
.contacts__body-item.gradient:after {
  bottom: 20px;
}
@media screen and (min-width: 480px) {
  .contacts__body-item.gradient:after {
    bottom: calc(1.6666666667vw + 12px);
  }
}
@media screen and (min-width: 1680px) {
  .contacts__body-item.gradient:after {
    bottom: 40px;
  }
}
.contacts__body-item.gradient:after {
  left: 20px;
}
@media screen and (min-width: 480px) {
  .contacts__body-item.gradient:after {
    left: calc(1.6666666667vw + 12px);
  }
}
@media screen and (min-width: 1680px) {
  .contacts__body-item.gradient:after {
    left: 40px;
  }
}
.contacts__body-item span {
  display: block;
  position: relative;
}
.contacts__body-item span {
  padding-left: 1.25rem;
}
@media screen and (min-width: 480px) {
  .contacts__body-item span {
    padding-left: calc(0.8333333333vw + 1rem);
  }
}
@media screen and (min-width: 1680px) {
  .contacts__body-item span {
    padding-left: 1.875rem;
  }
}
.contacts__body-item span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.8125rem;
  height: 0.8125rem;
  border-radius: 50%;
  background: var(--brand-red);
}
.contacts__body-item p {
  margin-top: 1.25rem;
}
@media screen and (min-width: 480px) {
  .contacts__body-item p {
    margin-top: calc(1.25vw + 0.875rem);
  }
}
@media screen and (min-width: 1680px) {
  .contacts__body-item p {
    margin-top: 2.1875rem;
  }
}
.contacts__body-item_estimate .estimate-img {
  content: "";
  position: absolute;
  max-height: 80%;
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
.contacts__body-item_estimate .estimate-img {
  top: 20px;
}
@media screen and (min-width: 480px) {
  .contacts__body-item_estimate .estimate-img {
    top: calc(1.6666666667vw + 12px);
  }
}
@media screen and (min-width: 1680px) {
  .contacts__body-item_estimate .estimate-img {
    top: 40px;
  }
}
.contacts__body-item_estimate .estimate-img {
  right: 20px;
}
@media screen and (min-width: 480px) {
  .contacts__body-item_estimate .estimate-img {
    right: calc(1.6666666667vw + 12px);
  }
}
@media screen and (min-width: 1680px) {
  .contacts__body-item_estimate .estimate-img {
    right: 40px;
  }
}
.contacts__body-item_buttons {
  position: relative;
  display: inline-block;
}
.contacts__body-item_buttons {
  margin-top: 2.5rem;
}
@media screen and (min-width: 480px) {
  .contacts__body-item_buttons {
    margin-top: calc(2.9166666667vw + 1.625rem);
  }
}
@media screen and (min-width: 1680px) {
  .contacts__body-item_buttons {
    margin-top: 4.6875rem;
  }
}
.contacts__body-item_buttons .js-show-buttons {
  background-color: var(--card-bg);
  color: var(--white);
  position: relative;
}
.contacts__body-item_buttons .js-show-buttons:after {
  content: url(../img/svg/arrow-white.svg);
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  opacity: 0;
  -webkit-transition: opacity 1s linear;
  -o-transition: opacity 1s linear;
  transition: opacity 1s linear;
}
.contacts__body-item_buttons .js-show-buttons.active {
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  padding-right: 3.125rem;
  cursor: progress;
}
.contacts__body-item_buttons .js-show-buttons.active:after {
  opacity: 1;
  -webkit-transition: opacity 2s linear;
  -o-transition: opacity 2s linear;
  transition: opacity 2s linear;
}
.contacts__body-item_buttons .button-social {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.contacts__body-item_buttons .button-social.active {
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.contacts__body-item_buttons .button-social.active:nth-child(2) {
  -webkit-transform: translateX(220%);
  -ms-transform: translateX(220%);
  transform: translateX(220%);
}
.contacts__body-item_buttons .button-social img {
  height: 2.8125rem;
}
@media screen and (min-width: 480px) {
  .contacts__body-item_buttons .button-social img {
    height: calc(1.25vw + 2.4375rem);
  }
}
@media screen and (min-width: 1680px) {
  .contacts__body-item_buttons .button-social img {
    height: 3.75rem;
  }
}

.outline-svg {
  width: 100%;
  display: block;
  overflow: visible;
}
.outline-svg {
  height: 5.625rem;
}
@media screen and (min-width: 480px) {
  .outline-svg {
    height: calc(8.3333333333vw + 3.125rem);
  }
}
@media screen and (min-width: 1680px) {
  .outline-svg {
    height: 11.875rem;
  }
}
.outline-svg text {
  font-family: "Arimo", system-ui, -apple-system, Segoe UI, sans-serif;
  font-weight: 900;
  font-size: 0.6375rem;
  text-transform: uppercase;
}
.outline-text {
  fill: none;
  stroke: url(#c-stroke);
  stroke-linejoin: round;
  stroke-width: 0.1;
  paint-order: normal;
  text-transform: uppercase;
}
@media screen and (max-width: 480px) {
  .outline-text {
    stroke-width: 0.2;
  }
}
.outline .marquee {
  will-change: transform;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.outline .marquee .seg--b {
  /* смещение второй копии задаём JS: translate3d(var(0),0,0) */
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
@media (prefers-reduced-motion: reduce) {
  .outline .marquee, .outline .seg--b {
    -webkit-animation: none !important;
    animation: none !important;
  }
}

.consultation {
  border: 2px solid var(--white);
  position: relative;
  -ms-grid-columns: 7fr 5fr;
  grid-template-columns: 7fr 5fr;
  gap: 0.75rem;
}
.consultation {
  padding: 1.25rem;
}
@media screen and (min-width: 480px) {
  .consultation {
    padding: calc(2.5vw + 0.5rem);
  }
}
@media screen and (min-width: 1680px) {
  .consultation {
    padding: 3.125rem;
  }
}
@media screen and (max-width: 480px) {
  .consultation {
    -ms-grid-columns: 8fr 4fr;
    grid-template-columns: 8fr 4fr;
  }
}
@media screen and (max-width: 360px) {
  .consultation {
    -ms-grid-columns: 9fr 3fr;
    grid-template-columns: 9fr 3fr;
  }
}
.consultation__title {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/span 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/span 1;
  line-height: 1.2;
  font-weight: 400;
}
.consultation__title {
  font-size: 1.5rem;
}
@media screen and (min-width: 480px) {
  .consultation__title {
    font-size: calc(2vw + 0.9rem);
  }
}
@media screen and (min-width: 1680px) {
  .consultation__title {
    font-size: 3rem;
  }
}
.consultation__question {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/span 1;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/span 1;
  cursor: pointer;
  position: relative;
}
.consultation__question p {
  background: var(--main-bg);
  opacity: 1;
  -webkit-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
  line-height: 1.5;
  text-decoration: underline;
  color: var(--light);
}
.consultation__question p {
  font-size: 2.1875rem;
}
@media screen and (min-width: 480px) {
  .consultation__question p {
    font-size: calc(5.4166666667vw + 0.5625rem);
  }
}
@media screen and (min-width: 1680px) {
  .consultation__question p {
    font-size: 6.25rem;
  }
}
.consultation__question p.active {
  opacity: 0;
}
@media screen and (max-width: 480px) {
  .consultation__question p {
    line-height: 2;
  }
}
.consultation__question .button {
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--light);
  opacity: 0;
  -webkit-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
.consultation__question .button {
  width: 3.75rem;
}
@media screen and (min-width: 480px) {
  .consultation__question .button {
    width: calc(3.3333333333vw + 2.75rem);
  }
}
@media screen and (min-width: 1680px) {
  .consultation__question .button {
    width: 6.25rem;
  }
}
.consultation__question .button {
  height: 3.75rem;
}
@media screen and (min-width: 480px) {
  .consultation__question .button {
    height: calc(3.3333333333vw + 2.75rem);
  }
}
@media screen and (min-width: 1680px) {
  .consultation__question .button {
    height: 6.25rem;
  }
}
.consultation__question .button img {
  width: 3.125rem;
}
@media screen and (min-width: 480px) {
  .consultation__question .button img {
    width: calc(2.5vw + 2.375rem);
  }
}
@media screen and (min-width: 1680px) {
  .consultation__question .button img {
    width: 5rem;
  }
}
.consultation__question .button.active {
  opacity: 1;
  -webkit-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
.consultation__question .button.active:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transition: opacity left 0.5s linear;
  -o-transition: opacity left 0.5s linear;
  transition: opacity left 0.5s linear;
}
.consultation__question .button.active:nth-child(2) {
  left: 80px;
}
@media screen and (min-width: 480px) {
  .consultation__question .button.active:nth-child(2) {
    left: calc(3.3333333333vw + 64px);
  }
}
@media screen and (min-width: 1680px) {
  .consultation__question .button.active:nth-child(2) {
    left: 120px;
  }
}
@media screen and (max-width: 800px) {
  .consultation__question {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/span 1;
  }
}
.consultation__img {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/span 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/span 1;
  border-radius: 50%;
  background: var(--light-bg);
}
.consultation__img {
  width: 5rem;
}
@media screen and (min-width: 480px) {
  .consultation__img {
    width: calc(3.3333333333vw + 4rem);
  }
}
@media screen and (min-width: 1680px) {
  .consultation__img {
    width: 7.5rem;
  }
}
.consultation__img {
  height: 5rem;
}
@media screen and (min-width: 480px) {
  .consultation__img {
    height: calc(3.3333333333vw + 4rem);
  }
}
@media screen and (min-width: 1680px) {
  .consultation__img {
    height: 7.5rem;
  }
}
@media screen and (max-width: 800px) {
  .consultation__img {
    margin-left: auto;
  }
}
.consultation__offer {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/span 1;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/span 1;
  line-height: 1.4;
  color: var(--light);
}
.consultation__offer {
  margin-top: 1.25rem;
}
@media screen and (min-width: 480px) {
  .consultation__offer {
    margin-top: calc(1.6666666667vw + 0.75rem);
  }
}
@media screen and (min-width: 1680px) {
  .consultation__offer {
    margin-top: 2.5rem;
  }
}
.consultation__offer {
  font-size: 1rem;
}
@media screen and (min-width: 480px) {
  .consultation__offer {
    font-size: calc(0.8333333333vw + 0.75rem);
  }
}
@media screen and (min-width: 1680px) {
  .consultation__offer {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 800px) {
  .consultation__offer {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/span 1;
  }
}
.consultation .presentation-link {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/span 1;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/span 1;
}
.consultation .presentation-link {
  margin-top: 1.25rem;
}
@media screen and (min-width: 480px) {
  .consultation .presentation-link {
    margin-top: calc(1.6666666667vw + 0.75rem);
  }
}
@media screen and (min-width: 1680px) {
  .consultation .presentation-link {
    margin-top: 2.5rem;
  }
}
.consultation .presentation-link a {
  color: var(--gray-text);
  text-decoration: underline;
}
.consultation .presentation-link a {
  font-size: 1rem;
}
@media screen and (min-width: 480px) {
  .consultation .presentation-link a {
    font-size: calc(0.8333333333vw + 0.75rem);
  }
}
@media screen and (min-width: 1680px) {
  .consultation .presentation-link a {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 800px) {
  .consultation .presentation-link {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/span 1;
  }
}
.consultation__buttons {
  position: absolute;
}
.consultation__buttons {
  bottom: 25px;
}
@media screen and (min-width: 480px) {
  .consultation__buttons {
    bottom: calc(2.0833333333vw + 15px);
  }
}
@media screen and (min-width: 1680px) {
  .consultation__buttons {
    bottom: 50px;
  }
}
.consultation__buttons {
  left: 25px;
}
@media screen and (min-width: 480px) {
  .consultation__buttons {
    left: calc(2.0833333333vw + 15px);
  }
}
@media screen and (min-width: 1680px) {
  .consultation__buttons {
    left: 50px;
  }
}
.consultation__buttons .button {
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--light);
  opacity: 0;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.consultation__buttons .button {
  width: 3.75rem;
}
@media screen and (min-width: 480px) {
  .consultation__buttons .button {
    width: calc(3.3333333333vw + 2.75rem);
  }
}
@media screen and (min-width: 1680px) {
  .consultation__buttons .button {
    width: 6.25rem;
  }
}
.consultation__buttons .button {
  height: 3.75rem;
}
@media screen and (min-width: 480px) {
  .consultation__buttons .button {
    height: calc(3.3333333333vw + 2.75rem);
  }
}
@media screen and (min-width: 1680px) {
  .consultation__buttons .button {
    height: 6.25rem;
  }
}
.consultation__buttons .button img {
  width: 3.125rem;
}
@media screen and (min-width: 480px) {
  .consultation__buttons .button img {
    width: calc(2.5vw + 2.375rem);
  }
}
@media screen and (min-width: 1680px) {
  .consultation__buttons .button img {
    width: 5rem;
  }
}
.consultation__buttons .button.active {
  opacity: 1;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.consultation__buttons .button.active:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.consultation__buttons .button.active:nth-child(2) {
  left: 80px;
}
@media screen and (min-width: 480px) {
  .consultation__buttons .button.active:nth-child(2) {
    left: calc(3.3333333333vw + 64px);
  }
}
@media screen and (min-width: 1680px) {
  .consultation__buttons .button.active:nth-child(2) {
    left: 120px;
  }
}

.page--text h1 {
  font-size: 3.125rem;
}
@media screen and (min-width: 480px) {
  .page--text h1 {
    font-size: calc(3.3333333333vw + 2.125rem);
  }
}
@media screen and (min-width: 1680px) {
  .page--text h1 {
    font-size: 5.625rem;
  }
}
.page--text h1 {
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 480px) {
  .page--text h1 {
    margin-bottom: calc(1.6666666667vw + 1.375rem);
  }
}
@media screen and (min-width: 1680px) {
  .page--text h1 {
    margin-bottom: 3.125rem;
  }
}
.page--text h1 {
  margin-top: 4.375rem;
}
@media screen and (min-width: 480px) {
  .page--text h1 {
    margin-top: calc(6.6666666667vw + 2.375rem);
  }
}
@media screen and (min-width: 1680px) {
  .page--text h1 {
    margin-top: 9.375rem;
  }
}
.page--text main h2 {
  font-size: 1.875rem;
}
@media screen and (min-width: 480px) {
  .page--text main h2 {
    font-size: calc(2.5vw + 1.125rem);
  }
}
@media screen and (min-width: 1680px) {
  .page--text main h2 {
    font-size: 3.75rem;
  }
}
.page--text main h2 {
  margin-top: 1.875rem;
}
@media screen and (min-width: 480px) {
  .page--text main h2 {
    margin-top: calc(1.6666666667vw + 1.375rem);
  }
}
@media screen and (min-width: 1680px) {
  .page--text main h2 {
    margin-top: 3.125rem;
  }
}
.page--text main h3 {
  font-size: 1.25rem;
}
@media screen and (min-width: 480px) {
  .page--text main h3 {
    font-size: calc(0.8333333333vw + 1rem);
  }
}
@media screen and (min-width: 1680px) {
  .page--text main h3 {
    font-size: 1.875rem;
  }
}
.page--text main h3 {
  margin-top: 1.25rem;
}
@media screen and (min-width: 480px) {
  .page--text main h3 {
    margin-top: calc(0.8333333333vw + 1rem);
  }
}
@media screen and (min-width: 1680px) {
  .page--text main h3 {
    margin-top: 1.875rem;
  }
}
.page--text main p {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 480px) {
  .page--text main p {
    margin-top: calc(0.4166666667vw + 0.8125rem);
  }
}
@media screen and (min-width: 1680px) {
  .page--text main p {
    margin-top: 1.25rem;
  }
}
.page--text main ul {
  list-style: circle;
}
.page--text main ul {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 480px) {
  .page--text main ul {
    margin-top: calc(0.4166666667vw + 0.8125rem);
  }
}
@media screen and (min-width: 1680px) {
  .page--text main ul {
    margin-top: 1.25rem;
  }
}
.page--text main ul li {
  margin-top: 0.625rem;
}
@media screen and (min-width: 480px) {
  .page--text main ul li {
    margin-top: calc(0.4166666667vw + 0.5rem);
  }
}
@media screen and (min-width: 1680px) {
  .page--text main ul li {
    margin-top: 0.9375rem;
  }
}
.page--text main ul li {
  margin-left: 1.25rem;
}
@media screen and (min-width: 480px) {
  .page--text main ul li {
    margin-left: calc(0.8333333333vw + 1rem);
  }
}
@media screen and (min-width: 1680px) {
  .page--text main ul li {
    margin-left: 1.875rem;
  }
}

.page {
  height: 100%;
}

.page__body {
  margin: 0;
  min-width: var(--min-width);
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header {
  position: fixed;
  inset: 0 0 auto 0;
  background: rgba(10, 10, 10, var(--hdr-alpha, 0));
  -webkit-transition: -webkit-backdrop-filter 0.2s ease;
  transition: -webkit-backdrop-filter 0.2s ease;
  -o-transition: backdrop-filter 0.2s ease;
  transition: backdrop-filter 0.2s ease;
  transition: backdrop-filter 0.2s ease, -webkit-backdrop-filter 0.2s ease;
  z-index: 4;
}
.header.is-scrolled {
  -webkit-backdrop-filter: blur(calc(var(--hdr-alpha, 0) * 3px));
  backdrop-filter: blur(calc(var(--hdr-alpha, 0) * 3px));
}
.header .menu {
  background: var(--main-bg);
  border-radius: 3.125rem;
}
.header .menu__panel {
  padding-left: 1.25rem;
}
@media screen and (min-width: 480px) {
  .header .menu__panel {
    padding-left: calc(0.8333333333vw + 1rem);
  }
}
@media screen and (min-width: 1680px) {
  .header .menu__panel {
    padding-left: 1.875rem;
  }
}
.header .menu__panel {
  padding-top: 0.625rem;
}
@media screen and (min-width: 480px) {
  .header .menu__panel {
    padding-top: calc(0.25vw + 0.55rem);
  }
}
@media screen and (min-width: 1680px) {
  .header .menu__panel {
    padding-top: 0.8125rem;
  }
}
.header .menu__panel {
  padding-bottom: 0.625rem;
}
@media screen and (min-width: 480px) {
  .header .menu__panel {
    padding-bottom: calc(0.25vw + 0.55rem);
  }
}
@media screen and (min-width: 1680px) {
  .header .menu__panel {
    padding-bottom: 0.8125rem;
  }
}
@media screen and (max-width: 768px) {
  .header .menu__panel {
    width: 0;
    height: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    inset: 0;
    pointer-events: none;
  }
}
.header .menu__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--gradient);
  -webkit-clip-path: circle(0 at 100% 0);
  clip-path: circle(0 at 100% 0);
  -webkit-transition: -webkit-clip-path var(--menu-dur) cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: -webkit-clip-path var(--menu-dur) cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: clip-path var(--menu-dur) cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: clip-path var(--menu-dur) cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: clip-path var(--menu-dur) cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-clip-path var(--menu-dur) cubic-bezier(0.22, 0.61, 0.36, 1);
  z-index: 1;
  opacity: 0.9;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
.header .menu__list li {
  margin-right: 1.875rem;
}
@media screen and (min-width: 480px) {
  .header .menu__list li {
    margin-right: calc(0.8333333333vw + 1.625rem);
  }
}
@media screen and (min-width: 1680px) {
  .header .menu__list li {
    margin-right: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .header .menu__list li {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: opacity 2s ease, -webkit-transform 2s ease;
    transition: opacity 2s ease, -webkit-transform 2s ease;
    -o-transition: opacity 2s ease, transform 2s ease;
    transition: opacity 2s ease, transform 2s ease;
    transition: opacity 2s ease, transform 2s ease, -webkit-transform 2s ease;
    overflow: hidden;
    line-height: 3;
  }
}
@media screen and (max-width: 768px) {
  .header .menu__list {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    width: 0;
  }
}
.header .menu__extra {
  display: none;
}
@media screen and (max-width: 768px) {
  .header .menu__extra {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: hidden;
  }
  .header .menu__extra .menu__social {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    -webkit-transition: opacity 3s ease, -webkit-transform 3s ease;
    transition: opacity 3s ease, -webkit-transform 3s ease;
    -o-transition: opacity 3s ease, transform 3s ease;
    transition: opacity 3s ease, transform 3s ease;
    transition: opacity 3s ease, transform 3s ease, -webkit-transform 3s ease;
  }
}
.header .menu a {
  color: var(--white);
  opacity: 0.5;
  line-height: 0.7;
}
.header .menu a {
  font-size: 0.9375rem;
}
@media screen and (min-width: 480px) {
  .header .menu a {
    font-size: calc(0.25vw + 0.8625rem);
  }
}
@media screen and (min-width: 1680px) {
  .header .menu a {
    font-size: 1.125rem;
  }
}
.header .menu__burger {
  display: none;
  --size: 36px;
  --th: 2px;
  --sp: 6px;
}
@media screen and (max-width: 768px) {
  .header .menu__burger {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: var(--sp);
    width: var(--size);
    height: var(--size);
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 12;
    margin-right: 0.9375rem;
  }
  .header .menu__burger span {
    width: 70%;
    height: var(--th);
    border-radius: 0.125rem;
    background: var(--white);
    display: block;
    -webkit-transition: opacity 0.3s ease, width 0.45s cubic-bezier(0.22, 0.8, 0.24, 1), -webkit-transform 0.45s cubic-bezier(0.22, 0.8, 0.24, 1);
    transition: opacity 0.3s ease, width 0.45s cubic-bezier(0.22, 0.8, 0.24, 1), -webkit-transform 0.45s cubic-bezier(0.22, 0.8, 0.24, 1);
    -o-transition: transform 0.45s cubic-bezier(0.22, 0.8, 0.24, 1), opacity 0.3s ease, width 0.45s cubic-bezier(0.22, 0.8, 0.24, 1);
    transition: transform 0.45s cubic-bezier(0.22, 0.8, 0.24, 1), opacity 0.3s ease, width 0.45s cubic-bezier(0.22, 0.8, 0.24, 1);
    transition: transform 0.45s cubic-bezier(0.22, 0.8, 0.24, 1), opacity 0.3s ease, width 0.45s cubic-bezier(0.22, 0.8, 0.24, 1), -webkit-transform 0.45s cubic-bezier(0.22, 0.8, 0.24, 1);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
  }
  .header .menu__burger[aria-expanded=true] + .menu__panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    -webkit-clip-path: circle(160% at 100% 0%);
    clip-path: circle(160% at 100% 0%);
    -webkit-transition: opacity 0.3s ease, -webkit-clip-path var(--dur) cubic-bezier(0.22, 0.8, 0.24, 1);
    transition: opacity 0.3s ease, -webkit-clip-path var(--dur) cubic-bezier(0.22, 0.8, 0.24, 1);
    -o-transition: clip-path var(--dur) cubic-bezier(0.22, 0.8, 0.24, 1), opacity 0.3s ease;
    transition: clip-path var(--dur) cubic-bezier(0.22, 0.8, 0.24, 1), opacity 0.3s ease;
    transition: clip-path var(--dur) cubic-bezier(0.22, 0.8, 0.24, 1), opacity 0.3s ease, -webkit-clip-path var(--dur) cubic-bezier(0.22, 0.8, 0.24, 1);
    pointer-events: all;
    padding: 4.375rem 4.375rem 1.25rem 1.25rem;
  }
  .header .menu__burger[aria-expanded=true] + .menu__panel .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    z-index: 2;
    width: 100%;
    visibility: visible;
    opacity: 1;
    pointer-events: all;
  }
  .header .menu__burger[aria-expanded=true] + .menu__panel .menu__list li {
    margin: 0;
    margin-top: 1.875rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .header .menu__burger[aria-expanded=true] + .menu__panel .menu__list li {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 2s ease, -webkit-transform 2s ease;
    transition: opacity 2s ease, -webkit-transform 2s ease;
    -o-transition: opacity 2s ease, transform 2s ease;
    transition: opacity 2s ease, transform 2s ease;
    transition: opacity 2s ease, transform 2s ease, -webkit-transform 2s ease;
  }
  .header .menu__burger[aria-expanded=true] + .menu__panel .menu__list li:nth-child(1) {
    -webkit-transition-delay: calc(var(--delay) + 0 * var(--stagger));
    -o-transition-delay: calc(var(--delay) + 0 * var(--stagger));
    transition-delay: calc(var(--delay) + 0 * var(--stagger));
  }
  .header .menu__burger[aria-expanded=true] + .menu__panel .menu__list li:nth-child(2) {
    -webkit-transition-delay: calc(var(--delay) + 1 * var(--stagger));
    -o-transition-delay: calc(var(--delay) + 1 * var(--stagger));
    transition-delay: calc(var(--delay) + 1 * var(--stagger));
  }
  .header .menu__burger[aria-expanded=true] + .menu__panel .menu__list li:nth-child(3) {
    -webkit-transition-delay: calc(var(--delay) + 2 * var(--stagger));
    -o-transition-delay: calc(var(--delay) + 2 * var(--stagger));
    transition-delay: calc(var(--delay) + 2 * var(--stagger));
  }
  .header .menu__burger[aria-expanded=true] + .menu__panel .menu__list li:nth-child(4) {
    -webkit-transition-delay: calc(var(--delay) + 3 * var(--stagger));
    -o-transition-delay: calc(var(--delay) + 3 * var(--stagger));
    transition-delay: calc(var(--delay) + 3 * var(--stagger));
  }
  .header .menu__burger[aria-expanded=true] + .menu__panel .menu__list li:nth-child(5) {
    -webkit-transition-delay: calc(var(--delay) + 4 * var(--stagger));
    -o-transition-delay: calc(var(--delay) + 4 * var(--stagger));
    transition-delay: calc(var(--delay) + 4 * var(--stagger));
  }
}
@media screen and (max-width: 768px) {
  .header .menu__burger[aria-expanded=true] + .menu__panel .menu__list li a {
    color: var(--white);
    opacity: 1;
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 768px) {
  .header .menu__burger[aria-expanded=true] + .menu__panel .menu__extra {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
    width: 100%;
    height: auto;
    margin-top: auto;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  .header .menu__burger[aria-expanded=true] + .menu__panel .menu__extra .menu__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    width: 100%;
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity 3s ease, -webkit-transform 3s ease;
    transition: opacity 3s ease, -webkit-transform 3s ease;
    -o-transition: opacity 3s ease, transform 3s ease;
    transition: opacity 3s ease, transform 3s ease;
    transition: opacity 3s ease, transform 3s ease, -webkit-transform 3s ease;
  }
  .header .menu__burger[aria-expanded=true] + .menu__panel .menu__extra .menu__social-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--card-bg);
    padding: 1.25rem 0.625rem 0.9375rem;
    border-radius: 1rem;
    width: 45%;
    max-width: 100px;
  }
  .header .menu__burger[aria-expanded=true] + .menu__panel .menu__extra .menu__social-card:nth-child(n+2) {
    margin-left: 0.9375rem;
  }
  .header .menu__burger[aria-expanded=true] + .menu__panel .menu__extra .menu__social-card a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--white);
    font-size: 0.875rem;
  }
  .header .menu__burger[aria-expanded=true] + .menu__panel .menu__extra .menu__social-card img {
    margin-bottom: 1.25rem;
    width: 3.125rem;
  }
}
@media screen and (max-width: 768px) {
  .header .menu__burger[aria-expanded=true] span:nth-child(1) {
    -webkit-transform: translateY(calc(var(--sp) + var(--th))) rotate(45deg);
    -ms-transform: translateY(calc(var(--sp) + var(--th))) rotate(45deg);
    transform: translateY(calc(var(--sp) + var(--th))) rotate(45deg);
    width: 80%;
  }
  .header .menu__burger[aria-expanded=true] span:nth-child(2) {
    opacity: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
  }
  .header .menu__burger[aria-expanded=true] span:nth-child(3) {
    -webkit-transform: translateY(calc(-1 * (var(--sp) + var(--th)))) rotate(-45deg);
    -ms-transform: translateY(calc(-1 * (var(--sp) + var(--th)))) rotate(-45deg);
    transform: translateY(calc(-1 * (var(--sp) + var(--th)))) rotate(-45deg);
    width: 80%;
  }
}
.header .menu__lang {
  text-align: center;
  text-transform: uppercase;
  background: var(--white);
  border-radius: 3.125rem;
}
.header .menu__lang {
  font-size: 1rem;
}
@media screen and (min-width: 480px) {
  .header .menu__lang {
    font-size: calc(0.3333333333vw + 0.9rem);
  }
}
@media screen and (min-width: 1680px) {
  .header .menu__lang {
    font-size: 1.25rem;
  }
}
.header .menu__lang {
  width: 2.5rem;
}
@media screen and (min-width: 480px) {
  .header .menu__lang {
    width: calc(0.8333333333vw + 2.25rem);
  }
}
@media screen and (min-width: 1680px) {
  .header .menu__lang {
    width: 3.125rem;
  }
}
.header .menu__lang {
  height: 2.5rem;
}
@media screen and (min-width: 480px) {
  .header .menu__lang {
    height: calc(0.8333333333vw + 2.25rem);
  }
}
@media screen and (min-width: 1680px) {
  .header .menu__lang {
    height: 3.125rem;
  }
}
.header .menu__lang a {
  color: var(--black);
}
.header .menu--eng {
  background: transparent;
}
.header .menu--eng .menu__panel {
  padding-right: 1.25rem;
}
@media screen and (min-width: 480px) {
  .header .menu--eng .menu__panel {
    padding-right: calc(0.8333333333vw + 1rem);
  }
}
@media screen and (min-width: 1680px) {
  .header .menu--eng .menu__panel {
    padding-right: 1.875rem;
  }
}
@media screen and (max-width: 768px) {
  .header .menu--eng .menu__panel {
    padding-right: 0;
  }
}
.header .menu--eng .menu__list li:last-child {
  margin-right: 0;
}
.header .menu--eng .menu__burger {
  margin-right: 0;
}

/* Открытое состояние */
html:has(.js-burger[aria-expanded=true]) .menu__panel::before,
html.is-menu-open .menu__panel::before {
  -webkit-clip-path: circle(150vmax at 100% 0);
  clip-path: circle(150vmax at 100% 0); /* круг перекрывает диагональ */
}

.footer {
  color: var(--white);
}
.footer {
  font-size: 1rem;
}
@media screen and (min-width: 480px) {
  .footer {
    font-size: calc(0.3333333333vw + 0.9rem);
  }
}
@media screen and (min-width: 1680px) {
  .footer {
    font-size: 1.25rem;
  }
}
.footer__copyright img {
  max-width: 125px;
}
@media screen and (min-width: 480px) {
  .footer__copyright img {
    max-width: calc(2.0833333333vw + 115px);
  }
}
@media screen and (min-width: 1680px) {
  .footer__copyright img {
    max-width: 150px;
  }
}
.footer__copyright span {
  display: inline-block;
}
.footer__copyright span {
  margin-top: 1rem;
}
@media screen and (min-width: 480px) {
  .footer__copyright span {
    margin-top: calc(0.3333333333vw + 0.9rem);
  }
}
@media screen and (min-width: 1680px) {
  .footer__copyright span {
    margin-top: 1.25rem;
  }
}
.footer__privacy a {
  text-decoration: underline;
}
.footer__menu li {
  margin-right: 0.9375rem;
}
@media screen and (min-width: 480px) {
  .footer__menu li {
    margin-right: calc(0.4166666667vw + 0.8125rem);
  }
}
@media screen and (min-width: 1680px) {
  .footer__menu li {
    margin-right: 1.25rem;
  }
}
.footer__menu li::last-child() {
  margin-right: 0;
}
@media screen and (max-width: 800px) {
  .footer__menu {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .footer__privacy {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .footer__privacy {
    margin-top: 1.25rem;
  }
}
@media screen and (max-width: 800px) and (min-width: 480px) {
  .footer__privacy {
    margin-top: calc(1.6666666667vw + 0.75rem);
  }
}
@media screen and (max-width: 800px) and (min-width: 1680px) {
  .footer__privacy {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 800px) {
  .footer__copyright {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    border-top: 1px solid var(--white);
  }
  .footer__copyright {
    margin-top: 1.25rem;
  }
}
@media screen and (max-width: 800px) and (min-width: 480px) {
  .footer__copyright {
    margin-top: calc(1.6666666667vw + 0.75rem);
  }
}
@media screen and (max-width: 800px) and (min-width: 1680px) {
  .footer__copyright {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 800px) {
  .footer__copyright {
    padding-top: 1.25rem;
  }
}
@media screen and (max-width: 800px) and (min-width: 480px) {
  .footer__copyright {
    padding-top: calc(1.6666666667vw + 0.75rem);
  }
}
@media screen and (max-width: 800px) and (min-width: 1680px) {
  .footer__copyright {
    padding-top: 2.5rem;
  }
}

.section__header, .section__body, .section__footer {
  position: relative;
}
.section__header + .section__body, .section__header + .section__footer {
  margin-top: 2rem;
}
@media screen and (min-width: 480px) {
  .section__header + .section__body, .section__header + .section__footer {
    margin-top: calc(2.5vw + 1.25rem);
  }
}
@media screen and (min-width: 1680px) {
  .section__header + .section__body, .section__header + .section__footer {
    margin-top: 3.875rem;
  }
}
.section__body + .section__footer, .section__body + .section__body {
  margin-top: 1.5rem;
}
@media screen and (min-width: 480px) {
  .section__body + .section__footer, .section__body + .section__body {
    margin-top: calc(1.3333333333vw + 1.1rem);
  }
}
@media screen and (min-width: 1680px) {
  .section__body + .section__footer, .section__body + .section__body {
    margin-top: 2.5rem;
  }
}
.section.stream {
  padding-top: 2.5rem;
}
@media screen and (min-width: 480px) {
  .section.stream {
    padding-top: calc(5vw + 1rem);
  }
}
@media screen and (min-width: 1680px) {
  .section.stream {
    padding-top: 6.25rem;
  }
}
.section.stream {
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 480px) {
  .section.stream {
    padding-bottom: calc(5vw + 1rem);
  }
}
@media screen and (min-width: 1680px) {
  .section.stream {
    padding-bottom: 6.25rem;
  }
}
.section.stream[data-stream-top=no] {
  padding-top: 0 !important;
}
.section.stream[data-stream-bottom=no] {
  padding-bottom: 0 !important;
}

.container {
  max-width: var(--content-width);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.container {
  padding-inline: 10px;
}
@media screen and (min-width: 480px) {
  .container {
    padding-inline: calc(4.1666666667vw - 10px);
  }
}
@media screen and (min-width: 1680px) {
  .container {
    padding-inline: 60px;
  }
}

.grid-group {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr);
  gap: var(--space);
}

.grid-child[data-grid="12"] {
  -ms-grid-column-span: 12;
  grid-column: 12 span;
}
.grid-child[data-grid="10"] {
  -ms-grid-column-span: 10;
  grid-column: 10 span;
}
.grid-child[data-grid="9"] {
  -ms-grid-column-span: 9;
  grid-column: 9 span;
}
.grid-child[data-grid="8"] {
  -ms-grid-column-span: 8;
  grid-column: 8 span;
}
.grid-child[data-grid="7"] {
  -ms-grid-column-span: 7;
  grid-column: 7 span;
}
.grid-child[data-grid="6"] {
  -ms-grid-column-span: 6;
  grid-column: 6 span;
}
.grid-child[data-grid="5"] {
  -ms-grid-column-span: 5;
  grid-column: 5 span;
}
.grid-child[data-grid="4"] {
  -ms-grid-column-span: 4;
  grid-column: 4 span;
}
.grid-child[data-grid="3"] {
  -ms-grid-column-span: 3;
  grid-column: 3 span;
}
.grid-child[data-grid="2"] {
  -ms-grid-column-span: 2;
  grid-column: 2 span;
}
@media only screen and (max-width: 980px) {
  .grid-child[data-grid="3"], .grid-child[data-grid="4"] {
    -ms-grid-column-span: 6;
    grid-column: 6 span;
  }
  .grid-child[data-grid="5"], .grid-child[data-grid="7"] {
    -ms-grid-column-span: 12;
    grid-column: 12 span;
  }
}
@media only screen and (max-width: 780px) {
  .grid-child[data-grid="9"], .grid-child[data-grid="8"], .grid-child[data-grid="6"], .grid-child[data-grid="4"], .grid-child[data-grid="3"], .grid-child[data-grid="2"] {
    -ms-grid-column-span: 12;
    grid-column: 12 span;
  }
}

.body-no-scroll {
  overflow: hidden;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.modal.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  .modal-mobile {
    padding: 0 !important;
  }
}
.modal-mobile .modal-content {
  background-color: unset;
  border-radius: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  border: 0;
  max-width: unset;
  padding: 0;
  margin: 0;
}
.modal-mobile .close {
  display: none;
}
@media screen and (max-width: 1200px) {
  .modal-mobile {
    display: none;
    position: fixed;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 100;
    left: 0;
    width: 100%;
    top: 0;
    bottom: 60px;
    overflow: auto;
    overflow-x: hidden;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .modal-mobile.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
  }
  .modal-mobile .modal-content {
    width: 95%;
    max-width: 500px;
    border-radius: var(--border-radius-sm);
    color: var(--white);
  }
  .modal-mobile .modal-content {
    padding: 0.625rem;
  }
}
@media screen and (max-width: 1200px) and (min-width: 480px) {
  .modal-mobile .modal-content {
    padding: calc(0.8333333333vw + 0.375rem);
  }
}
@media screen and (max-width: 1200px) and (min-width: 1680px) {
  .modal-mobile .modal-content {
    padding: 1.25rem;
  }
}
@media screen and (max-width: 1200px) {
  .modal-mobile .modal-content {
    padding-inline: 10px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 480px) {
  .modal-mobile .modal-content {
    padding-inline: calc(1.6666666667vw + 2px);
  }
}
@media screen and (max-width: 1200px) and (min-width: 1680px) {
  .modal-mobile .modal-content {
    padding-inline: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .modal-mobile .close {
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    color: var(--white);
    font-size: 1.5625rem;
    z-index: 1001;
  }
}
.modal-mobile_menu {
  overflow-y: auto;
}
.modal-mobile_menu li:not(:first-child) {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 480px) {
  .modal-mobile_menu li:not(:first-child) {
    margin-top: calc(0.4166666667vw + 0.8125rem);
  }
}
@media screen and (min-width: 1680px) {
  .modal-mobile_menu li:not(:first-child) {
    margin-top: 1.25rem;
  }
}
.modal-mobile_menu a {
  color: var(--white);
  font-weight: bold;
}
.modal-mobile_menu a {
  font-size: 1.25rem;
}
@media screen and (min-width: 480px) {
  .modal-mobile_menu a {
    font-size: calc(0.3333333333vw + 1.15rem);
  }
}
@media screen and (min-width: 1680px) {
  .modal-mobile_menu a {
    font-size: 1.5rem;
  }
}
.modal-content {
  position: relative;
  background-color: var(--white);
  border: 3px solid var(--white);
  max-width: 500px;
  border-radius: var(--border-radius-sm);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.modal-content {
  padding: 0.625rem;
}
@media screen and (min-width: 480px) {
  .modal-content {
    padding: calc(0.8333333333vw + 0.375rem);
  }
}
@media screen and (min-width: 1680px) {
  .modal-content {
    padding: 1.25rem;
  }
}
.modal-content {
  padding-inline: 10px;
}
@media screen and (min-width: 480px) {
  .modal-content {
    padding-inline: calc(1.6666666667vw + 2px);
  }
}
@media screen and (min-width: 1680px) {
  .modal-content {
    padding-inline: 30px;
  }
}
@media screen and (max-width: 480px) {
  .modal-content {
    max-width: 90%;
  }
}
.modal-content--transparent {
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: auto;
}
.modal-content--transparent svg {
  fill: var(--white);
}
.modal-content * + p {
  margin-top: 0.625rem;
}
@media screen and (min-width: 480px) {
  .modal-content * + p {
    margin-top: calc(0.8333333333vw + 0.375rem);
  }
}
@media screen and (min-width: 1680px) {
  .modal-content * + p {
    margin-top: 1.25rem;
  }
}
.modal .close {
  color: var(--white);
  position: absolute;
  font-weight: bold;
  z-index: 10;
  line-height: 1;
}
.modal .close {
  top: -20px;
}
@media screen and (min-width: 480px) {
  .modal .close {
    top: calc(-0.8333333333vw - 16px);
  }
}
@media screen and (min-width: 1680px) {
  .modal .close {
    top: -30px;
  }
}
.modal .close {
  right: -10px;
}
@media screen and (min-width: 480px) {
  .modal .close {
    right: calc(-1.6666666667vw - 2px);
  }
}
@media screen and (min-width: 1680px) {
  .modal .close {
    right: -30px;
  }
}
.modal .close {
  font-size: 1.5625rem;
}
@media screen and (min-width: 480px) {
  .modal .close {
    font-size: calc(0.8333333333vw + 1.3125rem);
  }
}
@media screen and (min-width: 1680px) {
  .modal .close {
    font-size: 2.1875rem;
  }
}
.modal .close:focus, .modal .close:hover {
  color: var(--accent-pink);
  text-decoration: none;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .modal--preview {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 1.25rem;
  }
}
.modal--preview .modal-content {
  padding: 0;
  max-width: 700px;
  border-radius: var(--border-radius-sm);
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.modal iframe, .modal embed {
  border: none;
  width: 100%;
  height: 100%;
  border-top-right-radius: var(--border-radius-sm);
  border-top-left-radius: var(--border-radius-sm);
}
.modal .pdf-container {
  height: 70vh;
  overflow: hidden;
  border-top-right-radius: var(--border-radius-sm);
  border-top-left-radius: var(--border-radius-sm);
}
@media screen and (max-width: 480px) {
  .modal .pdf-container {
    height: calc(95vh - 14.375rem);
  }
}
.modal__guide_order {
  background: var(--gradient-pink-blue);
}
.modal__guide_order {
  font-size: 0.8125rem;
}
@media screen and (min-width: 480px) {
  .modal__guide_order {
    font-size: calc(0.4166666667vw + 0.6875rem);
  }
}
@media screen and (min-width: 1680px) {
  .modal__guide_order {
    font-size: 1.125rem;
  }
}
.modal__guide_order {
  padding: 0.9375rem;
}
@media screen and (min-width: 480px) {
  .modal__guide_order {
    padding: calc(1.25vw + 0.5625rem);
  }
}
@media screen and (min-width: 1680px) {
  .modal__guide_order {
    padding: 1.875rem;
  }
}
.modal__guide_order {
  padding-inline: 6px;
}
@media screen and (min-width: 480px) {
  .modal__guide_order {
    padding-inline: calc(2vw - 3.6px);
  }
}
@media screen and (min-width: 1680px) {
  .modal__guide_order {
    padding-inline: 30px;
  }
}
.modal__guide_order form {
  overflow: hidden;
  border: 2px solid var(--brand-dark-blue);
}
.modal__guide_order form {
  margin-top: 0.625rem;
}
@media screen and (min-width: 480px) {
  .modal__guide_order form {
    margin-top: calc(0.4166666667vw + 0.5rem);
  }
}
@media screen and (min-width: 1680px) {
  .modal__guide_order form {
    margin-top: 0.9375rem;
  }
}
.modal__guide_order form {
  border-width: 1px;
}
@media screen and (min-width: 480px) {
  .modal__guide_order form {
    border-width: calc(0.0833333333vw + 0.6px);
  }
}
@media screen and (min-width: 1680px) {
  .modal__guide_order form {
    border-width: 2px;
  }
}
.modal__guide_order form {
  border-radius: 0.625rem;
}
@media screen and (min-width: 480px) {
  .modal__guide_order form {
    border-radius: calc(0.3333333333vw + 0.525rem);
  }
}
@media screen and (min-width: 1680px) {
  .modal__guide_order form {
    border-radius: 0.875rem;
  }
}
.modal__guide_order form input[type=email] {
  font-weight: bold;
  border: 0;
  outline: none;
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.modal__guide_order form input[type=email] {
  padding: 0.375rem;
}
@media screen and (min-width: 480px) {
  .modal__guide_order form input[type=email] {
    padding: calc(0.3333333333vw + 0.275rem);
  }
}
@media screen and (min-width: 1680px) {
  .modal__guide_order form input[type=email] {
    padding: 0.625rem;
  }
}
.modal__guide_order form input[type=email] {
  padding-inline: 10px;
}
@media screen and (min-width: 480px) {
  .modal__guide_order form input[type=email] {
    padding-inline: calc(0.4166666667vw + 8px);
  }
}
@media screen and (min-width: 1680px) {
  .modal__guide_order form input[type=email] {
    padding-inline: 15px;
  }
}
.modal__guide_order form input[type=email] {
  font-size: 0.8125rem;
}
@media screen and (min-width: 480px) {
  .modal__guide_order form input[type=email] {
    font-size: calc(0.0833333333vw + 0.7875rem);
  }
}
@media screen and (min-width: 1680px) {
  .modal__guide_order form input[type=email] {
    font-size: 0.875rem;
  }
}
.modal__guide_order form button[type=submit] {
  border-radius: 0;
  width: auto;
  line-height: 1.2;
}
.modal__guide_order form button[type=submit] {
  font-size: 0.8125rem;
}
@media screen and (min-width: 480px) {
  .modal__guide_order form button[type=submit] {
    font-size: calc(0.0833333333vw + 0.7875rem);
  }
}
@media screen and (min-width: 1680px) {
  .modal__guide_order form button[type=submit] {
    font-size: 0.875rem;
  }
}
.modal--search .modal-content {
  width: 43.75rem;
}
.modal--search h4 + form {
  margin-top: 1.875rem;
}
.modal-mobile_share h4 {
  color: var(--white);
  text-align: center;
}
.modal-mobile_share h4 + * {
  margin-top: 1.875rem;
}
.modal-mobile_share li {
  min-width: 40px;
}
.modal-mobile_share li img {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.js-modal {
  cursor: pointer;
}

.tabs {
  overflow: hidden;
}
.tabs__list {
  list-style: none;
  overflow: auto;
}
.tabs__item-title {
  line-height: 1.6;
  border-bottom: 2px solid var(--light-gray);
  cursor: pointer;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  white-space: nowrap;
}
.tabs__item-title {
  padding-inline: 15px;
}
@media screen and (min-width: 480px) {
  .tabs__item-title {
    padding-inline: calc(0.8333333333vw + 11px);
  }
}
@media screen and (min-width: 1680px) {
  .tabs__item-title {
    padding-inline: 25px;
  }
}
.tabs__item-title {
  font-size: 1rem;
}
@media screen and (min-width: 480px) {
  .tabs__item-title {
    font-size: calc(0.3333333333vw + 0.9rem);
  }
}
@media screen and (min-width: 1680px) {
  .tabs__item-title {
    font-size: 1.25rem;
  }
}
.tabs__item-title {
  padding-bottom: 0.25rem;
}
@media screen and (min-width: 480px) {
  .tabs__item-title {
    padding-bottom: calc(0.1666666667vw + 0.2rem);
  }
}
@media screen and (min-width: 1680px) {
  .tabs__item-title {
    padding-bottom: 0.375rem;
  }
}
.tabs__item-title:hover {
  border-bottom: 2px solid var(--brand-blue);
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.tabs__item-title.active {
  border-bottom: 2px solid var(--brand-dark-blue);
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.tabs__content {
  max-width: 1000px;
  margin-right: auto;
  line-height: 1.6;
}
.tabs__content {
  padding-top: 1.25rem;
}
@media screen and (min-width: 480px) {
  .tabs__content {
    padding-top: calc(0.8333333333vw + 1rem);
  }
}
@media screen and (min-width: 1680px) {
  .tabs__content {
    padding-top: 1.875rem;
  }
}
.tabs__content {
  font-size: 1rem;
}
@media screen and (min-width: 480px) {
  .tabs__content {
    font-size: calc(0.3333333333vw + 0.9rem);
  }
}
@media screen and (min-width: 1680px) {
  .tabs__content {
    font-size: 1.25rem;
  }
}
.tabs__content_item {
  display: none;
}
.tabs__content_item.active {
  display: block;
}
.tabs__content_item * + * {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 480px) {
  .tabs__content_item * + * {
    margin-top: calc(0.4166666667vw + 0.8125rem);
  }
}
@media screen and (min-width: 1680px) {
  .tabs__content_item * + * {
    margin-top: 1.25rem;
  }
}

:root {
  --dur: .45s;
  --delay: .2s;
  --stagger: .2s;
}

.hero {
  background-image: url(../img/hero/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  max-width: var(--content-width);
  margin: 0 auto;
  position: relative;
}
.hero .container {
  padding: 0;
}
.hero__service-list {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 480px) {
  .hero__service-list {
    margin-top: calc(0.4166666667vw + 0.8125rem);
  }
}
@media screen and (min-width: 1680px) {
  .hero__service-list {
    margin-top: 1.25rem;
  }
}
.hero__service-list li {
  border-radius: 3.125rem;
  background: var(--main-bg);
  color: var(--white);
  opacity: 0.5;
  line-height: 1;
}
.hero__service-list li {
  margin-right: 0.5rem;
}
@media screen and (min-width: 480px) {
  .hero__service-list li {
    margin-right: calc(0.1666666667vw + 0.45rem);
  }
}
@media screen and (min-width: 1680px) {
  .hero__service-list li {
    margin-right: 0.625rem;
  }
}
.hero__service-list li {
  margin-top: 0.5rem;
}
@media screen and (min-width: 480px) {
  .hero__service-list li {
    margin-top: calc(1vw + 0.2rem);
  }
}
@media screen and (min-width: 1680px) {
  .hero__service-list li {
    margin-top: 1.25rem;
  }
}
.hero__service-list li {
  padding-inline: 15px;
}
@media screen and (min-width: 480px) {
  .hero__service-list li {
    padding-inline: calc(0.4166666667vw + 13px);
  }
}
@media screen and (min-width: 1680px) {
  .hero__service-list li {
    padding-inline: 20px;
  }
}
.hero__service-list li {
  padding-top: 0.625rem;
}
@media screen and (min-width: 480px) {
  .hero__service-list li {
    padding-top: calc(0.1666666667vw + 0.575rem);
  }
}
@media screen and (min-width: 1680px) {
  .hero__service-list li {
    padding-top: 0.75rem;
  }
}
.hero__service-list li {
  padding-bottom: 0.625rem;
}
@media screen and (min-width: 480px) {
  .hero__service-list li {
    padding-bottom: calc(0.1666666667vw + 0.575rem);
  }
}
@media screen and (min-width: 1680px) {
  .hero__service-list li {
    padding-bottom: 0.75rem;
  }
}
.hero__service-list li {
  font-size: 1rem;
}
@media screen and (min-width: 480px) {
  .hero__service-list li {
    font-size: calc(1vw + 0.7rem);
  }
}
@media screen and (min-width: 1680px) {
  .hero__service-list li {
    font-size: 1.75rem;
  }
}
.hero__service-list li:last-child {
  margin-right: 0;
}
.hero__service-list .etc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  border-radius: 50%;
  background: var(--main-bg);
  border-color: transparent;
}
.hero__service-list .etc {
  width: 2.25rem;
}
@media screen and (min-width: 480px) {
  .hero__service-list .etc {
    width: calc(1.6666666667vw + 1.75rem);
  }
}
@media screen and (min-width: 1680px) {
  .hero__service-list .etc {
    width: 3.5rem;
  }
}
.hero__service-list .etc {
  height: 2.25rem;
}
@media screen and (min-width: 480px) {
  .hero__service-list .etc {
    height: calc(1.6666666667vw + 1.75rem);
  }
}
@media screen and (min-width: 1680px) {
  .hero__service-list .etc {
    height: 3.5rem;
  }
}
.hero__service-list .etc::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 0.125rem;
  border-radius: inherit;
  background: var(--gradient);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #000));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  pointer-events: none;
}
.hero__service-list .etc:hover {
  border-color: transparent;
}
@media screen and (max-width: 768px) {
  .hero__service-list {
    margin-top: 1.875rem;
  }
}
@media screen and (max-width: 768px) and (min-width: 480px) {
  .hero__service-list {
    margin-top: calc(0.8333333333vw + 1.625rem);
  }
}
@media screen and (max-width: 768px) and (min-width: 1680px) {
  .hero__service-list {
    margin-top: 2.5rem;
  }
}
.hero__bottom {
  background: rgba(23, 23, 23, 0.5);
  border-radius: 1.25rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.hero__bottom {
  padding-inline: 15px;
}
@media screen and (min-width: 480px) {
  .hero__bottom {
    padding-inline: calc(2.9166666667vw + 1px);
  }
}
@media screen and (min-width: 1680px) {
  .hero__bottom {
    padding-inline: 50px;
  }
}
.hero__bottom {
  padding-top: 1.875rem;
}
@media screen and (min-width: 480px) {
  .hero__bottom {
    padding-top: calc(1.6666666667vw + 1.375rem);
  }
}
@media screen and (min-width: 1680px) {
  .hero__bottom {
    padding-top: 3.125rem;
  }
}
.hero__bottom {
  padding-bottom: 1.875rem;
}
@media screen and (min-width: 480px) {
  .hero__bottom {
    padding-bottom: calc(1.6666666667vw + 1.375rem);
  }
}
@media screen and (min-width: 1680px) {
  .hero__bottom {
    padding-bottom: 3.125rem;
  }
}
.hero__bottom .presentation {
  width: 40%;
}
.hero__bottom .presentation {
  padding-right: 0.625rem;
}
@media screen and (min-width: 480px) {
  .hero__bottom .presentation {
    padding-right: calc(0.8333333333vw + 0.375rem);
  }
}
@media screen and (min-width: 1680px) {
  .hero__bottom .presentation {
    padding-right: 1.25rem;
  }
}
.hero__bottom .presentation span {
  color: var(--white);
  line-height: 1.2;
}
.hero__bottom .presentation span {
  font-size: 1.3125rem;
}
@media screen and (min-width: 480px) {
  .hero__bottom .presentation span {
    font-size: calc(2.25vw + 0.6375rem);
  }
}
@media screen and (min-width: 1680px) {
  .hero__bottom .presentation span {
    font-size: 3rem;
  }
}
.hero__bottom .presentation_link {
  position: relative;
}
.hero__bottom .presentation_link {
  padding-right: 0.625rem;
}
@media screen and (min-width: 480px) {
  .hero__bottom .presentation_link {
    padding-right: calc(0.8333333333vw + 0.375rem);
  }
}
@media screen and (min-width: 1680px) {
  .hero__bottom .presentation_link {
    padding-right: 1.25rem;
  }
}
.hero__bottom .presentation_link a {
  color: var(--gray-text);
  text-decoration: underline;
}
.hero__bottom .presentation_link a {
  font-size: 1rem;
}
@media screen and (min-width: 480px) {
  .hero__bottom .presentation_link a {
    font-size: calc(0.8333333333vw + 0.75rem);
  }
}
@media screen and (min-width: 1680px) {
  .hero__bottom .presentation_link a {
    font-size: 1.625rem;
  }
}
.hero__bottom .presentation_link a {
  padding-left: 2.5rem;
}
@media screen and (min-width: 480px) {
  .hero__bottom .presentation_link a {
    padding-left: calc(1.6666666667vw + 2rem);
  }
}
@media screen and (min-width: 1680px) {
  .hero__bottom .presentation_link a {
    padding-left: 3.75rem;
  }
}
.hero__bottom .offer {
  width: 40%;
}
.hero__bottom .offer p {
  margin: 0;
  color: var(--white);
}
.hero__bottom .offer p {
  font-size: 1rem;
}
@media screen and (min-width: 480px) {
  .hero__bottom .offer p {
    font-size: calc(1vw + 0.7rem);
  }
}
@media screen and (min-width: 1680px) {
  .hero__bottom .offer p {
    font-size: 1.75rem;
  }
}
.hero__bottom .contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  position: relative;
  width: 20%;
}
.hero__bottom .contacts .button {
  border-radius: 3.75rem;
  background: var(--light-bg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  cursor: pointer;
}
.hero__bottom .contacts .button {
  width: 5.625rem;
}
@media screen and (min-width: 480px) {
  .hero__bottom .contacts .button {
    width: calc(2.5vw + 4.875rem);
  }
}
@media screen and (min-width: 1680px) {
  .hero__bottom .contacts .button {
    width: 7.5rem;
  }
}
.hero__bottom .contacts .button {
  height: 5.625rem;
}
@media screen and (min-width: 480px) {
  .hero__bottom .contacts .button {
    height: calc(2.5vw + 4.875rem);
  }
}
@media screen and (min-width: 1680px) {
  .hero__bottom .contacts .button {
    height: 7.5rem;
  }
}
.hero__bottom .contacts .button {
  padding-inline: 10px;
}
@media screen and (min-width: 480px) {
  .hero__bottom .contacts .button {
    padding-inline: calc(0.8333333333vw + 6px);
  }
}
@media screen and (min-width: 1680px) {
  .hero__bottom .contacts .button {
    padding-inline: 20px;
  }
}
.hero__bottom .contacts .button:nth-child(1) {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  margin-right: 0;
}
.hero__bottom .contacts .button:nth-child(1).active {
  -webkit-transform: translateY(-110%);
  -ms-transform: translateY(-110%);
  transform: translateY(-110%);
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.hero__bottom .contacts .button:nth-child(2) {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  margin-right: 0;
}
.hero__bottom .contacts .button:nth-child(2).active {
  -webkit-transform: translateY(-220%);
  -ms-transform: translateY(-220%);
  transform: translateY(-220%);
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.hero__bottom .contacts .gradient {
  background: var(--gradient);
  font-weight: 600;
  word-break: break-word;
  line-height: 1.2;
  z-index: 2;
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
  text-align: center;
}
.hero__bottom .contacts .gradient {
  font-size: 0.8125rem;
}
@media screen and (min-width: 480px) {
  .hero__bottom .contacts .gradient {
    font-size: calc(0.6666666667vw + 0.6125rem);
  }
}
@media screen and (min-width: 1680px) {
  .hero__bottom .contacts .gradient {
    font-size: 1.3125rem;
  }
}
.hero__bottom .contacts .gradient:hover {
  background: var(--gradient-rotate);
}
@media screen and (max-width: 768px) {
  .hero__bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hero__bottom .presentation {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 80%;
    margin-top: 2.5rem;
  }
  .hero__bottom .offer {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
  .hero__bottom .offer p {
    font-size: 1.3125rem;
  }
}
@media screen and (max-width: 768px) and (min-width: 480px) {
  .hero__bottom .offer p {
    font-size: calc(2.4305555556vw + 0.58333rem);
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .hero__bottom .offer p {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 768px) {
  .hero__bottom .contacts {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 20%;
  }
  .hero__bottom .contacts .button {
    padding-inline: 0;
  }
  .hero__bottom .contacts .button img {
    max-width: 60px;
  }
}

.card {
  height: 100%;
  border-radius: 0.75rem;
  position: relative;
}
.card {
  padding: 0.9375rem;
}
@media screen and (min-width: 480px) {
  .card {
    padding: calc(0.8333333333vw + 0.6875rem);
  }
}
@media screen and (min-width: 1680px) {
  .card {
    padding: 1.5625rem;
  }
}
.card--light.card--project {
  color: var(--gray-text);
}
.card--light.card--project .card__footer a {
  background: var(--gray-text);
  color: var(--white);
}
.card--service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}
.card--service .card__header {
  border-bottom: 1px solid var(--light-gray);
  line-height: 1.1;
  font-weight: 600;
}
.card--service .card__header {
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 480px) {
  .card--service .card__header {
    padding-bottom: calc(0.8333333333vw + 1rem);
  }
}
@media screen and (min-width: 1680px) {
  .card--service .card__header {
    padding-bottom: 1.875rem;
  }
}
.card--service .card__header {
  font-size: 1.5625rem;
}
@media screen and (min-width: 480px) {
  .card--service .card__header {
    font-size: calc(1.75vw + 1.0375rem);
  }
}
@media screen and (min-width: 1680px) {
  .card--service .card__header {
    font-size: 2.875rem;
  }
}
.card--service .card__body {
  padding-top: 1.25rem;
}
@media screen and (min-width: 480px) {
  .card--service .card__body {
    padding-top: calc(0.8333333333vw + 1rem);
  }
}
@media screen and (min-width: 1680px) {
  .card--service .card__body {
    padding-top: 1.875rem;
  }
}
.card--service .card__body {
  font-size: 1rem;
}
@media screen and (min-width: 480px) {
  .card--service .card__body {
    font-size: calc(0.6666666667vw + 0.8rem);
  }
}
@media screen and (min-width: 1680px) {
  .card--service .card__body {
    font-size: 1.5rem;
  }
}
.card--service .card__footer {
  position: relative;
  margin-top: auto;
}
.card--service .card__footer {
  padding-top: 1.875rem;
}
@media screen and (min-width: 480px) {
  .card--service .card__footer {
    padding-top: calc(1.6666666667vw + 1.375rem);
  }
}
@media screen and (min-width: 1680px) {
  .card--service .card__footer {
    padding-top: 3.125rem;
  }
}
.card--service .card__footer:after {
  content: url(/img/svg/arrow-dark.svg);
  position: absolute;
  bottom: 0;
  left: 0;
}
.card--service-more {
  color: var(--white);
  font-weight: bold;
  text-transform: uppercase;
  overflow: hidden;
  cursor: pointer;
}
.card--service-more {
  font-size: 2.8125rem;
}
@media screen and (min-width: 480px) {
  .card--service-more {
    font-size: calc(1.5833333333vw + 2.3375rem);
  }
}
@media screen and (min-width: 1680px) {
  .card--service-more {
    font-size: 4rem;
  }
}
.card--service-more:before {
  content: "";
  position: absolute;
  bottom: -55%;
  left: 0;
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  background: var(--white);
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.card--service-more:after {
  content: url(/img/svg/arrow-long-dark.svg);
  position: absolute;
  bottom: 40px;
  left: 200px;
  line-height: 1;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.card--service-more:hover:before {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.card--service-more:hover:after {
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.card--service-more .card__header span {
  display: block;
  line-height: 1.3;
}
.card--service-more .card__header span:nth-child(2) {
  margin-left: 1.875rem;
}
@media screen and (min-width: 480px) {
  .card--service-more .card__header span:nth-child(2) {
    margin-left: calc(1.6666666667vw + 1.375rem);
  }
}
@media screen and (min-width: 1680px) {
  .card--service-more .card__header span:nth-child(2) {
    margin-left: 3.125rem;
  }
}
@media only screen and (max-width: 1320px) {
  .card--service-more:before {
    width: 15rem;
    height: 15rem;
    bottom: -40%;
  }
  .card--service-more:after {
    left: 130px;
  }
}
@media screen and (max-width: 980px) {
  .card--service-more:before {
    bottom: -60%;
  }
}
@media screen and (max-width: 780px) {
  .card--service-more {
    min-height: 300px;
  }
  .card--service-more:before {
    width: 15rem;
    height: 15rem;
  }
  .card--service-more:after {
    bottom: 30px;
  }
}
.card--gray {
  background: var(--card-bg);
  border-radius: 1rem;
  color: var(--gray-text);
}
.card--gray {
  width: 9.375rem;
}
@media screen and (min-width: 480px) {
  .card--gray {
    width: calc(3.75vw + 8.25rem);
  }
}
@media screen and (min-width: 1680px) {
  .card--gray {
    width: 12.1875rem;
  }
}
.card--gray {
  padding: 0.75rem;
}
@media screen and (min-width: 480px) {
  .card--gray {
    padding: calc(0vw + 0.75rem);
  }
}
@media screen and (min-width: 1680px) {
  .card--gray {
    padding: 0.75rem;
  }
}
.card--gray {
  font-size: 1.25rem;
}
@media screen and (min-width: 480px) {
  .card--gray {
    font-size: calc(0.3333333333vw + 1.15rem);
  }
}
@media screen and (min-width: 1680px) {
  .card--gray {
    font-size: 1.5rem;
  }
}
.card--gray span {
  margin-top: 0.5rem;
}
@media screen and (min-width: 480px) {
  .card--gray span {
    margin-top: calc(0.1666666667vw + 0.45rem);
  }
}
@media screen and (min-width: 1680px) {
  .card--gray span {
    margin-top: 0.625rem;
  }
}
.card--project {
  position: relative;
  overflow: hidden;
  height: 37.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.card--project {
  padding: 1.25rem;
}
@media screen and (min-width: 480px) {
  .card--project {
    padding: calc(1.6666666667vw + 0.75rem);
  }
}
@media screen and (min-width: 1680px) {
  .card--project {
    padding: 2.5rem;
  }
}
@media screen and (max-width: 1200px) {
  .card--project {
    height: 25rem;
  }
}
.card--project .card__header {
  line-height: 1;
  font-weight: 600;
}
.card--project .card__header h4 {
  font-size: 2.375rem;
}
@media screen and (min-width: 480px) {
  .card--project .card__header h4 {
    font-size: calc(1.8333333333vw + 1.825rem);
  }
}
@media screen and (min-width: 1680px) {
  .card--project .card__header h4 {
    font-size: 3.75rem;
  }
}
.card--project .card__header p {
  max-width: 460px;
}
.card--project .card__header p {
  font-size: 1.125rem;
}
@media screen and (min-width: 480px) {
  .card--project .card__header p {
    font-size: calc(1.1666666667vw + 0.775rem);
  }
}
@media screen and (min-width: 1680px) {
  .card--project .card__header p {
    font-size: 2rem;
  }
}
.card--project .card__header p {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 480px) {
  .card--project .card__header p {
    margin-top: calc(0.4166666667vw + 0.8125rem);
  }
}
@media screen and (min-width: 1680px) {
  .card--project .card__header p {
    margin-top: 1.25rem;
  }
}
.card--project .card__body {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.card--project .card__body img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.card--project .card__footer a {
  color: var(--gray-text);
  background: var(--white);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 0.375rem;
  font-weight: 600;
}
.card--project .card__footer a {
  padding-inline: 20px;
}
@media screen and (min-width: 480px) {
  .card--project .card__footer a {
    padding-inline: calc(0.8333333333vw + 16px);
  }
}
@media screen and (min-width: 1680px) {
  .card--project .card__footer a {
    padding-inline: 30px;
  }
}
.card--project .card__footer a {
  font-size: 1rem;
}
@media screen and (min-width: 480px) {
  .card--project .card__footer a {
    font-size: calc(0.6666666667vw + 0.8rem);
  }
}
@media screen and (min-width: 1680px) {
  .card--project .card__footer a {
    font-size: 1.5rem;
  }
}

.btn-proto, .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  text-align: center;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
@media only screen and (max-width: 680px) {
  .btn-proto, .btn {
    width: 100%;
  }
}
.btn-proto:focus, .btn:focus {
  outline-color: transparent;
}

.btn {
  width: auto;
  background: var(--white);
  color: var(--black);
  overflow: hidden;
  border-radius: 1.25rem;
  font-weight: 500;
}
.btn {
  padding-inline: 20px;
}
@media screen and (min-width: 480px) {
  .btn {
    padding-inline: calc(0.8333333333vw + 16px);
  }
}
@media screen and (min-width: 1680px) {
  .btn {
    padding-inline: 30px;
  }
}
.btn {
  padding-top: 0.9375rem;
}
@media screen and (min-width: 480px) {
  .btn {
    padding-top: calc(0.4166666667vw + 0.8125rem);
  }
}
@media screen and (min-width: 1680px) {
  .btn {
    padding-top: 1.25rem;
  }
}
.btn {
  padding-bottom: 0.9375rem;
}
@media screen and (min-width: 480px) {
  .btn {
    padding-bottom: calc(0.4166666667vw + 0.8125rem);
  }
}
@media screen and (min-width: 1680px) {
  .btn {
    padding-bottom: 1.25rem;
  }
}
.btn {
  font-size: 1rem;
}
@media screen and (min-width: 480px) {
  .btn {
    font-size: calc(0.3333333333vw + 0.9rem);
  }
}
@media screen and (min-width: 1680px) {
  .btn {
    font-size: 1.25rem;
  }
}
.btn--transparent {
  background: transparent;
  color: var(--gray-text);
  border: 1px solid var(--gray-text);
}
.btn--transparent:hover {
  background: var(--white);
}
.btn--gradient {
  background-image: var(--gradient);
  color: var(--white);
}
.btn--big {
  padding: 1.25rem;
}
@media screen and (min-width: 480px) {
  .btn--big {
    padding: calc(1.6666666667vw + 0.75rem);
  }
}
@media screen and (min-width: 1680px) {
  .btn--big {
    padding: 2.5rem;
  }
}
.btn--big {
  font-size: 1.5rem;
}
@media screen and (min-width: 480px) {
  .btn--big {
    font-size: calc(1vw + 1.2rem);
  }
}
@media screen and (min-width: 1680px) {
  .btn--big {
    font-size: 2.25rem;
  }
}
/*# sourceMappingURL=main.css.map */