.pg-main {display: flex;justify-content: center;align-items: center;height: 100vh;flex-direction: column;}

.pg-main__title {
    text-align: center;
    font-family: Roboto;
    letter-spacing: 0.1em;
    color: #ffcf1b;
    font-weight: 900;
    font-size: 11vw;
    font-size: clamp(16px, 11vw, 170px);
    /* margin-bottom: 13px; */
    line-height: 110%;
}

.pg-main__tg-link {
    background-color: #1f1f1f;
    padding: 10px 16px;
    border-radius: 5px;
    color: #d2d2d2;
    font-weight: bold;
    letter-spacing: 0.03em;
    margin-top: 32px;
}

.pg-main__footer {
    position: absolute;
    bottom: 0;
    padding: 17px 12px;
    display: flex;
    gap: 14px 25px;
    flex-wrap: wrap;
    justify-content: center;
}

.pg-main__footer a {
    color: #494949;
}

.pg-main__brif {
    font-weight: 200;
    color: #eee;
    letter-spacing: 0.04em;
    text-align: center;
    margin-top: 12px;
}

.pg-main__prices {
    width: 300px;
    margin-top: 20px;
}

.pg-main__prices__items {
    display: flex;
    flex-wrap: wrap;
    gap: 12%;
    margin-top: 12px;
}

.pg-main__prices__item {
    width: 44%;
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
}

.pg-main__prices__item div:last-child {
    color: #ffcf1b;
}

.pg-main__prices__item div:first-child {font-weight: bold;}

.pg-main__prices__brif {
    font-weight: 300;
    color: #d5d5d5;
    text-align: center;
}