

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

/*
@font-face {
    font-family: "TTCommons";
    font-style: normal;
    font-weight: 300;
    src:

        url("/fileservice/file/download/a/738880/sc/370/h/ddcc74cde7b12a437ac2a5c32a90f72e.woff2") format("woff2"),

        url("/fileservice/file/download/a/738880/sc/234/h/295fa745d50afe22ccefa55229054e2a.woff") format("woff"),
        url("https://fs19.getcourse.ru/fileservice/file/download/a/738880/sc/208/h/9d789589351b1ea6ebeb9b80608cd2d1.ttf");
}

@font-face {
    font-family: "TTCommons";
    font-style: normal;
    font-weight: 400;
    src:

        url("/fileservice/file/download/a/738880/sc/289/h/119442e8fbb683ee35daab23bb96d7e2.woff2") format("woff2"),
        url("/fileservice/file/download/a/738880/sc/288/h/2ad15fa5f553d629a1c67cf2cf6355cc.woff") format("woff"),
        url("/fileservice/file/download/a/738880/sc/182/h/2a16f6bcc236466523a45b0eaea47d39.ttf");
}
*/
:root {
    --font_1:"Manrope", "Roboto", "Arial", sans-serif;
    --blackColor: #252525;
}


/* Увеличить CSS поле на страницах в редактировании блоков */
.css-settings .CodeMirror {
    min-height: 700px;
}

/* Класс html_n для html редактора в разделе "Настроить вид" */
.editable.html_n {
    min-height: 50px;
    background-color: #afa2ff;
}

.editable.html_n textarea {
    height: 400px;
    font-family:"Roboto", "Arial", sans-serif;
}




/* Скрываем баннер с рекламой от геткурса */
body .common-banner-wrapper {
    display: none !important;
}



.html_n.lt-editing.lt-raw-html div[id*="rawHtml"] {
    width: 100%;
    min-height: 40px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    color: white;
    font-size: 14px;
    position: relative;
    background-image: url(/public/img/chess.png);
    cursor: pointer;
}

.html_n.lt-editing.lt-raw-html div[id*="rawHtml"]::before {
    content: "HTML-block";
    display: block;
    width: 300px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    background-color: #222;
}



.talks-widget-button {
    background: #a078d3;
}


.global-confirm-checkbox-block input {
    margin: 0;
    width: auto;
    display: inline-block;
}

.global-confirm-checkbox-block {
    margin-top: 10px;
}

.global-confirm-checkbox-block span.checkbox-text {
    font-size: 17px;
}



.container > div > .gc-account-logo,
.container > .standard-logo {
    display: none;
}

.gc-account-logo img,
.standard-logo img {
    width: 100%;
    max-width: 180px;
}
