.PopupThanks{
    position: relative;
}

.PopupThanks .body{
    text-align: center;
}

.PopupThanks .img-okay{
    position: relative;
    height: 108px;
}

.PopupThanks .thanks-text{
    font-size: 20px;
    font-weight: 700;
    line-height: 33px;
}

.PopupThanks .additionaly-text{
    position: relative;
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
}

.PopupThanks .social-list{
    position: relative;
    display: flex;
    justify-content: center;
}

.PopupThanks .social-list a{
    position: relative;
    display: block;
    text-decoration: initial;
    margin: 0 8px;
}

.PopupThanks .social-list a .title{
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.PopupThanks .social-list a .title span{
    position: relative;
    transform: translate(15px, -2px);
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.PopupThanks .social-list .youtube img{
    transform: translate(0px, -3px);
    z-index: 0;
}

.PopupThanks .additionaly_desc{
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: -76px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}

.PopupThanks .additionaly_desc a{
    color: inherit;
    text-decoration: initial;
}

.PopupThanks .additionaly_desc a:hover{
    color: var(--main-color);
}