

/* Start:/bitrix/templates/digital-doc/include/doc/doc.css?17660834801454*/
.doc {
  display: grid;
  padding: 20px 0;
  background-color: white;
  margin: 0 0 30px;
  border-radius: 8px;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
}
.doc__header {
  font-size: 18px;
  font-weight: 700;
  color: black;
}
.doc__article {
  display: flex;
  flex-direction: column;
}
.doc__article * {
  color: black;
}
.doc__article img {
  max-width: 100%;
}
.doc__article h2 {
  margin-bottom: 24px;
}
.doc__article p {
  margin-bottom: 12px;
}
.doc__left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.more {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.more .btn {
  padding: 20px 16px;
  display: flex;
  align-items: center;
  gap: 20px;
  text-decoration: none;
  border-radius: 8px;
}
.more .btn__img {
  width: 50px;
  min-width: 50px;
}
.more .btn__desc {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.more .btn__desc h3 {
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
}
.more .btn__desc span {
  font-weight: 500;
  font-size: 14px;
}

@media screen and (max-width: 1200px) {
  .more .btn {
    padding: 12px 8px;
    gap: 12px;
  }
  .more .btn__img {
    width: 40px;
  }
  .more .btn__desc {
    gap: 6px;
  }
  .more .btn__desc h3 {
    font-size: 16px;
  }
  .more .btn__desc span {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 20px;
  }
  .more {
    padding: 0 12px;
  }
  .doc {
    grid-template-columns: 1fr;
  }
}

/* End */


/* Start:/bitrix/components/bitrix/breadcrumb/templates/.default/style.css?1766083472585*/
.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */
/* /bitrix/templates/digital-doc/include/doc/doc.css?17660834801454 */
/* /bitrix/components/bitrix/breadcrumb/templates/.default/style.css?1766083472585 */
