 * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      
    }

    @font-face {
      font-family: 'Proxima Nova';
      src: url('/font/proximanova_regular.ttf') format('truetype');
      font-weight: 400;
      font-style: normal;
      font-display: swap;
    }
    @font-face {
      font-family: 'AGOpus';
      src: url('/font/agopus.woff') format('truetype');
      font-weight: 400;
      font-style: normal;
      font-display: swap;
    }
    body {
      font-family: 'Proxima Nova';
      height: 100vh;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #2A2A2A;
      background: #ffffff;
      background-image: url(/img/Fon.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      width: 1350px;
      margin: 0 auto;
      overflow: hidden;
    }
    .central-content {
      display: flex;
      flex-grow: 1;
      justify-content: center;
      flex-direction: column;
      align-items: start;
      gap: 48px;
      height: 535px;
      position: relative;
      z-index: 99;
    }
    .logo {
      text-align: center;
    }
    .big-text {
      font-size: 35px;
      font-weight: 400;
      color: #4B4B4B;
      text-align: center;
      text-transform: lowercase;
    }

    .flex-container {
      display: flex;
      flex-direction: column;
      gap: 20px;
    
      .contact {
        display: flex;
        gap: 16px;

        p, .tel {
          text-decoration: none;
          color: #4B4B4B;
          font-size: 24px;
          line-height: 30px;
        }

        .social {
          display: flex;
          gap: 12px;
          align-items: center;
        }
      }
    }

    .social-links {
      display: flex;
      flex-direction: column;
      gap: 16px;

      p {
        font-family: 'AGOpus';
        font-size: 24px;
        line-height: 30px;
      }

      .social {
        display: flex;
        gap: 12px;
      }
    }
   
    .central-content.lable {
      gap: 0;
      justify-content: end;

      .name {
        font-family: 'AGOpus';
        font-size: 25.98px;
        line-height: 100%;
        letter-spacing: -4%;
        color: #ffffff;
        background-color: #3364DE;
        padding: 1.3px 5.2px;
      }
      .flex-social {
        display: flex;

        p {
          color: #ffffff;
          background-color: #4B4B4B;
          padding: 1.3px 5.2px;
          font-size: 18.19px;
        }

        a {
          display: flex;
          padding: 7px 5px;
          width: auto;
          align-items: center;
        }
      }
    }
    a.tg {
    background: #27A6E5;
    }
    a.vk {
    background: #0077FF;
    }
    .central-content.lable.ivan {
      margin-left: 180px;
    }
    .background_foto {
      position: absolute !important;
      bottom: -2%;
      z-index: 10;
	  top: auto !important;
		left: auto !important;
    }

    .background_foto.ivan {
      right: 0;
    }
    .background_foto.anton {
      right: 625px;
    }
    .background {
      position: absolute !important;
      z-index: 10;
      will-change: transform;
    }
    .background.maneta1{
      bottom: -12%;
      right: 35%;
      top: auto !important;
      left: auto !important;
    }
    .background.maneta2{
      top: 0% !important;
      left: 35% !important;
    }
    .background.maneta3{
      right: 0;
      bottom: 12%;
      top: auto !important;
      left: auto !important;
	  z-index: 1;
    }
    .background.vk{
      bottom: 15%;
      right: 35%;
      top: auto !important;
      left: auto !important;
    }
    .background.ok{
      right: 14%;
      top: 33% !important;
      left: auto !important;
    }
    .background.tg{
      right: 18%;
      bottom: 40%;
      top: auto !important;
      left: auto !important;
	  z-index: 1;
    }
    .background.rt{
      top: 45% !important;
      left: 42% !important;
    }

    #parallax {
      position: fixed !important;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
    }