.contacts{
    float: right;
    position: relative;
    padding-left: 85px;
    color: #9eeaff;
}
.contacts a{
    color: aliceblue;
}
.contacts span{
    color: #6ed76e;
    margin-right: 12px;
}
.contacts p:first-child, .contacts p:nth-child(3){
    margin-bottom: 12px;
}
.header_content{
    padding-top: 240px;
}
.popup_header{
    margin-bottom: 20px;
    font-size: 22px;
    color: #666;
}
.popup_content{
    text-align: left;
    color: #666;
    padding: 0 12px;
}
.popup_content p{
    margin-bottom: 8px;
}
.popup_content p span{
    margin-right: 12px;
    font-size: 22px;
}
.email{
    color: blueviolet;
}
.whatsapp{
    color: green;
}
.telegram{
    color: #2C9CFF;
}