:root {
  --grid-columns-size: 70px;
  --grid-columns-gap: 30px;
  --grid-columns-number: 12;
}

@media screen and (max-width: 1400px) {
  :root {
    --grid-columns-number: 8;
  }
}

@media screen and (max-width: 1000px) {
  :root {
    --grid-columns-number: 6;
  }
}

@media screen and (max-width: 767px) {
  :root {
    --grid-columns-number: 4;
  }
}

@media screen and (max-width: 479px) {
  :root {
    --grid-columns-number: 3;
  }
}

.section__content {
  display: grid;
  grid-template-columns: repeat(var(--grid-columns-number), var(--grid-columns-size));
  column-gap: var(--grid-columns-gap);
  justify-content: center;
  align-items: center;
  height: 100%;
}

#projects .projects-wrapper, #home .social, .footer .footer__content-wrapper, .soft-glide-wrapper, .language-glide-wrapper, .expirience-tree, .title, .offer {
  grid-column: 1/span var(--grid-columns-number);
}

.menu, .language_toggle {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0.05em;
  color: #666666;
}

.offer .offer__text {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}

@media screen and (max-width: 1400px) {
  .offer .offer__text {
    line-height: 29px;
    font-size: 24px;
  }
}

@media screen and (max-width: 1000px) {
  .offer .offer__text {
    line-height: 24px;
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .offer .offer__text {
    line-height: 22px;
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  .offer .offer__text {
    line-height: 20px;
    font-size: 16px;
  }
}

.offer .offer__text_background {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  font-size: 144px;
  line-height: 115%;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(102, 102, 102, 0.7);
}

@media screen and (max-width: 1400px) {
  .offer .offer__text_background {
    font-size: 96px;
  }
}

@media screen and (max-width: 1000px) {
  .offer .offer__text_background {
    font-size: 72px;
  }
}

@media screen and (max-width: 767px) {
  .offer .offer__text_background {
    font-size: 64px;
  }
}

@media screen and (max-width: 479px) {
  .offer .offer__text_background {
    font-size: 48px;
  }
}

.title .title__main-text {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #AE35DF;
}

@media screen and (max-width: 1400px) {
  .title .title__main-text {
    line-height: 29px;
    font-size: 24px;
  }
}

@media screen and (max-width: 1000px) {
  .title .title__main-text {
    line-height: 24px;
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .title .title__main-text {
    line-height: 22px;
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  .title .title__main-text {
    line-height: 20px;
    font-size: 16px;
  }
}

.title .title__background-text {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  font-size: 96px;
  line-height: 115%;
  text-align: center;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

@media screen and (max-width: 1400px) {
  .title .title__background-text {
    font-size: 64px;
  }
}

@media screen and (max-width: 1000px) {
  .title .title__background-text {
    font-size: 48px;
  }
}

@media screen and (max-width: 767px) {
  .title .title__background-text {
    font-size: 30px;
  }
}

@media screen and (max-width: 479px) {
  .title .title__background-text {
    font-size: 22px;
  }
}

.status .status__message, .form .form__button, .form .form__input, .tech-card .tech-card__description, p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 130%;
  text-align: center;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 1400px) {
  .status .status__message, .form .form__button, .form .form__input, .tech-card .tech-card__description, p {
    font-size: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .status .status__message, .form .form__button, .form .form__input, .tech-card .tech-card__description, p {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .status .status__message, .form .form__button, .form .form__input, .tech-card .tech-card__description, p {
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  .status .status__message, .form .form__button, .form .form__input, .tech-card .tech-card__description, p {
    font-size: 14px;
  }
}

.event-card .event-card__description {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  align-items: center;
  text-align: center;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 1400px) {
  .event-card .event-card__description {
    font-size: 16x;
  }
}

@media screen and (max-width: 1000px) {
  .event-card .event-card__description {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .event-card .event-card__description {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .event-card .event-card__description {
    font-size: 12px;
  }
}

.expirience-tree .expirience-tree__end-title {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 130%;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 1400px) {
  .expirience-tree .expirience-tree__end-title {
    font-size: 30px;
  }
}

@media screen and (max-width: 1000px) {
  .expirience-tree .expirience-tree__end-title {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .expirience-tree .expirience-tree__end-title {
    font-size: 22px;
  }
}

.footer .footer__element, .personal-data-agreenment, .event-card .event-card__date, .expirience-tree .expirience-tree__begin-title {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 1400px) {
  .footer .footer__element, .personal-data-agreenment, .event-card .event-card__date, .expirience-tree .expirience-tree__begin-title {
    font-size: 13x;
  }
}

@media screen and (max-width: 1000px) {
  .footer .footer__element, .personal-data-agreenment, .event-card .event-card__date, .expirience-tree .expirience-tree__begin-title {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .footer .footer__element, .personal-data-agreenment, .event-card .event-card__date, .expirience-tree .expirience-tree__begin-title {
    font-size: 11px;
  }
}

@media screen and (max-width: 479px) {
  .footer .footer__element, .personal-data-agreenment, .event-card .event-card__date, .expirience-tree .expirience-tree__begin-title {
    font-size: 10px;
  }
}

.project-card .project-card__title {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 130%;
  text-align: center;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 1400px) {
  .project-card .project-card__title {
    font-size: 18px;
  }
}

@media screen and (max-width: 1000px) {
  .project-card .project-card__title {
    font-size: 17px;
  }
}

@media screen and (max-width: 767px) {
  .project-card .project-card__title {
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  .project-card .project-card__title {
    font-size: 15px;
  }
}

.footer::before, .status .status__icons .status__icon, .form__status, .project-card::after, .glide-wrapper::before, .expirience-tree .expirience-tree__cover, .expirience-tree::before, .background .background__circles, .background .background__cover, .background .background__spotlight, .background .background__spotlight-main, .background, .icon img, .navigation::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  background: rgba(51, 51, 51, 0.4);
  border: 1px solid #333;
  border-radius: 10px;
}

:root {
  scrollbar-width: thin;
  scrollbar-color: #333 transparent;
}

html, body {
  padding: 0;
  margin: 0;
  width: 100%;
  min-width: 320px;
  background: #000;
}

section {
  --section-pudding: 150px;
  --section-elements-spacing: 50px;
  padding: var(--section-pudding) 0;
  background: black;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 1400px) {
  section {
    --section-pudding: 140px;
    --section-elements-spacing: 40px;
  }
}

@media screen and (max-width: 1000px) {
  section {
    --section-pudding: 120px;
    --section-elements-spacing: 30px;
  }
}

@media screen and (max-width: 767px) {
  section {
    --section-pudding: 100px;
    --section-elements-spacing: 25px;
  }
}

@media screen and (max-width: 479px) {
  section {
    --section-pudding: 80px;
    --section-elements-spacing: 15px;
  }
}

p {
  display: block;
  color: white;
  border-left: 1px solid #7C35DF;
  border-right: 1px solid #7C35DF;
  padding: 16px 20px;
  background: rgba(0, 0, 0, 0.5);
  margin: 0;
}

a {
  -webkit-transition: color 0.1s;
  -khtml-transition: color 0.1s;
  -moz-transition: color 0.1s;
  -ms-transition: color 0.1s;
  -o-transition: color 0.1s;
  transition: color 0.1s;
  color: inherit;
  text-decoration: none;
  outline: 0;
}

li {
  outline: 0;
}

.navigation, .footer {
  height: 80px;
}

@media screen and (max-width: 1400px) {
  .navigation, .footer {
    height: 70px;
  }
}

@media screen and (max-width: 1000px) {
  .navigation, .footer {
    height: 60px;
  }
}

@media screen and (max-width: 767px) {
  .navigation, .footer {
    height: 50px;
  }
}

@media screen and (max-width: 479px) {
  .navigation, .footer {
    height: 40px;
  }
}

.navigation {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  position: fixed;
  --navigation-background: rgba(0, 0, 0, 0.65);
  --navigation-background-glow: 0;
  background: var(--navigation-background);
  width: 100vw;
  top: 0;
  padding: 0;
  z-index: 100;
  -webkit-transition: background 1s;
  -khtml-transition: background 1s;
  -moz-transition: background 1s;
  -ms-transition: background 1s;
  -o-transition: background 1s;
  transition: background 1s;
}

.navigation .section__content {
  grid-template-rows: 100%;
}

.navigation::before {
  top: 20%;
  bottom: 20%;
  display: block;
  content: "";
  opacity: var(--navigation-background-glow);
  -webkit-transition: opacity 1s;
  -khtml-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.08) 0%, rgba(0, 0, 0, 0) 100%);
}

.navigation_contrast {
  --navigation-background: black;
  --navigation-background-glow: 1;
}

.section__content {
  position: relative;
  z-index: 10;
  --section-content-elements-margin: 50px;
}

@media screen and (max-width: 1400px) {
  .section__content {
    --section-content-elements-margin: 40px;
  }
}

@media screen and (max-width: 1000px) {
  .section__content {
    --section-content-elements-margin: 30px;
  }
}

@media screen and (max-width: 767px) {
  .section__content {
    --section-content-elements-margin: 25px;
  }
}

@media screen and (max-width: 479px) {
  .section__content {
    --section-content-elements-margin: 20px;
  }
}

.logo {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  grid-column: 1 / span 2;
  height: 50px;
}

@media screen and (max-width: 1400px) {
  .logo {
    height: 40px;
  }
}

@media screen and (max-width: 1000px) {
  .logo {
    height: 35px;
  }
}

@media screen and (max-width: 767px) {
  .logo {
    height: 30px;
  }
}

@media screen and (max-width: 479px) {
  .logo {
    height: 30px;
  }
}

.logo .logo__image {
  height: 100%;
}

.icon {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  position: relative;
  --icon-hover: 0;
}

.icon:hover {
  --icon-hover: 1;
}

.icon img {
  -webkit-transition: opacity 0.1s linear;
  -khtml-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -ms-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  object-fit: cover;
  margin: 0;
  width: 100%;
  height: 100%;
}

.icon .icon__default {
  opacity: calc(1 - var(--icon-hover));
}

.icon .icon__active {
  opacity: var(--icon-hover);
}

.social {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  --social-item-gap: 30px;
  --social-item-size: 40px;
}

@media screen and (max-width: 767px) {
  .social {
    --social-item-size: 30px;
  }
}

.social .social__item {
  display: inline-block;
  width: var(--social-item-size);
  height: var(--social-item-size);
  margin-right: calc(var(--social-item-gap)/2);
  margin-left: calc(var(--social-item-gap)/2);
}

.language_toggle {
  grid-column: var(--grid-columns-number);
  text-align: center;
  cursor: pointer;
  color: white;
}

@media screen and (max-width: 1400px) {
  .language_toggle {
    display: none;
  }
}

.language_toggle:hover {
  color: #AE35DF;
}

.menu {
  grid-column: 3 / span 8;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0;
  justify-content: space-between;
  list-style-type: none;
  padding: 0;
}

@media screen and (max-width: 1400px) {
  .menu {
    grid-row: 2;
    display: none;
    grid-column: calc(var(--grid-columns-number) - 2)/span 3;
    background: var(--navigation-background);
  }
}

.menu .menu__item {
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 1400px) {
  .menu .menu__item {
    display: block;
    width: min-content;
    block-size: auto;
    text-align: right;
    margin: 7.5px 10px;
    margin-left: auto;
    white-space: nowrap;
  }
}

.menu .menu__item:hover {
  color: #cccccc;
}

.menu .menu__item ::after {
  display: block;
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: transparent;
  -webkit-transition: background-color 0.1s;
  -khtml-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -ms-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s;
}

.menu .menu__item_active {
  color: white;
}

.menu .menu__item_active:hover {
  color: white;
}

.menu .menu__item_active ::after {
  background-color: #AE35DF;
}

@media screen and (min-width: 1401px) {
  .menu .language_toggle {
    display: none;
  }
}

.menu_toggle {
  grid-column: var(--grid-columns-number);
  text-align: center;
  vertical-align: middle;
}

@media screen and (min-width: 1401px) {
  .menu_toggle {
    display: none;
  }
}

.burger-toggle {
  display: inline-block;
  vertical-align: middle;
  --burger-toggle-size-h: 15px;
  --burger-toggle-size-w: 25px;
  --burger-toggle-line-thinkness: 1px;
  --burger-toggle-color: #8A8A8A;
  margin: 5px 5px;
  position: relative;
  width: var(--burger-toggle-size-w);
  height: var(--burger-toggle-size-h);
}

.burger-toggle .burger-toggle__line {
  position: absolute;
  width: 100%;
  height: var(--burger-toggle-line-thinkness);
  background: var(--burger-toggle-color);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: calc(var(--burger-toggle-line-thinkness) / 2);
  -webkit-transition: all 0.2s;
  -khtml-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 1;
}

.burger-toggle .burger-toggle__line:first-child {
  top: 0;
  -webkit-transform: none;
  -khtml-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.burger-toggle .burger-toggle__line:nth-last-child(2) {
  top: auto;
  bottom: 0;
  -webkit-transform: none;
  -khtml-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.burger-toggle_active .burger-toggle__line {
  opacity: 0;
}

.burger-toggle_active .burger-toggle__line:first-child {
  opacity: 1;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -khtml-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.burger-toggle_active .burger-toggle__line:nth-last-child(2) {
  opacity: 1;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -khtml-transform: translateY(-50%) rotate(-45deg);
  -moz-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  -o-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.background {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  pointer-events: none;
}

.background .background__spotlight-main {
  background: radial-gradient(61.22% 74.17% at 14.19% 18.26%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
}

.background .background__spotlight {
  overflow: hidden;
  padding: 0;
}

@media screen and (max-width: 1400px) {
  .background .background__spotlight {
    padding-top: 40px;
  }
}

@media screen and (max-width: 1000px) {
  .background .background__spotlight {
    padding-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .background .background__spotlight {
    padding-top: 40px;
  }
}

@media screen and (max-width: 479px) {
  .background .background__spotlight {
    padding-top: 0px;
  }
}

.background .background__spotlight::before {
  display: block;
  content: "";
  position: static;
  margin: 0 auto;
  min-width: 480px;
  min-height: 240px;
  width: calc((var(--grid-columns-size) + var(--grid-columns-gap))*(var(--grid-columns-number)));
  height: calc((var(--grid-columns-size) + var(--grid-columns-gap))*(var(--grid-columns-number)) / 2);
  background: radial-gradient(50% 50% at 50% 50%, rgba(196, 196, 196, 0.15) 0%, rgba(196, 196, 196, 0) 100%);
  -webkit-transform: var(--spotlight-rotate) var(--spotlight-shift);
  -khtml-transform: var(--spotlight-rotate) var(--spotlight-shift);
  -moz-transform: var(--spotlight-rotate) var(--spotlight-shift);
  -ms-transform: var(--spotlight-rotate) var(--spotlight-shift);
  -o-transform: var(--spotlight-rotate) var(--spotlight-shift);
  transform: var(--spotlight-rotate) var(--spotlight-shift);
}

.background .background__spotlight_right {
  --spotlight-shift: translateX(var(--grid-columns-size));
  --spotlight-rotate: rotate(-12deg);
}

.background .background__spotlight_left {
  --spotlight-shift: translateX(calc(-1 * var(--grid-columns-size)));
  --spotlight-rotate: rotate(12deg);
}

.background .background__cover {
  height: var(--section-pudding);
  top: unset;
  background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0) 100%);
  z-index: 15;
}

.background .background__cover_top {
  bottom: unset;
  top: 0;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0) 100%);
}

.background .background__circles {
  overflow: hidden;
  opacity: 0.5;
}

.background .background__circle {
  --background-circle-size-default: 200px;
  --background-circle-size-gap: 400px;
  --background-circle-size-index: 0;
  width: calc(var(--background-circle-size-default) + var(--background-circle-size-gap) * var(--background-circle-size-index));
  height: calc(var(--background-circle-size-default) + var(--background-circle-size-gap) * var(--background-circle-size-index));
  background-size: cover;
}

@media screen and (max-width: 1000px) {
  .background .background__circle {
    --background-circle-size-gap: 300px;
    --background-circle-size-default: 150px;
  }
}

@media screen and (max-width: 767px) {
  .background .background__circle {
    --background-circle-size-gap: 200px;
    --background-circle-size-default: 100px;
  }
}

@media screen and (max-width: 479px) {
  .background .background__circle {
    --background-circle-size-gap: 100px;
    --background-circle-size-default: 50px;
  }
}

.background .background__circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.background .background__circle_center {
  position: absolute;
  left: 50%;
  top: 50%;
  --background__circle_transofm_postiton: translate(-50%, -50%);
  -webkit-transform: var(--background__circle_transofm_postiton);
  -khtml-transform: var(--background__circle_transofm_postiton);
  -moz-transform: var(--background__circle_transofm_postiton);
  -ms-transform: var(--background__circle_transofm_postiton);
  -o-transform: var(--background__circle_transofm_postiton);
  transform: var(--background__circle_transofm_postiton);
}

@media screen and (min-width: 1401px) {
  .background .background__circle_center {
    left: calc(50% + 2 * var(--grid-columns-size) + 3* var(--grid-columns-gap));
  }
}

@media screen and (max-width: 767px) {
  .background .background__circle_center {
    top: calc(50% + 50px);
  }
}

@media screen and (max-width: 479px) {
  .background .background__circle_center {
    top: calc(50% + 20px);
  }
}

.background .background__circle_custom-position {
  position: absolute;
  --background__circle_transofm_postiton: translate(-50%, -50%);
  -webkit-transform: var(--background__circle_transofm_postiton);
  -khtml-transform: var(--background__circle_transofm_postiton);
  -moz-transform: var(--background__circle_transofm_postiton);
  -ms-transform: var(--background__circle_transofm_postiton);
  -o-transform: var(--background__circle_transofm_postiton);
  transform: var(--background__circle_transofm_postiton);
}

.background .background__circle_animated {
  opacity: 0.5;
  --rotate-animation: calc(4s + var(--background-circle-size-index) * 1s) infinite calc(var(--background-circle-size-index) * 1s) linear atimation__background__circle_rotation;
  --blink-animation: 5s infinite calc(var(--background-circle-size-index) * 1s) linear atimation__background__circle_blink;
  -webkit-animation: var(--rotate-animation), var(--blink-animation);
  -khtml-animation: var(--rotate-animation), var(--blink-animation);
  -moz-animation: var(--rotate-animation), var(--blink-animation);
  -ms-animation: var(--rotate-animation), var(--blink-animation);
  -o-animation: var(--rotate-animation), var(--blink-animation);
  animation: var(--rotate-animation), var(--blink-animation);
}

.background .background__circle_animated-reverse {
  --rotate-animation: calc(4s + var(--background-circle-size-index) * 1s) infinite calc(var(--background-circle-size-index) * 1s) linear reverse atimation__background__circle_rotation;
}

.background .background__circle_size1 {
  --background-circle-size-index: 1;
}

.background .background__circle_size2 {
  --background-circle-size-index: 2;
}

.background .background__circle_size3 {
  --background-circle-size-index: 3;
}

.background .background__circle_size4 {
  --background-circle-size-index: 4;
}

.background .background__circle_size5 {
  --background-circle-size-index: 5;
}

.photo {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: block;
  position: absolute;
  max-width: calc(1400px / 2 + 2 * var(--grid-columns-size) + var(--grid-columns-gap));
  height: 100%;
  left: calc(50% - 2 * var(--grid-columns-size) - var(--grid-columns-gap));
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 11;
  pointer-events: none;
}

@media screen and (max-width: 1400px) {
  .photo {
    grid-row: 1/span var(--grid-columns-number);
    position: relative;
    max-width: none;
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    height: 850px;
    left: 0;
  }
}

@media screen and (max-width: 1000px) {
  .photo {
    max-width: 768px;
    height: 646px;
  }
}

@media screen and (max-width: 767px) {
  .photo {
    max-width: 480px;
    height: 420px;
  }
}

@media screen and (max-width: 479px) {
  .photo {
    max-width: 320px;
    height: 280px;
  }
}

.photo img {
  margin: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.offer {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  position: relative;
  vertical-align: bottom;
}

@media screen and (max-width: 1400px) {
  .offer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
  }
}

.offer .offer__text {
  display: inline-block;
  padding: 0;
  margin-top: 143px;
}

@media screen and (max-width: 1400px) {
  .offer .offer__text {
    margin-top: 96px;
    text-align: center;
  }
}

@media screen and (max-width: 1000px) {
  .offer .offer__text {
    margin-top: 71px;
  }
}

@media screen and (max-width: 767px) {
  .offer .offer__text {
    margin-top: 63px;
  }
}

@media screen and (max-width: 479px) {
  .offer .offer__text {
    margin-top: 45px;
  }
}

.offer .offer__text_background {
  position: absolute;
  pointer-events: none;
  margin: 0;
}

.offer .offer__text_static {
  margin-right: 10px;
}

@media screen and (max-width: 1400px) {
  .offer .offer__text_static {
    margin-right: 9px;
  }
}

@media screen and (max-width: 1000px) {
  .offer .offer__text_static {
    margin-right: 8px;
  }
}

@media screen and (max-width: 767px) {
  .offer .offer__text_static {
    margin-right: 7px;
  }
}

@media screen and (max-width: 479px) {
  .offer .offer__text_static {
    margin-right: 6px;
  }
}

.offer .offer__text_dynamic {
  color: #AE35DF;
}

.offer .offer__text-pointer {
  position: relative;
  width: 2px;
  height: 36px;
  bottom: -2px;
  background: #AE35DF;
}

@media screen and (max-width: 1400px) {
  .offer .offer__text-pointer {
    height: 24px;
  }
}

@media screen and (max-width: 1000px) {
  .offer .offer__text-pointer {
    height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .offer .offer__text-pointer {
    height: 18px;
  }
}

@media screen and (max-width: 479px) {
  .offer .offer__text-pointer {
    height: 16px;
  }
}

.offer .offer__text-pointer_animated {
  -webkit-animation: atimation__offer__text-pointer_blink 1s infinite;
  -khtml-animation: atimation__offer__text-pointer_blink 1s infinite;
  -moz-animation: atimation__offer__text-pointer_blink 1s infinite;
  -ms-animation: atimation__offer__text-pointer_blink 1s infinite;
  -o-animation: atimation__offer__text-pointer_blink 1s infinite;
  animation: atimation__offer__text-pointer_blink 1s infinite;
}

.title {
  position: relative;
}

.title .title__main-text {
  position: relative;
  margin: 32px 0 0 0;
}

@media screen and (max-width: 1400px) {
  .title .title__main-text {
    margin: 23px 0 0 0;
  }
}

@media screen and (max-width: 1000px) {
  .title .title__main-text {
    margin: 16px 0 0 0;
  }
}

@media screen and (max-width: 767px) {
  .title .title__main-text {
    margin: 7px 0 0 0;
  }
}

@media screen and (max-width: 479px) {
  .title .title__main-text {
    margin: 2px 0 0 0;
  }
}

.title .title__background-text {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  text-align: center;
  background: linear-gradient(97.68deg, rgba(81, 81, 81, 0.43) 0%, rgba(30, 30, 30, 0.395) 50.31%, rgba(81, 81, 81, 0.43) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.expirience-tree {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  background: rgba(0, 0, 0, 0.7);
  position: relative;
  border-top: 1px solid #272727;
  border-bottom: 1px solid #272727;
}

.expirience-tree::before {
  top: 20%;
  bottom: 20%;
  display: block;
  content: "";
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.08) 0%, rgba(105, 105, 105, 0) 100%);
}

.expirience-tree .expirience-tree__scrollable-area {
  position: relative;
  padding: var(--section-content-elements-margin);
  overflow-y: hidden;
  overflow-x: scroll;
  white-space: nowrap;
  height: 365px;
  direction: rtl;
}

@media screen and (max-width: 1400px) {
  .expirience-tree .expirience-tree__scrollable-area {
    height: 350px;
  }
}

@media screen and (max-width: 1000px) {
  .expirience-tree .expirience-tree__scrollable-area {
    height: 340px;
  }
}

@media screen and (max-width: 767px) {
  .expirience-tree .expirience-tree__scrollable-area {
    height: 330px;
  }
}

@media screen and (max-width: 479px) {
  .expirience-tree .expirience-tree__scrollable-area {
    height: 320px;
  }
}

.expirience-tree .expirience-tree__scrollable-area::after {
  display: inline-block;
  content: "";
  width: var(--section-content-elements-margin);
}

.expirience-tree .expirience-tree__conent-wrapper {
  display: inline-block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: -ms-fit-content;
  width: -o-fit-content;
  width: fit-content;
  overflow: unset;
  padding: 0 10px;
  white-space: nowrap;
  direction: ltr;
  height: 100%;
}

.expirience-tree .expirience-tree__element {
  display: inline-block;
  white-space: normal;
  position: relative;
  vertical-align: top;
  top: 50%;
}

.expirience-tree .expirience-tree__begin-title {
  text-align: center;
  display: inline-block;
  position: relative;
  color: #8D8D8D;
  top: 50%;
  vertical-align: top;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-right: 20px;
}

.expirience-tree .expirience-tree__end-title {
  display: inline-block;
  position: relative;
  color: #515151;
  top: 50%;
  vertical-align: top;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 20px;
}

.expirience-tree .expirience-tree__element_mirrored {
  -webkit-transform: translateY(-100%);
  -khtml-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.expirience-tree .expirience-tree__base {
  position: absolute;
  top: 50%;
  height: 2px;
  left: 0;
  right: 0;
  background: #515151;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.expirience-tree .expirience-tree__base::before {
  display: block;
  content: "";
  position: absolute;
  background: #515151;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2px;
  height: 10px;
}

.expirience-tree .expirience-tree__base::after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  -khtml-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  width: 0px;
  height: 0px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #515151;
}

.expirience-tree .expirience-tree__cover {
  pointer-events: none;
}

.expirience-tree .expirience-tree__cover::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: var(--section-content-elements-margin);
  background: linear-gradient(90deg, black, transparent);
  left: 0;
}

.expirience-tree .expirience-tree__cover::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: var(--section-content-elements-margin);
  background: linear-gradient(-90deg, black, transparent);
  right: 0;
}

.event-card {
  position: relative;
  width: calc(var(--grid-columns-gap)*4 + var(--grid-columns-size)*2);
  --event-card-element-spacing: 8px;
  padding: 6px 0;
}

@media screen and (max-width: 1400px) {
  .event-card {
    --event-card-element-spacing: 7px;
  }
}

@media screen and (max-width: 1000px) {
  .event-card {
    --event-card-element-spacing: 6px;
  }
}

@media screen and (max-width: 767px) {
  .event-card {
    --event-card-element-spacing: 5px;
    width: calc(var(--grid-columns-gap)*3 + var(--grid-columns-size)*2);
  }
}

@media screen and (max-width: 479px) {
  .event-card {
    --event-card-element-spacing: 4px;
    width: calc(var(--grid-columns-gap)*2 + var(--grid-columns-size)*2);
  }
}

.event-card .event-card__date {
  color: #8D8D8D;
  text-align: center;
  margin: var(--event-card-element-spacing) 0;
}

.event-card .event-card__description {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  color: white;
  align-items: center;
  justify-content: center;
  padding: 12px;
  max-height: calc(2*var(--grid-columns-gap) + var(--grid-columns-size));
  border-top: 1px solid #7C35DF;
  background: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 1400px) {
  .event-card .event-card__description {
    padding: 12px;
  }
}

@media screen and (max-width: 1000px) {
  .event-card .event-card__description {
    padding: 11px;
  }
}

@media screen and (max-width: 767px) {
  .event-card .event-card__description {
    padding: 11px;
  }
}

@media screen and (max-width: 479px) {
  .event-card .event-card__description {
    padding: 10px;
  }
}

.event-card::after {
  display: block;
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  background: #7C35DF;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.event-card_mirrored .event-card__description {
  border-top: none;
  border-bottom: 1px solid #7C35DF;
}

.event-card_mirrored::after {
  top: auto;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
  -khtml-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.glide {
  width: calc((var(--grid-columns-number) - 2) * var(--grid-columns-size) + (var(--grid-columns-number) - 1) * var(--grid-columns-gap));
  --glide-controls-size: 40px;
  position: relative;
  margin: 0 auto;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .glide {
    --glide-controls-size: 35px;
  }
}

@media screen and (max-width: 479px) {
  .glide {
    --glide-controls-size: 30px;
  }
}

.glide .glide__track {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.glide .glide__slides {
  padding: 0;
  margin: 0;
}

.glide .glide__slide {
  margin: 0 auto;
  direction: ltr;
}

.glide .glide__control {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 10;
  height: 0;
  direction: ltr;
}

.glide .glide__control .glide__arrow {
  position: absolute;
  width: calc(1.2*var(--glide-controls-size));
  height: calc(2*var(--glide-controls-size));
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.glide .glide__control .glide__arrow::before {
  display: block;
  content: "";
  position: absolute;
  width: var(--glide-controls-size);
  height: var(--glide-controls-size);
  -webkit-transition:  border-color 0.1s;
  -khtml-transition:  border-color 0.1s;
  -moz-transition:  border-color 0.1s;
  -ms-transition:  border-color 0.1s;
  -o-transition:  border-color 0.1s;
  transition:  border-color 0.1s;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 2px solid #404040;
}

.glide .glide__control .glide__arrow:hover::before {
  border-color: #777777;
}

.glide .glide__control .glide__arrow:active::before {
  border-color: #777777;
}

.glide .glide__control .glide__arrow--left {
  left: calc( -1.2 * var(--glide-controls-size));
}

.glide .glide__control .glide__arrow--left::before {
  border-bottom: none;
  border-right: none;
  left: 25%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -khtml-transform: translateY(-50%) rotate(-45deg);
  -moz-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  -o-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.glide .glide__control .glide__arrow--right {
  right: calc( -1.2 * var(--glide-controls-size));
}

.glide .glide__control .glide__arrow--right::before {
  border-bottom: none;
  border-left: none;
  right: 25%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -khtml-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.glide-wrapper {
  position: relative;
  background: rgba(0, 0, 0, 0.7);
  border-top: 1px solid #272727;
  border-bottom: 1px solid #272727;
  margin-top: var(--section-elements-spacing);
}

.glide-wrapper::before {
  top: 20%;
  bottom: 20%;
  display: block;
  content: "";
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.08) 0%, rgba(105, 105, 105, 0) 100%);
}

.language-glide-wrapper {
  grid-row: 3;
}

.soft-glide-wrapper {
  grid-row: 4;
}

.tech-card {
  position: relative;
  padding: 30px 0;
  --tech-card-hover: 0;
}

.tech-card:hover {
  --tech-card-hover: 1;
}

.tech-card .tech-card__icon {
  --icon-size: 80px;
  width: var(--icon-size);
  height: var(--icon-size);
  margin: 0 auto;
  pointer-events: 0;
}

@media screen and (max-width: 1400px) {
  .tech-card .tech-card__icon {
    --icon-size: 75px;
  }
}

@media screen and (max-width: 1000px) {
  .tech-card .tech-card__icon {
    --icon-size: 70px;
  }
}

@media screen and (max-width: 767px) {
  .tech-card .tech-card__icon {
    --icon-size: 65px;
  }
}

@media screen and (max-width: 479px) {
  .tech-card .tech-card__icon {
    --icon-size: 60px;
  }
}

.tech-card .tech-card__icon .icon__default {
  opacity: calc(1 - var(--tech-card-hover));
}

.tech-card .tech-card__icon .icon__active {
  opacity: var(--tech-card-hover);
}

.tech-card .tech-card__line {
  height: 1px;
  width: 50px;
  margin: 8px auto;
  background: #7C35DF;
}

.tech-card .tech-card__description {
  display: block;
  margin: 0;
  width: 100%;
  text-align: center;
  color: white;
}

.projects-wrapper {
  position: relative;
  border: 1px solid #272727;
  border-radius: 1px;
  background: rgba(0, 0, 0, 0.7);
  padding: calc(var(--section-content-elements-margin) / 2) var(--section-content-elements-margin);
  --project-card-width: 270px;
  --project-card-height: 180px;
  --project-cards-in-a-row: 3;
}

@media screen and (max-width: 1400px) {
  .projects-wrapper {
    --project-card-width: 270px;
    --project-card-height: 180px;
    --project-cards-in-a-row: 2;
  }
}

@media screen and (max-width: 1000px) {
  .projects-wrapper {
    --project-card-width: 240px;
    --project-card-height: 160px;
    --project-cards-in-a-row: 2;
    padding: calc(var(--section-content-elements-margin) / 2);
  }
}

@media screen and (max-width: 767px) {
  .projects-wrapper {
    --project-card-width: 270px;
    --project-card-height: 180px;
    --project-cards-in-a-row: 1;
  }
}

@media screen and (max-width: 479px) {
  .projects-wrapper {
    --project-card-width: 240px;
    --project-card-height: 160px;
    --project-cards-in-a-row: 1;
  }
}

.projects-wrapper .projects-wraper__container {
  display: grid;
  width: 100%;
  height: 100%;
  grid-template-columns: repeat(var(--project-cards-in-a-row), 1fr);
}

@media screen and (max-width: 1000px) {
  .projects-wrapper .projects-wraper__container {
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .projects-wrapper .projects-wraper__container {
    justify-content: center;
  }
}

.project-card {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  --poject-card-hover: 0;
  display: block;
  position: relative;
  margin: calc(var(--section-content-elements-margin) / 2) auto;
  width: var(--project-card-width);
  height: var(--project-card-height);
  border-bottom: 1px solid #7C35DF;
  -webkit-transition: box-shadow 0.1s, border-color 0.1s;
  -khtml-transition: box-shadow 0.1s, border-color 0.1s;
  -moz-transition: box-shadow 0.1s, border-color 0.1s;
  -ms-transition: box-shadow 0.1s, border-color 0.1s;
  -o-transition: box-shadow 0.1s, border-color 0.1s;
  transition: box-shadow 0.1s, border-color 0.1s;
  -webkit-box-shadow: 0px 2px 15px rgba(165, 114, 237, calc(var(--poject-card-hover)*0.4));
  -khtml-box-shadow: 0px 2px 15px rgba(165, 114, 237, calc(var(--poject-card-hover)*0.4));
  -moz-box-shadow: 0px 2px 15px rgba(165, 114, 237, calc(var(--poject-card-hover)*0.4));
  -ms-box-shadow: 0px 2px 15px rgba(165, 114, 237, calc(var(--poject-card-hover)*0.4));
  -o-box-shadow: 0px 2px 15px rgba(165, 114, 237, calc(var(--poject-card-hover)*0.4));
  box-shadow: 0px 2px 15px rgba(165, 114, 237, calc(var(--poject-card-hover)*0.4));
}

.project-card:hover {
  --poject-card-hover: 1;
  border-color: #AE35DF;
}

.project-card .project-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-card .project-card__title {
  display: block;
  position: absolute;
  width: 100%;
  z-index: 10;
  bottom: 5px;
  color: white;
}

.project-card::after {
  display: block;
  content: "";
  background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0.9) 25%, rgba(0, 0, 0, 0.1) 35%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}

.project-card-placeholder {
  --project-card-empty-color: #363636;
  border: 1px solid var(--project-card-empty-color);
  border-radius: 1px;
}

.project-card-placeholder:hover {
  border-color: var(--project-card-empty-color);
  box-shadow: none;
}

.project-card-placeholder .project-card__title {
  bottom: unset;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--project-card-empty-color);
}

.form-wrapper {
  --form-items-spacing: 30px;
  position: relative;
  border: 1px solid #272727;
  border-radius: 1px;
  background: rgba(0, 0, 0, 0.7);
  padding: 35px;
}

@media screen and (max-width: 1400px) {
  .form-wrapper {
    padding: 30px;
  }
}

@media screen and (max-width: 1000px) {
  .form-wrapper {
    padding: 25px;
  }
}

.form .form__input {
  outline: none;
  text-align: left;
  display: block;
  width: 100%;
  margin-bottom: var(--form-items-spacing);
  background: none;
  border: none;
  border-bottom: 1px solid #303030;
  resize: none;
  color: white;
}

.form .form__input::placeholder {
  color: #303030;
}

.form .form__input:focus {
  border-color: #7C35DF;
}

.form .form__input:not(:placeholder-shown) {
  border-color: #7C35DF;
}

.form .form__button {
  outline: none;
  width: 100%;
  color: #AE35DF;
  padding: 10px;
  background: none;
  border: 1px solid #AE35DF;
  border-radius: 1px;
  margin: 0;
  -webkit-transition: color 0.1s, background 0.1s, border-color 0.1s;
  -khtml-transition: color 0.1s, background 0.1s, border-color 0.1s;
  -moz-transition: color 0.1s, background 0.1s, border-color 0.1s;
  -ms-transition: color 0.1s, background 0.1s, border-color 0.1s;
  -o-transition: color 0.1s, background 0.1s, border-color 0.1s;
  transition: color 0.1s, background 0.1s, border-color 0.1s;
}

.form .form__button:hover {
  color: white;
  background: #AE35DF;
  border-color: #AE35DF;
}

.form .form__button:active {
  color: white;
  background: #741D92;
  border-color: #741D92;
  border-radius: 1px;
}

.form__status {
  pointer-events: none;
  opacity: 0;
}

.status {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  pointer-events: all;
  opacity: 1;
  background: rgba(10, 10, 10, 0.9);
  --status-icon-size: 100px;
}

@media screen and (max-width: 1400px) {
  .status {
    --status-icon-size: 100px;
  }
}

@media screen and (max-width: 1000px) {
  .status {
    --status-icon-size: 90px;
  }
}

@media screen and (max-width: 767px) {
  .status {
    --status-icon-size: 80px;
  }
}

@media screen and (max-width: 479px) {
  .status {
    --status-icon-size: 70px;
  }
}

.status .status__wrapper {
  position: absolute;
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.status .status__icons {
  position: relative;
  margin: 0 auto;
  width: var(--status-icon-size);
  height: var(--status-icon-size);
}

.status .status__icons .status__icon {
  width: 100%;
  height: 100%;
  opacity: 0;
}

.status .status__icons img {
  object-fit: cover;
}

.status .status__message {
  margin: 10px 0;
  color: white;
  display: block;
}

.status_loading .status__icons .status__icon_loading {
  opacity: 1;
}

.status_error .status__icons .status__icon_error {
  opacity: 1;
}

.status_success .status__icons .status__icon_success {
  opacity: 1;
}

.personal-data-agreenment {
  text-align: center;
  color: #606060;
  display: block;
  margin-top: 15px;
}

@media screen and (max-width: 1400px) {
  .personal-data-agreenment {
    margin-top: 10px;
  }
}

.personal-data-agreenment a {
  color: #863dec;
}

.personal-data-agreenment a:hover {
  color: #9247fa;
}

.footer {
  position: relative;
  background: #0B0B0B;
}

.footer::before {
  top: 20%;
  bottom: 20%;
  display: block;
  content: "";
  opacity: 0.5;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.08) 0%, rgba(0, 0, 0, 0) 100%);
}

.footer .section__content {
  grid-template-rows: 100%;
}

.footer .footer__content-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

.footer .footer__element {
  display: inline-block;
  align-self: center;
  color: #707070;
  margin: 0 10px;
}

@media screen and (max-width: 767px) {
  .footer .footer__element {
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .footer .footer__element {
    margin-left: 0;
  }
}

.footer .footer__element_link {
  flex-grow: 1;
  margin-left: var(--grid-columns-size);
  white-space: nowrap;
}

@media screen and (max-width: 1400px) {
  .footer .footer__element_link {
    margin-left: var(--grid-columns-gap);
  }
}

@media screen and (max-width: 479px) {
  .footer .footer__element_link {
    margin-left: 10px;
  }
}

.footer .footer__element_link a {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #acacac;
}

.footer .footer__element_link a:hover {
  color: #9b57fa;
}

.footer .footer__element_copyright {
  text-align: right;
}

@media screen and (max-width: 479px) {
  .footer .footer__element_copyright {
    margin-left: 10px;
  }
}

.footer .logo {
  margin-left: 0;
}

#home {
  padding-bottom: 100px;
  padding-top: 230px;
}

@media screen and (max-width: 1400px) {
  #home {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 1000px) {
  #home {
    padding-top: 120px;
  }
}

@media screen and (max-width: 767px) {
  #home {
    padding-top: 85px;
  }
}

@media screen and (max-width: 479px) {
  #home {
    padding-top: 60px;
  }
}

#home .social {
  grid-row: 2;
  margin-top: 280px;
}

@media screen and (max-width: 1400px) {
  #home .social {
    justify-content: center;
    margin-top: 142px;
  }
}

@media screen and (max-width: 1000px) {
  #home .social {
    margin-top: 111px;
  }
}

@media screen and (max-width: 767px) {
  #home .social {
    margin-top: 93px;
  }
}

@media screen and (max-width: 479px) {
  #home .social {
    margin-top: 65px;
  }
}

@media screen and (min-width: 1401px) {
  #home .social .social__item {
    margin-right: var(--social-item-gap);
    margin-left: 0;
  }
}

#home .background__cover {
  height: calc(var(--section-pudding)/2);
}

@media screen and (max-width: 1400px) {
  #home .background__cover {
    height: calc(var(--section-pudding)*1.5);
  }
}

#home .background__circles {
  opacity: 0.7;
}

#about p {
  grid-column: 3 / span 8;
  margin-top: var(--section-content-elements-margin);
}

@media screen and (max-width: 1400px) {
  #about p {
    grid-column: 2 / span 6;
  }
}

@media screen and (max-width: 1000px) {
  #about p {
    grid-column: 1/span var(--grid-columns-number);
    margin-left: calc(var(--grid-columns-size)/2);
    margin-right: calc(var(--grid-columns-size)/2);
  }
}

@media screen and (max-width: 767px) {
  #about p {
    margin-right: 0;
    margin-left: 0;
  }
}

#about .background__circle_pos1 {
  --shift-multiplier: 5.5;
  --shift-horisontal: calc(var(--shift-multiplier)*(var(--grid-columns-size) + var(--grid-columns-gap)));
  left: calc(50% + var(--shift-horisontal));
  top: 50px;
}

@media screen and (max-width: 1400px) {
  #about .background__circle_pos1 {
    --shift-multiplier: 5;
  }
}

@media screen and (max-width: 1000px) {
  #about .background__circle_pos1 {
    --shift-multiplier: 3.5;
  }
}

@media screen and (max-width: 767px) {
  #about .background__circle_pos1 {
    --shift-multiplier: 2.5;
  }
}

@media screen and (max-width: 479px) {
  #about .background__circle_pos1 {
    --shift-multiplier: 1.5;
  }
}

#about .background__circle_pos2 {
  --shift-multiplier: 8;
  --shift-horisontal: calc(var(--shift-multiplier)*(var(--grid-columns-size) + var(--grid-columns-gap)));
  left: calc(50% - var(--shift-horisontal));
  top: 60%;
}

@media screen and (max-width: 1400px) {
  #about .background__circle_pos2 {
    --shift-multiplier: 7;
  }
}

@media screen and (max-width: 1000px) {
  #about .background__circle_pos2 {
    --shift-multiplier: 5.2;
  }
}

@media screen and (max-width: 767px) {
  #about .background__circle_pos2 {
    --shift-multiplier: 3;
  }
}

@media screen and (max-width: 479px) {
  #about .background__circle_pos2 {
    --shift-multiplier: 1;
  }
}

#about .background__circle_pos3 {
  --shift-horisontal: calc(1*(var(--grid-columns-size) + var(--grid-columns-gap)));
  left: calc(50% + var(--shift-horisontal));
  top: 80%;
}

#expirience .expirience-tree {
  margin-top: var(--section-content-elements-margin);
}

#expirience .background__circle_pos2 {
  --shift-horisontal: calc((var(--grid-columns-number) / 2 - 1) * (var(--grid-columns-size) + var(--grid-columns-gap)));
  left: calc(50% - var(--shift-horisontal));
  top: 30%;
}

@media screen and (max-width: 767px) {
  #expirience .background__circle_pos2 {
    top: 21%;
  }
}

#expirience .background__circle_pos1 {
  --shift-multiplier: 8;
  --shift-horisontal: calc(var(--shift-multiplier)*(var(--grid-columns-size) + var(--grid-columns-gap)));
  left: calc(50% + var(--shift-horisontal));
  top: 60%;
}

@media screen and (max-width: 1400px) {
  #expirience .background__circle_pos1 {
    --shift-multiplier: 7;
  }
}

@media screen and (max-width: 1000px) {
  #expirience .background__circle_pos1 {
    --shift-multiplier: 5.2;
  }
}

@media screen and (max-width: 767px) {
  #expirience .background__circle_pos1 {
    --shift-multiplier: 3;
  }
}

@media screen and (max-width: 479px) {
  #expirience .background__circle_pos1 {
    --shift-multiplier: 1;
  }
}

#expirience .background__circle_pos3 {
  --shift-horisontal: calc(1.75*(var(--grid-columns-size) + var(--grid-columns-gap)));
  left: calc(50% - var(--shift-horisontal));
  top: 90%;
}

#technologies p {
  grid-column: 3 / span 8;
  margin-top: var(--section-content-elements-margin);
}

@media screen and (max-width: 1400px) {
  #technologies p {
    grid-column: 2 / span 6;
  }
}

@media screen and (max-width: 1000px) {
  #technologies p {
    grid-column: 1/span var(--grid-columns-number);
    margin-left: calc(var(--grid-columns-size)/2);
    margin-right: calc(var(--grid-columns-size)/2);
  }
}

@media screen and (max-width: 767px) {
  #technologies p {
    margin-right: 0;
    margin-left: 0;
  }
}

#technologies .background__circle_pos1 {
  --shift-multiplier: calc(var(--grid-columns-number) / 4);
  --shift-horisontal: calc(var(--shift-multiplier)*(var(--grid-columns-size) + var(--grid-columns-gap)));
  left: calc(50% + var(--shift-horisontal));
  top: calc(var(--section-pudding) + 5%);
}

#technologies .background__circle_pos2 {
  --shift-multiplier: calc(var(--grid-columns-number) / 3);
  --shift-horisontal: calc(var(--shift-multiplier)*(var(--grid-columns-size) + var(--grid-columns-gap)));
  left: calc(50% - var(--shift-horisontal));
  top: 50%;
}

@media screen and (max-width: 1400px) {
  #technologies .background__circle_pos2 {
    --shift-multiplier: calc(var(--grid-columns-number) / 2);
  }
}

#technologies .background__circle_pos3 {
  --shift-multiplier: calc(var(--grid-columns-number) / 3);
  --shift-horisontal: calc(var(--shift-multiplier)*(var(--grid-columns-size) + var(--grid-columns-gap)));
  left: calc(50% + var(--shift-horisontal));
  top: 90%;
}

@media screen and (max-width: 1400px) {
  #technologies .background__circle_pos3 {
    --shift-multiplier: calc(var(--grid-columns-number) / 2);
  }
}

#projects .projects-wrapper {
  grid-row: 2;
  margin-top: var(--section-content-elements-margin);
}

#projects .background__circle_pos1 {
  --shift-horisontal: calc((var(--grid-columns-number) / 2 - 1) * (var(--grid-columns-size) + var(--grid-columns-gap)));
  left: calc(50% + var(--shift-horisontal));
  top: 95%;
}

#projects .background__circle_pos2 {
  --shift-multiplier: calc(var(--grid-columns-number) / 3);
  --shift-horisontal: calc(var(--shift-multiplier)*(var(--grid-columns-size) + var(--grid-columns-gap)));
  left: calc(50% - var(--shift-horisontal));
  top: 50%;
}

@media screen and (max-width: 1400px) {
  #projects .background__circle_pos2 {
    --shift-multiplier: calc(var(--grid-columns-number) / 2);
  }
}

@media screen and (max-width: 479px) {
  #projects .background__circle_pos2 {
    top: 35%;
  }
}

#projects .background__circle_pos3 {
  --shift-multiplier: calc(var(--grid-columns-number) / 3);
  --shift-horisontal: calc(var(--shift-multiplier)*(var(--grid-columns-size) + var(--grid-columns-gap)));
  left: calc(50% + var(--shift-horisontal));
  top: 35%;
}

@media screen and (max-width: 1400px) {
  #projects .background__circle_pos3 {
    --shift-multiplier: calc(var(--grid-columns-number) / 2);
  }
}

@media screen and (max-width: 767px) {
  #projects .background__circle_pos3 {
    top: 15%;
  }
}

#contacts p {
  margin-top: var(--section-content-elements-margin);
  margin-left: calc(var(--grid-columns-size) / 2);
  margin-right: calc(var(--grid-columns-size) / 2);
}

@media screen and (max-width: 1400px) {
  #contacts p {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 1000px) {
  #contacts p {
    margin-left: calc(var(--grid-columns-size)/2);
    margin-right: calc(var(--grid-columns-size)/2);
  }
}

@media screen and (max-width: 767px) {
  #contacts p {
    margin-right: 0;
    margin-left: 0;
  }
}

#contacts .social {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: -ms-fit-content;
  width: -o-fit-content;
  width: fit-content;
  margin: 30px auto;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  #contacts .social {
    margin-top: var(--section-content-elements-margin);
  }
}

#contacts .text-wrapper {
  grid-column: 1 / span 6;
  grid-row: 2;
  align-self: start;
}

@media screen and (max-width: 1400px) {
  #contacts .text-wrapper {
    grid-column: 1 / span 4;
  }
}

@media screen and (max-width: 1000px) {
  #contacts .text-wrapper {
    grid-column: 1/span var(--grid-columns-number);
  }
}

#contacts .form-wrapper {
  grid-column: 7 / span 6;
  grid-row: 2;
  margin-top: var(--section-content-elements-margin);
  align-self: start;
}

@media screen and (max-width: 1400px) {
  #contacts .form-wrapper {
    grid-column: 5 / span 4;
  }
}

@media screen and (max-width: 1000px) {
  #contacts .form-wrapper {
    grid-column: 1/span var(--grid-columns-number);
    grid-row: 4;
    margin-left: calc(var(--grid-columns-size)/2);
    margin-right: calc(var(--grid-columns-size)/2);
  }
}

@media screen and (max-width: 767px) {
  #contacts .form-wrapper {
    margin-right: 0;
    margin-left: 0;
  }
}

#contacts .background__circle_pos2 {
  --shift-horisontal: calc((var(--grid-columns-number) / 2 - 1) * (var(--grid-columns-size) + var(--grid-columns-gap)));
  left: calc(50% - var(--shift-horisontal));
  top: 35%;
}

@media screen and (max-width: 1000px) {
  #contacts .background__circle_pos2 {
    top: 21%;
  }
}

@media screen and (max-width: 479px) {
  #contacts .background__circle_pos2 {
    top: 18%;
  }
}

#contacts .background__circle_pos1 {
  --shift-multiplier: 8;
  --shift-horisontal: calc(var(--shift-multiplier)*(var(--grid-columns-size) + var(--grid-columns-gap)));
  left: calc(50% + var(--shift-horisontal));
  top: 65%;
}

@media screen and (max-width: 1400px) {
  #contacts .background__circle_pos1 {
    --shift-multiplier: 7;
  }
}

@media screen and (max-width: 1000px) {
  #contacts .background__circle_pos1 {
    --shift-multiplier: 5.2;
  }
}

@media screen and (max-width: 767px) {
  #contacts .background__circle_pos1 {
    --shift-multiplier: 3;
  }
}

@media screen and (max-width: 479px) {
  #contacts .background__circle_pos1 {
    --shift-multiplier: 1;
  }
}

#contacts .background__circle_pos3 {
  --shift-horisontal: calc(calc((var(--grid-columns-number) / 3))*(var(--grid-columns-size) + var(--grid-columns-gap)));
  left: calc(50% - var(--shift-horisontal));
  top: 100%;
}
