html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:root {
  --hue: 223;
  --bg: hsl(var(--hue), 90%, 10%);
  --fg: hsl(var(--hue), 90%, 90%);
  --primary: hsl(var(--hue), 90%, 50%);
  --trans-dur: 0.3s;
}

.preloader-wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#23245D), to(#16162D)) no-repeat;
  background: linear-gradient(180deg, #23245D 0%, #16162D 100%) no-repeat;
  z-index: 99999999999;
  opacity: 1;
  font-size: 150%;
}

.pl {
  --dur: 3s;
  margin: auto;
  position: absolute;
  width: 8em;
  height: 8em;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.pl__nucleus,
.pl__nucleus-particle {
  position: absolute;
}

.pl__nucleus {
  top: 50%;
  left: 50%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.pl__nucleus-particle,
.pl__ring,
.pl__orbit,
.pl__electron {
  -webkit-animation: particleTop var(--dur) linear infinite;
          animation: particleTop var(--dur) linear infinite;
}

.pl__nucleus-particle {
  background-color: var(--primary);
  background-image: radial-gradient(37.5% 37.5% at 37.5% 37.5%, hsla(var(--hue), 10%, 90%, 0.25) 48%, hsla(var(--hue), 10%, 90%, 0) 50%);
  border-radius: 50%;
  -webkit-box-shadow: -0.125em -0.125em 0 hsla(var(--hue), 10%, 10%, 0.25) inset;
          box-shadow: -0.125em -0.125em 0 hsla(var(--hue), 10%, 10%, 0.25) inset;
  top: calc(50% - 0.5em);
  left: calc(50% - 0.5em);
  width: 1em;
  height: 1em;
  -webkit-transition: background-color var(--trans-dur);
  transition: background-color var(--trans-dur);
}

.pl__nucleus-particle:nth-child(2n) {
  background-color: hsl(var(--hue), 90%, 70%);
}

.pl__nucleus-particle:nth-child(n+4):nth-child(-n+9) {
  -webkit-animation-name: particleMiddle;
          animation-name: particleMiddle;
}

.pl__nucleus-particle:nth-child(n+10):nth-child(-n+12) {
  -webkit-animation-name: particleBottom;
          animation-name: particleBottom;
}

.pl__nucleus-particle:nth-child(2) {
  -webkit-animation-delay: calc(var(--dur) * -0.33);
          animation-delay: calc(var(--dur) * -0.33);
}

.pl__nucleus-particle:nth-child(3) {
  -webkit-animation-delay: calc(var(--dur) * -0.67);
          animation-delay: calc(var(--dur) * -0.67);
}

.pl__nucleus-particle:nth-child(5) {
  -webkit-animation-delay: calc(var(--dur) * -0.17);
          animation-delay: calc(var(--dur) * -0.17);
}

.pl__nucleus-particle:nth-child(6) {
  -webkit-animation-delay: calc(var(--dur) * -0.33);
          animation-delay: calc(var(--dur) * -0.33);
}

.pl__nucleus-particle:nth-child(7) {
  -webkit-animation-delay: calc(var(--dur) * -0.5);
          animation-delay: calc(var(--dur) * -0.5);
}

.pl__nucleus-particle:nth-child(8) {
  -webkit-animation-delay: calc(var(--dur) * -0.67);
          animation-delay: calc(var(--dur) * -0.67);
}

.pl__nucleus-particle:nth-child(9) {
  -webkit-animation-delay: calc(var(--dur) * -0.83);
          animation-delay: calc(var(--dur) * -0.83);
}

.pl__nucleus-particle:nth-child(11) {
  -webkit-animation-delay: calc(var(--dur) * -0.33);
          animation-delay: calc(var(--dur) * -0.33);
}

.pl__nucleus-particle:nth-child(12) {
  -webkit-animation-delay: calc(var(--dur) * -0.67);
          animation-delay: calc(var(--dur) * -0.67);
}

.pl__nucleus-particle:last-child {
  -webkit-animation: none;
          animation: none;
}

.pl__rings {
  display: block;
  width: 100%;
  height: auto;
}

.pl__ring {
  -webkit-animation-name: ring;
          animation-name: ring;
  -webkit-transform-origin: 64px 64px;
          transform-origin: 64px 64px;
}

.pl__ring:nth-child(n+5):nth-child(-n+7) {
  -webkit-animation-delay: calc(var(--dur) * -0.25);
          animation-delay: calc(var(--dur) * -0.25);
}

.pl__orbit,
.pl__electron {
  -webkit-animation-name: orbit;
          animation-name: orbit;
  -webkit-transition: stroke var(--trans-dur);
  transition: stroke var(--trans-dur);
}

.pl__orbit:first-child {
  stroke: hsla(var(--hue), 90%, 50%, 0);
}

.pl__orbit:nth-child(2) {
  stroke: hsla(var(--hue), 90%, 50%, 0.5);
}

.pl__orbit:nth-child(3) {
  stroke: hsla(var(--hue), 90%, 50%, 0.7);
}

.pl__ring:first-child .pl__orbit:first-child {
  stroke: hsla(var(--hue), 90%, 50%, 0.3);
}

.pl__ring:nth-child(2) .pl__orbit {
  -webkit-animation-delay: calc(var(--dur) * -0.125);
          animation-delay: calc(var(--dur) * -0.125);
}

.pl__ring:nth-child(3) .pl__orbit {
  -webkit-animation-delay: calc(var(--dur) * -0.25);
          animation-delay: calc(var(--dur) * -0.25);
}

.pl__ring:nth-child(4) .pl__orbit {
  -webkit-animation-delay: calc(var(--dur) * -0.375);
          animation-delay: calc(var(--dur) * -0.375);
}

.pl__ring:nth-child(5) .pl__orbit:first-child {
  stroke: hsla(var(--hue), 90%, 50%, 0.3);
}

.pl__ring:nth-child(6) .pl__orbit {
  -webkit-animation-delay: calc(var(--dur) * -0.25);
          animation-delay: calc(var(--dur) * -0.25);
}

.pl__ring:nth-child(7) .pl__electron:nth-child(2) {
  -webkit-animation-delay: calc(var(--dur) * -0.25);
          animation-delay: calc(var(--dur) * -0.25);
}

.pl__ring:nth-child(8) .pl__electron:nth-child(2) {
  -webkit-animation-delay: calc(var(--dur) * -0.125);
          animation-delay: calc(var(--dur) * -0.125);
}

.pl__ring:nth-child(8) .pl__electron:nth-child(3) {
  -webkit-animation-delay: calc(var(--dur) * -0.25);
          animation-delay: calc(var(--dur) * -0.25);
}

.pl__ring:nth-child(8) .pl__electron:nth-child(4) {
  -webkit-animation-delay: calc(var(--dur) * -0.375);
          animation-delay: calc(var(--dur) * -0.375);
}

/* Animations */
@-webkit-keyframes orbit {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 580;
  }
}
@keyframes orbit {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 580;
  }
}
@-webkit-keyframes ring {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
@keyframes ring {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
@-webkit-keyframes particleTop {
  from {
    -webkit-transform: rotateY(0) rotateZ(-35deg) translateY(-100%) rotateZ(35deg) rotateY(0);
            transform: rotateY(0) rotateZ(-35deg) translateY(-100%) rotateZ(35deg) rotateY(0);
  }
  to {
    -webkit-transform: rotateY(-1turn) rotateZ(-35deg) translateY(-100%) rotateZ(35deg) rotateY(1turn);
            transform: rotateY(-1turn) rotateZ(-35deg) translateY(-100%) rotateZ(35deg) rotateY(1turn);
  }
}
@keyframes particleTop {
  from {
    -webkit-transform: rotateY(0) rotateZ(-35deg) translateY(-100%) rotateZ(35deg) rotateY(0);
            transform: rotateY(0) rotateZ(-35deg) translateY(-100%) rotateZ(35deg) rotateY(0);
  }
  to {
    -webkit-transform: rotateY(-1turn) rotateZ(-35deg) translateY(-100%) rotateZ(35deg) rotateY(1turn);
            transform: rotateY(-1turn) rotateZ(-35deg) translateY(-100%) rotateZ(35deg) rotateY(1turn);
  }
}
@-webkit-keyframes particleMiddle {
  from {
    -webkit-transform: rotateY(0) rotateZ(90deg) translateY(-100%) rotateZ(-90deg) rotateY(0);
            transform: rotateY(0) rotateZ(90deg) translateY(-100%) rotateZ(-90deg) rotateY(0);
  }
  to {
    -webkit-transform: rotateY(-1turn) rotateZ(90deg) translateY(-100%) rotateZ(-90deg) rotateY(1turn);
            transform: rotateY(-1turn) rotateZ(90deg) translateY(-100%) rotateZ(-90deg) rotateY(1turn);
  }
}
@keyframes particleMiddle {
  from {
    -webkit-transform: rotateY(0) rotateZ(90deg) translateY(-100%) rotateZ(-90deg) rotateY(0);
            transform: rotateY(0) rotateZ(90deg) translateY(-100%) rotateZ(-90deg) rotateY(0);
  }
  to {
    -webkit-transform: rotateY(-1turn) rotateZ(90deg) translateY(-100%) rotateZ(-90deg) rotateY(1turn);
            transform: rotateY(-1turn) rotateZ(90deg) translateY(-100%) rotateZ(-90deg) rotateY(1turn);
  }
}
@-webkit-keyframes particleBottom {
  from {
    -webkit-transform: rotateY(0) rotateZ(-145deg) translateY(-100%) rotateZ(145deg) rotateY(0);
            transform: rotateY(0) rotateZ(-145deg) translateY(-100%) rotateZ(145deg) rotateY(0);
  }
  to {
    -webkit-transform: rotateY(-1turn) rotateZ(-145deg) translateY(-100%) rotateZ(145deg) rotateY(1turn);
            transform: rotateY(-1turn) rotateZ(-145deg) translateY(-100%) rotateZ(145deg) rotateY(1turn);
  }
}
@keyframes particleBottom {
  from {
    -webkit-transform: rotateY(0) rotateZ(-145deg) translateY(-100%) rotateZ(145deg) rotateY(0);
            transform: rotateY(0) rotateZ(-145deg) translateY(-100%) rotateZ(145deg) rotateY(0);
  }
  to {
    -webkit-transform: rotateY(-1turn) rotateZ(-145deg) translateY(-100%) rotateZ(145deg) rotateY(1turn);
            transform: rotateY(-1turn) rotateZ(-145deg) translateY(-100%) rotateZ(145deg) rotateY(1turn);
  }
}
body {
  font-family: "Arimo", sans-serif;
  color: #FFF;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: -webkit-gradient(linear, left top, left bottom, from(#23245D), to(#16162D)) no-repeat;
  background: linear-gradient(180deg, #23245D 0%, #16162D 100%) no-repeat;
}

html {
  scroll-behavior: smooth;
}

body.anti-scroll {
  overflow: hidden;
}

.preloader-wrapper__hidden {
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.container {
  position: relative;
  max-width: 1110px;
  margin: 0 auto;
}

.navigation.scrolled {
  background: #001b69;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}

.navigation {
  margin-top: 30px;
  position: sticky;
  top: 0px;
  padding: 25px 60px;
  z-index: 99999;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.navigation .burger-menu {
  display: none;
}
.navigation .navigation__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.125rem;
}
.navigation .navigation__menu .dropdown-language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 102px;
  margin-right: 85.5px;
  position: relative;
}
.navigation .navigation__menu .dropdown-language__btn {
  padding: 13px 15px 14px 15px;
  border-radius: 10px;
  background: rgba(66, 75, 150, 0.44);
  -webkit-box-shadow: 2px -2px 7px 0px rgba(0, 0, 0, 0.25) inset;
          box-shadow: 2px -2px 7px 0px rgba(0, 0, 0, 0.25) inset;
  -webkit-backdrop-filter: blur(2.5px);
          backdrop-filter: blur(2.5px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  cursor: pointer;
}
.navigation .navigation__menu .dropdown-language__btn span {
  color: #FFF;
  font-family: Jura;
  text-transform: uppercase;
}
.navigation .navigation__menu .dropdown-language__btn img {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.navigation .navigation__menu .dropdown-language__btn img.open {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.navigation .navigation__menu .dropdown-language__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 10px;
  background: rgba(66, 75, 150, 0.44);
  -webkit-box-shadow: 2px -2px 7px 0px rgba(0, 0, 0, 0.25) inset;
          box-shadow: 2px -2px 7px 0px rgba(0, 0, 0, 0.25) inset;
  -webkit-backdrop-filter: blur(2.5px);
          backdrop-filter: blur(2.5px);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.navigation .navigation__menu .dropdown-language__content a {
  color: #FFF;
  font-family: Jura;
  text-transform: uppercase;
  padding: 15px 10px;
  text-decoration: none;
  width: 100%;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.navigation .navigation__menu .dropdown-language__content a:first-child {
  border-radius: 10px 10px 0 0;
}
.navigation .navigation__menu .dropdown-language__content a:last-child {
  border-radius: 0 0 10px 10px;
}
.navigation .navigation__menu .dropdown-language__content a:hover {
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  background: rgb(255, 75, 150);
}
.navigation .navigation__menu .dropdown-language__content.open {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
  visibility: visible;
  z-index: 1000;
}
.navigation .navigation__menu .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.navigation .navigation__menu .media .media__item a {
  display: block;
  width: 2.66666667em;
  height: 2.66666667em;
}
.navigation .navigation__menu .media .media__item img {
  width: 100%;
  height: 100%;
}
.navigation .navigation__menu .nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  gap: 40px;
}
.navigation .navigation__menu .nav-menu .nav-menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background 0.5s ease, border-radius 0.5s ease;
  transition: background 0.5s ease, border-radius 0.5s ease;
}
.navigation .navigation__menu .nav-menu .nav-menu__item_active {
  border-radius: 50px;
  background: #5A65D2;
  -webkit-transition: background 0.5s ease, border-radius 0.5s ease;
  transition: background 0.5s ease, border-radius 0.5s ease;
}
.navigation .navigation__menu .nav-menu .nav-menu__item a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  color: #FFF;
  font-family: Jura;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.8px;
}

.header {
  padding-top: 120px;
  padding-bottom: 259px;
  position: relative;
}
.header-bg-shadow {
  width: 100%;
  position: absolute;
  z-index: 0;
  height: 80%;
  top: 50%;
  left: 50%;
  -webkit-filter: blur(130px);
          filter: blur(130px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.header .header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header-wrapper__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  max-width: 568px;
}
.header .header-wrapper__content .header-wrapper__text-typing {
  color: #49edff;
}
.header .header-wrapper__content .header-wrapper__popup {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
}
.header .header-wrapper__content .header-wrapper__popup-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
.header .header-wrapper__content .header-wrapper__popup.open {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
  visibility: visible;
  z-index: 999999;
}
.header .header-wrapper__content .header-wrapper__popup.open .form-wrapper {
  width: 85%;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.header .header-wrapper__title {
  font-size: 1.5rem;
  font-weight: 700;
}
.header .header-wrapper__text {
  font-size: 1.25rem;
  text-transform: uppercase;
}
.header .header-wrapper__btn {
  display: block;
  padding: 20px 25px;
  border-radius: 25px;
  border: 0;
  background: var(--button, linear-gradient(180deg, #B09BED 0%, #ED9B9B 0.01%, rgba(178, 19, 163, 0.62) 100%));
  color: #FFF;
  font-size: 1.25rem;
  font-family: Jura;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  cursor: cell;
}
.header .header-wrapper__img {
  max-width: 492px;
  height: 100%;
  -webkit-animation: transform 2s ease-in-out infinite;
          animation: transform 2s ease-in-out infinite;
}
@-webkit-keyframes transform {
  0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
@keyframes transform {
  0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

.section-title {
  margin-top: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-title hr {
  width: 100%;
  height: 1px;
  border: 1px solid rgb(255, 255, 255);
}
.section-title span {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}

.container:not(.header .container) {
  padding: 188px 0;
}

.my-work {
  scroll-behavior: smooth;
}
.my-work .section-title span {
  min-width: 224px;
}
.my-work .my-work-btn {
  display: block;
  padding: 36px 72.5px;
  border-radius: 25px;
  border: 5px solid #FFF;
  background: transparent;
  color: #FFF;
  font-size: 20px;
  font-family: Jura;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  cursor: pointer;
  margin: 140px auto 0;
}
.my-work .my-work-wrapper {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 21px;
}
.my-work .my-work-wrapper__item {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
}
.my-work .my-work-wrapper__item a:hover img {
  -webkit-box-shadow: 0px 4px 43px 33px rgba(0, 0, 0, 0.25) inset;
          box-shadow: 0px 4px 43px 33px rgba(0, 0, 0, 0.25) inset;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-filter: blur(4px);
          filter: blur(4px);
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-filter 1s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-filter 1s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, filter 1s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, filter 1s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-filter 1s ease, -webkit-box-shadow 0.3s ease;
}
.my-work .my-work-wrapper__item a:hover .my-work-wrapper-content {
  opacity: 1;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
.my-work .my-work-wrapper__item a .my-work-wrapper-content {
  gap: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  -webkit-transition: display 0.3s ease;
  transition: display 0.3s ease;
  text-align: center;
}
.my-work .my-work-wrapper__item a .my-work-wrapper-content .my-work-wrapper-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 145px;
  padding: 7.5px 20px;
  border-radius: 25px;
  border: 0;
  background: var(--button, linear-gradient(180deg, #B09BED 0%, #ED9B9B 0.01%, rgba(178, 19, 163, 0.62) 100%));
  color: #FFF;
  font-size: 20px;
  font-family: Jura;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.my-work .my-work-wrapper__item a .my-work-wrapper-content span {
  color: rgb(255, 255, 255);
  font-size: 32px;
  font-family: Arimo;
  font-weight: 700;
  width: 228px;
}
.my-work .my-work-wrapper__item a .my-work-wrapper-content p {
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-family: Arimo;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.my-work .my-work-wrapper__item a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.my-work .my-work-whawe {
  min-height: 356px;
  background: url(../img/whave-footer.svg) no-repeat;
  background-size: cover;
}

.certeficate,
.footer {
  padding-top: 2px;
}

.certeficate {
  background: url(../img/wooden\ bg.png) no-repeat;
  background-size: cover;
  -webkit-box-shadow: 0px 4px 43px 28px rgba(0, 0, 0, 0.45) inset;
          box-shadow: 0px 4px 43px 28px rgba(0, 0, 0, 0.45) inset;
}
.certeficate .certeficate-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.125rem;
}
.certeficate .certeficate-wrapper__title {
  color: rgba(70, 49, 39, 0.75);
  text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.64), -4px 3px 5px rgba(0, 0, 0, 0.55), -10px 6px 7px rgba(0, 0, 0, 0.33), -17px 11px 8px rgba(0, 0, 0, 0.1), -27px 17px 9px rgba(0, 0, 0, 0.01);
  font-weight: 700;
  margin-bottom: 108px;
}
.certeficate .certeficate-wrapper .certeficate-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 94px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.certeficate .certeficate-wrapper .certeficate-content__item {
  max-width: 450px;
  aspect-ratio: 2481/3508;
}
.certeficate .certeficate-wrapper .certeficate-content__item a {
  position: relative;
  display: block;
  width: 100%;
  -webkit-filter: drop-shadow(-17px 15px 13px rgba(0, 0, 0, 0.35));
          filter: drop-shadow(-17px 15px 13px rgba(0, 0, 0, 0.35));
  -webkit-transition: -webkit-transform 0.4s ease, -webkit-filter 0.4s ease;
  transition: -webkit-transform 0.4s ease, -webkit-filter 0.4s ease;
  transition: transform 0.4s ease, filter 0.4s ease;
  transition: transform 0.4s ease, filter 0.4s ease, -webkit-transform 0.4s ease, -webkit-filter 0.4s ease;
}
.certeficate .certeficate-wrapper .certeficate-content__item a img {
  aspect-ratio: 2481/3508;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.certeficate .certeficate-wrapper .certeficate-content__item a button {
  font-size: 1em;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.48em;
  height: 1.48em;
  border: 0;
  background: url(../img/eye.svg) no-repeat;
  background-size: cover;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.certeficate .certeficate-wrapper .certeficate-content__item a:hover {
  -webkit-transform: scale(95%);
          transform: scale(95%);
  -webkit-filter: none;
          filter: none;
  -webkit-transition: -webkit-transform 0.4s ease, -webkit-filter 0.4s ease;
  transition: -webkit-transform 0.4s ease, -webkit-filter 0.4s ease;
  transition: transform 0.4s ease, filter 0.4s ease;
  transition: transform 0.4s ease, filter 0.4s ease, -webkit-transform 0.4s ease, -webkit-filter 0.4s ease;
}
.certeficate .certeficate-wrapper .certeficate-content__item a:hover button {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.form-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 130px;
  border-radius: 50px;
  background: #343434;
  -webkit-box-shadow: 0px 4px 37px 20px rgba(0, 0, 0, 0.25) inset;
          box-shadow: 0px 4px 37px 20px rgba(0, 0, 0, 0.25) inset;
  font-size: 1.25rem;
}
.form-wrapper .form-wrapper__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  gap: 100px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1em;
}
.form-wrapper .form-wrapper__content input {
  outline: none;
  width: 420px;
  padding: 0.85em 0;
  font-size: 1em;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgb(255, 255, 255);
  color: white;
}
.form-wrapper .form-wrapper__content input::-webkit-input-placeholder {
  opacity: 1;
  color: rgb(201, 201, 201);
}
.form-wrapper .form-wrapper__content input::-moz-placeholder {
  opacity: 1;
  color: rgb(201, 201, 201);
}
.form-wrapper .form-wrapper__content input:-ms-input-placeholder {
  opacity: 1;
  color: rgb(201, 201, 201);
}
.form-wrapper .form-wrapper__content input::-ms-input-placeholder {
  opacity: 1;
  color: rgb(201, 201, 201);
}
.form-wrapper .form-wrapper__content input::placeholder {
  opacity: 1;
  color: rgb(201, 201, 201);
}
.form-wrapper button {
  display: block;
  width: 496px;
  padding: 20px;
  border-radius: 25px;
  border: 0;
  background: var(--button, linear-gradient(180deg, #B09BED 0%, #ED9B9B 0.01%, rgba(178, 19, 163, 0.62) 100%));
  color: #FFF;
  font-size: 1em;
  font-family: Jura;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  cursor: cell;
}

.footer {
  position: relative;
}
.footer .footer-whave {
  min-height: 620px;
  width: 100%;
  background: url(../img/whave-first.svg) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
}

@media (max-width: 1140px) {
  .container {
    max-width: 960px;
  }
  .navigation {
    background: #001b69;
    position: fixed;
    width: 100%;
    margin-top: 0;
    padding: 35px 60px;
  }
  .navigation.active {
    height: 100%;
    overflow-y: scroll;
  }
  .navigation .navigation__menu {
    display: none !important;
  }
  .navigation .navigation__menu.active {
    margin-top: 45px;
    gap: 40px;
    width: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .navigation .navigation__menu.active .nav-menu {
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .navigation .burger-menu {
    position: relative;
    display: inline-block !important;
    width: 31px;
    height: 24px;
  }
  .navigation .burger-menu::before {
    content: "";
    background: #fff;
    position: absolute;
    height: 1px;
    width: 31px;
    top: 0px;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  }
  .navigation .burger-menu span {
    background: #fff;
    position: absolute;
    height: 1px;
    width: 31px;
    top: 11px;
    opacity: 1;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }
  .navigation .burger-menu::after {
    content: "";
    background: #fff;
    position: absolute;
    height: 1px;
    width: 31px;
    bottom: 0px;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  }
  .navigation .burger-menu.active {
    position: relative !important;
  }
  .navigation .burger-menu.active::before {
    content: "";
    background: #fff;
    position: absolute;
    height: 1px;
    width: 31px;
    top: 11px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  }
  .navigation .burger-menu.active span {
    background: #fff;
    position: absolute;
    height: 1px;
    width: 31px;
    top: 11px;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }
  .navigation .burger-menu.active::after {
    content: "";
    background: #fff;
    position: absolute;
    height: 1px;
    width: 31px;
    bottom: 11px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 720px;
  }
  .header-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .header-wrapper__btn {
    width: 100%;
  }
  .my-work-btn {
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 540px;
  }
}
@media (max-width: 576px) {
  .container {
    padding: 0 15px;
  }
  .container:not(.header .container) {
    padding: 188px 15px;
  }
  .navigation {
    padding: 20px 25px;
  }
  .navigation .navigation__menu {
    font-size: 0.875rem;
  }
  .header {
    padding-bottom: 120px;
  }
  .header .header-wrapper__img {
    width: 75%;
  }
  .header .header-wrapper__title {
    font-size: 1.2rem;
  }
  .header .header-wrapper__text {
    font-size: 1rem;
  }
  .form-wrapper {
    gap: 3.3333333333em;
    font-size: 0.9375rem;
  }
  .form-wrapper .form-wrapper__content {
    font-size: 1em;
  }
  .form-wrapper button {
    width: 100%;
    font-size: 1em;
  }
  .form-wrapper__content input {
    width: 100% !important;
  }
  .my-work .my-work-wrapper {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
  .certeficate-wrapper {
    font-size: 2.1875rem !important;
  }
  .certeficate-wrapper .certeficate-content {
    gap: 30px !important;
  }
}