@import url("https://fonts.googleapis.com/css?family=Inter:regular,500&display=swap");
@import url("https://fonts.googleapis.com/css?family=Plus+Jakarta+Sans:500,700&display=swap");
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

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

a {
  text-decoration: none;
  color: inherit;
}

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

a:hover {
  text-decoration: none;
}

ul,
ol,
li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

input {
  outline: none;
}

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

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

address {
  font-style: normal;
}

html {
  height: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 35px;
  min-width: 320px;
}

body {
  background: #fff;
  color: #656d72;
  min-width: 320px;
  font-size: 1rem;
  font-weight: 500;
  font-family: "Inter";
  line-height: 1;
  height: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

.wrapper {
  display: flex;
  flex-direction: column;
  overflow: clip;
  min-height: 100%;
  margin: 0px auto;
}

[class*=__container] {
  margin: 0 auto;
  max-width: 1230px;
  padding: 0px 0.9375rem;
}

@font-face {
  font-family: "icons";
  src: url("../../fonts/icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=_icon-]::before,
[class*=" _icon-"]::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

._icon-prev:before {
  content: "\e906";
}

._icon-copy:before {
  content: "\e900";
}

._icon-git:before {
  content: "\e901";
}

._icon-inst:before {
  content: "\e902";
}

._icon-link:before {
  content: "\e903";
}

._icon-next:before {
  content: "\e904";
}

._icon-X:before {
  content: "\e905";
}

.title {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.title__info {
  font-size: clamp( 0.625rem , 0.5795454545rem  +  0.2272727273vw , 0.75rem );
  line-height: 2;
  letter-spacing: 0.625em;
  position: relative;
  padding-left: 2rem;
  text-transform: uppercase;
  transition: all 0.3s ease 0.2s;
}
.title__info:before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 0.125rem;
  left: 0rem;
  top: 50%;
  opacity: 1;
  transform: translate(0, -50%);
  background: rgb(217, 217, 217);
  transition: all 0.3s ease 0.4s;
}
.title__info.anim {
  transform: translateX(-3.25rem);
}
.title__info.anim::before {
  left: -1.5625rem;
  opacity: 0;
}
.title__title {
  color: #232e35;
  font-family: "Plus Jakarta Sans";
  font-weight: 700;
  line-height: 1.731;
  letter-spacing: 0;
  font-size: clamp( 1.75rem , 1.5681818182rem  +  0.9090909091vw , 2.25rem );
  transition: all 0.6s cubic-bezier(0, 0.05, 1, 1.22) 0.3s;
  transform: translateX(0px);
  opacity: 1;
}
.title__title span {
  color: #7E74F1;
}
.title__title.anim {
  transform: translateX(40px);
  opacity: 0;
}
.title__title.anim.lh {
  transform: translateX(80px);
  letter-spacing: 5px;
}

.category {
  padding: 0.25rem 0.5rem;
  border: 1px solid rgb(241, 241, 241);
  border-radius: 0.25rem;
  transition: all 0.3s ease 0s;
}
.category:hover {
  transition: all 0.3s ease 0s;
  background: #968eea;
  color: #fff;
}

.affiliation {
  padding: 0.25rem 0.5rem;
  color: #656d72;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0;
  border-radius: 4px;
  background: rgb(251, 251, 251);
  display: inline-block;
}

.header {
  position: fixed;
  transition: all 0.4s cubic-bezier(0, 0.05, 1, 1.22) 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: rgba(255, 255, 255, 0.6);
  padding: clamp(1.25rem, 0.7727272727rem + 2.3863636364vw, 2.5625rem) 0px;
  height: clamp( 5.1875rem , 4.2784090909rem  +  4.5454545455vw , 7.6875rem );
}
.header.anim {
  top: -5%;
}
.header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
@media (max-width: 319.98px) {
  .header__content {
    gap: 3px;
  }
}
.header__logo {
  transition: all 0.3s linear 0s;
}
.header__logo:hover {
  transform: translate(0px, -3px);
  transition: all 0.3s linear 0s;
}
@media (max-width: 319.98px) {
  .header__logo {
    overflow: hidden;
    flex: 0 0 50px;
  }
}
.header__active {
  display: flex;
  align-items: center;
  background: transparent;
  margin-top: 0;
  transition: all 0.7s ease 0s;
}
.header__active.active .header__burger:before {
  rotate: -45deg;
  top: 1rem;
  transition: all 0.3s ease 0s;
}
.header__active.active .header__burger:after {
  rotate: 45deg;
  top: 1rem;
  transition: all 0.3s ease 0s;
}
.header__active.active .header__burger span {
  transform: translateX(100%);
  transition: all 0.45s ease 0s;
  background: transparent;
  scale: 0.3;
}
.header__btn {
  padding: 1rem 1.5rem;
  border: 1px solid rgb(241, 241, 241);
  border-radius: 8px;
  transition: all 0.5s ease 0s;
}
.header__btn:hover {
  transition: all 0.5s ease 0s;
  background: #7E74F1;
  border: 1px solid #6a61c7;
  text-shadow: -1px -1px 1px #000;
  color: #fff;
  box-shadow: 2px 2px 1px #6a61c7;
}
@media (max-width: 767.98px) {
  .header__btn {
    margin-right: 2.8125rem;
    position: relative;
    z-index: 3;
    background: #000;
    color: #fff;
  }
}
.header__burger {
  display: none;
}
@media (max-width: 767.98px) {
  .header__burger {
    display: inline-block;
    position: relative;
    z-index: 3;
    width: 32px;
    height: 32px;
    padding: 15px 25px;
    margin-left: -30px;
  }
  .header__burger:before, .header__burger:after {
    content: "";
    position: absolute;
    width: 2rem;
    height: 0.1563rem;
    left: 0px;
    top: 0;
    background: #000;
    transition: all 0.3s ease 0s;
    display: inline-block;
    cursor: pointer;
  }
  .header__burger:before {
    top: 0.375rem;
  }
  .header__burger:after {
    top: 1.5rem;
  }
  .header__burger span {
    position: absolute;
    width: 2rem;
    height: 0.1563rem;
    left: 0px;
    top: 15px;
    background: #000;
    transition: all 0.45s ease 0s;
  }
}
.header__burger.active:before {
  rotate: -45deg;
  top: 1rem;
  transition: all 0.3s ease 0s;
}
.header__burger.active:after {
  rotate: 45deg;
  top: 1rem;
  transition: all 0.3s ease 0s;
}
.header__burger.active span {
  transform: translateX(100%);
  transition: all 0.45s ease 0s;
  background: transparent;
  scale: 0.3;
}

.nav__items {
  display: flex;
  gap: clamp( 1.75rem , -1.3611111111rem  +  6.4814814815vw , 3.5rem );
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 767.98px) {
  .nav__items {
    position: fixed;
    width: 0%;
    height: 100%;
    right: 0;
    top: 0;
    background: #c3c3c3;
    transition: all 0.3s ease 0s;
    padding-top: 5.625rem;
    overflow: auto;
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    z-index: 1;
    flex-wrap: nowrap;
  }
  .nav__items:before {
    content: "";
    position: fixed;
    width: 0%;
    height: 0;
    right: 0;
    top: 0;
    background: #cbc8e9;
    z-index: 2;
    box-shadow: 15px 0px 15px #cbc8e9;
    border-left: 1px solid #232e35;
    transition: all 0.3s ease 0s;
  }
}
@media (max-width: 767.98px) {
  .nav__items.active {
    position: fixed;
    width: 55%;
    height: 100%;
    right: 0;
    top: 0;
    background: #7E74F1;
    transition: all 0.3s ease 0s;
    padding-top: clamp( 6.5625rem , 4.7767857143rem  +  8.9285714286vw , 9.0625rem );
    padding-right: 0.9375rem;
    overflow: auto;
    display: flex;
    flex-direction: column;
    row-gap: 3.125rem;
    border-left: 1px solid #232e35;
    flex-wrap: nowrap;
    z-index: 1;
    padding-bottom: 0.9375rem;
  }
  .nav__items.active:before {
    width: 55%;
    height: clamp( 5.1875rem , 4.4285714286rem  +  3.7946428571vw , 6.25rem );
  }
}
@media (max-width: 767.98px) {
  .nav__item {
    text-align: right;
  }
}
.nav__item._underline .nav__link:before {
  transition: all 0.3s ease 0s;
  width: 100%;
  opacity: 1;
  left: 0;
  bottom: -0.125rem;
}
@media (max-width: 767.98px) {
  .nav__item._underline .nav__link:before {
    background: #fff;
  }
}
.nav__menu {
  position: relative;
}
@media (max-width: 767.98px) {
  .nav__menu {
    display: none;
  }
}
.nav__menu:before, .nav__menu:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  left: calc(50% - 8px);
  top: 50%;
  background: #130F26;
  transition: all 0.3s ease 0.15s;
  overflow: hidden;
}
.nav__menu:after {
  left: calc(50% + 8px);
}
.nav__menu span {
  position: absolute;
  border-radius: 50%;
  width: 3px;
  height: 3px;
  left: 50%;
  top: 50%;
  background: #130F26;
  overflow: hidden;
}
.nav__pod-menu {
  position: relative;
}
@media (min-width: 767.98px) {
  .nav__pod-menu {
    padding: 15px;
    cursor: pointer;
  }
  .nav__pod-menu:hover .nav-submenu__content {
    transition: all 1.2s ease 0s;
    height: 140px;
  }
  .nav__pod-menu:hover .nav__menu:before {
    top: 0px;
    left: 50%;
    transition: all 0.3s ease 0s;
  }
  .nav__pod-menu:hover .nav__menu:after {
    top: 0px;
    left: 50%;
    transition: all 0.3s ease 0s;
  }
}
.nav__link {
  color: #232E35;
  position: relative;
}
.nav__link:before {
  content: "";
  position: absolute;
  width: 0%;
  height: 0.125rem;
  left: 50%;
  bottom: 0.1563rem;
  background: #7E74F1;
  transition: all 0.3s ease 0s;
  opacity: 0;
}
.nav__link:hover:before {
  transition: all 0.3s ease 0s;
  width: 100%;
  opacity: 1;
  left: 0;
  bottom: -0.125rem;
}
@media (max-width: 767.98px) {
  .nav__link {
    color: #fff;
    font-size: clamp( 1.5rem , 0.9642857143rem  +  2.6785714286vw , 2.25rem );
  }
  .nav__link:hover {
    color: rgba(0, 0, 0, 0.6);
    transition: all 0.3s ease 0s;
  }
}

.nav-submenu__content {
  transition: all 0.9s ease 0.15s;
  height: 0px;
  overflow: hidden;
  padding-top: 25px;
  left: -25px;
  top: 10px;
  z-index: 3;
}
@media (min-width: 767.98px) {
  .nav-submenu__content {
    position: absolute;
  }
}
@media (max-width: 767.98px) {
  .nav-submenu__content {
    height: 300px;
    padding: 0;
    top: 0;
  }
}
.nav-submenu__items {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 15px;
  background: #7E74F1;
  border-radius: 15px;
}
@media (max-width: 767.98px) {
  .nav-submenu__items {
    row-gap: 3.125rem;
    text-align: center;
  }
}
.nav-submenu__item._underline .nav-submenu__link:before {
  transition: all 0.3s ease 0s;
  width: 100%;
  opacity: 1;
  left: 0;
  bottom: -0.125rem;
  background: #fff;
}
.nav-submenu__link {
  color: #fff;
  transition: all 0.3s ease 0s;
  position: relative;
}
.nav-submenu__link:hover {
  transition: all 0.3s ease 0s;
  color: #c3c3c3;
}
@media (max-width: 767.98px) {
  .nav-submenu__link:hover {
    color: rgba(0, 0, 0, 0.6);
  }
}
.nav-submenu__link:before {
  content: "";
  position: absolute;
  width: 0%;
  height: 0.125rem;
  left: 50%;
  bottom: 0.1563rem;
  background: #7E74F1;
  transition: all 0.3s ease 0s;
  opacity: 0;
}

::selection {
  background: #6b5efa;
  color: #fff;
}

.main {
  flex: 1 1 auto;
}

.alex__container {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-top: clamp( 5.1875rem , 1.5965909091rem  +  17.9545454545vw , 15.0625rem );
  padding-bottom: clamp( 4.6875rem , 3.1193181818rem  +  7.8409090909vw , 9rem );
}
@media (max-width: 767.98px) {
  .alex__container {
    flex-direction: column;
    gap: 25px;
  }
}
.alex__content {
  flex: 0 1 50%;
}
.alex__title {
  font-size: 2.75rem;
  line-height: 1.25;
  letter-spacing: 0;
  margin-bottom: clamp( 1.25rem , 0.9090909091rem  +  1.7045454545vw , 2.1875rem );
}
.alex__text {
  color: #232e35;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0rem;
  position: relative;
  transition: all 0.3s cubic-bezier(0, 0.05, 1, 1.22) 0.5s;
}
.alex__text.anim {
  transform: translateX(-30px);
  opacity: 0;
}
.alex__social {
  margin-top: clamp( 1.25rem , 0.7954545455rem  +  2.2727272727vw , 2.5rem );
}
.alex__social-link {
  position: relative;
  top: 0;
  left: 0;
  font-family: "Plus Jakarta Sans";
  font-size: 1.25rem;
  color: #000;
  font-weight: 700;
  transition: all 0.3s ease 0s;
}
.alex__social-link:not(:last-child) {
  margin-right: clamp( 1.25rem , 0.9090909091rem  +  1.7045454545vw , 2.1875rem );
}
.alex__social-link.anim {
  left: -30px;
  opacity: 0;
}
@media (max-width: 767.98px) {
  .alex__social-link.anim {
    left: -10px;
  }
}
@media (max-width: 467.98px) {
  .alex__social-link.anim:nth-child(1) {
    left: 0;
    opacity: 1;
  }
}
.alex__social-link:nth-child(1) {
  transition: all 0.4s cubic-bezier(0, 0.05, 1, 1.22) 0s;
}
.alex__social-link:nth-child(1):hover {
  transition: all 0.5s ease 0s;
  position: relative;
  top: -5px;
  color: #e86c06;
}
.alex__social-link:nth-child(2) {
  transition: all 0.4s cubic-bezier(0, 0.05, 1, 1.22) 0s;
}
.alex__social-link:nth-child(2):hover {
  transition: all 0.5s ease 0s;
  position: relative;
  top: -5px;
}
.alex__social-link:nth-child(3) {
  transition: all 0.4s cubic-bezier(0, 0.05, 1, 1.22) 0s;
}
.alex__social-link:nth-child(3):hover {
  transition: all 0.5s ease 0s;
  position: relative;
  top: -5px;
  color: #0699e8;
}
.alex__social-link:nth-child(4) {
  transition: all 0.4s cubic-bezier(0, 0.05, 1, 1.22) 0s;
}
.alex__social-link:nth-child(4):hover {
  transition: all 0.5s ease 0s;
  position: relative;
  top: -5px;
  color: #066ce8;
}
.alex__social-link.time:nth-child(1) {
  transition: all 0.3s cubic-bezier(0, 0.05, 1, 1.22) 0.3s;
}
.alex__social-link.time:nth-child(2) {
  transition: all 0.3s cubic-bezier(0, 0.05, 1, 1.22) 0.4s;
}
.alex__social-link.time:nth-child(3) {
  transition: all 0.3s cubic-bezier(0, 0.05, 1, 1.22) 0.5s;
}
.alex__social-link.time:nth-child(4) {
  transition: all 0.3s cubic-bezier(0, 0.05, 1, 1.22) 0.6s;
}
.alex__images {
  display: flex;
  flex: 0 1 50%;
  justify-content: end;
  position: relative;
  transition: all 0.4s cubic-bezier(0, 0.05, 1, 1.22) 0.3s;
}
.alex__images:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background: url(../../IMG/Alex/lines.svg) right top no-repeat;
}
.alex__images:before {
  content: "";
  position: absolute;
  width: 56.833333%; /* 341/600 */
  min-width: 270px;
  height: 100%;
  right: 0;
  top: 0;
  background: #7E74F1;
  border-radius: 16px;
  rotate: -9.55deg;
  z-index: -1;
  transition: all 0.75s cubic-bezier(0, 0.05, 1, 1.22) 0.2s;
}
.alex__images.anim {
  transform: translate(25%, 0);
  opacity: 0;
}
.alex__images.anim:before {
  transform: translate(20%, 0);
  rotate: 0deg;
}
.alex__img {
  padding: 6.5625rem 5.0625rem 0px 0px;
  border-radius: 16px;
  background: rgb(234, 230, 254);
  overflow: hidden;
}
.alex__img img {
  max-width: 100%;
  transition: all 0.6s cubic-bezier(0, 0.05, 1, 1.22) 0.5s;
}
.alex__img.anim img {
  transform: translateY(50px);
}

.page2 {
  background: #FBFBFB;
}

.specialized__beginning {
  display: flex;
  justify-content: center;
}
.specialized__container {
  padding-top: clamp( 4.0625rem , 2.9261363636rem  +  5.6818181818vw , 7.1875rem );
  padding-bottom: clamp( 4.6875rem , 2.2102272727rem  +  12.3863636364vw , 11.5rem );
}
.specialized__content {
  margin-top: clamp( 2.75rem , 1.3863636364rem  +  6.8181818182vw , 6.5rem );
}
.specialized__column {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp( 1.75rem , -1.3611111111rem  +  6.4814814815vw , 3.5rem );
}
.specialized__column.anim .specialized__item {
  transform: translateY(50%);
  opacity: 0;
}
.specialized__item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #fff;
  border-radius: 8px;
  flex: 0 1 30%;
  opacity: 1;
  max-width: 450px;
  min-width: 290px;
  min-width: clamp( 18.125rem , 16.0087555887rem  +  10.5812220566vw , 22.5625rem );
  padding-top: clamp( 2.8125rem , 1.9236111111rem  +  1.8518518519vw , 3.3125rem );
  padding-right: clamp( 3.0625rem , 2.1736111111rem  +  1.8518518519vw , 3.5625rem );
  padding-bottom: clamp( 2.8125rem , 1.9236111111rem  +  1.8518518519vw , 3.3125rem );
  padding-left: clamp( 3.0625rem , 2.1736111111rem  +  1.8518518519vw , 3.5625rem );
}
.specialized__item:nth-child(1) {
  transition: all 0.4s linear 0.2s;
}
.specialized__item:nth-child(2) {
  transition: all 0.4s linear 0.4s;
}
.specialized__item:nth-child(3) {
  transition: all 0.4s linear 0.6s;
}

.special-item__icons {
  padding: 16px;
  border-radius: 16px;
  background: rgb(245, 243, 254);
  margin-bottom: 1.5rem;
}
.special-item__name {
  margin-bottom: 1rem;
  color: #232e35;
  font-family: "Plus Jakarta Sans";
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0;
}
.special-item__text {
  font-size: 0.875rem;
  line-height: 171.428571%;
  letter-spacing: 0rem;
  color: #232e35;
}

/**
 * Swiper 11.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 27, 2024
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.works__container {
  padding-top: clamp( 4.0625rem , 3.1761363636rem  +  4.4318181818vw , 6.5rem );
  padding-bottom: clamp( 0rem , -4rem  +  20vw , 11rem );
}
.works__beggining {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: clamp( 1.875rem , -0.7159090909rem  +  12.9545454545vw , 9rem );
}
@media (max-width: 467.98px) {
  .works__beggining {
    flex-direction: column;
    align-items: stretch;
  }
}
@media (max-width: 767.98px) {
  .works__title {
    margin-bottom: 15px;
  }
}
.works__controls {
  display: flex;
  align-items: center;
  gap: 1rem;
  transition: all 0.8s ease 0s;
}
@media (max-width: 467.98px) {
  .works__controls {
    justify-content: center;
  }
}
.works__controls.anim {
  opacity: 0;
  transform: translateX(-50%);
}
.works__arrow {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 1rem;
  background: rgb(234, 230, 254);
  font-size: 0.75rem;
  transition: all 0.3s ease 0s;
}
.works__arrow:hover {
  transition: all 0.3s ease 0s;
  background: rgb(209, 200, 253);
}
.works__arrow.swiper-button-disabled {
  opacity: 0.6;
  cursor: default;
  background: rgb(234, 230, 254);
  font-size: 8px;
}
@media (max-width: 600.98px) {
  .works__slider {
    margin-right: -0.9375rem;
    padding-right: 0.9375rem;
  }
}
.works__wrapper {
  display: flex;
}

.work {
  width: 100%;
  transition: opacity 2s ease 0s;
  transition: all 1.6s ease 0.1s;
}
.work.anim {
  width: 0%;
  opacity: 0;
}

.swiper {
  position: relative;
  z-index: 0 !important;
}
@media (max-width: 600.98px) {
  .swiper {
    overflow: visible;
  }
}

.item-works {
  border-radius: 0.5rem;
  border: 2px solid #f5f5f5;
  overflow: hidden;
  max-width: 100%;
}
.item-works:hover img {
  transition: all 0.8s ease 0s;
  opacity: 1;
  scale: 1.05;
  border-radius: 0.5rem;
}
@media (min-width: 767.98px) {
  .item-works:hover .item-works__content::before {
    transition: all 0.8s ease 0s;
    width: 124%;
    height: 101%;
    z-index: -1;
    box-shadow: 0px 0px 5px #000;
  }
  .item-works:hover .item-works__name a {
    transition: all 0.8s ease 0s;
    color: #fff;
  }
  .item-works:hover .item-works__category {
    transition: all 0.8s ease 0s;
    color: #fff;
  }
  .item-works:hover .item-works__link {
    color: #fff;
  }
}
.item-works__images img {
  margin-bottom: -30.778947%; /* 114/361 */
  opacity: 0.6;
  width: 100%;
  transition: all 0.8s ease 0s;
}
@media (any-hover: none) {
  .item-works__images img {
    opacity: 1;
  }
}
.item-works__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
  z-index: 1;
  padding: 1.5rem;
  background: rgb(255, 255, 255);
  border-bottom: 1px solid rgb(245, 245, 245);
  border-left: 1px solid rgb(245, 245, 245);
  border-right: 1px solid rgb(245, 245, 245);
  border-radius: 0px 0px 0.35rem 0.35rem;
}
@media (min-width: 767.98px) {
  .item-works__content:before {
    content: "";
    position: absolute;
    width: 0%;
    height: 91%;
    left: -40%;
    top: 0%;
    transform: translate(0, -50%);
    background: #7E74F1;
    border-radius: 0px 0px 0.35rem 0.35rem;
    transition: all 0.8s ease 0s;
    z-index: -1;
    transform: skewX(-45deg);
    box-shadow: 0px 0px 0px #000;
  }
}
.item-works__name {
  padding: 0.3125rem;
  color: rgb(35, 46, 53);
  font-family: "Plus Jakarta Sans";
  font-weight: 500;
  line-height: 1.25;
  overflow: hidden;
  transition: all 0.8s ease 0s;
}
.item-works__footer {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.item-works__link {
  font-size: 18px;
  transition: all 0.3s ease 0s;
}
.item-works__link:hover {
  transition: all 0.3s ease 0s;
  opacity: 0.4;
}

.page4 {
  background: #FBFBFB;
  padding-top: clamp( 3.75rem , 2.6818181818rem  +  5.3409090909vw , 6.6875rem );
  padding-bottom: clamp( 3.75rem , 2.5909090909rem  +  5.7954545455vw , 6.9375rem );
}

.exp__container {
  display: flex;
  align-items: center;
  gap: clamp( 2.1875rem , -9.9236111111rem  +  25.2314814815vw , 9rem );
}
@media (max-width: 767.98px) {
  .exp__container {
    flex-direction: column;
  }
}
.exp__start {
  flex: 0 1 35.083333%; /* 421/1200 */
  display: flex;
  flex-direction: column;
  gap: clamp( 1.25rem , -5.4166666667rem  +  13.8888888889vw , 5rem );
}
@media (max-width: 767.98px) {
  .exp__start {
    flex: 0 1 100%;
  }
}
.exp__title {
  font-size: clamp( 1.5rem , 1.2272727273rem  +  1.3636363636vw , 2.25rem );
}
@media (max-width: 767.98px) {
  .exp__company {
    display: flex;
    gap: 15px;
    row-gap: 25px;
    flex-wrap: wrap;
    justify-content: space-between;
    justify-content: center;
  }
}
@media (max-width: 467.98px) {
  .exp__company {
    row-gap: 5px;
  }
}
.exp__company.anim .exp__company-name {
  transform: translateX(-50%) !important;
  opacity: 0;
}
.exp__company-name {
  display: flex;
  justify-content: space-between;
  position: relative;
  transition: all 0.6s ease 0s;
  box-shadow: 0px 0px 0px #000;
}
@media (max-width: 713.98px) {
  .exp__company-name {
    width: 48%;
  }
}
@media (max-width: 467.98px) {
  .exp__company-name {
    width: 100%;
  }
}
.exp__company-name img {
  transition: all 0.6s ease 0s;
  position: relative;
  z-index: 1;
  margin-right: 32px;
  opacity: 0;
  rotate: 180deg;
  max-width: 8px;
}
@media (max-width: 991.98px) {
  .exp__company-name img {
    rotate: 270deg;
  }
}
.exp__company-name button {
  color: #232e35;
  line-height: 1.187;
  padding-top: clamp( 0.875rem , 0.875rem  +  0vw , 0.875rem );
  padding-right: clamp( 1.5rem , 1.1428571429rem  +  1.7857142857vw , 2rem );
  padding-bottom: clamp( 0.875rem , 0.875rem  +  0vw , 0.875rem );
  padding-left: clamp( 1.5rem , 1.1428571429rem  +  1.7857142857vw , 2rem );
  font-weight: 400;
}
.exp__company-name.active {
  transition: all 0.3s ease 0s;
  border-radius: 4px;
  position: relative;
}
@media (min-width: 767.98px) {
  .exp__company-name.active {
    transform: translateX(1.75%);
  }
}
.exp__company-name.active img {
  transition: all 0.8s ease 0s;
  opacity: 1;
  rotate: 0deg;
}
@media (max-width: 991.98px) {
  .exp__company-name.active img {
    rotate: 90deg;
  }
}
.exp__company-name.active:hover img {
  opacity: 1;
}
.exp__company-name.active button {
  color: #7E74F1;
  font-weight: 500;
  z-index: 1;
}
.exp__company-name.active:before {
  content: "";
  background: #fff;
  position: absolute;
  transition: all 0.3s ease 0s;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0px;
  z-index: 0;
}
.exp__company-name:hover {
  transition: all 0.6s ease 0s;
  background: rgba(255, 255, 255, 0.6);
}
@media (min-width: 767.98px) {
  .exp__company-name:hover {
    transform: translateX(1.5%);
  }
}
.exp__company-name:hover img {
  opacity: 0.4;
}
@media (any-hover: none) {
  .exp__company-name {
    transition: all 0.6s ease 0s;
    background: rgba(255, 255, 255, 0.6);
  }
  .exp__company-name img {
    opacity: 0.4;
  }
}
@media (max-width: 767.98px) {
  .exp__company-name {
    transition: all 0.6s ease 0s;
    background: rgba(255, 255, 255, 0.6);
  }
  .exp__company-name img {
    opacity: 0.4;
  }
}
.exp__experiens {
  flex: 0 1 64.916667%; /* 779/1200 */
}

.company-body {
  padding-top: clamp( 0rem , -0.7272727273rem  +  3.6363636364vw , 2rem );
  transition: all 0.6s cubic-bezier(0, 0.05, 1, 1.22) 0.4s;
}
.company-body.anim {
  transform: translateX(-25%);
  opacity: 0;
}
.company-body__content {
  opacity: 0;
  height: 0;
  transform: translate(-15%, 0);
}
.company-body__content.active {
  opacity: 1;
  height: 100%;
  transition: all 0.7s ease 0.1s;
  transform: translate(0px, 0px);
}
.company-body__content.active .company-body__did-it {
  transform: translate(0px, 0px);
  opacity: 1;
}
.company-body__content.active .company-body__did-it:nth-child(1) {
  transition: all 0.3s ease 0.2s;
}
.company-body__content.active .company-body__did-it:nth-child(2) {
  transition: all 0.3s ease 0.4s;
}
.company-body__content.active .company-body__did-it:nth-child(3) {
  transition: all 0.3s ease 0.6s;
}
.company-body__content.active .company-body__did-it:nth-child(4) {
  transition: all 0.3s ease 0.8s;
}
.company-body__about {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.company-body__position {
  color: #232e35;
  font-family: "Plus Jakarta Sans";
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.27;
  letter-spacing: 0;
}
.company-body__position span {
  text-decoration: underline;
  transition: all 0.3s ease 0s;
}
.company-body__position span:hover {
  transition: all 0.3s ease 0s;
  color: #7E74F1;
}
.company-body__place {
  color: rgb(101, 109, 114);
  font-size: 0.875rem;
  line-height: 1.214;
  letter-spacing: 0rem;
}
.company-body__time {
  color: rgb(101, 109, 114);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7142;
  letter-spacing: 0px;
}
.company-body__category {
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
}
.company-body__did {
  display: flex;
  flex-direction: column;
  gap: 1.0188rem;
  border-top: 1px solid rgb(241, 241, 241);
}
.company-body__did-it {
  color: rgb(101, 109, 114);
  line-height: 1.1875;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  position: relative;
  padding-left: 2.125rem;
  transform: translate(10%, 50%);
  opacity: 0;
}
.company-body__did-it:first-child {
  margin-top: 2.0625rem;
}
.company-body__did-it:before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 0.125rem;
  left: 0rem;
  top: 0.625rem;
  transform: translate(0, -50%);
  background: rgb(217, 217, 217);
}

.blog__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: clamp( 4.0625rem , 2.2443181818rem  +  9.0909090909vw , 9.0625rem );
  padding-bottom: clamp( 4.6875rem , 2.2784090909rem  +  12.0454545455vw , 11.3125rem );
}
.blog__posts {
  margin-top: clamp( 1.875rem , -0.7159090909rem  +  12.9545454545vw , 9rem );
}

.blog-post__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp( 0.9375rem , 0.3693181818rem  +  2.8409090909vw , 2.5rem );
  transform: translateY(0);
}
.blog-post__items.anim .blog-post__item {
  transform: translateY(50%);
  opacity: 0;
}
.blog-post__item {
  max-width: 361px;
  border-bottom: 1px solid rgb(241, 241, 241);
  border-left: 1px solid rgb(241, 241, 241);
  border-right: 1px solid rgb(241, 241, 241);
  border-radius: 8px 8px 8px 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.blog-post__item:nth-child(1) {
  transition: all 0.4s linear 0.125s;
}
.blog-post__item:nth-child(2) {
  transition: all 0.4s linear 0.25s;
}
.blog-post__item:nth-child(3) {
  transition: all 0.4s linear 0.375s;
}
.blog-post__img img {
  max-width: 100%;
}
.blog-post__content {
  flex: 1 1 100%;
  padding: 1rem 1rem 0px 1rem;
  overflow: hidden;
}
.blog-post__name {
  color: #232e35;
  font-family: "Plus Jakarta Sans";
  font-size: clamp( 0.875rem , 0.2822966507rem  +  0.956937799vw , 1rem );
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0px;
  margin-bottom: 1rem;
}
.blog-post__date {
  margin-bottom: 1rem;
}
.blog-post__text {
  max-height: 96px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #656d72;
  font-size: clamp( 0.75rem , -0.4354066986rem  +  1.9138755981vw , 1rem );
  line-height: 2;
  letter-spacing: 0;
}
.blog-post__continue {
  padding-top: clamp( 2rem , 0.8888888889rem  +  2.3148148148vw , 2.625rem );
  padding-bottom: clamp( 1rem , 0.1111111111rem  +  1.8518518519vw , 1.5rem );
  display: flex;
  justify-content: center;
}
.blog-post__continue:hover {
  transition: all 0.3s ease 0s;
  color: #7E74F1;
}

.page6 {
  background: #FBFBFB;
}

.clients__container {
  padding-top: clamp( 3.75rem , 2.75rem  +  5vw , 6.5rem );
  padding-bottom: clamp( 4.6875rem , 2.9147727273rem  +  8.8636363636vw , 9.5625rem );
}
.body-clients__items {
  margin-top: 5.4375rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
  transform: translateX(0);
}
.body-clients__items.anim .body-clients__item {
  transform: translateX(-50%);
  opacity: 0;
}
.body-clients__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 22.5rem;
}
.body-clients__item:nth-child(1) {
  transition: all 0.4s linear 0.125s;
}
.body-clients__item:nth-child(2) {
  transition: all 0.4s linear 0.25s;
}
.body-clients__item:nth-child(3) {
  transition: all 0.4s linear 0.375s;
}
@media (max-width: 798.98px) {
  .body-clients__item {
    max-width: 100%;
  }
}
.body-clients__img {
  margin-bottom: -3rem;
  position: relative;
}
.body-clients__content {
  padding: 5.1875rem 3.25rem 1.5rem 2rem;
  border-radius: 0.5rem;
  background: rgb(255, 255, 255);
}
.body-clients__text {
  margin-bottom: clamp( 1.75rem , 1.2954545455rem  +  2.2727272727vw , 3rem );
  color: #232e35;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0px;
  flex: 1 1 100%;
}
.body-clients__name {
  margin-bottom: 0.8125rem;
  color: #232e35;
  font-family: "Plus Jakarta Sans";
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.28571;
  letter-spacing: 0px;
}
.skills__container {
  display: flex;
  flex-direction: column;
  padding-top: clamp( 2.5rem , 1.0227272727rem  +  7.3863636364vw , 6.5625rem );
  padding-bottom: clamp( 4.6875rem , 2.3920454545rem  +  11.4772727273vw , 11rem );
}
.skills__content {
  display: flex;
  justify-content: space-between;
  gap: 35px;
  flex-wrap: wrap;
  margin-top: clamp( 3.25rem , 2.7954545455rem  +  2.2727272727vw , 4.5rem );
}
@media (max-width: 767.98px) {
  .skills__content {
    display: flex;
    flex-direction: column;
  }
}

.skills-myway {
  flex: 0 1 27.083333%; /* 325/1200 */
}
.skills-myway__items {
  display: flex;
  flex-direction: column;
  gap: clamp( 1.5rem , 0.5909090909rem  +  4.5454545455vw , 4rem );
  position: relative;
  height: 100%;
  transition: all 3s ease 0s;
  overflow: hidden;
}
.skills-myway__items.anim {
  height: 0%;
}
.skills-myway__items:before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 100%;
  left: 0;
  top: 1.09375%; /* 3.5px/320 */
  background: url(../../IMG/Skills/way.svg) 0 0 no-repeat;
}
.skills-myway__item {
  margin-left: 2.25rem;
}
.skills-myway__place {
  margin-bottom: 0.625rem;
  color: rgb(35, 46, 53);
  font-family: "Plus Jakarta Sans";
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0px;
}
.skills-myway__experience {
  margin-bottom: clamp( 1rem , 0.8181818182rem  +  0.9090909091vw , 1.5rem );
  color: rgb(101, 109, 114);
  line-height: 1.2142;
  letter-spacing: 0px;
  font-size: 0.875rem;
}
.skills-myway__date {
  color: rgb(35, 46, 53);
  font-weight: 500;
  line-height: 1.2142;
  letter-spacing: 0px;
  font-size: 0.875rem;
}

.skills-static {
  flex: 0 1 48.666667%; /* 584/1200 */
  margin-top: clamp( 1.5625rem , 1.3352272727rem  +  1.1363636364vw , 2.1875rem );
}
.skills-static.anim .skills-static__text {
  transform: translateX(-15%);
  opacity: 0;
}
.skills-static.anim .skills-static__name {
  transform: translateX(-15%);
  opacity: 0;
}
.skills-static.anim .skills-static__item:nth-child(1) span {
  width: 0%;
}
.skills-static.anim .skills-static__item:nth-child(2) span {
  width: 0%;
}
.skills-static.anim .skills-static__item:nth-child(3) span {
  width: 0%;
}
.skills-static.anim .skills-static__value {
  max-width: 0%;
}
.skills-static__text {
  margin-bottom: 4rem;
  color: rgb(101, 109, 114);
  line-height: 2;
  transition: all 0.8s ease 0.6s;
}
.skills-static__items {
  display: flex;
  flex-direction: column;
  gap: clamp( 1.25rem , 0.7954545455rem  +  2.2727272727vw , 2.5rem );
}
.skills-static__item:nth-child(1) .skills-static__name {
  transition: all 0.4s linear 0.9333333333s;
}
.skills-static__item:nth-child(2) .skills-static__name {
  transition: all 0.4s linear 1.2666666667s;
}
.skills-static__item:nth-child(3) .skills-static__name {
  transition: all 0.4s linear 1.6s;
}
@media (max-width: 767.98px) {
  .skills-static__item:nth-child(1) .skills-static__name {
    transition: all 0.4s linear 0.6333333333s;
  }
  .skills-static__item:nth-child(2) .skills-static__name {
    transition: all 0.4s linear 0.9666666667s;
  }
  .skills-static__item:nth-child(3) .skills-static__name {
    transition: all 0.4s linear 1.3s;
  }
}
.skills-static__item:nth-child(1) .skills-static__value {
  transition: all 0.4s linear 0.6333333333s;
}
.skills-static__item:nth-child(2) .skills-static__value {
  transition: all 0.4s linear 0.9666666667s;
}
.skills-static__item:nth-child(3) .skills-static__value {
  transition: all 0.4s linear 1.3s;
}
@media (max-width: 767.98px) {
  .skills-static__item:nth-child(1) .skills-static__value {
    transition: all 0.4s linear 0.3333333333s;
  }
  .skills-static__item:nth-child(2) .skills-static__value {
    transition: all 0.4s linear 0.6666666667s;
  }
  .skills-static__item:nth-child(3) .skills-static__value {
    transition: all 0.4s linear 1s;
  }
}
.skills-static__item:nth-child(1) span {
  transition: all 0.4s linear 1s;
  width: 68.60254%;
}
.skills-static__item:nth-child(2) span {
  transition: all 0.4s linear 1.3s;
  width: 51.905626%;
}
.skills-static__item:nth-child(3) span {
  transition: all 0.4s linear 1.6s;
  width: 63.883848%;
}
.skills-static__name {
  color: rgb(35, 46, 53);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2142;
  margin-bottom: 1rem;
}
.skills-static__value {
  max-width: 34.4375rem;
  height: 8px;
  position: relative;
  background: #f5f3fe;
  border-radius: 2px;
  overflow: hidden;
}
.skills-static__value span {
  position: absolute;
  height: 0.5rem;
  left: 0;
  top: 0;
  background: #7E74F1;
  overflow: hidden;
}
.skills-static__value span:before, .skills-static__value span:after {
  content: "";
  position: absolute;
  width: 4rem;
  height: 80%;
  transform: skewY(-45deg);
  left: 0%;
  top: 0;
  border-radius: 50%;
  background: rgba(174, 169, 231, 0.862745098);
  animation: translate 3s cubic-bezier(0.13, 0.56, 1, 0.38) infinite;
}
@keyframes translate {
  from {
    left: -15%;
  }
  to {
    left: 100%;
  }
}
.skills-static__value span::after {
  animation: translate 5s linear infinite;
}
@keyframes translate {
  from {
    left: -15%;
  }
  to {
    left: 100%;
  }
}

.page8 {
  background: #FBFBFB;
}

.input {
  padding: 1rem 1.5rem 1rem;
  border-radius: 8px;
  background: rgb(255, 255, 255);
  color: rgb(101, 109, 114);
  font-size: 0.875rem;
  line-height: 1.2142;
  border: 3px solid transparent;
  transition: all 0.3s ease 0s;
}
@media (min-width: 767.98px) {
  .input:nth-child(1) {
    transition: all 0.4s linear 0.0033333333s;
  }
  .input:nth-child(2) {
    transition: all 0.4s linear 0.3366666667s;
  }
  .input:nth-child(3) {
    transition: all 0.4s linear 0.67s;
  }
}
@media (max-width: 767.98px) {
  .input:nth-child(1) {
    transition: all 0.4s linear 0.8333333333s;
  }
  .input:nth-child(2) {
    transition: all 0.4s linear 1.1666666667s;
  }
  .input:nth-child(3) {
    transition: all 0.4s linear 1.5s;
  }
}
.input:focus {
  border: 3px solid #000;
}
.input._error {
  transition: all 0.3s ease 0s;
  box-shadow: 0px 0px 0.3125rem red;
  position: relative;
}
.input._error:focus {
  border: 3px solid red;
}
.input._error:nth-child(1) {
  animation: twitching 1s ease 1;
}
@keyframes twitching {
  from {
    transform: translateX(0px);
  }
  15% {
    transform: translateX(-3px);
  }
  30% {
    transform: translateX(3px);
  }
  45% {
    transform: translateX(-3px);
  }
  60% {
    transform: translateX(3px);
  }
  75% {
    transform: translateX(-3px);
  }
  90% {
    transform: translateX(3px);
  }
  to {
    transform: translateX(0);
  }
}
.input._error:nth-child(2) {
  animation: twitching 0.8s ease 1;
}
@keyframes twitching {
  from {
    transform: translateX(0px);
  }
  15% {
    transform: translateX(-3px);
  }
  30% {
    transform: translateX(3px);
  }
  45% {
    transform: translateX(-3px);
  }
  60% {
    transform: translateX(3px);
  }
  75% {
    transform: translateX(-3px);
  }
  90% {
    transform: translateX(3px);
  }
  to {
    transform: translateX(0);
  }
}

.form__container {
  padding-top: clamp( 2.5rem , 1.0454545455rem  +  7.2727272727vw , 6.5rem );
  padding-bottom: clamp( 3.75rem , 2.0681818182rem  +  8.4090909091vw , 8.375rem );
}
.form__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767.98px) {
  .form__body {
    display: flex;
    flex-direction: column-reverse;
    gap: 24px;
  }
}
.form__forms {
  display: flex;
  flex-direction: column;
  flex: 0 1 50%;
}
@media (max-width: 767.98px) {
  .form__forms {
    width: 100%;
  }
}
.form__forms.anim .input {
  scale: 0;
}
.form__forms.anim .form__body-btn {
  scale: 0;
}
.form__body-btn {
  border: 1px solid rgb(234, 230, 254);
  border-radius: 0.5rem;
  background: rgb(126, 116, 241);
  padding: 1rem 1.5rem;
  color: #fff;
  transition: all 0.6s ease 0s;
  min-height: 52.8px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.form__body-btn:before {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  left: 50%;
  top: 0;
  transform: skewX(-90deg);
  background: transparent;
  transition: all 0.8s ease 0s;
  z-index: -1;
}
.form__body-btn:hover:before {
  transition: all 1s ease 0s;
  background: #a708d7;
  width: 100%;
  left: 0;
  transform: skewX(0deg);
}
.form__body-btn._submit {
  animation: bg 1s ease alternate;
}
.form__body-btn._submit:before {
  transition: all 0.4s ease 0s;
  width: 0%;
  left: 50%;
}
@keyframes bg {
  from {
    background: rgb(126, 116, 241);
  }
  50% {
    background: #5fd703;
    font-size: 0;
  }
  to {
    background: rgb(126, 116, 241);
    font-size: 1rem;
  }
}
.form__body-btn._err {
  animation: bgerr 1s ease alternate;
}
.form__body-btn._err:before {
  transition: all 0.4s ease 0s;
  width: 0%;
  left: 50%;
}
@keyframes bgerr {
  from {
    background: rgb(126, 116, 241);
  }
  50% {
    background: rgb(191, 26, 1);
    font-size: 0;
  }
  to {
    background: rgb(126, 116, 241);
    font-size: 1rem;
  }
}
.form__body-name {
  margin-bottom: 16px;
}
.form__body-email {
  margin-bottom: clamp( 1.125rem , 0.9886363636rem  +  0.6818181818vw , 1.5rem );
}
.form__body-textarea {
  margin-bottom: clamp( 2.25rem , 1.9772727273rem  +  1.3636363636vw , 3rem );
  max-width: 100%;
  min-height: 11.8125rem;
  resize: none;
}
.form__body-textarea._text {
  animation: text 0.8s ease alternate;
}
@keyframes text {
  50% {
    font-size: 0;
  }
  to {
    font-size: 1rem;
  }
}
.form__contact {
  flex: 0 1 27.833333%;
}

.contact-form__items {
  display: flex;
  flex-direction: column;
  gap: clamp( 2rem , 1.6363636364rem  +  1.8181818182vw , 3rem );
}
@media (max-width: 767.98px) {
  .contact-form__items {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.contact-form__items.anim .contact-form__item {
  scale: 0;
}
.contact-form__item {
  display: flex;
  gap: 1rem;
  scale: 1;
}
@media (min-width: 767.98px) {
  .contact-form__item:nth-child(1) {
    transition: all 0.4s linear 0.8333333333s;
  }
  .contact-form__item:nth-child(2) {
    transition: all 0.4s linear 1.1666666667s;
  }
  .contact-form__item:nth-child(3) {
    transition: all 0.4s linear 1.5s;
  }
}
@media (max-width: 767.98px) {
  .contact-form__item:nth-child(1) {
    transition: all 0.4s linear 0.0033333333s;
  }
  .contact-form__item:nth-child(2) {
    transition: all 0.4s linear 0.3366666667s;
  }
  .contact-form__item:nth-child(3) {
    transition: all 0.4s linear 0.67s;
  }
}
.contact-form__item:hover {
  transition: all 0.3s ease 0s;
}
.contact-form__item:hover a {
  color: #7E74F1;
}
.contact-form__contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}
.contact-form__name {
  color: rgb(35, 46, 53);
  font-weight: 500;
  line-height: 1.1875;
}
.contact-form__address {
  color: rgb(101, 109, 114);
  font-size: 0.875rem;
  line-height: 1.714;
  transition: all 0.3s ease 0s;
}

.footer {
  padding-top: clamp( 1.375rem , -0.125rem  +  7.5vw , 5.5rem );
  padding-bottom: clamp( 1.375rem , -0.125rem  +  7.5vw , 5.5rem );
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.footer__social {
  margin-bottom: 1.5rem;
  display: flex;
  gap: clamp( 1rem , 0.6363636364rem  +  1.8181818182vw , 2rem );
}
.footer__social-link {
  position: relative;
  top: 0;
  font-size: 20px;
  transition: all 0.3s ease 0s;
}
.footer__social-link:nth-child(1):hover {
  transition: all 0.3s ease 0s;
  position: relative;
  top: -5px;
  color: #e86c06;
}
.footer__social-link:nth-child(2):hover {
  transition: all 0.3s ease 0s;
  position: relative;
  top: -5px;
}
.footer__social-link:nth-child(3):hover {
  transition: all 0.3s ease 0s;
  position: relative;
  top: -5px;
  color: #0699e8;
}
.footer__social-link:nth-child(4):hover {
  transition: all 0.3s ease 0s;
  position: relative;
  top: -5px;
  color: #066ce8;
}
.footer__copy {
  display: block;
  color: rgb(101, 109, 114);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.21;
}