html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

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

:root {
    --text-color: #FFFFFF;
    --main-color: #00ADB5;
    --back-color: #222831;
}


.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
  }

  .oswald-bold {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
  }
  


  body {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: var(--text-color);
  }

  p {
    display: block;
    padding: 0;
    margin: 0
  }

  .container {
    margin: 0 auto;
  }

  .main {
    display: flex;
    flex-direction: column;
    background-color: var(--back-color);
    background-repeat: no-repeat;
    max-width: 1440px;
    min-height: 1024px;
    overflow: hidden;
    z-index: -10;
  }

  .header {
    position: relative;
    display: flex;
    z-index: 2;
    justify-content: space-between;
    padding: 48px 96px;
    border-bottom: solid;
    border-color: #EEEEEE1A;
    border-width: 2px;
  }

  .header-left {
    display: flex;
    align-items: center;
    font-size: 24px;
  }

  .header-right {
    display: flex;
    align-items: center;
    gap: 48px;
    font-size: 18px;

  }


  .content {
    display: flex;
    padding: 48px 96px;
    justify-content: space-between;

  }

  .content-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 390px;
    height: auto;

  }

  .main-par {
    width: 340px;
    font-size: 64px;
  }

  .text-info {
    font-size: 18px;
    text-align: justify;
  }

  .content-images {
    position: relative;
    display: flex;
    flex-direction: column;
  }

  .fon-image {
    width: 665px;
    height: 500px;
  }

  .font-image {
    position: absolute;
    top: 226px;
    left: 92px;
    width: 410px;
    height: 350px;
  }

  .ellipse {
    position: absolute;
    top: 576px;
    left: 120px;
  }

  .zzz {
    position: absolute;
    top: 225px;
    left: 162px;
  }

  .back-img1 {
    position: absolute;
    width: 62px;
    height: 88px;
    left: -249px;
    top:141px;
  }

  .back-img1 img, .back-img2 img, .back-img3 img {
    width: 100%;
    height: 100%;
  }

  .back-img2 {
    position: absolute;
    width: 61px;
    height: 46px;
    left: -534px;
    top: 20px;
  }


  .back-img3 {
    position: absolute;
    width: 112px;
    height: 170px;
    left: -425px;
    top: 372px;
  }


.footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-top: solid 2px #EEEEEE1A ;
    padding: 48px 96px;
    margin-top: 100px;
    gap:35px;
}

.link-icons-block {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 48px;
    font-size: 18px;
}

.link-icon-item {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: normal;
    gap: 14px;
    padding: 10px;
}

.item-img {
    width: 24px;
    height: 24px;
}

.item-img img {
    width: 100%;
    height: 100%;
}

.circle-link-block {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.circle-item {
    display: flex;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50px;
    padding: 12px;
    background-color: #393E46;
    border-radius: 50px;
}

.circle-item img {
    width: 100%;
    height: 100%;

}

 
.git-hub {
  padding: 4px;  
}


@media screen and (max-width: 767px) {

  .header {
    flex-direction: column;
    justify-content: center;
    align-content: center;
    gap: 15px;
    padding: 24px 24px;
    align-items: center;
  }

  .header-left {
    font-size: 18px;
  }

  .header-right {
    font-size: 14px;
  }


.content {
  flex-wrap: wrap;
  padding: 48px 24px;
}

.content-text {
  margin-bottom: 40px;
}

.main-par {
  font-size: 48px;
}

.text-info {
  font-size: 16px;
}


  .fon-image {
    width: 365px;
    height: 312px;
  }

  .fon-image img, .font-image img, .ellipse img {
    width: 100%;
    height: 100%;
  }

  .font-image {
    top: 80px;
    left: 24px;
    width: 277px;
    height: 234px;
    z-index: 3;
  }

  .ellipse {
    position: absolute;
    top: 576px;
    left: 120px;
  }

  .zzz {
    position: absolute;
    top: 225px;
    left: 162px;
  }

  .back-img1 {
    position: absolute;
    width: 62px;
    height: 88px;
    left: -249px;
    top:141px;
  }

  .back-img1 img, .back-img2 img, .back-img3 img {
    width: 100%;
    height: 100%;
  }

  .back-img2 {
    position: absolute;
    width: 61px;
    height: 46px;
    left: -534px;
    top: 20px;
  }


  .back-img3 {
    position: absolute;
    rotate: -85deg;
    transform: scaleX(-1);
    left: 116px;
    top: -81px;
    height: 120px;
    width: 66px;
  }

  .ellipse {
    position: absolute;
    top: 303px;
    left: 10px;
    z-index: 2;
  }


  .zzz {
    z-index: 3;
    top: 62px;
    left: 66px;
  }

  .back-img2 {
    position: absolute;
    width: 44px;
    height: 26px;
    left: 0px;
    top: -277px;
  }


  .footer {
    padding: 24px 48px;
    margin-top: 30px;
    gap:15px;
  }

  .link-icons-block {
    gap: 20px;
    font-size: 12px;
  }

  .item-img {
    width: 16px;
    height: 16px;
  }

  .circle-item {
    width: 24px;
    height: 24px;
    padding: 6px;
    align-items: center;
  }

}