*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*::before,
*::after {
  display: inline-block;
}

a {
  text-decoration: none;
  display: inline-block;
  color: inherit;
}

li {
  list-style: none;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

html,
body {
  line-height: 1;
  height: 100%;
}

address {
  font-style: normal;
}

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

/* FORM */
select,
input,
button,
textarea {
  font: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
}

input,
textarea {
  width: 100%;
}

button,
select,
option {
  cursor: pointer;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

label {
  display: block;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Montserrat;
  background-color: #302c42;
}

.wrapper {
  max-width: 1272px;
  margin: 0 auto;
  padding: 0 15px;
  padding-top: 50px;
}

[class*=__container] {
  margin: 0 auto;
}

.header {
  height: 103px;
  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;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  gap: 40px;
  margin-bottom: 98px;
}

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 42px;
}

.header__menu a:hover {
  color: #aaaaaa;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 38px;
}

.header__buttons :first-child {
  border-radius: 40px;
  border: 2px solid #fff;
  width: 154px;
  height: 48px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__buttons :first-child:hover {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 15px rgba(192, 181, 235, 0.5);
          box-shadow: 0 4px 15px rgba(192, 181, 235, 0.5);
  background: -webkit-gradient(linear, left top, right top, from(#5d4f91), to(#463781));
  background: linear-gradient(90deg, #5d4f91 0%, #463781 100%);
}

.header__buttons :last-child {
  color: #343045;
  width: 155px;
  height: 48px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 40px;
  background: -webkit-gradient(linear, left top, right top, from(#8176af), to(#c0b7e8));
  background: linear-gradient(90deg, #8176af 0%, #c0b7e8 100%);
}

.header__buttons :last-child:hover {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 15px rgba(192, 181, 235, 0.5);
          box-shadow: 0 4px 15px rgba(192, 181, 235, 0.5);
  background: -webkit-gradient(linear, left top, right top, from(#aa98eb), to(#b7aedb));
  background: linear-gradient(90deg, #aa98eb 0%, #b7aedb 100%);
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hero__container {
  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;
  max-width: 1272px;
  margin: 0 auto;
  gap: 40px;
  margin-bottom: 88px;
}

.hero__content {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero__title {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 36px;
}

.hero__title > span {
  font-size: 46px;
  font-weight: 700;
  background: linear-gradient(92deg, #c0b7e8 -1.02%, #8176af 36.25%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero__text {
  max-width: 450px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 66px;
}

.hero__button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero__button {
  color: #343045;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 30px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 40px;
  background: -webkit-gradient(linear, left top, right top, from(#8176af), to(#c0b7e8));
  background: linear-gradient(90deg, #8176af 0%, #c0b7e8 100%);
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hero__button:hover {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 15px rgba(192, 181, 235, 0.5);
          box-shadow: 0 4px 15px rgba(192, 181, 235, 0.5);
  background: -webkit-gradient(linear, left top, right top, from(#aa98eb), to(#b7aedb));
  background: linear-gradient(90deg, #aa98eb 0%, #b7aedb 100%);
}

.hero__image-wrapper {
  width: 554px;
  height: 455px;
  border-radius: 100px 100px 100px 240px;
  background: rgba(14, 14, 14, 0.32);
  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;
}

.hero__image img {
  width: 95%;
  height: 95%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100px 100px 100px 240px;
}

.contacts {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  border-radius: 90px;
  background: radial-gradient(circle, rgba(58, 52, 86, 0.95) 0%, #211e2e 100%);
  padding: 40px 60px;
  margin-bottom: 90px;
}

.items {
  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;
  gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 20px;
  border-right: 1px solid rgba(192, 183, 232, 0.33);
}

.item:last-child {
  border-right: none;
}

.item img {
  max-width: 60px;
  max-height: 60px;
}

.content .p1 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}

.content .p2 {
  font-size: 14px;
  font-weight: 400;
  opacity: 0.9;
}

.intro {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 110px;
}

.intro__container {
  max-width: 1272px;
  margin: 0 auto;
  padding: 0 15px;
}

.intro__main {
  text-align: left;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.intro__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}

.intro__title {
  color: #fff;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.3;
}

.intro__title span {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
}

.intro__text {
  max-width: 652px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.intro__about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 108px;
}

.about__image img {
  max-width: 546px;
  border-radius: 50% 90px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.about__content {
  max-width: 630px;
}

.about__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 42px;
}

.about__title span {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.95);
}

.about__text {
  max-width: 630px;
  max-height: 228px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 58px;
}

.about__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 30px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 40px;
  border: none;
  cursor: pointer;
  background: -webkit-gradient(linear, left top, right top, from(#8176af), to(#c0b7e8));
  background: linear-gradient(90deg, #8176af 0%, #c0b7e8 100%);
  color: #343045;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.about__button:hover {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 15px rgba(192, 183, 232, 0.5);
          box-shadow: 0 4px 15px rgba(192, 183, 232, 0.5);
}

.services {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 115px;
}

.services__container {
  max-width: 1272px;
  margin: 0 auto;
  padding: 0 15px;
}

.services__main {
  text-align: left;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.services__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}

.services__title {
  color: #fff;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.3;
}

.services__title span {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
}

.services__text {
  max-width: 652px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.services__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.cards__card {
  border-radius: 40px;
  background: radial-gradient(50% 50% at 50% 50%, #433d60 0%, #211e2e 100%);
  padding: 30px 20px;
  text-align: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.cards__card:hover {
  -webkit-box-shadow: 0px 4px 4px rgba(192, 183, 232, 0.1);
          box-shadow: 0px 4px 4px rgba(192, 183, 232, 0.1);
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}

.cards__image-wrapper {
  width: 219px;
  height: 219px;
  border-radius: 50%;
  background: rgba(14, 14, 14, 0.32);
  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;
  margin: 0 auto 20px;
}

.cards__image {
  width: 90%;
  height: 90%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.cards__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.cards__text {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.5;
}

.cards__button {
  color: #343045;
  font-size: 12px;
  font-weight: 700;
  width: 154px;
  height: 48px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: auto;
  border-radius: 40px;
  background: -webkit-gradient(linear, left top, right top, from(#8176af), to(#c0b7e8));
  background: linear-gradient(90deg, #8176af 0%, #c0b7e8 100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cards__button:hover {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 15px rgba(192, 183, 232, 0.5);
          box-shadow: 0 4px 15px rgba(192, 183, 232, 0.5);
}

.cards__divider {
  width: 154px;
  height: 1px;
  margin: 15px auto;
  background: rgba(192, 183, 232, 0.33);
}

.technologies {
  text-align: center;
  position: relative;
  color: #fff;
  margin-bottom: 80px;
}

.technologies__header {
  font-size: 36px;
  width: 100%;
  height: 303px;
  border-radius: 160px;
  background: url("../img/content/futuristic-look-vr.jpg") center/cover no-repeat;
  -webkit-box-shadow: 0 4px 4px 0 rgba(192, 183, 232, 0.01);
          box-shadow: 0 4px 4px 0 rgba(192, 183, 232, 0.01);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 30px;
  margin-bottom: 36px;
}

.technologies__title span {
  font-weight: 700;
}

.technologies__title {
  font-weight: 300;
}

.technologies__toggle {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -24px;
  background: #c0b7e8;
  border: none;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  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;
  z-index: 5;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.technologies__toggle:hover {
  -webkit-box-shadow: 0 4px 15px rgba(192, 183, 232, 0.5);
          box-shadow: 0 4px 15px rgba(192, 183, 232, 0.5);
}

.technologies__toggle img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.technologies__toggle.active img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.technologies__content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.45s ease, opacity 0.35s ease;
  transition: max-height 0.45s ease, opacity 0.35s ease;
}

.technologies__content.open {
  opacity: 1;
}

.technologies__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
  padding: 30px 0 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.technologies__content {
  margin-top: 10px;
}

.how-we-build {
  margin-bottom: 112px;
  color: #fff;
  text-align: left;
}

.how-we-build__container {
  max-width: 1272px;
  margin: 0 auto;
  padding: 0 15px;
}

.how-we-build__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 115px;
}

.how-we-build__title {
  width: 321px;
  font-size: 36px;
  font-weight: 300;
}

.how-we-build__title span {
  font-size: 36px;
  font-weight: 700;
}

.how-we-build__arrow {
  margin-top: 10px;
}

.how-we-build__text {
  max-width: 652px;
  font-size: 16px;
  line-height: 1.5;
  opacity: 0.9;
}

.how-we-build__steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  text-align: center;
}

.steps__item {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.steps__circle {
  width: 159px;
  height: 159px;
  border-radius: 50%;
  background: linear-gradient(251deg, #c0b7e8 12.87%, #8176af 89.33%);
  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;
  color: #343045;
  font-size: 64px;
  font-weight: 700;
  margin-bottom: 45px;
  outline: 20px solid rgba(13, 13, 13, 0.32);
  background-origin: border-box;
  background-clip: content-box, border-box;
}

.steps__desc-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.steps__arrow {
  width: 67px;
  height: 67px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.steps__desc {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.steps__desc:hover {
  color: #aaaaaa;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.join-hydra {
  padding: 60px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.join-hydra__container {
  width: 1275px;
  max-height: 1008px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 100px;
  background: radial-gradient(50% 50% at 50% 50%, #403a5f 0%, #211e2e 100%);
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 90px 110px 84px 110px;
  text-align: center;
  color: #fff;
}

.join-hydra__title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px;
}

.join-hydra__vector {
  width: 414px;
  height: 1px;
  background: #544e70;
  margin: 0 auto 21px;
}

.join-hydra__subtitle {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 61px;
}

.join-hydra__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.join-hydra__form input,
.join-hydra__form textarea {
  font-size: 14px;
  font-weight: 400;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 15px 20px;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 40px;
  background: transparent;
  color: #fff;
  font-size: 16px;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}

.join-hydra__form input:focus,
.join-hydra__form textarea:focus {
  border-color: #9d8fe6;
}

.join-hydra__form textarea {
  resize: none;
  border-radius: 20px;
}

.form__button {
  color: #343045;
  font-size: 12px;
  font-weight: 700;
  width: 214px;
  height: 48px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 40px;
  border-radius: 40px;
  background: -webkit-gradient(linear, left top, right top, from(#8176af), to(#c0b7e8));
  background: linear-gradient(90deg, #8176af 0%, #c0b7e8 100%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px auto 0;
}

.form__button:hover {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 15px rgba(192, 183, 232, 0.5);
          box-shadow: 0 4px 15px rgba(192, 183, 232, 0.5);
}

.footer {
  background: #302c42;
  color: #fff;
  padding: 50px 20px;
  font-family: "Montserrat", sans-serif;
}

.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 30px;
}

.footer__logo img {
  width: 185px;
  height: 187px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  color: #fff;
}

.footer__menu ul {
  padding: 0;
  font-size: 16px;
  font-weight: 700;
}

.footer__menu ul:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding-right: 40px;
}

.footer__menu a {
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  line-height: 2;
}

.footer__menu a:hover {
  color: #8d7aff;
}

.footer__social {
  max-width: 200px;
}

.footer__social p {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
}

.footer__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.footer__icons img {
  width: 24px;
  height: 24px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.footer__icons a:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.footer__button {
  width: 214px;
  height: 48px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 40px;
  background: -webkit-gradient(linear, left top, right top, from(#8176af), to(#c0b7e8));
  background: linear-gradient(90deg, #8176af 0%, #c0b7e8 100%);
  padding: 10px 20px;
  color: #343045;
  font-size: 12px;
  font-weight: 700;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.footer__button:hover {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 15px rgba(192, 183, 232, 0.5);
          box-shadow: 0 4px 15px rgba(192, 183, 232, 0.5);
}

.footer__bottom {
  text-align: center;
  margin-top: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.82px;
}

.footer__col {
  list-style: none;
  margin: 0;
  padding: 0 40px;
}

.footer__col + .footer__col {
  border-left: 6px solid rgba(52, 48, 69, 0.8);
  height: 196px;
  -ms-flex-item-align: center;
      align-self: center;
  padding-left: 40px;
}