@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

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

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

@font-face {
  font-family: Google Sans;
  src: url("../fonts/GoogleSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
:root {
  --indexSize: 1vh + 1vw;
  --black: #1f2229;
  --accent: #714bf1;
  --zIndexHeader: 1000;
  --zIndexModal: 9999;
  /* Цвета для светлой темы (по умолчанию) */
  --bg-color: #ffffff;
  --text-color: #1a1a1a;
  --cursor-color: #dedede;
  --cursor-big-fill: transparent;
  --cursor-small-fill: #dedede;
}

html {
  font-size: 10px;
  scroll-behavior: auto;
}
html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  color: var(--text-color);
  line-height: 1.2;
  font-family: Google Sans, sans-serif;
  font-size: 1.8rem;
  background-color: var(--bg-color);
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Переменные для темной темы */
body.dark {
  --bg-color: #121212;
  --text-color: #f1f1f1;
  --cursor-color: #444444;
  --cursor-big-fill: transparent;
  --cursor-small-fill: #444444;
}

input,
button,
textarea {
  font-family: Google Sans, sans-serif;
  font-size: inherit;
  line-height: inherit;
}

body.lock {
  overflow: hidden;
  padding-right: 17px;
}

.touch body.lock {
  padding-right: 0;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}
@supports (overflow: clip) {
  .wrapper {
    overflow: clip;
  }
}
.wrapper > main {
  flex: 1 1 auto;
}

main {
  flex: 1 1 auto;
}
::-moz-selection {
  background-color: #394754;
  color: #fff;
}
::selection {
  background-color: #394754;
  color: #fff;
}

input,
textarea {
  outline: none;
}
input:focus:required:invalid,
textarea:focus:required:invalid {
  border-color: #d31543;
}
input:required:valid,
textarea:required:valid {
  border-color: #bc9e7b;
}

input,
textarea {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

button:focus {
  outline: none;
}

[data-fullscreen] {
  min-height: 100vh;
}
.touch [data-fullscreen] {
  min-height: calc(var(--vh, 1vh) * 100);
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes moveUpDown {
  0% {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
}
@keyframes moveUpDown {
  0% {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
}
@-webkit-keyframes moveUpDownReverse {
  0% {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
}
@keyframes moveUpDownReverse {
  0% {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn);
  }
}
/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the 'X' from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.input,
.textarea {
  font-family: "Google Sans", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  color: #1f2229;
  padding: 0 2.3rem;
  width: 100%;
  background: transparent;
  border: 0.06rem solid #1f2229;
  border-radius: 0.4rem;
  text-align: left;
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}
.input::-webkit-input-placeholder, .textarea::-webkit-input-placeholder {
  color: #616161;
  opacity: 1;
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}
.input::-moz-placeholder, .textarea::-moz-placeholder {
  color: #616161;
  opacity: 1;
  -moz-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}
.input:-ms-input-placeholder, .textarea:-ms-input-placeholder {
  color: #616161;
  opacity: 1;
  -ms-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}
.input::-ms-input-placeholder, .textarea::-ms-input-placeholder {
  color: #616161;
  opacity: 1;
  -ms-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}
.input::placeholder,
.textarea::placeholder {
  color: #616161;
  opacity: 1;
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}
.input:focus::-webkit-input-placeholder, .textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}
.input:focus::-moz-placeholder, .textarea:focus::-moz-placeholder {
  opacity: 0;
}
.input:focus:-ms-input-placeholder, .textarea:focus:-ms-input-placeholder {
  opacity: 0;
}
.input:focus::-ms-input-placeholder, .textarea:focus::-ms-input-placeholder {
  opacity: 0;
}
.input:focus::placeholder,
.textarea:focus::placeholder {
  opacity: 0;
}

.textarea {
  padding: 1.6rem 2.3rem;
  resize: none;
}

.select-box {
  position: relative;
  display: block;
  max-width: 100%;
  width: 100%;
  font-size: 1.8rem;
}

.select-box__current {
  background: transparent;
  border: none;
  border: 1px solid #bababa;
  border-radius: 0.6rem;
  color: #fff;
  font-family: "Google Sans", sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
  padding: 0;
  text-align: left;
  cursor: pointer;
  width: 100%;
  color: #1f2229;
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}

.select-box__current:focus + .select-box__list {
  opacity: 1;
  -webkit-animation-name: none;
          animation-name: none;
}

.select-box__current:focus + .select-box__list .select-box__option {
  cursor: pointer;
}

.select-box__input:checked + .select-box__input-text {
  display: block;
}

.select-box__input-text {
  display: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

.select-box__list {
  position: absolute;
  width: 100%;
  padding: 0;
  list-style: none;
  opacity: 0;
  -webkit-animation-name: HideList;
          animation-name: HideList;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: step-start;
          animation-timing-function: step-start;
  -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  border: none;
  font-size: 1.4rem;
  background-color: #fff;
  z-index: 2;
  padding: 0.8rem 0;
}

.select-box__option {
  display: block;
  padding: 0.5rem 1.4rem;
  background: #fff;
  color: #1f2229;
  margin-bottom: 0;
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}

.select-box__option:hover,
.select-box__option:focus {
  background-color: #fbfbfb;
}

@-webkit-keyframes HideList {
  from {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    z-index: 1;
  }
  to {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    z-index: -1;
  }
}
@keyframes HideList {
  from {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    z-index: 1;
  }
  to {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    z-index: -1;
  }
}
.control {
  display: inline-block;
  position: relative;
  padding-left: 2.9rem;
  margin-bottom: 0;
  padding-top: 0;
  cursor: pointer;
  padding-top: 0.9rem;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1;
  color: #1f2229;
}

.control a {
  text-decoration: none;
  color: #cd1e40;
  display: inline-block;
  line-height: 1;
}
.control a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #cd1e40;
  -webkit-transition: width ease-out 0.5s;
  transition: width ease-out 0.5s;
}
.control a:hover {
  color: #cd1e40;
}
.control a:hover::after {
  width: 0;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  left: 0.6rem;
  top: 0.2rem;
}

.control_indicator {
  position: absolute;
  top: 0.4rem;
  left: 0;
  height: 2.1rem;
  width: 2.1rem;
  background: #ffffff;
  border: 0.07rem solid #1f2229;
  border-radius: 0.4rem;
}

.control_indicator:after {
  -webkit-box-sizing: unset;
          box-sizing: unset;
  content: "";
  position: absolute;
  display: none;
}

.control-checkbox .control_indicator:after {
  width: 1rem;
  height: 0.8rem;
  background: url("data:image/svg+xml,%3csvg%20width='10'%20height='8'%20viewBox='0%200%2010%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.16683%200.5L3.50016%206.16667L0.833496%203.5'%20stroke='%231F2229'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") center/contain no-repeat;
  top: 52%;
  left: 51%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.control input:checked ~ .control_indicator:after {
  display: block;
}

.link {
  position: relative;
}
.link:hover {
  color: #394754;
}
.link::after {
  content: "";
  width: 100%;
  height: 0.1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #212529;
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}
.link:hover::after {
  width: 0;
}

.h1 {
  font-weight: 700;
  font-size: 5rem;
  line-height: 1;
}

.h2 {
  font-weight: 700;
  font-size: 4rem;
  line-height: 1;
}

.h3 {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.1;
}

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

a {
  text-decoration: none;
  color: #1a1a1a;
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}
a:hover {
  color: #1a1a1a;
  text-decoration: none;
}

.container {
  max-width: 152rem;
  margin: 0 auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

.btn {
  font-family: "Google Sans", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.2;
  padding: 0;
  text-shadow: none;
  text-transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #714bf1;
  -webkit-box-shadow: none;
          box-shadow: none;
  letter-spacing: 0;
  border-radius: 5.8rem;
  border: 1px solid transparent;
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  cursor: pointer;
  position: relative;
  color: #fff;
  padding-top: 0.1rem;
}
.btn:hover {
  background: rgb(142.8639175258, 112.8556701031, 243.9443298969);
  color: #fff;
}

.btn--stroke {
  border-color: #714bf1;
  background: transparent;
  color: #1f2229;
}
.btn--stroke:hover {
  border-color: transparent;
}

svg {
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}

.svg-hidden {
  display: none;
}

.fancybox-custom .fancybox-button,
.fancybox-custom-video .fancybox-button {
  background: #fff;
  color: #1f2229;
  border: 1px solid #dedede;
  border-radius: 50%;
  width: 5.6rem;
  height: 5.6rem;
  margin: 4rem;
}
.fancybox-custom .fancybox-button:hover,
.fancybox-custom-video .fancybox-button:hover {
  color: #1f2229;
}
.fancybox-custom .fancybox-infobar,
.fancybox-custom-video .fancybox-infobar {
  display: none;
}
.fancybox-custom .fancybox-navigation .fancybox-button--arrow_right,
.fancybox-custom .fancybox-navigation .fancybox-button--arrow_left,
.fancybox-custom-video .fancybox-navigation .fancybox-button--arrow_right,
.fancybox-custom-video .fancybox-navigation .fancybox-button--arrow_left {
  padding: 0.5rem;
  background: #fff;
  color: #1f2229;
  border: 1px solid #dedede;
  border-radius: 50%;
  width: 5.6rem;
  height: 5.6rem;
}
.fancybox-custom .fancybox-navigation .fancybox-button--arrow_right,
.fancybox-custom-video .fancybox-navigation .fancybox-button--arrow_right {
  right: calc(env(safe-area-inset-right) + 10rem);
}
.fancybox-custom .fancybox-navigation .fancybox-button--arrow_left,
.fancybox-custom-video .fancybox-navigation .fancybox-button--arrow_left {
  left: calc(env(safe-area-inset-right) + 10rem);
}

.fancybox-custom.fancybox-is-open .fancybox-bg,
.fancybox-custom-video.fancybox-is-open .fancybox-bg {
  background: #fff;
  opacity: 1;
}
.fancybox-custom.fancybox-is-open .fancybox-slide--video .fancybox-content,
.fancybox-custom-video.fancybox-is-open .fancybox-slide--video .fancybox-content {
  background: #fff;
}

.swiper-wrapper {
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}

@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
.hvr-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-buzz-out:active,
.hvr-buzz-out:focus,
.hvr-buzz-out:hover {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes fadeInDownMini {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -32%, 0);
    transform: translate3d(0, -32%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownMini {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -32%, 0);
    transform: translate3d(0, -32%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownMini {
  -webkit-animation-name: fadeInDownMini;
  animation-name: fadeInDownMini;
}

@-webkit-keyframes fadeInDown20 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown20 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown20 {
  -webkit-animation-name: fadeInDown20;
  animation-name: fadeInDown20;
}

@-webkit-keyframes fadeInDown10 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown10 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown10 {
  -webkit-animation-name: fadeInDown10;
  animation-name: fadeInDown10;
}

@-webkit-keyframes fadeInUp20 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp20 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp20 {
  -webkit-animation-name: fadeInUp20;
  animation-name: fadeInUp20;
}

@-webkit-keyframes fadeInUp10 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp10 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp10 {
  -webkit-animation-name: fadeInUp10;
  animation-name: fadeInUp10;
}

@-webkit-keyframes fadeInLeft10 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft10 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft10 {
  -webkit-animation-name: fadeInLeft10;
  animation-name: fadeInLeft10;
}

@-webkit-keyframes scaleUp {
  from {
    -webkit-transform: scale(0.86);
            transform: scale(0.86);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scaleUp {
  from {
    -webkit-transform: scale(0.86);
            transform: scale(0.86);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.scaleUp {
  -webkit-animation-name: scaleUp;
  animation-name: scaleUp;
}

@-webkit-keyframes fadeInRight10 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight10 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight10 {
  -webkit-animation-name: fadeInRight10;
  animation-name: fadeInRight10;
}

@-webkit-keyframes clip {
  0% {
    clip-path: polygon(10% 10%, 90% 10%, 90% 90%, 10% 90%);
    opacity: 0.4;
    will-change: clip-path;
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
    will-change: clip-path;
  }
}

@keyframes clip {
  0% {
    clip-path: polygon(10% 10%, 90% 10%, 90% 90%, 10% 90%);
    opacity: 0.4;
    will-change: clip-path;
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
    will-change: clip-path;
  }
}
.clip {
  -webkit-animation-name: clip;
  animation-name: clip;
}

@-webkit-keyframes clipInLeft {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    opacity: 0.4;
    will-change: clip-path;
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    opacity: 1;
    will-change: clip-path;
  }
}

@keyframes clipInLeft {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    opacity: 0.4;
    will-change: clip-path;
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    opacity: 1;
    will-change: clip-path;
  }
}
.clipInLeft {
  -webkit-animation-name: clclipInLeftip;
  animation-name: clipInLeft;
}

@-webkit-keyframes clipInRight {
  0% {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    opacity: 0.4;
    will-change: clip-path;
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    opacity: 1;
    will-change: clip-path;
  }
}

@keyframes clipInRight {
  0% {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    opacity: 0.4;
    will-change: clip-path;
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    opacity: 1;
    will-change: clip-path;
  }
}
.clipInRight {
  -webkit-animation-name: clipInRight;
  animation-name: clipInRight;
}

.clipInLeft {
  -webkit-animation-name: clclipInLeftip;
  animation-name: clipInLeft;
}

@-webkit-keyframes clipInUp {
  0% {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
    opacity: 0.4;
    will-change: clip-path;
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    opacity: 1;
    will-change: clip-path;
  }
}

@keyframes clipInUp {
  0% {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
    opacity: 0.4;
    will-change: clip-path;
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    opacity: 1;
    will-change: clip-path;
  }
}
.clipInUp {
  -webkit-animation-name: clipInUp;
  animation-name: clipInUp;
}

[class*=-ibg] {
  position: relative;
}
[class*=-ibg] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

[class*=-ibg_contain] img {
  -o-object-fit: contain;
     object-fit: contain;
}

.scroll-area {
  scrollbar-width: thin;
  scrollbar-color: #d6d6d7 transparent;
}
.scroll-area::-webkit-scrollbar {
  width: 7px;
}
.scroll-area::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}
.scroll-area::-webkit-scrollbar-thumb {
  background-color: #d6d6d7;
  outline: none;
}

.cursor {
  pointer-events: none;
}
.cursor__circle {
  position: fixed;
  top: 0;
  left: 0;
  mix-blend-mode: difference;
  z-index: 999999;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.cursor__circle--big {
  stroke: #dedede;
  fill: transparent;
  mix-blend-mode: difference;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.cursor__circle--small {
  fill: #dedede;
  mix-blend-mode: difference;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.cursor__plus {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  stroke: transparent;
  fill: transparent;
  mix-blend-mode: normal;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.cursor__plus--area {
  stroke: transparent;
  width: 1.8rem;
  height: 1.8rem;
}

.hoverable-area {
  cursor: none;
}

.theme-toggle {
  position: fixed;
  top: 7rem;
  right: 7rem;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background-color: var(--text-color);
  -webkit-box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.1);
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.theme-toggle__icon {
  width: 3rem;
  height: 3rem;
  fill: var(--bg-color);
  -webkit-transition: fill 0.3s ease, -webkit-transform 0.3s ease;
  transition: fill 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, fill 0.3s ease;
  transition: transform 0.3s ease, fill 0.3s ease, -webkit-transform 0.3s ease;
}
.dark .theme-toggle {
  background-color: var(--text-color);
}
.dark .theme-toggle .theme-toggle__icon {
  fill: var(--bg-color);
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* Анимация при переключении темы */
.theme-transition * {
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, fill 0.3s ease !important;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, fill 0.3s ease !important;
}

.footer {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding-left: 0.96rem;
  padding-right: 0.96rem;
  margin-bottom: 0;
}
.footer__container {
  background: #394754;
  border-radius: 3.12rem 3.12rem 0 0;
  padding: 5.3rem 2.9rem 6.8rem 2.9rem;
  color: #fff;
}
.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 7.2rem;
  padding-top: 0.8rem;
}
.footer__brand {
  display: flex;
  align-items: flex-end;
  gap: 2.7rem;
}
.footer__logo {
  flex-shrink: 0;
  padding-bottom: 1rem;
}
.footer__logo-img {
  height: 12.7rem;
  width: auto;
}
.footer__divider {
  width: 0.13rem;
  height: 9.1rem;
  background: rgba(255, 255, 255, 0.86);
  flex-shrink: 0;
}
.footer__description {
  font-size: 1.82rem;
  line-height: 1.3;
  color: #fff;
  letter-spacing: -0.018rem;
  margin-bottom: 0;
  padding-bottom: 1rem;
}
.footer__cta {
  font-size: 2.6rem;
  color: #fff;
  text-decoration: none;
  letter-spacing: -0.026rem;
  line-height: 1.25;
  position: relative;
  padding-bottom: 0.8rem;
  margin-bottom: 3.2rem;
  -webkit-transition: color 0.3s ease, opacity 0.3s ease;
  transition: color 0.3s ease, opacity 0.3s ease;
}
.footer__cta::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.13rem;
  background: rgba(255, 255, 255, 0.15);
  -webkit-transition: background 0.3s ease, height 0.3s ease;
  transition: background 0.3s ease, height 0.3s ease;
}
.footer__cta:hover {
  opacity: 0.9;
  color: #C6C0B1;
}
.footer__cta:hover::after {
  background: rgba(198, 192, 177, 0.5);
  height: 0.2rem;
}
.footer__middle {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10.8rem;
}
.footer__contacts {
  display: flex;
  gap: 10.1rem;
}
.footer__contact-item {
  display: flex;
  flex-direction: column;
  gap: 2.7rem;
}
.footer__contact-label {
  font-size: 2.6rem;
  color: #fff;
  letter-spacing: -0.026rem;
  line-height: 1.25;
}
.footer__contact-value {
  font-size: 2.6rem;
  color: #97a5b2;
  letter-spacing: -0.026rem;
  line-height: 1.25;
  margin-bottom: 0;
}
.footer__nav {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 2.8rem 7.2rem;
  align-items: start;
}
.footer__nav-link {
  font-size: 2.6rem;
  color: #fff;
  text-decoration: none;
  letter-spacing: -0.026rem;
  line-height: 1.25;
  -webkit-transition: color 0.3s ease, opacity 0.3s ease;
  transition: color 0.3s ease, opacity 0.3s ease;
}
.footer__nav-link:hover {
  opacity: 0.9;
  color: #C6C0B1;
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
}
.footer__copyright {
  font-size: 1.82rem;
  line-height: 1.3;
  color: #fff;
  letter-spacing: -0.018rem;
  margin: 0;
}
.footer__link {
  font-size: 1.82rem;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  letter-spacing: -0.018rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.footer__link:hover {
  color: rgba(255, 255, 255, 0.8);
}

.project-start {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  padding-left: 0.96rem;
  padding-right: 0.96rem;
  margin-top: 9.6rem;
  margin-bottom: 18.8rem;
}
.project-start__container {
  display: flex;
  align-items: center;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  background-image: url("../img/project-start-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-left: 2.3rem;
  padding-right: 2.3rem;
  border-radius: 3.12rem;
  padding-top: 4.7rem;
  padding-bottom: 5.8rem;
}
.project-start__content {
  padding: 5.5rem 7.2rem 4.9rem 7.2rem;
  z-index: 2;
  background: #fff;
  border-radius: 5.3rem;
}
.project-start__title {
  font-size: 7.9rem;
  font-weight: 400;
  margin-bottom: 2.2rem;
  color: #1C1C1C;
  letter-spacing: -3.1px;
  line-height: 90%;
}
.project-start__title-accent {
  color: #C6C0B1;
  font-weight: 400;
}
.project-start__subtitle {
  font-size: 2.6rem;
  line-height: 125%;
  color: #394754;
  margin-bottom: 2.3rem;
}
.project-start__subtitle span {
  color: #C6C0B1;
}
.project-start__form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 0;
}
.project-start__form-grid {
  display: grid;
  grid-template-columns: 43.3rem 28.6rem;
  gap: 1.4rem;
}
.project-start__form-inputs {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.project-start__form-textarea {
  display: flex;
}
.project-start__input, .project-start__textarea {
  width: 100%;
  border: none;
  background: #EBEBEB;
  font-size: 1.8rem;
  font-family: inherit;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  letter-spacing: -0.187px;
}
.project-start__input::-webkit-input-placeholder, .project-start__textarea::-webkit-input-placeholder {
  color: #999;
}
.project-start__input::-moz-placeholder, .project-start__textarea::-moz-placeholder {
  color: #999;
}
.project-start__input:-ms-input-placeholder, .project-start__textarea:-ms-input-placeholder {
  color: #999;
}
.project-start__input::-ms-input-placeholder, .project-start__textarea::-ms-input-placeholder {
  color: #999;
}
.project-start__input::placeholder, .project-start__textarea::placeholder {
  color: #999;
}
.project-start__input:focus, .project-start__textarea:focus {
  outline: none;
  background: #ebebeb;
}
.project-start__input {
  border-radius: 9.4rem;
  padding-top: 2.6rem;
  padding-bottom: 2.7rem;
  padding-left: 4.2rem;
  padding-right: 4.2rem;
}
.project-start__textarea {
  padding-top: 3.4rem;
  padding-left: 3.1rem;
  padding-right: 3.1rem;
  padding-bottom: 3rem;
  resize: none;
  min-height: 100%;
  border-radius: 2.8rem;
}
.project-start__button {
  width: 100%;
  height: 11.1rem;
  padding-top: 4rem;
  padding-bottom: 3.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #394754;
  color: #fff;
  border: none;
  border-radius: 8.7rem;
  font-size: 2.6rem;
  font-family: inherit;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  margin-top: 0.8rem;
}
.project-start__button:hover {
  background: #2d3748;
}
.project-start__button:active {
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
}
.project-start__checkbox-label {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  cursor: pointer;
  margin-top: 2.2rem;
  margin-bottom: 0;
}
.project-start__checkbox {
  position: relative;
  flex-shrink: 0;
  width: 4rem;
  height: 4rem;
  margin: 0;
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #C6C0B1;
  border-radius: 0.5rem;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.project-start__checkbox:checked {
  background: #4a5568;
  border-color: #4a5568;
}
.project-start__checkbox:checked::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -60%) rotate(45deg);
      -ms-transform: translate(-50%, -60%) rotate(45deg);
          transform: translate(-50%, -60%) rotate(45deg);
  width: 0.6rem;
  height: 1.2rem;
  border: solid #fff;
  border-width: 0 0.2rem 0.2rem 0;
}
.project-start__checkbox:hover {
  border-color: #4a5568;
}
.project-start__checkbox:focus {
  outline: none;
}
.project-start__checkbox-text {
  font-size: 1.8rem;
  line-height: 1.3;
  color: #898989;
  flex: 1;
}
.project-start__image {
  display: none;
}

.about {
  padding: 3rem 0 8rem;
  position: relative;
}
body.dark .about code,
body.dark .about pre {
  background-color: #2a2a2a;
  border-color: #444;
}
body.dark .about .about__code {
  background-color: #2a2a2a;
  border-color: #444;
}
body.dark .about .about__tag {
  background-color: #2a2a2a;
  border-color: #444;
}
body.dark .about .about__progress {
  background-color: rgba(255, 255, 255, 0.05);
}
body.dark .about .about__progress-bar {
  background: -webkit-gradient(linear, left top, right top, from(#714bf1), color-stop(#9575ff), to(#b199fc));
  background: linear-gradient(to right, #714bf1, #9575ff, #b199fc);
  -webkit-box-shadow: 0 0 10px rgba(149, 117, 255, 0.7);
          box-shadow: 0 0 10px rgba(149, 117, 255, 0.7);
}

.about__progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4rem;
  background-color: #fff;
  z-index: var(--zIndexHeader);
}
.about__progress-bar {
  height: 50%;
  width: 0;
  background-color: #000;
  -webkit-transition: width 0.1s ease-out;
  transition: width 0.1s ease-out;
}

body.dark .about__progress {
  background-color: #000;
}
body.dark .about__progress .about__progress-bar {
  background: #fff;
}

.about__divider {
  height: 0.1rem;
  width: 100%;
  background-color: var(--accent);
  margin: 6rem 0;
  opacity: 0.3;
}
.about__divider:before {
  content: "";
  display: block;
  height: 0.5rem;
  width: 3rem;
  background-color: var(--accent);
  margin: 0 auto 2rem;
  border-radius: 0.3rem;
}

.about__area {
  padding: 9rem 2rem;
}
.about__area h1 {
  margin-bottom: 3rem;
  font-size: 7rem;
  line-height: 1.2;
}
.about__area h1 a {
  color: inherit;
  text-decoration: underline;
}
.about__area h2 {
  font-size: 3.6rem;
  margin: 5rem 0 2.5rem;
}
.about__area h3 {
  font-size: 2.6rem;
  margin: 3.5rem 0 2rem;
}
.about__area h4 {
  font-size: 2.2rem;
  margin: 2.5rem 0 1.5rem;
  font-weight: 600;
}
.about__area p {
  font-size: 1.8rem;
  line-height: 1.6;
  margin: 1.5rem 0;
}
.about__area code {
  font-family: monospace;
  background-color: #f5f5f5;
  padding: 0.2rem 0.5rem;
  border-radius: 0.3rem;
  font-size: 1.5rem;
  border: 1px solid #e0e0e0;
}

.about__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 3rem;
}
.about__badges img {
  height: 2.2rem;
}

.about__list {
  padding-left: 2.5rem;
  margin: 2rem 0;
}
.about__list li {
  position: relative;
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 1.2rem;
}
.about__list li::before {
  content: "•";
  position: absolute;
  left: -2.5rem;
  color: var(--accent);
  font-size: 2.5rem;
  line-height: 1;
}
.about__list li ul {
  padding-left: 2.5rem;
  margin: 1.2rem 0;
}
.about__list li ul li {
  margin-bottom: 0.8rem;
}
.about__list li ul li::before {
  content: "◦";
}

.about__code {
  background-color: #f5f5f5;
  border-radius: 0.5rem;
  padding: 2rem;
  margin: 2rem 0;
  overflow-x: auto;
  border: 1px solid #e0e0e0;
}
.about__code pre {
  margin: 0;
  font-family: monospace;
}
.about__code pre code {
  background: none;
  border: none;
  padding: 0;
  font-size: 1.6rem;
  white-space: pre;
}

.about__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.about__tag {
  display: inline-block;
  padding: 0.7rem 1.2rem;
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-radius: 2rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--accent);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.about__tag:hover {
  background-color: var(--accent);
  color: #fff;
}

.home {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
  overflow: hidden;
}

.home__logo {
  line-height: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 5rem;
  font-size: 10rem;
  font-weight: 700;
}

.home__link {
  border: 2px solid var(--text-color);
  padding: 3rem 5rem;
  border-radius: 1.2rem;
  font-size: 2.2rem;
  font-weight: 500;
  background: var(--text-color);
  color: var(--bg-color);
}
.home__link:hover {
  background: rgb(51.5, 51.5, 51.5);
  color: #fff;
}

.home__link-rem {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  font-size: 2.2rem;
  font-weight: 600;
  display: inline-block;
  margin-top: 3rem;
  color: var(--text-color);
}

.rem__area {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8rem;
}

.rem__block {
  width: 54rem;
  height: 54rem;
  background: #1f1f1f;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-radius: 50%;
  text-align: center;
  -webkit-box-shadow: 20px 10px 50px 0 rgba(34, 60, 80, 0.2);
          box-shadow: 20px 10px 50px 0 rgba(34, 60, 80, 0.2);
  will-change: transform;
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  flex: 0 0 auto;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0) translate(0, 0);
    transform: rotate(0) translate(0, 0);
  }
  50% {
    -webkit-transform: rotate(180deg) translate(20px, -20px);
    transform: rotate(180deg) translate(20px, -20px);
  }
  to {
    -webkit-transform: rotate(360deg) translate(0, 0);
    transform: rotate(360deg) translate(0, 0);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0) translate(0, 0);
    transform: rotate(0) translate(0, 0);
  }
  50% {
    -webkit-transform: rotate(180deg) translate(20px, -20px);
    transform: rotate(180deg) translate(20px, -20px);
  }
  to {
    -webkit-transform: rotate(360deg) translate(0, 0);
    transform: rotate(360deg) translate(0, 0);
  }
}
.rem__text {
  font-size: 5rem;
  color: #fff;
  font-weight: 700;
}

body.dark .rem__block {
  background: #fff;
  color: #1f1f1f;
}
body.dark .rem__text {
  color: #1f1f1f;
}

.rem__instructions {
  max-width: 50rem;
}

@media (min-width: 1930px){
  html {
    font-size: 12px;
  }
}

@media (max-width: 1700px){
  html {
    font-size: 9px;
  }
}

@media (max-width: 1500px){
  .control {
    font-size: 1.5rem;
  }
}

@media (max-width: 1430px){
  html {
    font-size: 8.6px;
  }
}

@media (max-width: 1320px){
  html {
    font-size: 8.4px;
  }
}

@media (max-width: 1100px){
  body.lock {
    padding-right: 0;
  }
}

@media (max-width: 1024px){
  .footer__top {
    flex-direction: column;
    gap: 3rem;
    margin-bottom: 5rem;
  }
  .footer__middle {
    flex-direction: column;
    gap: 4rem;
    margin-bottom: 6rem;
  }
  .footer__contacts {
    flex-direction: column;
    gap: 3rem;
  }
  .footer__nav {
    gap: 2rem 3rem;
  }
  .footer__bottom {
    flex-direction: column;
    gap: 1.5rem;
  }
  .project-start__content {
    padding: 4rem 5rem;
  }
  .project-start__title {
    font-size: 6rem;
  }
  .project-start__subtitle {
    font-size: 2.2rem;
  }
}

@media (max-width: 776px){
  .control {
    font-size: 14px;
  }
}

@media (max-width: 768px){
  .footer__container {
    padding: 2rem 1.5rem 2rem 1.5rem;
  }
  .footer__brand {
    flex-direction: column;
    gap: 1.5rem;
  }
  .footer__divider {
    display: none;
  }
  .footer__logo-img {
    height: 5rem;
  }
  .footer__description {
    font-size: 1rem;
  }
  .footer__cta {
    font-size: 1.4rem;
  }
  .footer__contact-label, .footer__contact-value, .footer__nav-link {
    font-size: 1.4rem;
  }
  .footer__nav {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .footer__copyright, .footer__link {
    font-size: 1rem;
  }
  .footer__contact-item {
    gap: 0;
  }
  .footer__middle {
    gap: 1rem;
    margin-bottom: 2rem;
  }
  .footer__brand {
    align-items: center;
  }
  .project-start__container {
    flex-direction: column;
    padding: 1.5rem 1rem;
    border-radius: 2rem;
    min-height: auto;
  }
  .project-start__content {
    flex: 1;
    width: 100%;
    padding: 3rem 2rem;
    background: #fff;
    border-radius: 2.5rem;
  }
  .project-start__title {
    font-size: 4rem;
    letter-spacing: -1.5px;
    margin-bottom: 1.5rem;
  }
  .project-start__subtitle {
    font-size: 1.8rem;
    margin-bottom: 2.5rem;
  }
  .project-start__form {
    gap: 1.5rem;
  }
  .project-start__form-grid {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
  .project-start__form-inputs {
    gap: 1.2rem;
  }
  .project-start__input {
    padding: 1.8rem 2.5rem;
    font-size: 1.6rem;
    border-radius: 6rem;
  }
  .project-start__textarea {
    padding: 2rem 2.5rem;
    font-size: 1.6rem;
    min-height: 15rem;
    border-radius: 2rem;
  }
  .project-start__button {
    height: auto;
    padding: 2rem 3rem;
    font-size: 1.8rem;
    border-radius: 6rem;
    margin-top: 1rem;
  }
  .project-start__checkbox-label {
    gap: 1.2rem;
    margin-top: 1.5rem;
  }
  .project-start__checkbox {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 0.6rem;
  }
  .project-start__checkbox:checked::after {
    width: 0.5rem;
    height: 1rem;
  }
  .project-start__checkbox-text {
    font-size: 1.2rem;
  }
}

@media (max-width: 767px){
  html {
    font-size: 10px;
  }
  .touch [data-fullscreen] {
    -webkit-transition: height 0.2s;
    transition: height 0.2s;
  }
  .input,
  .textarea {
    font-size: 15px;
    padding: 0 13px;
    text-align: left;
  }
  .textarea {
    padding: 13px;
  }
  .select-box {
    width: 100%;
    font-size: 14px;
  }
  .select-box__current {
    font-size: 14px;
    height: 54px;
    padding-left: 12px;
    padding-right: 35px;
  }
  .select-box__list {
    font-size: 14px;
    width: 100%;
  }
  .select-box__option {
    padding: 6px 20px;
  }
  .h1 {
    font-size: 27px;
    line-height: 1.15;
  }
  .h2 {
    font-size: 25px;
    line-height: 1.15;
  }
  .h3 {
    line-height: 1.15;
  }
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .btn {
    font-size: 16px;
    height: 50px;
    line-height: 1;
    padding: 0;
  }
  .fancybox-custom .fancybox-button,
  .fancybox-custom-video .fancybox-button {
    height: 4rem;
    width: 4rem;
    margin: 20px;
  }
  .fancybox-custom .fancybox-navigation .fancybox-button,
  .fancybox-custom-video .fancybox-navigation .fancybox-button {
    top: calc(50% - 20px);
  }
  .fancybox-custom .fancybox-navigation .fancybox-button--arrow_right,
  .fancybox-custom .fancybox-navigation .fancybox-button--arrow_left,
  .fancybox-custom-video .fancybox-navigation .fancybox-button--arrow_right,
  .fancybox-custom-video .fancybox-navigation .fancybox-button--arrow_left {
    height: 4rem;
    width: 4rem;
  }
  .fancybox-custom .fancybox-navigation .fancybox-button--arrow_right,
  .fancybox-custom-video .fancybox-navigation .fancybox-button--arrow_right {
    right: 0;
    right: env(safe-area-inset-left);
    display: none;
  }
  .fancybox-custom .fancybox-navigation .fancybox-button--arrow_left,
  .fancybox-custom-video .fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    display: none;
  }
  .fancybox-custom-video .fancybox-slide {
    padding: 12px;
  }
  .cursor {
    display: none;
  }
  .theme-toggle {
    top: 3rem;
    right: 2rem;
    width: 4rem;
    height: 4rem;
  }
  .theme-toggle__icon {
    width: 2rem;
    height: 2rem;
  }
  .about__progress {
    height: 20px;
  }
  .about__area {
    padding: 50px 0;
  }
  .about__area h1 {
    font-size: 3.2rem;
  }
  .about__area h2 {
    font-size: 2.8rem;
    margin: 4rem 0 2rem;
  }
  .about__area h3 {
    font-size: 2.2rem;
    margin: 3rem 0 1.5rem;
  }
  .about__area h4 {
    font-size: 1.8rem;
  }
  .about__area p {
    font-size: 1.6rem;
  }
  .about__badges {
    margin-bottom: 2rem;
  }
  .about__badges img {
    height: 2rem;
  }
  .about__list li {
    font-size: 1.6rem;
  }
  .about__code pre code {
    font-size: 1.4rem;
  }
  .about__tag {
    font-size: 1.3rem;
    padding: 0.5rem 1rem;
  }
  .home__logo {
    font-size: calc(var(--indexSize) * 12);
    margin-bottom: calc(var(--indexSize) * 5);
  }
  .home__link {
    font-size: calc(var(--indexSize) * 2.5);
    padding: calc(var(--indexSize) * 2.5) calc(var(--indexSize) * 4);
  }
  .home__link-rem {
    font-size: calc(var(--indexSize) * 2.5);
    margin-top: calc(var(--indexSize) * 3);
  }
  .rem__area {
    flex-direction: column;
    gap: calc(var(--indexSize) * 15);
  }
  .rem__block {
    width: calc(var(--indexSize) * 60);
    height: calc(var(--indexSize) * 60);
  }
  .rem__text {
    font-size: calc(var(--indexSize) * 6);
  }
  .rem__instructions {
    font-size: calc(var(--indexSize) * 2);
  }
}

@media (max-width: 480px){
  .project-start {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .project-start__container {
    padding: 1rem;
    border-radius: 1.5rem;
    min-height: auto;
  }
  .project-start__content {
    padding: 2rem 1.5rem;
    border-radius: 2rem;
  }
  .project-start__title {
    font-size: 3rem;
    letter-spacing: -1px;
    margin-bottom: 1.2rem;
  }
  .project-start__subtitle {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
  .project-start__input {
    padding: 1.5rem 2rem;
    font-size: 1.4rem;
  }
  .project-start__textarea {
    padding: 1.5rem 2rem;
    font-size: 1.4rem;
    min-height: 12rem;
  }
  .project-start__button {
    padding: 1.8rem 2.5rem;
    font-size: 1.6rem;
  }
  .project-start__checkbox {
    width: 2.2rem;
    height: 2.2rem;
  }
  .project-start__checkbox-text {
    font-size: 0.8rem;
  }
}

@media (max-width: 340px){
  .h1 {
    font-size: 23px;
  }
  .h2 {
    font-size: 21px;
  }
  .h3 {
    font-size: 18px;
  }
}