

/* 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/components/skadium/page/templates/uslugi/skadium/include.block/service-list/style.css?17447203541095*/
.sservices .container {
  display: flex;
  flex-direction: column;
  gap: 70px;
}
.sservices-head.sec-head {
  margin-bottom: 30px;
}
.sservices-items {
  display: grid;
  grid-template-columns: .33fr .33fr .33fr;
  gap: 30px;
  grid-auto-rows: 240px;
}
.sservices-items .service-item:first-child {
  grid-row: span 2;
}
@media (max-width: 1600px) {
  .sservices-items {
    gap: 20px;
  }
}
@media (max-width: 1260px) {
  .sservices-items {
    grid-template-columns: .5fr .5fr;
  }
}
@media (max-width: 1060px) {
  .sservices .container {
    gap: 45px;
  }
  .sservices-head.sec-head {
    margin-bottom: 15px;
  }
  .sservices-head .s-h3 {
    font-weight: 500;
  }
  .sservices-head .sec-head-link {
    display: flex;
    color: #000;
    width: 26px;
    align-items: center;
    justify-content: flex-end;
    height: 30px;
    top: 0;
  }
  .sservices-head .sec-head-link-t {
    display: none;
  }
  .sservices-items {
    grid-template-columns: 100%;
  }
  .sservices-items .service-item:first-child {
    grid-row: span 1;
  }
}
/* End */


/* Start:/local/components/skadium/include.block/templates/service-item/style.css?17447203542392*/
.service-item {
  position: relative;
  display: flex;
  border-radius: 20px;
  background: #fff;
  color: #000;
  overflow: hidden;
  min-height: 240px;
  transition: color .2s, background-color .2s;
}
.service-item:hover {
  color: #fff;
  background: #738a78;
}
.service-item-thumb {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.service-item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity .2s;
}
.service-item-thumb:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 62.45%, rgba(0, 0, 0, 0.60) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.00) 63.73%, rgba(0, 0, 0, 0.60) 100%);
}
.service-item-content {
  flex-grow: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 35px 40px;
  z-index: 1;
}
.service-item-name {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.3;
}
.service-item-price {
  position: relative;
  margin-top: 35px;
  padding-top: 35px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 19px;
  font-weight: 500;
}
.service-item-price:before {
  content: '';
  position: absolute;
  left: -40px;
  right: -40px;
  top: 0;
  border-top: 1px dotted rgba(0, 0, 0, .2);
  transition: border .2s;
}
.service-item:hover .service-item-price:before {
  border-color: rgba(255, 255, 255, .2);
}
.service-item-price svg {
  flex-shrink: 0;
  fill: currentColor;
  transform: rotate(-90deg);
}

.service-item._bg {
  color: #fff;
}
.service-item._bg:hover {
  background: #000;
}
.service-item._bg .service-item-price:before {
  border-color: rgba(255, 255, 255, .2);
}
.service-item._bg:hover .service-item-thumb img {
  opacity: .7;
}
@media (max-width: 1060px) {
  .service-item {
    border-radius: 10px;
    min-height: 140px;
  }
  .service-item._bg {
    min-height: 200px;
  }
  .service-item-content {
    padding: 20px 15px;
  }
  .service-item-name {
    font-size: 19px;
  }
  .service-item-price {
    margin-top: 12px;
    padding-top: 17px;
    font-size: 19px;
    opacity: .5;
  }
  .service-item._bg .service-item-price:before {
    border-color: rgba(255, 255, 255, .3);
  }
}

/* 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/uslugi/assets/css/index.css?174472035470*/
@media (min-width: 1061px) {
	.shead {
		margin-bottom: 30px;
	}
}
/* End */
/* /local/components/skadium/include.block/templates/shead/style.css?17447203541598 */
/* /local/templates/s1.1/components/bitrix/breadcrumb/.default/style.css?17447203552784 */
/* /local/components/skadium/page/templates/uslugi/skadium/include.block/service-list/style.css?17447203541095 */
/* /local/components/skadium/include.block/templates/service-item/style.css?17447203542392 */
/* /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/uslugi/assets/css/index.css?174472035470 */
