@font-face {
  font-family: Manrope ExtraBold;
  src: url('../fonts/Manrope-ExtraBold.ttf') format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Manrope SemiBold;
  src: url('../fonts/Manrope-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Manrope Medium;
  src: url('../fonts/Manrope-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Manrope Bold;
  src: url('../fonts/Manrope-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --top-menu-only: #fff3fd;
  --accent: #c44877;
  --highlight: #ffe0eb;
  --stroke: #f2a5c2;
  --all-fill: #fff8fe;
  --white: white;
  --text-brown: #403338;
  --gray: #9c8f94;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #403338;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Frame-21_1.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  background-clip: border-box;
  font-family: Manrope SemiBold, Trebuchet MS, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 135%;
}

h1 {
  justify-content: flex-start;
  align-items: center;
  height: 28px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope ExtraBold, Trebuchet MS, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 44px;
  display: flex;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

img {
  display: inline-block;
}

.main-page {
  width: 100vw;
  height: 100vh;
  display: block;
  position: relative;
}

.body {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Frame-21.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: 100% 100%;
  background-attachment: scroll;
  background-clip: border-box;
}

.top-menu {
  background-color: var(--top-menu-only);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 30px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.logo {
  cursor: pointer;
  position: relative;
  left: 0%;
  right: 0%;
}

.kaya-li {
  color: var(--accent);
  font-family: Manrope ExtraBold, Trebuchet MS, sans-serif;
  font-size: 15px;
  font-weight: 800;
  display: flex;
}

.help-text {
  color: var(--accent);
  cursor: pointer;
  font-family: Manrope SemiBold, Trebuchet MS, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
}

.help-button {
  width: 60px;
  height: 18px;
  font-family: Manrope Medium, Trebuchet MS, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.left-menu {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.right-menu {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.language {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.ru {
  box-sizing: border-box;
  aspect-ratio: auto;
  border: 2px solid var(--accent);
  background-color: var(--accent);
  pointer-events: auto;
  color: var(--top-menu-only);
  text-align: center;
  object-fit: fill;
  object-position: 50% 50%;
  border-radius: 5px;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 35px;
  height: 20px;
  font-family: Manrope SemiBold, Trebuchet MS, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 115%;
  text-decoration: none;
  display: flex;
}

.en {
  box-sizing: border-box;
  aspect-ratio: auto;
  border: 2px solid var(--accent);
  pointer-events: auto;
  color: var(--accent);
  text-align: center;
  cursor: pointer;
  object-fit: fill;
  object-position: 50% 50%;
  border-radius: 5px;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 35px;
  height: 20px;
  font-family: Manrope SemiBold, Trebuchet MS, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 115%;
  text-decoration: none;
  display: flex;
}

.en:hover {
  background-color: var(--accent);
  color: var(--top-menu-only);
}

.en:focus, .en:focus-visible, .en[data-wf-focus-visible] {
  background-color: var(--highlight);
}

.media-button {
  z-index: 3;
  box-sizing: border-box;
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
  background-color: #fff3fd;
  flex-flow: row;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 35px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.media-button:hover {
  background-color: var(--highlight);
  border-radius: 5px;
}

.media-button:focus {
  background-color: var(--highlight);
}

.media-hover {
  z-index: 1;
  background-color: var(--highlight);
  opacity: 0;
  border-radius: 5px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 35px;
  height: 20px;
  display: flex;
  position: absolute;
}

.image {
  background-image: url('../images/music-icon.svg');
  background-position: 50%;
  background-size: 100%;
  max-width: 100%;
  max-height: 100%;
  text-decoration: none;
  position: relative;
}

.media-icon {
  z-index: 2;
  display: flex;
  position: relative;
}

.header {
  z-index: 88;
  pointer-events: auto;
  position: fixed;
  inset: 0% 0% auto;
}

.main-content {
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  display: block;
  position: static;
  overflow: visible;
  transform: translate(0);
}

.kaya-selfie {
  border: 1px solid var(--stroke);
  background-color: var(--all-fill);
  border-radius: 5px;
  width: 334px;
  height: 413px;
  padding-top: 0;
  position: absolute;
  top: 10vh;
  left: 5vw;
  overflow: hidden;
}

.photo-kaya-selfie {
  box-sizing: border-box;
  vertical-align: baseline;
  object-fit: fill;
  width: 100%;
  position: relative;
  inset: auto 0% 0%;
  overflow: visible;
}

.ui-kaya {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-bottom: 1px solid var(--stroke);
  background-color: var(--all-fill);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
  height: 40px;
  display: flex;
  position: relative;
}

.circles-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: flex-start;
  height: 40px;
  padding-top: 15px;
  padding-left: 15px;
  display: flex;
}

.circle {
  border: 1px solid var(--stroke);
  background-color: var(--highlight);
  border-radius: 100%;
  width: 10px;
  height: 10px;
}

.folders-icons-names {
  color: var(--accent);
  text-align: left;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  font-family: Manrope Medium, Trebuchet MS, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 115%;
  display: flex;
  position: relative;
  transform: translate(0, -1px);
}

.notification {
  z-index: 20;
  border: 1px solid var(--stroke);
  background-color: var(--all-fill);
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 306px;
  height: 242px;
  padding: 25px 20px;
  display: flex;
  position: fixed;
  top: 60vh;
  right: 5vw;
}

.icon-notif {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--stroke);
  background-color: var(--highlight);
  border-radius: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding-top: 8px;
  padding-bottom: 7px;
  display: flex;
  position: relative;
}

.image-3 {
  vertical-align: baseline;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  position: relative;
}

.h2-notif {
  mix-blend-mode: normal;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  height: auto;
  font-family: Manrope Bold, Trebuchet MS, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 135%;
  display: flex;
  position: relative;
}

.notif-body {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-family: Manrope Medium, Trebuchet MS, sans-serif;
  font-size: 13px;
  font-weight: 500;
  display: flex;
  position: relative;
}

.text-notif {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column wrap;
  place-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.button {
  background-color: var(--accent);
  text-align: center;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Manrope ExtraBold, Trebuchet MS, sans-serif;
  font-size: 15px;
  font-weight: 800;
  display: inline-flex;
  position: relative;
}

.button:hover {
  border: 2px solid var(--accent);
  background-color: var(--white);
  color: var(--accent);
}

.button:active {
  background-color: var(--all-fill);
}

.button:focus, .button:focus-visible, .button[data-wf-focus-visible] {
  border: 2px solid var(--accent);
  background-color: var(--white);
  color: var(--accent);
}

.notif-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.music-player {
  z-index: 80;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid var(--stroke);
  background-color: var(--all-fill);
  border-radius: 5px;
  flex-flow: wrap;
  width: 250px;
  height: 119px;
  padding: 15px 15px 20px;
  display: flex;
  position: fixed;
  top: 40px;
  left: auto;
  right: 30px;
}

.image-4 {
  border: 1px solid var(--stroke);
  border-radius: 5px;
  width: 50px;
  height: 50px;
  position: relative;
}

.text-block {
  font-family: Manrope Bold, Trebuchet MS, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 115%;
}

.small-text {
  font-family: Manrope Medium, Trebuchet MS, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 125%;
  display: block;
  position: relative;
}

.div-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.music-name {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation-player {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.menu {
  z-index: 10;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--stroke);
  background-color: var(--all-fill);
  border-radius: 5px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: none;
  height: 78px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  inset: auto auto 20px 50%;
  overflow: visible;
  transform: translate(-50%);
}

.pages {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  display: flex;
}

.socials {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.clock {
  flex-direction: column;
  row-gap: 8px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: block;
}

.clock-time-block {
  width: 60px;
  height: 40px;
}

.clock-colon {
  color: #5f6674;
  width: 16px;
}

.clock-time {
  text-align: center;
  align-items: center;
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
  display: flex;
}

.clock-date {
  color: #5f6674;
  justify-content: center;
  align-items: center;
  column-gap: 4px;
  font-size: 18px;
  line-height: 24px;
  display: inline-flex;
}

.menu-icon {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 2px solid var(--accent);
  background-color: var(--accent);
  color: var(--white);
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: relative;
}

.menu-icon:hover {
  background-color: var(--white);
  color: var(--accent);
}

.menu-icon:active, .image-6 {
  background-color: var(--accent);
  color: var(--white);
}

.code-embed {
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.circle-bot-menu {
  background-color: var(--stroke);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 6px;
  height: 6px;
  display: flex;
  position: absolute;
  inset: auto 0% -13px 50%;
  transform: translate(-50%);
}

.bot-menu {
  justify-content: center;
  align-items: center;
  width: 480px;
  height: 78px;
  display: flex;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%);
}

.divider {
  background-color: var(--stroke);
  border-radius: 5px;
  width: 2px;
  height: 45px;
  position: relative;
  top: 5px;
  bottom: 5px;
}

.code-embed-2 {
  position: static;
}

.skip-back {
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.play-icon {
  height: 19px;
  display: block;
  position: absolute;
}

.pause-icon {
  justify-content: center;
  align-items: center;
  height: 19px;
  display: block;
  position: absolute;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.play-toggle, .skip-forward {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.tab-slider {
  border: 1px solid var(--stroke);
  background-color: var(--white);
  border-radius: 5px;
  flex-flow: wrap;
  width: 666px;
  height: 277px;
  display: flex;
  position: absolute;
  top: 20vh;
  left: 30vw;
}

.tab-button {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  border: 1px solid var(--stroke);
  background-color: var(--white);
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 155px;
  height: 48px;
  padding: 10px;
  display: flex;
  position: relative;
}

.left-tab-zone {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 173px;
  height: auto;
  display: flex;
  position: relative;
}

.tab-divider {
  background-color: var(--stroke);
  border-radius: 5px;
  width: 1px;
  height: auto;
  position: relative;
}

.main-tab-zone {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  width: 100%;
  height: 86%;
  padding: 15px 10px;
  display: flex;
  position: relative;
}

.right-panel-zone {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 491px;
  margin-left: 5px;
  display: flex;
  position: relative;
}

.tab-panel {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: absolute;
}

.main-body {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  font-family: Manrope Medium, Trebuchet MS, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 135%;
  position: relative;
}

.h1-main {
  height: auto;
  line-height: 30px;
}

.main-h1 {
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-bottom: 5px;
  font-family: Manrope Bold, Trebuchet MS, sans-serif;
  font-weight: 700;
  line-height: 130%;
  position: relative;
}

.text-block-2 {
  color: var(--accent);
  font-family: Manrope ExtraBold, Trebuchet MS, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 115%;
}

.text-block-3 {
  color: var(--accent);
  font-family: Manrope SemiBold, Trebuchet MS, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 115%;
}

.code-embed-4 {
  color: var(--accent);
  font-size: 8px;
  line-height: 100%;
  position: relative;
  transform: translate(0, 1px);
}

.kaya-archive {
  border: 1px solid var(--stroke);
  background-color: var(--all-fill);
  border-radius: 5px;
  width: 280px;
  height: 465px;
  padding-top: 0;
  position: absolute;
  top: 20vh;
  left: 50%;
  overflow: hidden;
  transform: translate(-50%);
}

.photo-kaya-archive {
  box-sizing: border-box;
  vertical-align: baseline;
  object-fit: fill;
  width: 100%;
  position: relative;
  inset: auto 0% 0%;
  overflow: visible;
}

.notification-2 {
  z-index: 20;
  border: 1px solid var(--stroke);
  background-color: var(--all-fill);
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 330px;
  height: 178px;
  padding: 25px 20px;
  display: flex;
  position: absolute;
  bottom: 5vh;
  left: auto;
  right: 5vw;
}

.button-2 {
  background-color: var(--accent);
  text-align: center;
  border-radius: 5px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 40px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Manrope ExtraBold, Trebuchet MS, sans-serif;
  font-size: 15px;
  font-weight: 800;
  display: block;
  position: relative;
}

.button-2:hover {
  border: 2px solid var(--accent);
  background-color: var(--white);
  color: var(--accent);
  justify-content: center;
  align-items: center;
  display: inline-flex;
  position: relative;
}

.button-2:active {
  background-color: var(--all-fill);
}

.button-2:focus, .button-2:focus-visible, .button-2[data-wf-focus-visible] {
  border: 2px solid var(--accent);
  background-color: var(--white);
  color: var(--accent);
}

.div-block-4 {
  background-color: var(--all-fill);
  width: 306px;
  height: 126px;
  position: absolute;
}

.description {
  border: 1px solid var(--stroke);
  background-color: var(--white);
  border-radius: 5px;
  width: 300px;
  height: 126px;
  position: fixed;
  top: 7vh;
  left: 5vw;
}

.div-block-5 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 68%;
  padding: 15px 10px 20px 15px;
  display: flex;
}

.description-copy {
  border: 1px solid var(--stroke);
  background-color: var(--white);
  border-radius: 5px;
  width: 270px;
  height: 126px;
  font-family: Manrope Medium, Trebuchet MS, sans-serif;
  font-weight: 500;
  position: fixed;
  top: 55vh;
  right: 33vw;
}

.skills-grid {
  width: 100%;
  height: 100%;
  position: relative;
}

.skill-icon {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.skill-icon.illusration {
  top: 15vw;
  left: 8vw;
}

.skill-icon.website-creation {
  top: 65vh;
  left: 12vw;
}

.skill-icon.graphic-design {
  top: 43vh;
  left: 22vw;
}

.skill-icon.image-fix {
  top: 15vh;
  left: 28vw;
}

.skill-icon.text-editor {
  top: 15vh;
  right: 28vw;
}

.skill-icon.ai-tools {
  top: 25vh;
  right: 8vw;
}

.skill-icon.traffic {
  top: 20vw;
  right: 20vw;
}

.icon-bg {
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  display: flex;
}

.text-case-icon {
  color: var(--text-brown);
  text-align: center;
  border-radius: 5px;
  font-size: 15px;
  line-height: 135%;
  text-decoration: none;
}

.div-block-6 {
  border-radius: 5px;
}

.text-bg {
  border-radius: 5px;
  padding-top: 0;
  padding-left: 5px;
  padding-right: 5px;
}

.image-7 {
  width: 49px;
  height: 102px;
}

.image-7.image-fix {
  width: 98px;
  height: 82px;
  margin-left: 15px;
}

.image-7.ai-tools {
  width: 80px;
  height: 76px;
  margin-top: 10px;
}

.image-7.traffic {
  width: 110px;
  height: 110px;
  margin-top: 20px;
}

.description-portf {
  border: 1px solid var(--stroke);
  background-color: var(--white);
  border-radius: 5px;
  width: 300px;
  height: 126px;
  position: fixed;
  top: 40vh;
  left: 66vw;
}

.notification-3 {
  z-index: 20;
  border: 1px solid var(--stroke);
  background-color: var(--all-fill);
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 178px;
  padding: 25px 20px;
  display: flex;
  position: absolute;
  bottom: 5vh;
  left: 5vw;
}

.button-3 {
  background-color: var(--accent);
  text-align: center;
  border-radius: 5px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 40px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Manrope ExtraBold, Trebuchet MS, sans-serif;
  font-size: 15px;
  font-weight: 800;
  display: inline-flex;
  position: relative;
}

.button-3:hover {
  border: 2px solid var(--accent);
  background-color: var(--white);
  color: var(--accent);
  justify-content: center;
  align-items: center;
  display: inline-flex;
  position: relative;
}

.button-3:active {
  background-color: var(--all-fill);
}

.button-3:focus, .button-3:focus-visible, .button-3[data-wf-focus-visible] {
  border: 2px solid var(--accent);
  background-color: var(--white);
  color: var(--accent);
}

.case-slider {
  border: 1px solid var(--stroke);
  background-color: var(--white);
  border-radius: 5px;
  flex-flow: row;
  width: 505px;
  height: 400px;
  display: flex;
  position: absolute;
  top: 10vh;
  left: 5vw;
}

.ui-case {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-right: 1px solid var(--stroke);
  background-color: var(--all-fill);
  border-top-left-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 173px;
  height: 100%;
  display: flex;
  position: relative;
}

.case-tab-zone {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding: 0 10px 15px;
  display: flex;
  position: relative;
}

.tab-button-case {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 1px solid var(--stroke);
  background-color: var(--all-fill);
  border-radius: 5px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 155px;
  height: 30px;
  padding: 10px;
  display: flex;
  position: relative;
}

.left-tab-case {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 173px;
  height: auto;
  display: flex;
  position: relative;
}

.notif-body-copy {
  color: var(--accent);
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-family: Manrope Medium, Trebuchet MS, sans-serif;
  font-size: 13px;
  font-weight: 500;
  display: flex;
  position: relative;
}

.text-block-4 {
  color: var(--gray);
  margin-bottom: 5px;
  font-family: Manrope ExtraBold, Trebuchet MS, sans-serif;
  font-size: 10px;
  font-weight: 800;
  line-height: 115%;
}

.ui-case-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-right: 1px solid var(--stroke);
  border-bottom: 1px solid var(--stroke);
  background-color: var(--all-fill);
  border-top-left-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 0;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 331px;
  height: 45px;
  padding-left: 20px;
  display: flex;
  position: relative;
}

.code-embed-5 {
  position: fixed;
  top: 32px;
}

.div-block-7 {
  display: block;
  position: relative;
}

.case-right {
  flex-flow: column;
  display: flex;
}

.case-content {
  width: 331px;
  height: 90%;
  position: absolute;
  top: 40px;
}

.minimal-case {
  border-bottom: 1px solid var(--stroke);
  width: 100%;
  height: 50%;
  padding-top: 15px;
  padding-left: 20px;
}

.h2-notif-case {
  color: var(--gray);
  mix-blend-mode: normal;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin-bottom: 5px;
  font-family: Manrope Bold, Trebuchet MS, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 23px;
  display: flex;
  position: relative;
}

.case-icon {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 90px;
  display: flex;
  position: relative;
}

.case-icon.illusration {
  top: 15vw;
  left: 8vw;
}

.case-icon.website-creation {
  top: 65vh;
  left: 12vw;
}

.case-icon.graphic-design {
  top: 43vh;
  left: 22vw;
}

.case-icon.image-fix {
  top: 15vh;
  left: 28vw;
}

.case-icon.text-editor {
  top: 20vh;
  right: 28vw;
}

.case-icon.ai-tools {
  top: 30vh;
  right: 8vw;
}

.case-icon.traffic {
  top: 28vw;
  right: 20vw;
}

.case-cont {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-bg-case {
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 87px;
  padding-top: 0;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.case-icon-bg {
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 55px;
  display: flex;
}

.creative-case {
  width: 100%;
  height: 50%;
  padding-top: 15px;
  padding-left: 20px;
}

.case-template {
  z-index: 50;
  border: 1px solid var(--stroke);
  background-color: var(--white);
  border-radius: 5px;
  width: 746px;
  height: 610px;
  position: absolute;
  top: 2vh;
  left: 25vw;
  overflow: visible;
}

.case-main-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 40px;
  padding: 15px 10px 25px 20px;
  display: flex;
  position: relative;
}

.main-tag {
  box-sizing: border-box;
  clear: none;
  border: 1px solid var(--stroke);
  background-color: var(--highlight);
  vertical-align: baseline;
  object-fit: fill;
  border-radius: 5px;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  height: 25px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 10px;
  display: inline-block;
  position: relative;
}

.tags {
  margin-bottom: 0;
  font-family: Manrope Medium, Trebuchet MS, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 115%;
  display: block;
}

.tag-line {
  box-sizing: border-box;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 10px;
  margin-bottom: 15px;
  display: flex;
  position: relative;
}

.other-tag {
  box-sizing: border-box;
  clear: none;
  border: 1px solid var(--stroke);
  background-color: var(--all-fill);
  vertical-align: baseline;
  object-fit: fill;
  border-radius: 5px;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  height: 25px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 10px;
  display: inline-block;
  position: relative;
}

.link {
  color: var(--accent);
  margin-bottom: 25px;
  padding-top: 5px;
  font-family: Manrope Bold, Trebuchet MS, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 115%;
}

.image-8 {
  border-radius: 5px;
}

.ui-case-block {
  z-index: 30;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-right: 1px solid var(--stroke);
  border-bottom: 1px solid var(--stroke);
  background-color: var(--all-fill);
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 745px;
  height: 40px;
  display: flex;
  position: fixed;
  overflow: visible;
}

.case-close {
  border: 1px solid var(--stroke);
  background-color: #ff7675;
  border-radius: 100%;
  width: 10px;
  height: 10px;
}

.text-icon {
  color: var(--text-brown);
  text-align: center;
  border-radius: 5px;
  font-size: 15px;
  line-height: 115%;
  text-decoration: none;
}

.image-8-copy {
  border-radius: 5px 5px 0 0;
  width: 100%;
  margin-top: 20px;
  position: relative;
}

.image-8-copy-copy {
  border-radius: 0;
}

.image-8-copy-copy-copy {
  border-radius: 0 0 5px 5px;
}

.description-contacts {
  border: 1px solid var(--stroke);
  background-color: var(--white);
  border-radius: 5px;
  width: 320px;
  height: 103px;
  position: fixed;
  top: 75vh;
  left: 75vw;
}

.readme {
  border: 1px solid var(--stroke);
  background-color: var(--white);
  border-radius: 5px;
  width: 345px;
  height: auto;
  position: fixed;
  top: 23vh;
  left: 18vw;
}

.inside {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 68%;
  padding: 20px 15px 25px;
  display: flex;
}

.kaya-frog {
  border: 1px solid var(--stroke);
  background-color: var(--all-fill);
  border-radius: 5px;
  width: 310px;
  height: 350px;
  padding-top: 0;
  position: fixed;
  top: 47vh;
  left: 5vw;
  overflow: hidden;
}

.kaya-kiss {
  border: 1px solid var(--stroke);
  background-color: var(--all-fill);
  border-radius: 5px;
  width: 250px;
  height: 370px;
  padding-top: 0;
  position: fixed;
  top: 18vh;
  right: 5vw;
  overflow: hidden;
}

.text-f {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  font-family: Manrope Medium, Trebuchet MS, sans-serif;
  font-size: 13px;
  font-weight: 500;
  display: flex;
  position: relative;
}

.text-field {
  border: 1px solid var(--stroke);
  background-color: var(--all-fill);
  border-radius: 5px;
  font-family: Manrope Medium, Trebuchet MS, sans-serif;
  font-weight: 500;
}

.button-form {
  border: 2px solid var(--accent);
  background-color: var(--accent);
  text-align: center;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  margin-top: 5px;
  margin-bottom: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Manrope ExtraBold, Trebuchet MS, sans-serif;
  font-size: 15px;
  font-weight: 800;
  display: inline-flex;
  position: relative;
}

.button-form:hover {
  border: 2px solid var(--accent);
  background-color: var(--white);
  color: var(--accent);
  justify-content: center;
  align-items: center;
}

.button-form:active {
  background-color: var(--all-fill);
}

.button-form:focus, .button-form:focus-visible, .button-form[data-wf-focus-visible] {
  border: 2px solid var(--accent);
  background-color: var(--white);
  color: var(--accent);
}

.form-block {
  width: 320px;
  margin-bottom: 0;
}

.form-wrapper {
  border: 1px solid var(--stroke);
  background-color: var(--white);
  border-radius: 5px;
  width: 350px;
  height: auto;
  position: fixed;
  top: 10vh;
  left: 50vw;
}

.inside-form {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 68%;
  padding: 20px 15px;
  display: block;
}

.success-box {
  color: var(--white);
  background-color: #b8c76f;
  border-radius: 5px;
  padding: 10px 15px;
  font-family: Manrope Bold, Trebuchet MS, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.error-box {
  background-color: var(--stroke);
  color: var(--white);
  border-radius: 5px;
  margin-top: 15px;
  font-family: Manrope Bold, Trebuchet MS, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.h2-notif-form {
  mix-blend-mode: normal;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  height: auto;
  margin-bottom: 7px;
  font-family: Manrope Bold, Trebuchet MS, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 135%;
  display: flex;
  position: relative;
}

.textarea {
  border: 1px solid var(--stroke);
  background-color: var(--all-fill);
  border-radius: 5px;
  width: 320px;
  min-width: 320px;
  max-width: 320px;
  min-height: 50px;
  padding-top: 8px;
  font-family: Manrope Medium, Trebuchet MS, sans-serif;
  font-weight: 500;
}

.utility-page-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  display: flex;
}

.notification-copy {
  z-index: 20;
  border: 1px solid var(--stroke);
  background-color: var(--all-fill);
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 330px;
  height: 300px;
  padding: 25px 20px;
  display: flex;
  position: relative;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.link-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block.w--current {
  width: 22px;
}

.preloader {
  z-index: 999;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--highlight);
  background-image: url('../images/Frame-21_1.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-width: 100px;
  max-width: 100vw;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  display: flex;
  position: fixed;
}

.loader {
  background-image: url('../images/Group-30.svg');
  background-position: 0 0;
  background-size: auto;
}

.progress-bar {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border: 1px solid var(--stroke);
  background-color: var(--all-fill);
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  width: 808px;
  height: 65px;
  padding: 5px 10px;
  display: flex;
  overflow: hidden;
}

.text-block-5 {
  color: var(--accent);
  font-family: Manrope Bold, Trebuchet MS, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.loading-text {
  width: 808px;
  height: auto;
  display: block;
}

.progress-rect {
  border: 1px solid var(--stroke);
  background-color: var(--highlight);
  opacity: 0;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  position: relative;
}

.image-9 {
  opacity: 0;
  width: 10px;
  height: 10px;
  position: absolute;
}

.div-block-8 {
  opacity: 0;
  display: none;
}

.div-block-9 {
  display: none;
}

.image-10 {
  width: 82px;
  height: 107px;
}

.image-11 {
  width: 78px;
  height: 84px;
}

.image-12 {
  width: 80px;
  height: 99px;
}

.code-embed-7 {
  transform-style: preserve-3d;
}

.media-button-mobile {
  z-index: 3;
  box-sizing: border-box;
  opacity: 1;
  pointer-events: auto;
  background-color: #fff3fd;
  flex-flow: row;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 35px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
  overflow: visible;
}

.media-button-mobile:hover {
  background-color: var(--highlight);
  border-radius: 5px;
}

.media-button-mobile:focus {
  background-color: var(--highlight);
}

.ru-2 {
  box-sizing: border-box;
  aspect-ratio: auto;
  border: 2px solid var(--accent);
  background-color: var(--top-menu-only);
  pointer-events: auto;
  color: var(--accent);
  text-align: center;
  cursor: pointer;
  object-fit: fill;
  object-position: 50% 50%;
  border-radius: 5px;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 35px;
  height: 20px;
  font-family: Manrope SemiBold, Trebuchet MS, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 115%;
  text-decoration: none;
  display: flex;
}

.ru-2:hover, .ru-2:focus {
  background-color: var(--accent);
  color: var(--top-menu-only);
}

.en-2 {
  box-sizing: border-box;
  aspect-ratio: auto;
  border: 2px solid var(--accent);
  background-color: var(--accent);
  pointer-events: auto;
  color: var(--top-menu-only);
  text-align: center;
  object-fit: fill;
  object-position: 50% 50%;
  border-radius: 5px;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 35px;
  height: 20px;
  font-family: Manrope SemiBold, Trebuchet MS, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 115%;
  text-decoration: none;
  display: flex;
}

.en-2:hover {
  background-color: var(--accent);
  color: var(--top-menu-only);
}

.en-2:focus, .en-2:focus-visible, .en-2[data-wf-focus-visible] {
  background-color: var(--highlight);
}

.en-2.w--current {
  background-color: var(--accent);
  color: var(--top-menu-only);
  -webkit-text-fill-color: inherit;
  cursor: auto;
  background-clip: border-box;
}

.code-embed-8, .code-embed-9, .code-embed-10, .code-embed-11, .code-embed-12, .code-embed-13 {
  transform: translate(0, 2px);
}

.link-2 {
  color: var(--accent);
}

@media screen and (max-width: 991px) {
  body {
    background-size: 100%;
    background-attachment: scroll;
  }

  .top-menu {
    height: 35px;
  }

  .kaya-li, .help-text {
    font-size: 14px;
  }

  .ru {
    justify-content: center;
    align-items: center;
    height: 25px;
    font-size: 14px;
    display: flex;
  }

  .en {
    height: 25px;
    font-size: 14px;
  }

  .media-button {
    height: 25px;
  }

  .media-icon {
    width: 20px;
    height: 20px;
  }

  .kaya-selfie {
    width: 250px;
    height: 300px;
  }

  .folders-icons-names {
    font-size: 14px;
  }

  .notification {
    width: 285px;
    height: 210px;
    left: 10vw;
    right: auto;
  }

  .icon-notif {
    width: 40px;
    height: 40px;
  }

  .image-3 {
    height: 150%;
  }

  .h2-notif {
    font-size: 16px;
  }

  .notif-body {
    font-size: 12px;
    line-height: 155%;
  }

  .button {
    width: 100%;
    font-size: 14px;
  }

  .text-block {
    font-size: 14px;
  }

  .menu {
    flex-flow: row;
  }

  .tab-slider {
    width: 470px;
    height: 250px;
    top: 25vh;
    left: auto;
    right: 5vw;
  }

  .tab-button {
    width: 130px;
    height: 45px;
  }

  .left-tab-zone {
    width: 130px;
  }

  .tab-divider {
    height: auto;
  }

  .right-panel-zone {
    width: 290px;
  }

  .main-body {
    font-size: 16px;
  }

  .h1-main {
    font-size: 18px;
  }

  .main-h1 {
    flex: 0 auto;
    height: auto;
    font-size: 18px;
    line-height: 130%;
    display: flex;
  }

  .text-block-2 {
    font-size: 12px;
  }

  .text-block-3 {
    font-size: 9px;
  }

  .kaya-archive {
    width: 250px;
    height: 420px;
  }

  .notification-2 {
    width: 310px;
    height: 150px;
    bottom: 10vh;
  }

  .button-2 {
    width: 100%;
    font-size: 14px;
  }

  .description {
    width: 250px;
    height: 115px;
    position: absolute;
    top: 5vh;
  }

  .description-copy {
    width: 260px;
    height: 120px;
    top: 43vh;
    right: 15vw;
  }

  .skill-icon.illusration {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    top: 25vw;
  }

  .skill-icon.website-creation {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .skill-icon.graphic-design {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    left: 5vw;
  }

  .skill-icon.image-fix {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    top: 7vh;
    left: 45vw;
  }

  .skill-icon.text-editor {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    top: 60vh;
    right: 40vw;
  }

  .skill-icon.ai-tools {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    top: 56vh;
  }

  .skill-icon.traffic {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    top: 35vw;
    right: 10vw;
  }

  .icon-bg {
    width: 100px;
    height: 100px;
  }

  .text-case-icon {
    font-size: 14px;
  }

  .image-7.image-fix {
    width: 80px;
    margin-left: 10px;
  }

  .image-7.text-editor {
    width: 45px;
  }

  .image-7.ai-tools {
    width: 75px;
  }

  .image-7.traffic {
    width: 95px;
  }

  .description-portf {
    z-index: 20;
    width: 220px;
    height: 140px;
    position: absolute;
    top: 220px;
    left: auto;
    right: 10px;
  }

  .notification-3 {
    z-index: 100;
    width: 200px;
    height: 150px;
    inset: 1030px 20px auto auto;
  }

  .button-3 {
    width: 100%;
    font-size: 14px;
    display: inline-flex;
  }

  .case-slider {
    height: 380px;
    top: 5vh;
    left: 20px;
  }

  .ui-case {
    width: 165px;
  }

  .tab-button-case {
    width: 145px;
  }

  .notif-body-copy {
    font-size: 12px;
  }

  .case-content {
    width: 338px;
  }

  .h2-notif-case {
    font-size: 16px;
  }

  .case-cont {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .case-template {
    width: 600px;
    top: 360px;
    left: -8vh;
  }

  .case-main-content {
    padding-top: 10px;
    padding-bottom: 15px;
  }

  .ui-case-block {
    width: 599px;
  }

  .text-icon {
    font-size: 14px;
  }

  .image-8-copy {
    margin-top: 10px;
  }

  .description-contacts {
    width: 310px;
    height: 100px;
    position: absolute;
    top: 79.7vh;
    left: auto;
    right: 10px;
  }

  .readme {
    position: absolute;
    top: 28vh;
    left: 15px;
  }

  .kaya-frog {
    width: 230px;
    height: 260px;
    position: absolute;
    top: 5vh;
    left: 10vw;
  }

  .kaya-kiss {
    height: 350px;
    position: absolute;
    top: 58.6vh;
    right: 25vw;
  }

  .button-form {
    font-size: 14px;
  }

  .form-wrapper {
    position: absolute;
    left: auto;
    right: 25px;
  }

  .h2-notif-form {
    font-size: 16px;
  }

  .notification-copy {
    width: 300px;
    height: auto;
  }

  .preloader {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
  }

  .progress-bar {
    width: 588px;
  }

  .text-block-5 {
    font-size: 18px;
  }

  .loading-text {
    width: 588px;
  }

  .div-block-8 {
    width: 1px;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    position: absolute;
    top: 1300px;
  }

  .div-block-8._1, .div-block-8._2 {
    display: none;
  }

  .div-block-8._3 {
    display: block;
  }

  .image-10 {
    width: 75px;
  }

  .body-2 {
    background-size: cover;
  }

  .image-11, .image-12 {
    width: 75px;
  }

  .code-embed-7 {
    position: absolute;
    left: 27vw;
    transform: rotate(-26deg);
  }

  .media-button-mobile {
    height: 25px;
  }

  .ru-2 {
    justify-content: center;
    align-items: center;
    height: 25px;
    font-size: 14px;
    display: flex;
  }

  .en-2 {
    height: 25px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .kaya-li, .help-text {
    font-size: 13px;
  }

  .left-menu, .right-menu {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .ru, .en {
    font-size: 13px;
  }

  .media-button {
    display: none;
  }

  .kaya-selfie {
    width: 200px;
    height: 220px;
    top: 255px;
    left: auto;
    right: 5vw;
  }

  .ui-kaya {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: 30px;
  }

  .circles-wrap {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    height: 30px;
    padding-top: 11px;
  }

  .circle {
    width: 7px;
    height: 7px;
  }

  .folders-icons-names {
    font-size: 13px;
  }

  .notification {
    width: 280px;
    height: 200px;
    position: absolute;
    top: 400px;
    left: 10vw;
  }

  .image-3 {
    height: 130%;
  }

  .h2-notif {
    font-size: 14px;
  }

  .notif-body {
    font-size: 12px;
    line-height: 150%;
  }

  .button {
    height: 35px;
    font-size: 14px;
  }

  .music-player {
    opacity: 0;
    width: 200px;
    height: 100px;
  }

  .image-4 {
    width: 40px;
    height: 40px;
  }

  .small-text {
    font-size: 9px;
  }

  .menu {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    height: 68px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .menu-icon, .menu-icon.w--current {
    width: 40px;
    height: 40px;
  }

  .code-embed {
    width: 30px;
    height: 30px;
    position: static;
  }

  .divider {
    height: 40px;
  }

  .tab-slider {
    width: 400px;
    height: 210px;
    top: 60px;
    left: 40px;
    right: auto;
  }

  .tab-button {
    width: 120px;
    height: 40px;
  }

  .left-tab-zone {
    width: 120px;
  }

  .main-body {
    margin-bottom: 5px;
    font-size: 14px;
  }

  .h1-main {
    margin-top: -10px;
    font-size: 16px;
  }

  .main-h1 {
    font-size: 16px;
  }

  .text-block-2 {
    font-size: 11px;
  }

  .kaya-archive {
    height: 410px;
    top: 300px;
  }

  .notification-2 {
    width: 200px;
    height: 170px;
    top: 780px;
    bottom: auto;
    right: 40px;
  }

  .button-2 {
    justify-content: center;
    align-items: center;
    height: 35px;
    font-size: 14px;
    display: inline-flex;
  }

  .description {
    width: 240px;
    height: 100px;
    top: 60px;
    left: 10px;
  }

  .description-copy {
    width: 250px;
    height: 100px;
    position: absolute;
    top: 580px;
    right: 20px;
  }

  .skill-icon.illusration {
    top: 200px;
    left: 20px;
  }

  .skill-icon.website-creation {
    top: 200px;
    left: auto;
    right: 20px;
  }

  .skill-icon.graphic-design {
    top: 450px;
    left: 30px;
  }

  .skill-icon.image-fix {
    top: 140px;
    left: auto;
    right: 200px;
  }

  .skill-icon.text-editor {
    top: 750px;
    left: 40px;
    right: auto;
  }

  .skill-icon.ai-tools {
    position: absolute;
    top: 400px;
    right: 40px;
  }

  .skill-icon.traffic {
    top: 800px;
    left: 170px;
    right: auto;
  }

  .text-case-icon {
    font-size: 13px;
  }

  .text-bg {
    padding-top: 0;
    padding-left: 3px;
    padding-right: 3px;
  }

  .description-portf {
    width: 200px;
    height: 120px;
    top: 340px;
    left: 5px;
    right: auto;
  }

  .notification-3 {
    top: 930px;
    right: 15px;
  }

  .button-3 {
    height: 35px;
    display: inline-flex;
  }

  .case-slider {
    width: 490px;
    height: 360px;
    left: auto;
    right: 10px;
  }

  .ui-case-copy, .case-content {
    width: 324px;
  }

  .h2-notif-case {
    font-size: 15px;
  }

  .case-template {
    width: 500px;
    height: 480px;
    top: 380px;
    left: -38vw;
  }

  .case-main-content {
    justify-content: space-between;
    align-items: flex-start;
    min-height: 94%;
    margin-top: 30px;
  }

  .tags {
    font-size: 12px;
  }

  .tag-line {
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .ui-case-block {
    width: 499px;
    height: 30px;
  }

  .case-close {
    width: 7px;
    height: 7px;
  }

  .text-icon {
    font-size: 13px;
  }

  .image-8-copy {
    border-radius: 5px;
  }

  .description-contacts {
    width: 180px;
    top: 800px;
    right: 20px;
  }

  .readme {
    z-index: 5;
    width: 300px;
    top: 60px;
    left: auto;
    right: 20px;
  }

  .kaya-frog {
    width: 200px;
    height: 220px;
    top: 110px;
    left: 20px;
  }

  .kaya-kiss {
    width: 200px;
    height: 280px;
    top: 480px;
    right: 10px;
  }

  .text-f {
    font-size: 12px;
  }

  .text-field {
    margin-bottom: 7px;
  }

  .button-form {
    justify-content: center;
    align-items: center;
    height: 35px;
    padding-top: 0;
    padding-bottom: 0;
    display: inline-flex;
  }

  .form-block {
    width: auto;
  }

  .form-wrapper {
    width: 320px;
    top: 380px;
    left: 10px;
    right: auto;
  }

  .h2-notif-form {
    font-size: 15px;
  }

  .textarea {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .preloader {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .progress-bar {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    width: 450px;
    height: 50px;
  }

  .text-block-5 {
    font-size: 16px;
  }

  .loading-text {
    width: 450px;
  }

  .bold-text {
    font-size: 13px;
  }

  .div-block-8 {
    opacity: 0;
    background-color: #fff;
    width: 1px;
    min-width: 1px;
    max-width: 1px;
    height: 1px;
    min-height: 1px;
    max-height: 1px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    top: 1050px;
  }

  .div-block-8._1 {
    display: block;
    top: 720px;
  }

  .div-block-8._2 {
    display: block;
    top: 1080px;
  }

  .div-block-8._3 {
    top: 1200px;
  }

  .div-block-9 {
    display: none;
  }

  .body-2 {
    background-size: cover;
  }

  .bold-text-2 {
    font-size: 13px;
  }

  .code-embed-7 {
    top: 90px;
    left: auto;
    right: 5px;
  }

  .media-button-mobile {
    display: flex;
  }

  .ru-2, .en-2 {
    font-size: 13px;
  }
}

@media screen and (max-width: 479px) {
  body {
    background-size: 100%;
  }

  .top-menu {
    padding-left: 15px;
    padding-right: 15px;
  }

  .kaya-li, .help-button {
    display: none;
  }

  .right-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .kaya-selfie {
    top: 290px;
    right: 3vw;
  }

  .notification {
    width: 280px;
    height: 200px;
    top: 500px;
    left: 5vw;
  }

  .h2-notif {
    font-size: 14px;
  }

  .button {
    font-size: 13px;
  }

  .music-player {
    opacity: 0;
  }

  .menu {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
    width: auto;
    height: auto;
    padding: 7px 10px;
  }

  .pages, .socials {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .circle-bot-menu {
    width: 5px;
    height: 5px;
    bottom: -10px;
  }

  .divider {
    height: 25px;
    display: none;
  }

  .code-embed-3 {
    display: block;
    position: absolute;
    top: -100px;
  }

  .tab-slider {
    width: 340px;
    height: 220px;
    left: 10px;
  }

  .tab-button {
    width: 110px;
    padding: 5px;
  }

  .left-tab-zone {
    width: 110px;
  }

  .main-tab-zone {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
  }

  .main-body {
    font-size: 14px;
  }

  .h1-main {
    margin-top: -5px;
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 140%;
  }

  .main-h1 {
    font-size: 15px;
  }

  .kaya-archive {
    width: 200px;
    height: 330px;
    top: 330px;
    left: 35%;
  }

  .notification-2 {
    top: 970px;
    right: 20px;
  }

  .button-2 {
    font-size: 13px;
  }

  .description {
    width: 225px;
  }

  .description-copy {
    width: 220px;
    top: 580px;
    right: 10px;
  }

  .skill-icon.illusration {
    top: 180px;
    left: 40px;
  }

  .skill-icon.website-creation {
    top: 190px;
    right: 40px;
  }

  .skill-icon.graphic-design {
    top: 700px;
  }

  .skill-icon.image-fix {
    top: 450px;
    right: 25px;
  }

  .skill-icon.text-editor {
    left: 160px;
  }

  .skill-icon.ai-tools {
    top: 300px;
    right: 15px;
  }

  .skill-icon.traffic {
    top: 840px;
    left: 60px;
  }

  .icon-bg {
    width: 80px;
    height: 80px;
  }

  .image-7.image-fix {
    width: 60px;
  }

  .image-7.text-editor {
    height: 75px;
  }

  .image-7.ai-tools {
    width: 60px;
  }

  .image-7.traffic {
    width: 75px;
    height: 80px;
    margin-top: 10px;
  }

  .description-portf {
    top: 60px;
    left: 60px;
  }

  .notification-3 {
    width: 180px;
    height: 140px;
    top: 990px;
    right: 5px;
  }

  .button-3 {
    font-size: 13px;
    display: inline-flex;
  }

  .case-slider {
    flex-flow: column;
    width: 300px;
    top: 200px;
    left: 10px;
    right: auto;
  }

  .ui-case {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-bottom: 1px solid var(--stroke);
    border-right-style: none;
    border-right-width: 0;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 45px;
  }

  .case-tab-zone {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
    padding-left: 0;
  }

  .tab-button-case {
    width: auto;
    height: 28px;
    padding: 5px 10px;
  }

  .notif-body-copy {
    font-size: 11px;
  }

  .text-block-4 {
    font-size: 9px;
    display: none;
  }

  .ui-case-copy {
    width: 299px;
    padding-left: 10px;
    display: none;
  }

  .code-embed-5 {
    display: block;
    position: absolute;
    top: -100px;
  }

  .case-content {
    width: 299px;
  }

  .minimal-case {
    padding-left: 10px;
  }

  .h2-notif-case {
    font-size: 14px;
  }

  .case-cont {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .creative-case {
    padding-left: 10px;
  }

  .case-template {
    width: 290px;
    top: 310px;
    left: 5px;
  }

  .case-main-content {
    padding-top: 0;
    padding-right: 0;
  }

  .main-tag {
    flex: none;
    margin-bottom: 5px;
    margin-right: 5px;
  }

  .tags {
    font-size: 11px;
  }

  .tag-line {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: row;
    flex: none;
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: start;
    place-items: start;
    width: 100%;
    display: block;
  }

  .other-tag {
    margin-bottom: 5px;
    margin-right: 5px;
  }

  .ui-case-block {
    width: 289px;
  }

  .description-contacts {
    z-index: 7;
    top: 1150px;
    left: 40px;
    right: auto;
  }

  .readme {
    width: 280px;
    right: 10px;
  }

  .kaya-frog {
    display: none;
    top: 360px;
    left: 10px;
  }

  .kaya-kiss {
    z-index: 5;
    top: 930px;
  }

  .text-f {
    font-size: 11px;
  }

  .text-field {
    padding: 5px 10px;
  }

  .button-form {
    font-size: 13px;
  }

  .form-wrapper {
    width: 300px;
    top: 450px;
  }

  .h2-notif-form {
    font-size: 14px;
  }

  .textarea {
    padding: 5px 10px;
  }

  .notification-copy {
    width: 280px;
    height: auto;
  }

  .preloader {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .progress-bar {
    width: 280px;
    height: 40px;
  }

  .text-block-5 {
    font-size: 15px;
  }

  .loading-text {
    width: 280px;
  }

  .div-block-8 {
    top: 1400px;
  }

  .div-block-8._1 {
    top: 850px;
  }

  .div-block-8._2 {
    top: 1300px;
  }

  .div-block-8._3 {
    top: 1280px;
  }

  .text-block-6 {
    color: var(--accent);
    width: 75px;
    font-size: 9px;
    line-height: 120%;
  }

  .code-embed-6 {
    width: 18px;
    height: auto;
  }

  .div-block-9 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .image-10 {
    width: 60px;
  }

  .body-2 {
    background-size: cover;
  }

  .image-11 {
    width: 55px;
  }

  .image-12 {
    height: 70px;
  }

  .code-embed-7 {
    top: 95px;
    right: 128px;
    transform: rotateX(0)rotateY(-180deg)rotateZ(0)rotate(-69deg);
  }
}


@font-face {
  font-family: 'Manrope ExtraBold';
  src: url('../fonts/Manrope-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope SemiBold';
  src: url('../fonts/Manrope-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope Medium';
  src: url('../fonts/Manrope-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope Bold';
  src: url('../fonts/Manrope-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
