

/* Start:/local/components/skadium/include.block/templates/phead/style.css?17756179045348*/
.phead {
  position: relative;
  margin-bottom: 60px;
}
.phead .container {
  position: relative;
  padding-top: 35px;
  padding-bottom: 55px;
}
.phead .container:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: var(--theme-border-color);
}
.phead-back {
  position: absolute;
  top: 110px;
  display: flex;
  align-items: center;
  gap: 20px;
  color: inherit;
  cursor: pointer;
  z-index: 1;
}
.phead-back > span {
  font-size: 1.125em;
  opacity: .5;
}
.phead-back-m {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--theme-bg-1);
  color: var(--theme-bg-1-color);
  transition: background-color .2s;
}
.phead-back:hover .phead-back-m {
  background: var(--c1);
  color: var(--theme-bg-main-color);
}
.phead-main {
  position: relative;
  text-align: center;
  padding: 0 200px;
}
body.theme-dark .phead-main:before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 577px;
  border-radius: 100%;
  background: rgba(195, 179, 145, 0.15);
  filter: blur(200px);
  pointer-events: none;
}
.bx-safari .phead-main:before{
  display: none;
}
.phead-wh h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  font-family: var(--font-family-h);
  font-size: 11.25em;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .02em;
  text-transform: uppercase;
}
.phead-wh h1:before,
.phead-wh h1:after {
  flex-shrink: 0;
  content: '';
  width: 16px;
  height: 16px;
  transform: rotate(45deg);
  background: var(--theme-htext-sq-bg);
}
.bx-win .phead-wh h1:before,
.bx-win .phead-wh h1:after {
  margin-top: .25em;
}
.phead-descr {
  position: relative;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  max-width: 44em;
  font-size: 1.25em;
  line-height: 1.5;
}
.phead-navs {
  margin-top: 2em;
}
.phead-navs-items {
  display: inline-flex;
  justify-content: center;
  padding: 10px;
  border-radius: 14px;
  background: var(--theme-bg-1);
}
body.theme-dark .phead-navs-items {
  box-shadow: 0 15px 4px 0 rgba(0, 0, 0, 0.00), 0 10px 4px 0 rgba(0, 0, 0, 0.01), 0 5px 3px 0 rgba(0, 0, 0, 0.03);
}
.phead-navs-items a {
  padding: 10px 16px;
  color: var(--theme-bg-1-color);
  transition: color .2s;
}
.phead-navs-items a:not(.active):hover {
  color: var(--c1);
}
.phead-navs-items a.active {
  background: var(--theme-color-light);
  color: var(--theme-color-dark);
  border-radius: 10px;
}

.phead-like {
  position: absolute;
  right: 0;
  top: 110px;
  display: flex;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  z-index: 1;
}
.phead-like-num {
  font-size: 1.125em;
  opacity: .5;
}
.phead-like-m {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--theme-bg-1);
  color: var(--theme-bg-1-color);
  transition: background-color .2s;
}
.phead-like:hover .phead-like-m {
  background: var(--c1);
  color: var(--theme-bg-main-color);
}




.root-view-main .phead .container:after{
  opacity: 0;
  transition: opacity .2s .4s;
}
.root-view-main._load .phead .container:after{
  opacity: 1;
}
.root-view-main .phead-back,
.root-view-main .phead-like,
.root-view-main .phead-navs{
  opacity: 0;
  transform: translateY(10px);
  transition: transform .6s ease, opacity .6s ease;
}
.root-view-main .phead-navs{
  transition-delay: .2s;
}
.root-view-main .phead-back,
.root-view-main .phead-like{
  transition-delay: .3s;
}
.root-view-main._load .phead-back,
.root-view-main._load .phead-like,
.root-view-main._load .phead-navs{
  transform: translateY(0);
  opacity: 1;
}
.root-view-main .phead-wh h1:before,
.root-view-main .phead-wh h1:after{
  opacity: 0;
  transition: opacity .6s .4s ease;
}
.root-view-main._load .phead-wh h1:before,
.root-view-main._load .phead-wh h1:after{
  opacity: 1;
}



@media (max-width: 1800px) {
  .phead-wh h1 {
    font-size: 9em;
  }
  .phead-like,
  .phead-back {
    top: 85px;
  }
}
@media (max-width: 1500px) {
  .phead-wh h1 {
    font-size: 7.5em;
  }
  .phead-like,
  .phead-back {
    top: 70px;
  }
}
@media (max-width: 1260px) {
  .phead-like,
  .phead-back {
    display: none;
  }
  .phead-main {
    padding: 0;
  }
}
@media (max-width: 1060px) {
  .phead {
    margin-bottom: 30px;
  }
  .phead .container {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .phead .container:after {
    left: 10px;
    right: 10px;
  }
  .phead-wh h1 {
    font-size: 5em;
    letter-spacing: 1.6px;
    gap: 16px;
  }
  .phead-wh h1:before,
  .phead-wh h1:after {
    width: 10px;
    height: 10px;
  }
  .phead-descr {
    margin-top: 1.25em;
    font-size: .875em;
  }
  .phead-navs {
    margin-top: 22px;
    margin-left: -10px;
    margin-right: -10px;
    padding: 0 10px;
    overflow: auto;
  }
  .phead-navs-items {
    padding: 7px;
  }
  .phead-navs-items a {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: .875em;
  }
}

/* End */


/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?17756179052429*/
.pagination {
	margin-top: 100px;
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 30px;
}
.pagination-more {
	order: 1;
}
.pagination-btn-more {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 120px;
	background: var(--theme-bg-1);
	color: var(--theme-bg-1-color);
	border-radius: 50%;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	cursor: pointer;
	transition: color .2s, background .2s;
}
.pagination-btn-more:hover{
	background: var(--c1);
	color: var(--theme-bg-main-color);
}
.pagination-num {
	display: flex;
	align-items: center;
	gap: 30px;
	width: 100%;
}
.pagination-list {
	flex-grow: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
}
.pagination-list-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	border-radius: 5px;
	border: 1px solid var(--theme-border-color);
	transition: color .2s, background .2s, border .2s, box-shadow .2s, opacity .2s;
}
a.pagination-list-link{
	cursor: pointer;
}
a.pagination-list-link:hover{
	background: var(--theme-border-color);
}
.pagination-list-link span{
	opacity: .5;
	transition: opacity .2s;
}
a.pagination-list-link:hover span{
	opacity: 1;
}
span.pagination-list-link span{
	opacity: 1;
}
.pagination-pn{
	min-width: 106px;
}
.pagination-pn-link {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 42px;
	padding-left: 24px;
	padding-right: 24px;
	font-weight: 500;
	font-size: 15px;
	text-decoration: none;
	border-radius: 500px;
	border: 1px solid var(--theme-border-color);
	gap: 8px;
	transition: color .2s, background .2s, border .2s, box-shadow .2s, opacity .2s;
}
.pagination-pn-link:hover{
	opacity: .7;
}
.pagination-pn-link svg {
	display: none;
	position: relative;
	top: 1px;
	width: 16px;
	height: auto;
	stroke: currentColor;
}

@media (max-width: 1060px) {
	.pagination {
		margin-top: 60px;
	}
	.pagination-btn-more {
		width: 100px;
		height: 100px;
		font-size: 14px;
	}
	.pagination-list {
		gap: 6px;
	}
	.pagination-list li{
		display: none;
	}
	.pagination-list li.m{
		display: block;
	}
	.pagination-pn {
		display: none;
	}
}
/* End */


/* Start:/local/components/skadium/page/templates/audio/bitrix/news.list/.default/style.css?17756179046031*/
.audio-list-head {
  display: grid;
  grid-template-columns: 1fr 18% 18% 10% 12% 24px;
  line-height: 1.5;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.audio-item {
  position: relative;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 18% 18% 10% 12% 24px;
  padding: 10px;
  border-radius: 14px;
  cursor: pointer;
}
.audio-item.is_play {
  background: var(--theme-bg-1);
}
.audio-item-url {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.audio-item-pr {
  display: flex;
  align-items: center;
  gap: 20px;
}
.audio-item-poster {
  flex-shrink: 0;
  position: relative;
  width: 60px;
  height: 60px;
  color: var(--theme-color-light);
  background: var(--theme-bg-1);
  overflow: hidden;
}
.audio-item-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.audio-item-play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.audio-item-play .icon-play {
  opacity: 0;
  transition: opacity .2s;
}
.audio-item:hover .icon-play {
  opacity: 1;
}
.audio-item-play .icon-pause {
  display: none;
}
.audio-item.is_play .icon-play {
  display: none;
}
.audio-item.is_play .icon-pause {
  display: block;
}
.audio-item-name {
  line-height: 1.5;
}
.audio-item-v {
  font-weight: 400;
  line-height: 1.5;
  opacity: .5;
}
.audio-item-author {
  padding-right: 10px;
}
.audio-item-download {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: opacity .2s;
  z-index: 1;
}
.audio-item-download:hover {
  opacity: .7;
}
.audio-item audio {
  display: none;
  height: 0;
}


.audiofl {
  margin-top: 70px;
  display: none;
  border-radius: 14px;
  background: var(--theme-bg-1);
  overflow: hidden;
}
.audiofl.is_visible {
  display: block;
}
.audiofl .audiojs {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.audiofl .audiojs .scrubber {
  order: 1;
  position: relative;
  width: 100%;
  height: 8px;
  background: var(--theme-color-light);
}
.audiofl .audiojs .loaded {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #ccc;
}
.audiofl .audiojs .progress {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  background: var(--c1);
  z-index: 1;
}
.audiofl .control {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 24px 32px;
}
.audiofl .control-pr {
  display: flex;
  align-items: center;
  gap: 20px;
}
.audiofl .control-pr-poster {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  overflow: hidden;
}
.audiofl .control-pr-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.audiofl .control-pr-name {
  line-height: 1.5;
}
.control-download {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: opacity .2s;
}
.control-download:hover {
  opacity: .7;
}
.audiofl .control-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
}
.audiofl .play-pause {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 25px;
  margin-right: 25px;
  width: 42px;
  height: 42px;
  cursor: pointer;
}
.audiofl .audiojs.playing .play-pause{
  border-radius: 50%;
  background: var(--theme-color-light);
  color: var(--theme-color-dark);
}
.audiofl .audiojs .play .icon-pause {
  display: none;
}
.audiofl .audiojs.playing .play .icon-play {
  display: none;
}
.audiofl .audiojs.playing .play .icon-pause {
  display: block;
}
.audiofl .prev,
.audiofl .next {
  cursor: pointer;
  transition: opacity .2s;
}
.audiofl .prev:hover,
.audiofl .next:hover {
  opacity: .7;
}
.audiofl .time,
.audiofl .pause,
.audiofl .error-message {
  display: none;
}
@media (max-width: 1500px) {
  .audio-list-head,
  .audio-item {
    grid-template-columns: 1fr 160px 160px 24px;
  }
  .audio-list-head > div:nth-child(2),
  .audio-list-head > div:nth-child(3),
  .audio-item-author{
    display: none;
  }
}
@media (max-width: 1060px) {
  .audio-list-head{
    display: none;
  }
  .audio-item {
    grid-template-columns: 1fr 45px 24px;
    font-size: 14px;
  }
  .audio-item-poster {
    width: 50px;
    height: 50px;
  }
  .audio-item-time{
    display: none;
  }
  .audio-item-pr {
    gap: 12px;
    margin-right: 10px;
  }
  .audio-item-name {
    max-height: calc(1em * 2 * 1.5);
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .audio-item-download svg{
    width: 16px;
    height: auto;
  }

  .audiofl {
    margin-top: 50px;
    border-radius: 12px;
  }
  .audiofl .control {
    padding: 16px 16px 20px;
  }
  .audiofl .audiojs .scrubber {
    height: 6px;
  }
  .audiofl .control-pr {
    margin-right: 10px;
    gap: 12px;
    font-size: 14px;
  }
  .audiofl .control-pr-poster {
    width: 40px;
    height: 40px;
  }
  .audiofl .control-pr-name {
    max-height: calc(1em * 2 * 1.5);
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .control-download svg{
    width: 16px;
    height: auto;
  }
  .audiofl .control-play {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    margin-left: auto;
    margin-right: 10px;
  }
  .audiofl .play-pause {
    margin-left: 0;
    margin-right: 0;
    width: 30px;
    height: 30px;
  }
  .audiofl svg.icon-play {
    width: 100%;
    height: auto;
  }
  .audiofl svg.icon-pause {
    width: 14px;
    height: auto;
  }
  .audiofl .prev,
  .audiofl .next{
    display: none;
  }
}
/* End */
/* /local/components/skadium/include.block/templates/phead/style.css?17756179045348 */
/* /local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?17756179052429 */
/* /local/components/skadium/page/templates/audio/bitrix/news.list/.default/style.css?17756179046031 */
