/* .social {
    position: fixed;
    right: 20px;
    top: 150px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center; */
    
  /*   margin-top: 55px;
  margin-bottom: 55px;
  margin-right:50px; */
  /* } */
  
  /* .social__btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: orange;
    color: #fff;
    opacity: .8;
    font-size: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.6);
    z-index: 11;
  } */
  
  /* .social__link {
    width: 60px;
    height: 40px;
    background: green;
    border-radius: 50%;
    box-shadow: 2px 2px 5px #000;
    color: #fff;
    opacity: .0;
    font-size: 22px;
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    position: absolute;
    z-index: 10;
  }  */
  
  /* .vkontakte {
    background: var(--vkontakte);
  }
  .social input:checked ~ .vkontakte {
    transform: translate(-60px, 0px);
    transition-delay: 0.6s;
    opacity: .7;
  }
  
  .telegram {
    background: var(--telegram);
  }
  .social input:checked ~ .telegram {
    transform: translate(-120px, 0px);
    transition-delay: 0.5s;
    opacity: .7;
  } */
  
  /* .whatsapp {
    background: var(--whatsapp);
  }
  .social input:checked ~ .whatsapp {
    transform: translate(-180px, 0px);
    transition-delay: 0.4s;
    opacity: .7;
  }
  
  .facebook {
    background: var(--facebook);
  }
  .social input:checked ~ .facebook {
    transform: translate(-240px, 0px);
    transition-delay: 0.3s;
    opacity: .7;
  }
  
  .twitter {
    background: var(--twitter);
  }
  .social input:checked ~ .twitter {
    transform: translate(-300px, 0px);
    transition-delay: 0.2s;
    opacity: .7;
  }
  
  .viber {
    background: var(--viber);
  }
  .social input:checked ~ .viber {
    transform: translate(-360px, 0px);
    transition-delay: 0.1s;
    opacity: .7;
  } */
  /* .social input {
    display: none;
}
  .social__btn:active {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
} */
/* .button__contact{
    background-image: url("../img/button-contact.svg");
} */
.social{
  display: none;
}
@media (max-width: 1000px) {
    .social{
        position: fixed;
        left: 20px;
        top: -10px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 120px;
        height: 120px;
        margin-top: 30px;
        margin-bottom: 30px;
        /* font-size: 1rem; */
        z-index: 11;
    }
    .social input {
        display: none;
    }
    .social__btn{
        width: 120px;
        height: 120px;
        font-size: 70px;
        border-radius: 50%;
        background: #28a71c;
        background-image: url("../img/contact-4.svg");
        background-size: 80%;
        background-repeat: no-repeat;
        background-position: 40% 65%;
        color: #fff;
        opacity: .8;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.6);
        z-index: 100;
    }
    .social__btn:active {
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    }

    .social__link {
        width: 10px;
        height: 10px;
        font-size: 44px;
        /* background: green; */
        border-radius: 10px;
        box-shadow: 2px 2px 5px #000;
        color: #fff;
        opacity: .3;
        transition: 0.3s;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        position: absolute;
        left: -200px;
        z-index: 10;
        font-size: 2rem;
    } 
    .social input:checked ~ .social__link{
        width: 400px;
        height: 100px;
    }
    .vkontakte {
        background: #205abe;
    }
    .vkontakte i{
      margin-right: 1rem;
      font-size: 3rem;
    }
    .vkontakte p{
      font-size: 3rem;
    }
    .social input:checked ~ .vkontakte {
        transform: translate(190px, 400px);
        transition-delay: 0.5s;
        opacity: .8;
    }

    .whatsapp {
        background: #25d366;
        
    }
    .whatsapp i{
      margin-right: 1rem;
      font-size: 4rem;
    }
    .whatsapp p{
      font-size: 3rem;
    }
    .social input:checked ~ .whatsapp {
        transform: translate(190px, 200px);
        transition-delay: 0.6s;
        opacity: .8;
    }

    /* .whatsapp {
      background: var(--whatsapp);
    }
    .social input:checked ~ .whatsapp {
      transform: translate(-390px, 0px);
      transition-delay: 0.4s;
    }

    .facebook {
      background: var(--facebook);
    }
    .social input:checked ~ .facebook {
      transform: translate(-520px, 0px);
      transition-delay: 0.3s; 
    }

    .twitter {
      background: var(--twitter);
    }
    .social input:checked ~ .twitter {
      transform: translate(-650px, 0px);
      transition-delay: 0.2s;
    }

    .viber {
      background: var(--viber);
    }
    .social input:checked ~ .viber {
      transform: translate(-780px, 0px);
      transition-delay: 0.1s;
    } */
}