

/* Start:/local/components/skadium/include.block/templates/shead/style.css?17447203541598*/
.shead {
  position: relative;
  color: #fff;
  padding-bottom: 165px;
}
.shead._compact {
  padding-bottom: 50px;
}
.shead:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 40px 40px 0px 0px;
  background: #f2f3f4;
  height: 15px;
}
.shead-bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: -200px;
  background: #333;
  overflow: hidden;
}
.shead-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shead-bg:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.60);
}
.shead > .container {
  position: relative;
}
.shead .breadcrumbs {
  margin-top: 25px;
}
.shead-r1 {
  display: flex;
  align-items: flex-end;
  gap: 30px;
  margin-top: 35px;
}
.shead h1 {
  font-size: 50px;
}
.shead-r1 .share {
  flex-shrink: 0;
  margin-left: auto;
}
.shead-r1 .share.ui.dropdown {
  border-radius: 10px;
  height: 50px;
  padding: 0 30px;
  background: #FFF;
  color: #000;
}
.shead-r1 .share.ui.dropdown > .share-text {
  border-bottom: none;
  font-size: 15px;
  font-weight: 500;
  padding: 0;
}
@media (max-width: 1060px) {
  .shead {
    margin-bottom: 10px;
    padding-bottom: 35px;
  }
  .shead._compact {
    padding-bottom: 35px;
  }
  .shead-bg {
    top: -130px;
  }
  .shead-r1 {
    gap: 10px;
    margin-top: 15px;
  }
  .shead h1 {
    font-size: 30px;
    font-weight: 500;
  }
  .shead-r1 .share.ui.dropdown{
    display: none !important;
  }
}

/* End */


/* Start:/local/templates/s1.1/components/bitrix/breadcrumb/.default/style.css?17447203552784*/

.breadcrumbs-list {
	flex-grow: 1;
	display: flex;
	align-items: center;
	gap: 12px;
	line-height: 1;
	margin: 0 -20px;
	padding: 0 20px;
	font-size: 13px;
	overflow: hidden;
	overflow-x: auto;
}
.breadcrumbs:hover .breadcrumbs-list{
	overflow: visible;
}
.breadcrumbs-list::-webkit-scrollbar {
	width: 0;
	height: 0;
	background: transparent;
}
.breadcrumbs-item {
	position: relative;
	line-height: 1;
	white-space: nowrap;
	display: inline-flex;
	align-items: center;
	gap: 13px;
}
.breadcrumbs-item:first-child .breadcrumbs-sep{
	display: none;
}
.breadcrumbs-link {
	display: inline-flex;
	align-items: center;
	color: inherit;
	gap: 4px;
}
.breadcrumbs-link .text{
	white-space: nowrap;
}
a.breadcrumbs-link {
	color: inherit;
	transition: color .2s, opacity .2s;
}
a.breadcrumbs-link:hover{
	opacity: .7;
}
span.breadcrumbs-link{
	opacity: .7;
}
.breadcrumbs-link .icon-arrow{
	width: 6px;
	height: 4px;
	fill: currentColor;
}
.breadcrumbs-sep{
	flex-shrink: 0;
	color: inherit;
	font-size: 10px;
}
.breadcrumbs-sep svg{
	stroke: currentColor;
}
.breadcrumbs-drop{
	position: absolute;
	left: 0;
	top: calc(100% - 10px);
	z-index: 5;
	opacity: 0;
	visibility: hidden;
}
.breadcrumbs-item:hover .breadcrumbs-drop{
	opacity: 1;
	visibility: visible;
}
.breadcrumbs-item:hover .breadcrumbs-link{
	position: relative;
	z-index: 2;
}
.breadcrumbs-bread{
	margin-top: 15px;
	padding: 20px;
	background: #fff;
	box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	width: 200px;
	max-height: 300px;
	overflow: auto;
	scrollbar-width: thin;
	opacity: 0;
	transition: opacity .3s;
}
.breadcrumbs-item:hover .breadcrumbs-bread{
	opacity: 1;
}
.breadcrumbs-bread::-webkit-scrollbar-track {
	background: transparent;
}
.breadcrumbs-bread::-webkit-scrollbar {
	width: 4px;
	background: transparent;
}
.breadcrumbs-bread::-webkit-scrollbar-thumb {
	background: #eee;
}
.breadcrumbs-bread-item + .breadcrumbs-bread-item{
	margin-top: 8px;
}
.breadcrumbs-bread-link{
	font-size: 15px;
	line-height: 1.1;
	white-space: nowrap;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	color: inherit;
	opacity: .5;
	transition: color .2s, opacity .2s;
}
.breadcrumbs-bread-link:hover{
	opacity: 1;
	color: var(--c1);
}
.breadcrumbs-bread-link.active{
	opacity: 1;
	color: inherit;
}
.breadcrumbs-bread-link_all{
	display: inline-block;
	color: var(--c1);
	border-bottom: 1px solid rgba(var(--c1_rgb) .2);
	transition: border .2s;
}
.breadcrumbs-bread-link_all:hover{
	border-bottom-color: transparent;
}
@media (max-width: 1060px) {
	.breadcrumbs-list {
		gap: 6px;
		font-size: 13px;
	}
	.breadcrumbs-item {
		gap: 6px;
	}
}
/* End */


/* Start:/local/templates/s1.1/components/bitrix/system.pagenavigation/.default/style.css?17447203551794*/
.pagination {
	margin-top: 70px;
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 10px;
}
.pagination-more {
	order: 1;
}
.pagination-btn-more,
.pagination-list-link,
.pagination-pn-link{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	font-size: 17px;
	font-weight: 500;
	color: #fff;
	padding: 0 25px;
	border-radius: 10px;
	background: #323232;
	cursor: pointer;
	text-decoration: none;
	transition: color .2s, background .2s, border .2s, box-shadow .2s, opacity .2s;
}
a.pagination-list-link:hover,
.pagination-btn-more:hover,
.pagination-pn-link:hover{
	background: #222;
}

.pagination-btn-more {
	position: relative;
	text-decoration: none;
	gap: 10px;
}
.pagination-btn-more svg {
	stroke: currentColor;
	flex-shrink: 0;
}
.pagination-num {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
}
.pagination-list {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.pagination-list-link {
	min-width: 50px;
	padding-left: 10px;
	padding-right: 10px;
}
span.pagination-list-link {
	color: #000;
	background: #fff;
}
.pagination-pn-link svg {
	position: relative;
	stroke: currentColor;
	display: none;
}


@media (max-width: 1060px) {
	.pagination {
		margin-top: 30px;
	}
	.pagination-pn {
		display: none;
	}
	.pagination-list {
		gap: 4px;
	}
	.pagination-list li{
		display: none;
	}
	.pagination-list li.m{
		display: block;
	}
	.pagination-list-link {
		min-width: 45px;
		height: 45px;
		font-size: 15px;
	}
	.pagination-more {
		width: 100%;
	}
	.pagination-btn-more{
		font-size: 15px;
	}
	.pagination-btn-more svg {
		width: 17px;
		height: auto;
	}
}
/* End */


/* Start:/local/components/skadium/include.block/templates/project-item/style.css?17447203542208*/
.project-item {
  position: relative;
  display: flex;
  flex-direction: column;
  color: inherit;
  cursor: pointer;
}
.project-item-r {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.project-item-cat {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 0 15px;
  border-radius: 5px;
  border: 1px solid rgba(146, 148, 160, .3);
  color: #9294a0;
  font-size: 15px;
  font-weight: 500;
}
.project-item-thumb {
  margin-bottom: 20px;
}
.project-item-thumb picture {
  position: relative;
  display: block;
  padding-bottom: 65%;
  border-radius: 10px;
  overflow: hidden;
}
.project-item-thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-item-title {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.3;
  overflow: hidden;
  max-height: calc(1em * 3 * 1.3);
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  transition: color .2s;
}
.project-item:hover .project-item-title {
  color: var(--c3);
}
.project-item-date {
  margin-top: 20px;
  color: #9294a0;
  font-size: 15px;
}
.project-item-preview {
  margin-top: 20px;
  color: #9294a0;
  font-size: 19px;
  line-height: 1.5;
  overflow: hidden;
  max-height: calc(1em * 5 * 1.5);
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  transition: color .2s;
}

@media (max-width: 1260px) {
  .project-item-title {
    font-size: 23px;
  }
}
@media (max-width: 1060px) {
  .project-item-thumb {
    margin-bottom: 15px;
  }
  .project-item-thumb picture {
    height: 220px;
    padding: 0;
  }
  .project-item-thumb picture img {
    position: relative;
  }
  .project-item-cat {
    height: 28px;
    font-size: 13px;
  }
  .project-item-title {
    font-size: 21px;
    max-height: calc(1em * 4 * 1.3);
    -webkit-line-clamp: 4;
  }
  .project-item-preview {
    margin-top: 10px;
    font-size: 15px;
  }
  .project-item-date {
    margin-top: 12px;
  }
  .project-item-r {
    display: none;
  }
}
/* End */


/* Start:/local/components/skadium/include.block/templates/sd14/style.css?17447203541570*/
.sd14-h {
  margin-bottom: 30px;
}
.sd14-h.s-h2 {
  font-weight: 400;
}
.sd14-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.sd14-item {
  padding: 40px 50px;
  border-radius: 20px;
  background: #fff;
}
.sd14-item-h {
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.5;
}
.sd14-item-ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.sd14-item-li-link {
  color: var(--c4);
  font-size: 19px;
  line-height: 1.3;
  transition: color .2s;
}
.sd14-item-li-link:hover {
  color: var(--c3);
}
.sd14-item:not([data-tab-content]){
  display: block !important;
}
.sd14-nav{
  display: none;
}
@media (max-width: 1600px) {
  .sd14-items {
    gap: 15px;
  }
  .sd14-item {
    padding: 30px;
  }
}
@media (max-width: 1260px) {
  .sd14-items {
    position: relative;
    gap: 10px;
  }
  .sd14-item {
    padding: 25px;
  }
  .sd14-item-h {
    font-size: 22px;
  }
  .sd14-item-ul {
    gap: 12px;
  }
  .sd14-item-li-link {
    font-size: 17px;
  }
}
@media (max-width: 1060px) {
  .sd14-h {
    margin-bottom: 5px;
  }
  .sd14-items {
    display: block;
  }
  .sd14-nav {
    display: block;
    margin-bottom: 20px;
  }
  .sd14-nav .tabs-nav-link {
    font-size: 19px;
    font-weight: 500;
  }
  .sd14-nav .tabs-nav-link.active {
    color: var(--c4);
  }
  .sd14-nav .tabs-nav-link:after{
    background: var(--c4);
  }
  .sd14-item:not([data-tab-content]):nth-child(n+2){
    display: none;
  }
}

/* End */


/* Start:/local/components/skadium/include.block/templates/sservpopular/style.css?1744720354827*/
.sservpopular-h{
	margin-bottom: 20px;
}
.sservpopular-items{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.sservpopular-item{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
	height: 42px;
	border-radius: 10px;
	border: 1px solid rgba(146, 148, 160, .3);
	color: #9294A0;
	font-size: 17px;
	font-weight: 500;
	max-width: 100%;
	transition: background-color .2s, color .2s, border .2s;
}
.sservpopular-item:hover{
	background-color: #fff;
	border-color: #fff;
	color: #000;
}
.sservpopular-item span{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
@media (max-width: 1060px) {
	.sservpopular-h.s-h4 {
		margin-bottom: 15px;
		font-size: 30px;
	}
	.sservpopular-item {
		padding: 0 15px;
		height: 36px;
		font-size: 15px;
	}
}
/* End */


/* Start:/local/components/skadium/include.block/templates/swysiwyg/style.css?1744720354473*/
.swysiwyg .wysiwyg {
  -webkit-line-clamp: 6;
}
.swysiwyg > .container {
  display: flex;
  align-items: flex-start;
  gap: 50px;
}
.swysiwyg-media{
  flex-shrink: 0;
  width: 250px;
}
.swysiwyg-media picture {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  background: #f8f8f8;
}
.swysiwyg-media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1060px) {
  .swysiwyg-media{
    display: none;
  }
}
/* End */


/* Start:/local/components/skadium/page/templates/nashi-raboty/assets/css/index.css?17447203541427*/
.pitems-tabs {
  margin-bottom: 40px;
  display: flex;
  gap: 50px;
  border-bottom: 2px solid rgba(0, 0, 0, .2);
}
.pitems-tabs-link {
  position: relative;
  color: rgba(0, 0, 0, 0.4);
  font-size: 21px;
  font-weight: 500;
  line-height: 60px;
  transition: color .2s;
}
.pitems-tabs-link:hover,
.pitems-tabs-link.active {
  color: #000;
}
.pitems-tabs-link.active:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 2px;
  background: #000;
}
.pitems .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px 30px;
}

.pitems .smapprojects {
  padding-top: 0;
  padding-bottom: 0;
  background: transparent;
}
.pitems .smapprojects-head {
  color: inherit;
}
.pitems .smapprojects-h {
  display: none;
}
.pitems .smapprojects-sub-h {
  margin: 0;
}

@media (max-width: 1600px) {
  .pitems .list {
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 30px;
  }
}

@media (max-width: 1060px) {
  .pitems-tabs {
    margin-bottom: 20px;
    gap: 30px;
  }
  .pitems-tabs-link {
    font-size: 17px;
    line-height: 40px;
  }
  .pitems .list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 15px;
  }
  .pitems .smapprojects-head {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 500px) {
  .pitems .list {
    grid-template-columns: 100%;
  }
}

/* End */
/* /local/components/skadium/include.block/templates/shead/style.css?17447203541598 */
/* /local/templates/s1.1/components/bitrix/breadcrumb/.default/style.css?17447203552784 */
/* /local/templates/s1.1/components/bitrix/system.pagenavigation/.default/style.css?17447203551794 */
/* /local/components/skadium/include.block/templates/project-item/style.css?17447203542208 */
/* /local/components/skadium/include.block/templates/sd14/style.css?17447203541570 */
/* /local/components/skadium/include.block/templates/sservpopular/style.css?1744720354827 */
/* /local/components/skadium/include.block/templates/swysiwyg/style.css?1744720354473 */
/* /local/components/skadium/page/templates/nashi-raboty/assets/css/index.css?17447203541427 */
