

/* Montserrat 400 700 */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');


/* Circe 700 */
@font-face {
    font-family: 'Circe';
    src:
        url('/fileservice/file/download/a/396324/sc/84/h/dd4060141147b8f8dedb13bf84240560.woff2') format('woff2'),
        url('/fileservice/file/download/a/396324/sc/76/h/937d0521d77550aff3d96e7438484f8e.woff') format('woff'),
        url('/fileservice/file/download/a/396324/sc/287/h/d6a4a9bbee2fbf50d042f580e029b938.ttf');
}


:root {
    --accentColor: #e85dc0;
    --blackColor: #212429;
    --secondColor: #5197E8;
    --fontM: "Montserrat", "proxima-nova", "Roboto", sans-serif;
    --fontCirce:'Circe', 'Lato', "Roboto", "proxima-nova", sans-serif;
}


::-moz-selection {
    background-color: var(--accentColor);
    color: #ffffff; 
}

::selection {
    background-color: var(--accentColor);
    color: #ffffff; 
}


/* Шапка страниц */
.breadcrumb a,
.breadcrumbs a {
  font-family: var(--fontM);
  text-decoration: none;
  transition:color .3s;
}

.breadcrumb a:hover,
.breadcrumbs a:hover {
  color: var(--accentColor);
  transition:color .3s;
}

.page-header,
.page-header .content-menu {
  border: 0;
}

.page-header span.no-tags {
    display: none;
}

.page-header .btn,
.page-header .dropdown-menu {
  font-family: var(--fontM);
}

.page-header .page-actions button.btn.btn-success {
  background-color: var(--accentColor);
  border-color: var(--accentColor);
}

.page-header .content-menu li a {
  font-family: var(--fontM);
  color: var(--blackColor);
}

.page-header h1,
.page-header h1 a,
.standard-page-content h1 {
  font-family: var(--fontCirce);
}

.page-header h1 a {
  color: var(--secondColor);
  text-decoration: none;
  transition: color .3s ease;
}


.page-header h1 a:hover {
  color: var(--accentColor);
  transition: color .3s ease;
}

@media (max-width:991px) {
  .page-header h1,
  .page-header h1 a,
  .standard-page-content h1 {
    font-size: 24px;
    margin-right: 0;
  }
}

/* </ Шапка страниц */



/* Иконка виджет связаться */
.talks-widget-button {
    background-color: var(--blackColor);
}




/* Helpers */
/* Увеличить 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;
}

/* </ Helpers */

