@import url("https://fonts.cdnfonts.com/css/larsseit-font-family");
* {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
  cursor: url("../images/cursor.png"), pointer;
}
img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  object-fit: cover;
}
body {
  box-sizing: border-box;
  cursor: url("../images/cursor.png"), auto;
}
@media screen and (max-width: 768px) {
  .body-scroll {
    overflow: hidden;
  }
}
.container {
  width: 1121px;
  margin: 0 auto;
}
@media screen and (max-width: 1230px) {
  .container {
    width: 1000px;
  }
}
@media screen and (max-width: 1030px) {
  .container {
    width: 800px;
  }
}
@media screen and (max-width: 830px) {
  .container {
    width: 600px;
  }
}
@media screen and (max-width: 620px) {
  .container {
    width: 500px;
  }
}
@media screen and (max-width: 520px) {
  .container {
    width: 400px;
  }
}
@media screen and (max-width: 420px) {
  .container {
    width: 300px;
  }
}
@media screen and (max-width: 320px) {
  .container {
    width: 250px;
  }
}
.layout {
  position: relative;
  overflow: hidden;
  font-family: "Larsseit", sans-serif;
  background-color: #ffffff;
  background-image: url("../images/banner.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
}
@media screen and (max-width: 768px) {
  .layout {
    background-image: url("../images/banner-mob.png") !important;
  }
}
.header {
  padding-top: 18.55px;
}
@media screen and (max-width: 768px) {
  .header {
    padding-top: 15px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 58px;
    z-index: 15;
    box-sizing: border-box;
  }
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.header-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: auto;
  color: #0e00c9;
}
.btn-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 167px;
  height: 54px;
  border: 0.759091px solid #0e00c9;
  border-radius: 22.7727px;
  box-sizing: border-box;
  font-weight: 800;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #0e00c9;
}
@media screen and (max-width: 768px) {
  .header-inner .btn-link {
    display: none;
  }
}
.header-nav {
  position: fixed;
  top: 486px;
  left: 0;
  width: 100%;
  height: 107px;
  z-index: 15;
}
@media screen and (max-width: 768px) {
  .header-nav {
    display: none;
    top: 0;
    height: 500px;
    background: #0e00c9;
    padding: 138px 0 86px;
    box-sizing: border-box;
  }
}
.header-nav-list {
  display: flex;
  flex-direction: column;
  row-gap: 17px;
}
@media screen and (max-width: 768px) {
  .header-nav-list {
    width: 131px;
    margin: 0 auto;
    row-gap: 24px;
  }
}
.header-nav-item {
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .header-nav-item {
    font-size: 32px;
    line-height: 40px;
    color: #ffffff;
  }
}
.header-nav-item:hover {
  color: #0e00c9;
}
@media screen and (max-width: 768px) {
  .header-nav-item:hover {
    color: #ffffff;
  }
}
.header-nav-item-active {
  color: #0e00c9;
}
@media screen and (max-width: 768px) {
  .header-nav-item-active {
    color: #ffffff;
  }
}
.mobile-menu {
  display: none;
}
@media screen and (max-width: 768px) {
  .mobile-menu {
    display: block;
    position: absolute;
    right: 0;
    top: 9px;
    z-index: 20;
  }
}
.mobile-btn {
  position: relative;
  width: 39px;
  height: 5.625px;
  background: #0e00c9;
}
.mobile-btn::before {
  content: "";
  position: absolute;
  top: -10px;
  right: 0;
  width: 39px;
  height: 5.625px;
  background: #0e00c9;
}
.mobile-btn::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 39px;
  height: 5.625px;
  background: #0e00c9;
}
.mobile-btn-active {
  background: #ffffff;
  transform: rotate(45deg);
}
.mobile-btn-active::before {
  top: 0;
  background: #ffffff;
  transform: rotate(90deg);
}
.mobile-btn-active::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .header-nav-mobile {
    display: block;
  }
}
.main-banner {
  padding-top: 163px;
}
@media screen and (max-width: 768px) {
  .main-banner {
    padding-top: 248px;
  }
}
.main-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .main-wrapper {
    display: block;
  }
}
.inner-wrapper {
  width: 88.58%;
}
@media screen and (max-width: 768px) {
  .inner-wrapper {
    width: 100%;
  }
}
.main-banner-inner {
  box-sizing: border-box;
  padding-right: 104px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main-banner-inner {
    padding: 0;
  }
}
h1 {
  font-style: italic;
  font-weight: 500;
  font-size: 48px;
  line-height: 57px;
  text-transform: uppercase;
  text-align: center;
  color: #000000;
}
@media screen and (max-width: 1030px) {
  h1 {
    font-size: 36px;
    line-height: 45px;
  }
}
@media screen and (max-width: 830px) {
  h1 {
    font-size: 26px;
    line-height: 35px;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 119.5%;
    text-align: left;
  }
}
@media screen and (max-width: 520px) {
  h1 {
    font-size: 34px;
  }
}
@media screen and (max-width: 420px) {
  h1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  h1 br {
    display: none;
  }
}
.main-banner-inner .btn-link {
  display: none;
}
@media screen and (max-width: 768px) {
  .main-banner-inner .btn-link {
    display: flex;
    margin: 106px auto 0;
  }
}
.main-banner-arrow {
  height: 58px;
  width: 20px;
  margin: 177px auto 0;
}
@media screen and (max-width: 768px) {
  .main-banner-arrow {
    margin: 79px auto 0;
  }
}
.main-banner-inner p {
  font-weight: 200;
  font-size: 20px;
  line-height: 119.5%;
  text-transform: uppercase;
  color: #000000;
  text-align: center;
  margin-top: 40px;
}
.main-numbers {
  padding: 78px 0 165px;
}
@media screen and (max-width: 768px) {
  .main-numbers {
    padding: 185px 0 301px;
  }
}
.main-numbers-inner {
  position: relative;
}
.main-numbers-text p {
  font-weight: 300;
  font-size: 32px;
  line-height: 32px;
  text-align: justify;
  color: #000000;
}
@media screen and (max-width: 420px) {
  .main-numbers-text p {
    font-size: 24px;
    line-height: 24px;
  }
}
.main-numbers-list {
  margin-top: 83px;
  max-width: 73.91%;
  display: grid;
  grid-template-columns: 33.1% 23.7% 23.7%;
  grid-template-rows: 39.2% 39.2%;
  height: 250px;
  row-gap: 53px;
  column-gap: 11.85%;
}
@media screen and (max-width: 768px) {
  .main-numbers-list {
    margin-top: 34px;
    max-width: 80%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    height: auto;
  }
}
@media screen and (max-width: 420px) {
  .main-numbers-list {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .main-numbers-item {
    width: 40%;
  }
}
.main-numbers-item:nth-child(1) {
  grid-row-start: 1;
  grid-row-end: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .main-numbers-item:nth-child(1) {
    width: 65.85%;
  }
}
.main-numbers-item:nth-child(1) p.number {
  font-weight: 700;
  font-size: 150px;
  line-height: 150px;
}
@media screen and (max-width: 1030px) {
  .main-numbers-item:nth-child(1) p.number {
    font-size: 100px;
    line-height: 100px;
  }
}
@media screen and (max-width: 830px) {
  .main-numbers-item:nth-child(1) p.number {
    font-size: 80px;
    line-height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .main-numbers-item:nth-child(1) p.number {
    font-size: 150px;
    line-height: 150px;
    text-align: left;
  }
}
.main-numbers-item p.number {
  font-weight: 500;
  font-size: 64px;
  line-height: 64px;
  text-transform: uppercase;
  color: #0e00c9;
}
@media screen and (max-width: 830px) {
  .main-numbers-item p.number {
    font-size: 44px;
    line-height: 44px;
  }
}
@media screen and (max-width: 768px) {
  .main-numbers-item p.number {
    font-size: 64px;
    line-height: 64px;
  }
}
.main-numbers-item p.text {
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  color: #000000;
  margin-top: 19px;
}
@media screen and (max-width: 1030px) {
  .main-numbers-item p.text {
    font-size: 16px;
    line-height: 16px;
  }
}
@media screen and (max-width: 830px) {
  .main-numbers-item p.text {
    font-size: 14px;
    line-height: 14px;
  }
}
@media screen and (max-width: 768px) {
  .main-numbers-item p.text {
    font-size: 20px;
    line-height: 20px;
  }
}
@media screen and (max-width: 420px) {
  .main-numbers-item p.text {
    font-size: 16px;
    line-height: 16px;
  }
}
.project-btn {
  display: block;
  position: absolute;
  bottom: -116px;
  right: 0;
  width: 23.36%;
  height: 232px;
  background-image: url("../images/button-project.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
}
@media screen and (max-width: 768px) {
  .project-btn {
    bottom: -279px;
    width: 232px;
  }
}
@media screen and (max-width: 420px) {
  .project-btn {
    width: 172px;
    height: 172px;
    bottom: -249px;
  }
}
.main-numbers-arrow {
  position: absolute;
  bottom: -109px;
  left: 89px;
  width: 20px;
  height: 58px;
}
@media screen and (max-width: 768px) {
  .main-numbers-arrow {
    bottom: -187px;
    left: 99px;
  }
}
@media screen and (max-width: 420px) {
  .main-numbers-arrow {
    bottom: -187px;
    left: 39px;
  }
}
.main-team {
  position: relative;
}
.main-team-inner {
  display: flex;
  justify-content: flex-start;
}
.main-team-img {
  position: absolute;
  top: 40px;
  right: 0;
  width: 1178px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .main-team-img {
    top: 80px;
    left: -205px;
    right: unset;
  }
}
h2 {
  font-weight: 800;
  font-size: 64px;
  line-height: 64px;
  text-transform: uppercase;
  color: #0e00c9;
  text-align: left;
  width: 100%;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 320px) {
  h2 {
    font-size: 54px;
    line-height: 54px;
  }
}
.main-team-slider-1 {
  margin: 42px 0 25px;
}
@media screen and (max-width: 768px) {
  .main-team-slider-1 {
    margin: 56px 0 25px;
  }
}
.main-team-slider-item {
  width: 288px;
  margin-right: 14px;
  position: relative;
}
.main-team-slider-item p {
  position: absolute;
  bottom: 20px;
  left: 30px;
  font-weight: 800;
  font-size: 15.2464px;
  line-height: 15px;
  text-align: justify;
  color: #ffffff;
}
.main-patrners {
  padding: 125px 0 137px;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .main-patrners {
    padding: 240px 0 40px;
  }
}
.main-partners-list {
  margin-top: 64px;
}
.main-partners-list .slick-list .slick-track {
  display: flex;
  align-items: center;
}
.main-partners-item {
  margin-right: 32px;
}
.main-img-img {
  width: 100%;
  height: auto;
}
.main-contacts {
  padding: 108px 0 203px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main-contacts {
    padding: 179px 0 87px;
  }
}
.main-contacts-btn {
  display: block;
  width: 179px;
  height: 179px;
  border-radius: 50%;
  background-color: #0e00c9;
  margin: 0 auto;
  position: relative;
  z-index: 30;
}
@media screen and (max-width: 320px) {
  .main-contacts-btn {
    width: 149px;
    height: 149px;
  }
}
.main-contacts-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-image: url("../images/Arrow-btn.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 39px;
  height: 20px;
  transform: translateY(-50%) translateX(-50%);
}
.main-contacts-slider {
  position: absolute;
  bottom: 171px;
  left: 0;
  width: 100%;
  height: 128px;
}
@media screen and (max-width: 768px) {
  .main-contacts-slider {
    bottom: 154px;
    height: 64px;
  }
}
.main-contacts-slider-item {
  font-weight: 800;
  font-size: 128px;
  line-height: 128px;
  text-align: justify;
  text-transform: uppercase;
  color: #0e00c9;
  opacity: 0.15;
  white-space: nowrap;
  animation: text 5s infinite linear;
}
@media screen and (max-width: 768px) {
  .main-contacts-slider-item {
    font-size: 64px;
    line-height: 64px;
  }
}
@keyframes text {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
.footer {
  padding-bottom: 88px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-bottom: 114px;
  }
}
.footer-inner p {
  font-weight: 800;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  color: #0e00c9;
  text-align: center;
}
.layout-pages {
  background-image: url("../images/pages.png");
}
.main-banner-pages {
  padding-top: 35px;
}
@media screen and (max-width: 768px) {
  .main-banner-pages {
    padding-top: 252px;
  }
}
@media screen and (max-width: 768px) {
  .main-banner-services-inner h1 {
    text-align: center;
  }
}
.main-howto {
  padding: 106px 0 112px;
}
@media screen and (max-width: 768px) {
  .main-howto {
    padding: 110px 0 101px;
  }
}
.main-howto-inner h2 {
  color: #000000;
}
@media screen and (max-width: 520px) {
  .main-howto-inner h2 {
    font-size: 54px;
    line-height: 54px;
  }
}
@media screen and (max-width: 420px) {
  .main-howto-inner h2 {
    font-size: 44px;
    line-height: 44px;
  }
}
@media screen and (max-width: 320px) {
  .main-howto-inner h2 {
    font-size: 34px;
    line-height: 34px;
  }
}
.main-howto-list {
  margin-top: 102px;
  display: flex;
  flex-direction: column;
  row-gap: 76px;
}
@media screen and (max-width: 768px) {
  .main-howto-list {
    row-gap: 103px;
  }
}
h3 {
  font-style: italic;
  font-weight: 800;
  font-size: 80px;
  line-height: 80px;
  text-transform: uppercase;
  color: #0e00c9;
}
@media screen and (max-width: 1030px) {
  h3 {
    font-size: 60px;
    line-height: 60px;
  }
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 64px;
    line-height: 64px;
  }
}
@media screen and (max-width: 520px) {
  h3 {
    font-size: 44px;
    line-height: 44px;
  }
}
@media screen and (max-width: 420px) {
  h3 {
    font-size: 34px;
    line-height: 34px;
  }
}
@media screen and (max-width: 320px) {
  h3 {
    font-size: 24px;
    line-height: 24px;
  }
}
h3 span {
  color: #000000;
}
.main-howto-item h3 {
  position: relative;
  padding-left: 49px;
}
.main-howto-item h3 span {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: auto;
}
.main-howto-item p {
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  text-align: justify;
  color: #000000;
  margin-top: 28px;
  padding-left: 49px;
}
@media screen and (max-width: 768px) {
  .main-howto-item p {
    margin-top: 39px;
  }
}
@media screen and (max-width: 420px) {
  .main-howto-item p {
    font-size: 20px;
    line-height: 20px;
  }
}
@media screen and (max-width: 320px) {
  .main-howto-item p {
    font-size: 16px;
    line-height: 16px;
  }
}
.main-services {
  padding-top: 112px;
}
@media screen and (max-width: 768px) {
  .main-services {
    padding-top: 100px;
  }
}
.main-services-inner h2 {
  color: #000000;
}
.main-services-slider {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .main-services-slider {
    max-width: 600px !important;
    margin: 80px auto 0;
  }
}
@media screen and (max-width: 620px) {
  .main-services-slider {
    max-width: 500px !important;
  }
}
@media screen and (max-width: 520px) {
  .main-services-slider {
    max-width: 400px !important;
  }
}
@media screen and (max-width: 420px) {
  .main-services-slider {
    max-width: 300px !important;
  }
}
@media screen and (max-width: 320px) {
  .main-services-slider {
    max-width: 250px !important;
  }
}
.main-services-slider-item {
  max-width: 554px;
  margin-right: 44px;
}
@media screen and (max-width: 768px) {
  .main-services-slider-item {
    max-width: 100% !important;
    margin: 0;
  }
}
h4 {
  font-style: italic;
  font-weight: 500;
  font-size: 40px;
  line-height: 119.5%;
  text-transform: uppercase;
  color: #0e00c9;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 32px;
    height: 72px;
  }
}
.main-services-slider-item p {
  font-weight: 300;
  font-size: 20px;
  line-height: 119.5%;
  text-align: justify;
  color: #000000;
  margin-top: 44px;
}
@media screen and (max-width: 768px) {
  .main-services-slider-item p {
    margin-top: 20px;
  }
}
.main-services-slider .slick-prev {
  display: none !important;
}
.main-services-slider .slick-next {
  background-image: url("../images/Arrow.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 58px;
  transform: rotate(-90deg);
  background-color: unset;
  border: none;
  position: absolute;
  bottom: -68px;
  right: 30%;
  z-index: 30;
  cursor: url("../images/cursor.png"), pointer;
}
.main-portfolio {
  padding-top: 114px;
}
.main-portfolio-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main-portfolio-item {
  width: 50%;
  position: relative;
  height: 320px;
}
@media screen and (max-width: 768px) {
  .main-portfolio-item {
    width: 100%;
  }
}
.main-portfolio-item:nth-child(n + 9) {
  display: none;
}
.main-portfolio-item-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.main-portfolio-text {
  position: relative;
  z-index: 2;
  padding: 0 0 40px 25px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .main-portfolio-text {
    padding: 0 0 36px 23px;
  }
}
.main-portfolio-text h4 {
  font-weight: 800;
  font-size: 48px;
  line-height: 91%;
  text-transform: uppercase;
  color: #ffffff;
  height: auto;
}
@media screen and (max-width: 1030px) {
  .main-portfolio-text h4 {
    font-size: 36px;
  }
}
@media screen and (max-width: 830px) {
  .main-portfolio-text h4 {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .main-portfolio-text h4 {
    font-size: 43.8814px;
  }
}
@media screen and (max-width: 420px) {
  .main-portfolio-text h4 {
    font-size: 30px;
  }
}
@media screen and (max-width: 320px) {
  .main-portfolio-text h4 {
    font-size: 26px;
  }
}
.main-portfolio-text p {
  font-weight: 500;
  font-size: 20px;
  line-height: 119.5%;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 5px;
}
@media screen and (max-width: 830px) {
  .main-portfolio-text p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .main-portfolio-text p {
    font-size: 18.2839px;
  }
}
@media screen and (max-width: 320px) {
  .main-portfolio-text p {
    font-size: 16px;
  }
}
.main-portfolio-btn {
  background-image: url("../images/Arrow.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 58px;
  margin: 60px auto 0;
  position: relative;
  z-index: 30;
}
@media screen and (max-width: 768px) {
  .main-portfolio-btn {
    margin: 78px auto 0;
  }
}
.main-conatcts-page {
  padding-top: 122px;
}
.main-contacts-page-inner p {
  font-style: italic;
  font-weight: 800;
  font-size: 36px;
  line-height: 119.5%;
  text-transform: uppercase;
  color: #0e00c9;
}
@media screen and (max-width: 520px) {
  .main-contacts-page-inner p {
    font-size: 30px;
  }
}
@media screen and (max-width: 420px) {
  .main-contacts-page-inner p {
    font-size: 24px;
  }
}
@media screen and (max-width: 320px) {
  .main-contacts-page-inner p {
    font-size: 20px;
  }
}
.main-contacts-links {
  margin-top: 41px;
}
.main-contacts-links p {
  color: #000000;
}
.main-form {
  padding-bottom: 41px;
}
@media screen and (max-width: 768px) {
  .main-form {
    padding-bottom: 66px;
  }
}
@media screen and (max-width: 768px) {
  .main-form .container {
    width: 100%;
  }
}
.main-contacts-form {
  margin-top: 94px;
  background: #0e00c9;
  padding: 35px 0 21px;
}
@media screen and (max-width: 768px) {
  .main-contacts-form {
    margin-top: 106px;
    padding: 52px 0 48px;
  }
}
.main-contacts-form-inputs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 94.15%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .main-contacts-form-inputs {
    flex-direction: column;
    row-gap: 21px;
  }
}
.main-contacts-form-inputs p {
  width: 30.69%;
  height: 67px;
}
@media screen and (max-width: 768px) {
  .main-contacts-form-inputs p {
    width: 287px;
  }
}
@media screen and (max-width: 320px) {
  .main-contacts-form-inputs p {
    width: 250px;
  }
}
.main-contacts-form-inputs p input {
  width: 100%;
  height: 100%;
  background: #ffffff;
  border: none;
  font-family: "Larsseit", sans-serif;
  font-weight: 800;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  color: #000000;
  padding-left: 10px;
  box-sizing: border-box;
  cursor: url("../images/cursor.png"), pointer;
}
.main-contacts-form-inputs p input::placeholder {
  font-family: "Larsseit", sans-serif;
  font-weight: 800;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  color: #000000;
}
input.btn-link {
  margin: 48px auto 0;
  background: transparent;
  border: 0.759091px solid #ffffff;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  input.btn-link {
    margin: 56px auto 0;
  }
}

.last-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  padding-top: 100px;
  position: relative;
  z-index: 99999999;
}

.last-link {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  transition: color 0.3s ease;
}

.link:hover {
  color: #0e00c9;
}

.main-platforms-item {
  display: block;
  width: 80px;
  filter: brightness(0) invert(1);
}
.main-platforms-item:nth-last-child(1) {
  filter: grayscale(100%);
}
.main-platforms-item:nth-last-child(2),
.main-platforms-item:nth-last-child(3) {
  filter: grayscale(90%) brightness(0.4) invert(1);
}
.main-platforms-item:hover {
  filter: unset;
}

.main-platforms-list {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
}

@media screen and (min-width: 768px) {
  .main-platforms-list {
    gap: 40px;
  }
}

@media screen and (min-width: 1440px) {
  .main-platforms-list {
    gap: 100px;
  }
}
