@charset "UTF-8";
/* Удалить */
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,400;0,6..12,500;0,6..12,600;0,6..12,700;0,6..12,800;0,6..12,900;1,6..12,400;1,6..12,500;1,6..12,600;1,6..12,700;1,6..12,800;1,6..12,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oi&family=Tektur:wght@400;500;600;700;800;900&display=swap");
#__bs_script__ {
  display: none !important;
}

script {
  display: none !important;
}

/* ------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --clr-text:#e3e0db;
  --clr-surface:#1C1E23;
  --clr-primary:#e3e0db;
  --clr-primary-text:#1C1E23;
  --clr-secondary: #E1E3E5;
  --clr-accent: #EFF2F5;
  /*
  @media (prefers-color-scheme: dark) {
    --clr-text:#e3e0db;
    --clr-surface:#1c1f24;
    --clr-primary:#1c1f24;
    --clr-secondary: #cdd5e0;
    --clr-accent: #039b91;
  }
  */
  --ff-base: "Nunito Sans", ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
  /*
    --text-size-80:  0.79rem;
    --text-size-90:  0.889rem;
    --text-size-100: 1rem;
    --text-size-200: 1.125rem;
    --text-size-300: 1.266rem;
    --text-size-400: 1.424rem;
    --text-size-500: 1.602rem;
    --text-size-600: 1.802rem;
    --text-size-700: 2.027rem;
  */
  --text-size-80: calc(0.79rem + 0.25vw);
  --text-size-90: calc(0.889rem + 0.25vw);
  --text-size-100: calc(1rem + 0.25vw);
  --text-size-200: calc(1.125rem + 0.25vw);
  --text-size-300: calc(1.266rem + 0.25vw);
  --text-size-400: calc(1.424rem + 0.25vw);
  --text-size-500: calc(1.602rem + 0.25vw);
  --text-size-600: calc(1.802rem + 0.25vw);
  --text-size-700: calc(2.027rem + 0.25vw);
  --base-column: minmax(1rem, 1fr) repeat(4, minmax(auto, 150px)) minmax(1rem, 1fr);
}
@media (min-width: 768px) {
  :root {
    --base-column: minmax(2rem, 1fr) repeat(8, minmax(60px, 150px)) minmax(2rem, 1fr);
  }
}
@media (min-width: 992px) {
  :root {
    --base-column: minmax(2rem, 1fr) repeat(12, minmax(60px, 100px)) minmax(2rem, 1fr);
  }
}

html {
  margin: 0;
  line-height: 1.75;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  font-size: 17px;
  font-weight: 600;
  color-scheme: light dark;
}

body {
  overflow-x: hidden;
  margin: 0;
  font-family: var(--ff-base);
  font-size: var(--text-size-100);
  background: var(--clr-primary);
  color: var(--clr-primary-text);
}
body:has(.nav-visible) {
  overflow: hidden;
}
body:has(.my-worck__item__btn:checked) {
  overflow: hidden;
}

body,
main,
footer {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: var(--base-column);
}

h1, h2, h3, h4, h5, h6 {
  line-height: 0.8;
  font-weight: 900;
}

h1 {
  font-size: var(--text-size-700);
}

h2 {
  font-size: var(--text-size-600);
}

h3 {
  font-size: var(--text-size-500);
}

h4 {
  font-size: var(--text-size-400);
}

h5 {
  font-size: var(--text-size-300);
}

h6 {
  font-size: var(--text-size-200);
}

.logo a {
  text-decoration: none;
  color: var(--clr-primary-text);
}

.button {
  background: var(--clr-primary);
  border: var(--clr-primary-text) 1px solid;
  color: var(--clr-primary-text);
  font-size: var(--text-size-80);
  border-radius: 0.8rem;
  padding: 0.5em 1em 0.5em 1em;
  min-width: -moz-max-content;
  min-width: max-content;
  margin: 0.5rem;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}
.button--accent {
  background: var(--clr-surface);
  color: var(--clr-text);
}

/* 1-й уровень */
ol {
  counter-reset: num;
}

ol > li {
  display: block;
  counter-increment: num;
}

ol > li::before {
  content: counter(num);
  margin-right: 1rem;
  font-weight: 900;
}

/* 2-й уровень */
ol ol {
  counter-reset: num2;
}

ol ol > li {
  counter-increment: num2;
}

ol ol > li::before {
  content: counter(num) "." counter(num2);
}

.top-line {
  position: fixed;
  width: calc(100% - 4rem);
  margin-left: 1rem;
  margin-right: 1rem;
  bottom: 20px;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--clr-primary);
  color: var(--clr-primary-text);
  border: rgba(2, 2, 2, 0.164) 1px solid;
  border-radius: 0.8rem;
  padding: 0.5em 1em 0.5em 1em;
  transition: bottom 1s ease;
}
@media (min-width: 992px) {
  .top-line {
    bottom: auto;
    top: 1rem;
    transition: top 1s ease;
    border: 0;
  }
  .top-line--border {
    border: rgba(2, 2, 2, 0.164) 1px solid;
  }
}
.top-line--hidden {
  bottom: -100%;
}
@media (min-width: 992px) {
  .top-line--hidden {
    bottom: auto;
    top: -100%;
  }
}

.top-intro {
  position: sticky;
  top: 0;
  grid-column: 1/-1;
  grid-row: 1;
  height: 100svh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-intro__center {
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
}
.top-intro__txt {
  font-family: "Tektur", "Fira Sans Condensed";
  font-size: clamp(17px, 8 * (1vw + 1vh) / 2, 8rem);
  font-weight: 900;
  line-height: 0.93;
  grid-column: 1/-1;
}
.top-intro__txt:has(.top-intro__txt-min) {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.top-intro__txt:nth-child(2), .top-intro__txt:nth-last-child(2) {
  margin-left: 3rem;
}
@media (min-width: 768px) {
  .top-intro__txt:nth-child(2), .top-intro__txt:nth-last-child(2) {
    margin-left: 5rem;
  }
}
@media (min-width: 992px) {
  .top-intro__txt:nth-child(2), .top-intro__txt:nth-last-child(2) {
    margin-left: 9rem;
  }
}
.top-intro__txt:nth-child(3) {
  width: 0;
  white-space: nowrap;
  overflow: hidden;
  animation: type 14s steps(11, end) infinite;
}
.top-intro__txt:nth-child(4) {
  margin-top: clamp(-8rem, 8 * (1vw + 1vh) / 2 * -0.9, 8rem);
  width: 0;
  white-space: nowrap;
  overflow: hidden;
  animation: type 14s steps(11, end) infinite;
  animation-delay: 7s;
}
@keyframes type {
  0% {
    width: 0;
  }
  5% {
    width: 100%;
  }
  45% {
    width: 100%;
  }
  50% {
    width: 0;
  }
  100% {
    width: 0;
  }
}
.top-intro__h {
  font-size: clamp(12px, 2 * (1vw + 1vh) / 2, 2rem);
  font-weight: 700;
  line-height: 0.5;
  margin-left: 3.5rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .top-intro__h {
    margin-left: 5.7rem;
  }
}
@media (min-width: 992px) {
  .top-intro__h {
    margin-left: 10.2rem;
  }
}
.top-intro__txt-min {
  font-size: clamp(12px, 2 * (1vw + 1vh) / 2, 2rem);
  font-weight: 700;
  line-height: 1.2;
  padding-left: 0.8em;
}
.top-intro__buttons {
  display: flex;
  flex-direction: column;
  margin-top: 2em;
}
@media (min-width: 992px) {
  .top-intro__buttons {
    flex-direction: row;
  }
  .top-intro__buttons .button {
    min-width: 10rem;
  }
}

.about-me, .my-skil, .my-projects, .my-worck {
  background-color: var(--clr-surface);
  color: var(--clr-text);
  border-radius: 2rem;
}

.my-skil {
  border-radius: 2rem 2rem 0 0;
}

.my-worck {
  border-radius: 0 0 2rem 2rem;
}

.my-projects {
  border-radius: 0;
}

.main {
  z-index: 1;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.main article {
  display: grid;
  grid-template-columns: var(--base-column);
  padding-bottom: 4rem;
  margin-bottom: -2px;
  grid-column: 1/-1;
}
@media (min-width: 768px) {
  .main article {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: var(--base-column);
  }
}
@media (min-width: 992px) {
  .main article {
    grid-column: 1/-1;
  }
}
@media (min-width: 768px) {
  .main article header {
    grid-column: 2/-2;
  }
}
.main article header h2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  font-family: "Tektur", "Fira Sans Condensed";
  width: -moz-max-content;
  width: max-content;
  font-size: clamp(12px, 10 * (1vw + 1vh) / 2, 10rem);
  padding-left: 1ch;
  margin-left: auto;
  margin-right: auto;
}
.main article header h2 span {
  display: block;
}
.main article header h2 span:nth-child(1) {
  transform: translateX(100vw);
}
.main article header h2 span:nth-child(2) {
  transform: translateX(-100vw);
}
.main article header h2.ani span:nth-child(1) {
  animation: article_he_ani_l 1s ease both;
  transform: translateX(100vw);
}
.main article header h2.ani span:nth-child(2) {
  animation: article_he_ani_r 1s ease both;
  transform: translateX(-100vw);
}
@keyframes article_he_ani_l {
  0% {
    transform: translateX(100vw);
  }
  80% {
    transform: translateX(-2ch);
  }
  100% {
    transform: translateX(-1ch);
  }
}
@keyframes article_he_ani_r {
  0% {
    transform: translateX(-100vw);
  }
  80% {
    transform: translateX(1ch);
  }
  100% {
    transform: translateX(0);
  }
}
.main article.about-me .about-me__h {
  grid-column: 2/-2;
  grid-row: 1;
}
.main article.about-me .about-me__img {
  grid-column: 2/-2;
  grid-row: 2;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .main article.about-me .about-me__img {
    grid-column: 2/6;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .main article.about-me .about-me__img {
    grid-column: 2/8;
  }
}
.main article.about-me .about-me__img__wrap {
  background-color: #e3e0db;
  border-radius: 1rem;
  display: block;
  overflow: hidden;
  height: 70dvh;
  position: sticky;
  top: 15dvh;
}
@media (min-width: 768px) {
  .main article.about-me .about-me__img__wrap {
    top: 25dvh;
    height: 50dvh;
  }
}
@media (min-width: 992px) {
  .main article.about-me .about-me__img__wrap {
    height: 70dvh;
  }
}
.main article.about-me .about-me__img img {
  width: 100%;
  filter: grayscale(100%);
}
.main article.about-me .about-me__img img:hover {
  filter: grayscale(0%);
}
.main article.about-me .about-me__intro {
  grid-column: 2/-2;
  grid-row: 3;
  padding-right: 2rem;
}
@media (min-width: 768px) {
  .main article.about-me .about-me__intro {
    grid-row: 2;
    grid-column: -2/-6;
  }
}
@media (min-width: 992px) {
  .main article.about-me .about-me__intro {
    grid-column: -2/-8;
  }
}
.main article.about-me .about-me__intro__top {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .main article.about-me .about-me__intro__top {
    height: 55dvh;
    margin-bottom: 20dvh;
  }
}
@media (min-width: 992px) {
  .main article.about-me .about-me__intro__top {
    height: 70dvh;
  }
}
.main article.about-me .about-me__intro__h {
  font-size: 2.3rem;
  line-height: 110%;
}
.main article.about-me .about-me__txt {
  grid-column: -8/-2;
  grid-row: 2;
  padding-right: 2rem;
}
.main article.my-purpose {
  background-color: #e3e0db;
  display: grid;
  align-content: center;
  height: 40vh;
  padding: 0;
  position: sticky;
  bottom: 0;
  z-index: -1;
}
.main article.my-purpose .my-purpose__h {
  grid-column: 2/4;
  font-family: "Tektur", "Fira Sans Condensed";
  text-transform: uppercase;
  line-height: 0.8;
  font-size: 3rem;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
}
@media (min-width: 768px) {
  .main article.my-purpose .my-purpose__h {
    grid-column: 2/6;
    padding: 2rem;
    font-size: 6rem;
  }
}
@media (min-width: 992px) {
  .main article.my-purpose .my-purpose__h {
    grid-column: 3/8;
    padding: 2rem;
  }
}
.main article.my-purpose .my-purpose__txt {
  grid-column: -2/-4;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .main article.my-purpose .my-purpose__txt {
    grid-column: -2/-6;
    padding: 2rem;
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .main article.my-purpose .my-purpose__txt {
    grid-column: -3/-8;
    padding: 2rem;
  }
}
.main article .my-skil__h {
  grid-column: 2/-2;
}
.main article .my-skil-1 {
  padding-bottom: 3rem;
  grid-column: 2/-2;
}
@media (min-width: 768px) {
  .main article .my-skil-1 {
    grid-column: 2/-2;
  }
}
.main article .my-skil-1__wrap {
  display: flex;
  flex-flow: column;
  gap: 3rem;
}
@media (min-width: 768px) {
  .main article .my-skil-1__wrap {
    flex-flow: row;
  }
}
.main article .my-skil-1__intro {
  flex: 1;
}
.main article .my-skil-1__intro__h {
  font-size: 2.5rem;
  font-weight: 900;
  font-family: "Tektur", "Fira Sans Condensed";
}
.main article .my-skil-1__item {
  flex: 1;
  display: flex;
  gap: 1em;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main article .my-skil-1__item .percent {
  --progress: 70;
  --w-h: 5rem;
  --stroke-width: calc(var(--w-h) / 15);
  --circumference: calc(2 * 3.14 * (var(--w-h) / 2));
  --circle-offset: calc(var(--circumference) * ((100 - var(--progress))/100));
  --circle-offset-start-ani:calc(var(--circumference) * ((100 - 0)/100));
  display: flex;
  flex-direction: column;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 768px) {
  .main article .my-skil-1__item .percent {
    --w-h: 5rem;
  }
}
@media (min-width: 992px) {
  .main article .my-skil-1__item .percent {
    --w-h: 8rem;
  }
}
.main article .my-skil-1__item .percent svg:nth-child(1) {
  transform: rotate(-55deg);
  width: var(--w-h);
  height: var(--w-h);
}
.main article .my-skil-1__item .percent svg:nth-child(1) circle {
  fill: transparent;
  r: calc(var(--w-h) / 2 - var(--stroke-width));
  stroke-width: var(--stroke-width);
  cx: 50%;
  cy: 50%;
}
.main article .my-skil-1__item .percent svg:nth-child(1) circle:nth-child(1) {
  stroke: rgba(255, 255, 255, 0.1450980392);
}
.main article .my-skil-1__item .percent svg:nth-child(1) circle:nth-child(2) {
  stroke-dasharray: var(--circumference);
  stroke-dashoffset: var(--circle-offset);
  stroke: var(--clr-text);
  stroke-linecap: round;
}
.main article .my-skil-1__item .percent.ani svg:nth-child(1) circle:nth-child(2) {
  animation: percent-ani 1s ease-in;
}
@keyframes percent-ani {
  from {
    stroke-dashoffset: var(--circle-offset-start-ani);
  }
  to {
    stroke-dashoffset: var(--circle-offset);
  }
}
.main article .my-skil-1__item .percent svg:nth-child(2) {
  fill: var(--clr-text);
  width: var(--w-h);
  height: var(--w-h);
  margin-top: calc(var(--w-h) * -1 + 0.1rem);
  transform: scale(0.5);
}
.main article .my-skil-1__item .percent h3 {
  margin-top: 0.2em;
}
.main article .my-skil-2 {
  grid-column: 1/-1;
  padding-left: 1rem;
  display: flex;
  gap: 1rem;
  flex-flow: row nowrap;
  justify-content: flex-start;
  overflow-x: scroll;
  scrollbar-width: none;
}
.main article .my-skil-2::-webkit-scrollbar {
  display: none;
  width: 0px;
  background: transparent;
}
@media (min-width: 768px) {
  .main article .my-skil-2 {
    overflow: auto;
    flex-flow: row wrap;
    gap: 2rem;
    grid-column: 2/-2;
    padding: 0;
  }
}
.main article .my-skil-2__h {
  width: 100%;
  position: absolute;
  font-size: 2.5rem;
  font-weight: 900;
  font-family: "Tektur", "Fira Sans Condensed";
  line-height: 1;
}
@media (min-width: 768px) {
  .main article .my-skil-2__h {
    position: relative;
    font-size: 3rem;
    flex-flow: row wrap;
    overflow: auto;
    justify-content: flex-start;
    width: calc(50% - 5rem);
    padding: 2rem;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }
}
@media (min-width: 992px) {
  .main article .my-skil-2__h {
    width: calc(33.3333333333% - 6rem);
  }
}
.main article .my-skil-2__item {
  margin-top: 4rem;
  min-width: calc(100vw - 10rem);
  display: flex;
  gap: 2rem;
  flex-direction: column;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.0196078431);
  padding: 2rem;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .main article .my-skil-2__item {
    margin-top: auto;
    min-width: auto;
    margin-top: 0;
    width: calc(50% - 5rem);
  }
}
@media (min-width: 992px) {
  .main article .my-skil-2__item {
    width: calc(33.3333333333% - 6rem);
  }
}
.main article .my-skil-2__item__h {
  font-size: 2.5rem;
  font-weight: 900;
  font-family: "Tektur", "Fira Sans Condensed";
  line-height: 1;
}
.main article .my-skil-2__item__txt {
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.2;
}
.main article .my-skil-2__item__button {
  background-color: rgba(255, 255, 255, 0.062745098);
  padding: 8px 24px;
  display: flex;
  justify-content: center;
  border-radius: 16px;
}
.main article .my-skil-2__item__more {
  display: none;
}
.main article .my-skil-2__item .button {
  background: var(--clr-surface);
  color: var(--clr-text);
  width: calc(100% - 3rem);
}
.main article .my-skil-2__item:has(.my-worck__item__btn:checked) .my-skil-2__item__more {
  display: block;
}
.main article .my-skil-2__item:has(.my-worck__item__btn:checked) {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  position: fixed;
  z-index: 1000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: 0;
  width: auto;
  height: auto;
  padding-top: 6rem;
  padding-bottom: 4rem;
  border-radius: 0;
  overflow-y: scroll;
  animation: my-worck-item-ful 0.5s;
  background-color: #e3e0db;
  color: #1C1E23;
}
@media (min-width: 992px) {
  .main article .my-skil-2__item:has(.my-worck__item__btn:checked) {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
  }
  .main article .my-skil-2__item:has(.my-worck__item__btn:checked) * {
    display: block;
    max-width: 750px;
  }
}
@keyframes my-worck-item-ful {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.main article .my-skil-2__item:has(.my-worck__item__btn:checked) .my-worck__item__text::before {
  display: none;
  visibility: hidden;
  opacity: 0;
}
.main article .my-skil-2__item__btn {
  bottom: 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.main article .my-skil-2__item__btn::before {
  content: "Прочитать";
}
.main article .my-skil-2__item__btn:checked {
  position: fixed;
  bottom: 1rem;
}
.main article .my-skil-2__item__btn:checked::before {
  content: "Закрыть";
}
.main article.my-projects {
  grid-column: 1/-1;
}
.main article.my-projects a {
  text-decoration: none;
  color: #E3E0DB;
}
.main article .my-project__h {
  grid-column: 2/-2;
}
.main article .my-project__item:hover .my-project__img img {
  filter: grayscale(0);
}
.main article .my-project__item {
  grid-column: 2/-2;
  display: flex;
  gap: 2rem;
  flex-direction: column;
  margin-bottom: 5rem;
}
@media (min-width: 768px) {
  .main article .my-project__item {
    grid-column: 2/-2;
  }
}
@media (min-width: 992px) {
  .main article .my-project__item {
    grid-column: 2/-2;
  }
  .main article .my-project__item .my-project__img img {
    filter: grayscale(90%);
  }
}
@media (min-width: 768px) {
  .main article .my-project__item {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-end;
  }
  .main article .my-project__item > * {
    width: 50%;
  }
  .main article .my-project__item:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .main article .my-project__item:nth-child(even) .my-project__title {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .main article .my-project__item {
    flex-direction: row;
  }
}
.main article .my-project__all-proj {
  grid-column: 2/-2;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .main article .my-project__all-proj {
    grid-column: 2/-2;
  }
}
@media (min-width: 992px) {
  .main article .my-project__all-proj {
    grid-column: 2/-2;
  }
}
.main article .my-project__all-proj a {
  color: #E3E0DB;
  border-radius: 1rem;
  background-color: #202227;
  padding: 1.1rem 2rem 1rem 2rem;
  text-align: center;
  margin-top: -0.2rem;
  min-width: 250px;
}
.main article .my-project__title {
  font-family: "Tektur", "Fira Sans Condensed";
  font-weight: 900;
  line-height: 1.1;
}
.main article .my-project__title__number {
  font-size: 5vh;
}
@media (min-width: 768px) {
  .main article .my-project__title__number {
    font-size: 15vh;
  }
}
@media (min-width: 992px) {
  .main article .my-project__title__number {
    font-size: 15vh;
  }
}
.main article .my-project__title__txt {
  font-size: 1rem;
  max-width: 600px;
}
@media (min-width: 768px) {
  .main article .my-project__title__txt {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .main article .my-project__title__txt {
    font-size: 1.5rem;
  }
}
.main article .my-project__img {
  display: block;
  overflow: hidden;
  height: 30vh;
  background-color: #e3e0db;
  border-radius: 1rem;
}
.main article .my-project__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  width: 100%;
}
@media (min-width: 992px) {
  .main article .my-project__img {
    height: 40vh;
    width: 50vh;
  }
}
.main article.my-worck {
  grid-column: 1/-1;
}
.main article .my-worck__top {
  grid-column: 2/-2;
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  grid-row: 2;
}
@media (min-width: 768px) {
  .main article .my-worck__top {
    grid-column: 2/-2;
  }
}
@media (min-width: 992px) {
  .main article .my-worck__top {
    grid-column: 2/-2;
  }
}
.main article .my-worck__top__date {
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.2;
}
.main article .my-worck__top__nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.main article .my-worck__top__nav__prew svg, .main article .my-worck__top__nav__next svg {
  stroke: #e3e0db;
  width: 3rem;
  height: 3rem;
}
.main article .my-worck__h {
  grid-row: 1;
  grid-column: 2/-2;
}
.main article .my-worck__items {
  grid-column: 2/-2;
  position: relative;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  grid-row: 3;
  scrollbar-width: none;
}
.main article .my-worck__items::-webkit-scrollbar {
  display: none;
  width: 0px;
  background: transparent;
}
@media (min-width: 768px) {
  .main article .my-worck__items {
    grid-column: 1/-1;
  }
}
@media (min-width: 992px) {
  .main article .my-worck__items {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: var(--base-column);
  }
}
.main article .my-worck__items__wrap {
  display: flex;
  gap: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 100vh;
  grid-column: 2/-1;
}
@media (min-width: 768px) {
  .main article .my-worck__items__wrap {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .main article .my-worck__items__wrap {
    padding-left: 0;
    padding-right: calc(25vw - 2.5rem);
  }
}
.main article .my-worck__item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: space-between;
  position: relative;
  float: left;
  width: calc(100vw - 6rem);
  overflow-y: hidden;
  background: var(--clr-primary);
  color: var(--clr-primary-text);
  padding: 1rem;
  border-radius: 1rem;
}
.main article .my-worck__item:nth-child(1) {
  display: none;
  /*scroll-snap-align: start;
  scroll-snap-stop: always;*/
}
@media (min-width: 768px) {
  .main article .my-worck__item {
    width: calc(50vw - 6rem);
  }
}
@media (min-width: 992px) {
  .main article .my-worck__item {
    width: calc(25vw - 2.5rem);
    scrollbar-width: none;
  }
}
.main article .my-worck__item__date {
  font-size: 1.3rem;
  font-weight: 900;
  font-family: "Tektur", "Fira Sans Condensed";
}
.main article .my-worck__item__h {
  font-size: 2.5rem;
  font-weight: 900;
  font-family: "Tektur", "Fira Sans Condensed";
  line-height: 1.1;
  text-transform: uppercase;
}
.main article .my-worck__item__text {
  display: none;
}
.main article .my-worck__item__text::before {
  content: "";
  position: absolute;
  height: 30vh;
  width: calc(100vw - 6rem);
  bottom: 0;
  pointer-events: none;
  background: linear-gradient(to bottom, transparent, var(--clr-primary));
}
@media (min-width: 768px) {
  .main article .my-worck__item__text::before {
    width: calc(50vw - 6rem);
  }
}
@media (min-width: 992px) {
  .main article .my-worck__item__text::before {
    width: 90%;
  }
}
.main article .my-worck__item .button {
  background: var(--clr-surface);
  color: var(--clr-text);
  width: calc(100% - 3rem);
}
.main article .my-worck__item:has(.my-worck__item__btn:checked) .my-worck__item__text {
  display: block;
}
.main article .my-worck__item:has(.my-worck__item__btn:checked) {
  position: fixed;
  z-index: 1000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  padding-top: 6rem;
  padding-bottom: 4rem;
  border-radius: 0;
  overflow-y: scroll;
  animation: my-worck-item-ful 0.5s;
}
@media (min-width: 992px) {
  .main article .my-worck__item:has(.my-worck__item__btn:checked) {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
  }
  .main article .my-worck__item:has(.my-worck__item__btn:checked) * {
    display: block;
    max-width: 750px;
  }
}
@keyframes my-worck-item-ful {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.main article .my-worck__item:has(.my-worck__item__btn:checked) .my-worck__item__text::before {
  display: none;
  visibility: hidden;
  opacity: 0;
}
.main article .my-worck__item__btn {
  bottom: 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.main article .my-worck__item__btn::before {
  content: "Прочитать";
}
.main article .my-worck__item__btn:checked {
  position: fixed;
  bottom: 1rem;
}
.main article .my-worck__item__btn:checked::before {
  content: "Закрыть";
}

.footer {
  grid-template-rows: 1fr 1fr max-content;
  background: var(--clr-primary);
  color: var(--clr-primary-text);
  font-size: 1em;
  position: sticky;
  top: 0;
  margin-top: -100svh;
  align-items: center;
  align-content: end;
  padding-bottom: 4.5rem;
}
.footer__intro {
  grid-row: 3;
  grid-column: 2/-2;
  width: 100%;
  font-family: "Tektur", "Fira Sans Condensed";
  font-size: 3rem;
  /*font-size: clamp(12pxs, 10 * (1vw + 1vh) / 2, 10em);*/
  font-weight: 900;
  line-height: 0.93;
}
@media (min-width: 768px) {
  .footer__intro {
    font-size: 6rem;
  }
}
@media (min-width: 992px) {
  .footer__intro {
    font-size: 6rem;
  }
}
.footer__name {
  grid-row: 1;
  grid-column: 2/-2;
  align-self: self-end;
  padding-bottom: 1rem;
  font-size: var(--text-size-700);
  font-weight: 900;
}
.footer__contact {
  grid-row: 2;
  grid-column: 2/-2;
  font-size: 2rem;
  align-self: self-start;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 1rem;
}
.footer__contact .social svg {
  width: 2rem;
  height: 2rem;
}
@media (min-width: 768px) {
  .footer__contact .social svg {
    width: 3rem;
    height: 3rem;
  }
}
@media (min-width: 992px) {
  .footer__contact .social svg {
    width: 3rem;
    height: 3rem;
  }
}
.footer__contact .hh {
  font-size: 2rem;
  font-weight: 900;
  color: #1C1E23;
  text-decoration: none;
}
@media (min-width: 768px) {
  .footer__contact .hh {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  .footer__contact .hh {
    font-size: 3rem;
  }
}
.footer__contact .link-about {
  background: var(--clr-surface);
  color: var(--clr-text);
}

.bottom {
  display: block;
  z-index: -1;
  position: relative;
  width: 100%;
  height: 100svh;
  background: var(--primary);
  color: var(--primary-txt);
}

.nav {
  display: flex;
  position: fixed;
  overflow-y: scroll;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 100vh;
  background: var(--clr-surface);
  color: var(--clr-text);
  flex-direction: column;
  padding: 2rem;
  margin: 0;
  align-items: stretch;
  color: var(--clr-text);
}
.nav svg {
  fill: var(--clr-text);
}
.nav a {
  color: var(--clr-text);
}
.nav__contact {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 1rem;
  justify-content: flex-start;
  align-items: center;
}
.nav__contact svg {
  fill: var(--clr-text);
}
.nav a {
  text-decoration: none;
  color: var(--clr-text);
}
.nav .nav__items {
  padding: 0;
}
.nav .nav__item {
  display: flex;
  position: relative;
  font-size: var(--text-size-700);
  line-height: 1.3;
  font-weight: 900;
  cursor: pointer;
  opacity: 0;
}
.nav .nav__item::marker {
  color: var(--clr-text);
}
.nav .nav__item:hover {
  list-style-type: circle;
  -webkit-text-decoration: solid;
          text-decoration: solid;
}
.nav .nav__item:nth-child(1) {
  font-family: "Tektur", "Fira Sans Condensed";
  margin-bottom: 2rem;
  font-size: 10vh;
  font-weight: 600;
  align-items: center;
  height: 40vh;
}
@media (min-width: 768px) {
  .nav {
    align-items: left;
    padding-left: 20vw;
  }
  .nav .nav__item {
    position: relative;
    line-height: 1.5;
    transition: transform 300ms ease-in;
  }
  .nav .nav__item:hover:not(:first-child) {
    transform: scale(1.1);
    transition: transform 300ms ease-in;
  }
  .nav .nav__item::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 5px;
    display: block;
    width: 100%;
    height: 2px;
    background: var(--clr-text);
    width: 0;
    transition: 0.3s;
  }
  .nav .nav__item:hover::after {
    width: 100%;
  }
  .nav .nav__item:nth-child(1):hover::after {
    width: 0;
  }
}

.nav__open-close {
  cursor: pointer;
  color: #000;
}
.nav__open-close svg:nth-child(2) {
  position: fixed;
  margin-left: -32px;
  bottom: 32px;
  z-index: 999;
  fill: var(--clr-text);
}
@media (min-width: 992px) {
  .nav__open-close svg:nth-child(2) {
    bottom: auto;
    top: 32px;
  }
}

.nav__open-close svg:nth-child(2), .nav {
  visibility: hidden;
  opacity: 0;
  transition: opacity 500ms ease-in, visibility 700ms;
}
.nav-visible svg:nth-child(2), .nav-visible {
  visibility: visible;
  opacity: 1;
  transition: opacity 300ms ease-in;
}
.nav-visible .nav__items .nav__item {
  animation: nav__item__emergence 0.5s linear both;
}
.nav-visible .nav__items .nav__item:nth-child(1) {
  animation-delay: 0.3s;
}
.nav-visible .nav__items .nav__item:nth-child(2) {
  animation-delay: 0.6s;
}
.nav-visible .nav__items .nav__item:nth-child(3) {
  animation-delay: 0.9s;
}
.nav-visible .nav__items .nav__item:nth-child(4) {
  animation-delay: 1.2s;
}
.nav-visible .nav__items .nav__item:nth-child(5) {
  animation-delay: 1.5s;
}
.nav-visible .nav__items .nav__item:nth-child(6) {
  animation-delay: 1.8s;
}
.nav-visible .nav__items .nav__item:nth-child(7) {
  animation-delay: 2.1s;
}
.nav-visible .nav__items .nav__item:nth-child(8) {
  animation-delay: 2.4s;
}
.nav-visible .nav__items .nav__item:nth-child(9) {
  animation-delay: 2.7s;
}
.nav-visible .nav__items .nav__item:nth-child(10) {
  animation-delay: 3s;
}

@keyframes nav__item__emergence {
  from {
    opacity: 0;
    bottom: -2rem;
  }
  35% {
    opacity: 0.3;
    bottom: -1rem;
  }
  70% {
    opacity: 1;
    bottom: 0.5rem;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
.glich-text {
  animation-delay: 2s;
  position: relative;
}
.glich-text:after {
  --data-glich-text: attr(data-glich-text);
  content: var(--data-glich-text);
  position: absolute;
  left: 1px;
  top: 1px;
  clip: rect(0, 900px, 0, 0);
  animation: glitch 3s infinite alternate-reverse;
}
.glich-text:before {
  --data-glich-text: attr(data-glich-text);
  content: var(--data-glich-text);
  position: absolute;
  left: -1px;
  top: -1px;
  clip: rect(0, 900px, 0, 0);
  animation: glitch 3s infinite alternate-reverse;
}

@keyframes glitch {
  0% {
    clip: rect(54px, 9999px, 22px, 0);
  }
  20% {
    clip: rect(51px, 9999px, 24px, 0);
  }
  40% {
    clip: rect(52px, 9999px, 21px, 0);
  }
  60% {
    clip: rect(35px, 9999px, 40px, 0);
  }
  80% {
    clip: rect(0px, 9999px, 0px, 0);
  }
  100% {
    clip: rect(0px, 9999px, 0px, 0);
  }
}
@media (min-width: 768px) {
  @keyframes glitch {
    0% {
      clip: rect(54px, 9999px, 22px, 0);
    }
    20% {
      clip: rect(51px, 9999px, 24px, 0);
    }
    40% {
      clip: rect(52px, 9999px, 21px, 0);
    }
    60% {
      clip: rect(70px, 9999px, 78px, 0);
    }
    80% {
      clip: rect(0px, 9999px, 0px, 0);
    }
    100% {
      clip: rect(0px, 9999px, 0px, 0);
    }
  }
}
/*# sourceMappingURL=style.min.css.map */
