

/* Start:/local/components/first-top/sertification.section/templates/.default/style.css?17805783622361*/
/*header-menu*/
.breadcrumbs-icon-control,
.breadcrumbs-icon-control * {
  box-sizing: border-box;
}
.breadcrumbs-icon-control {
	margin-top: 50px;
  padding: 1px 0px 1px 0px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  transform-origin: 0 0;
  transform: rotate(0deg) scale(1, -1);
  flex-wrap: wrap-reverse;
}
.frame-2851 {
  padding: 0px 2px 0px 2px;
  display: flex;
  flex-direction: row;
  gap: 4px;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.ownd-course-top{
	margin-top: 75px;
}
.home-outline {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  position: relative;
  transform-origin: 0 0;
  transform: rotate(0deg) scale(1, -1);
  overflow: hidden;
  top: -4px;
}
.layer-2 {
  height: auto;
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: visible;
}
.icons {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  position: relative;
  transform: translate(0px, -12px);
  overflow: visible;
}
.frame-2852 {
  padding: 0px 2px 0px 2px;
  display: flex;
  flex-direction: row;
  gap: 4px;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.group>a:hover{
  color: #8CD50B;
}
.group {
	cursor: pointer;
  color: var(--colors-black-darker, #000000);
  font-family: var(
    --open-sans-14-regular-font-family,
    "OpenSans-Regular",
    sans-serif
  );
  font-size: var(--open-sans-14-regular-font-size, 14px);
  line-height: var(--open-sans-14-regular-line-height, 150%);
  font-weight: var(--open-sans-14-regular-font-weight, 400);
  position: relative;
  transform-origin: 0 0;
  transform: rotate(0deg) scale(1, -1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.group a
{
  color: var(--colors-black-darker, #000000);
}
.component-2 {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  position: relative;
  transform: translate(0px, -12px);
  overflow: visible;
  top: -5px;
    left: 5px;
}
.frame-2853 {
  padding: 0px 2px 0px 2px;
  display: flex;
  flex-direction: row;
  gap: 4px;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.frame-2854
{
  display: flex;
  flex-direction: row;
  gap: 4px;
  justify-content: flex-start;
  padding-right: 5px;
}
.frame-2854 div
{
  cursor: default;
}
.frame-2854 svg
{
  left: 0 !important;
}
/*Стоп*/
/* End */


/* Start:/local/templates/infosystems/components/bitrix/system.pagenavigation/round/style.css?17805783683043*/
.bx-pagination {
	margin: 40px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0px auto;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #dadada;
	padding: 0 8px;
	display: block;
	height: 24px;
	min-width: 24px;
	line-height: 24px;
	color: #444;
	font-size: 11px;
	border-radius: 12px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 24px;
	min-width: 24px;
	line-height: 24px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #8cd50b;
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	box-shadow: inset 0 0 0 2px #dadada;
	line-height: 24px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	/*border: 2px solid #eff0f1;*/
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	color: #000;
}

/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #64be23;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #E22B2B;
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: #8cd50b;
	color: #fff;
}

.bx-pag-prev span,
.bx-pag-next span {
    opacity: 0;
}

.bx-pag-prev a span,
.bx-pag-next a span {
    opacity: 1;
}

/* End */
/* /local/components/first-top/sertification.section/templates/.default/style.css?17805783622361 */
/* /local/templates/infosystems/components/bitrix/system.pagenavigation/round/style.css?17805783683043 */
