

/* 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/voprosy-i-otvety/skadium/include.block/faq-search/style.css?1744720354710*/
.faqsearch {
  position: relative;
  margin-bottom: 50px;
}
.faqsearch-input {
  width: 100%;
  height: 60px;
  border-radius: 10px;
  border: 1px solid #E9E9E9;
  background: #FFF;
  outline: none;
  color: #7C868D;
  font-size: 17px;
  font-weight: 500;
  padding: 0 70px 0 25px;
}
.faqsearch-input:focus{
  border-color: #000;
}
.faqsearch-i1 {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  stroke: #7C868D;
}
@media (max-width: 1060px) {
  .faqsearch {
    margin-bottom: 25px;
  }
  .faqsearch-input {
    height: 50px;
    font-size: 15px;
    padding: 0 55px 0 20px;
  }
  .faqsearch-i1 {
    right: 20px;
    width: 14px;
  }
}
/* End */


/* Start:/local/components/skadium/page/templates/voprosy-i-otvety/skadium/include.block/faq-list/style.css?1744720354354*/
.faq {
  display: flex;
  flex-direction: column;
  gap: 70px;
}
.faq-group-h.s-h3 {
  margin-bottom: 20px;
  font-weight: 500;
}
.faq-items {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1060px) {
  .faq {
    gap: 40px;
  }
  .faq-group-h.s-h3 {
    margin-bottom: 15px;
  }
  .faq-items {
    gap: 10px;
  }
}
/* End */


/* Start:/local/components/skadium/include.block/templates/faq-item/style.css?17447203542982*/
.faq-item {
  position: relative;
  padding-left: 45px;
}
.faq-item-header {
  display: flex;
  align-items: baseline;
  cursor: pointer;
  gap: 40px;
  padding: 20px 0;
  transition: color .2s;
}
.faq-item.active .faq-item-header,
.faq-item-header:hover {
  color: var(--c4);
}
.faq-item-wi {
  position: absolute;
  left: 0;
  margin-top: .45em;
}
.faq-item-wi svg {
  stroke: currentColor;
}
.faq-item.active .faq-item-wi svg path:first-child {
  display: none;
}
.faq-item-title {
  max-width: 650px;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.4;
}
.faq-item-head-more {
  margin-left: auto;
  flex-shrink: 0;
  position: relative;
  margin-top: .25em;
  color: #000;
  transition: color .2s;
}
.faq-item-head-more:hover {
  color: var(--c3);
}
.faq-item-head-more svg {
  fill: currentColor;
}
.faq-item-body {
  margin-top: 5px;
  margin-bottom: 40px;
}
.faq-item-more {
  margin-top: 20px;
}
.faq-item-more-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--c4);
  transition: color .2s;
}
.faq-item-more-link:hover {
  color: var(--c3);
}
.faq-item-more-link span {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-skip-ink: none;
  text-underline-offset: 25%;
  text-underline-position: from-font;
  text-decoration-thickness: from-font;
  transition: text-decoration .2s;
}
.faq-item-more-link:hover span {
  text-decoration: transparent;
}
.faq-item-more-link svg {
  flex-shrink: 0;
  transform: rotate(-90deg);
  width: 8px;
  height: auto;
  fill: currentColor;
  stroke: currentColor;
  stroke-width: .5;
}
@media (max-width: 1060px) {
  .faq-item {
    padding-left: 0;
  }
  .faq-item-header {
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 20px;
    padding: 16px 20px;
    background: #fff;
    border-radius: 10px;
    min-height: 80px;
    transition: color .2s, background-color .2s;
  }
  .faq-item.active .faq-item-header,
  .faq-item-header:hover {
    color: rgba(0, 0, 0, 0.6);
    background: #f9f9f9;
  }
  .faq-item.active .faq-item-wi svg {
    transition: transform .2s;
  }
  .faq-item.active .faq-item-wi svg path:first-child {
    display: block;
  }
  .faq-item.active .faq-item-wi svg {
    transform: rotate(45deg);
  }
  .faq-item-wi {
    margin-left: auto;
    flex-shrink: 0;
    position: relative;
    left: auto;
    margin-top: 0;
    order: 1;
  }
  .faq-item-wi svg {
    width: 12px;
    height: auto;
  }
  .faq-item-title {
    max-width: 100%;
    font-size: 17px;
  }
  .faq-item-head-more {
    display: none;
  }
  .faq-item-body {
    margin: 15px 20px 25px;
  }
  .faq-item-more {
    margin-top: 10px;
  }
  .faq-item-more-link span {
    font-size: 15px;
  }
  .faq-item-more-link svg {
    width: 7px;
  }
}
/* End */


/* Start:/local/components/skadium/include.block/templates/cons/style.css?17447203541764*/
.cons4d5 {
  border-radius: 20px;
  color: #fff;
  background: #cecbc6;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.cons4d5-m1 {
  display: inline-flex;
  align-items: center;
  margin-bottom: 25px;
  height: 35px;
  padding: 0 12px;
  gap: 10px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.40);
  font-size: 15px;
}
.cons4d5-m1:before {
  content: '';
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  background: linear-gradient(139deg, #5bb748 8.54%, #0fb584 55.24%, #00666e 101.95%), #238e12;
  border-radius: 50%;
}
.cons4d5-thumb {
  display: flex;
  align-items: flex-end;
  width: 80px;
  height: 80px;
  border-radius: 10px;
  background: #d9d9d9;
}
.cons4d5-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cons4d5-t1 {
  margin-top: 8px;
  font-size: 25px;
  line-height: 1.3;
  text-align: right;
}
.cons4d5-t1 b {
  font-weight: 700;
}
.cons4d5-action {
  margin-top: 25px;
  width: 100%;
}
.cons4d5-action-btn.btn {
  width: 100%;
  font-size: 15px;
  padding: 0;
}
.cons4d5-b1 {
  margin-top: 15px;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}
.cons4d5-b1 svg{
  flex-shrink: 0;
  fill: currentColor;
}
@media (max-width: 1060px) {
  .cons4d5 {
    align-items: center;
  }
  .cons4d5-m1 {
    display: none;
  }
  .cons4d5-t1 {
    margin-top: 12px;
    text-align: center;
  }
  .cons4d5-action {
    margin-top: 15px;
  }
  .cons4d5-action-btn.btn {
    height: 60px;
  }
}
@media (max-width: 1060px) {
  .cons4d5 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* End */


/* Start:/local/components/skadium/include.block/templates/sservmini/style.css?17447203542091*/
.sservmini-h {
  margin-bottom: 30px;
}
.sservmini-h.s-h2 {
  font-weight: 400;
}
.sservmini-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px 24px;
}
.sservmini-items-item {
  width: 200px;
}
.sservmini-item {
  display: block;
  max-width: 100%;
  text-align: center;
  color: inherit;
  font-size: 19px;
  transition: color .2s;
}
.sservmini-item:hover {
  color: var(--c3);
}
.sservmini-item-thumb {
  height: 200px;
  border-radius: 20px;
  background: #fff;
  padding: 25px;
}
.sservmini-item-thumb picture{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.sservmini-item-thumb img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
.sservmini-item-name {
  margin-top: 20px;
  line-height: 1.3;
  letter-spacing: 0.38px;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-skip-ink: none;
  text-decoration-color: rgba(0, 0, 0, 0.4);
  text-decoration-thickness: 6%;
  text-underline-offset: 25%;
  text-underline-position: from-font;
  transition: text-underline .2s;
}
.sservmini-item:hover .sservmini-item-name {
  text-decoration-color: transparent;
}
@media (max-width: 1600px) {
  .sservmini-items-item {
    width: 180px;
  }
  .sservmini-items {
    column-gap: 20px;
  }
}
@media (max-width: 1260px) {
  .sservmini-items-item {
    width: 200px;
  }
}
@media (max-width: 1060px) {
  .sservmini-h {
    margin-bottom: 15px;
  }
  .sservmini-items {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 10px;
    overflow: auto;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .sservmini-items-item {
    flex-shrink: 0;
    width: 140px;
  }
  .sservmini-item {
    font-size: 15px;
  }
  .sservmini-item-thumb {
    height: 160px;
  }
  .sservmini-item-name {
    margin-top: 12px;
    text-underline-offset: 18%;
  }
}
/* 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/voprosy-i-otvety/assets/css/index.css?174472035480*/
@media (max-width: 1260px) {
  .sfaq-columns-c2 {
    display: none;
  }
}

/* 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/voprosy-i-otvety/skadium/include.block/faq-search/style.css?1744720354710 */
/* /local/components/skadium/page/templates/voprosy-i-otvety/skadium/include.block/faq-list/style.css?1744720354354 */
/* /local/components/skadium/include.block/templates/faq-item/style.css?17447203542982 */
/* /local/components/skadium/include.block/templates/cons/style.css?17447203541764 */
/* /local/components/skadium/include.block/templates/sservmini/style.css?17447203542091 */
/* /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/voprosy-i-otvety/assets/css/index.css?174472035480 */
