

/* Start:/bitrix/templates/BSTemplate_Desktop/components/bitrix/news.list/Home_Slider_NewsList/style.css?15532409894639*/
#img-mob {
	display: none;
}
.sliderBS {
  position: relative;
  width: 100%;
  height: 700rem;
  z-index: 0;
  text-transform: uppercase;
  color: #373737;
}
.sliderBS .navigation .pagination {
  position: absolute;
  bottom: 0;
  width: 100%;
  list-style: none;
  text-align: center;
  z-index: 1;
}
.sliderBS .navigation .pagination li {
  display: inline-block;
  font-family: "Roboto-Regular", "Verdana", "Arial";
  border: 2rem solid #fff;
  border-radius: 41rem;
  height: 26rem;
  padding: 0 11rem;
  margin: 0 0 0 15rem;
  cursor: pointer;
  max-width: 0;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  transition: background 0.3s linear, max-width 0.3s linear;
  -webkit-transition: background 0.3s linear, max-width 0.3s linear;
}
.sliderBS .navigation .pagination li:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  background: #bebebe;
  border-radius: 25rem;
  left: 11rem;
  top: 11rem;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.sliderBS .navigation .pagination li:hover:before {
  width: 74%;
  height: 72%;
  top: 15%;
  left: 14%;
}
.sliderBS .navigation .pagination li:first-child {
  margin: 0;
}
.sliderBS .navigation .pagination li span {
  display: block;
  max-width: 0;
  overflow: hidden;
  text-transform: uppercase;
  line-height: 170%;
  font-size: 14rem;
  padding: 0;
}
.sliderBS .navigation .pagination li.active {
  background: #fff;
  max-width: 100%;
}
.sliderBS .navigation .pagination li.active:before {
  width: 14rem;
  height: 14rem;
  top: 4rem;
  left: 4rem;
}
.sliderBS .navigation .pagination li.active:hover:before {
  width: 14rem;
  height: 14rem;
  top: 4rem;
  left: 4rem;
}
.sliderBS .navigation .pagination li.active span {
  max-width: 100%;
  padding-left: 20rem;
}
.sliderBS .navigation .next,
.sliderBS .navigation .prev {
  position: absolute;
  width: 38rem;
  height: 73rem;
  background: url("/bitrix/templates/BSTemplate_Mobile/image/icons/slider-arrow.png") no-repeat;
  background-size: 200%;
  top: 288rem;
  left: 47rem;
  z-index: 9;
  margin-top: -37rem;
  cursor: pointer;
}
.sliderBS .navigation .next {
  background-position: -38rem 0;
  left: auto;
  right: 55rem;
}
.sliderBS .navigation .next span,
.sliderBS .navigation .prev span {
  border: 2rem solid #fff;
  float: left;
  border-radius: 100rem;
  min-width: 11rem;
  height: 11rem;
  padding: 0 2rem;
  cursor: pointer;
  max-width: 0;
  overflow: hidden;
  position: absolute;
  left: 38rem;
  top: 50%;
  margin-top: -5rem;
  white-space: nowrap;
  line-height: 24rem;
  transition: padding 0.2s linear, max-width 0.2s linear;
  -webkit-transition: padding 0.2s linear, max-width 0.2s linear;
}
.sliderBS .navigation .next span {
  left: auto;
  right: 38rem;
}
.sliderBS .navigation .next:hover span,
.sliderBS .navigation .prev:hover span {
  max-width: 760rem;
  padding: 2rem 10rem 0 30rem;
  background: #fff;
  height: 24rem;
  margin-top: -11rem;
  font-size: 15rem;
  line-height: 140.5%;
}
.sliderBS .navigation .next:hover span {
  padding: 0rem 35rem 0 20rem;
}
.sliderBS .navigation .prev:hover span {
  padding: 0rem 20rem 0 35rem;
}
.sliderBS .navigation .next span:before,
.sliderBS .navigation .prev span:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  background: #bebebe;
  border-radius: 103rem;
  left: 11rem;
  top: 11rem;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.sliderBS .navigation .next:hover span:before,
.sliderBS .navigation .prev:hover span:before {
  width: 13rem;
  height: 14rem;
  top: 3rem;
  left: 4rem;
}
.sliderBS .navigation .next:hover span:before {
  width: 14rem;
  height: 14rem;
  left: auto;
  top: 4rem;
  right: 4rem;
}
.slideritem-img {
	width: 100%;
	height: 650rem;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.slideritem-btn {
    position: absolute;
    top: 40%;
    left: 10%;
    padding: 25rem 40rem 22rem;
    font-family: "DrukCy-Medium", "Roboto-Regular", "Verdana", "Arial";
    font-size: 50rem;
    color: rgba(143, 110, 79, 1);
    white-space: nowrap;
    line-height: 80%;
    text-decoration: none;
    border: 4rem solid;
    background-color: rgba(143, 110, 79, 0);
    cursor: pointer;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/* End */


/* Start:/bitrix/templates/BSTemplate_Desktop/components/bitrix/news.list/Home_Album_NewsList/style.css?154961988110789*/
.carouselBS {
	position: relative;
	width: 100%;
	height: 644rem;
	z-index: 9;
	-moz-transition: all .01s ease;
	-o-transition: all .01s ease;
	-webkit-transition: all .01s ease;
	transition: all .01s ease;
}
.carouselBS-Releases {
	position: relative;
	float: left;
	padding-left: 85rem;
	width: 1740rem !important;
	margin: 0 auto;
}
.carouselBS .carouselBS-Releases .owl-stage-outer {
	overflow: visible !important;
}
.carouselBS-head {
	position: relative;
	float: left;
	width: 1920rem;
	height: 110rem;
	padding-left: 93rem;
}
.carouselBS-head--title,
.item-track--song {
	position: relative;
	float: left;
	font-family: "Roboto-Thin";
	text-align: left;
	text-transform: uppercase;
}
.carouselBS-head--title {
	margin-top: 44rem;
	font-size: 35rem;
	font-weight: 400;
	color: #fff;
}
.carouselBS-head--link {
	position: relative;
	float: left;
	margin-top: 58rem;
	margin-left: 25rem;
	font-family: "Roboto-Thin";
	font-weight: 400;
	font-size: 21rem;
	color: #8f6e4f;
	text-decoration: none;
	border-bottom: 1rem solid #8f6e4f;
}
.item {
    position: absolute;
	top: 0;
	left: 0;
    width: 420rem;
    padding-top: 10rem;
    padding-bottom: 5rem;
    border: 1rem solid #000;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.item:hover {
	background-color: #fff;
}
.item:hover .item-imageLink {
	opacity: 1;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.item:hover .item-track {
	color: #000;
	font-family: "Roboto-Light", "Verdana", "Arial";
}
#toot .item-links {
	display: none!important;
	opacity: 0!important;
}
.item:hover .item-links {
	display: block;
	opacity: 1;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#toot .item-toot {
	display: block;
	opacity: 1;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.item-image {
	display: block;
	position: relative;
	width: 400rem;
	margin-left: 10rem;
}
a.item-imageLink {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 50%;
	padding-left: 25%;
	padding-right: 25%;
	padding-bottom: 50%;
	font-family: "Roboto-Thin";
	font-weight: 400;
	font-size: 12rem;
	color: #fff;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.5);
	-moz-transition: all 0.3s cubic-bezier(1, 0, 0, 0);
	-o-transition: all 0.3s cubic-bezier(1, 0, 0, 0);
	-webkit-transition: all 0.3s cubic-bezier(1, 0, 0, 0);
	transition: all 0.3s cubic-bezier(1, 0, 0, 0);
}
.item-track {
	position: relative;
	float: left;
	width: 380rem;
	height: 60rem;
	margin-top: 28rem;
	margin-left: 20rem;
    margin-bottom: 25rem;
	font-family: "Roboto-Thin";
	color: #fff;
}
.item-track--album {
	position: relative;
	float: left;
	width: 60rem;
	height: 60rem;
	cursor: pointer;
	background-image: url("/bitrix/templates/BSTemplate_Desktop/image/icons/Album.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 50%;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.item-track--play {
	position: relative;
	float: left;
	width: 60rem;
	height: 60rem;
	cursor: pointer;
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2060%2060%22%3E%0A%3Cpath%20fill%3D%22%238f6e4f%22%20d%3D%22M30%2C2c15.4%2C0%2C28%2C12.6%2C28%2C28S45.4%2C58%2C30%2C58S2%2C45.4%2C2%2C30S14.6%2C2%2C30%2C2%20M30%2C0C13.4%2C0%2C0%2C13.4%2C0%2C30s13.4%2C30%2C30%2C30s30-13.4%2C30-30%0A%09S46.6%2C0%2C30%2C0L30%2C0z%22/%3E%0A%3Cpath%20fill%3D%22%238f6e4f%22%20d%3D%22M26%2C22.8l11.3%2C7.7L26%2C38.1V22.8%20M24%2C19v22.9l16.8-11.5L24%2C19L24%2C19z%22/%3E%0A%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 50%;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.item-track--play:hover {
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2060%2060%22%3E%0A%3Cpath%20fill%3D%22%238f6e4f%22%20d%3D%22M30%2C0C13.4%2C0%2C0%2C13.4%2C0%2C30s13.4%2C30%2C30%2C30s30-13.4%2C30-30S46.6%2C0%2C30%2C0z%20M26%2C38.1V22.8l11.3%2C7.7L26%2C38.1z%22/%3E%0A%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 50%;
}
.item-track--artist,
.item-track--song {
	white-space: normal;
	display: block;
	position: relative;
	float: right;
	width: 307rem;
	margin-top: 5rem;
	color: #fff;
	text-align: left;
	text-transform: uppercase;
}
.item:hover .item-track--artist,
.item:hover .item-track--song {
	color: #000
}
.item:hover .item-track--artist:hover,
.item:hover .item-track--song:hover {
	text-decoration: underline;
}
.item-track--artist {
	font-size: 25rem;
	font-weight: 400;
}
.item-track--song {
	font-size: 14rem;
	font-weight: 400;
}
.item-links {
	display: none;
	position: relative;
	float: left;
	width: 380rem;
	margin-left: 20rem;
    margin-bottom: 20rem;
	opacity: 0;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.item-links--artist,
.item-links--song {
	position: relative;
	float: right;
	font-family: "Roboto-Light", "Verdana", "Arial";
	font-size: 12rem;
}
.item-links--artist {
	color: #8f6e4f;
	margin-top: 20rem;
	margin-right: 20rem;
}
.item-links--song {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	margin-top: 20rem;
	padding-top: 7rem;
	padding-bottom: 7rem;
	background-color: #8f6e4f;
	text-decoration: underline;
}
.item-links--side {
    display: block;
	position: relative;
	float: left;
	width: 85rem;
	margin-top: 5rem;
	margin-left: 5rem;
}
.item-links--side:nth-child(2n+1) {
	margin-left: 0;
}
.yandexM {
	width: 107rem;
	clear: both;
}
.youtubeM {
    width: 90rem;
    clear: both;
    margin-top: 15rem;
}
.carouselBS .carouselBS-Releases .owl-nav {
	position: absolute;
	top: -65rem;
	right: -88rem;
	width: 320rem;
	height: 45rem;
}
.carouselBS .carouselBS-Releases .owl-next,
.carouselBS .carouselBS-Releases .owl-prev {
	position: relative;
	width: 117rem;
	height: 46rem;
	color: #000;
	margin-left: 40rem;
	background-image: url("/bitrix/templates/BSTemplate_Mobile/image/icons/arrow.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.carouselBS .carouselBS-Releases .owl-next,
.carouselBS .carouselBS-Releases .owl-prev {
	float: left;
}
.carouselBS .owl-prev {
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.carouselBS .carouselBS-Releases .owl-next {
	float: left;
}
.carouselBS .carouselBS-Releases .owl-prev:hover,
.carouselBS .carouselBS-Releases .owl-next:hover {
	background-image: url("/bitrix/templates/BSTemplate_Desktop/image/icons/arrow_h.svg");
}
.carouselBS .carouselBS-Releases .owl-prev.disabled,
.carouselBS .carouselBS-Releases .owl-next.disabled {
	opacity: 0.4;
}
.carouselBS .carouselBS-Releases .owl-prev.disabled:hover,
.carouselBS .carouselBS-Releases .owl-next.disabled:hover {
	background-image: url("/bitrix/templates/BSTemplate_Desktop/image/icons/arrow.svg");
}
#played-New--RePlay,
#played-New--Play,
#played-New--Pause {
	position: relative;
	float: left;
	width: 60rem;
	height: 60rem;
	cursor: pointer;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 50%;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#played-New--RePlay {
	background-image: url("/bitrix/templates/BSTemplate_Mobile/image/icons/nav/Play_48px_hover.svg");
}
#played-New--RePlay:hover {
	background-image: url("/bitrix/templates/BSTemplate_Mobile/image/icons/nav/Play_48px_push.svg");
}
#played-New--Play {
	background-image: url("/bitrix/templates/BSTemplate_Mobile/image/icons/nav/Play_48px_hover.svg");
}
#played-New--Play:hover {
	background-image: url("/bitrix/templates/BSTemplate_Mobile/image/icons/nav/Play_48px_push.svg");
}
#played-New--Pause {
	background-image: url("/bitrix/templates/BSTemplate_Mobile/image/icons/nav/Pause_48px.svg");
}
#played-New--Pause:hover {
	background-image: url("/bitrix/templates/BSTemplate_Mobile/image/icons/nav/Pause_48px_push.svg");
}
.toots {
	position: absolute;
	top: 0;
	right: 0;
	width: 77rem;
	height: 77rem;
	background-image: url("/bitrix/templates/BSTemplate_Desktop/image/toot/toots.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	cursor: pointer;
	z-index: 99;
}
.item-toot {
    display: none;
    position: relative;
    float: left;
    width: 380rem;
    margin-left: 20rem;
    opacity: 0;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.item-toot--num {
	position: relative;
	float: left;
	width: 100%;
	height: 21rem;
	margin-top: 11rem;
	background-color: transparent;
}
.item-toot--num:last-child {
	margin-bottom: 20rem;
}
.toot-bg {
	position: relative;
	float: left;
	width: 95rem;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.beeline .toot-bg{
	background-image: url("/bitrix/templates/BSTemplate_Desktop/image/toot/beeline.png");
}
.mts .toot-bg{
	background-image: url("/bitrix/templates/BSTemplate_Desktop/image/toot/mts.png");
}
.megafon .toot-bg{
	background-image: url("/bitrix/templates/BSTemplate_Desktop/image/toot/megafon.png");
}
.tele2 .toot-bg{
	background-image: url("/bitrix/templates/BSTemplate_Desktop/image/toot/tele2.png");
}
.toot-num {
    position: relative;
    float: right;
    width: 75%;
    height: 100%;
}
.item-toot--num .hr {
    position: absolute;
    width: 90%;
    margin-top: 9rem;
    margin-left: 8rem;
    border: none;
    border-bottom: 1rem solid #c5c5c5
}
.toot-num--bg {
	position: relative;
    float: right;
	font-family: "Roboto-Thin";
    font-size: 14rem;
    color: #000;
    padding-left: 8rem;
    background-color: #fff;
}
.toot-num--bg span {
	font-family: "Roboto-Medium";
}
/* End */


/* Start:/bitrix/templates/BSTemplate_Desktop/components/bitrix/news.list/Concerts/style.css?154952737812690*/

.concertsBS {
  position: relative;
  float: left;
  width: 1740rem;
  height: 750rem;
  margin-left: 85rem;
}
.concertsBS-head {
  position: relative;
  float: left;
  width: 1720rem;
  height: 110rem;
  padding-left: 7rem;
}
.concertsBS-head--title,
.concertsBS-head--link {
  position: relative;
  float: left;
  font-family: "Roboto-Thin";
  text-align: left;
  text-transform: uppercase;
}
.concertsBS-head--title {
  margin-top: 44rem;
  font-size: 35rem;
  font-weight: 400;
  color: #fff;
}
.concertsBS-head--link {
  margin-top: 58rem;
  margin-left: 25rem;
  font-size: 20rem;
  font-weight: 400;
  color: #8f6e4f;
  text-decoration: none;
  border-bottom: 1rem solid #8f6e4f;
}
.concertitem {
  position: relative;
  float: left;
  width: 870rem;
  height: 210rem;
  margin-top: 10rem;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.concertitem:hover {
  background-color: #fff;
}
.concertitem-wrapp {
  position: absolute;
  top: 10rem;
  left: 10rem;
  width: 850rem;
  height: 190rem;
  border: 2rem solid #888;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.concertitem-wrapp--img {
  position: absolute;
  top: 32rem;
  left: 33rem;
  width: 125rem;
  height: 125rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.concertitem-wrapp--date {
	font-weight: 400;
}
.concertitem-wrapp--date,
.concertitem-wrapp--artist,
.concertitem-wrapp--name {
  position: absolute;
  left: 199rem;
  font-family: "Roboto-Regular";
  color: #fff;
  text-transform: uppercase;
}
.concertitem:hover .concertitem-wrapp .concertitem-wrapp--date,
.concertitem:hover .concertitem-wrapp .concertitem-wrapp--artist,
.concertitem:hover .concertitem-wrapp .concertitem-wrapp--name {
  color: #000;
}
.concertitem-wrapp--artist {
    top: 72rem;
}
.concertitem-wrapp--date,
.concertitem-wrapp--artist,
.concertitem-wrapp--name {
  top: 32rem;
  font-size: 34rem;
}
.concertitem-wrapp--artist {
  top: 67rem;
  font-size: 25rem;
}
.concertitem-wrapp--name {
  top: 96rem;
  font-size: 18rem;
}
.concertitem-wrapp--coords,
.concertitem-wrapp--place {
  position: absolute;
  left: 199rem;
  font-family: "Roboto-Thin";
  font-weight: 400;
  font-size: 14rem;
  color: #888;
  text-transform: uppercase;
}
.concertitem:hover .concertitem-wrapp .concertitem-wrapp--coords,
.concertitem:hover .concertitem-wrapp .concertitem-wrapp--place {
  color: #000;
}
.concertitem-wrapp--coords {
  top: 126rem;
}
.concertitem-wrapp--place {
  top: 145rem;
}
.concertitem-wrapp--btn,
.concertitem-wrapp--btn-special {
  position: absolute;
  top: 32rem;
  right: 33rem;
  width: 250rem;
  height: 60rem;
  padding-top: 2rem;
  font-family: "Roboto-Regular";
  font-size: 21rem;
  text-align: center;
  cursor: pointer;
  background-color: transparent;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.concertitem-wrapp--btn {
	color: #888;
  	border: 2rem solid #888;
}
.concertitem-wrapp--btn-special {
	color: #8f6e4f;
  	border: 2rem solid #8f6e4f;
}
a.concertitem-wrapp--btn, a.concertitem-wrapp--btn-special {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
}
.concertitem:hover .concertitem-wrapp .concertitem-wrapp--btn:enabled,
.concertitem:hover .concertitem-wrapp .concertitem-wrapp--btn-special:enabled {
    color: #000;
    border: 2rem solid #000;
}
.concertitem:hover .concertitem-wrapp .concertitem-wrapp--btn:disabled,
.concertitem:hover .concertitem-wrapp .concertitem-wrapp--btn-special:disabled {
    color: #5a5a5a;
    border: 2rem solid #5a5a5a;
}
.concertitem:hover .concertitem-wrapp .concertitem-wrapp--btn:disabled,
.concertitem:hover .concertitem-wrapp .concertitem-wrapp--btn-special:disabled {
	color: #5a5a5a;
    border: 2rem solid #5a5a5a;
}
.concertitem:hover .concertitem-wrapp .concertitem-wrapp--btn:hover:enabled,
.concertitem:hover .concertitem-wrapp .concertitem-wrapp--btn-special:hover:enabled {
  color: #fff;
  background-color: #000;
  border: 2rem solid #fff;
}
.concertitem-wrapp--calendarIcon,
.concertitem-wrapp--calendarIcon-specialColor {
  position: absolute;
  top: 144rem;
  right: 207rem;
  width: 17rem;
  height: 17rem;
}
.concertitem-wrapp--calendarIcon {
  background-image: url("/bitrix/templates/BSTemplate_Desktop/image/calendar.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}
.concertitem-wrapp--calendarIcon-specialColor {
  background-image: url("/bitrix/templates/BSTemplate_Desktop/image/calendar-specialColor.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}
.concertitem:hover .concertitem-wrapp .concertitem-wrapp--calendarIcon,
.concertitem:hover .concertitem-wrapp .concertitem-wrapp--calendarIcon-specialColor {
  background-image: url("/bitrix/templates/BSTemplate_Desktop/image/calendarHover.png");
}
.concertitem-wrapp--calendar,
.concertitem-wrapp--calendar-specialColor {
  position: absolute;
  top: 147rem;
  right: 33rem;
  font-family: "Roboto-Thin";
  font-weight: 400;
  font-size: 14rem;
}
.concertitem-wrapp--calendar {
  color: #888;
}
.concertitem-wrapp--calendar-specialColor {
  color: #8f6e4f;
}
.concertitem:hover .concertitem-wrapp .concertitem-wrapp--calendar,
.concertitem:hover .concertitem-wrapp .concertitem-wrapp--calendar-specialColor {
  color: #000;
}
.concertitem:hover .concertitem-wrapp {
  border: 2rem solid #000;
}
.concertitem-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 210rem;
  right: 0;
  width: 100%;
  height: 35rem;
  font-family: "Roboto-Thin";
  font-weight: 400;
  font-size: 12rem;
  color: #fff;
  text-align: center;
  background-color: #8f6e4f;
  z-index: 0;
  opacity: 0;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.concertitem:hover .concertitem-link {
  opacity: 1;
  z-index: 2;
}
.special {
  border: 2rem solid #8f6e4f;
}
.special-btn {
  color: #8f6e4f;
  border: 2rem solid #8f6e4f;
}
.concertitem:hover .concertitem-wrapp .special {
  border: 2rem solid #000;
}
.SN {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  top: 116rem;
  right: 30rem;
  width: 195rem;
  height: 23rem;
}
.SN .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-between;
    position: absolute;
    top: 24rem;
    right: 0rem;
    width: 190rem;
    height: 23rem;
    z-index: 99;
}
.SN-title,
.SN-title-special {
    position: relative;
    float: left;
    width: 100%;
    font-family: "Roboto-Thin";
    font-weight: 400;
    font-size: 12.5rem;
    text-align: right;
    padding-bottom: 6rem;
    padding-right: 4rem;
}
.SN-title {
    color: #888;
}
.SN-title-special {
	color: #8f6e4f;
}
.concertitem:hover .SN-title,
.concertitem:hover .SN-title-special {
	color: #000;
}
.SN-link,
.SN-link-special {
  align-self: center;
  width: 38rem;
  height: 100%;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.fb {
  background-image: url("/bitrix/templates/BSTemplate_Desktop/image/icons/social/888/fb.svg");
}
.fb-special {
  background-image: url("/bitrix/templates/BSTemplate_Desktop/image/icons/social/8f6e4f/fb.svg");
}
.concertitem:hover .concertitem-wrapp .fb,
.concertitem:hover .concertitem-wrapp .fb-special {
  background-image: url("/bitrix/templates/BSTemplate_Desktop/image/icons/social/000/fb.svg");
}
.concertitem:hover .concertitem-wrapp .fb:hover,
.concertitem:hover .concertitem-wrapp .fb-special:hover {
  background-image: url("/bitrix/templates/BSTemplate_Desktop/image/icons/social/fb.svg");
}
.gl {
  background-image: url("/bitrix/templates/BSTemplate_Desktop/image/icons/social/888/gl.svg");
}
.gl-special {
  background-image: url("/bitrix/templates/BSTemplate_Desktop/image/icons/social/8f6e4f/gl.svg");
}
.concertitem:hover .concertitem-wrapp .gl,
.concertitem:hover .concertitem-wrapp .gl-special {
  background-image: url("/bitrix/templates/BSTemplate_Desktop/image/icons/social/000/gl.svg");
}
.concertitem:hover .concertitem-wrapp .gl:hover,
.concertitem:hover .concertitem-wrapp .gl-special:hover {
  background-image: url("/bitrix/templates/BSTemplate_Desktop/image/icons/social/gl.svg");
}
.vk {
  background-image: url("/bitrix/templates/BSTemplate_Desktop/image/icons/social/888/vk.svg");
}
.vk-special {
  background-image: url("/bitrix/templates/BSTemplate_Desktop/image/icons/social/8f6e4f/vk.svg");
}
.concertitem:hover .concertitem-wrapp .vk,
.concertitem:hover .concertitem-wrapp .vk-special {
  background-image: url("/bitrix/templates/BSTemplate_Desktop/image/icons/social/000/vk.svg");
}
.concertitem:hover .concertitem-wrapp .vk:hover,
.concertitem:hover .concertitem-wrapp .vk-special:hover {
  background-image: url("/bitrix/templates/BSTemplate_Desktop/image/icons/social/vk.svg");
}
.inst {
  background-image: url("/bitrix/templates/BSTemplate_Desktop/image/icons/social/888/inst.svg");
}
.inst-special {
  background-image: url("/bitrix/templates/BSTemplate_Desktop/image/icons/social/8f6e4f/inst.svg");
}
.concertitem:hover .concertitem-wrapp .inst,
.concertitem:hover .concertitem-wrapp .inst-special {
  background-image: url("/bitrix/templates/BSTemplate_Desktop/image/icons/social/000/inst.svg");
}
.concertitem:hover .concertitem-wrapp .inst:hover,
.concertitem:hover .concertitem-wrapp .inst-special:hover {
  background-image: url("/bitrix/templates/BSTemplate_Desktop/image/icons/social/inst.svg");
}
.ok {
  background-image: url("/bitrix/templates/BSTemplate_Desktop/image/icons/social/888/ok.svg");
}
.ok-special {
  background-image: url("/bitrix/templates/BSTemplate_Desktop/image/icons/social/8f6e4f/ok.svg");
}
.concertitem:hover .concertitem-wrapp .ok,
.concertitem:hover .concertitem-wrapp .ok-special {
  background-image: url("/bitrix/templates/BSTemplate_Desktop/image/icons/social/000/ok.svg");
}
.concertitem:hover .concertitem-wrapp .ok:hover,
.concertitem:hover .concertitem-wrapp .ok-special:hover {
  background-image: url("/bitrix/templates/BSTemplate_Desktop/image/icons/social/ok.svg");
}
.tw {
  background-image: url("/bitrix/templates/BSTemplate_Desktop/image/icons/social/888/tw.svg");
}
.tw-special {
  background-image: url("/bitrix/templates/BSTemplate_Desktop/image/icons/social/8f6e4f/tw.svg");
}
.concertitem:hover .concertitem-wrapp .tw,
.concertitem:hover .concertitem-wrapp .tw-special {
  background-image: url("/bitrix/templates/BSTemplate_Desktop/image/icons/social/000/tw.svg");
}
.concertitem:hover .concertitem-wrapp .tw:hover,
.concertitem:hover .concertitem-wrapp .tw-special:hover {
  background-image: url("/bitrix/templates/BSTemplate_Desktop/image/icons/social/tw.svg");
}
.yt {
  background-image: url("/bitrix/templates/BSTemplate_Desktop/image/icons/social/888/yt.svg");
}
.yt-special {
  background-image: url("/bitrix/templates/BSTemplate_Desktop/image/icons/social/8f6e4f/yt.svg");
}
.concertitem:hover .concertitem-wrapp .yt,
.concertitem:hover .concertitem-wrapp .yt-special {
  background-image: url("/bitrix/templates/BSTemplate_Desktop/image/icons/social/000/yt.svg");
}
.concertitem:hover .concertitem-wrapp .yt:hover,
.concertitem:hover .concertitem-wrapp .yt-special:hover {
  background-image: url("/bitrix/templates/BSTemplate_Desktop/image/icons/social/yt.svg");
}
/* End */


/* Start:/bitrix/templates/BSTemplate_Desktop/components/bitrix/news.list/Home_Songs_NewsList/style.css?15496198816224*/
.popularSongsBS {
  position: relative;
  float: left;
  width: 840rem;
  margin-left: 92rem;
}
.popularSongsBS-head {
  position: relative;
  float: left;
  width: 95%;
  height: 110rem;
}
.popularSongsBS-head--title,
.popularSongsBS-head--link {
  position: relative;
  float: left;
  font-family: "Roboto-Thin";
  text-align: left;
  text-transform: uppercase;
}
.popularSongsBS-head--title {
  margin-top: 44rem;
  font-size: 35rem;
  font-weight: 400;
  color: #fff;
}
.popularSongsBS-head--link {
  margin-top: 58rem;
  margin-left: 25rem;
  font-size: 20rem;
  font-weight: 400;
  color: #8f6e4f;
  text-decoration: none;
  border-bottom: 1rem solid #8f6e4f;
}
.trakList {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 20rem;
  z-index: 2;
}
.trakList-item {
  position: relative;
  float: right;
  width: 777rem;
  height: 65rem;
  border-top: 1rem solid #393939;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.trakList-item:first-child {
  border-top: 1rem solid #393939;
}
.trakList-item:last-child {
  border-bottom: 1rem solid #393939;
}
.trakList-item--control {
  position: absolute;
  top: 8.5rem;
  left: -62rem;
  width: 48rem;
  height: 48rem;
  cursor: pointer;
  background-image: url("/bitrix/templates/BSTemplate_Mobile/image/icons/nav/Play_48px.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}
.trakList-item--artist,
.trakList-item--name {
    display: block;
    position: absolute;
    left: 10rem;
    max-width: 45%;
    white-space: nowrap;
    font-family: "Roboto-Thin";
    font-weight: 400;
    font-size: 18rem;
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
}
.trakList-item--artist:hover,
.trakList-item--name:hover {
	text-decoration: underline;
}
.trakList-item--artist {
  top: 10rem;
}
.trakList-item--name {
  top: 32rem;
}
.trakList-item--links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  top: 17.5rem;
  right: 20rem;
  width: 385rem;
  height: 30rem;
}
.trakList-item--links a {
  width: 84rem;
  height: 30rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  -webkit-filter: grayscale(100%);
  filter: brightness(100%) contrast(33%) grayscale(100%) brightness(55%) contrast(147%);
  transition: 1s;
}
.trakList-item--Bookmark {
  display: none;
  position: absolute;
  top: 20.5rem;
  right: 33rem;
  width: 37rem;
  height: 24rem;
  background-image: url("/bitrix/templates/BSTemplate_Mobile/image/icons/Bookmark.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}
.trakList-item:hover .trakList-item--control {
  background-image: url("/bitrix/templates/BSTemplate_Mobile/image/icons/nav/Play_48px_hover.svg");
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.trakList-item:hover .trakList-item--control:hover {
  background-image: url("/bitrix/templates/BSTemplate_Mobile/image/icons/nav/Play_48px_push.svg");
}
.trakList-item:hover .trakList-item--artist,
.trakList-item:hover .trakList-item--name {
  color: #fff;
}
.trakList-item:hover .trakList-item--links a {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.trakList-item:hover .trakList-item--Bookmark {
  background-image: url("/bitrix/templates/BSTemplate_Mobile/image/icons/Bookmark_hover.svg");
}
.AppleMusic {
  background-image: url("/bitrix/templates/BSTemplate_Mobile/image/icons/listen-ituns.svg");
}
.iTunes {
  background-image: url("/bitrix/templates/BSTemplate_Mobile/image/icons/buy-ituns.svg");
}
.GooglePlay {
  background-image: url("/bitrix/templates/BSTemplate_Mobile/image/icons/load-google.svg");
}
.YandexMusic {
  width: 108rem!important;
  background-image: url("/bitrix/templates/BSTemplate_Mobile/image/icons/load-yandex.svg");
}
#played-RePlay {
  position: absolute;
  top: 8.5rem;
  left: -62rem;
  width: 48rem;
  height: 48rem;
  cursor: pointer;
  background-image: url("/bitrix/templates/BSTemplate_Mobile/image/icons/nav/Play_48px_hover.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#played-RePlay:hover {
  background-image: url("/bitrix/templates/BSTemplate_Mobile/image/icons/nav/Play_48px_push.svg");
}
#played-Play {
  position: absolute;
  top: 8.5rem;
  left: -62rem;
  width: 48rem;
  height: 48rem;
  cursor: pointer;
  background-image: url("/bitrix/templates/BSTemplate_Mobile/image/icons/nav/Play_48px_hover.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#played-Play:hover {
  background-image: url("/bitrix/templates/BSTemplate_Mobile/image/icons/nav/Play_48px_push.svg");
}
#played-Pause {
  position: absolute;
  top: 8.5rem;
  left: -62rem;
  width: 48rem;
  height: 48rem;
  cursor: pointer;
  background-image: url("/bitrix/templates/BSTemplate_Mobile/image/icons/nav/Pause_48px.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#played-Pause:hover {
  background-image: url("/bitrix/templates/BSTemplate_Mobile/image/icons/nav/Pause_48px_push.svg");
}
#played-Artist,
#played-Name {
  color: #fff;
}
#played-Links a {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
#played-Bookmark {
  background-image: url("/bitrix/templates/BSTemplate_Mobile/image/icons/Bookmark_hover.svg");
}
.songBS {
	display: none;
}
/* End */


/* Start:/bitrix/templates/BSTemplate_Desktop/components/bitrix/news.list/Home_Text_NewsList/style.css?15380333523635*/
/* LESS Document */
.songsTextBS {
  position: relative;
  float: left;
  width: 840rem;
  margin-left: 40rem;
}
.songsTextBS:hover {
  height: 570rem;
  margin-bottom: -30rem;
}
.songsTextBS-head {
  position: relative;
  float: left;
  width: 95%;
  height: 110rem;
}
.songsTextBS-head--title,
.songsTextBS-head--link {
  position: relative;
  float: left;
  font-family: "Roboto-Thin";
  text-align: left;
  text-transform: uppercase;
}
.songsTextBS-head--title {
  margin-top: 44rem;
  font-size: 35rem;
  font-weight: 400;
  color: #fff;
}
.songsTextBS-head--link {
  margin-top: 58rem;
  margin-left: 25rem;
  font-size: 20rem;
  font-weight: 400;
  color: #8f6e4f;
  text-decoration: none;
  border-bottom: 1rem solid #8f6e4f;
}
.textList {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 20rem;
  z-index: 2;
}
.textList-item {
  position: relative;
  float: left;
  width: 46%;
  height: 65rem;
  clear: both;
  cursor: pointer;
  border-top: 1rem solid #393939;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.textList-item:nth-child(2) {
  border-top: 1rem solid #393939;
}
.textList-item:last-child {
  border-bottom: 1rem solid #393939;
}
.textList-item--img {
  position: absolute;
  top: 8.5rem;
  left: 15rem;
  width: 48rem;
  height: 48rem;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  -webkit-filter: grayscale(100%);
  filter: brightness(100%) contrast(33%) grayscale(100%) brightness(55%) contrast(147%);
}
.textList-item--artist,
.textList-item--name {
    position: relative;
    top: 10rem;
    left: 74rem;
    max-width: 81%;
    white-space: nowrap;
    font-family: "Roboto-Thin";
    font-weight: 400;
    font-size: 18rem;
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
}
.textList-item:hover .textList-item--artist,
.textList-item:hover .textList-item--name {
  color: #fff;
}
.textList-item:hover .textList-item--img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.textList-wrapp {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  color: #fff;
}
.textList-wrapp--name,
.textList-wrapp--file,
.textList-wrapp--link {
  position: relative;
  float: left;
  width: 100%;
  font-family: "Roboto-Thin";
  font-weight: 400;
}
.textList-wrapp--name {
  font-size: 20rem;
}
.textList-wrapp--file {
  margin-top: 40rem;
  font-size: 17rem;
  font-weight: 400;
  color: #b8b8b8;
  height: 540rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
.textList-wrapp--gradient {
  position: relative;
  float: left;
  margin-top: -150rem;
  width: 100%;
  height: 157rem;
  z-index: 2;
  background: -moz-linear-gradient(transparent, #000000);
  background: -webkit-linear-gradient(transparent, #000000);
  background: -o-linear-gradient(transparent, #000000);
  background: -ms-linear-gradient(transparent, #000000);
  background: linear-gradient(transparent, #000000);
}
.textList-wrapp--link {
  margin-top: 25rem;
  font-size: 14rem;
  color: #8f6e4f;
  text-decoration: underline;
  z-index: 3;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.textList-wrapp--link:hover {
  text-decoration: none;
}
#set-text {
  display: block;
}
#set-img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
#set-Artist,
#set-Name {
  color: #fff;
}

/* End */


/* Start:/bitrix/templates/BSTemplate_Desktop/components/bitrix/news.list/Artist/style.css?15278603482182*/
.artistsBS {
  position: relative;
  float: left;
  width: 1820rem;
  margin-left: 72rem;
  margin-bottom: 50rem;
}
.artistsBS-head {
  position: relative;
  float: left;
  width: 1820rem;
  height: 110rem;
  margin-left: 10rem;
}
.artistsBS-head--title {
  position: relative;
  float: left;
  font-family: "Roboto-Thin";
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}
.artistsBS-head--title {
  margin-top: 44rem;
  margin-left: 12rem;
  font-size: 35rem;
  color: #fff;
}
.artistsBS-wrapp {
  position: relative;
  float: left;
  width: 236rem;
  height: 143rem;
  margin-top: 12rem;
  margin-left: 15.5rem;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.artistsBS-wrapp:hover {
  background-color: #fff;
}
.artistsBS-wrapp--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: flex-end;
  position: absolute;
  top: 9rem;
  left: 12rem;
  width: 212rem;
  height: 125rem;
  padding-left: 5%;
  font-family: "RobotoCondensed-Light";
  font-size: 20rem;
	text-transform: uppercase;
  color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-shadow:0rem 1rem 0 rgb(121,121,121),0rem -1rem 0 rgb(121,121,121),1rem 0rem 0 rgb(121,121,121),-1rem 0rem 0 rgb(121,121,121),1rem 1rem 0 rgb(121,121,121),1rem -1rem 0 rgb(121,121,121),-1rem 1rem 0 rgb(121,121,121),-1rem -1rem 0 rgb(121,121,121);
  -webkit-text-shadow:0rem 1rem 0 rgb(121,121,121),0rem -1rem 0 rgb(121,121,121),1rem 0rem 0 rgb(121,121,121),-1rem 0rem 0 rgb(121,121,121),1rem 1rem 0 rgb(121,121,121),1rem -1rem 0 rgb(121,121,121),-1rem 1rem 0 rgb(121,121,121),-1rem -1rem 0 rgb(121,121,121);
  -moz-text-shadow:0rem 1rem 0 rgb(121,121,121),0rem -1rem 0 rgb(121,121,121),1rem 0rem 0 rgb(121,121,121),-1rem 0rem 0 rgb(121,121,121),1rem 1rem 0 rgb(121,121,121),1rem -1rem 0 rgb(121,121,121),-1rem 1rem 0 rgb(121,121,121),-1rem -1rem 0 rgb(121,121,121);
}

/* End */


/* Start:/bitrix/templates/BSTemplate_Desktop/components/bitrix/news.list/All_Region_Slider_NewsList/style.css?15496198812956*/
/* LESS Document */

.collectionsBW {
  position: relative;
  float: left;
  width: 1724rem;
  margin-top: 30rem;
  margin-left: 96rem;
  margin-bottom: 120rem;
}
.collectionsBW-head {
  position: relative;
  float: left;
  width: 100%;
  height: 135rem;
  margin-left: -4rem;
}
.collectionsBW-head--title {
  position: relative;
  float: left;
  font-family: "Roboto-Thin";
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}
.collectionsBW-head--title {
  margin-top: 44rem;
  font-size: 35rem;
  color: #fff;
}
.collectionsBW-slider {
  position: relative;
  float: left;
  width: 100%;
}
.collectionsBW-slider--item {
	display: block;
}
.collectionsBW-slider--item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 90rem;
  right: 128rem;
  width: 280rem;
  height: 98rem;
  padding-top: 7rem;
  font-family: "DrukCy-Medium", "Verdana", "Arial";
  font-size: 50rem;
  text-align: center;
  text-transform: uppercase;
  color: #8f6e4f;
  background-color: rgba(0, 0, 0, 0);
  border: 4rem solid;
  box-sizing: border-box;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.collectionsBW-slider--item a:hover {
  color: #fff;
  border-color: #8f6e4f;
  background-color: rgba(143, 110, 79, 0.75);
}


.collectionsBW .owl-carousel .owl-nav {
    position: absolute;
    top: -95rem;
    right: -5rem;
    width: 320rem;
    height: 45rem;
}
.collectionsBW .owl-carousel  .owl-next,
.collectionsBW .owl-carousel  .owl-prev {
  position: relative;
  width: 117rem;
  height: 46rem;
  color: #000;
  margin-left: 40rem;
  background-image: url("/bitrix/templates/BSTemplate_Mobile/image/icons/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.collectionsBW .owl-carousel  .owl-next,
.collectionsBW .owl-carousel  .owl-prev {
  float: left;
}
.collectionsBW .owl-carousel .owl-prev {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.collectionsBW .owl-carousel .owl-next {
  float: left;
}
.collectionsBW .owl-carousel .owl-prev:hover,
.collectionsBW .owl-carousel .owl-next:hover {
  background-image: url("/bitrix/templates/BSTemplate_Desktop/image/icons/arrow_h.svg");
}
.collectionsBW .owl-carousel .owl-prev.disabled,
.collectionsBW .owl-carousel .owl-next.disabled {
	opacity: 0.4;
}
.collectionsBW .owl-carousel .owl-prev.disabled:hover,
.collectionsBW .owl-carousel .owl-next.disabled:hover {
  background-image: url("/bitrix/templates/BSTemplate_Desktop/image/icons/arrow.svg");
}
/* End */
/* /bitrix/templates/BSTemplate_Desktop/components/bitrix/news.list/Home_Slider_NewsList/style.css?15532409894639 */
/* /bitrix/templates/BSTemplate_Desktop/components/bitrix/news.list/Home_Album_NewsList/style.css?154961988110789 */
/* /bitrix/templates/BSTemplate_Desktop/components/bitrix/news.list/Concerts/style.css?154952737812690 */
/* /bitrix/templates/BSTemplate_Desktop/components/bitrix/news.list/Home_Songs_NewsList/style.css?15496198816224 */
/* /bitrix/templates/BSTemplate_Desktop/components/bitrix/news.list/Home_Text_NewsList/style.css?15380333523635 */
/* /bitrix/templates/BSTemplate_Desktop/components/bitrix/news.list/Artist/style.css?15278603482182 */
/* /bitrix/templates/BSTemplate_Desktop/components/bitrix/news.list/All_Region_Slider_NewsList/style.css?15496198812956 */
