



@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700&display=swap');

:root {
--colorRed:#FA0188;
--colorCerise:#D901BB;
--colorGray:#F1F1F1;
--colorBlack:#333333;
--font:"Montserrat", "Open Sans", "Roboto", sans-serif;
--fontTitle:"Georgia", "Montserrat", "Open Sans", sans-serif;
  
  --iconBell:url("https://fs.getcourse.ru/fileservice/file/download/a/224137/sc/284/h/35c20f1f4b74ef8941cfee13e1052fcc.svg");

  --iconSite:url("https://fs.getcourse.ru/fileservice/file/download/a/224137/sc/232/h/c31a3f0fea7aa15d3690900dcc4d8865.svg");

--iconTeach:url("https://fs.getcourse.ru/fileservice/file/download/a/224137/sc/201/h/e5c9a138a9a4138f870842ec458abad7.svg");
  
  --iconUsers:url("https://fs.getcourse.ru/fileservice/file/download/a/224137/sc/207/h/4546556b1574e7f9b37f035da3dfe6cd.svg");
  
  --iconTasks:url("https://fs.getcourse.ru/fileservice/file/download/a/224137/sc/19/h/c69372749f2869681c0c2cba77271c28.svg");
  
  --iconMessages:url("https://fs.getcourse.ru/fileservice/file/download/a/224137/sc/477/h/227b3766c13e48dbf3812316782995c3.svg");
  
  --iconSales:url("https://fs.getcourse.ru/fileservice/file/download/a/224137/sc/204/h/cb8d9977da39f0c22881de485051b3dc.svg");

--imageChatium:url("https://fs.getcourse.ru/fileservice/file/download/a/224137/sc/452/h/500d1de0264749434d82e701147b71d1.svg");
}


/* Ссылки-крошки */
.breadcrumbs,
.breadcrumb {
    font-family: var(--font);
}

.breadcrumbs a,
.breadcrumb a {
    color: #2075ab;
    text-decoration: none;
    transition: color .4s ease;
}

.breadcrumbs a:hover,
.breadcrumb a:hover{
    color: var(--colorRed);
    transition: color .4s ease;
}
/* Заголовок */
.page-header h1 {
  font-family: var(--font);
  
}

.page-header h1 a {
      color: #2075ab;
    text-decoration: none;
  transition: color .4s ease;
}

.page-header h1 a:hover {
      color: var(--colorRed);
    transition: color .4s ease;
}

@media (max-width:640px) {
  .page-header h1 {
    font-size: 24px;
  }
}


.page-menu li a {
    color: rgba(14, 128, 248, 1);
}

/* Иконка виджет связаться */
.talks-widget-button {
    background: var(--colorRed);
    background: linear-gradient(
90.44deg, #FA0188 0%, #D901BB 100%);
}
