* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  font-family: Arial, Helvetica, sans-serif;
  scroll-behavior: smooth;
  line-height: 1.15;
}

body {
  font-size: 1.6rem;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

ul {
  list-style-type: none;
}

table,
tbody,
tr {
  width: 100%;
}

body,
p {
  font-size: 1.9rem;
  line-height: 1.5;
}

h1 {
  font-size: 4.5rem;
  line-height: 1.2;
}

h2 {
  font-size: 3.2rem;
  line-height: 1.25;
}

h3 {
  font-size: 2.8rem;
  line-height: 1.3;
}

h4 {
  font-size: 1.9rem;
  line-height: 1.35;
}

h5 {
  font-size: 1.5rem;
  line-height: 1.5;
}

h6 {
  font-size: 1.3rem;
  line-height: 1.6;
}

@font-face {
  font-family: "oswald";
  src: url("../fonts/oswald.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Pacifico";
  src: url("../fonts/pacifico.ttf") format("truetype");
  font-display: swap;
}
body {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.container {
  width: 1200px;
  margin: auto;
}
@media (max-width: 1199px) {
  .container {
    width: 100%;
    max-width: 1199px;
  }
}

.main-block {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  width: 100%;
}

footer {
  height: 10rem;
}

hr {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.152);
}

#particles {
  position: absolute;
  z-index: -1;
}

#blurCanvasTop {
  width: 0;
  height: 0;
}

#blurCanvasBottom {
  width: 0;
  height: 0;
}

.header {
  position: fixed;
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: white;
  z-index: 999;
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 6rem;
  padding: 0 2rem;
  color: white;
}
@media (max-width: 992px) {
  .header__container {
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    height: calc(6rem * 1.5);
    padding: 0;
  }
}

.logo {
  font-family: oswald, Arial, Helvetica, sans-serif;
  color: black;
  font-size: 2.4rem;
}
.logo__redDot {
  color: red;
}
.logo__com {
  color: black;
}

.nav {
  display: flex;
  gap: 2rem;
}
.nav li {
  /* margin-left: 2rem; */
}
.nav li a {
  font-family: oswald;
  color: black;
  text-decoration: underline;
}

.main__welcome-screen {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100vh;
}
@media (max-width: 992px) {
  .main__welcome-screen {
    padding: calc(6rem * 1.5) 2rem 0;
  }
}
.main__about {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
  height: 100%;
  padding: 0 2rem;
}
.main__about-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 992px) {
  .main__title-first-line {
    font-size: 3.5rem;
  }
}
@media (max-width: 992px) {
  .main__title-name {
    font-size: 3.5rem;
  }
}
@media (max-width: 992px) {
  .main__title-second-line {
    font-size: 2.5rem;
  }
}
.main__email a {
  color: black;
}
.main__some-words {
  display: flex;
  justify-content: flex-end;
  width: 97%;
}
.main__quote {
  transform: translateY(-80px);
  font-style: italic;
}
@media (max-width: 992px) {
  .main__quote {
    font-size: 1.6rem;
    transform: none;
  }
}
.main__contacts {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  height: 6rem;
}
@media (max-width: 992px) {
  .main__contacts {
    padding: 0 0 2rem;
    margin: 2rem 0 0;
  }
}
.main__contacts li a {
  color: black;
  text-decoration: underline;
}

.projects-target {
  display: block;
  position: relative;
  top: -50px;
  visibility: hidden;
}
.projects_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 8rem;
}
@media (max-width: 992px) {
  .projects_title {
    margin-bottom: 3rem;
  }
}
.projects_title h2 {
  font-family: oswald, Arial, Helvetica, sans-serif;
  font-size: 4.5rem;
}
.projects__works {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.projects__cover {
  border-radius: 1rem;
  border-color: #d5dce2 #d5dce2 #b8c2cc;
}
.projects__cover-blog {
  transition: all 1.3s ease;
  transform: perspective(652px) rotateY(16deg) translateY(-15px) rotateX(6deg) rotate(-7deg) scale(0.8);
}
@media (max-width: 992px) {
  .projects__cover-blog {
    display: flex;
    justify-content: center;
  }
}
.projects__cover-magadar {
  transition: all 1.3s ease;
  transform: perspective(652px) rotateY(-16deg) translateY(-15px) rotateX(6deg) rotate(7deg) scale(0.8);
}
@media (max-width: 992px) {
  .projects__cover-magadar {
    display: flex;
    justify-content: center;
  }
}
.projects__cover-blog-img {
  border-radius: 1rem;
  width: 416px;
  height: 480px;
  background-image: url(../images/blog.webp);
  background-position: 50% 50%;
  background-size: 100%;
  box-shadow: rgba(22, 31, 39, 0.42) -8px 17px 50px 7px, rgba(19, 26, 32, 0.08) -20px 19px 20px 3px;
}
@media (max-width: 992px) {
  .projects__cover-blog-img {
    max-width: 416px;
    background-size: cover;
  }
}
.projects__cover-magadar-img {
  border-radius: 1rem;
  width: 416px;
  height: 480px;
  background-image: url(../images/magadar.webp);
  background-position: 50% 50%;
  background-size: 100%;
  box-shadow: rgba(22, 31, 39, 0.42) -8px 17px 50px 7px, rgba(19, 26, 32, 0.08) -20px 19px 20px 3px;
}
@media (max-width: 992px) {
  .projects__cover-magadar-img {
    max-width: 416px;
    background-size: cover;
  }
}
.projects__info {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding: 8rem 0;
}
@media (max-width: 992px) {
  .projects__info {
    padding: 0 0 3rem;
  }
}
.projects__info-blog {
  align-items: flex-start;
}
.projects__info-magadar {
  align-items: flex-start;
}
.projects__info-title {
  font-size: 4.5rem;
}
.projects__info-description {
  font-size: 1.9rem;
}
.projects__blog {
  display: flex;
  justify-content: space-between;
  align-self: flex-start;
  gap: 5rem;
  background-color: rgba(255, 255, 255, 0.064);
  width: 85rem;
  padding: 2rem 3rem;
  border-radius: 1rem;
  transition: all 0.8s ease;
  padding: 0 3rem 2rem;
}
@media (max-width: 992px) {
  .projects__blog {
    flex-direction: column;
    gap: 2rem;
    width: 100%;
  }
}
.projects__blog:hover {
  /* box-shadow: 1px 3px 14px 2px rgb(1 1 1 / 15%); */
  background-color: rgba(255, 255, 255, 0.715);
  transform: scale(1.01);
}
.projects__magadar {
  display: flex;
  justify-content: space-between;
  align-self: flex-end;
  gap: 5rem;
  background-color: rgba(255, 255, 255, 0.064);
  width: 85rem;
  padding: 2rem 3rem;
  border-radius: 1rem;
  transition: all 0.8s ease;
}
@media (max-width: 992px) {
  .projects__magadar {
    flex-direction: column-reverse;
    gap: 2rem;
    width: 100%;
  }
}
.projects__magadar:hover {
  /* box-shadow: 1px 3px 14px 2px rgb(1 1 1 / 15%); */
  background-color: rgba(255, 255, 255, 0.715);
  transform: scale(1.01);
}
.projects__blog:hover .projects__cover-blog, .projects__magadar:hover .projects__cover-magadar {
  transform: perspective(835px) rotateY(0deg) translateY(-15px) rotateX(0deg) rotate(0deg) scale(0.9);
}

.landings {
  padding-bottom: 5rem;
}
.landings__block {
  display: flex;
  justify-content: space-around;
  margin-bottom: 5rem;
}
@media (max-width: 992px) {
  .landings__block {
    flex-direction: column;
    align-items: center;
    gap: 4rem;
    padding: 0 2rem;
  }
}
.landings__card {
  width: 35rem;
  height: 50rem;
  padding: 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.261);
  border-radius: 1rem;
  box-shadow: 1px 1px 5px 0 rgba(1, 1, 1, 0.15);
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .landings__card {
    height: auto;
  }
}
.landings__card-miami {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 1rem;
  padding-right: 1rem;
  background-color: #19629d;
}
@media (max-width: 992px) {
  .landings__card-miami {
    align-items: center;
    padding: 0 0 2rem;
  }
}
.landings__card-bakery {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 1rem;
  padding-right: 1rem;
  background-color: #dfa356;
}
@media (max-width: 992px) {
  .landings__card-bakery {
    align-items: center;
    padding: 0 0 2rem;
  }
}
.landings__cover {
  width: 30rem;
  border-radius: 1rem;
  box-shadow: 1px 1px 5px 0 rgba(1, 1, 1, 0.15);
  transition: all 1s ease;
  transform: translate(-3.5rem, -3.5rem);
}
@media (max-width: 992px) {
  .landings__cover {
    display: flex;
    justify-content: center;
    width: 100%;
    transform: none;
  }
}
.landings__cover-miami {
  border-radius: 1rem;
  width: 300px;
  height: 300px;
  border-radius: 1rem;
  background-image: url(../images/miami.webp);
  background-position: 50% 50%;
  background-size: 100%;
  transition: all 2s ease;
}
@media (max-width: 992px) {
  .landings__cover-miami {
    width: 100%;
  }
}
.landings__cover-bakery {
  border-radius: 1rem;
  width: 300px;
  height: 300px;
  border-radius: 1rem;
  background-image: url(../images/bakery.webp);
  background-position: 50% 50%;
  background-size: 100%;
  transition: all 2s ease;
}
@media (max-width: 992px) {
  .landings__cover-bakery {
    width: 100%;
  }
}
.landings__title {
  position: relative;
  text-align: right;
  color: white;
  z-index: 1;
  text-shadow: -1px 0 rgba(0, 0, 0, 0.232), 0 1px rgba(0, 0, 0, 0.232), 1px 0 rgba(0, 0, 0, 0.232), 0 -1px rgba(0, 0, 0, 0.232);
}
@media (max-width: 992px) {
  .landings__title {
    margin: 2rem 0;
    padding: 0 2rem;
    text-align: center;
    z-index: 0;
  }
}
.landings__title-h3 {
  position: absolute;
  right: -58px;
  font-size: 3.5rem;
  transition: all 1s ease;
}
@media (max-width: 992px) {
  .landings__title-h3 {
    position: relative;
    right: 0;
  }
}
.landings__title h3::before {
  content: "";
  position: absolute;
  left: -0.5rem;
  width: 100%;
  height: 100%;
  padding: 0.2rem 0.5rem;
  z-index: -1;
  border-radius: 0.5rem;
  background-color: #0000001a;
}
.landings__title h3::after {
  content: attr(data-shadow);
  position: absolute;
  top: 2px;
  right: -2px;
  z-index: -1;
  text-shadow: none;
  background-image: linear-gradient(45deg, transparent 5%, #ebe9e0 45%, #ebe9e0 55%, transparent 0);
  background-size: 8px 8px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shad-anim 50s linear infinite;
}
.landings__link {
  position: absolute;
  width: 100%;
  bottom: 2rem;
  text-align: center;
}
@media (max-width: 992px) {
  .landings__link {
    position: relative;
    bottom: 0;
  }
}
.landings__link a {
  color: white;
  text-shadow: -1px 0 rgba(0, 0, 0, 0.232), 0 1px rgba(0, 0, 0, 0.232), 1px 0 rgba(0, 0, 0, 0.232), 0 -1px rgba(0, 0, 0, 0.232);
  transition: all 0.5s ease;
}
.landings__link a:hover {
  color: black;
}
.landings__card:hover {
  box-shadow: 0px 2px 4px rgba(46, 41, 51, 0.2), 0px 5px 10px rgba(71, 63, 79, 0.3);
}
.landings__card:hover .landings__cover {
  box-shadow: 0px 2px 4px rgba(46, 41, 51, 0.2), 0px 5px 10px rgba(71, 63, 79, 0.3);
  transform: translate(-4.1rem, -3.5rem) scale(1.03);
}
@media (max-width: 992px) {
  .landings__card:hover .landings__cover {
    transform: none;
  }
}
.landings__card:hover .landings__cover-miami {
  background-size: 105%;
}
.landings__card:hover .landings__cover-bakery {
  background-size: 105%;
}
.landings__card:hover .landings__title-h3 {
  right: -80px;
}
@media (max-width: 992px) {
  .landings__card:hover .landings__title-h3 {
    right: 0;
  }
}

@keyframes shad-anim {
  0% {
    background-position: 0 0;
  }
  0% {
    background-position: 100% -100%;
  }
}
.button {
  position: relative;
  display: inline-block;
  width: 130px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #eee;
  text-align: center;
  border-radius: 0.7rem;
  transition: all 0.4s;
  transition-timing-function: cubic-bezier(0.2, 0.49, 1, 1);
  overflow: hidden;
  color: black;
}
.button:hover {
  background: white;
  box-shadow: 1px 1px 5px 0 rgba(1, 1, 1, 0.15);
  border-radius: 1rem;
}

.some-apps {
  padding: 0 0 5rem;
}

.apps {
  display: flex;
  justify-content: space-evenly;
}
@media (max-width: 1100px) {
  .apps {
    flex-direction: column;
    align-items: center;
    gap: 4rem;
    padding: 0 1.5rem;
  }
}
@media (max-width: 992px) {
  .apps {
    flex-direction: column;
    align-items: center;
    gap: 4rem;
    padding: 0 1.5rem;
  }
}
.apps_2048 {
  display: flex;
  width: 53rem;
  height: 25rem;
  padding: 2rem;
  border-radius: 1rem;
  background-color: #3d2963;
  box-shadow: 1px 1px 5px 0 rgba(1, 1, 1, 0.15);
  transition: all 1s ease;
  color: white;
}
@media (max-width: 992px) {
  .apps_2048 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 30rem;
    height: 40rem;
  }
}
.apps_2048:hover {
  box-shadow: 0px 2px 4px rgba(46, 41, 51, 0.2), 0px 5px 10px rgba(71, 63, 79, 0.3);
}
.apps_2048-cover {
  width: 20rem;
  height: 20rem;
  margin-left: -5rem;
}
@media (max-width: 992px) {
  .apps_2048-cover {
    margin-left: 0;
  }
}
.apps_2048-cover-img {
  border-radius: 1rem;
  width: 20rem;
  height: 20rem;
  background-image: url(../images/2048.webp);
  background-position: 50% 50%;
  background-size: 100%;
}
.apps_2048-main {
  display: flex;
  align-items: center;
  position: relative;
  width: 33rem;
  padding-left: 2rem;
}
@media (max-width: 992px) {
  .apps_2048-main {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding-left: 0;
  }
}
.apps_2048-button {
  position: absolute;
  bottom: 1rem;
  right: 2rem;
  color: white;
}
@media (max-width: 992px) {
  .apps_2048-button {
    position: relative;
    right: 0;
  }
}
.apps_2048-button:hover {
  color: black;
}
.apps_2048-button-img {
  position: absolute;
  top: 1.3rem;
  right: -3.8rem;
  width: 31px;
  transform: rotate(33deg);
  transition: all 1s ease;
}
.apps_2048-button:hover .apps_2048-button-img {
  top: 1.3rem;
  right: 0.8rem;
  width: 31px;
  animation: gamepadAnim 2s ease infinite;
}
.apps_2048-logo {
  margin-top: -5rem;
  font-family: "Pacifico", Verdana, cursive;
  font-size: 8rem;
  text-transform: uppercase;
  transform: rotate(-6deg);
  animation: logoAnimation 10s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}
@media (max-width: 992px) {
  .apps_2048-logo {
    margin-top: -3rem;
  }
}
.apps_2048-game-cube {
  position: absolute;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 0.5rem;
  background-color: white;
  box-shadow: 1px 1px 5px 0 rgba(1, 1, 1, 0.15);
}
@media (max-width: 992px) {
  .apps_2048-game-cube {
    display: none;
  }
}
.apps_passwordgenerator {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 53rem;
  height: 25rem;
  background-image: linear-gradient(to right bottom, #7e57c2, #7a68cd, #7878d5, #7988dc, #7c96e2, #7a9ae5, #789fe8, #76a3ea, #68a0ec, #589cef, #4399f1, #2196f3);
  padding: 2rem;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .apps_passwordgenerator {
    width: 100%;
    max-width: 30rem;
    height: 40rem;
  }
}
.apps_passwordgenerator-logo {
  color: white;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 3.5rem;
  font-weight: bold;
  animation: glitch 1.2s linear infinite;
}
@media (max-width: 992px) {
  .apps_passwordgenerator-logo {
    text-align: center;
  }
}
.apps_passwordgenerator-logo:before, .apps_passwordgenerator-logo::after {
  content: attr(title);
  position: absolute;
  left: 0;
}
@media (max-width: 992px) {
  .apps_passwordgenerator-logo:before, .apps_passwordgenerator-logo::after {
    display: none;
  }
}
.apps_passwordgenerator-logo:before {
  animation: glitchTop 1.7s linear infinite;
  clip-path: polygon(0 0, 100% 0, 100% 33%, 0 33%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 33%, 0 33%);
}
.apps_passwordgenerator-logo:after {
  animation: glitchBotom 2.3s ease infinite;
  clip-path: polygon(0 67%, 100% 67%, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(0 67%, 100% 67%, 100% 100%, 0 100%);
}
.apps_passwordgenerator-img1 {
  position: absolute;
  width: 5.5rem;
  height: 5.5rem;
  background-image: url(../images/fingerprint.webp);
  background-position: 50% 50%;
  background-size: cover;
  top: 8.5rem;
  right: 11.5rem;
  transform: rotate(-5deg);
}
@media (max-width: 992px) {
  .apps_passwordgenerator-img1 {
    top: 13.5rem;
    right: 6.5rem;
  }
}
.apps_passwordgenerator-img2 {
  position: absolute;
  width: 5.5rem;
  height: 5.5rem;
  background-image: url(../images/safety.webp);
  background-position: 50% 50%;
  background-size: cover;
  bottom: 2rem;
  left: 4rem;
  height: 7rem;
  transform: scale(0.8) rotate(-10deg);
}
@media (max-width: 992px) {
  .apps_passwordgenerator-img2 {
    bottom: 9rem;
    left: 4rem;
  }
}
.apps_passwordgenerator-img3 {
  position: absolute;
  width: 5.5rem;
  height: 5.5rem;
  background-image: url(../images/password.webp);
  background-position: 50% 50%;
  background-size: cover;
  bottom: 4rem;
  right: 3rem;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .apps_passwordgenerator-img3 {
    bottom: 12rem;
    right: 5rem;
  }
}
.apps_passwordgenerator-img4 {
  position: absolute;
  width: 5.5rem;
  height: 5.5rem;
  background-image: url(../images/crypto.webp);
  background-position: 50% 50%;
  background-size: cover;
  top: 7.5rem;
  left: 10rem;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .apps_passwordgenerator-img4 {
    top: 16.5rem;
    left: 9rem;
  }
}
.apps_passwordgenerator-img5 {
  position: absolute;
  width: 5.5rem;
  height: 5.5rem;
  background-image: url(../images/glasses.webp);
  background-position: 50% 50%;
  background-size: cover;
  top: 3rem;
  right: 2rem;
  width: 5rem;
  height: 2rem;
  transform: rotate(45deg);
}
.apps_button {
  position: absolute;
  bottom: 3rem;
  color: white;
}
.apps_button:hover {
  color: black;
}

.cube-1 {
  top: 0rem;
  right: 7rem;
  transform: rotate(-15deg);
  background-image: url(../images/4.gif);
  background-position: 50% 50%;
  background-size: 100%;
}
.cube-2 {
  top: 7rem;
  right: 0rem;
  transform: rotate(10deg);
  background-image: url(../images/32.gif);
  background-position: 50% 50%;
  background-size: 100%;
}
.cube-3 {
  bottom: 0rem;
  left: 5rem;
  transform: rotate(-8deg);
  background-image: url(../images/256.gif);
  background-position: 50% 50%;
  background-size: 100%;
}

@-webkit-keyframes logoAnimation {
  0% {
    text-shadow: -3px -3px 0px #8E8CD8;
  }
  10% {
    text-shadow: 3px -4px 0px #8E8CD8;
  }
  20% {
    text-shadow: -3px 4px 0px #8E8CD8;
  }
  30% {
    text-shadow: 3px -4px 0px #8E8CD8;
  }
  40% {
    text-shadow: -4px 3px 0px #8E8CD8;
  }
  50% {
    text-shadow: 3px 4px 0px #8E8CD8;
  }
  60% {
    text-shadow: -4px 3px 0px #8E8CD8;
  }
  70% {
    text-shadow: 3px 4px 0px #8E8CD8;
  }
  80% {
    text-shadow: -3px -3px 0px #8E8CD8;
  }
  90% {
    text-shadow: 3px -4px 0px #8E8CD8;
  }
  100% {
    text-shadow: -3px -3px 0px #8E8CD8;
  }
}
@keyframes glitch {
  2%, 64% {
    transform: translate(0px, 1px) skew(0deg);
  }
  4%, 60% {
    transform: translate(0px, 1px) skew(0deg);
  }
  62% {
    transform: translate(0, 0) skew(5deg);
  }
}
@keyframes glitchTop {
  2%, 64% {
    transform: translate(2px, -2px);
  }
  4%, 60% {
    transform: translate(-2px, 2px);
  }
  62% {
    transform: translate(13px, -1px) skew(-13deg);
  }
}
@keyframes glitchBotom {
  2%, 64% {
    transform: translate(-2px, 0);
  }
  4%, 60% {
    transform: translate(-2px, 0);
  }
  62% {
    transform: translate(-22px, 5px) skew(21deg);
  }
}
@keyframes gamepadAnim {
  0% {
    transform: translate(0, 0px) rotate(33deg);
  }
  50% {
    transform: translate(0, -3px) rotate(33deg);
  }
  100% {
    transform: translate(0, 0) rotate(33deg);
  }
}
footer {
  width: 100%;
  height: 100%;
  padding: 8rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.152);
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  height: 100%;
}
@media (max-width: 992px) {
  .footer {
    padding: 0 2rem;
  }
}
.footer__links {
  width: 100%;
}
.footer__links ul {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 4rem;
}
.footer__links a {
  color: black;
}
.footer__contacts ul {
  display: flex;
  gap: 2rem;
}
.footer__contacts a {
  display: flex;
  align-items: center;
  height: 25px;
}
.footer__contacts img {
  width: 25px;
  height: 25px;
}
.footer__sign {
  text-align: center;
  font-size: 1.8rem;
  color: rgba(0, 0, 0, 0.6);
}

/*# sourceMappingURL=style.css.map */
