* {
  padding: 0;
  margin: 0;
  border: 0;
}

*, *:before, *::after {
  box-sizing: border-box;
}

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

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

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: 400;
}

:root {
  --index: calc(1vw + 1vh);
  --transition: cubic-bezier(.1, .7, 0, 1);
  --color-text: #fafafa;
  --hover-color: #ffa501;
  --main-color: rgb(237, 136, 5);
  --menu-color: #cd8506;
  --background: url("../assets/img/main_block/main_bg.jpg");
  --header-back: linear-gradient(355deg, rgba(31,30,28,1) 0%, rgba(52,39,30,0.5) 58%, rgba(255,162,0,1) 100%);
  color-scheme: dark;
}

.light {
  --index: calc(1vw + 1vh);
  --transition: cubic-bezier(.1, .7, 0, 1);
  --color-text: #1e1f23;
  --hover-color: rgb(237, 136, 5);
  --main-color: #ffa501;
  --menu-color: #9c9c9c;
  --background: url("../assets/img/main_block/bg-gen-min.jpg");
  --header-back: url("../assets/img/main_block/bg-top-1627169017_30-kartinkin-com-p-fon-neitralnii-delovoi-krasivo-30.jpg");
  color-scheme: light;
}

@font-face {
  font-family: actay-reg;
  src: url("../assets/fonts/Actay-Regular.otf");
}
@font-face {
  font-family: actay-bold;
  src: url("../assets/fonts/ActayWide-Bold.otf");
}
* {
  font-family: actay-reg;
  background-image: var(--background);
}

body {
  position: relative;
  opacity: 0;
  animation: body-opacity 3s ease forwards;
}

.warn {
  position: absolute;
  top: 80vh;
  right: 10vw;
  width: 150px;
  padding: 20px;
  color: var(--color-text);
  font-size: 14px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.warn h3 {
  background: bottom;
}

@keyframes body-opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.offset {
  position: fixed;
  left: 50%;
  top: 70vh;
}

.title, .subtitle {
  display: block;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: var(--color-text);
  margin-top: 20px;
}

.subtitle {
  font-size: 18px;
  font-weight: normal;
  position: relative;
  z-index: 1;
}

.subtitle__main:before {
  content: "";
  display: block;
  position: absolute;
  height: 36px;
  width: 36px;
  top: -11px;
  right: 50%;
  transform: translateX(50%);
  border-radius: 50%;
  background-color: var(--main-color);
  z-index: -1;
}

.btn {
  display: block;
  font-size: 14px;
  padding: 8px 10px;
  color: var(--color-text);
  background: var(--main-color);
  border-radius: 4px;
  transition: all 0.15s linear;
}
.btn:hover {
  transform: translateY(-2px);
  background: var(--hover-color);
  box-shadow: 1px 1px 5px var(--hover-color);
}

.divider {
  width: 60px;
  height: 2px;
  background: var(--main-color);
  margin: 25px auto 0;
}

.divider-section {
  width: 70vw;
  height: 2px;
  background: var(--main-color);
  position: absolute;
  bottom: 0;
  left: 15vw;
}

.description {
  color: var(--color-text);
  font-size: 16px;
  font-weight: normal;
  line-height: 1.25;
}

@media (max-width: 767px) {
  .title {
    font-size: 34px;
  }
  .subtitle {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .btn {
    font-size: 12px;
  }
}
:root {
  --index: calc(1vw + 1vh);
  --transition: cubic-bezier(.1, .7, 0, 1);
  --color-text: #fafafa;
  --hover-color: #ffa501;
  --main-color: rgb(237, 136, 5);
  --menu-color: #cd8506;
  --background: url("../assets/img/main_block/main_bg.jpg");
  --header-back: linear-gradient(355deg, rgba(31,30,28,1) 0%, rgba(52,39,30,0.5) 58%, rgba(255,162,0,1) 100%);
  color-scheme: dark;
}

.light {
  --index: calc(1vw + 1vh);
  --transition: cubic-bezier(.1, .7, 0, 1);
  --color-text: #1e1f23;
  --hover-color: rgb(237, 136, 5);
  --main-color: #ffa501;
  --menu-color: #9c9c9c;
  --background: url("../assets/img/main_block/bg-gen-min.jpg");
  --header-back: url("../assets/img/main_block/bg-top-1627169017_30-kartinkin-com-p-fon-neitralnii-delovoi-krasivo-30.jpg");
  color-scheme: light;
}

.social {
  display: grid;
  grid-template: 1fr/auto 70px 1fr 1fr 1fr;
  gap: 12px;
  width: -moz-fit-content;
  width: fit-content;
  background: bottom;
  position: fixed;
  top: 55vh;
  left: -60px;
  transform: rotate(-90deg);
  z-index: 5;
}
.social__link {
  background: bottom;
  width: 20px;
  height: 20px;
}
.social__link svg {
  background: bottom;
}
.social__link svg path {
  fill: var(--color-text);
}
.social__link:hover {
  transition: 0.5s all;
  transform: scale(1.4);
}
.social__link:hover svg path {
  fill: var(--main-color);
}
.social__divider {
  align-self: center;
  height: 2px;
  width: 70px;
  background: var(--color-text);
}
.social__text {
  align-self: center;
  justify-self: end;
  color: var(--color-text);
  background: bottom;
  font-weight: bold;
}

.freelancehunt {
    position: absolute;
    left: 4vw;
    top: 95vh;
}

@media (max-width: 1199px) {
  .social {
    left: -90px;
  }
}
@media (max-width: 767px) {
  .social {
    display: none;
  }
}
:root {
  --index: calc(1vw + 1vh);
  --transition: cubic-bezier(.1, .7, 0, 1);
  --color-text: #fafafa;
  --hover-color: #ffa501;
  --main-color: rgb(237, 136, 5);
  --menu-color: #cd8506;
  --background: url("../assets/img/main_block/main_bg.jpg");
  --header-back: linear-gradient(355deg, rgba(31,30,28,1) 0%, rgba(52,39,30,0.5) 58%, rgba(255,162,0,1) 100%);
  color-scheme: dark;
}

.light {
  --index: calc(1vw + 1vh);
  --transition: cubic-bezier(.1, .7, 0, 1);
  --color-text: #1e1f23;
  --hover-color: rgb(237, 136, 5);
  --main-color: #ffa501;
  --menu-color: #9c9c9c;
  --background: url("../assets/img/main_block/bg-gen-min.jpg");
  --header-back: url("../assets/img/main_block/bg-top-1627169017_30-kartinkin-com-p-fon-neitralnii-delovoi-krasivo-30.jpg");
  color-scheme: light;
}

.basket {
  position: relative;
  padding: 60px 30px;
}
.basket__items {
  margin: 50px auto 0;
  max-width: 1200px;
  display: grid;
  grid-template-rows: repeat(auto-fit, 280px);
  grid-template-columns: repeat(auto-fit, 280px);
  gap: 5px;
  justify-content: center;
}
.basket__item {
  min-height: 280px;
  min-width: 280px;
  background-position: center;
  background-size: cover;
  border-radius: 4px;
  transition: all 0.5s;
  cursor: pointer;
}
.basket__item:hover {
  transform: scale(1.02);
  filter: blur(5px) contrast(200%);
}
.basket__item_horizontal {
  grid-column: span 2;
}
.basket__item_vertical {
  grid-row: span 2;
}
.basket__link {
  display: block;
  width: 100%;
  height: 100%;
  background: bottom;
}
.basket__btn {
  position: fixed;
  top: 4vh;
  right: 4vw;
  z-index: 10;
}
.basket__btn a {
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
  background: bottom;
  color: var(--color-text);
}

@media (max-width: 1199px) {
  .basket__items {
    max-width: 90vw;
  }
  .basket__item_horizontal {
    grid-column: span 1;
  }
  .basket__item_vertical {
    grid-row: span 1;
  }
}
@media (max-width: 575px) {
  .basket__items {
    grid-template-rows: repeat(auto-fit, 180px);
    gap: 10px;
  }
  .basket__item {
    min-height: 180px;
  }
}
:root {
  --index: calc(1vw + 1vh);
  --transition: cubic-bezier(.1, .7, 0, 1);
  --color-text: #fafafa;
  --hover-color: #ffa501;
  --main-color: rgb(237, 136, 5);
  --menu-color: #cd8506;
  --background: url("../assets/img/main_block/main_bg.jpg");
  --header-back: linear-gradient(355deg, rgba(31,30,28,1) 0%, rgba(52,39,30,0.5) 58%, rgba(255,162,0,1) 100%);
  color-scheme: dark;
}

.light {
  --index: calc(1vw + 1vh);
  --transition: cubic-bezier(.1, .7, 0, 1);
  --color-text: #1e1f23;
  --hover-color: rgb(237, 136, 5);
  --main-color: #ffa501;
  --menu-color: #9c9c9c;
  --background: url("../assets/img/main_block/bg-gen-min.jpg");
  --header-back: url("../assets/img/main_block/bg-top-1627169017_30-kartinkin-com-p-fon-neitralnii-delovoi-krasivo-30.jpg");
  color-scheme: light;
}

.cases {
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 10vw;
}
.cases__items {
  display: flex;
  margin-top: 40px;
  width: 90vw;
  justify-content: center;
  perspective: calc(var(--index) * 75);
}
.cases__item {
  padding: 0px 3px;
  width: calc(var(--index) * 3.2);
  height: calc(var(--index) * 12);
  background: bottom;
  filter: grayscale(1) brightness(0.5);
  transition: transform 1s var(--transition), filter 1.5s var(--transition), width 0.3s linear, height 0.3s linear;
  will-change: transform, filter;
}
.cases__item_internal {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.cases__link {
  display: block;
  background: bottom;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
.cases__clarification {
  margin-top: 50px;
  transform: translateX(50%);
  text-align: end;
}
.cases__clarification h3 {
  margin-top: 5px;
}
.cases__clarification a {
  display: inline-block;
  text-decoration: none;
  color: var(--main-color);
  transition: all 0.15s linear;
}
.cases__clarification a:hover {
  transform: translateY(-2px);
  color: var(--hover-color);
}

@media (min-width: 1199.5px) {
  .cases__item:hover {
    width: calc(var(--index) * 5);
    filter: inherit;
    transform: translateZ(calc(var(--index) * 10));
  }
  .cases__item:hover + * {
    filter: inherit;
    transform: translateZ(calc(var(--index) * 8.5)) rotateY(35deg);
  }
  .cases__item:hover + * + * {
    filter: inherit;
    transform: translateZ(calc(var(--index) * 5.6)) rotateY(30deg);
  }
  .cases__item:hover + * + * + * {
    filter: inherit;
    transform: translateZ(calc(var(--index) * 2.4)) rotateY(24deg);
  }
  .cases__item:hover + * + * + * + * {
    filter: inherit;
    transform: translateZ(calc(var(--index) * 0.6)) rotateY(14deg);
  }
  .cases__item:has(+ :hover) {
    filter: inherit;
    transform: translateZ(calc(var(--index) * 8.5)) rotateY(-35deg);
  }
  .cases__item:has(+ * + :hover) {
    filter: inherit;
    transform: translateZ(calc(var(--index) * 5.6)) rotateY(-30deg);
  }
  .cases__item:has(+ * + * + :hover) {
    filter: inherit;
    transform: translateZ(calc(var(--index) * 2.4)) rotateY(-24deg);
  }
  .cases__item:has(+ * + * + * + :hover) {
    filter: inherit;
    transform: translateZ(calc(var(--index) * 0.6)) rotateY(-14deg);
  }
  .cases__item:before, .cases__item:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 20px;
    right: calc(var(--index) * -0.7);
  }
  .cases__item:after {
    top: 0;
    left: calc(var(--index) * -0.7);
  }
}
@media (max-width: 1199.4px) {
  .cases__items {
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
  }
  .cases__item {
    width: calc(var(--index) * 20);
    height: calc(var(--index) * 10);
    padding: 6px 0px;
  }
  .cases__item:has(+ .cases__item.active) {
    filter: grayscale(0.2) brightness(0.6);
  }
  .cases__item.active {
    width: calc(var(--index) * 25);
    height: calc(var(--index) * 13);
    filter: inherit;
    transform: scale3d(1.3);
  }
  .cases__item.active + * {
    filter: grayscale(0.1) brightness(0.6);
  }
  .cases__clarification {
    transform: translateX(0%);
    max-width: 300px;
    margin: 40px auto 0;
    padding: 10px;
  }
}
:root {
  --index: calc(1vw + 1vh);
  --transition: cubic-bezier(.1, .7, 0, 1);
  --color-text: #fafafa;
  --hover-color: #ffa501;
  --main-color: rgb(237, 136, 5);
  --menu-color: #cd8506;
  --background: url("../assets/img/main_block/main_bg.jpg");
  --header-back: linear-gradient(355deg, rgba(31,30,28,1) 0%, rgba(52,39,30,0.5) 58%, rgba(255,162,0,1) 100%);
  color-scheme: dark;
}

.light {
  --index: calc(1vw + 1vh);
  --transition: cubic-bezier(.1, .7, 0, 1);
  --color-text: #1e1f23;
  --hover-color: rgb(237, 136, 5);
  --main-color: #ffa501;
  --menu-color: #9c9c9c;
  --background: url("../assets/img/main_block/bg-gen-min.jpg");
  --header-back: url("../assets/img/main_block/bg-top-1627169017_30-kartinkin-com-p-fon-neitralnii-delovoi-krasivo-30.jpg");
  color-scheme: light;
}

.footer {
  width: 100%;
}
.footer__wrapper {
  width: 100%;
  padding: 80px 10vw;
}
.footer__text {
  margin-top: 35px;
}
.footer__social {
  margin: 25px auto 0;
  display: block;
  width: -moz-max-content;
  width: max-content;
}
.footer__social a {
  display: inline-block;
}
.footer__social a:not(:first-child) {
  transform: rotate(90deg);
}
.footer__link {
  margin: 0 15px;
}
.footer__link svg path {
  fill: var(--color-text);
}
.footer__link svg:hover {
  transform: scale(1.2);
  transition: 0.5s all;
}
.footer__link svg:hover path {
  fill: var(--main-color);
}
.footer__form {
  max-width: 540px;
  margin: 25px auto 0;
}
.footer__input {
  display: block;
}
.footer__input_wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.footer__input label {
  display: block;
  color: var(--color-text);
}
.footer__input input {
  display: block;
  color: var(--color-text);
  width: 260px;
  height: 30px;
  padding: 0 15px;
  border: 1px solid var(--color-text);
  border-radius: 4px;
  margin-top: 3px;
}
.footer__input input:focus {
  box-shadow: 1px 1px 8px var(--color-text);
}
.footer__textarea {
  margin-top: 15px;
  width: 100%;
}
.footer__textarea label {
  display: block;
  color: var(--color-text);
}
.footer__textarea textarea {
  width: 100%;
  height: 80px;
  margin-top: 3px;
  padding: 15px;
  color: var(--color-text);
  border: 1px solid var(--color-text);
  border-radius: 4px;
  resize: vertical;
}
.footer__textarea textarea:focus {
  box-shadow: 1px 1px 8px var(--color-text);
}
.footer__triggers {
  width: 100%;
  margin: 25px auto;
  display: grid;
  grid-template: 1fr/auto auto;
  justify-content: space-between;
}
.footer__policy {
  color: var(--color-text);
  display: flex;
  align-items: center;
}
.footer__policy input {
  margin: 0 10px;
  cursor: pointer;
}
.footer__policy label a {
  display: inline-block;
  text-decoration: none;
  color: var(--main-color);
  transition: all 0.15s linear;
}
.footer__policy label a:hover {
  transform: translateY(-2px);
  color: var(--hover-color);
}
.footer__tel a {
  text-decoration: none;
  color: var(--main-color);
}

.send-modal {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10;
}
.send-modal.active {
  display: flex;
  opacity: 0;
  animation: message 0.5s ease forwards;
}
.send-modal__message {
  min-height: 280px;
  width: 280px;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  background: var(--main-color);
  border-radius: 4px;
}
.send-modal__close {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.send-modal__close img {
  width: 100%;
  height: 100%;
  background: var(--main-color);
}
.send-modal__loading {
  width: 180px;
  height: 30px;
  opacity: 0.3;
  border-radius: 4px;
  display: none;
}
.send-modal__success, .send-modal__failure, .send-modal__send, .send-modal__sorry-git {
  width: 80%;
  line-height: 1.2;
  background: var(--main-color);
  opacity: 0;
  display: none;
}
.send-modal__loading.active {
  display: block;
}
.send-modal__success.active, .send-modal__failure.active, .send-modal__sorry-git.active {
  display: block;
  animation: message 1s ease forwards;
}

.footer__triggers_ru {
  -moz-column-gap: 68px;
       column-gap: 68px;
}
.footer__triggers_ru input {
  margin-left: 0px;
}
.footer__triggers_ru a {
  width: -moz-max-content;
  width: max-content;
}

@keyframes message {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .footer__wrapper {
    padding: 80px 10vw 60px;
  }
  .footer__form {
    width: 260px;
  }
  .footer__text {
    width: 260px;
    margin: 25px auto 0;
  }
  .footer__triggers {
    grid-template: auto auto/1fr;
    row-gap: 10px;
    justify-items: end;
  }
  .footer__btn {
    grid-row: 2/3;
  }
  .footer__policy input {
    margin-bottom: 2px;
  }
}
:root {
  --index: calc(1vw + 1vh);
  --transition: cubic-bezier(.1, .7, 0, 1);
  --color-text: #fafafa;
  --hover-color: #ffa501;
  --main-color: rgb(237, 136, 5);
  --menu-color: #cd8506;
  --background: url("../assets/img/main_block/main_bg.jpg");
  --header-back: linear-gradient(355deg, rgba(31,30,28,1) 0%, rgba(52,39,30,0.5) 58%, rgba(255,162,0,1) 100%);
  color-scheme: dark;
}

.light {
  --index: calc(1vw + 1vh);
  --transition: cubic-bezier(.1, .7, 0, 1);
  --color-text: #1e1f23;
  --hover-color: rgb(237, 136, 5);
  --main-color: #ffa501;
  --menu-color: #9c9c9c;
  --background: url("../assets/img/main_block/bg-gen-min.jpg");
  --header-back: url("../assets/img/main_block/bg-top-1627169017_30-kartinkin-com-p-fon-neitralnii-delovoi-krasivo-30.jpg");
  color-scheme: light;
}

.header {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  background: var(--header-back);
  background-size: cover;
}
.header__menu {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 4vw;
  left: 4vw;
  background: bottom;
  cursor: pointer;
}
.header__menu.active {
  height: 48px;
  width: 52px;
}
.header__menu__list {
  position: relative;
  background: bottom;
}
.header__menu__list_background {
  background: bottom;
}
.header__menu__lang {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background: #000;
  color: var(--menu-color);
  font-size: 11px;
  text-align: center;
  line-height: 34px;
}
.header__menu__item {
  position: absolute;
  background: bottom;
}
.header__menu__item img {
  background: bottom;
}
.header__menu__item_theme {
  top: -50px;
  left: 0;
  display: none;
}
.header__menu__item_theme.active {
  display: block;
  animation: menu-animation_theme 0.3s linear forwards;
}
.header__menu__item_theme:not(.active) {
  animation: menu-animation_theme-hide 0.3s linear forwards;
}
.header__menu__item_lang {
  width: 32px;
  height: 32px;
  top: 0;
  left: 50px;
  display: none;
}
.header__menu__item_lang.active {
  display: block;
  animation: menu-animation_lang 0.3s linear forwards;
}
.header__menu__item_lang:not(.active) {
  animation: menu-animation_lang-hide 0.3s linear forwards;
}
.header__settings {
  z-index: 5;
}
.header__theme, .header__lang {
  opacity: 0;
  z-index: 4;
}
.header-block {
  position: absolute;
  max-width: 30vw;
  top: 40vh;
  right: 55vw;
  text-align: end;
  background: bottom;
}
.header-block__title {
  font-size: 46px;
  line-height: 1.3;
  text-align: start;
  background: bottom;
}
.header-block__subtitle {
  text-align: start;
  background: bottom;
}
.header-block__buttons {
  margin-top: 25px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  background: bottom;
}
.header-block__btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  cursor: pointer;
}
.header__img {
  height: 99%;
  position: absolute;
  left: 50%;
  bottom: 0;
  background: bottom;
}

.lang__change {
  background: bottom;
  position: relative;
}
.lang__change__wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 55px;
  width: 55px;
  background: bottom;
}
.lang__change__divider_top {
  position: absolute;
  height: 32px;
  width: 0;
  top: 0;
  left: 34px;
  background: bottom;
  display: flex;
  align-items: center;
}
.lang__change__divider_top > div {
  width: 100%;
  height: 1px;
  background: #000;
}
.lang__change__divider_top.active {
  animation: lang-change-divider-top 0.3s linear forwards;
}
.lang__change__divider_bottom {
  position: absolute;
  height: 0;
  width: 32px;
  top: 34px;
  left: 0;
  background: bottom;
  display: flex;
  justify-content: center;
}
.lang__change__divider_bottom > div {
  width: 1px;
  height: 100%;
  background: #000;
}
.lang__change__divider_bottom.active {
  animation: lang-change-divider-bottom 0.3s linear forwards;
}
.lang__change__item {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background: #000;
  display: flex;
  justify-content: center;
}
.lang__change__item a {
  text-decoration: none;
  color: var(--menu-color);
  line-height: 34px;
  background: bottom;
}
.lang__change_top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: none;
}
.lang__change_top.active {
  display: flex;
  animation: lang-change-top 0.3s linear forwards;
}
.lang__change_top:not(.active) {
  animation: lang-change-top-hide 0.3s linear forwards;
}
.lang__change_bottom {
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 3;
  display: none;
}
.lang__change_bottom.active {
  display: flex;
  animation: lang-change-bottom 0.3s linear forwards;
}
.lang__change_bottom:not(.active) {
  animation: lang-change-bottom-hide 0.3s linear forwards;
}

@keyframes menu-animation_theme {
  0% {
    top: -50px;
    left: 0;
    opacity: 0;
  }
  50% {
    top: -35px;
    left: 35px;
  }
  100% {
    top: 0;
    left: 50px;
    opacity: 1;
  }
}
@keyframes menu-animation_lang {
  0% {
    top: 0;
    left: 50px;
    opacity: 0;
  }
  50% {
    top: 30px;
    left: 35px;
  }
  100% {
    top: 45px;
    left: 0;
    opacity: 1;
  }
}
@keyframes menu-animation_theme-hide {
  0% {
    display: block;
    top: 0;
    left: 50px;
    opacity: 1;
  }
  50% {
    top: -35px;
    left: 35px;
  }
  100% {
    top: -50px;
    left: 0;
    opacity: 0;
    display: none;
  }
}
@keyframes menu-animation_lang-hide {
  0% {
    display: block;
    top: 50px;
    left: 0;
    opacity: 1;
  }
  50% {
    top: 30px;
    left: 35px;
  }
  100% {
    top: 0;
    left: 50px;
    opacity: 0;
    display: none;
  }
}
@keyframes lang-change-top {
  0% {
    opacity: 0;
    top: 0;
    left: 32px;
  }
  100% {
    opacity: 1;
    top: 0;
    left: 50px;
  }
}
@keyframes lang-change-bottom {
  0% {
    opacity: 0;
    top: 32px;
    left: 0;
  }
  100% {
    opacity: 1;
    top: 50px;
    left: 0;
  }
}
@keyframes lang-change-top-hide {
  0% {
    display: flex;
    opacity: 1;
    top: 0;
    left: 50px;
  }
  100% {
    opacity: 0;
    top: 0;
    left: 0;
    display: none;
  }
}
@keyframes lang-change-bottom-hide {
  0% {
    display: flex;
    opacity: 1;
    top: 46px;
    left: 0;
  }
  100% {
    opacity: 0;
    top: 0;
    left: 0;
    display: none;
  }
}
@keyframes lang-change-divider-top {
  0% {
    width: 0;
  }
  60% {
    width: 0;
  }
  100% {
    width: 14px;
  }
}
@keyframes lang-change-divider-bottom {
  0% {
    height: 0;
  }
  60% {
    height: 0;
  }
  100% {
    height: 14px;
  }
}
@media (max-width: 1399px) {
  .header-block {
    max-width: 35vw;
  }
  .header-block__title {
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  .header-block {
    max-width: 36vw;
  }
  .header-block__title {
    font-size: 34px;
  }
}
@media (max-width: 991px) {
  .header-block__title {
    line-height: 1.2;
    margin-top: 16px;
  }
  .header-block__subtitle {
    font-size: 16px;
  }
  .header-block__buttons {
    margin-top: 20px;
  }
  .lang__change__wrap {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .header__img {
    left: 27%;
  }
  .header-block {
    top: 46vh;
    right: 30vw;
    max-width: 62vw;
  }
}
@media (max-width: 575px) {
  .header-block {
    top: 42vh;
    right: 24vw;
    min-width: 68vw;
  }
}
:root {
  --index: calc(1vw + 1vh);
  --transition: cubic-bezier(.1, .7, 0, 1);
  --color-text: #fafafa;
  --hover-color: #ffa501;
  --main-color: rgb(237, 136, 5);
  --menu-color: #cd8506;
  --background: url("../assets/img/main_block/main_bg.jpg");
  --header-back: linear-gradient(355deg, rgba(31,30,28,1) 0%, rgba(52,39,30,0.5) 58%, rgba(255,162,0,1) 100%);
  color-scheme: dark;
}

.light {
  --index: calc(1vw + 1vh);
  --transition: cubic-bezier(.1, .7, 0, 1);
  --color-text: #1e1f23;
  --hover-color: rgb(237, 136, 5);
  --main-color: #ffa501;
  --menu-color: #9c9c9c;
  --background: url("../assets/img/main_block/bg-gen-min.jpg");
  --header-back: url("../assets/img/main_block/bg-top-1627169017_30-kartinkin-com-p-fon-neitralnii-delovoi-krasivo-30.jpg");
  color-scheme: light;
}

.skills {
  position: relative;
  width: 100%;
  padding: 80px 0;
}
.skills__btn_next {
  position: absolute;
  top: 66px;
  left: calc(50% + 248px);
  padding: 20px 10px;
  font-weight: bold;
  line-height: 1.1;
  z-index: 5;
}
.skills__btn_next:active {
  background: var(--main-color);
}
.skills__slider {
  position: relative;
  height: 370px;
  max-width: 560px;
  overflow: hidden;
  margin: 0 auto;
}
.skills__slider__wrap {
  position: relative;
}
.skills__slide {
  display: none;
  width: 560px;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
}
.skills__slide_hard {
  left: -560px;
  top: 0px;
}
.skills__slide_hard.active {
  display: block;
  animation: slide-hard-active 0.5s ease forwards;
}
.skills__slide_hard.active .skills__content__block_top {
  animation: top-hard-shift 0.7s ease forwards;
}
.skills__slide_hard.active .skills__content__block_bottom {
  animation: bottom-hard-shift 0.8s ease forwards;
}
.skills__slide_hard:not(.active) {
  animation: slide-hard-hide 0.5s ease forwards;
}
.skills__slide_soft {
  left: 0px;
  top: -560px;
}
.skills__slide_soft.active {
  display: block;
  animation: slide-soft-active 0.5s ease forwards;
}
.skills__slide_soft.active .skills__content__block_top {
  animation: top-soft-shift 0.7s ease forwards;
}
.skills__slide_soft.active .skills__content__block_bottom {
  animation: bottom-soft-shift 0.8s ease forwards;
}
.skills__slide_soft:not(.active) {
  animation: slide-soft-hide 0.5s ease forwards;
}
.skills__slide_general {
  right: -560px;
  top: 0px;
}
.skills__slide_general.active {
  display: block;
  animation: slide-general-active 0.5s ease forwards;
}
.skills__slide_general.active .skills__content__block_top {
  animation: top-general-shift 0.7s ease forwards;
}
.skills__slide_general.active .skills__content__block_bottom {
  animation: bottom-general-shift 0.8s ease forwards;
}
.skills__slide_general:not(.active) {
  animation: slide-general-hide 0.5s ease forwards;
}
.skills__content {
  color: var(--color-text);
  max-width: 560px;
  margin: 40px auto 0;
}
.skills__content__block li, .skills__content__block h3 {
  position: relative;
}
.skills__content__block li::before, .skills__content__block h3::before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  background: var(--main-color);
  border-radius: 50%;
  z-index: 4;
}
.skills__content__block li::after, .skills__content__block h3::after {
  content: "";
  height: 1px;
  width: 20px;
  background: var(--color-text);
  position: absolute;
  z-index: 3;
}
.skills__content__block li {
  margin-bottom: 10px;
  font-size: 16px;
}
.skills__content__block_top__wrapper {
  position: relative;
}
.skills__content__block_bottom__soft {
  position: relative;
}
.skills__content__block_bottom__soft::before {
  content: "";
  height: 1px;
  width: 439px;
  background: var(--color-text);
  position: absolute;
  top: 27px;
  left: 48px;
}
.skills__content__block_bottom__soft::after {
  content: "";
  height: 20px;
  width: 1px;
  background: var(--color-text);
  position: absolute;
  top: 8px;
  left: 48px;
}
.skills__list {
  position: relative;
}
.skills__list::before {
  content: "";
  background: var(--color-text);
  position: absolute;
}

.description {
  position: relative;
}
.description__wrapper {
  position: relative;
}
.description__wrapper::before {
  content: "";
  width: 1px;
  background: var(--color-text);
  position: absolute;
}
.description__wrapper::after {
  content: "";
  height: 1px;
  background: var(--color-text);
  position: absolute;
}

@media (min-width: 576px) {
  .skills__content__block_top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 20px;
         column-gap: 20px;
    position: relative;
  }
  .skills__content__block_top ul {
    padding-left: 40px;
    position: relative;
  }
  .skills__content__block_top__wrapper {
    padding-left: 20px;
  }
  .skills__content__block_top__wrapper::before {
    top: 8px;
    left: 1px;
    height: 78px;
  }
  .skills__content__block_top__wrapper::after {
    top: 85px;
    left: 1px;
    width: 290px;
  }
  .skills__content__block_top__general {
    display: block;
    text-align: right;
    padding-right: 60px;
  }
  .skills__content__block_bottom {
    margin: 10px;
  }
  .skills__content__block_bottom__wrapper {
    margin-bottom: 10px;
  }
  .skills__content__block_bottom__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .skills__content__block_bottom__wrapper::before {
    height: 38px;
    width: 1px;
    top: 8px;
    left: 252px;
  }
  .skills__content__block_bottom__wrapper::after {
    height: 1px;
    width: 287px;
    bottom: -8px;
    left: 252px;
  }
  .skills__content__block_bottom__general {
    margin: 20px 35px 0px 60px;
  }
  .list_hard_middle {
    position: relative;
  }
  .list_hard_middle::before {
    height: 79px;
    width: 1px;
    top: 7px;
    left: 0px;
  }
  .list_hard_middle li::before {
    top: 1px;
    left: -20px;
  }
  .list_hard_middle li::after {
    top: 7px;
    left: -40px;
  }
  .list_hard_junior {
    margin-top: 20px;
    display: grid;
    grid-template: 1fr/1fr 1fr;
  }
  .list_hard_junior ul {
    text-align: end;
    padding-right: 40px;
  }
  .list_hard_junior ul::before {
    top: -13px;
    right: 1px;
    height: 72px;
    width: 1px;
  }
  .list_hard_junior ul li::before {
    right: -20px;
    top: 0px;
  }
  .list_hard_junior ul li::after {
    top: 6px;
    right: -38px;
  }
  .list_soft_top li::before {
    left: -20px;
  }
  .list_soft_top li:after {
    width: 0px;
  }
  .list_soft_bottom {
    width: 50%;
    margin: 20px 0 0 50%;
    padding-right: 90px;
    text-align: end;
  }
  .list_soft_bottom::before {
    top: -13px;
    right: 53px;
    width: 1px;
    height: 45px;
  }
  .list_soft_bottom li::before {
    left: 188px;
  }
  .list_soft_bottom li::after {
    top: 5px;
    left: 196px;
  }
  .list_general_top::before {
    width: 1px;
    height: 105px;
    left: 538px;
    top: 6px;
    z-index: 5;
  }
  .list_general_top li::before {
    top: 0px;
    left: 470px;
  }
  .list_general_top li::after {
    left: 478px;
    top: 6px;
  }
  .list_general_top li a {
    text-decoration: none;
    color: var(--color-text);
  }
  .list_general_bottom::before {
    width: 1px;
    height: 84px;
    left: -38px;
    top: 8px;
  }
  .list_general_bottom li::before {
    left: -20px;
    top: 2px;
  }
  .list_general_bottom li::after {
    left: -38px;
    top: 8px;
  }
  .description_hard {
    font-size: 15px;
    text-indent: 20px;
  }
  .description_hard::before {
    left: 0;
    top: 2px;
  }
  .description_hard::after {
    top: 8px;
    left: -18px;
  }
  .description_hard_junior {
    grid-column: 2;
  }
  .description_soft_top {
    align-self: center;
  }
  .description_soft_top::before {
    top: 2px;
    left: 150px;
  }
  .description_soft_top::after {
    opacity: 0;
  }
  .description_soft_bottom {
    width: 50%;
    margin-top: 30px;
    text-align: center;
  }
  .description_soft_bottom::before {
    top: 2px;
    left: 69px;
  }
  .description_soft_bottom::after {
    top: 8px;
    left: 49px;
  }
  .description_hard_middle_short, .description_hard_junior_short {
    display: none;
  }
  .line {
    position: absolute;
    height: 1px;
    background: var(--color-text);
    width: 167px;
    left: -178px;
  }
  .line_one {
    top: 42px;
    transform: rotate(-25deg);
  }
  .line_two {
    top: 29px;
    transform: rotate(-17deg);
  }
  .line_three {
    top: 16px;
    transform: rotate(-8deg);
  }
  .line_four {
    top: 4px;
    transform: rotate(2deg);
  }
  .line_five {
    top: -18px;
    transform: rotate(16deg);
  }
  .skills__slider_ru {
    height: 400px;
  }
  .skills__content__block_bottom__wrapper_ru::before {
    height: 56px;
  }
  .skills__content__block_bottom__soft_ru::before {
    left: 9px;
    width: 483px;
  }
  .skills__content__block_bottom__soft_ru::after {
    left: 9px;
  }
  .description_soft_top_ru::before {
    left: 192px;
  }
  .description_soft_bottom_ru::before {
    left: 27px;
  }
  .description_soft_bottom_ru::after {
    left: 9px;
  }
  .list_soft_top_ru .line_one {
    width: 143px;
    left: -145px;
    top: 51px;
    transform: rotate(-37deg);
  }
  .list_soft_top_ru .line_two {
    width: 137px;
    left: -140px;
    top: 29px;
    transform: rotate(-22deg);
  }
  .list_soft_top_ru .line_three {
    width: 120px;
    left: -132px;
    top: 16px;
    transform: rotate(-11deg);
  }
  .list_soft_top_ru .line_four {
    width: 114px;
    left: -129px;
    top: 4px;
    transform: rotate(2deg);
  }
  .list_soft_top_ru .line_five {
    width: 126px;
    left: -135px;
    top: -25px;
    transform: rotate(28deg);
  }
  .list_soft_bottom_ru {
    padding-right: 80px;
  }
  .list_soft_bottom_ru::before {
    right: 47px;
  }
  .list_soft_bottom_ru::after {
    left: 9px;
  }
  .list_soft_bottom_ru li::before {
    left: 197px;
  }
  .list_soft_bottom_ru li::after {
    left: 202px;
  }
  .skills__slider_ua {
    height: 400px;
  }
  .skills__content__block_bottom__wrapper_ua::before {
    height: 56px;
  }
  .skills__content__block_bottom__soft_ua::before {
    left: 20px;
    width: 473px;
  }
  .skills__content__block_bottom__soft_ua::after {
    left: 20px;
  }
  .description_soft_top_ua::before {
    left: 162px;
  }
  .description_soft_bottom_ua::before {
    left: 38px;
  }
  .description_soft_bottom_ua::after {
    left: 20px;
  }
  .list_soft_top_ua .line_one {
    width: 167px;
    left: -169px;
    top: 44px;
    transform: rotate(-29deg);
  }
  .list_soft_top_ua .line_two {
    width: 145px;
    left: -161px;
    top: 25px;
    transform: rotate(-15deg);
  }
  .list_soft_top_ua .line_three {
    width: 139px;
    left: -157px;
    top: 13px;
    transform: rotate(-5deg);
  }
  .list_soft_top_ua .line_four {
    width: 145px;
    left: -161px;
    top: 0px;
    transform: rotate(5deg);
  }
  .list_soft_top_ua .line_five {
    width: 149px;
    left: -162px;
    top: -21px;
    transform: rotate(20deg);
  }
  .list_soft_bottom_ua {
    padding-right: 80px;
  }
  .list_soft_bottom_ua::before {
    right: 47px;
  }
  .list_soft_bottom_ua::after {
    left: 9px;
  }
  .list_soft_bottom_ua li::before {
    left: 197px;
  }
  .list_soft_bottom_ua li::after {
    left: 202px;
  }
}
@media (max-width: 575.9px) {
  .description_hard_middle, .description_hard_junior {
    display: none;
  }
  .description_hard_middle_short, .description_hard_junior_short {
    display: block;
  }
  .description_hard_middle_short::before {
    top: 2px;
    left: 100px;
  }
  .description_hard_middle_short::after {
    top: 7px;
    left: 107px;
  }
  .description_hard_junior_short::before {
    top: 2px;
    left: 170px;
  }
  .description_hard_junior_short::after {
    top: 8px;
    left: 152px;
  }
  .description_soft_top {
    padding-left: 40px;
  }
  .description_soft_top::before {
    top: 2px;
    left: 20px;
  }
  .description_soft_top::after {
    top: 8px;
    left: 0px;
  }
  .description_soft_bottom {
    padding-right: 40px;
  }
  .description_soft_bottom::before {
    left: 248px;
    top: 2px;
  }
  .description_soft_bottom::after {
    left: 259px;
    top: 8px;
  }
  .skills {
    padding-bottom: 40px;
  }
  .skills__btn_next {
    top: 450px;
    left: calc(50% - 139px);
  }
  .skills__slider {
    max-width: 280px;
    height: 480px;
  }
  .skills__slide {
    max-width: 280px;
  }
  .skills__content__block_top__wrapper::before {
    height: 21px;
    bottom: -8px;
    left: 127px;
    z-index: 4;
  }
  .skills__content__block_top__wrapper::after {
    width: 127px;
    left: 0px;
    top: 27px;
  }
  .skills__content__block_top__soft {
    position: relative;
  }
  .skills__content__block_top__soft::before {
    content: "";
    width: 1px;
    height: 18px;
    background: var(--color-text);
    position: absolute;
    top: 9px;
    left: 0px;
    z-index: 5;
  }
  .skills__content__block_top__soft::after {
    content: "";
    width: 279px;
    height: 1px;
    background: var(--color-text);
    position: absolute;
    top: 27px;
    left: 0px;
  }
  .skills__content__block_bottom {
    margin-top: 20px;
    text-align: end;
  }
  .skills__content__block_bottom__wrapper::before {
    height: 19px;
    bottom: -8px;
    left: 152px;
    z-index: 4;
  }
  .skills__content__block_bottom__wrapper::after {
    width: 126px;
    right: 2px;
    top: 27px;
  }
  .skills__content__block_bottom__soft::before {
    left: 40px;
    width: 239px;
  }
  .skills__content__block_bottom__soft::after {
    left: 279px;
  }
  .skills__content__block_bottom__general {
    text-align: left;
    padding-left: 40px;
  }
  .list_hard_middle {
    margin-top: 18px;
    padding-left: 40px;
  }
  .list_hard_middle::before {
    width: 1px;
    height: 94px;
    left: 0px;
    top: -10px;
  }
  .list_hard_middle li::before {
    top: 0px;
    left: -20px;
  }
  .list_hard_middle li::after {
    top: 6px;
    left: -40px;
  }
  .list_hard_junior {
    margin-top: 18px;
    padding-right: 40px;
  }
  .list_hard_junior_top::before {
    height: 79px;
    width: 1px;
    right: -38px;
    bottom: 0px;
    z-index: 5;
  }
  .list_hard_junior_bottom::before {
    height: 70px;
    width: 1px;
    right: -38px;
    bottom: 10px;
    z-index: 5;
  }
  .list_hard_junior li::before {
    top: 0px;
    right: -20px;
  }
  .list_hard_junior li::after {
    top: 5px;
    right: -38px;
  }
  .list_soft_top {
    margin-top: 20px;
    padding-right: 40px;
    text-align: end;
  }
  .list_soft_top::before {
    left: 278px;
    top: -12px;
    width: 1px;
    height: 139px;
  }
  .list_soft_top li::before {
    left: 248px;
    top: 1px;
  }
  .list_soft_top li::after {
    left: 258px;
    top: 6px;
  }
  .list_soft_bottom {
    margin-top: 20px;
    padding-left: 80px;
    text-align: left;
  }
  .list_soft_bottom::before {
    width: 1px;
    height: 45px;
    top: -13px;
    left: 40px;
  }
  .list_soft_bottom li::before {
    left: -20px;
    top: 0px;
  }
  .list_soft_bottom li::after {
    left: -40px;
    top: 6px;
  }
  .list_general_top li {
    text-indent: 20px;
  }
  .list_general_top li::before {
    left: 0px;
  }
  .list_general_top li::after {
    width: 0px;
  }
  .list_general_top li a {
    text-decoration: none;
    color: var(--color-text);
  }
  .list_general_bottom li {
    text-indent: 20px;
  }
  .list_general_bottom li::before {
    left: 0px;
  }
  .list_general_bottom li::after {
    width: 0px;
  }
  .list_general_bottom li a {
    text-decoration: none;
    color: var(--color-text);
  }
  .space {
    display: block;
    height: 100%;
    width: 50px;
    background: bottom;
  }
  .list_soft_top_ru::before {
    height: 171px;
  }
  .skills__slider_ua {
    height: 495px;
  }
  .list_soft_top_ua::before {
    height: 155px;
  }
}
@keyframes slide-hard-active {
  0% {
    left: -560px;
    opacity: 0;
  }
  100% {
    left: 0px;
    opacity: 1;
  }
}
@keyframes slide-hard-hide {
  0% {
    display: block;
    left: 0px;
    top: 0px;
    opacity: 1;
  }
  100% {
    left: 0px;
    top: 560px;
    opacity: 0;
    display: none;
  }
}
@keyframes top-hard-shift {
  0% {
    transform: translateX(-250px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes bottom-hard-shift {
  0% {
    transform: translateX(-250px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes slide-soft-active {
  0% {
    top: -560px;
    opacity: 0;
  }
  100% {
    top: 0px;
    opacity: 1;
  }
}
@keyframes slide-soft-hide {
  0% {
    display: block;
    left: 0px;
    top: 0px;
    opacity: 1;
  }
  100% {
    left: 0px;
    top: 560px;
    opacity: 0;
    display: none;
  }
}
@keyframes top-soft-shift {
  0% {
    transform: translateY(-250px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes bottom-soft-shift {
  0% {
    transform: translateY(-250px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes slide-general-active {
  0% {
    right: -560px;
    opacity: 0;
  }
  100% {
    right: 0px;
    opacity: 1;
  }
}
@keyframes slide-general-hide {
  0% {
    display: block;
    right: 0px;
    top: 0px;
    opacity: 1;
  }
  100% {
    right: 0px;
    top: 560px;
    opacity: 0;
    display: none;
  }
}
@keyframes top-general-shift {
  0% {
    transform: translateX(250px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes bottom-general-shift {
  0% {
    transform: translateX(250px);
  }
  100% {
    transform: translateX(0px);
  }
}/*# sourceMappingURL=style.css.map */
