

/* Start:/bitrix/templates/TML/css/clienthub.css?17556854843604*/
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;600;700&family=Acumin+Pro&family=DM+Sans:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap');

/* Подключение шрифта Acumin Pro с указанными файлами */
@font-face {
    font-family: 'Acumin Pro';
    src: url('/bitrix/templates/TML/fonts/Acumin-RPro.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Acumin Pro';
    src: url('/bitrix/templates/TML/fonts/Acumin-ItPro.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Acumin Pro';
    src: url('/bitrix/templates/TML/fonts/Acumin-BdPro.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Acumin Pro';
    src: url('/bitrix/templates/TML/fonts/Acumin-BdItPro.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

body {
    margin: 0;
    padding: 160px 120px;
    font-family: 'Inter', sans-serif;
    background-color: #F9F9FB;
}

.container {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 65px;
    margin: 0 auto;
}

.text-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    flex: 1 0 0;
}

.back-button {
    display: flex;
    align-items: center;
    gap: 5px;
    background: transparent;
    border: none;
    cursor: pointer;
    color: #706E6D;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.16px;
}

.back-icon {
    width: 12px;
    height: 12px;
    background: url('/bitrix/templates/TML/images/back-icon.svg') no-repeat center; 
}

.coming-soon {
    color: #000;
    font-family: 'Raleway', sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -1.44px;
    margin: 0;
}

.description {
    color: #646464;
    font-family: 'Acumin Pro', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
    margin: 0;
}

.image-section img {
    width: 949px;
    height: 632px;
    border-radius: 10px;
    object-fit: cover;
}

a {
    text-decoration: none;
}

@media (max-width: 768px) {
    body {
        margin: 0;
        padding: 0 16px;
        font-family: 'Inter', sans-serif;
        min-height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #F9F9FB;
    }

    .container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 12px;
        width: 100%;
        margin: 0 auto;
    }

    .text-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 24px;
        align-self: stretch;
    }

    .coming-soon {
        color: #2E2D2D;
        font-family: Raleway, sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px; /* 133.333% */
    }

    .image-section {
        width: 100%;
    }

    .image-section img {
        width: 100%;
        height: 240px;
        border-radius: 10px;
        object-fit: cover;
    }
}
/* End */
/* /bitrix/templates/TML/css/clienthub.css?17556854843604 */
