body,
		h1,
		p {
    margin: 0;
    padding: 0;
}

.wrapper {
    box-sizing: border-box;
    background: rgba(255, 255, 255, .0);
    height: 100vh;
    padding-top: 120px;
}

.popup {
    box-sizing: border-box;
    background: #fff;
    width: 347px;
    height: 500px;
    padding: 90px 0;
    margin: 0 auto;
    border-radius: 5px;
    box-shadow: 4px 6px 15px rgba(0,0,0,0.4);
    position: absolute;
    top: 120px;
    right: 0;
    bottom: 0;
    left: 0;
}

.popup__title {
    font-family: "Ubuntu", suns-serif;
    font-size: 29px;
    color: #000000;
    text-align: center;
    font-weight: 400;
}

.popup__title {
    transition: all 300ms linear 0ms;
}

.popup__title:hover {
    transform: rotate(0deg) scale(1.1,1.1) ;
    z-index: 999;
    transition: transform 300ms linear 0ms,;
}

.popup_photo {
    width: 210px;
    height: 210px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-top: -75px;
    border-radius: 70px;
}

.popup__text {
    font-family: "PT Sans", suns-serif;
    font-size: 17px;
    color: #000000;
    text-align: center;
    padding: 30px;
}

.popup__link {
    color: #900;
    text-align: center;
    display: block;
    margin: 10px auto;
}

.popup_button {
    width: 244px;
    text-align: center;
    display: block;
    padding: 15px 0;
    border-radius: 24px;
    margin: 0 auto 30px auto;
}

.popup_button a {
    color: #fff;
    font-family: "PT Sans", suns-serif;
    font-size: 18px;
    text-decoration: none;
}

.tg {
    background-color: #64a9dc;
}

.wh {
    background-color: #5ab348;
}

.vb {
    background-color: #5d407f;
}

/* .popup_button:hover {
     background-color: #686bf5; 
} */
.button_smm {
    width: 21px;
    height: 21px;
    position: absolute;
    left: 100px;
}

.popup_add {
    font-family: "PT Sans", suns-serif;
    font-size: 14px;
    color: #4e5053;
    text-align: center;
    padding: 0;
}

.popup_add a {
    color: #4e5053;
}

.popup_add a:hover {
    color: #6954e9;
}

.popup_button {
    background-image: -webkit-linear-gradient(45deg, #ed1c5b 50%, transparent 50%);
    background-image: linear-gradient(45deg, #ed1c5b 50%, transparent 50%);
    background-position: 100%;
    background-size: 250%;
    transition: all 700ms linear 0ms;
}

.popup_button:hover {
    background-position: 0;
    transition: background-position 700ms linear 0ms;
}