body {
    width: 100%;
    padding-bottom: 130px;
}

.header-container {
    display: flex;
    align-items: center;
    padding: 0 16px 0 16px;
}

.overlay-container {
    position: absolute;
    margin-left: 16px;
    margin-top: 10px;
}

.title-text-container {
    display: flex;
    margin: 0;
}

.main-title {
    font-size: 32px;
    color: var(--primary-accent);
    margin: 0;
    font-family: 'Gilroy';
    font-weight: 200;
    line-height: 1;
}

.main-title-secondary {
    font-size: 32px;
    color: var(--primary-accent);
    margin: 0;
    font-family: 'Gilroy';
    font-weight: 600;
    line-height: 1;
}

.main-subtitle {
    font-size: 9px;
    font-weight: 600;
    color: var(--primary-color);
    margin: 0;
    margin-left: 3px;
    font-family: 'Gilroy';
    font-weight: 600;
}

.icon-arrow-left {
    width: 18px;
    height: 18px;
}

.text-container {
    margin: 0 16px;
    padding-bottom: 24px;
}

.text-block {
    padding-bottom: 16px;
}

.centered-text-container {
    border: 1px solid transparent;                 /* ширина рамки здесь */
    border-image: radial-gradient(50% 425.36% at 50% 37.66%,
                                #464646 0%, #000 100%) 1;
    border-radius: 12px;
    padding: 24px 16px 24px 16px;
    margin-bottom: 24px;
}

.centered-title, .centered-description {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.centered-title span {
    color: var(--primary-accent);
    font-family: 'Gilroy';
    font-weight: 600;
    font-size: 18px;
}

.centered-description span {
    color: var(--primary-accent);
    font-family: 'Gilroy';
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    padding-top: 10px;
}

.title-text, .title-text-accent { 
    font-family: 'Gilroy';
    font-weight: 600;
    font-size: 18px;
}

.title-text {
    color: var(--primary-color);
}

.title-text-accent {
    color: var(--primary-accent);
}

.contact-block {
    padding-top: 16px;
    padding-bottom: 24px;
}

.desc-text-container {
    margin: 12px 0;
}

.desc-text, .desc-text-accent {
    font-family: 'Gilroy';
    font-weight: 600;
    font-size: 14px;
    
}

.desc-text-normal {
    font-family: 'Gilroy';
    font-weight: 400;
    font-size: 14px;
}

.desc-text-link {
    font-family: 'Gilroy';
    font-weight: 400;
    font-size: 14px;
    color: #2563EB;
    text-decoration: none;
}

.desc-text, .desc-text-normal {
    color: var(--primary-color);
}

.desc-text-accent {
    color: var(--primary-accent);
}

.desc-elem {
    padding-top: 16px;
}

.desc-elem i {
    width: 16px;
    height: 16px;
}

.desc-elem .icon-telegram, .desc-elem .icon-whatsapp {
    background-color: transparent;
}

.desc-elem span, .desc-elem a {
    padding-left: 10px;
}